:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.banner-container{position:relative;width:100%;margin-bottom:30px}@media (max-width: 992px){.banner-container{margin-bottom:25px}}@media (max-width: 768px){.banner-container{margin-bottom:20px}}@media (max-width: 576px){.banner-container{margin-bottom:15px}}@media (max-width: 480px){.banner-container{margin-bottom:12px}}.banner-slider{position:relative;width:100%;min-height:500px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.banner-slider .slider-wrapper{width:100%;height:100%}.banner-slider .slider-wrapper .slide{position:absolute;width:100%;height:100%;transition:transform .5s ease}@media (max-width: 576px){.banner-slider .slider-wrapper .slide{transition:transform .3s ease}}.banner-slider .slider-wrapper .slide a{display:block;height:100%}.banner-slider .slider-wrapper .slide a img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.banner-slider .slider-wrapper .slide a img:hover{transform:scale(1.02)}@media (max-width: 576px){.banner-slider .slider-wrapper .slide a img:hover{transform:none}}.banner-controls{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px 0}@media (max-width: 768px){.banner-controls{gap:15px;padding:15px 0}}@media (max-width: 576px){.banner-controls{gap:12px;padding:12px 0}}@media (max-width: 480px){.banner-controls{gap:10px;padding:10px 0}}.slider-control{border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:#fff}@media (max-width: 992px){.slider-control{width:40px;height:40px}}@media (max-width: 768px){.slider-control{width:36px;height:36px}}@media (max-width: 576px){.slider-control{width:32px;height:32px}}@media (max-width: 480px){.slider-control{width:28px;height:28px}}.slider-control span{font-size:20px;font-weight:700;color:#333}@media (max-width: 992px){.slider-control span{font-size:18px}}@media (max-width: 768px){.slider-control span{font-size:16px}}@media (max-width: 576px){.slider-control span{font-size:14px}}.slider-control:hover{transform:scale(1.1)}@media (max-width: 576px){.slider-control:hover{transform:scale(1.05)}}.slider-control:hover span{color:#00470e}.slider-indicators{display:flex;gap:12px}@media (max-width: 768px){.slider-indicators{gap:10px}}@media (max-width: 576px){.slider-indicators{gap:8px}}@media (max-width: 480px){.slider-indicators{gap:6px}}.slider-indicators .indicator{width:14px;height:14px;border-radius:50%;background:#0003;border:2px solid rgba(0,0,0,.3);cursor:pointer;padding:0;transition:all .3s ease}@media (max-width: 768px){.slider-indicators .indicator{width:12px;height:12px;border-width:1px}}@media (max-width: 576px){.slider-indicators .indicator{width:10px;height:10px}}@media (max-width: 480px){.slider-indicators .indicator{width:8px;height:8px}}.slider-indicators .indicator.active{background:#00470e;border-color:#00470e;transform:scale(1.3)}@media (max-width: 576px){.slider-indicators .indicator.active{transform:scale(1.2)}}@media (max-width: 480px){.slider-indicators .indicator.active{transform:scale(1.1)}}.slider-indicators .indicator:hover:not(.active){background:#0006;transform:scale(1.1)}@media (max-width: 576px){.slider-indicators .indicator:hover:not(.active){transform:scale(1.05)}}.banner-slider-loading,.banner-slider-empty{width:100%;height:400px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;margin-bottom:30px;color:#6c757d;font-size:16px;font-style:italic}@media (max-width: 992px){.banner-slider-loading,.banner-slider-empty{height:350px;margin-bottom:25px}}@media (max-width: 768px){.banner-slider-loading,.banner-slider-empty{height:280px;margin-bottom:20px;font-size:14px}}@media (max-width: 576px){.banner-slider-loading,.banner-slider-empty{height:220px;margin-bottom:15px;font-size:13px}}@media (max-width: 480px){.banner-slider-loading,.banner-slider-empty{height:180px;margin-bottom:12px;font-size:12px}}.price-display{display:flex;align-items:center;gap:8px}.price-display.small .current-price{font-size:14px;font-weight:600}@media (max-width: 576px){.price-display.small .current-price{font-size:13px}}.price-display.small .original-price{font-size:12px}@media (max-width: 576px){.price-display.small .original-price{font-size:11px}}.price-display.small .discount-percent{font-size:10px;padding:2px 6px}@media (max-width: 576px){.price-display.small .discount-percent{font-size:9px;padding:1px 4px}}.price-display.small .savings-amount{font-size:10px}@media (max-width: 576px){.price-display.small .savings-amount{font-size:9px}}.price-display.small .contact-text{font-size:12px;padding:3px 8px}@media (max-width: 576px){.price-display.small .contact-text{font-size:11px;padding:2px 6px}}.price-display.medium .current-price{font-size:18px;font-weight:700}@media (max-width: 768px){.price-display.medium .current-price{font-size:16px}}@media (max-width: 576px){.price-display.medium .current-price{font-size:15px}}.price-display.medium .original-price{font-size:14px}@media (max-width: 768px){.price-display.medium .original-price{font-size:13px}}@media (max-width: 576px){.price-display.medium .original-price{font-size:12px}}.price-display.medium .discount-percent{font-size:12px;padding:3px 8px}@media (max-width: 576px){.price-display.medium .discount-percent{font-size:11px;padding:2px 6px}}.price-display.medium .savings-amount{font-size:12px}@media (max-width: 576px){.price-display.medium .savings-amount{font-size:11px}}.price-display.medium .contact-text{font-size:14px;padding:4px 12px}@media (max-width: 576px){.price-display.medium .contact-text{font-size:13px;padding:3px 10px}}.price-display.large .current-price{font-size:28px;font-weight:700}@media (max-width: 992px){.price-display.large .current-price{font-size:26px}}@media (max-width: 768px){.price-display.large .current-price{font-size:24px}}@media (max-width: 576px){.price-display.large .current-price{font-size:22px}}.price-display.large .original-price{font-size:20px}@media (max-width: 992px){.price-display.large .original-price{font-size:19px}}@media (max-width: 768px){.price-display.large .original-price{font-size:18px}}@media (max-width: 576px){.price-display.large .original-price{font-size:16px}}.price-display.large .discount-percent{font-size:14px;padding:4px 12px}@media (max-width: 768px){.price-display.large .discount-percent{font-size:13px;padding:3px 10px}}@media (max-width: 576px){.price-display.large .discount-percent{font-size:12px;padding:3px 8px}}.price-display.large .savings-amount{font-size:14px}@media (max-width: 768px){.price-display.large .savings-amount{font-size:13px}}@media (max-width: 576px){.price-display.large .savings-amount{font-size:12px}}.price-display.large .contact-text{font-size:18px;padding:6px 16px}@media (max-width: 768px){.price-display.large .contact-text{font-size:16px;padding:5px 14px}}@media (max-width: 576px){.price-display.large .contact-text{font-size:15px;padding:4px 12px}}.price-display.horizontal{flex-direction:row;align-items:center}.price-display.horizontal .price-main{display:flex;align-items:center;gap:8px}@media (max-width: 576px){.price-display.horizontal .price-main{gap:6px}}.price-display.horizontal .discount-info{display:flex;align-items:center;gap:6px}@media (max-width: 576px){.price-display.horizontal .discount-info{gap:4px}}.price-display.vertical{flex-direction:column;align-items:flex-start;gap:4px}.price-display.vertical .price-main{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.price-display.vertical .discount-info{display:flex;align-items:center;gap:6px}@media (max-width: 576px){.price-display.vertical .discount-info{gap:4px}}.price-display .current-price{color:var(--primary-color, #dc3545);font-weight:700;line-height:1.2}.price-display .original-price{color:#6c757d;text-decoration:line-through;font-weight:400;line-height:1.2}.price-display .discount-percent{background-color:#dc3545;color:#fff;border-radius:12px;font-weight:600;line-height:1;white-space:nowrap}.price-display .savings-amount{color:#28a745;font-weight:500;line-height:1.2}.price-display .contact-text{color:var(--primary-color, var(--primary-color));font-weight:600;background-color:rgba(var(--primary-color-rgb, 0, 123, 255),.1);border:1px solid rgba(var(--primary-color-rgb, 0, 123, 255),.2);border-radius:16px;line-height:1;white-space:nowrap}.price-display.no-price .contact-text{display:inline-block}.price-display.has-discount .current-price{color:#dc3545}@media (max-width: 576px){.price-display{gap:6px}.price-display.horizontal .price-main{gap:4px}.price-display.vertical{gap:3px}.price-display.vertical .price-main{gap:1px}}.product-card{position:relative;background-color:#fff;border:none;border-radius:8px;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}@media (max-width: 576px){.product-card{border-radius:6px}}.product-card:hover{transform:translateY(-2px)}@media (max-width: 576px){.product-card:hover{transform:none}}.product-card .product-link{text-decoration:none;color:inherit;display:block;flex:1;display:flex;flex-direction:column;position:relative}.product-card .discount-tag{position:absolute;top:8px;left:0;background-color:#ff4757;color:#fff;font-size:11px;font-weight:700;padding:4px 8px 4px 10px;z-index:1;border-radius:0 12px 12px 0}@media (max-width: 768px){.product-card .discount-tag{font-size:10px;padding:3px 6px 3px 8px;top:6px}}@media (max-width: 576px){.product-card .discount-tag{font-size:9px;padding:2px 5px 2px 6px;top:4px}}.product-card .discount-tag .discount-value{position:relative;z-index:2}.product-card .btn-wishlist{position:absolute;top:8px;right:8px;width:32px;height:32px;background-color:#fffffff2;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}@media (max-width: 768px){.product-card .btn-wishlist{width:28px;height:28px;top:6px;right:6px}}@media (max-width: 576px){.product-card .btn-wishlist{width:26px;height:26px;top:5px;right:5px}}.product-card .btn-wishlist svg{color:#ccc;font-size:16px;transition:color .3s ease}@media (max-width: 768px){.product-card .btn-wishlist svg{font-size:14px}}@media (max-width: 576px){.product-card .btn-wishlist svg{font-size:12px}}.product-card .btn-wishlist:hover{background-color:#fff;transform:scale(1.1)}@media (max-width: 576px){.product-card .btn-wishlist:hover{transform:scale(1.05)}}.product-card .btn-wishlist:hover svg{color:#ff4757}.product-card .btn-wishlist.active svg{color:#ff4757}.product-card .btn-view-options{position:absolute;bottom:8px;right:8px;width:36px;height:36px;background-color:#fffffff2;border:1px solid #e0e0e0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:1;transform:translateY(0);z-index:2}@media (max-width: 768px){.product-card .btn-view-options{width:32px;height:32px;bottom:6px;right:6px}}@media (max-width: 576px){.product-card .btn-view-options{width:28px;height:28px;bottom:5px;right:5px}}.product-card .btn-view-options svg{fill:#666;transition:fill .3s ease;width:20px;height:20px}@media (max-width: 768px){.product-card .btn-view-options svg{width:18px;height:18px}}@media (max-width: 576px){.product-card .btn-view-options svg{width:16px;height:16px}}.product-card .btn-view-options:hover{background-color:var(--primary-color, var(--primary-color));border-color:var(--primary-color, var(--primary-color));transform:translateY(0) scale(1.1)}@media (max-width: 576px){.product-card .btn-view-options:hover{transform:scale(1.05)}}.product-card .btn-view-options:hover svg{fill:#fff}.product-card .product-image{overflow:hidden;align-items:center;justify-content:center;position:relative;height:180px;padding:15px;display:flex}@media (max-width: 992px){.product-card .product-image{height:240px;padding:12px}}@media (max-width: 768px){.product-card .product-image{height:220px;padding:10px}}@media (max-width: 576px){.product-card .product-image{height:200px;padding:4px}}@media (max-width: 480px){.product-card .product-image{height:180px;padding:0}}.product-card .product-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.product-card .product-image:hover img{transform:scale(1.05)}@media (max-width: 576px){.product-card .product-image:hover img{transform:scale(1.02)}}.product-card .product-info{flex-grow:1;display:flex;flex-direction:column;justify-content:start;min-height:0;padding:12px}@media (max-width: 768px){.product-card .product-info{padding:10px}}@media (max-width: 576px){.product-card .product-info{padding:8px}}.product-card .product-info .product-name{font-size:15px;font-weight:600;margin:0 0 8px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.8em;line-height:1.4em}@media (max-width: 992px){.product-card .product-info .product-name{font-size:14px;height:2.6em;line-height:1.3em;margin:0 0 6px}}@media (max-width: 768px){.product-card .product-info .product-name{font-size:13px;height:2.4em;line-height:1.2em;margin:0 0 5px}}@media (max-width: 576px){.product-card .product-info .product-name{font-size:12px;height:2.2em;line-height:1.1em;margin:0 0 4px}}@media (max-width: 480px){.product-card .product-info .product-name{font-size:11px;height:2em;line-height:1em;margin:0 0 3px}}.product-card .product-info .product-pricing{margin-top:auto;margin-bottom:8px}@media (max-width: 576px){.product-card .product-info .product-pricing{margin-bottom:6px}}.product-card .product-info .stock-info .stock-status{font-size:11px;font-weight:500;padding:2px 8px;border-radius:12px;display:inline-block}@media (max-width: 576px){.product-card .product-info .stock-info .stock-status{font-size:10px;padding:2px 6px}}.product-card .product-info .stock-info .stock-status.in-stock{background-color:#d4edda;color:#155724}.product-card .product-info .stock-info .stock-status.low-stock{background-color:#fff3cd;color:#856404}.product-card .product-info .stock-info .stock-status.out-of-stock{background-color:#f8d7da;color:#721c24}.product-card .product-actions{display:flex;justify-content:center;padding:0 12px 12px;margin-top:auto;opacity:0;transition:opacity .3s ease}@media (max-width: 576px){.product-card .product-actions{opacity:1;padding:0 8px 8px}}.product-card .product-actions .action-icon-btn{background-color:transparent;border:1px solid #ddd;color:#666;border-radius:50%;width:32px;height:32px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}@media (max-width: 768px){.product-card .product-actions .action-icon-btn{width:28px;height:28px;font-size:12px}}@media (max-width: 576px){.product-card .product-actions .action-icon-btn{width:26px;height:26px;font-size:11px}}.product-card .product-actions .action-icon-btn:hover{background-color:#00470e;color:#fff;border-color:#00470e}.product-card:hover .product-actions{opacity:1}.product-section{margin-bottom:40px;border-radius:0}@media (max-width: 768px){.product-section{margin-bottom:30px}}@media (max-width: 576px){.product-section{margin-bottom:25px}}.product-section .section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:15px;padding:0;border-bottom:2px solid var(--primary-color)}@media (max-width: 768px){.product-section .section-header{flex-direction:column;align-items:flex-start;gap:16px;padding:16px 0;margin-bottom:12px}}@media (max-width: 576px){.product-section .section-header{padding:12px 0;gap:12px;margin-bottom:10px}}.product-section .section-header .section-title-area{display:flex;align-items:flex-end}@media (max-width: 768px){.product-section .section-header .section-title-area{flex-direction:column;align-items:flex-start;width:100%}}.product-section .section-header .section-title-area .section-title{background-color:var(--primary-color);color:#fff;font-size:16px;font-weight:700;margin:0;padding:12px 20px;text-transform:uppercase;letter-spacing:.5px;border-radius:8px 8px 0 0;position:relative;z-index:2;min-width:140px;text-align:center;box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.product-section .section-header .section-title-area .section-title{width:100%;text-align:left;border-radius:6px;font-size:15px;padding:10px 16px}}@media (max-width: 576px){.product-section .section-header .section-title-area .section-title{font-size:14px;padding:8px 14px}}@media (max-width: 480px){.product-section .section-header .section-title-area .section-title{font-size:13px;padding:6px 12px}}.product-section .section-header .subcategories{display:flex;align-items:center;gap:0;flex-wrap:wrap;padding-bottom:12px}@media (max-width: 768px){.product-section .section-header .subcategories{padding-bottom:0;overflow-x:auto;width:100%;gap:8px}}@media (max-width: 576px){.product-section .section-header .subcategories{gap:6px}}.product-section .section-header .subcategories .subcategory-link{color:#323c42;text-decoration:none;font-size:14px;font-weight:600;padding:8px 16px;border-radius:0;transition:all .3s ease;border-bottom:2px solid transparent;white-space:nowrap}@media (max-width: 768px){.product-section .section-header .subcategories .subcategory-link{border-bottom:none;border-radius:20px;background-color:#f5f5f5;margin-right:0;padding:6px 12px;font-size:13px}}@media (max-width: 576px){.product-section .section-header .subcategories .subcategory-link{font-size:12px;padding:5px 10px}}@media (max-width: 480px){.product-section .section-header .subcategories .subcategory-link{font-size:11px;padding:4px 8px}}.product-section .section-header .subcategories .subcategory-link:hover{color:var(--primary-color);border-bottom-color:var(--primary-color);background-color:rgba(var(--primary-color),.05)}@media (max-width: 768px){.product-section .section-header .subcategories .subcategory-link:hover{background-color:rgba(var(--primary-color),.1)}}.product-section .section-header .subcategories .subcategory-link:first-child{margin-left:0}.product-section .section-header .subcategories .separator{display:none}.product-section .section-content{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:auto;gap:20px}@media (max-width: 1300px){.product-section .section-content{grid-template-columns:repeat(4,1fr);gap:18px}}@media (max-width: 992px){.product-section .section-content{grid-template-columns:repeat(3,1fr);gap:15px}}@media (max-width: 768px){.product-section .section-content{grid-template-columns:repeat(2,1fr);gap:12px;padding:15px;background-color:#fff;border-radius:8px}}@media (max-width: 576px){.product-section .section-content{gap:10px;padding:12px}}@media (max-width: 480px){.product-section .section-content{gap:8px;padding:10px}}.product-section .section-content .section-banner{grid-column:1/3;grid-row:1;margin:0;border-radius:8px;background-color:#fff;overflow:hidden;height:300px}@media (max-width: 1300px){.product-section .section-content .section-banner{height:280px}}@media (max-width: 992px){.product-section .section-content .section-banner{grid-column:1/4;height:200px}}@media (max-width: 768px){.product-section .section-content .section-banner{grid-column:1/3;height:160px}}@media (max-width: 576px){.product-section .section-content .section-banner{height:140px}}@media (max-width: 480px){.product-section .section-content .section-banner{height:120px}}.product-section .section-content .section-banner .banner-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.product-section .section-content .section-banner .banner-image:hover{transform:scale(1.02)}@media (max-width: 576px){.product-section .section-content .section-banner .banner-image:hover{transform:none}}.product-section .section-content .product-grid{display:contents}.product-section .section-content .product-grid .product-item{background-color:#fff;height:auto;min-height:0;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}@media (max-width: 576px){.product-section .section-content .product-grid .product-item{border-radius:6px}}.product-section .section-content .product-grid .product-item:hover{box-shadow:0 4px 16px #00000026;z-index:1;transform:translateY(-3px)}@media (max-width: 576px){.product-section .section-content .product-grid .product-item:hover{transform:translateY(-2px)}}.product-section .section-content .product-grid .product-item:nth-child(1){grid-column:3;grid-row:1}.product-section .section-content .product-grid .product-item:nth-child(2){grid-column:4;grid-row:1}.product-section .section-content .product-grid .product-item:nth-child(3){grid-column:5;grid-row:1}.product-section .section-content .product-grid .product-item:nth-child(4){grid-column:1;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(5){grid-column:2;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(6){grid-column:3;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(7){grid-column:4;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(8){grid-column:5;grid-row:2}@media (max-width: 1300px){.product-section .section-content .product-grid .product-item:nth-child(1){grid-column:3;grid-row:1}.product-section .section-content .product-grid .product-item:nth-child(2){grid-column:4;grid-row:1}.product-section .section-content .product-grid .product-item:nth-child(3){grid-column:1;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(4){grid-column:2;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(5){grid-column:3;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(6){grid-column:4;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(n+7){display:none}}@media (max-width: 992px){.product-section .section-content .product-grid .product-item:nth-child(1){grid-column:1;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(2){grid-column:2;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(3){grid-column:3;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(4){grid-column:1;grid-row:3}.product-section .section-content .product-grid .product-item:nth-child(5){grid-column:2;grid-row:3}.product-section .section-content .product-grid .product-item:nth-child(6){grid-column:3;grid-row:3}.product-section .section-content .product-grid .product-item:nth-child(n+7){display:none}}@media (max-width: 768px){.product-section .section-content .product-grid .product-item:nth-child(1){grid-column:1;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(2){grid-column:2;grid-row:2}.product-section .section-content .product-grid .product-item:nth-child(3){grid-column:1;grid-row:3}.product-section .section-content .product-grid .product-item:nth-child(4){grid-column:2;grid-row:3}.product-section .section-content .product-grid .product-item:nth-child(n+5){display:none}}.product-section .section-content .product-grid .product-item:nth-child(n+9){display:none}.product-section .section-content .product-grid .no-products{grid-column:1/-1;grid-row:2;text-align:center;padding:40px 20px;color:#6c757d;font-style:italic}@media (max-width: 768px){.product-section .section-content .product-grid .no-products{padding:30px 15px;font-size:14px}}@media (max-width: 576px){.product-section .section-content .product-grid .no-products{padding:25px 10px;font-size:13px}}.product-section .section-content .product-grid .no-products p{margin:0}.product-section .section-content .view-all-section{grid-column:1/-1;grid-row:3;display:flex;justify-content:center;margin-top:20px}@media (max-width: 992px){.product-section .section-content .view-all-section{grid-row:4}}@media (max-width: 768px){.product-section .section-content .view-all-section{margin-top:15px}}@media (max-width: 576px){.product-section .section-content .view-all-section{margin-top:12px}}.product-section .section-content .view-all-section .view-all-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:14px;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.product-section .section-content .view-all-section .view-all-link{padding:10px 20px;font-size:13px}}@media (max-width: 576px){.product-section .section-content .view-all-section .view-all-link{padding:8px 16px;font-size:12px;gap:6px}}.product-section .section-content .view-all-section .view-all-link .arrow{font-size:16px;transition:transform .3s ease}@media (max-width: 576px){.product-section .section-content .view-all-section .view-all-link .arrow{font-size:14px}}.product-section .section-content .view-all-section .view-all-link:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-section .section-content .view-all-section .view-all-link:hover .arrow{transform:translate(4px)}@media (max-width: 576px){.product-section .section-content .view-all-section .view-all-link:hover{transform:translateY(-1px)}}.product-section .section-content .view-all-section .view-all-link:focus{outline:2px solid var(--primary-color);outline-offset:2px}.product-section:not(.has-banner) .section-content{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:auto;gap:15px;padding:15px;border-radius:8px}@media (max-width: 1300px){.product-section:not(.has-banner) .section-content{grid-template-columns:repeat(4,1fr);gap:12px}}@media (max-width: 992px){.product-section:not(.has-banner) .section-content{grid-template-columns:repeat(3,1fr);gap:10px;padding:12px}}@media (max-width: 768px){.product-section:not(.has-banner) .section-content{grid-template-columns:repeat(2,1fr);gap:8px;padding:10px}}@media (max-width: 576px){.product-section:not(.has-banner) .section-content{gap:6px;padding:8px}}.product-section:not(.has-banner) .section-content .product-grid{display:contents}.product-section:not(.has-banner) .section-content .product-grid .product-item{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}@media (max-width: 576px){.product-section:not(.has-banner) .section-content .product-grid .product-item{border-radius:6px}}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(1){grid-column:auto;grid-row:auto}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(2){grid-column:auto;grid-row:auto}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(3){grid-column:auto;grid-row:auto}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(4){grid-column:auto;grid-row:auto}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(5){grid-column:auto;grid-row:auto}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(6){grid-column:auto;grid-row:auto}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(7){grid-column:auto;grid-row:auto}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(8){grid-column:auto;grid-row:auto}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(9){grid-column:auto;grid-row:auto}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(10){grid-column:auto;grid-row:auto}.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(n+11){display:none}@media (max-width: 1300px){.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(n+9){display:none}}@media (max-width: 992px){.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(n+7){display:none}}@media (max-width: 768px){.product-section:not(.has-banner) .section-content .product-grid .product-item:nth-child(n+5){display:none}}.product-section:not(.has-banner) .section-content .product-grid .no-products{grid-column:1/-1;grid-row:1;text-align:center;padding:40px 20px;color:#6c757d;font-style:italic}@media (max-width: 768px){.product-section:not(.has-banner) .section-content .product-grid .no-products{padding:30px 15px;font-size:14px}}@media (max-width: 576px){.product-section:not(.has-banner) .section-content .product-grid .no-products{padding:25px 10px;font-size:13px}}.product-section:not(.has-banner) .section-content .product-grid .no-products p{margin:0}.product-section:not(.has-banner) .section-content .view-all-section{grid-column:1/-1;display:flex;justify-content:center;margin-top:20px}@media (max-width: 768px){.product-section:not(.has-banner) .section-content .view-all-section{margin-top:15px}}@media (max-width: 576px){.product-section:not(.has-banner) .section-content .view-all-section{margin-top:12px}}.product-section:not(.has-banner) .section-content .view-all-section .view-all-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:14px;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.product-section:not(.has-banner) .section-content .view-all-section .view-all-link{padding:10px 20px;font-size:13px}}@media (max-width: 576px){.product-section:not(.has-banner) .section-content .view-all-section .view-all-link{padding:8px 16px;font-size:12px;gap:6px}}.product-section:not(.has-banner) .section-content .view-all-section .view-all-link .arrow{font-size:16px;transition:transform .3s ease}@media (max-width: 576px){.product-section:not(.has-banner) .section-content .view-all-section .view-all-link .arrow{font-size:14px}}.product-section:not(.has-banner) .section-content .view-all-section .view-all-link:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-section:not(.has-banner) .section-content .view-all-section .view-all-link:hover .arrow{transform:translate(4px)}@media (max-width: 576px){.product-section:not(.has-banner) .section-content .view-all-section .view-all-link:hover{transform:translateY(-1px)}}.product-section:not(.has-banner) .section-content .view-all-section .view-all-link:focus{outline:2px solid var(--primary-color);outline-offset:2px}.tab-home-card-container{position:relative;width:100%;height:100%}.tab-home-card{width:100%;height:100%}.tab-home-card .swiper-slide{width:auto;height:auto}.tab-home-card .tab-home-card-slide{width:auto;display:flex}.tab-home-card .tab-home-card-slide .product-card{width:160px;margin:3px;border-right:2px solid var(--current-tab-theme-color, #00470e);height:100%;display:flex;flex-direction:column}.tab-home-card .tab-home-card-slide .product-card:last-child{border-right:none}.swiper-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background-color:var(--current-tab-theme-color, #00470e);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 5px #0003}.swiper-nav-button:hover{background-color:#001404;box-shadow:0 3px 8px #0000004d}.swiper-nav-button.swiper-button-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.swiper-nav-button.swiper-button-prev{left:2px}.swiper-nav-button.swiper-button-next{right:2px}.swiper-nav-button i{font-size:18px;line-height:1;display:block;text-align:center;width:100%}.tab-home-card-container .swiper-nav-button.swiper-button-prev{left:2px}.tab-home-card-container .swiper-nav-button.swiper-button-next{right:2px}.tab-home-card-empty{padding:20px;text-align:center;color:#333}.products-column:before{display:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.product-tab-card{position:relative;background-color:#fff;border:none;border-radius:8px;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}@media (max-width: 576px){.product-tab-card{border-radius:6px}}.product-tab-card:hover{transform:translateY(-2px)}@media (max-width: 576px){.product-tab-card:hover{transform:none}}.product-tab-card .product-link{text-decoration:none;color:inherit;display:block;flex:1;display:flex;flex-direction:column;position:relative}.product-tab-card .discount-tag{position:absolute;top:8px;left:0;background-color:#ff4757;color:#fff;font-size:11px;font-weight:700;padding:4px 8px 4px 10px;z-index:1;border-radius:0 12px 12px 0}@media (max-width: 768px){.product-tab-card .discount-tag{font-size:10px;padding:3px 6px 3px 8px;top:6px}}@media (max-width: 576px){.product-tab-card .discount-tag{font-size:9px;padding:2px 5px 2px 6px;top:4px}}.product-tab-card .discount-tag .discount-value{position:relative;z-index:2}.product-tab-card .btn-wishlist{position:absolute;top:8px;right:8px;width:32px;height:32px;background-color:#fffffff2;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}@media (max-width: 768px){.product-tab-card .btn-wishlist{width:28px;height:28px;top:6px;right:6px}}@media (max-width: 576px){.product-tab-card .btn-wishlist{width:26px;height:26px;top:5px;right:5px}}.product-tab-card .btn-wishlist svg{color:#ccc;font-size:16px;transition:color .3s ease}@media (max-width: 768px){.product-tab-card .btn-wishlist svg{font-size:14px}}@media (max-width: 576px){.product-tab-card .btn-wishlist svg{font-size:12px}}.product-tab-card .btn-wishlist:hover{background-color:#fff;transform:scale(1.1)}@media (max-width: 576px){.product-tab-card .btn-wishlist:hover{transform:scale(1.05)}}.product-tab-card .btn-wishlist:hover svg{color:#ff4757}.product-tab-card .btn-wishlist.active svg{color:#ff4757}.product-tab-card .btn-view-options{position:absolute;bottom:8px;right:8px;width:36px;height:36px;background-color:#fffffff2;border:1px solid #e0e0e0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:1;transform:translateY(0);z-index:2}@media (max-width: 768px){.product-tab-card .btn-view-options{width:32px;height:32px;bottom:6px;right:6px}}@media (max-width: 576px){.product-tab-card .btn-view-options{width:28px;height:28px;bottom:5px;right:5px}}.product-tab-card .btn-view-options svg{fill:#666;transition:fill .3s ease;width:20px;height:20px}@media (max-width: 768px){.product-tab-card .btn-view-options svg{width:18px;height:18px}}@media (max-width: 576px){.product-tab-card .btn-view-options svg{width:16px;height:16px}}.product-tab-card .btn-view-options:hover{background-color:var(--primary-color, var(--primary-color));border-color:var(--primary-color, var(--primary-color));transform:translateY(0) scale(1.1)}@media (max-width: 576px){.product-tab-card .btn-view-options:hover{transform:scale(1.05)}}.product-tab-card .btn-view-options:hover svg{fill:#fff}.product-tab-card .product-image{overflow:hidden;align-items:center;justify-content:center;position:relative;height:180px;padding:15px;display:flex}@media (max-width: 992px){.product-tab-card .product-image{height:240px;padding:12px}}@media (max-width: 768px){.product-tab-card .product-image{height:220px;padding:10px}}@media (max-width: 576px){.product-tab-card .product-image{height:200px;padding:4px}}@media (max-width: 480px){.product-tab-card .product-image{height:180px;padding:0}}.product-tab-card .product-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.product-tab-card .product-image:hover img{transform:scale(1.05)}@media (max-width: 576px){.product-tab-card .product-image:hover img{transform:scale(1.02)}}.product-tab-card .product-info{flex-grow:1;display:flex;flex-direction:column;justify-content:start;min-height:0;padding:12px}@media (max-width: 768px){.product-tab-card .product-info{padding:10px}}@media (max-width: 576px){.product-tab-card .product-info{padding:8px}}.product-tab-card .product-info .product-name{font-size:15px;font-weight:600;margin:0 0 8px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.8em;line-height:1.4em}@media (max-width: 992px){.product-tab-card .product-info .product-name{font-size:14px;height:2.6em;line-height:1.3em;margin:0 0 6px}}@media (max-width: 768px){.product-tab-card .product-info .product-name{font-size:13px;height:2.4em;line-height:1.2em;margin:0 0 5px}}@media (max-width: 576px){.product-tab-card .product-info .product-name{font-size:12px;height:2.2em;line-height:1.1em;margin:0 0 4px}}@media (max-width: 480px){.product-tab-card .product-info .product-name{font-size:11px;height:2em;line-height:1em;margin:0 0 3px}}.product-tab-card .product-info .product-status{margin-top:auto}.product-tab-card .product-info .product-status .status-text{font-size:13px;color:var(--primary-color);font-weight:600;background-color:rgba(var(--primary-color),.1);padding:4px 12px;border-radius:16px;display:inline-block;border:1px solid rgba(var(--primary-color),.2)}@media (max-width: 992px){.product-tab-card .product-info .product-status .status-text{font-size:12px;padding:3px 10px}}@media (max-width: 768px){.product-tab-card .product-info .product-status .status-text{font-size:11px;padding:2px 8px}}@media (max-width: 576px){.product-tab-card .product-info .product-status .status-text{font-size:10px;padding:2px 6px}}@media (max-width: 480px){.product-tab-card .product-info .product-status .status-text{font-size:9px;padding:1px 5px}}.product-tab-card .product-info .product-price{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:5px}@media (max-width: 576px){.product-tab-card .product-info .product-price{margin-bottom:4px}}@media (max-width: 480px){.product-tab-card .product-info .product-price{margin-bottom:3px}}.product-tab-card .product-info .product-price .current-price{font-size:15px;font-weight:700;color:#00470e;margin-right:8px}@media (max-width: 768px){.product-tab-card .product-info .product-price .current-price{font-size:14px;margin-right:6px}}@media (max-width: 576px){.product-tab-card .product-info .product-price .current-price{font-size:13px;margin-right:5px}}@media (max-width: 480px){.product-tab-card .product-info .product-price .current-price{font-size:12px;margin-right:4px}}.product-tab-card .product-info .product-price .original-price{font-size:12px;color:#666;text-decoration:line-through}@media (max-width: 768px){.product-tab-card .product-info .product-price .original-price{font-size:11px}}@media (max-width: 576px){.product-tab-card .product-info .product-price .original-price{font-size:10px}}@media (max-width: 480px){.product-tab-card .product-info .product-price .original-price{font-size:9px}}.product-tab-card .product-actions{display:flex;justify-content:center;padding:0 12px 12px;margin-top:auto;opacity:0;transition:opacity .3s ease}@media (max-width: 576px){.product-tab-card .product-actions{opacity:1;padding:0 8px 8px}}.product-tab-card .product-actions .action-icon-btn{background-color:transparent;border:1px solid #ddd;color:#666;border-radius:50%;width:32px;height:32px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}@media (max-width: 768px){.product-tab-card .product-actions .action-icon-btn{width:28px;height:28px;font-size:12px}}@media (max-width: 576px){.product-tab-card .product-actions .action-icon-btn{width:26px;height:26px;font-size:11px}}.product-tab-card .product-actions .action-icon-btn:hover{background-color:#00470e;color:#fff;border-color:#00470e}.product-tab-card:hover .product-actions{opacity:1}.news-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}@media (max-width: 768px){.news-card{border-radius:6px;box-shadow:0 1px 6px #0000000f}}@media (max-width: 576px){.news-card{border-radius:4px;box-shadow:0 1px 4px #0000000d}}.news-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000001f}@media (max-width: 768px){.news-card:hover{transform:translateY(-3px);box-shadow:0 4px 8px #0000001a}}@media (max-width: 576px){.news-card:hover{transform:translateY(-2px);box-shadow:0 2px 6px #00000014}}.news-card .news-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.news-card .news-image{height:180px;overflow:hidden}@media (max-width: 992px){.news-card .news-image{height:160px}}@media (max-width: 768px){.news-card .news-image{height:140px}}@media (max-width: 576px){.news-card .news-image{height:200px}}@media (max-width: 480px){.news-card .news-image{height:180px}}.news-card .news-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.news-card:hover .news-image img{transform:scale(1.05)}@media (max-width: 576px){.news-card:hover .news-image img{transform:scale(1.02)}}.news-card .news-content{padding:15px;flex-grow:1}@media (max-width: 992px){.news-card .news-content{padding:14px}}@media (max-width: 768px){.news-card .news-content{padding:12px}}@media (max-width: 576px){.news-card .news-content{padding:16px}}@media (max-width: 480px){.news-card .news-content{padding:14px}}.news-card .news-content .news-category{display:inline-block;font-size:12px;color:#00470e;font-weight:500;margin-bottom:8px;text-decoration:none}@media (max-width: 768px){.news-card .news-content .news-category{font-size:11px;margin-bottom:6px}}@media (max-width: 576px){.news-card .news-content .news-category{font-size:12px;margin-bottom:8px}}.news-card .news-content .news-category:hover{text-decoration:underline}.news-card .news-content .news-title{font-size:16px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44.8px}@media (max-width: 992px){.news-card .news-content .news-title{font-size:15px;min-height:42px}}@media (max-width: 768px){.news-card .news-content .news-title{font-size:14px;margin:0 0 6px;min-height:39.2px}}@media (max-width: 576px){.news-card .news-content .news-title{font-size:16px;margin:0 0 8px;min-height:44.8px}}@media (max-width: 480px){.news-card .news-content .news-title{font-size:15px;min-height:42px}}.news-card .news-content .news-description{font-size:14px;color:#666;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:63px}@media (max-width: 992px){.news-card .news-content .news-description{font-size:13px;min-height:58.5px}}@media (max-width: 768px){.news-card .news-content .news-description{font-size:12px;-webkit-line-clamp:2;min-height:36px}}@media (max-width: 576px){.news-card .news-content .news-description{font-size:14px;-webkit-line-clamp:3;min-height:63px}}@media (max-width: 480px){.news-card .news-content .news-description{font-size:13px;-webkit-line-clamp:2;min-height:39px}}.news-section{margin-bottom:40px}@media (max-width: 992px){.news-section{margin-bottom:35px}}@media (max-width: 768px){.news-section{margin-bottom:30px}}@media (max-width: 576px){.news-section{margin-bottom:24px}}.news-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #00470e}@media (max-width: 768px){.news-section .section-header{margin-bottom:18px;padding-bottom:8px}}@media (max-width: 576px){.news-section .section-header{margin-bottom:16px;padding-bottom:6px;flex-direction:column;align-items:flex-start;gap:8px}}.news-section .section-header .section-title{font-size:24px;font-weight:600;color:#333;margin:0}@media (max-width: 992px){.news-section .section-header .section-title{font-size:22px}}@media (max-width: 768px){.news-section .section-header .section-title{font-size:20px}}@media (max-width: 576px){.news-section .section-header .section-title{font-size:18px}}@media (max-width: 480px){.news-section .section-header .section-title{font-size:16px}}.news-section .section-header .view-all{color:#00470e;text-decoration:none;font-size:14px;font-weight:500}@media (max-width: 768px){.news-section .section-header .view-all{font-size:13px}}@media (max-width: 576px){.news-section .section-header .view-all{font-size:12px;align-self:flex-end}}.news-section .section-header .view-all:hover{text-decoration:underline}.news-section .news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 1300px){.news-section .news-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media (max-width: 992px){.news-section .news-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width: 768px){.news-section .news-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width: 576px){.news-section .news-grid{grid-template-columns:1fr;gap:12px}}.news-section .news-grid .news-item{height:100%}.category-slider-container{position:relative;width:100%;margin-bottom:30px;padding:20px 0;display:flex;justify-content:center}@media (max-width: 768px){.category-slider-container{margin-bottom:25px;padding:15px 0}}@media (max-width: 576px){.category-slider-container{margin-bottom:20px;padding:12px 0}}@media (max-width: 480px){.category-slider-container{margin-bottom:15px;padding:10px 0}}.category-grid{display:flex;flex-wrap:wrap;width:65%;justify-content:space-between;padding:0 20px}@media (max-width: 992px){.category-grid{gap:18px;max-width:1000px}}@media (max-width: 768px){.category-grid{gap:15px;max-width:800px;padding:0 15px}}@media (max-width: 576px){.category-grid{gap:12px;max-width:600px;padding:0 10px}}@media (max-width: 480px){.category-grid{gap:10px;max-width:100%;padding:0 8px}}.category-grid .category-slide{flex:0 0 auto}.category-grid .category-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#333;padding:10px;transition:transform .3s ease;width:100px}@media (max-width: 992px){.category-grid .category-item{width:110px;padding:10px}}@media (max-width: 768px){.category-grid .category-item{width:100px;padding:8px}}@media (max-width: 576px){.category-grid .category-item{width:90px;padding:6px}}@media (max-width: 480px){.category-grid .category-item{width:85px;padding:5px}}.category-grid .category-item:hover{transform:translateY(-5px)}@media (max-width: 576px){.category-grid .category-item:hover{transform:translateY(-3px)}}.category-grid .category-item:hover .category-name{color:var(--secondary-color)}.category-grid .category-item:hover .category-image{box-shadow:0 6px 20px #00000026}@media (max-width: 576px){.category-grid .category-item:hover .category-image{box-shadow:0 4px 12px #0000001a}}.category-grid .category-item:hover .category-image img{transform:scale(1.08)}@media (max-width: 576px){.category-grid .category-item:hover .category-image img{transform:scale(1.05)}}.category-grid .category-item .category-image{width:105px;height:105px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;margin-bottom:12px;border:3px solid #e9ecef;transition:all .3s ease}@media (max-width: 992px){.category-grid .category-item .category-image{width:85px;height:85px;margin-bottom:10px;border-width:2px}}@media (max-width: 768px){.category-grid .category-item .category-image{width:80px;height:80px;margin-bottom:8px}}@media (max-width: 576px){.category-grid .category-item .category-image{width:75px;height:75px;margin-bottom:6px;border-width:2px}}@media (max-width: 480px){.category-grid .category-item .category-image{width:70px;height:70px;margin-bottom:5px}}.category-grid .category-item .category-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-grid .category-item .category-name{font-size:18px;color:var(--secondary-color);text-align:center;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.4;transition:color .3s ease}@media (max-width: 992px){.category-grid .category-item .category-name{font-size:14px;max-width:100px;height:2.6em}}@media (max-width: 768px){.category-grid .category-item .category-name{font-size:14px;max-width:90px;height:2.4em;line-height:1.3}}@media (max-width: 576px){.category-grid .category-item .category-name{font-size:13px;max-width:80px;height:2.2em;line-height:1.2}}@media (max-width: 480px){.category-grid .category-item .category-name{font-size:12px;max-width:75px;height:2em;line-height:1.1}}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2;margin:0 4px;cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.new-arrivals{margin:40px 0;padding:0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.new-arrivals .section-header{margin-bottom:30px;text-align:center}.new-arrivals .section-header .section-title{font-size:32px;font-weight:600;color:#333;margin:0}.new-arrivals .products-slider{position:relative;width:80%}.new-arrivals .products-slider .nav-btn{position:absolute;top:40%;transform:translateY(-50%);width:50px;height:50px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#000;z-index:10}.new-arrivals .products-slider .nav-btn:hover{transform:translateY(-50%) scale(1.1)}.new-arrivals .products-slider .nav-btn:disabled{opacity:.3;cursor:not-allowed;transform:translateY(-50%)}.new-arrivals .products-slider .nav-btn svg{font-size:16px}.new-arrivals .products-slider .nav-btn.prev-btn{left:-70px}.new-arrivals .products-slider .nav-btn.next-btn{right:-70px}.new-arrivals .products-slider .new-arrivals-swiper{padding-bottom:50px}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide{height:auto}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item{height:100%;display:flex;flex-direction:column}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card{flex:1;border-radius:12px;overflow:hidden;transition:all .3s ease;background:#fff;height:100%;display:flex;flex-direction:column}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card:hover{cursor:pointer}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-image{width:100%;height:250px;overflow:hidden;background:#f8f9fa}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-image:hover img{transform:scale(1.05)}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info{flex:1;display:flex;flex-direction:column;padding:16px}@media (max-width: 576px){.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info{padding:12px}}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .shop-info{margin-bottom:8px}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .shop-info .shop-name{font-size:12px;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-name{font-size:16px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.3;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-description{font-size:13px;color:#666;margin-bottom:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-price{margin-bottom:15px;margin-top:auto}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-price .price-display{align-items:flex-start}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-price .price-display.small .current-price{font-size:16px;font-weight:700}@media (max-width: 576px){.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-price .price-display.small .current-price{font-size:15px}}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-price .price-display.small .original-price{font-size:13px}@media (max-width: 576px){.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-price .price-display.small .original-price{font-size:12px}}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-price .price-display.small .contact-text{font-size:14px;padding:4px 10px}@media (max-width: 576px){.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-price .price-display.small .contact-text{font-size:13px;padding:3px 8px}}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-price .current-price{font-size:18px;font-weight:700;color:#333;margin-right:8px}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .product-price .original-price{font-size:14px;color:#999;text-decoration:line-through}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .add-to-cart-btn{background:var(--primary-color);color:#fff;border:none;padding:12px 20px;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .add-to-cart-btn:hover{background:var(--primary-color);transform:translateY(-1px)}.new-arrivals .products-slider .new-arrivals-swiper .swiper-slide .new-arrival-item .arrival-product-card .product-info .add-to-cart-btn:active{transform:translateY(0)}.new-arrivals .products-slider .swiper-pagination-new-arrivals{bottom:10px!important;text-align:center}.new-arrivals .products-slider .swiper-pagination-new-arrivals .swiper-pagination-bullet{width:8px;height:8px;background:#ddd;opacity:1;margin:0 4px;transition:all .3s ease}.new-arrivals .products-slider .swiper-pagination-new-arrivals .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--primary-color);transform:scale(1.2)}@media (max-width: 768px){.new-arrivals{padding:0 15px;margin:30px 0}.new-arrivals .section-header{margin-bottom:20px}.new-arrivals .section-header .section-title{font-size:24px}.new-arrivals .products-slider .nav-btn{width:40px;height:40px}.new-arrivals .products-slider .nav-btn svg{font-size:14px}.new-arrivals .products-slider .nav-btn.prev-btn{left:-20px}.new-arrivals .products-slider .nav-btn.next-btn{right:-20px}.new-arrivals .products-slider .new-arrivals-swiper{padding-bottom:40px}.new-arrivals .products-slider .new-arrivals-swiper .arrival-product-card .product-info{padding:12px}.new-arrivals .products-slider .new-arrivals-swiper .arrival-product-card .product-info .product-name{font-size:14px;min-height:35px}.new-arrivals .products-slider .new-arrivals-swiper .arrival-product-card .product-info .product-description{font-size:12px;margin-bottom:12px}.new-arrivals .products-slider .new-arrivals-swiper .arrival-product-card .product-info .product-price{margin-bottom:12px}.new-arrivals .products-slider .new-arrivals-swiper .arrival-product-card .product-info .product-price .price-display.small .current-price{font-size:14px}.new-arrivals .products-slider .new-arrivals-swiper .arrival-product-card .product-info .product-price .price-display.small .original-price{font-size:11px}.new-arrivals .products-slider .new-arrivals-swiper .arrival-product-card .product-info .product-price .price-display.small .contact-text{font-size:12px;padding:2px 6px}.new-arrivals .products-slider .new-arrivals-swiper .arrival-product-card .product-info .add-to-cart-btn{padding:10px 16px;font-size:12px}}@media (max-width: 480px){.new-arrivals .products-slider .nav-btn{width:35px;height:35px}.new-arrivals .products-slider .nav-btn svg{font-size:12px}.new-arrivals .products-slider .nav-btn.prev-btn{left:-17px}.new-arrivals .products-slider .nav-btn.next-btn{right:-17px}}.feature-section{padding:0;margin-bottom:60px}.feature-section .feature-container{margin:0 auto}.feature-section .feature-container .feature-row{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:0;min-height:500px;align-items:center}.feature-section .feature-container .feature-row.image-left .feature-image{order:1}.feature-section .feature-container .feature-row.image-left .feature-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;align-content:center;order:2}.feature-section .feature-container .feature-row.image-right .feature-image{order:2}.feature-section .feature-container .feature-row.image-right .feature-content{order:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.feature-section .feature-container .feature-row .feature-image{width:100%;height:500px;overflow:hidden}.feature-section .feature-container .feature-row .feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.feature-section .feature-container .feature-row .feature-content{background:url(/assets/background-BQ6rc_AN.png);padding:40px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;align-content:center}.feature-section .feature-container .feature-row .feature-content .feature-title{font-size:24px;font-weight:600;line-height:1.4;margin:0 0 20px;color:var(--secondary-color)}.feature-section .feature-container .feature-row .feature-content .feature-description{font-size:16px;line-height:1.6;margin:0 0 30px;color:var(--text-color)}.feature-section .feature-container .feature-row .feature-content .feature-button{background:var(--secondary-color);color:var(--primary-color);border:none;padding:15px 30px;border-radius:30px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;align-self:center}.feature-section .feature-container .feature-row .feature-content .feature-button:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.feature-section .feature-container .feature-row .feature-content .feature-button:active{transform:translateY(0)}@media (max-width: 768px){.feature-section{margin:40px 0;padding:0 15px}.feature-section .feature-container .feature-row{grid-template-columns:1fr;min-height:auto;margin-bottom:30px}.feature-section .feature-container .feature-row.image-left .feature-image,.feature-section .feature-container .feature-row.image-right .feature-image{order:1}.feature-section .feature-container .feature-row.image-left .feature-content,.feature-section .feature-container .feature-row.image-right .feature-content{order:2;padding:30px 20px}.feature-section .feature-container .feature-row .feature-image{height:250px}.feature-section .feature-container .feature-row .feature-content .feature-title{font-size:20px;margin:0 0 15px}.feature-section .feature-container .feature-row .feature-content .feature-description{font-size:14px;margin:0 0 20px}.feature-section .feature-container .feature-row .feature-content .feature-button{padding:12px 24px;font-size:11px}}@media (max-width: 480px){.feature-section .feature-container .feature-row{margin-bottom:20px}.feature-section .feature-container .feature-row .feature-image{height:200px}.feature-section .feature-container .feature-row .feature-content{padding:20px 15px}.feature-section .feature-container .feature-row .feature-content .feature-title{font-size:18px;margin:0 0 12px}.feature-section .feature-container .feature-row .feature-content .feature-description{font-size:13px;margin:0 0 15px}.feature-section .feature-container .feature-row .feature-content .feature-button{padding:10px 20px;font-size:10px}}.home-page{padding-bottom:30px}.home-page .container{margin:0 auto}@media (max-width: 768px){.home-page .container{padding:0 10px}}@media (max-width: 576px){.home-page .container{padding:0 8px}}.home-page .category-section{margin-top:60px;margin-bottom:100px;padding-top:30px;background-image:url(/assets/background-BQ6rc_AN.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-page .category-section .section-header h2{font-size:24px;color:var(--secondary-color);font-weight:600;text-transform:uppercase}@media (max-width: 576px){.home-page .category-section{margin:0;padding:4px 0}}.home-page .loading-categories{text-align:center;padding:20px;color:#666;font-style:italic}@media (max-width: 576px){.home-page .loading-categories{padding:15px;font-size:14px}}.home-page .no-categories{text-align:center;padding:20px;color:#999;font-style:italic}@media (max-width: 576px){.home-page .no-categories{padding:15px;font-size:14px}}.home-page .featured-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:30px 0}@media (max-width: 992px){.home-page .featured-categories{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.home-page .featured-categories{grid-template-columns:1fr;gap:15px;margin:20px 0}}@media (max-width: 576px){.home-page .featured-categories{gap:12px;margin:15px 0}}.home-page .featured-categories .featured-category-card{position:relative;height:250px;border-radius:8px;overflow:hidden;background-size:cover;background-position:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}@media (max-width: 768px){.home-page .featured-categories .featured-category-card{height:200px}}@media (max-width: 576px){.home-page .featured-categories .featured-category-card{height:180px}}.home-page .featured-categories .featured-category-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.home-page .featured-categories .featured-category-card .card-content{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#000000b3,#0000);padding:20px;color:#fff;text-align:left}@media (max-width: 576px){.home-page .featured-categories .featured-category-card .card-content{padding:15px}}.home-page .featured-categories .featured-category-card .card-content h4{font-size:20px;font-weight:600;margin:0 0 5px}@media (max-width: 768px){.home-page .featured-categories .featured-category-card .card-content h4{font-size:18px}}@media (max-width: 576px){.home-page .featured-categories .featured-category-card .card-content h4{font-size:16px;margin:0 0 3px}}.home-page .featured-categories .featured-category-card .card-content p{font-size:14px;margin:0;opacity:.9}@media (max-width: 768px){.home-page .featured-categories .featured-category-card .card-content p{font-size:13px}}@media (max-width: 576px){.home-page .featured-categories .featured-category-card .card-content p{font-size:12px}}.home-page .category-cards{display:flex;gap:20px;margin-bottom:40px}@media (max-width: 768px){.home-page .category-cards{flex-direction:column;gap:15px;margin-bottom:30px}}@media (max-width: 576px){.home-page .category-cards{gap:10px;margin-bottom:25px}}.home-page .category-cards .category-card{flex:1;background-color:#f5f5f5;padding:30px 20px;text-align:center;border-radius:8px;transition:transform .3s ease}@media (max-width: 768px){.home-page .category-cards .category-card{padding:20px 15px}}@media (max-width: 576px){.home-page .category-cards .category-card{padding:15px 12px}}.home-page .category-cards .category-card:hover{transform:translateY(-5px)}.home-page .category-cards .category-card .category-title{display:block;font-size:20px;font-weight:600;margin-bottom:10px;color:#333}@media (max-width: 768px){.home-page .category-cards .category-card .category-title{font-size:18px}}@media (max-width: 576px){.home-page .category-cards .category-card .category-title{font-size:16px;margin-bottom:8px}}.home-page .category-cards .category-card .category-desc{color:#ff5722;font-size:14px;margin:0}@media (max-width: 576px){.home-page .category-cards .category-card .category-desc{font-size:13px}}.home-page .tabbed-product-loading,.home-page .additional-sections-loading,.home-page .news-section-loading{margin:30px 0;padding:40px 20px;background-color:#f8f9fa;border-radius:8px;text-align:center}@media (max-width: 768px){.home-page .tabbed-product-loading,.home-page .additional-sections-loading,.home-page .news-section-loading{margin:20px 0;padding:30px 15px}}@media (max-width: 576px){.home-page .tabbed-product-loading,.home-page .additional-sections-loading,.home-page .news-section-loading{margin:15px 0;padding:20px 10px}}.home-page .tabbed-product-loading .loading-placeholder,.home-page .additional-sections-loading .loading-placeholder,.home-page .news-section-loading .loading-placeholder{color:#666;font-size:16px;font-style:italic}@media (max-width: 576px){.home-page .tabbed-product-loading .loading-placeholder,.home-page .additional-sections-loading .loading-placeholder,.home-page .news-section-loading .loading-placeholder{font-size:14px}}.home-page .tabbed-product-loading .loading-placeholder:after,.home-page .additional-sections-loading .loading-placeholder:after,.home-page .news-section-loading .loading-placeholder:after{content:"";display:inline-block;animation:loading-dots 1.4s infinite}.home-page .news-section-error{margin:30px 0;padding:40px 20px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;text-align:center}@media (max-width: 768px){.home-page .news-section-error{margin:24px 0;padding:32px 16px;border-radius:6px}}@media (max-width: 576px){.home-page .news-section-error{margin:20px 0;padding:24px 12px;border-radius:4px}}.home-page .news-section-error p{color:#721c24;margin:0;font-size:16px;font-weight:500}@media (max-width: 768px){.home-page .news-section-error p{font-size:15px}}@media (max-width: 576px){.home-page .news-section-error p{font-size:14px}}.home-page .no-news-articles,.home-page .no-tab-sections,.home-page .no-products-in-tab{margin:30px 0;padding:40px 20px;text-align:center;color:#999;font-style:italic;background-color:#f8f9fa;border-radius:8px}@media (max-width: 768px){.home-page .no-news-articles,.home-page .no-tab-sections,.home-page .no-products-in-tab{margin:24px 0;padding:32px 16px;border-radius:6px}}@media (max-width: 576px){.home-page .no-news-articles,.home-page .no-tab-sections,.home-page .no-products-in-tab{margin:20px 0;padding:24px 12px;border-radius:4px}}.home-page .no-news-articles p,.home-page .no-tab-sections p,.home-page .no-products-in-tab p{margin:0;font-size:16px}@media (max-width: 768px){.home-page .no-news-articles p,.home-page .no-tab-sections p,.home-page .no-products-in-tab p{font-size:15px}}@media (max-width: 576px){.home-page .no-news-articles p,.home-page .no-tab-sections p,.home-page .no-products-in-tab p{font-size:14px}}@keyframes loading-dots{0%,20%{color:#0000;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}40%{color:#666;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}60%{text-shadow:.25em 0 0 #666,.5em 0 0 rgba(0,0,0,0)}80%,to{text-shadow:.25em 0 0 #666,.5em 0 0 #666}}.home-page .tabbed-product-showcase{margin:30px 0;background-color:var(--current-tab-theme-color, #00470e);border-radius:8px;overflow:hidden}@media (max-width: 576px){.home-page .tabbed-product-showcase{margin:10px 0}}.home-page .tabbed-product-showcase .tabs-nav{display:flex}.home-page .tabbed-product-showcase .tabs-nav .tabs-nav-desktop{display:flex;width:100%}@media (max-width: 768px){.home-page .tabbed-product-showcase .tabs-nav .tabs-nav-desktop{display:none}}.home-page .tabbed-product-showcase .tabs-nav .tabs-nav-mobile{display:none;width:100%}@media (max-width: 768px){.home-page .tabbed-product-showcase .tabs-nav .tabs-nav-mobile{display:block}}.home-page .tabbed-product-showcase .tabs-nav .tabs-nav-mobile .tabs-swiper{width:100%;overflow:hidden;padding:0 20px}@media (max-width: 576px){.home-page .tabbed-product-showcase .tabs-nav .tabs-nav-mobile .tabs-swiper{padding:0 15px}}.home-page .tabbed-product-showcase .tabs-nav .tabs-nav-mobile .tabs-swiper .swiper-wrapper{display:flex;transition-timing-function:ease-out}.home-page .tabbed-product-showcase .tabs-nav .tabs-nav-mobile .tabs-swiper .tab-slide{width:auto;flex-shrink:0}.home-page .tabbed-product-showcase .tabs-nav .tab-button{flex:1;padding:10px;border:none;background-color:#f0f0f0;color:#333;font-size:16px;font-weight:600;cursor:pointer;text-align:center;transition:background-color .3s ease,color .3s ease;border-right:1px solid #ddd;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60px;white-space:nowrap}.tabs-nav-desktop .home-page .tabbed-product-showcase .tabs-nav .tab-button{flex:1}.tabs-nav-desktop .home-page .tabbed-product-showcase .tabs-nav .tab-button:last-child{border-right:none}.tabs-nav-mobile .home-page .tabbed-product-showcase .tabs-nav .tab-button{flex:none;min-width:120px;padding:10px 15px;border-right:1px solid #ddd}@media (max-width: 576px){.tabs-nav-mobile .home-page .tabbed-product-showcase .tabs-nav .tab-button{min-width:100px;padding:8px 12px;font-size:14px;min-height:50px}}@media (max-width: 480px){.tabs-nav-mobile .home-page .tabbed-product-showcase .tabs-nav .tab-button{min-width:90px;padding:8px 10px;font-size:13px;min-height:45px}}.home-page .tabbed-product-showcase .tabs-nav .tab-button .tab-title{display:block;text-transform:uppercase}@media (max-width: 576px){.home-page .tabbed-product-showcase .tabs-nav .tab-button .tab-title{font-size:13px}}@media (max-width: 480px){.home-page .tabbed-product-showcase .tabs-nav .tab-button .tab-title{font-size:12px}}.home-page .tabbed-product-showcase .tabs-nav .tab-button .tab-subtitle{display:block;font-size:12px;font-weight:400;margin-top:2px;opacity:.8}@media (max-width: 768px){.home-page .tabbed-product-showcase .tabs-nav .tab-button .tab-subtitle{font-size:11px}}@media (max-width: 576px){.home-page .tabbed-product-showcase .tabs-nav .tab-button .tab-subtitle{font-size:11px!important}}@media (max-width: 576px){.tabs-nav-mobile .tab-button.active .home-page .tabbed-product-showcase .tabs-nav .tab-button .tab-subtitle{display:block;font-size:10px}}.home-page .tabbed-product-showcase .tabs-nav .tab-button:not(.active):hover{background-color:#e0e0e0}.home-page .tabbed-product-showcase .tabs-nav .tab-button.active{background-color:#00470e;color:#fff;border-color:transparent;position:relative}.home-page .tabbed-product-showcase .tab-content{display:flex;border:2px solid var(--current-tab-theme-color, #00470e);border-top:none;padding:0;gap:0}@media (max-width: 992px){.home-page .tabbed-product-showcase .tab-content{flex-direction:column}}.home-page .tabbed-product-showcase .tab-content .banner-column{flex:0 0 25%;min-height:160px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;border-right:2px solid var(--current-tab-theme-color, #00470e)}@media (max-width: 992px){.home-page .tabbed-product-showcase .tab-content .banner-column{flex:0 0 auto;height:300px;margin-bottom:0;border-right:none;border-bottom:2px solid var(--current-tab-theme-color, #00470e)}}@media (max-width: 768px){.home-page .tabbed-product-showcase .tab-content .banner-column{height:250px}}@media (max-width: 576px){.home-page .tabbed-product-showcase .tab-content .banner-column{display:none}}.home-page .tabbed-product-showcase .tab-content .banner-column .banner-image{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:4px}.home-page .tabbed-product-showcase .tab-content .banner-column .banner-action-button{background-color:#333;color:#fff;border:none;padding:12px 30px;font-size:16px;font-weight:700;text-transform:uppercase;cursor:pointer;border-radius:4px;transition:background-color .3s ease}@media (max-width: 768px){.home-page .tabbed-product-showcase .tab-content .banner-column .banner-action-button{padding:10px 20px;font-size:14px}}.home-page .tabbed-product-showcase .tab-content .banner-column .banner-action-button:hover{background-color:#1a1a1a}.home-page .tabbed-product-showcase .tab-content .products-column{display:flex;padding:15px;overflow:visible;width:100%;position:relative}@media (max-width: 768px){.home-page .tabbed-product-showcase .tab-content .products-column{padding:10px}}@media (max-width: 576px){.home-page .tabbed-product-showcase .tab-content .products-column{padding:10px 5px}}.home-page .tabbed-product-showcase .tab-content .products-column:before{display:none}.home-page .tabbed-product-showcase .tab-content .products-column .tab-home-card-container{width:100%}.home-page .suggestion-section{margin:30px 0 45px}.home-page .suggestion-section .section-header{border-bottom:2px solid var(--primary-color);margin-bottom:20px;position:relative}.home-page .suggestion-section .section-header .section-title{background-color:var(--primary-color);color:#fff;font-size:16px;font-weight:700;margin:0;padding:12px 20px;text-transform:uppercase;letter-spacing:.5px;border-radius:8px 8px 0 0;display:inline-block}.home-page .suggestion-section .loading-suggestion{padding:20px;text-align:center;background-color:#f8f9fa;border-radius:8px}.home-page .suggestion-section .loading-suggestion .loading-placeholder{color:#666;font-size:15px;font-style:italic}.home-page .suggestion-section .loading-suggestion .loading-placeholder:after{content:"";display:inline-block;animation:loading-dots 1.4s infinite}.home-page .suggestion-section .no-suggestions{padding:30px;text-align:center;background-color:#f8f9fa;border-radius:8px}.home-page .suggestion-section .no-suggestions p{color:#888;font-size:15px;margin:0}.home-page .suggestion-section .suggestion-products{position:relative;padding:10px 0}.home-page .suggestion-section .suggestion-products .suggestion-swiper{padding:5px 30px}@media (max-width: 768px){.home-page .suggestion-section .suggestion-products .suggestion-swiper{padding:5px 25px}}@media (max-width: 576px){.home-page .suggestion-section .suggestion-products .suggestion-swiper{padding:5px 20px}}.home-page .suggestion-section .suggestion-products .suggestion-swiper .swiper-button-next,.home-page .suggestion-section .suggestion-products .suggestion-swiper .swiper-button-prev{color:var(--primary-color)}.home-page .suggestion-section .suggestion-products .suggestion-swiper .swiper-button-next:after,.home-page .suggestion-section .suggestion-products .suggestion-swiper .swiper-button-prev:after{font-size:20px;font-weight:700}@media (max-width: 768px){.home-page .suggestion-section .suggestion-products .suggestion-swiper .swiper-button-next:after,.home-page .suggestion-section .suggestion-products .suggestion-swiper .swiper-button-prev:after{font-size:18px}}@media (max-width: 576px){.home-page .suggestion-section .suggestion-products .suggestion-swiper .swiper-button-next:after,.home-page .suggestion-section .suggestion-products .suggestion-swiper .swiper-button-prev:after{font-size:16px}}.home-page .suggestion-section .suggestion-products .suggestion-swiper .swiper-button-next.swiper-button-disabled,.home-page .suggestion-section .suggestion-products .suggestion-swiper .swiper-button-prev.swiper-button-disabled{opacity:.3}.home-page .suggestion-section .suggestion-products .suggestion-swiper .suggestion-slide{height:auto;display:flex;align-items:center;justify-content:center}.home-page .suggestion-section .suggestion-products .suggestion-swiper .product-item{width:100%;transition:transform .3s ease}.home-page .suggestion-section .suggestion-products .suggestion-swiper .product-item:hover{transform:translateY(-5px)}.home-page .posts-section{margin:60px 0 40px;padding:0 100px}@media (max-width: 992px){.home-page .posts-section{padding:0 50px}}@media (max-width: 768px){.home-page .posts-section{padding:0 20px;margin:40px 0 30px}}@media (max-width: 576px){.home-page .posts-section{padding:0 15px;margin:30px 0 20px}}.home-page .posts-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:15px 25px;background-image:url(/assets/background-BQ6rc_AN.png);border-radius:0}@media (max-width: 768px){.home-page .posts-section .section-header{padding:12px 20px;margin-bottom:25px}}@media (max-width: 576px){.home-page .posts-section .section-header{padding:10px 15px;margin-bottom:20px}}.home-page .posts-section .section-header .section-title{font-size:20px;font-weight:700;color:#fff;text-transform:uppercase;margin:0;letter-spacing:.5px}@media (max-width: 768px){.home-page .posts-section .section-header .section-title{font-size:18px}}@media (max-width: 576px){.home-page .posts-section .section-header .section-title{font-size:16px}}.home-page .posts-section .section-header .view-all-link{color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s ease;padding:8px 20px;border:2px solid #fff;border-radius:4px}@media (max-width: 768px){.home-page .posts-section .section-header .view-all-link{font-size:14px;padding:6px 15px}}@media (max-width: 576px){.home-page .posts-section .section-header .view-all-link{font-size:13px;padding:5px 12px}}.home-page .posts-section .section-header .view-all-link:hover{background-color:#fff;color:var(--primary-color)}.home-page .posts-section .posts-layout{display:grid;grid-template-columns:1fr 1fr;gap:25px}@media (max-width: 992px){.home-page .posts-section .posts-layout{gap:20px}}@media (max-width: 768px){.home-page .posts-section .posts-layout{grid-template-columns:1fr;gap:20px}}@media (max-width: 768px){.home-page .posts-section .posts-layout .featured-post{order:1}}.home-page .posts-section .posts-layout .featured-post .featured-post-card{display:block;background:#fff;border-radius:0;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit;height:100%}.home-page .posts-section .posts-layout .featured-post .featured-post-card:hover{box-shadow:0 4px 20px #00000026}.home-page .posts-section .posts-layout .featured-post .featured-post-card:hover .featured-post-image img{transform:scale(1.05)}.home-page .posts-section .posts-layout .featured-post .featured-post-card:hover .featured-post-title{color:var(--primary-color)}.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-image{position:relative;width:100%;padding-top:60%;overflow:hidden;background-color:#f5f5f5}@media (max-width: 576px){.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-image{padding-top:65%}}.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-image .post-badge{position:absolute;top:15px;left:15px;background:var(--primary-color);color:#fff;padding:8px 16px;border-radius:0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}@media (max-width: 576px){.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-image .post-badge{top:10px;left:10px;padding:6px 12px;font-size:11px}}.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-content{padding:25px;background:#fff}@media (max-width: 768px){.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-content{padding:20px}}@media (max-width: 576px){.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-content{padding:15px}}.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-content .featured-post-title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 15px;line-height:1.4;transition:color .3s ease}@media (max-width: 768px){.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-content .featured-post-title{font-size:20px;margin-bottom:12px}}@media (max-width: 576px){.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-content .featured-post-title{font-size:18px;margin-bottom:10px}}.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-content .featured-post-description{font-size:15px;color:#555;line-height:1.7;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-content .featured-post-description{font-size:14px;-webkit-line-clamp:2}}@media (max-width: 576px){.home-page .posts-section .posts-layout .featured-post .featured-post-card .featured-post-content .featured-post-description{font-size:13px}}.home-page .posts-section .posts-layout .side-posts{display:flex;flex-direction:column;gap:20px}@media (max-width: 768px){.home-page .posts-section .posts-layout .side-posts{order:2}}@media (max-width: 576px){.home-page .posts-section .posts-layout .side-posts{gap:15px}}.home-page .posts-section .posts-layout .side-posts .side-post-card{display:flex;background:#fff;border-radius:0;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;text-decoration:none;color:inherit}.home-page .posts-section .posts-layout .side-posts .side-post-card:hover{box-shadow:0 4px 15px #0000001f}.home-page .posts-section .posts-layout .side-posts .side-post-card:hover .side-post-image img{transform:scale(1.1)}.home-page .posts-section .posts-layout .side-posts .side-post-card:hover .side-post-title{color:var(--primary-color)}.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-image{position:relative;width:180px;min-width:180px;overflow:hidden;background-color:#f5f5f5}@media (max-width: 992px){.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-image{width:150px;min-width:150px}}@media (max-width: 576px){.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-image{width:120px;min-width:120px}}.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-image .post-badge{position:absolute;top:10px;left:10px;background:var(--primary-color);color:#fff;padding:5px 10px;border-radius:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}@media (max-width: 576px){.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-image .post-badge{top:8px;left:8px;padding:4px 8px;font-size:9px}}.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-content{padding:20px;display:flex;flex-direction:column;justify-content:center;flex:1}@media (max-width: 992px){.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-content{padding:15px}}@media (max-width: 576px){.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-content{padding:12px}}.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-content .side-post-title{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}@media (max-width: 768px){.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-content .side-post-title{font-size:15px;margin-bottom:8px}}@media (max-width: 576px){.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-content .side-post-title{font-size:14px;margin-bottom:6px}}.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-content .side-post-description{font-size:13px;color:#666;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-content .side-post-description{font-size:12px;-webkit-line-clamp:2}}@media (max-width: 576px){.home-page .posts-section .posts-layout .side-posts .side-post-card .side-post-content .side-post-description{display:none}}.breadcrumb{padding:16px 0;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.breadcrumb .breadcrumb-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap}.breadcrumb .breadcrumb-item{display:flex;align-items:center}.breadcrumb .breadcrumb-item:not(:first-child){margin-left:8px}.breadcrumb .breadcrumb-item.active .breadcrumb-text{color:#6c757d;font-weight:500}.breadcrumb .breadcrumb-separator{color:#adb5bd;font-size:12px;margin-right:8px}.breadcrumb .breadcrumb-link{display:flex;align-items:center;color:var(--primary-color);text-decoration:none;font-size:14px;transition:color .3s ease}.breadcrumb .breadcrumb-link:hover{color:#0b5ed7;text-decoration:underline}.breadcrumb .breadcrumb-link svg{margin-right:6px;font-size:14px}.breadcrumb .breadcrumb-link span{font-weight:400}.breadcrumb .breadcrumb-text{color:#495057;font-size:14px;font-weight:400}@media (max-width: 768px){.breadcrumb{padding:12px 0}.breadcrumb .breadcrumb-link,.breadcrumb .breadcrumb-text{font-size:13px}.breadcrumb .breadcrumb-separator{font-size:11px}}.category-tree{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;max-height:600px;overflow-y:auto}.category-tree .category-tree-header{background-color:#f8f9fa;padding:16px 20px;border-bottom:1px solid #e9ecef}.category-tree .category-tree-header h3{margin:0;font-size:16px;font-weight:600;color:#2d3436}.category-tree .category-tree-loading{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#6c757d}.category-tree .category-tree-loading svg{margin-right:8px;font-size:16px}.category-tree .category-tree-loading span{font-size:14px}.category-tree .no-categories{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#adb5bd;flex-direction:column}.category-tree .no-categories svg{font-size:24px;margin-bottom:8px}.category-tree .no-categories span{font-size:14px}.category-tree .category-list{list-style:none;margin:0;padding:0}.category-tree .category-item{border-bottom:1px solid #f1f3f4}.category-tree .category-item:last-child{border-bottom:none}.category-tree .category-content{display:flex;align-items:center;position:relative;transition:background-color .3s ease}.category-tree .category-content:hover{background-color:#f8f9fa}.category-tree .category-content.active{background-color:#e3f2fd}.category-tree .category-content.active .category-link{color:var(--primary-color);font-weight:600}.category-tree .category-content.level-0{padding-left:20px}.category-tree .category-content.level-1{padding-left:40px}.category-tree .category-content.level-2{padding-left:60px}.category-tree .category-content.level-3{padding-left:80px}.category-tree .expand-button{background:none;border:none;padding:4px;margin-right:8px;cursor:pointer;color:#6c757d;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:2px;transition:all .3s ease}.category-tree .expand-button:hover{background-color:#e9ecef;color:#495057}.category-tree .expand-button svg{font-size:12px}.category-tree .category-link{display:flex;align-items:center;text-decoration:none;color:#495057;padding:12px 8px 12px 0;flex:1;transition:color .3s ease}.category-tree .category-link:hover{color:var(--primary-color)}.category-tree .category-link .category-image{width:24px;height:24px;border-radius:4px;object-fit:cover;margin-right:12px;flex-shrink:0}.category-tree .category-link .category-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#adb5bd;margin-right:12px;flex-shrink:0;font-size:14px}.category-tree .category-link .category-name{font-size:14px;line-height:1.4;word-break:break-word}.category-tree .category-children{list-style:none;margin:0;padding:0}.category-tree::-webkit-scrollbar{width:6px}.category-tree::-webkit-scrollbar-track{background:#f1f1f1}.category-tree::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.category-tree::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@media (max-width: 768px){.category-tree{max-height:400px}.category-tree .category-tree-header{padding:12px 16px}.category-tree .category-tree-header h3{font-size:15px}.category-tree .category-content.level-0{padding-left:16px}.category-tree .category-content.level-1{padding-left:32px}.category-tree .category-content.level-2{padding-left:48px}.category-tree .category-content.level-3{padding-left:64px}.category-tree .category-link{padding:10px 8px 10px 0}.category-tree .category-link .category-image,.category-tree .category-link .category-icon{width:20px;height:20px;margin-right:8px}.category-tree .category-link .category-name{font-size:13px}}.products-page{padding:20px 0;min-height:calc(100vh - 80px);background-color:#f8f9fa}.products-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.products-page .loading-container,.products-page .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.products-page .loading-container .loading-spinner,.products-page .error-container .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.products-page .loading-container h2,.products-page .error-container h2{color:#dc3545;margin-bottom:16px}.products-page .loading-container p,.products-page .error-container p{color:#6c757d;margin-bottom:20px;font-size:16px}.products-page .loading-container .btn-retry,.products-page .error-container .btn-retry{background-color:var(--primary-color);color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.products-page .loading-container .btn-retry:hover,.products-page .error-container .btn-retry:hover{background-color:#0056b3}.products-page .products-content{display:grid;grid-template-columns:300px 1fr;gap:24px;margin-top:20px}@media (max-width: 1024px){.products-page .products-content{grid-template-columns:1fr;gap:16px}}.products-page .products-sidebar{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:24px;height:fit-content;position:sticky;top:20px}@media (max-width: 1024px){.products-page .products-sidebar{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:#fff;border-radius:0;padding:20px;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.products-page .products-sidebar.show{transform:translate(0)}}.products-page .products-sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.products-page .products-sidebar .sidebar-header h3{font-size:20px;font-weight:600;color:#2d3436;margin:0}.products-page .products-sidebar .sidebar-header .btn-close-filters{display:none;background:none;border:none;font-size:20px;color:#6c757d;cursor:pointer}@media (max-width: 1024px){.products-page .products-sidebar .sidebar-header .btn-close-filters{display:block}}.products-page .products-sidebar .sidebar-header .btn-close-filters:hover{color:#2d3436}.products-page .products-sidebar .filter-group{margin-bottom:24px}.products-page .products-sidebar .filter-group label{display:block;margin-bottom:8px;font-weight:500;color:#2d3436;font-size:14px}.products-page .products-sidebar .filter-group .search-input{position:relative}.products-page .products-sidebar .filter-group .search-input input{width:100%;padding:12px 40px 12px 16px;border:1px solid #e9ecef;border-radius:6px;font-size:14px;background-color:#fff;transition:border-color .3s ease}.products-page .products-sidebar .filter-group .search-input input:focus{outline:none;border-color:var(--primary-color)}.products-page .products-sidebar .filter-group .search-input input::placeholder{color:#6c757d}.products-page .products-sidebar .filter-group .search-input .search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#6c757d;font-size:14px}.products-page .products-sidebar .filter-group select{width:100%;padding:12px 16px;border:1px solid #e9ecef;border-radius:6px;font-size:14px;background-color:#fff;color:#495057;cursor:pointer;transition:border-color .3s ease}.products-page .products-sidebar .filter-group select:focus{outline:none;border-color:var(--primary-color)}.products-page .products-sidebar .filter-group .price-range{display:flex;flex-direction:column;gap:12px}.products-page .products-sidebar .filter-group .price-range input{width:100%;padding:12px 16px;border:1px solid #e9ecef;border-radius:6px;font-size:14px;background-color:#fff;transition:border-color .3s ease}.products-page .products-sidebar .filter-group .price-range input:focus{outline:none;border-color:var(--primary-color)}.products-page .products-sidebar .filter-group .price-range input::placeholder{color:#6c757d}.products-page .products-sidebar .filter-group .price-range span{display:none}.products-page .products-sidebar .btn-clear-filters{width:100%;padding:12px 16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#6c757d;font-size:14px;cursor:pointer;transition:all .3s ease}.products-page .products-sidebar .btn-clear-filters:hover{background:#e9ecef;color:#495057}.products-page .products-main{display:flex;flex-direction:column;gap:24px}.products-page .products-main .products-header{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:24px 32px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.products-page .products-main .products-header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}}.products-page .products-main .products-header .products-title{display:flex;align-items:center;gap:12px}.products-page .products-main .products-header .products-title h1{font-size:32px;font-weight:700;color:#2d3436;margin:0;line-height:1.3}@media (max-width: 768px){.products-page .products-main .products-header .products-title h1{font-size:24px}}.products-page .products-main .products-header .products-title .products-count{color:#6c757d;font-size:14px}.products-page .products-main .products-header .products-controls{display:flex;align-items:center;gap:16px}@media (max-width: 768px){.products-page .products-main .products-header .products-controls{width:100%;justify-content:space-between}}.products-page .products-main .products-header .products-controls .btn-toggle-filters{display:none;padding:8px 16px;background:var(--primary-color);color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .3s ease}@media (max-width: 1024px){.products-page .products-main .products-header .products-controls .btn-toggle-filters{display:flex;align-items:center;gap:8px}}.products-page .products-main .products-header .products-controls .btn-toggle-filters:hover{background-color:#0056b3}.products-page .products-main .products-header .products-controls .view-controls{display:flex;border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.products-page .products-main .products-header .products-controls .view-controls .view-btn{background:none;border:none;padding:8px 12px;cursor:pointer;transition:all .3s ease;color:#6c757d}.products-page .products-main .products-header .products-controls .view-controls .view-btn:hover{background-color:#f8f9fa}.products-page .products-main .products-header .products-controls .view-controls .view-btn.active{background-color:var(--primary-color);color:#fff}.products-page .products-main .products-header .products-controls .view-controls .view-btn svg{font-size:14px}.products-page .products-main .products-header .products-controls .sort-controls select{padding:8px 12px;border:1px solid #e9ecef;border-radius:6px;background-color:#fff;color:#495057;font-size:14px;cursor:pointer}.products-page .products-main .products-header .products-controls .sort-controls select:focus{outline:none;border-color:var(--primary-color)}.products-page .products-main .active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:16px 20px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px}.products-page .products-main .active-filters>span:first-child{font-weight:500;color:#856404;margin-right:8px}.products-page .products-main .active-filters .filter-tag{display:flex;align-items:center;gap:6px;padding:4px 12px;background:var(--primary-color);color:#fff;border-radius:16px;font-size:12px}.products-page .products-main .active-filters .filter-tag button{background:none;border:none;color:#fff;cursor:pointer;padding:0;margin-left:4px}.products-page .products-main .active-filters .filter-tag button:hover{opacity:.8}.products-page .products-main .products-grid{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.products-page .products-main .products-grid.grid{padding:32px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}@media (max-width: 768px){.products-page .products-main .products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:20px}}@media (max-width: 480px){.products-page .products-main .products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.products-page .products-main .products-grid.list{padding:32px;display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.products-page .products-main .products-grid.list{padding:20px}}.products-page .products-main .products-grid.list .product-card{display:flex;flex-direction:row;max-width:none}.products-page .products-main .products-grid.list .product-card .product-link{display:flex;flex-direction:row;width:100%}.products-page .products-main .products-grid.list .product-card .product-image{width:150px;height:150px;flex-shrink:0}.products-page .products-main .products-grid.list .product-card .product-info{flex:1;padding:16px;display:flex;flex-direction:column;justify-content:space-between}.products-page .products-main .products-grid.list .product-card .product-info .product-name{font-size:18px;margin-bottom:8px;-webkit-line-clamp:2;line-clamp:2}.products-page .products-main .products-grid.list .product-card .product-info .product-pricing{margin-top:auto}.products-page .products-main .products-grid.list .product-card .product-info .stock-info{margin-top:8px}@media (max-width: 768px){.products-page .products-main .products-grid.list .product-card,.products-page .products-main .products-grid.list .product-card .product-link{flex-direction:column}.products-page .products-main .products-grid.list .product-card .product-image{width:100%;height:200px}.products-page .products-main .products-grid.list .product-card .product-info .product-name{font-size:16px}}.products-page .products-main .products-grid .products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.products-page .products-main .products-grid .products-loading .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.products-page .products-main .products-grid .products-loading p{color:#6c757d;font-size:16px}.products-page .products-main .products-grid .no-products{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.products-page .products-main .products-grid .no-products .no-products-icon{font-size:48px;margin-bottom:16px}.products-page .products-main .products-grid .no-products h3{color:#2d3436;margin-bottom:8px;font-size:20px}.products-page .products-main .products-grid .no-products p{color:#6c757d;font-size:16px;margin-bottom:24px}.products-page .products-main .products-grid .no-products .btn-clear-all{padding:12px 24px;background:var(--primary-color);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.products-page .products-main .products-grid .no-products .btn-clear-all:hover{background-color:#0056b3}.products-page .products-main .pagination{display:flex;justify-content:center;align-items:center;padding:24px 32px;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;gap:8px}@media (max-width: 768px){.products-page .products-main .pagination{padding:20px}}.products-page .products-main .pagination .pagination-btn{padding:8px 16px;border:1px solid #e9ecef;background-color:#fff;color:#495057;border-radius:6px;cursor:pointer;transition:all .3s ease}.products-page .products-main .pagination .pagination-btn:hover:not(:disabled){background-color:#f8f9fa;border-color:var(--primary-color)}.products-page .products-main .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.products-page .products-main .pagination .pagination-numbers{display:flex;gap:4px}.products-page .products-main .pagination .pagination-numbers .pagination-number{width:40px;height:40px;border:1px solid #e9ecef;background-color:#fff;color:#495057;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:14px}.products-page .products-main .pagination .pagination-numbers .pagination-number:hover{background-color:#f8f9fa;border-color:var(--primary-color)}.products-page .products-main .pagination .pagination-numbers .pagination-number.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}@media (max-width: 768px){.products-page .products-main .pagination .pagination-numbers .pagination-number{width:36px;height:36px;font-size:13px}}@media (max-width: 1024px){.products-page .container{padding:0 16px}}@media (max-width: 768px){.products-page{padding:12px 0}.products-page .container{padding:0 12px}.products-page .products-content{margin-top:12px}}.review-stars{display:flex;align-items:center;gap:8px}.review-stars .stars-container{display:flex;gap:2px}.review-stars .star{background:none;border:none;padding:0;cursor:default;transition:all .2s ease}.review-stars .star.filled{color:#ffc107}.review-stars .star.empty{color:#e0e0e0}.review-stars.interactive .star{cursor:pointer}.review-stars.interactive .star:hover{transform:scale(1.1)}.review-stars.small .star,.review-stars.small .rating-text{font-size:12px}.review-stars.medium .star{font-size:16px}.review-stars.medium .rating-text{font-size:14px}.review-stars.large .star{font-size:20px}.review-stars.large .rating-text{font-size:16px;font-weight:600}.review-stars .rating-text{color:#666;white-space:nowrap}.review-summary{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.review-summary .summary-header{text-align:center;margin-bottom:24px}.review-summary .summary-header .average-rating .rating-score{font-size:48px;font-weight:700;color:#333;line-height:1;margin-bottom:8px}.review-summary .summary-header .average-rating .rating-stars{margin-bottom:8px}.review-summary .summary-header .average-rating .total-reviews{color:#666;font-size:14px}.review-summary .rating-distribution .rating-bar{display:flex;align-items:center;gap:12px;margin-bottom:8px}.review-summary .rating-distribution .rating-bar .rating-label{display:flex;align-items:center;gap:4px;min-width:60px}.review-summary .rating-distribution .rating-bar .rating-label .rating-number{font-size:14px;color:#666}.review-summary .rating-distribution .rating-bar .progress-bar{flex:1;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden;position:relative}.review-summary .rating-distribution .rating-bar .progress-bar .progress-fill{height:100%;background:#ffc107;border-radius:4px;transition:width .3s ease}.review-summary .rating-distribution .rating-bar .rating-count{min-width:30px;text-align:right;font-size:14px;color:#666}@media (max-width: 768px){.review-summary{padding:16px}.review-summary .summary-header{margin-bottom:20px}.review-summary .summary-header .average-rating .rating-score{font-size:36px}.review-summary .rating-distribution .rating-bar{gap:8px}.review-summary .rating-distribution .rating-bar .rating-label{min-width:50px}.review-summary .rating-distribution .rating-bar .rating-count{min-width:25px}}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.image-modal{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.image-modal .modal-close{position:absolute;top:-50px;right:-10px;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.image-modal .modal-close:hover{background:#fff;transform:scale(1.1)}.image-modal .modal-close svg{font-size:18px;color:#333}.image-modal .modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.image-modal .modal-nav:hover:not(:disabled){background:#fff;transform:translateY(-50%) scale(1.1)}.image-modal .modal-nav:disabled{opacity:.5;cursor:not-allowed}.image-modal .modal-nav svg{font-size:20px;color:#333}.image-modal .modal-nav.modal-prev{left:-70px}.image-modal .modal-nav.modal-next{right:-70px}.image-modal .modal-image-container{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:calc(90vh - 120px)}.image-modal .modal-image-container .modal-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #0000004d;animation:zoomIn .3s ease}.image-modal .modal-counter{position:absolute;top:-50px;left:0;background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}.image-modal .modal-thumbnails{display:flex;gap:8px;margin-top:20px;max-width:100%;overflow-x:auto;padding:0 10px}.image-modal .modal-thumbnails .thumbnail{flex-shrink:0;width:60px;height:60px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .2s ease;background:none;padding:0}.image-modal .modal-thumbnails .thumbnail.active{border-color:#00470e;box-shadow:0 0 0 2px #4caf504d}.image-modal .modal-thumbnails .thumbnail:hover{transform:scale(1.05)}.image-modal .modal-thumbnails .thumbnail img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.image-modal{max-width:95vw;max-height:95vh}.image-modal .modal-close{top:-40px;right:0;width:36px;height:36px}.image-modal .modal-close svg{font-size:16px}.image-modal .modal-nav{width:44px;height:44px}.image-modal .modal-nav svg{font-size:18px}.image-modal .modal-nav.modal-prev{left:-50px}.image-modal .modal-nav.modal-next{right:-50px}.image-modal .modal-counter{top:-40px;font-size:12px;padding:6px 12px}.image-modal .modal-image-container{max-height:calc(95vh - 100px)}.image-modal .modal-thumbnails{margin-top:15px}.image-modal .modal-thumbnails .thumbnail{width:50px;height:50px}}@media (max-width: 480px){.image-modal .modal-nav{width:40px;height:40px}.image-modal .modal-nav svg{font-size:16px}.image-modal .modal-nav.modal-prev{left:-45px}.image-modal .modal-nav.modal-next{right:-45px}.image-modal .modal-thumbnails .thumbnail{width:45px;height:45px}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.review-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;margin-bottom:16px;transition:all .2s ease}.review-card:hover{box-shadow:0 2px 8px #0000001a}.review-card .review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.review-card .review-header .reviewer-info{display:flex;align-items:center;gap:12px;flex:1}.review-card .review-header .reviewer-info .reviewer-avatar{width:40px;height:40px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.review-card .review-header .reviewer-info .reviewer-avatar img{width:100%;height:100%;object-fit:cover}.review-card .review-header .reviewer-info .reviewer-avatar svg{color:#999;font-size:18px}.review-card .review-header .reviewer-info .reviewer-details .reviewer-name{font-weight:600;color:#333;margin-bottom:4px;display:flex;align-items:center;gap:8px}.review-card .review-header .reviewer-info .reviewer-details .reviewer-name .verified-badge{display:inline-flex;align-items:center;gap:4px;background:#e8f5e8;color:#2e7d2e;padding:2px 6px;border-radius:12px;font-size:11px;font-weight:500}.review-card .review-header .reviewer-info .reviewer-details .reviewer-name .verified-badge svg{font-size:10px}.review-card .review-header .reviewer-info .reviewer-details .review-date{font-size:12px;color:#666}.review-card .review-header .review-rating{flex-shrink:0}.review-card .review-content{margin-bottom:12px}.review-card .review-content .review-title{font-size:16px;font-weight:600;color:#333;margin:0 0 8px}.review-card .review-content .review-text{font-size:14px;line-height:1.5;color:#333;margin:0}.review-card .review-images{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.review-card .review-images .review-image{width:80px;height:80px;border-radius:6px;overflow:hidden;border:1px solid #e0e0e0;cursor:pointer;transition:all .2s ease;position:relative}.review-card .review-images .review-image:hover{transform:scale(1.05);box-shadow:0 2px 8px #0003}.review-card .review-images .review-image:hover:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;border-radius:6px}.review-card .review-images .review-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.review-card .purchase-info{padding-top:8px;border-top:1px solid #f0f0f0}.review-card .purchase-info .purchase-date{font-size:12px;color:#666}@media (max-width: 768px){.review-card{padding:12px}.review-card .review-header .reviewer-info{gap:8px}.review-card .review-header .reviewer-info .reviewer-avatar{width:32px;height:32px}.review-card .review-header .reviewer-info .reviewer-details .reviewer-name{font-size:14px}.review-card .review-header .reviewer-info .reviewer-details .reviewer-name .verified-badge{font-size:10px;padding:1px 4px}.review-card .review-images .review-image{width:60px;height:60px}}.review-form{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:24px}.review-form .form-title{font-size:20px;font-weight:600;color:#333;margin:0 0 24px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.review-form .form-group{margin-bottom:20px}.review-form .form-group label{display:block;font-weight:500;color:#333;margin-bottom:8px;font-size:14px}.review-form .form-group input[type=text],.review-form .form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s ease;font-family:inherit}.review-form .form-group input[type=text]:focus,.review-form .form-group textarea:focus{outline:none;border-color:#00470e;box-shadow:0 0 0 2px #4caf501a}.review-form .form-group input[type=text]::placeholder,.review-form .form-group textarea::placeholder{color:#999}.review-form .form-group textarea{resize:vertical;min-height:100px;line-height:1.5}.review-form .form-group .char-count{font-size:12px;color:#666;text-align:right;margin-top:4px}.review-form .image-upload-area{display:flex;flex-direction:column;gap:8px}.review-form .image-upload-area .upload-button{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#f8f9fa;border:2px dashed #ddd;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:14px;color:#666;width:fit-content}.review-form .image-upload-area .upload-button:hover:not(.uploading){background:#e9ecef;border-color:#00470e;color:#00470e}.review-form .image-upload-area .upload-button.uploading{background:#e3f2fd;border-color:#00470e;color:#00470e;cursor:not-allowed;opacity:.7}.review-form .image-upload-area .upload-button svg{font-size:16px}.review-form .image-upload-area .upload-hint{font-size:12px;color:#666}.review-form .image-preview{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.review-form .image-preview .preview-item{position:relative;width:80px;height:80px;border-radius:6px;overflow:hidden;border:1px solid #e0e0e0}.review-form .image-preview .preview-item.uploaded{border-color:#4caf50;box-shadow:0 0 0 2px #4caf5033}.review-form .image-preview .preview-item img{width:100%;height:100%;object-fit:cover}.review-form .image-preview .preview-item .remove-image{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:#ff4757;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;transition:background .2s ease}.review-form .image-preview .preview-item .remove-image:hover{background:#ff3838}.review-form .image-preview .preview-item .upload-success{position:absolute;bottom:2px;right:2px;width:18px;height:18px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.review-form .form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;border-top:1px solid #f0f0f0}.review-form .form-actions .btn-cancel,.review-form .form-actions .btn-submit{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.review-form .form-actions .btn-cancel:disabled,.review-form .form-actions .btn-submit:disabled{opacity:.6;cursor:not-allowed}.review-form .form-actions .btn-cancel{background:#f8f9fa;color:#666;border:1px solid #ddd}.review-form .form-actions .btn-cancel:hover:not(:disabled){background:#e9ecef}.review-form .form-actions .btn-submit{background:#00470e;color:#fff}.review-form .form-actions .btn-submit:hover:not(:disabled){background:#002e09;transform:translateY(-1px)}.review-form .form-actions .btn-submit:disabled{background:#ccc}@media (max-width: 768px){.review-form{padding:16px}.review-form .form-title{font-size:18px;margin-bottom:20px}.review-form .form-group{margin-bottom:16px}.review-form .form-actions{flex-direction:column}.review-form .form-actions .btn-cancel,.review-form .form-actions .btn-submit{width:100%;min-width:unset}.review-form .image-preview .preview-item{width:60px;height:60px}}.product-detail-page{padding:20px 0;min-height:calc(100vh - 80px);background-color:#f8f9fa;border-radius:10px}@media (max-width: 768px){.product-detail-page{padding:15px 0}}@media (max-width: 576px){.product-detail-page{padding:10px 0;min-height:calc(100vh - 60px)}}.product-detail-page .container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.product-detail-page .container{padding:0 16px}}@media (max-width: 768px){.product-detail-page .container{padding:0 12px}}@media (max-width: 576px){.product-detail-page .container{padding:0 8px}}.product-detail-page .loading-container,.product-detail-page .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}@media (max-width: 768px){.product-detail-page .loading-container,.product-detail-page .error-container{padding:40px 15px}}@media (max-width: 576px){.product-detail-page .loading-container,.product-detail-page .error-container{padding:30px 10px}}.product-detail-page .loading-container .loading-spinner,.product-detail-page .error-container .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@media (max-width: 576px){.product-detail-page .loading-container .loading-spinner,.product-detail-page .error-container .loading-spinner{width:32px;height:32px;border-width:2px;margin-bottom:15px}}.product-detail-page .loading-container h2,.product-detail-page .error-container h2{color:#dc3545;margin-bottom:16px;font-size:24px}@media (max-width: 768px){.product-detail-page .loading-container h2,.product-detail-page .error-container h2{font-size:20px;margin-bottom:12px}}@media (max-width: 576px){.product-detail-page .loading-container h2,.product-detail-page .error-container h2{font-size:18px;margin-bottom:10px}}.product-detail-page .loading-container p,.product-detail-page .error-container p{color:#6c757d;margin-bottom:20px;font-size:16px}@media (max-width: 768px){.product-detail-page .loading-container p,.product-detail-page .error-container p{font-size:15px;margin-bottom:16px}}@media (max-width: 576px){.product-detail-page .loading-container p,.product-detail-page .error-container p{font-size:14px;margin-bottom:12px}}.product-detail-page .loading-container .btn-home,.product-detail-page .error-container .btn-home{background-color:var(--primary-color);color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .3s ease}@media (max-width: 576px){.product-detail-page .loading-container .btn-home,.product-detail-page .error-container .btn-home{padding:10px 20px;font-size:13px}}.product-detail-page .loading-container .btn-home:hover,.product-detail-page .error-container .btn-home:hover{background-color:#0056b3}.product-detail-page .product-detail-content{display:grid;grid-template-columns:300px 1fr;gap:24px;margin-top:20px}@media (max-width: 992px){.product-detail-page .product-detail-content{grid-template-columns:280px 1fr;gap:20px}}@media (max-width: 768px){.product-detail-page .product-detail-content{grid-template-columns:1fr;gap:16px;margin-top:15px}}@media (max-width: 576px){.product-detail-page .product-detail-content{gap:12px;margin-top:10px}}@media (max-width: 768px){.product-detail-page .product-sidebar{order:2}}@media (max-width: 768px){.product-detail-page .product-main{order:1}}.product-detail-page .product-detail-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}@media (max-width: 768px){.product-detail-page .product-detail-card{border-radius:10px;box-shadow:0 2px 4px #0000001a}}@media (max-width: 576px){.product-detail-page .product-detail-card{border-radius:8px;box-shadow:0 1px 3px #0000001a}}.product-detail-page .product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:32px}@media (max-width: 992px){.product-detail-page .product-detail-grid{gap:30px;padding:28px}}@media (max-width: 768px){.product-detail-page .product-detail-grid{grid-template-columns:1fr;gap:24px;padding:20px}}@media (max-width: 576px){.product-detail-page .product-detail-grid{gap:16px;padding:12px}}@media (max-width: 480px){.product-detail-page .product-detail-grid{padding:8px;gap:12px}}.product-detail-page .product-images .main-image{position:relative;margin-bottom:16px;background-color:#f8f9fa;border-radius:12px;overflow:hidden;aspect-ratio:1}@media (max-width: 768px){.product-detail-page .product-images .main-image{border-radius:10px;margin-bottom:12px}}@media (max-width: 576px){.product-detail-page .product-images .main-image{border-radius:8px;margin-bottom:10px}}.product-detail-page .product-images .main-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}@media (max-width: 576px){.product-detail-page .product-images .main-image img{object-fit:contain}}.product-detail-page .product-images .main-image:hover img{transform:scale(1.05)}@media (max-width: 576px){.product-detail-page .product-images .main-image:hover img{transform:scale(1.02)}}.product-detail-page .product-images .main-image .discount-badge{position:absolute;top:12px;left:12px;background-color:#dc3545;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}@media (max-width: 768px){.product-detail-page .product-images .main-image .discount-badge{top:10px;left:10px;padding:5px 10px;font-size:11px}}@media (max-width: 576px){.product-detail-page .product-images .main-image .discount-badge{top:8px;left:8px;padding:4px 8px;font-size:10px;border-radius:16px}}.product-detail-page .product-images .image-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}@media (max-width: 768px){.product-detail-page .product-images .image-thumbnails{gap:6px}}@media (max-width: 576px){.product-detail-page .product-images .image-thumbnails{grid-template-columns:repeat(3,1fr);gap:4px}}@media (max-width: 480px){.product-detail-page .product-images .image-thumbnails{grid-template-columns:repeat(2,1fr)}}.product-detail-page .product-images .image-thumbnails .thumbnail{background:none;border:2px solid #e9ecef;border-radius:8px;padding:4px;cursor:pointer;transition:all .3s ease;aspect-ratio:1}@media (max-width: 768px){.product-detail-page .product-images .image-thumbnails .thumbnail{border-radius:6px;padding:3px}}@media (max-width: 576px){.product-detail-page .product-images .image-thumbnails .thumbnail{border-radius:4px;padding:2px;border-width:1px}}.product-detail-page .product-images .image-thumbnails .thumbnail.active{border-color:var(--primary-color)}.product-detail-page .product-images .image-thumbnails .thumbnail:hover{border-color:var(--primary-color);transform:translateY(-1px)}@media (max-width: 576px){.product-detail-page .product-images .image-thumbnails .thumbnail:hover{transform:translateY(-.5px)}}.product-detail-page .product-images .image-thumbnails .thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:4px}@media (max-width: 576px){.product-detail-page .product-images .image-thumbnails .thumbnail img{border-radius:2px}}.product-detail-page .product-info .product-header{margin-bottom:24px}@media (max-width: 768px){.product-detail-page .product-info .product-header{margin-bottom:20px}}@media (max-width: 576px){.product-detail-page .product-info .product-header{margin-bottom:16px}}.product-detail-page .product-info .product-header .product-title{font-size:28px;font-weight:700;color:#2d3436;margin-bottom:8px;line-height:1.3}@media (max-width: 992px){.product-detail-page .product-info .product-header .product-title{font-size:26px}}@media (max-width: 768px){.product-detail-page .product-info .product-header .product-title{font-size:24px;margin-bottom:6px}}@media (max-width: 576px){.product-detail-page .product-info .product-header .product-title{font-size:20px;margin-bottom:5px;line-height:1.2}}@media (max-width: 480px){.product-detail-page .product-info .product-header .product-title{font-size:18px;margin-bottom:4px}}.product-detail-page .product-info .product-header .product-code,.product-detail-page .product-info .product-header .product-sku{font-size:14px;color:#6c757d;margin:4px 0}@media (max-width: 768px){.product-detail-page .product-info .product-header .product-code,.product-detail-page .product-info .product-header .product-sku{font-size:13px;margin:3px 0}}@media (max-width: 576px){.product-detail-page .product-info .product-header .product-code,.product-detail-page .product-info .product-header .product-sku{font-size:12px;margin:2px 0}}.product-detail-page .product-info .product-pricing{margin-bottom:24px}@media (max-width: 768px){.product-detail-page .product-info .product-pricing{margin-bottom:20px}}@media (max-width: 576px){.product-detail-page .product-info .product-pricing{margin-bottom:16px}}.product-detail-page .product-info .product-pricing .current-price{font-size:32px;font-weight:700;color:#dc3545;margin-bottom:8px}@media (max-width: 992px){.product-detail-page .product-info .product-pricing .current-price{font-size:30px}}@media (max-width: 768px){.product-detail-page .product-info .product-pricing .current-price{font-size:28px;margin-bottom:6px}}@media (max-width: 576px){.product-detail-page .product-info .product-pricing .current-price{font-size:24px;margin-bottom:5px}}@media (max-width: 480px){.product-detail-page .product-info .product-pricing .current-price{font-size:22px;margin-bottom:4px}}.product-detail-page .product-info .product-pricing .original-price{font-size:20px;color:#6c757d;text-decoration:line-through}@media (max-width: 992px){.product-detail-page .product-info .product-pricing .original-price{font-size:19px}}@media (max-width: 768px){.product-detail-page .product-info .product-pricing .original-price{font-size:18px}}@media (max-width: 576px){.product-detail-page .product-info .product-pricing .original-price{font-size:16px}}@media (max-width: 480px){.product-detail-page .product-info .product-pricing .original-price{font-size:15px}}.product-detail-page .product-info .product-description{margin-bottom:24px}@media (max-width: 768px){.product-detail-page .product-info .product-description{margin-bottom:20px}}@media (max-width: 576px){.product-detail-page .product-info .product-description{margin-bottom:16px}}.product-detail-page .product-info .product-description p{color:#495057;line-height:1.6;font-size:16px}@media (max-width: 768px){.product-detail-page .product-info .product-description p{font-size:15px;line-height:1.5}}@media (max-width: 576px){.product-detail-page .product-info .product-description p{font-size:14px;line-height:1.4}}.product-detail-page .product-info .product-stock{margin-bottom:32px}@media (max-width: 768px){.product-detail-page .product-info .product-stock{margin-bottom:28px}}@media (max-width: 576px){.product-detail-page .product-info .product-stock{margin-bottom:20px}}.product-detail-page .product-info .product-stock .stock-status{display:inline-block;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}@media (max-width: 768px){.product-detail-page .product-info .product-stock .stock-status{padding:7px 14px;font-size:13px}}@media (max-width: 576px){.product-detail-page .product-info .product-stock .stock-status{padding:6px 12px;font-size:12px;border-radius:16px}}.product-detail-page .product-info .product-stock .stock-status.available{background-color:#d4edda;color:#155724}.product-detail-page .product-info .product-stock .stock-status.out-of-stock{background-color:#f8d7da;color:#721c24}.product-detail-page .product-info .product-actions .quantity-selector{margin-bottom:24px}@media (max-width: 768px){.product-detail-page .product-info .product-actions .quantity-selector{margin-bottom:20px}}@media (max-width: 576px){.product-detail-page .product-info .product-actions .quantity-selector{margin-bottom:16px}}.product-detail-page .product-info .product-actions .quantity-selector label{display:block;margin-bottom:8px;font-weight:600;color:#2d3436;font-size:16px}@media (max-width: 768px){.product-detail-page .product-info .product-actions .quantity-selector label{font-size:15px;margin-bottom:6px}}@media (max-width: 576px){.product-detail-page .product-info .product-actions .quantity-selector label{font-size:14px;margin-bottom:5px}}.product-detail-page .product-info .product-actions .quantity-selector .quantity-controls{display:flex;align-items:center;gap:12px}@media (max-width: 576px){.product-detail-page .product-info .product-actions .quantity-selector .quantity-controls{gap:8px}}.product-detail-page .product-info .product-actions .quantity-selector .quantity-controls button{width:40px;height:40px;border:2px solid #e9ecef;background-color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.product-detail-page .product-info .product-actions .quantity-selector .quantity-controls button{width:36px;height:36px}}@media (max-width: 576px){.product-detail-page .product-info .product-actions .quantity-selector .quantity-controls button{width:32px;height:32px;border-width:1px}}.product-detail-page .product-info .product-actions .quantity-selector .quantity-controls button:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color)}.product-detail-page .product-info .product-actions .quantity-selector .quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.product-detail-page .product-info .product-actions .quantity-selector .quantity-controls .quantity-value{min-width:40px;text-align:center;font-weight:600;font-size:16px}@media (max-width: 768px){.product-detail-page .product-info .product-actions .quantity-selector .quantity-controls .quantity-value{font-size:15px;min-width:36px}}@media (max-width: 576px){.product-detail-page .product-info .product-actions .quantity-selector .quantity-controls .quantity-value{font-size:14px;min-width:32px}}.product-detail-page .product-info .product-actions .action-buttons{display:flex;gap:12px;flex-wrap:wrap}@media (max-width: 576px){.product-detail-page .product-info .product-actions .action-buttons{gap:8px;flex-direction:column}}.product-detail-page .product-info .product-actions .action-buttons .btn-add-cart{flex:1;background-color:var(--primary-color);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-width:200px;font-size:16px}@media (max-width: 992px){.product-detail-page .product-info .product-actions .action-buttons .btn-add-cart{min-width:180px;padding:12px 20px;font-size:15px}}@media (max-width: 768px){.product-detail-page .product-info .product-actions .action-buttons .btn-add-cart{min-width:160px;padding:11px 18px;font-size:14px}}@media (max-width: 576px){.product-detail-page .product-info .product-actions .action-buttons .btn-add-cart{min-width:auto;width:100%;padding:12px 20px;font-size:14px;order:1}}.product-detail-page .product-info .product-actions .action-buttons .btn-add-cart:hover{background-color:#0056b3;transform:translateY(-1px)}@media (max-width: 576px){.product-detail-page .product-info .product-actions .action-buttons .btn-add-cart:hover{transform:translateY(-.5px)}}.product-detail-page .product-info .product-actions .action-buttons .btn-wishlist,.product-detail-page .product-info .product-actions .action-buttons .btn-share{width:48px;height:48px;border:2px solid #e9ecef;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}@media (max-width: 992px){.product-detail-page .product-info .product-actions .action-buttons .btn-wishlist,.product-detail-page .product-info .product-actions .action-buttons .btn-share{width:44px;height:44px}}@media (max-width: 768px){.product-detail-page .product-info .product-actions .action-buttons .btn-wishlist,.product-detail-page .product-info .product-actions .action-buttons .btn-share{width:40px;height:40px}}@media (max-width: 576px){.product-detail-page .product-info .product-actions .action-buttons .btn-wishlist,.product-detail-page .product-info .product-actions .action-buttons .btn-share{width:100%;height:40px;border-width:1px;flex:1;order:2}}.product-detail-page .product-info .product-actions .action-buttons .btn-wishlist:hover,.product-detail-page .product-info .product-actions .action-buttons .btn-share:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-1px)}@media (max-width: 576px){.product-detail-page .product-info .product-actions .action-buttons .btn-wishlist:hover,.product-detail-page .product-info .product-actions .action-buttons .btn-share:hover{transform:translateY(-.5px)}}@media (max-width: 576px){.product-detail-page .product-info .product-actions .action-buttons .btn-wishlist{margin-right:4px}.product-detail-page .product-info .product-actions .action-buttons .btn-share{margin-left:4px}}.product-detail-page .product-corporate-section{border-top:1px solid #e9ecef;padding:32px}@media (max-width: 992px){.product-detail-page .product-corporate-section{padding:28px}}@media (max-width: 768px){.product-detail-page .product-corporate-section{padding:20px}}@media (max-width: 576px){.product-detail-page .product-corporate-section{padding:16px}}@media (max-width: 480px){.product-detail-page .product-corporate-section{padding:12px}}.product-detail-page .product-corporate-section h3{font-size:20px;font-weight:600;color:#2d3436;margin-bottom:20px}@media (max-width: 768px){.product-detail-page .product-corporate-section h3{font-size:18px;margin-bottom:16px}}@media (max-width: 576px){.product-detail-page .product-corporate-section h3{font-size:16px;margin-bottom:12px}}.product-detail-page .product-corporate-section .corporate-info{display:flex;gap:16px;align-items:center;padding:16px 20px;background-color:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}@media (max-width: 992px){.product-detail-page .product-corporate-section .corporate-info{gap:14px;padding:14px 18px;border-radius:10px}}@media (max-width: 768px){.product-detail-page .product-corporate-section .corporate-info{gap:12px;padding:12px 16px;border-radius:8px}}@media (max-width: 576px){.product-detail-page .product-corporate-section .corporate-info{align-items:flex-start;gap:12px;padding:12px 14px}}@media (max-width: 480px){.product-detail-page .product-corporate-section .corporate-info{gap:10px;padding:10px 12px}}.product-detail-page .product-corporate-section .corporate-info .corporate-logo{flex-shrink:0;width:80px;height:80px;border-radius:10px;overflow:hidden;background-color:#fff;border:1px solid #e9ecef}@media (max-width: 992px){.product-detail-page .product-corporate-section .corporate-info .corporate-logo{width:70px;height:70px;border-radius:8px}}@media (max-width: 768px){.product-detail-page .product-corporate-section .corporate-info .corporate-logo{width:60px;height:60px;border-radius:6px}}@media (max-width: 576px){.product-detail-page .product-corporate-section .corporate-info .corporate-logo{width:50px;height:50px;border-radius:5px}}@media (max-width: 480px){.product-detail-page .product-corporate-section .corporate-info .corporate-logo{width:45px;height:45px;border-radius:4px}}.product-detail-page .product-corporate-section .corporate-info .corporate-logo img{width:100%;height:100%;object-fit:contain}.product-detail-page .product-corporate-section .corporate-info .corporate-details{flex:1}.product-detail-page .product-corporate-section .corporate-info .corporate-details .corporate-name{font-size:16px;font-weight:600;color:#2d3436;margin-bottom:8px}@media (max-width: 992px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .corporate-name{font-size:15px;margin-bottom:7px}}@media (max-width: 768px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .corporate-name{font-size:14px;margin-bottom:6px}}@media (max-width: 576px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .corporate-name{font-size:13px;margin-bottom:5px}}@media (max-width: 480px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .corporate-name{font-size:12px;margin-bottom:4px}}.product-detail-page .product-corporate-section .corporate-info .corporate-details .corporate-description{font-size:14px;color:#6c757d;margin-bottom:16px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width: 992px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .corporate-description{font-size:13px;margin-bottom:14px}}@media (max-width: 768px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .corporate-description{font-size:12px;margin-bottom:12px}}@media (max-width: 576px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .corporate-description{font-size:11px;margin-bottom:10px;line-height:1.4}}@media (max-width: 480px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .corporate-description{font-size:10px;margin-bottom:8px}}.product-detail-page .product-corporate-section .corporate-info .corporate-details .btn-view-corporate{background-color:var(--primary-color);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease}@media (max-width: 992px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .btn-view-corporate{padding:7px 14px;font-size:12px}}@media (max-width: 768px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .btn-view-corporate{padding:6px 12px;font-size:11px;border-radius:5px}}@media (max-width: 576px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .btn-view-corporate{padding:5px 10px;font-size:10px}}@media (max-width: 480px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .btn-view-corporate{padding:4px 8px;font-size:9px;border-radius:4px}}.product-detail-page .product-corporate-section .corporate-info .corporate-details .btn-view-corporate:hover{background-color:#0056b3;transform:translateY(-1px)}@media (max-width: 576px){.product-detail-page .product-corporate-section .corporate-info .corporate-details .btn-view-corporate:hover{transform:translateY(-.5px)}}.product-detail-page .product-details-section{border-top:1px solid #e9ecef;padding:32px}@media (max-width: 992px){.product-detail-page .product-details-section{padding:28px}}@media (max-width: 768px){.product-detail-page .product-details-section{padding:20px}}@media (max-width: 576px){.product-detail-page .product-details-section{padding:16px}}@media (max-width: 480px){.product-detail-page .product-details-section{padding:12px}}.product-detail-page .product-details-section h3{font-size:20px;font-weight:600;color:#2d3436;margin-bottom:20px}@media (max-width: 768px){.product-detail-page .product-details-section h3{font-size:18px;margin-bottom:16px}}@media (max-width: 576px){.product-detail-page .product-details-section h3{font-size:16px;margin-bottom:12px}}.product-detail-page .product-details-section .product-details-content{color:#495057;line-height:1.7}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content{line-height:1.6}}.product-detail-page .product-details-section .product-details-content h1,.product-detail-page .product-details-section .product-details-content h2,.product-detail-page .product-details-section .product-details-content h3,.product-detail-page .product-details-section .product-details-content h4,.product-detail-page .product-details-section .product-details-content h5,.product-detail-page .product-details-section .product-details-content h6{color:#2d3436;margin:24px 0 16px}@media (max-width: 768px){.product-detail-page .product-details-section .product-details-content h1,.product-detail-page .product-details-section .product-details-content h2,.product-detail-page .product-details-section .product-details-content h3,.product-detail-page .product-details-section .product-details-content h4,.product-detail-page .product-details-section .product-details-content h5,.product-detail-page .product-details-section .product-details-content h6{margin:20px 0 14px}}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content h1,.product-detail-page .product-details-section .product-details-content h2,.product-detail-page .product-details-section .product-details-content h3,.product-detail-page .product-details-section .product-details-content h4,.product-detail-page .product-details-section .product-details-content h5,.product-detail-page .product-details-section .product-details-content h6{margin:16px 0 12px}}.product-detail-page .product-details-section .product-details-content h1:first-child,.product-detail-page .product-details-section .product-details-content h2:first-child,.product-detail-page .product-details-section .product-details-content h3:first-child,.product-detail-page .product-details-section .product-details-content h4:first-child,.product-detail-page .product-details-section .product-details-content h5:first-child,.product-detail-page .product-details-section .product-details-content h6:first-child{margin-top:0}.product-detail-page .product-details-section .product-details-content h1{font-size:24px}@media (max-width: 768px){.product-detail-page .product-details-section .product-details-content h1{font-size:22px}}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content h1{font-size:20px}}.product-detail-page .product-details-section .product-details-content h2{font-size:20px}@media (max-width: 768px){.product-detail-page .product-details-section .product-details-content h2{font-size:18px}}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content h2{font-size:16px}}.product-detail-page .product-details-section .product-details-content h3{font-size:18px}@media (max-width: 768px){.product-detail-page .product-details-section .product-details-content h3{font-size:16px}}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content h3{font-size:15px}}.product-detail-page .product-details-section .product-details-content p{margin-bottom:16px;font-size:16px}@media (max-width: 768px){.product-detail-page .product-details-section .product-details-content p{margin-bottom:14px;font-size:15px}}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content p{margin-bottom:12px;font-size:14px}}.product-detail-page .product-details-section .product-details-content ul,.product-detail-page .product-details-section .product-details-content ol{margin-bottom:16px;padding-left:24px}@media (max-width: 768px){.product-detail-page .product-details-section .product-details-content ul,.product-detail-page .product-details-section .product-details-content ol{margin-bottom:14px;padding-left:20px}}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content ul,.product-detail-page .product-details-section .product-details-content ol{margin-bottom:12px;padding-left:16px}}.product-detail-page .product-details-section .product-details-content li{margin-bottom:8px;font-size:16px}@media (max-width: 768px){.product-detail-page .product-details-section .product-details-content li{margin-bottom:6px;font-size:15px}}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content li{margin-bottom:5px;font-size:14px}}.product-detail-page .product-details-section .product-details-content img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}@media (max-width: 768px){.product-detail-page .product-details-section .product-details-content img{border-radius:6px;margin:14px 0}}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content img{border-radius:4px;margin:12px 0}}.product-detail-page .product-details-section .product-details-content table{width:100%;border-collapse:collapse;margin:16px 0;font-size:16px}@media (max-width: 768px){.product-detail-page .product-details-section .product-details-content table{margin:14px 0;font-size:15px}}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content table{margin:12px 0;font-size:14px;display:block;overflow-x:auto;white-space:nowrap}}.product-detail-page .product-details-section .product-details-content table th,.product-detail-page .product-details-section .product-details-content table td{padding:12px;text-align:left;border-bottom:1px solid #e9ecef}@media (max-width: 768px){.product-detail-page .product-details-section .product-details-content table th,.product-detail-page .product-details-section .product-details-content table td{padding:10px}}@media (max-width: 576px){.product-detail-page .product-details-section .product-details-content table th,.product-detail-page .product-details-section .product-details-content table td{padding:8px}}.product-detail-page .product-details-section .product-details-content table th{background-color:#f8f9fa;font-weight:600}.product-detail-page .related-products-section{border-top:1px solid #e9ecef;padding:32px}@media (max-width: 992px){.product-detail-page .related-products-section{padding:28px}}@media (max-width: 768px){.product-detail-page .related-products-section{padding:20px}}@media (max-width: 576px){.product-detail-page .related-products-section{padding:16px}}@media (max-width: 480px){.product-detail-page .related-products-section{padding:12px}}.product-detail-page .related-products-section h3{font-size:20px;font-weight:600;color:#2d3436;margin-bottom:24px;text-align:center}@media (max-width: 768px){.product-detail-page .related-products-section h3{font-size:18px;margin-bottom:20px}}@media (max-width: 576px){.product-detail-page .related-products-section h3{font-size:16px;margin-bottom:16px}}.product-detail-page .related-products-section .related-products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}@media (max-width: 768px){.product-detail-page .related-products-section .related-products-loading{padding:30px 15px}}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-loading{padding:20px 10px}}.product-detail-page .related-products-section .related-products-loading .loading-spinner{width:32px;height:32px;border:2px solid #f3f3f3;border-top:2px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-loading .loading-spinner{width:28px;height:28px;margin-bottom:12px}}.product-detail-page .related-products-section .related-products-loading p{color:#6c757d;font-size:14px}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-loading p{font-size:13px}}.product-detail-page .related-products-section .related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 992px){.product-detail-page .related-products-section .related-products-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media (max-width: 768px){.product-detail-page .related-products-section .related-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 480px){.product-detail-page .related-products-section .related-products-grid{grid-template-columns:1fr;gap:10px}}.product-detail-page .related-products-section .related-products-grid .related-product-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .3s ease;cursor:pointer}@media (max-width: 768px){.product-detail-page .related-products-section .related-products-grid .related-product-card{border-radius:10px;box-shadow:0 1px 6px #0000001a}}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid .related-product-card{border-radius:8px;box-shadow:0 1px 4px #0000001a}}.product-detail-page .related-products-section .related-products-grid .related-product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid .related-product-card:hover{transform:translateY(-2px);box-shadow:0 2px 8px #00000026}}.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-image{position:relative;width:100%;aspect-ratio:1;background-color:#f8f9fa;overflow:hidden}.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-image:hover img{transform:scale(1.05)}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-image:hover img{transform:scale(1.02)}}.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-image .related-discount-badge{position:absolute;top:8px;left:8px;background-color:#dc3545;color:#fff;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600}@media (max-width: 768px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-image .related-discount-badge{top:6px;left:6px;padding:3px 6px;font-size:9px;border-radius:10px}}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-image .related-discount-badge{top:5px;left:5px;padding:2px 5px;font-size:8px;border-radius:8px}}.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info{padding:16px}@media (max-width: 768px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info{padding:14px}}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info{padding:12px}}@media (max-width: 480px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info{padding:10px}}.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-name{font-size:14px;font-weight:600;color:#2d3436;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-name{font-size:13px;margin-bottom:6px}}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-name{font-size:12px;margin-bottom:5px;line-height:1.3}}@media (max-width: 480px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-name{font-size:11px;margin-bottom:4px}}.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price{display:flex;flex-direction:column;gap:4px}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price{gap:2px}}.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-current-price{font-size:16px;font-weight:700;color:#dc3545}@media (max-width: 768px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-current-price{font-size:15px}}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-current-price{font-size:14px}}@media (max-width: 480px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-current-price{font-size:13px}}.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-original-price{font-size:12px;color:#6c757d;text-decoration:line-through}@media (max-width: 768px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-original-price{font-size:11px}}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-original-price{font-size:10px}}@media (max-width: 480px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-original-price{font-size:9px}}.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-contact-price{font-size:14px;font-weight:600;color:#28a745}@media (max-width: 768px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-contact-price{font-size:13px}}@media (max-width: 576px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-contact-price{font-size:12px}}@media (max-width: 480px){.product-detail-page .related-products-section .related-products-grid .related-product-card .related-product-info .related-product-price .related-contact-price{font-size:11px}}.product-detail-page .product-tabs-section{border-top:1px solid #e9ecef;margin-top:32px}@media (max-width: 992px){.product-detail-page .product-tabs-section{margin-top:28px}}@media (max-width: 768px){.product-detail-page .product-tabs-section{margin-top:20px}}@media (max-width: 576px){.product-detail-page .product-tabs-section{margin-top:16px}}.product-detail-page .product-tabs-section .tab-headers{display:flex;border-bottom:2px solid #f0f0f0;margin-bottom:24px;padding:0 32px}@media (max-width: 992px){.product-detail-page .product-tabs-section .tab-headers{padding:0 28px;margin-bottom:20px}}@media (max-width: 768px){.product-detail-page .product-tabs-section .tab-headers{padding:0 20px;margin-bottom:16px}}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-headers{padding:0 16px;margin-bottom:12px}}.product-detail-page .product-tabs-section .tab-headers .tab-header{background:none;border:none;padding:16px 24px;font-size:16px;font-weight:500;color:#666;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}@media (max-width: 768px){.product-detail-page .product-tabs-section .tab-headers .tab-header{padding:14px 20px;font-size:15px}}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-headers .tab-header{padding:12px 16px;font-size:14px}}.product-detail-page .product-tabs-section .tab-headers .tab-header:hover{color:#00470e}.product-detail-page .product-tabs-section .tab-headers .tab-header.active{color:#00470e;border-bottom-color:#00470e}.product-detail-page .product-tabs-section .tab-content{padding:0 32px 32px}@media (max-width: 992px){.product-detail-page .product-tabs-section .tab-content{padding:0 28px 28px}}@media (max-width: 768px){.product-detail-page .product-tabs-section .tab-content{padding:0 20px 20px}}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-content{padding:0 16px 16px}}.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content{line-height:1.6;color:#00470e}.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h1,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h2,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h3,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h4,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h5,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h6{margin:24px 0 16px;color:#00470e}.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h1:first-child,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h2:first-child,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h3:first-child,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h4:first-child,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h5:first-child,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content h6:first-child{margin-top:0}.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content p{margin-bottom:16px}.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content ul,.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content ol{margin:16px 0;padding-left:24px}.product-detail-page .product-tabs-section .tab-content .details-tab .product-details-content img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-summary{margin-bottom:32px}@media (max-width: 768px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-summary{margin-bottom:24px}}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-summary{margin-bottom:20px}}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .review-action{margin-bottom:24px;text-align:center}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .review-action{margin-bottom:20px}}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .review-action .btn-write-review{background:#00470e;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .review-action .btn-write-review{padding:10px 20px;font-size:13px}}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .review-action .btn-write-review:hover{background:#002e09;transform:translateY(-1px)}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .review-form-container{margin-bottom:32px}@media (max-width: 768px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .review-form-container{margin-bottom:24px}}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .review-form-container{margin-bottom:20px}}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .reviews-loading{text-align:center;padding:40px 0}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .reviews-loading{padding:30px 0}}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .reviews-loading .loading-spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #00470e;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .reviews-loading .loading-spinner{width:28px;height:28px;margin-bottom:12px}}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .reviews-loading p{color:#666;margin:0}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .reviews-container .reviews-title{font-size:18px;font-weight:600;color:#00470e;margin:0 0 24px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}@media (max-width: 768px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .reviews-container .reviews-title{font-size:16px;margin-bottom:20px}}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .reviews-container .reviews-title{font-size:15px;margin-bottom:16px}}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .no-reviews{text-align:center;padding:40px 0;color:#666}@media (max-width: 576px){.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .no-reviews{padding:30px 0}}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .no-reviews p{margin:0 0 8px}.product-detail-page .product-tabs-section .tab-content .reviews-tab .reviews-section .reviews-list .no-reviews p:last-child{margin:0;color:#00470e;font-weight:500}@media (max-width: 1024px){.product-detail-page .container{padding:0 16px}}@media (max-width: 768px){.product-detail-page{padding:12px 0}.product-detail-page .container{padding:0 12px}.product-detail-page .product-detail-content{margin-top:12px}.product-detail-page .product-info .product-header .product-title{font-size:24px}.product-detail-page .product-info .product-pricing .current-price{font-size:28px}.product-detail-page .product-info .product-pricing .original-price{font-size:18px}.product-detail-page .product-details-section{padding:20px}}@media (max-width: 480px){.product-detail-page .product-images .image-thumbnails{grid-template-columns:repeat(3,1fr)}.product-detail-page .product-info .product-actions .action-buttons{flex-direction:column}}.category-detail-page{padding:20px 0;min-height:calc(100vh - 80px);background-color:#f8f9fa}.category-detail-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.category-detail-page .loading-container,.category-detail-page .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.category-detail-page .loading-container .loading-spinner,.category-detail-page .error-container .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.category-detail-page .loading-container h2,.category-detail-page .error-container h2{color:#dc3545;margin-bottom:16px}.category-detail-page .loading-container p,.category-detail-page .error-container p{color:#6c757d;margin-bottom:20px;font-size:16px}.category-detail-page .loading-container .btn-home,.category-detail-page .error-container .btn-home{background-color:var(--primary-color);color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.category-detail-page .loading-container .btn-home:hover,.category-detail-page .error-container .btn-home:hover{background-color:#0056b3}.category-detail-page .category-detail-content{display:grid;grid-template-columns:300px 1fr;gap:24px;margin-top:20px}@media (max-width: 1024px){.category-detail-page .category-detail-content{grid-template-columns:1fr;gap:16px}}@media (max-width: 1024px){.category-detail-page .category-sidebar{order:2}}.category-detail-page .category-main{display:flex;flex-direction:column;gap:24px}@media (max-width: 1024px){.category-detail-page .category-main{order:1}}.category-detail-page .category-header-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.category-detail-page .category-header-card .category-banner{height:200px;overflow:hidden;background-color:#f8f9fa}.category-detail-page .category-header-card .category-banner img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.category-detail-page .category-header-card .category-banner{height:150px}}.category-detail-page .category-header-card .category-info{padding:24px 32px}.category-detail-page .category-header-card .category-info .category-title{font-size:32px;font-weight:700;color:#2d3436;margin-bottom:12px;line-height:1.3}@media (max-width: 768px){.category-detail-page .category-header-card .category-info .category-title{font-size:24px}}.category-detail-page .category-header-card .category-info .category-description{color:#495057;line-height:1.6;font-size:16px;margin-bottom:16px}.category-detail-page .category-header-card .category-info .category-stats .product-count{display:inline-block;padding:6px 12px;background-color:#e3f2fd;color:var(--primary-color);border-radius:20px;font-size:14px;font-weight:500}@media (max-width: 768px){.category-detail-page .category-header-card .category-info{padding:20px}}.category-detail-page .products-section{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.category-detail-page .products-section .products-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e9ecef}.category-detail-page .products-section .products-header .products-title{display:flex;align-items:center;gap:12px}.category-detail-page .products-section .products-header .products-title h2{font-size:20px;font-weight:600;color:#2d3436;margin:0}.category-detail-page .products-section .products-header .products-title .products-count{color:#6c757d;font-size:14px}.category-detail-page .products-section .products-header .products-controls{display:flex;align-items:center;gap:16px}.category-detail-page .products-section .products-header .products-controls .view-controls{display:flex;border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.category-detail-page .products-section .products-header .products-controls .view-controls .view-btn{background:none;border:none;padding:8px 12px;cursor:pointer;transition:all .3s ease;color:#6c757d}.category-detail-page .products-section .products-header .products-controls .view-controls .view-btn:hover{background-color:#f8f9fa}.category-detail-page .products-section .products-header .products-controls .view-controls .view-btn.active{background-color:var(--primary-color);color:#fff}.category-detail-page .products-section .products-header .products-controls .view-controls .view-btn svg{font-size:14px}.category-detail-page .products-section .products-header .products-controls .sort-controls select{padding:8px 12px;border:1px solid #e9ecef;border-radius:6px;background-color:#fff;color:#495057;font-size:14px;cursor:pointer}.category-detail-page .products-section .products-header .products-controls .sort-controls select:focus{outline:none;border-color:var(--primary-color)}@media (max-width: 768px){.category-detail-page .products-section .products-header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.category-detail-page .products-section .products-header .products-controls{width:100%;justify-content:space-between}}.category-detail-page .products-section .products-grid{padding:32px}.category-detail-page .products-section .products-grid.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.category-detail-page .products-section .products-grid.grid .product-card .product-info .product-pricing .price-display.small .current-price{font-size:15px;font-weight:700}.category-detail-page .products-section .products-grid.grid .product-card .product-info .product-pricing .price-display.small .original-price{font-size:13px}.category-detail-page .products-section .products-grid.grid .product-card .product-info .product-pricing .price-display.small .discount-percent{font-size:11px;padding:2px 6px}.category-detail-page .products-section .products-grid.grid .product-card .product-info .product-pricing .price-display.small .contact-text{font-size:13px;padding:3px 8px}@media (max-width: 768px){.category-detail-page .products-section .products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:20px}}@media (max-width: 480px){.category-detail-page .products-section .products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.category-detail-page .products-section .products-grid.grid .product-card .product-info .product-pricing .price-display.small .current-price{font-size:14px}.category-detail-page .products-section .products-grid.grid .product-card .product-info .product-pricing .price-display.small .original-price{font-size:12px}.category-detail-page .products-section .products-grid.grid .product-card .product-info .product-pricing .price-display.small .contact-text{font-size:12px;padding:2px 6px}}.category-detail-page .products-section .products-grid.list{display:flex;flex-direction:column;gap:16px}.category-detail-page .products-section .products-grid.list .product-card{display:flex;flex-direction:row;max-width:none}.category-detail-page .products-section .products-grid.list .product-card .product-link{display:flex;flex-direction:row;width:100%}.category-detail-page .products-section .products-grid.list .product-card .product-image{width:150px;height:150px;flex-shrink:0}.category-detail-page .products-section .products-grid.list .product-card .product-info{flex:1;padding:16px;display:flex;flex-direction:column;justify-content:space-between}.category-detail-page .products-section .products-grid.list .product-card .product-info .product-name{font-size:18px;margin-bottom:8px;-webkit-line-clamp:2;line-clamp:2}.category-detail-page .products-section .products-grid.list .product-card .product-info .product-pricing{margin-top:auto}.category-detail-page .products-section .products-grid.list .product-card .product-info .product-pricing .price-display.small .current-price{font-size:16px;font-weight:700}.category-detail-page .products-section .products-grid.list .product-card .product-info .product-pricing .price-display.small .original-price{font-size:14px}.category-detail-page .products-section .products-grid.list .product-card .product-info .product-pricing .price-display.small .contact-text{font-size:14px;padding:4px 10px}.category-detail-page .products-section .products-grid.list .product-card .product-info .stock-info{margin-top:8px}@media (max-width: 768px){.category-detail-page .products-section .products-grid.list .product-card,.category-detail-page .products-section .products-grid.list .product-card .product-link{flex-direction:column}.category-detail-page .products-section .products-grid.list .product-card .product-image{width:100%;height:200px}.category-detail-page .products-section .products-grid.list .product-card .product-info .product-name{font-size:16px}}.category-detail-page .products-section .products-grid .products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.category-detail-page .products-section .products-grid .products-loading .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.category-detail-page .products-section .products-grid .products-loading p{color:#6c757d;font-size:16px}.category-detail-page .products-section .products-grid .no-products{display:flex;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.category-detail-page .products-section .products-grid .no-products p{color:#6c757d;font-size:16px}.category-detail-page .products-section .pagination{display:flex;justify-content:center;align-items:center;padding:24px 32px;border-top:1px solid #e9ecef;gap:8px}.category-detail-page .products-section .pagination .pagination-btn{padding:8px 16px;border:1px solid #e9ecef;background-color:#fff;color:#495057;border-radius:6px;cursor:pointer;transition:all .3s ease}.category-detail-page .products-section .pagination .pagination-btn:hover:not(:disabled){background-color:#f8f9fa;border-color:var(--primary-color)}.category-detail-page .products-section .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.category-detail-page .products-section .pagination .pagination-numbers{display:flex;gap:4px}.category-detail-page .products-section .pagination .pagination-numbers .pagination-number{width:40px;height:40px;border:1px solid #e9ecef;background-color:#fff;color:#495057;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:14px}.category-detail-page .products-section .pagination .pagination-numbers .pagination-number:hover{background-color:#f8f9fa;border-color:var(--primary-color)}.category-detail-page .products-section .pagination .pagination-numbers .pagination-number.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}@media (max-width: 768px){.category-detail-page .products-section .pagination{padding:20px}.category-detail-page .products-section .pagination .pagination-numbers .pagination-number{width:36px;height:36px;font-size:13px}}@media (max-width: 1024px){.category-detail-page .container{padding:0 16px}}@media (max-width: 768px){.category-detail-page{padding:12px 0}.category-detail-page .container{padding:0 12px}.category-detail-page .category-detail-content{margin-top:12px}}.post-detail-page{background-color:#f8f9fa;min-height:calc(100vh - 60px);padding:20px 0 40px}@media (max-width: 768px){.post-detail-page{padding:16px 0 32px}}@media (max-width: 576px){.post-detail-page{padding:12px 0 24px}}.post-detail-page .container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.post-detail-page .container{padding:0 16px}}@media (max-width: 768px){.post-detail-page .container{padding:0 12px}}@media (max-width: 576px){.post-detail-page .container{padding:0 8px}}.post-detail-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}@media (max-width: 768px){.post-detail-page .loading-container{padding:40px 15px}}@media (max-width: 576px){.post-detail-page .loading-container{padding:30px 10px}}.post-detail-page .loading-container .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #00470e;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@media (max-width: 576px){.post-detail-page .loading-container .loading-spinner{width:32px;height:32px;border-width:2px;margin-bottom:12px}}.post-detail-page .loading-container p{color:#6c757d;font-size:16px}@media (max-width: 768px){.post-detail-page .loading-container p{font-size:15px}}@media (max-width: 576px){.post-detail-page .loading-container p{font-size:14px}}.post-detail-page .error-container{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.post-detail-page .error-container{padding:40px 16px;border-radius:10px}}@media (max-width: 576px){.post-detail-page .error-container{padding:30px 12px;border-radius:8px}}.post-detail-page .error-container h2{font-size:24px;color:#dc3545;margin-bottom:16px}@media (max-width: 768px){.post-detail-page .error-container h2{font-size:22px;margin-bottom:14px}}@media (max-width: 576px){.post-detail-page .error-container h2{font-size:20px;margin-bottom:12px}}.post-detail-page .error-container p{color:#6c757d;margin-bottom:24px;font-size:16px}@media (max-width: 768px){.post-detail-page .error-container p{margin-bottom:20px;font-size:15px}}@media (max-width: 576px){.post-detail-page .error-container p{margin-bottom:16px;font-size:14px}}.post-detail-page .error-container .btn-home{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background-color:#00470e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .3s ease;font-size:14px}@media (max-width: 576px){.post-detail-page .error-container .btn-home{padding:10px 20px;font-size:13px;gap:6px}}.post-detail-page .error-container .btn-home:hover{background-color:#001404}.post-detail-page .breadcrumb{margin-bottom:24px;padding:12px 0}@media (max-width: 768px){.post-detail-page .breadcrumb{margin-bottom:20px;padding:10px 0;font-size:14px}}@media (max-width: 576px){.post-detail-page .breadcrumb{margin-bottom:16px;padding:8px 0;font-size:13px}}.post-detail-page .breadcrumb a{color:#00470e;text-decoration:none;font-weight:500}.post-detail-page .breadcrumb a:hover{text-decoration:underline}.post-detail-page .breadcrumb span{margin:0 8px;color:#6c757d}@media (max-width: 576px){.post-detail-page .breadcrumb span{margin:0 6px}}.post-detail-page .breadcrumb span:last-child{color:#495057;font-weight:500}.post-detail-page .post-detail-content{display:grid;grid-template-columns:2fr 300px;gap:32px}@media (max-width: 992px){.post-detail-page .post-detail-content{grid-template-columns:2fr 280px;gap:28px}}@media (max-width: 768px){.post-detail-page .post-detail-content{grid-template-columns:1fr;gap:24px}}@media (max-width: 576px){.post-detail-page .post-detail-content{gap:20px}}.post-detail-page .post-main{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}@media (max-width: 768px){.post-detail-page .post-main{border-radius:10px;box-shadow:0 2px 4px #0000001a}}@media (max-width: 576px){.post-detail-page .post-main{border-radius:8px;box-shadow:0 1px 3px #0000001a}}.post-detail-page .post-main .post-header{padding:32px 32px 24px;border-bottom:1px solid #e9ecef}@media (max-width: 992px){.post-detail-page .post-main .post-header{padding:28px 28px 20px}}@media (max-width: 768px){.post-detail-page .post-main .post-header{padding:24px 20px 18px}}@media (max-width: 576px){.post-detail-page .post-main .post-header{padding:20px 16px 16px}}@media (max-width: 480px){.post-detail-page .post-main .post-header{padding:16px 12px 14px}}.post-detail-page .post-main .post-header .post-category{margin-bottom:16px}@media (max-width: 768px){.post-detail-page .post-main .post-header .post-category{margin-bottom:14px}}@media (max-width: 576px){.post-detail-page .post-main .post-header .post-category{margin-bottom:12px}}.post-detail-page .post-main .post-header .post-category .category-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500}@media (max-width: 768px){.post-detail-page .post-main .post-header .post-category .category-badge{padding:5px 10px;font-size:12px;gap:5px}}@media (max-width: 576px){.post-detail-page .post-main .post-header .post-category .category-badge{padding:4px 8px;font-size:11px;gap:4px;border-radius:16px}}.post-detail-page .post-main .post-header .post-category .category-badge.video{background-color:#e3f2fd;color:var(--primary-color)}.post-detail-page .post-main .post-header .post-category .category-badge.article{background-color:#f3e5f5;color:#7b1fa2}.post-detail-page .post-main .post-header .post-title{font-size:32px;font-weight:700;color:#2d3436;line-height:1.3;margin:0 0 16px}@media (max-width: 992px){.post-detail-page .post-main .post-header .post-title{font-size:30px;margin:0 0 14px}}@media (max-width: 768px){.post-detail-page .post-main .post-header .post-title{font-size:28px;margin:0 0 12px}}@media (max-width: 576px){.post-detail-page .post-main .post-header .post-title{font-size:24px;margin:0 0 10px;line-height:1.2}}@media (max-width: 480px){.post-detail-page .post-main .post-header .post-title{font-size:20px;margin:0 0 8px}}.post-detail-page .post-main .post-header .post-excerpt{font-size:18px;color:#6c757d;line-height:1.6;margin:0 0 24px;font-weight:400}@media (max-width: 992px){.post-detail-page .post-main .post-header .post-excerpt{font-size:17px;margin:0 0 20px}}@media (max-width: 768px){.post-detail-page .post-main .post-header .post-excerpt{font-size:16px;margin:0 0 18px;line-height:1.5}}@media (max-width: 576px){.post-detail-page .post-main .post-header .post-excerpt{font-size:15px;margin:0 0 16px;line-height:1.4}}@media (max-width: 480px){.post-detail-page .post-main .post-header .post-excerpt{font-size:14px;margin:0 0 14px}}.post-detail-page .post-main .post-header .post-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap}@media (max-width: 992px){.post-detail-page .post-main .post-header .post-meta{gap:20px}}@media (max-width: 768px){.post-detail-page .post-main .post-header .post-meta{gap:16px}}@media (max-width: 576px){.post-detail-page .post-main .post-header .post-meta{gap:12px;flex-direction:column;align-items:flex-start}}.post-detail-page .post-main .post-header .post-meta .meta-item{display:flex;align-items:center;gap:8px;color:#6c757d;font-size:14px}@media (max-width: 768px){.post-detail-page .post-main .post-header .post-meta .meta-item{font-size:13px;gap:6px}}@media (max-width: 576px){.post-detail-page .post-main .post-header .post-meta .meta-item{font-size:12px;gap:5px}}.post-detail-page .post-main .post-header .post-meta .meta-item svg{color:#00470e;font-size:14px}@media (max-width: 768px){.post-detail-page .post-main .post-header .post-meta .meta-item svg{font-size:13px}}@media (max-width: 576px){.post-detail-page .post-main .post-header .post-meta .meta-item svg{font-size:12px}}.post-detail-page .post-main .post-header .post-meta .share-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background-color:#f8f9fa;color:#495057;border:1px solid #dee2e6;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;margin-left:auto}@media (max-width: 992px){.post-detail-page .post-main .post-header .post-meta .share-btn{padding:7px 14px;font-size:13px}}@media (max-width: 768px){.post-detail-page .post-main .post-header .post-meta .share-btn{padding:6px 12px;font-size:12px;gap:5px}}@media (max-width: 576px){.post-detail-page .post-main .post-header .post-meta .share-btn{margin-left:0;width:100%;justify-content:center;padding:8px 16px;font-size:13px}}.post-detail-page .post-main .post-header .post-meta .share-btn:hover{background-color:#00470e;color:#fff;border-color:#00470e}.post-detail-page .post-main .post-media{margin-bottom:32px}@media (max-width: 992px){.post-detail-page .post-main .post-media{margin-bottom:28px}}@media (max-width: 768px){.post-detail-page .post-main .post-media{margin-bottom:24px}}@media (max-width: 576px){.post-detail-page .post-main .post-media{margin-bottom:20px}}.post-detail-page .post-main .post-media img{width:100%;height:auto;max-height:400px;object-fit:cover;display:block}@media (max-width: 992px){.post-detail-page .post-main .post-media img{max-height:350px}}@media (max-width: 768px){.post-detail-page .post-main .post-media img{max-height:300px}}@media (max-width: 576px){.post-detail-page .post-main .post-media img{max-height:250px}}.post-detail-page .post-main .post-media.video-container .video-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%}.post-detail-page .post-main .post-media.video-container .video-wrapper iframe,.post-detail-page .post-main .post-media.video-container .video-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.post-detail-page .post-main .post-content{padding:0 32px 32px}@media (max-width: 992px){.post-detail-page .post-main .post-content{padding:0 28px 28px}}@media (max-width: 768px){.post-detail-page .post-main .post-content{padding:0 20px 24px}}@media (max-width: 576px){.post-detail-page .post-main .post-content{padding:0 16px 20px}}@media (max-width: 480px){.post-detail-page .post-main .post-content{padding:0 12px 16px}}.post-detail-page .post-main .post-content .content-body{font-size:16px;line-height:1.8;color:#495057}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body{font-size:15px;line-height:1.7}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body{font-size:14px;line-height:1.6}}.post-detail-page .post-main .post-content .content-body h1,.post-detail-page .post-main .post-content .content-body h2,.post-detail-page .post-main .post-content .content-body h3,.post-detail-page .post-main .post-content .content-body h4,.post-detail-page .post-main .post-content .content-body h5,.post-detail-page .post-main .post-content .content-body h6{color:#2d3436;font-weight:600;margin:32px 0 16px}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body h1,.post-detail-page .post-main .post-content .content-body h2,.post-detail-page .post-main .post-content .content-body h3,.post-detail-page .post-main .post-content .content-body h4,.post-detail-page .post-main .post-content .content-body h5,.post-detail-page .post-main .post-content .content-body h6{margin:28px 0 14px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body h1,.post-detail-page .post-main .post-content .content-body h2,.post-detail-page .post-main .post-content .content-body h3,.post-detail-page .post-main .post-content .content-body h4,.post-detail-page .post-main .post-content .content-body h5,.post-detail-page .post-main .post-content .content-body h6{margin:24px 0 12px}}.post-detail-page .post-main .post-content .content-body h1:first-child,.post-detail-page .post-main .post-content .content-body h2:first-child,.post-detail-page .post-main .post-content .content-body h3:first-child,.post-detail-page .post-main .post-content .content-body h4:first-child,.post-detail-page .post-main .post-content .content-body h5:first-child,.post-detail-page .post-main .post-content .content-body h6:first-child{margin-top:0}.post-detail-page .post-main .post-content .content-body h1{font-size:28px}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body h1{font-size:26px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body h1{font-size:22px}}.post-detail-page .post-main .post-content .content-body h2{font-size:24px}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body h2{font-size:22px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body h2{font-size:20px}}.post-detail-page .post-main .post-content .content-body h3{font-size:20px}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body h3{font-size:18px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body h3{font-size:16px}}.post-detail-page .post-main .post-content .content-body h4{font-size:18px}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body h4{font-size:16px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body h4{font-size:15px}}.post-detail-page .post-main .post-content .content-body h5{font-size:16px}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body h5{font-size:15px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body h5{font-size:14px}}.post-detail-page .post-main .post-content .content-body h6{font-size:14px}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body h6{font-size:13px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body h6{font-size:12px}}.post-detail-page .post-main .post-content .content-body p{margin:0 0 16px}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body p{margin:0 0 14px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body p{margin:0 0 12px}}.post-detail-page .post-main .post-content .content-body img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body img{border-radius:6px;margin:14px 0}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body img{border-radius:4px;margin:12px 0}}.post-detail-page .post-main .post-content .content-body a{color:#00470e;text-decoration:none;word-break:break-word}.post-detail-page .post-main .post-content .content-body a:hover{text-decoration:underline}.post-detail-page .post-main .post-content .content-body ul,.post-detail-page .post-main .post-content .content-body ol{margin:16px 0;padding-left:24px}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body ul,.post-detail-page .post-main .post-content .content-body ol{margin:14px 0;padding-left:20px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body ul,.post-detail-page .post-main .post-content .content-body ol{margin:12px 0;padding-left:16px}}.post-detail-page .post-main .post-content .content-body ul li,.post-detail-page .post-main .post-content .content-body ol li{margin-bottom:8px}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body ul li,.post-detail-page .post-main .post-content .content-body ol li{margin-bottom:6px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body ul li,.post-detail-page .post-main .post-content .content-body ol li{margin-bottom:5px}}.post-detail-page .post-main .post-content .content-body blockquote{margin:24px 0;padding:16px 20px;background-color:#f8f9fa;border-left:4px solid #00470e;font-style:italic;color:#6c757d}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body blockquote{margin:20px 0;padding:14px 16px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body blockquote{margin:16px 0;padding:12px 14px;font-size:14px}}.post-detail-page .post-main .post-content .content-body pre{background-color:#f8f9fa;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body pre{padding:14px;border-radius:6px;margin:14px 0}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body pre{padding:12px;border-radius:4px;margin:12px 0;font-size:13px}}.post-detail-page .post-main .post-content .content-body pre code{background-color:transparent;padding:0;border-radius:0}.post-detail-page .post-main .post-content .content-body code{background-color:#f8f9fa;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:14px;color:#e83e8c}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body code{font-size:13px;padding:2px 5px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body code{font-size:12px;padding:1px 4px}}.post-detail-page .post-main .post-content .content-body table{width:100%;border-collapse:collapse;margin:16px 0}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body table{margin:14px 0;font-size:14px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body table{margin:12px 0;font-size:13px;display:block;overflow-x:auto;white-space:nowrap}}.post-detail-page .post-main .post-content .content-body table th,.post-detail-page .post-main .post-content .content-body table td{padding:12px;text-align:left;border-bottom:1px solid #e9ecef}@media (max-width: 768px){.post-detail-page .post-main .post-content .content-body table th,.post-detail-page .post-main .post-content .content-body table td{padding:10px}}@media (max-width: 576px){.post-detail-page .post-main .post-content .content-body table th,.post-detail-page .post-main .post-content .content-body table td{padding:8px}}.post-detail-page .post-main .post-content .content-body table th{background-color:#f8f9fa;font-weight:600}.post-detail-page .post-main .post-tags{padding:24px 32px 32px;margin-top:24px;border-top:1px solid #e9ecef}@media (max-width: 992px){.post-detail-page .post-main .post-tags{padding:20px 28px 28px;margin-top:20px}}@media (max-width: 768px){.post-detail-page .post-main .post-tags{padding:18px 20px 24px;margin-top:18px}}@media (max-width: 576px){.post-detail-page .post-main .post-tags{padding:16px 16px 20px;margin-top:16px}}@media (max-width: 480px){.post-detail-page .post-main .post-tags{padding:14px 12px 16px;margin-top:14px}}.post-detail-page .post-main .post-tags strong{color:#495057;margin-right:8px;font-size:14px}@media (max-width: 768px){.post-detail-page .post-main .post-tags strong{font-size:13px;margin-right:6px}}@media (max-width: 576px){.post-detail-page .post-main .post-tags strong{font-size:12px;margin-right:5px}}.post-detail-page .post-main .post-tags .tag{display:inline-block;background-color:#f8f9fa;color:#495057;padding:4px 8px;border-radius:4px;font-size:12px;margin-right:6px;margin-bottom:6px;border:1px solid #dee2e6}@media (max-width: 768px){.post-detail-page .post-main .post-tags .tag{padding:3px 7px;font-size:11px;margin-right:5px;margin-bottom:5px}}@media (max-width: 576px){.post-detail-page .post-main .post-tags .tag{padding:2px 6px;font-size:10px;margin-right:4px;margin-bottom:4px}}@media (max-width: 768px){.post-detail-page .post-sidebar{order:2}}.post-detail-page .post-sidebar .related-posts{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:24px}@media (max-width: 992px){.post-detail-page .post-sidebar .related-posts{padding:20px;border-radius:10px}}@media (max-width: 768px){.post-detail-page .post-sidebar .related-posts{padding:18px;border-radius:8px;box-shadow:0 2px 4px #0000001a}}@media (max-width: 576px){.post-detail-page .post-sidebar .related-posts{padding:16px;box-shadow:0 1px 3px #0000001a}}.post-detail-page .post-sidebar .related-posts h3{font-size:18px;font-weight:600;color:#2d3436;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #00470e}@media (max-width: 992px){.post-detail-page .post-sidebar .related-posts h3{font-size:17px;margin:0 0 18px;padding-bottom:10px}}@media (max-width: 768px){.post-detail-page .post-sidebar .related-posts h3{font-size:16px;margin:0 0 16px;padding-bottom:8px}}@media (max-width: 576px){.post-detail-page .post-sidebar .related-posts h3{font-size:15px;margin:0 0 14px;padding-bottom:6px}}.post-detail-page .post-sidebar .related-posts .related-list{display:flex;flex-direction:column;gap:16px}@media (max-width: 992px){.post-detail-page .post-sidebar .related-posts .related-list{gap:14px}}@media (max-width: 768px){.post-detail-page .post-sidebar .related-posts .related-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}}@media (max-width: 576px){.post-detail-page .post-sidebar .related-posts .related-list{grid-template-columns:1fr;gap:12px}}.post-detail-page .post-sidebar .related-posts .related-item .related-link{display:flex;gap:12px;text-decoration:none;color:inherit;transition:all .3s ease;padding:12px;border-radius:8px}@media (max-width: 992px){.post-detail-page .post-sidebar .related-posts .related-item .related-link{gap:10px;padding:10px}}@media (max-width: 768px){.post-detail-page .post-sidebar .related-posts .related-item .related-link{gap:8px;padding:8px;border-radius:6px}}@media (max-width: 576px){.post-detail-page .post-sidebar .related-posts .related-item .related-link{gap:10px;padding:10px}}.post-detail-page .post-sidebar .related-posts .related-item .related-link:hover{background-color:#f8f9fa;transform:translateY(-2px)}@media (max-width: 576px){.post-detail-page .post-sidebar .related-posts .related-item .related-link:hover{transform:translateY(-1px)}}.post-detail-page .post-sidebar .related-posts .related-item .related-thumb{position:relative;width:80px;height:60px;border-radius:6px;overflow:hidden;flex-shrink:0}@media (max-width: 992px){.post-detail-page .post-sidebar .related-posts .related-item .related-thumb{width:70px;height:52px}}@media (max-width: 768px){.post-detail-page .post-sidebar .related-posts .related-item .related-thumb{width:60px;height:45px;border-radius:4px}}@media (max-width: 576px){.post-detail-page .post-sidebar .related-posts .related-item .related-thumb{width:80px;height:60px;border-radius:6px}}.post-detail-page .post-sidebar .related-posts .related-item .related-thumb img{width:100%;height:100%;object-fit:cover}.post-detail-page .post-sidebar .related-posts .related-item .related-thumb .video-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000000b3;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px}@media (max-width: 768px){.post-detail-page .post-sidebar .related-posts .related-item .related-thumb .video-overlay{width:20px;height:20px;font-size:8px}}.post-detail-page .post-sidebar .related-posts .related-item .related-content{flex:1}.post-detail-page .post-sidebar .related-posts .related-item .related-content h4{font-size:14px;font-weight:600;color:#2d3436;margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 992px){.post-detail-page .post-sidebar .related-posts .related-item .related-content h4{font-size:13px;margin:0 0 5px}}@media (max-width: 768px){.post-detail-page .post-sidebar .related-posts .related-item .related-content h4{font-size:12px;margin:0 0 4px;line-height:1.2}}@media (max-width: 576px){.post-detail-page .post-sidebar .related-posts .related-item .related-content h4{font-size:14px;margin:0 0 6px;line-height:1.3}}.post-detail-page .post-sidebar .related-posts .related-item .related-content p{font-size:12px;color:#6c757d;margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 992px){.post-detail-page .post-sidebar .related-posts .related-item .related-content p{font-size:11px;margin:0 0 5px}}@media (max-width: 768px){.post-detail-page .post-sidebar .related-posts .related-item .related-content p{font-size:10px;margin:0 0 4px;-webkit-line-clamp:1}}@media (max-width: 576px){.post-detail-page .post-sidebar .related-posts .related-item .related-content p{font-size:12px;margin:0 0 6px;-webkit-line-clamp:2}}.post-detail-page .post-sidebar .related-posts .related-item .related-content time{font-size:11px;color:#adb5bd}@media (max-width: 992px){.post-detail-page .post-sidebar .related-posts .related-item .related-content time{font-size:10px}}@media (max-width: 768px){.post-detail-page .post-sidebar .related-posts .related-item .related-content time{font-size:9px}}@media (max-width: 576px){.post-detail-page .post-sidebar .related-posts .related-item .related-content time{font-size:11px}}.news-list-page{background-color:#f8f9fa;min-height:calc(100vh - 60px);padding:20px 0 40px}.news-list-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.news-list-page .breadcrumb{margin-bottom:24px;padding:12px 0}.news-list-page .breadcrumb a{color:#00470e;text-decoration:none;font-weight:500}.news-list-page .breadcrumb a:hover{text-decoration:underline}.news-list-page .breadcrumb span{margin:0 8px;color:#6c757d}.news-list-page .breadcrumb span:last-child{color:#495057;font-weight:500}.news-list-page .page-header{text-align:center;margin-bottom:32px;padding:24px 0}.news-list-page .page-header h1{font-size:36px;font-weight:700;color:#2d3436;margin:0 0 12px}@media (max-width: 768px){.news-list-page .page-header h1{font-size:28px}}.news-list-page .page-header p{font-size:18px;color:#6c757d;margin:0}.news-list-page .search-filter-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000001a;margin-bottom:32px}.news-list-page .search-filter-section .search-form{margin-bottom:20px}.news-list-page .search-filter-section .search-form .search-input{position:relative;max-width:500px;margin:0 auto}.news-list-page .search-filter-section .search-form .search-input svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#6c757d;font-size:16px}.news-list-page .search-filter-section .search-form .search-input input{width:100%;padding:12px 16px 12px 48px;border:2px solid #e9ecef;border-radius:8px;font-size:16px;transition:border-color .3s ease}.news-list-page .search-filter-section .search-form .search-input input:focus{outline:none;border-color:#00470e;box-shadow:0 0 0 3px #00470e1a}.news-list-page .search-filter-section .search-form .search-input input::placeholder{color:#adb5bd}.news-list-page .search-filter-section .search-form .search-input button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background-color:#00470e;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.news-list-page .search-filter-section .search-form .search-input button:hover{background-color:#001404}.news-list-page .search-filter-section .filter-tabs{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.news-list-page .search-filter-section .filter-tabs .filter-tab{display:flex;align-items:center;gap:8px;padding:10px 20px;border:2px solid #e9ecef;border-radius:8px;background-color:#fff;color:#495057;cursor:pointer;font-weight:500;transition:all .3s ease}.news-list-page .search-filter-section .filter-tabs .filter-tab:hover{border-color:#00470e;color:#00470e}.news-list-page .search-filter-section .filter-tabs .filter-tab.active{background-color:#00470e;border-color:#00470e;color:#fff}.news-list-page .search-filter-section .filter-tabs .filter-tab svg{font-size:14px}.news-list-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.news-list-page .loading-container svg{font-size:32px;color:#00470e;margin-bottom:16px}.news-list-page .loading-container p{color:#6c757d;font-size:16px}.news-list-page .error-message{background:#fff;border-radius:12px;padding:40px;text-align:center;box-shadow:0 4px 6px #0000001a}.news-list-page .error-message p{color:#dc3545;font-size:16px;margin-bottom:20px}.news-list-page .error-message .retry-btn{background-color:#00470e;color:#fff;border:none;border-radius:8px;padding:12px 24px;cursor:pointer;font-weight:500;transition:background-color .3s ease}.news-list-page .error-message .retry-btn:hover{background-color:#001404}.news-list-page .news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}@media (max-width: 1200px){.news-list-page .news-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.news-list-page .news-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 576px){.news-list-page .news-grid{grid-template-columns:1fr;gap:16px}}.news-list-page .news-grid .news-item{height:100%}.news-list-page .load-more-section{text-align:center;margin-top:40px}.news-list-page .load-more-section .load-more-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background-color:#fff;color:#00470e;border:2px solid #00470e;border-radius:8px;cursor:pointer;font-weight:600;font-size:16px;transition:all .3s ease}.news-list-page .load-more-section .load-more-btn:hover:not(:disabled){background-color:#00470e;color:#fff;transform:translateY(-2px)}.news-list-page .load-more-section .load-more-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.news-list-page .load-more-section .load-more-btn svg{font-size:14px}.news-list-page .no-results{background:#fff;border-radius:12px;padding:60px 40px;text-align:center;box-shadow:0 4px 6px #0000001a}.news-list-page .no-results h3{font-size:24px;color:#2d3436;margin:0 0 16px}.news-list-page .no-results p{color:#6c757d;font-size:16px;margin:0 0 24px}.news-list-page .no-results .clear-search-btn{background-color:#00470e;color:#fff;border:none;border-radius:8px;padding:12px 24px;cursor:pointer;font-weight:500;transition:background-color .3s ease}.news-list-page .no-results .clear-search-btn:hover{background-color:#001404}@media (max-width: 768px){.news-list-page{padding:16px 0 32px}.news-list-page .container{padding:0 16px}.news-list-page .page-header{margin-bottom:24px;padding:20px 0}.news-list-page .search-filter-section{padding:20px;margin-bottom:24px}.news-list-page .search-filter-section .filter-tabs{gap:8px}.news-list-page .search-filter-section .filter-tabs .filter-tab{padding:8px 16px;font-size:14px}.news-list-page .news-grid{margin-bottom:24px}.news-list-page .load-more-section{margin-top:32px}.news-list-page .no-results{padding:40px 24px}}.about-page .container{margin:0 auto}.about-page .about-section-1{background:url(/assets/bgabout-B1ARISgA.png) center no-repeat;background-size:cover;background-attachment:fixed;padding:90px 0;position:relative;min-height:100vh;height:auto}.about-page .about-section-1 .container{max-width:80%;position:relative;height:100%;display:flex;align-items:center}.about-page .about-section-1 .content-left{max-width:50%;padding-right:40px}.about-page .about-section-1 .content-left h2{font-size:36px;font-weight:700;color:var(--primary-color);margin-bottom:30px;text-align:left}.about-page .about-section-1 .content-left .about-content p{margin-bottom:20px;color:var(--primary-color);font-size:18px;line-height:1.7;text-align:justify;font-weight:400}.about-page .about-section-1 .content-left .about-content p:last-child{margin-bottom:0}.about-page .about-section-2{background:url(/assets/bgabout2-arJydR29.png) center no-repeat;background-size:cover;background-attachment:fixed;padding:120px 0;position:relative;min-height:100vh;height:auto}.about-page .about-section-2 .container{position:relative;height:100%;display:flex;align-items:center;justify-content:flex-end}.about-page .about-section-2 .content-right{max-width:60%;background-color:#fff;opacity:.8;padding:60px;border-top-left-radius:20px;border-bottom-left-radius:20px}.about-page .about-section-2 .content-right .about-content p{margin-bottom:20px;color:var(--primary-color);font-size:18px;line-height:1.7;text-align:justify;font-weight:400}.about-page .about-section-2 .content-right .about-content p:last-child{margin-bottom:0}.about-page .about-section-3{padding:80px 0;position:relative}.about-page .about-section-3 .container{position:relative;z-index:2}.about-page .about-section-3 .about-content{max-width:900px;margin:0 auto;text-align:center}.about-page .about-section-3 .about-content p{font-family:monospace;margin-bottom:30px;font-size:18px;line-height:1.7;color:var(--primary-color);font-size:25px;font-weight:400;font-style:italic}.about-page .contact-section{background:url(/assets/bgabout3-B-0f7_Qw.png) center top/100% auto no-repeat;padding:20px 0;position:relative;min-height:auto;margin-bottom:100px}.about-page .contact-section h3{font-size:36px;font-family:Gesco;font-weight:700;color:#fff;margin-bottom:40px;text-align:center;position:relative;z-index:2}.about-page .contact-section .contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;max-width:800px;padding-bottom:20px;margin:0 auto;position:relative;z-index:2}.about-page .contact-section .contact-grid .contact-card{border-radius:50%;width:180px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;position:relative;margin:0 auto}.about-page .contact-section .contact-grid .contact-card:hover{transform:translateY(-10px) scale(1.05)}.about-page .contact-section .contact-grid .contact-card .contact-icon{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;background:transparent;transition:all .3s ease}.about-page .contact-section .contact-grid .contact-card .contact-icon img{width:120px;height:120px;border-radius:50%;object-fit:cover}.about-page .contact-section .contact-grid .contact-card h4{color:#fff;font-size:18px;font-weight:600;margin:0;text-align:center}.about-page .contact-section .contact-grid .contact-card a{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;z-index:3}.about-page .contact-section .iid-link{text-align:center;margin-top:80px;position:relative;z-index:2}.about-page .contact-section .iid-link p{margin:0;padding:25px 40px;background:#fffffff2;border-radius:15px;display:inline-block;box-shadow:0 8px 25px #00000026;transition:all .3s ease}.about-page .contact-section .iid-link p:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0003;background:#fff}.about-page .contact-section .iid-link p strong{color:var(--primary-color);cursor:pointer;font-size:18px;font-weight:600}.about-page .contact-section .iid-link p strong:hover{text-decoration:underline}.about-page .enterprises-section{padding:80px 40px;position:relative;min-height:100vh}.about-page .enterprises-section:before{content:"";position:absolute;top:40%;left:0;right:0;bottom:0;background:url(/assets/bg4-BLWwgYcd.png) center/cover no-repeat;pointer-events:none}.about-page .enterprises-section .enterprises-layout{display:flex;align-items:flex-start;gap:40px;position:relative;z-index:2;max-width:1400px;margin:0 auto}.about-page .enterprises-section .enterprises-layout .enterprises-title{flex:1;padding-top:20px}.about-page .enterprises-section .enterprises-layout .enterprises-title h2{font-family:Gesco,serif;font-size:42px;font-weight:700;color:var(--primary-color);line-height:1.2;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.about-page .enterprises-section .enterprises-layout .enterprises-content{flex:1.3;display:flex;flex-direction:column;gap:40px}.about-page .enterprises-section .enterprises-layout .enterprises-content .content-box{background:#2f4e1599;border-radius:30px;padding:40px;box-shadow:0 8px 30px #00000026}.about-page .enterprises-section .enterprises-layout .enterprises-content .content-box p{color:#fff;font-size:18px;font-weight:400;line-height:1.7;margin-bottom:20px;text-align:justify}.about-page .enterprises-section .enterprises-layout .enterprises-content .content-box p:last-child{margin-bottom:0}.about-page .enterprises-section .enterprises-layout .enterprises-content .content-box p strong{font-style:italic;font-weight:600}.about-page .enterprises-section .enterprises-layout .enterprises-content .action-buttons{width:100%;display:flex;justify-content:space-between;gap:20px;align-items:center}.about-page .enterprises-section .enterprises-layout .enterprises-content .action-buttons .action-btn{background:#fff9;color:var(--primary-color);padding:20px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:16px;text-align:center;line-height:1.3;width:100%;transition:all .3s ease;box-shadow:0 8px 25px #00000026}.about-page .enterprises-section .enterprises-layout .enterprises-content .action-buttons .action-btn:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0003;background:#fff}@media (max-width: 768px){.about-page .container{padding:0 15px}.about-page .about-section-1,.about-page .about-section-2,.about-page .about-section-3,.about-page .contact-section,.about-page .enterprises-section{padding:60px 0}.about-page .about-section-1 h2,.about-page .about-section-2 h2,.about-page .about-section-3 h2,.about-page .contact-section h2,.about-page .enterprises-section h2{font-size:28px;margin-bottom:30px}.about-page .about-section-1 h3,.about-page .about-section-2 h3,.about-page .about-section-3 h3,.about-page .contact-section h3,.about-page .enterprises-section h3{font-size:24px;margin-bottom:30px}.about-page .about-section-1 p,.about-page .about-section-2 p,.about-page .about-section-3 p,.about-page .contact-section p,.about-page .enterprises-section p{font-size:16px}.about-page .about-section-1 .content-left,.about-page .about-section-2 .content-right{max-width:80%;padding:0 20px}.about-page .contact-section .contact-grid{grid-template-columns:repeat(2,1fr);gap:40px}.about-page .contact-section .contact-grid .contact-card{width:150px;height:150px}.about-page .contact-section .contact-grid .contact-card .contact-icon,.about-page .contact-section .contact-grid .contact-card .contact-icon img{width:60px;height:60px}.about-page .contact-section .contact-grid .contact-card h4{font-size:16px}.about-page .enterprises-section .enterprises-layout{flex-direction:column;gap:40px;text-align:center}.about-page .enterprises-section .enterprises-layout .enterprises-title h2{font-size:32px}.about-page .enterprises-section .enterprises-layout .enterprises-content .content-box{padding:30px}.about-page .enterprises-section .enterprises-layout .enterprises-content .action-buttons{flex-direction:column;gap:20px}.about-page .enterprises-section .enterprises-layout .enterprises-content .action-buttons .action-btn{min-width:auto;width:100%;max-width:300px}}@media (max-width: 576px){.about-page .about-section-1,.about-page .about-section-2,.about-page .about-section-3,.about-page .contact-section,.about-page .enterprises-section{padding:40px 0}.about-page .about-section-1 h2,.about-page .about-section-2 h2,.about-page .about-section-3 h2,.about-page .contact-section h2,.about-page .enterprises-section h2{font-size:24px}.about-page .about-section-1 h3,.about-page .about-section-2 h3,.about-page .about-section-3 h3,.about-page .contact-section h3,.about-page .enterprises-section h3{font-size:20px}.about-page .about-section-1 p,.about-page .about-section-2 p,.about-page .about-section-3 p,.about-page .contact-section p,.about-page .enterprises-section p{font-size:15px}.about-page .about-section-1 .content-left,.about-page .about-section-2 .content-right{max-width:100%;padding:0 15px}.about-page .contact-section .contact-grid{grid-template-columns:1fr;gap:30px}.about-page .contact-section .contact-grid .contact-card{width:130px;height:130px}.about-page .contact-section .contact-grid .contact-card .contact-icon,.about-page .contact-section .contact-grid .contact-card .contact-icon img{width:50px;height:50px}.about-page .contact-section .contact-grid .contact-card h4{font-size:14px}.about-page .enterprises-section .enterprises-layout .enterprises-title h2{font-size:24px;line-height:1.3}.about-page .enterprises-section .enterprises-layout .enterprises-content .content-box{padding:20px}.about-page .enterprises-section .enterprises-layout .enterprises-content .content-box p{font-size:16px}.about-page .enterprises-section .enterprises-layout .enterprises-content .action-buttons .action-btn{font-size:14px;padding:15px 25px}}.corporate-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.corporate-page .loading-state,.corporate-page .error-state{min-height:400px;display:flex;align-items:center;justify-content:center}.corporate-page .loading-state .loading-spinner,.corporate-page .loading-state .error-message,.corporate-page .error-state .loading-spinner,.corporate-page .error-state .error-message{text-align:center}.corporate-page .loading-state .loading-spinner i,.corporate-page .loading-state .error-message i,.corporate-page .error-state .loading-spinner i,.corporate-page .error-state .error-message i{font-size:48px;color:var(--primary-color);margin-bottom:20px}.corporate-page .loading-state .loading-spinner p,.corporate-page .loading-state .error-message p,.corporate-page .error-state .loading-spinner p,.corporate-page .error-state .error-message p{font-size:18px;color:#666;margin-bottom:20px}.corporate-page .loading-state .loading-spinner .retry-btn,.corporate-page .loading-state .error-message .retry-btn,.corporate-page .error-state .loading-spinner .retry-btn,.corporate-page .error-state .error-message .retry-btn{background:var(--primary-color);color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:14px}.corporate-page .loading-state .loading-spinner .retry-btn:hover,.corporate-page .loading-state .error-message .retry-btn:hover,.corporate-page .error-state .loading-spinner .retry-btn:hover,.corporate-page .error-state .error-message .retry-btn:hover{background:var(--primary-color)}.corporate-page .banner-header{display:flex;justify-content:center;align-items:center;margin:50px 0}.corporate-page .banner-header h1{color:var(--primary-color)}.corporate-page .banner-section{background:url(/assets/background-BQ6rc_AN.png);color:#fff;padding:60px 0;margin-bottom:40px}.corporate-page .banner-section .banner-content{text-align:center}.corporate-page .banner-section .banner-content h1{font-size:48px;font-weight:700;margin-bottom:16px;letter-spacing:-.5px}.corporate-page .banner-section .banner-content p{font-size:20px;margin-bottom:40px;opacity:.9}.corporate-page .banner-section .banner-content .stats{display:flex;justify-content:center;gap:60px}.corporate-page .banner-section .banner-content .stats .stat-item{text-align:center}.corporate-page .banner-section .banner-content .stats .stat-item .number{display:block;font-size:36px;font-weight:700;margin-bottom:8px}.corporate-page .banner-section .banner-content .stats .stat-item .label{font-size:14px;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.corporate-page .filters-section{margin-bottom:30px}.corporate-page .filters-section .container{display:flex;gap:30px;align-items:center;flex-wrap:wrap}.corporate-page .filters-section .search-box{position:relative;flex:1;min-width:300px}.corporate-page .filters-section .search-box i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#666;font-size:16px}.corporate-page .filters-section .search-box input{width:100%;padding:16px 16px 16px 50px;border:2px solid #e9ecef;border-radius:12px;font-size:16px;transition:all .3s ease}.corporate-page .filters-section .search-box input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff1a}.corporate-page .filters-section .search-box input::placeholder{color:#999}.corporate-page .filters-section .filter-controls{display:flex;gap:20px;align-items:center}.corporate-page .filters-section .filter-controls .status-filter{display:flex;align-items:center;gap:10px}.corporate-page .filters-section .filter-controls .status-filter label{font-size:14px;font-weight:500;color:#333}.corporate-page .filters-section .filter-controls .status-filter select{padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;min-width:160px}.corporate-page .filters-section .filter-controls .status-filter select:focus{outline:none;border-color:var(--primary-color)}.corporate-page .alphabet-filter-section{margin-bottom:30px}.corporate-page .alphabet-filter-section .alphabet-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:4px}.corporate-page .alphabet-filter-section .alphabet-filter button{background:#fff;border:2px solid #e9ecef;color:#495057;padding:12px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:48px;border-radius:8px}.corporate-page .alphabet-filter-section .alphabet-filter button:hover{background:#f8f9fa;border-color:var(--primary-color);color:var(--primary-color)}.corporate-page .alphabet-filter-section .alphabet-filter button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}.corporate-page .results-header{margin-bottom:30px}.corporate-page .results-header h2{font-size:24px;font-weight:600;color:#333;text-align:center}.corporate-page .empty-state{text-align:center;padding:80px 20px}.corporate-page .empty-state i{font-size:64px;color:#ddd;margin-bottom:24px}.corporate-page .empty-state h3{font-size:24px;color:#333;margin-bottom:12px}.corporate-page .empty-state p{font-size:16px;color:#666;margin-bottom:30px}.corporate-page .empty-state .reset-filters-btn{background:var(--primary-color);color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.corporate-page .empty-state .reset-filters-btn:hover{background:var(--primary-color);transform:translateY(-2px)}.corporate-page .corporates-grid-section{margin-bottom:60px}.corporate-page .corporates-grid-section .corporates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #f0f0f0}.corporate-page .corporates-grid-section .corporates-grid .corporate-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:var(--primary-color)}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-image{width:100%;height:200px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-image .no-logo{display:flex;flex-direction:column;align-items:center;gap:12px;color:#999}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-image .no-logo i{font-size:48px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-image .no-logo span{font-size:14px;font-weight:500}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content{padding:24px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-header{margin-bottom:16px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-header .corporate-name{font-size:20px;font-weight:700;color:#333;margin-bottom:8px;line-height:1.3}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-header .corporate-code{background:#e3f2fd;color:var(--primary-color);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-description{font-size:14px;color:#666;line-height:1.6;margin-bottom:20px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-info{margin-bottom:20px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-info .info-item{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:14px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-info .info-item i{width:16px;color:var(--primary-color);font-size:12px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-info .info-item span{color:#666;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-info .info-item a{color:var(--primary-color);text-decoration:none;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-info .info-item a:hover{text-decoration:underline}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #f0f0f0}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-footer .product-count{display:flex;align-items:center;gap:8px;color:#28a745;font-weight:600;font-size:14px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-footer .product-count i{font-size:16px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-footer .corporate-actions{display:flex;justify-content:center}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-footer .corporate-actions .learn-more-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;background:var(--primary-color);color:#fff}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-footer .corporate-actions .learn-more-btn:hover{background:var(--primary-color);transform:translateY(-2px)}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-footer .corporate-actions .learn-more-btn i{font-size:14px}@media (max-width: 1024px){.corporate-page .banner-section{padding:40px 0}.corporate-page .banner-section .banner-content h1{font-size:36px}.corporate-page .banner-section .banner-content p{font-size:18px}.corporate-page .banner-section .banner-content .stats{gap:40px}.corporate-page .banner-section .banner-content .stats .stat-item .number{font-size:28px}.corporate-page .filters-section .container{flex-direction:column;gap:20px;align-items:stretch}.corporate-page .filters-section .container .search-box{min-width:auto}}@media (max-width: 768px){.corporate-page .container{padding:0 15px}.corporate-page .banner-section{padding:30px 0}.corporate-page .banner-section .banner-content h1{font-size:28px}.corporate-page .banner-section .banner-content p{font-size:16px}.corporate-page .banner-section .banner-content .stats{gap:30px;flex-wrap:wrap}.corporate-page .banner-section .banner-content .stats .stat-item .number{font-size:24px}.corporate-page .corporates-grid-section .corporates-grid{grid-template-columns:1fr;gap:20px}.corporate-page .alphabet-filter-section .alphabet-filter{gap:2px}.corporate-page .alphabet-filter-section .alphabet-filter button{padding:8px 12px;min-width:36px;font-size:12px}}@media (max-width: 480px){.corporate-page .banner-section .banner-content .stats .stat-item{flex:1;min-width:80px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content{padding:20px}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-footer{flex-direction:column;gap:15px;align-items:stretch}.corporate-page .corporates-grid-section .corporates-grid .corporate-card .corporate-content .corporate-footer .corporate-actions{justify-content:center}}.certificate-carousel{width:100%;max-width:1000px;margin:0 auto}.certificate-carousel.empty .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#f8f8f8;border-radius:12px;border:2px dashed #dee2e6}.certificate-carousel.empty .empty-state i{font-size:48px;color:#6c757d;margin-bottom:16px}.certificate-carousel.empty .empty-state p{color:#6c757d;font-size:16px;margin:0}.certificate-carousel .carousel-container{position:relative;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f8f8f8,#fff);border:1px solid rgba(0,0,0,.08)}.certificate-carousel .carousel-container .carousel-slide{display:flex;align-items:center;padding:2.5rem;gap:2.5rem;min-height:420px}@media (max-width: 768px){.certificate-carousel .carousel-container .carousel-slide{flex-direction:column;padding:1.5rem;gap:1.5rem;min-height:auto}}.certificate-carousel .carousel-container .carousel-slide .certificate-image{flex:0 0 45%;position:relative;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0000001f}@media (max-width: 768px){.certificate-carousel .carousel-container .carousel-slide .certificate-image{flex:none;width:100%}}.certificate-carousel .carousel-container .carousel-slide .certificate-image img{width:100%;height:100%;max-height:320px;object-fit:contain;display:block;padding:1rem}@media (max-width: 768px){.certificate-carousel .carousel-container .carousel-slide .certificate-image img{max-height:250px}}.certificate-carousel .carousel-container .carousel-slide .certificate-image .certificate-overlay{display:none}.certificate-carousel .carousel-container .carousel-slide .certificate-info{flex:1;display:flex;flex-direction:column;gap:1rem}.certificate-carousel .carousel-container .carousel-slide .certificate-info .certificate-title{font-size:1.75rem;font-weight:700;color:#333;margin:0;line-height:1.3}@media (max-width: 768px){.certificate-carousel .carousel-container .carousel-slide .certificate-info .certificate-title{font-size:1.4rem;text-align:center}}.certificate-carousel .carousel-container .carousel-slide .certificate-info .certificate-description{font-size:.95rem;color:#666;margin:0;line-height:1.6}@media (max-width: 768px){.certificate-carousel .carousel-container .carousel-slide .certificate-info .certificate-description{font-size:.9rem;text-align:center}}.certificate-carousel .carousel-container .carousel-slide .certificate-info .certificate-meta{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}@media (max-width: 768px){.certificate-carousel .carousel-container .carousel-slide .certificate-info .certificate-meta{align-items:center}}.certificate-carousel .carousel-container .carousel-slide .certificate-info .certificate-meta span{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.certificate-carousel .carousel-container .carousel-slide .certificate-info .certificate-meta span i{width:16px;color:#00470e;font-size:.9rem}.certificate-carousel .carousel-container .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid rgba(0,0,0,.1);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:3;box-shadow:0 2px 8px #0000001a}.certificate-carousel .carousel-container .carousel-arrow:hover{background:#00470e;border-color:#00470e;transform:translateY(-50%) scale(1.05);box-shadow:0 4px 12px #00470e33}.certificate-carousel .carousel-container .carousel-arrow:hover i{color:#fff}.certificate-carousel .carousel-container .carousel-arrow i{font-size:14px;color:#00470e;transition:color .3s ease}.certificate-carousel .carousel-container .carousel-arrow.carousel-arrow-left{left:1.5rem}.certificate-carousel .carousel-container .carousel-arrow.carousel-arrow-right{right:1.5rem}@media (max-width: 768px){.certificate-carousel .carousel-container .carousel-arrow{width:36px;height:36px}.certificate-carousel .carousel-container .carousel-arrow.carousel-arrow-left{left:.75rem}.certificate-carousel .carousel-container .carousel-arrow.carousel-arrow-right{right:.75rem}.certificate-carousel .carousel-container .carousel-arrow i{font-size:12px}}.certificate-carousel .carousel-container .carousel-play-pause{display:none}.certificate-carousel .carousel-container .slide-counter{position:absolute;bottom:1.5rem;right:1.5rem;background:#fff;color:#333;padding:.5rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:3;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(0,0,0,.08)}@media (max-width: 768px){.certificate-carousel .carousel-container .slide-counter{bottom:1rem;right:1rem;font-size:.75rem}}.certificate-carousel .carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:1.5rem}.certificate-carousel .carousel-dots .carousel-dot{width:8px;height:8px;border-radius:4px;border:none;background:#d1d5db;cursor:pointer;transition:all .3s ease}.certificate-carousel .carousel-dots .carousel-dot:hover{background:#9ca3af}.certificate-carousel .carousel-dots .carousel-dot.active{background:#00470e;width:24px}.certificate-carousel .carousel-thumbnails{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.certificate-carousel .carousel-slide{animation:fadeIn .4s ease-out}.activity-masonry{width:100%}.activity-masonry.empty .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.activity-masonry.empty .empty-state i{font-size:64px;color:#6c757d;margin-bottom:20px}.activity-masonry.empty .empty-state h3{font-size:24px;color:#495057;margin:0 0 12px;font-weight:600}.activity-masonry.empty .empty-state p{color:#6c757d;font-size:16px;margin:0;max-width:400px}.activity-masonry .masonry-container{display:flex;gap:var(--gap, 16px);align-items:flex-start}.activity-masonry .masonry-container .masonry-column{flex:1;display:flex;flex-direction:column;gap:var(--gap, 16px)}.masonry-item{width:100%;cursor:pointer;transition:all .3s ease}.masonry-item.loading .activity-card .activity-image .image-skeleton{display:flex}.masonry-item.loaded .activity-card .activity-image .image-skeleton{display:none}.masonry-item:hover{transform:translateY(-4px)}.masonry-item:hover .activity-card{box-shadow:0 12px 40px #00000026}.masonry-item:hover .activity-card .activity-overlay{opacity:1}.masonry-item .activity-card{position:relative;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #00000014;transition:all .3s ease;height:var(--item-height, 300px)}.masonry-item .activity-card .activity-image{position:relative;width:100%;height:100%}.masonry-item .activity-card .activity-image .image-skeleton{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;display:flex;align-items:center;justify-content:center}.masonry-item .activity-card .activity-image .image-skeleton i{font-size:32px;color:#adb5bd}.masonry-item .activity-card .activity-image img{width:100%;height:100%;object-fit:cover;display:block}.masonry-item .activity-card .activity-image .activity-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#0000001a 30%,#000c);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:20px}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content{color:#fff;width:100%}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-title{font-size:18px;font-weight:600;margin:0 0 8px;line-height:1.3}@media (max-width: 768px){.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-title{font-size:16px}}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-description{font-size:14px;margin:0 0 12px;opacity:.9;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;font-size:12px}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-meta span{display:flex;align-items:center;gap:6px;opacity:.8}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-meta span i{font-size:11px;width:12px}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-tags{display:flex;flex-wrap:wrap;gap:6px}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-tags .tag{background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-tags .tag.more{background:#ffffff4d}.activity-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.activity-modal{position:relative;background:#fff;border-radius:20px;overflow:hidden;max-width:900px;max-height:90vh;width:100%;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.activity-modal .modal-close{position:absolute;top:16px;right:16px;background:#0009;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.activity-modal .modal-close:hover{background:#000c;transform:scale(1.1)}.activity-modal .modal-close i{color:#fff;font-size:16px}.activity-modal .modal-content{display:flex;flex-direction:column;height:100%}@media (max-width: 768px){.activity-modal .modal-content{flex-direction:column}}.activity-modal .modal-content .modal-image{flex:1;min-height:300px;max-height:500px}@media (max-width: 992px){.activity-modal .modal-content .modal-image{max-height:400px}}@media (max-width: 768px){.activity-modal .modal-content .modal-image{max-height:300px}}.activity-modal .modal-content .modal-image img{width:100%;height:100%;object-fit:cover;display:block}.activity-modal .modal-content .modal-info{padding:24px}@media (max-width: 768px){.activity-modal .modal-content .modal-info{padding:20px}}.activity-modal .modal-content .modal-info .modal-title{font-size:28px;font-weight:600;margin:0 0 16px;color:#212529;line-height:1.3}@media (max-width: 768px){.activity-modal .modal-content .modal-info .modal-title{font-size:24px}}.activity-modal .modal-content .modal-info .modal-description{font-size:16px;line-height:1.6;color:#495057;margin:0 0 20px}.activity-modal .modal-content .modal-info .modal-meta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.activity-modal .modal-content .modal-info .modal-meta .meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#6c757d}.activity-modal .modal-content .modal-info .modal-meta .meta-item i{color:#00470e;width:16px}.activity-modal .modal-content .modal-info .modal-tags{display:flex;flex-wrap:wrap;gap:8px}.activity-modal .modal-content .modal-info .modal-tags .modal-tag{background:#f8f9fa;color:#495057;padding:6px 12px;border-radius:16px;font-size:13px;font-weight:500;border:1px solid #dee2e6;transition:all .3s ease}.activity-modal .modal-content .modal-info .modal-tags .modal-tag:hover{background:#e9ecef;border-color:#adb5bd}@media (max-width: 992px){.activity-masonry .masonry-container .masonry-column{gap:12px}.masonry-item .activity-card .activity-image .activity-overlay{padding:16px}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-title{font-size:16px}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-description{font-size:13px}}@media (max-width: 768px){.activity-masonry .masonry-container,.activity-masonry .masonry-container .masonry-column{gap:12px}.masonry-item .activity-card .activity-image .activity-overlay{padding:12px}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-title{font-size:14px}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-description{font-size:12px;-webkit-line-clamp:1;line-clamp:1}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-meta{font-size:11px}.masonry-item .activity-card .activity-image .activity-overlay .overlay-content .activity-tags .tag{font-size:10px;padding:3px 6px}.activity-modal{margin:10px;max-height:calc(100vh - 20px)}.activity-modal .modal-content .modal-info .modal-title{font-size:20px}.activity-modal .modal-content .modal-info .modal-description{font-size:14px}.activity-modal .modal-content .modal-info .modal-meta{gap:12px}.activity-modal .modal-content .modal-info .modal-meta .meta-item{font-size:13px}.activity-modal .modal-content .modal-info .modal-tags .modal-tag{font-size:12px;padding:4px 8px}}@keyframes loading{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.masonry-item{animation:itemFadeIn .6s ease-out}@keyframes itemFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.corporate-detail-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.corporate-detail-page .loading-state,.corporate-detail-page .error-state{min-height:400px;display:flex;align-items:center;justify-content:center}.corporate-detail-page .loading-state .loading-spinner,.corporate-detail-page .loading-state .error-message,.corporate-detail-page .error-state .loading-spinner,.corporate-detail-page .error-state .error-message{text-align:center}.corporate-detail-page .loading-state .loading-spinner i,.corporate-detail-page .loading-state .error-message i,.corporate-detail-page .error-state .loading-spinner i,.corporate-detail-page .error-state .error-message i{font-size:48px;color:var(--primary-color);margin-bottom:20px}.corporate-detail-page .loading-state .loading-spinner p,.corporate-detail-page .loading-state .error-message p,.corporate-detail-page .error-state .loading-spinner p,.corporate-detail-page .error-state .error-message p{font-size:18px;color:#666;margin-bottom:20px}.corporate-detail-page .loading-state .loading-spinner .back-btn,.corporate-detail-page .loading-state .error-message .back-btn,.corporate-detail-page .error-state .loading-spinner .back-btn,.corporate-detail-page .error-state .error-message .back-btn{background:var(--primary-color);color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:14px}.corporate-detail-page .loading-state .loading-spinner .back-btn:hover,.corporate-detail-page .loading-state .error-message .back-btn:hover,.corporate-detail-page .error-state .loading-spinner .back-btn:hover,.corporate-detail-page .error-state .error-message .back-btn:hover{background:#0056b3}.corporate-detail-page .breadcrumb-section{background:#f8f9fa;padding:20px 0;margin-bottom:30px}.corporate-detail-page .breadcrumb-section .breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px}.corporate-detail-page .breadcrumb-section .breadcrumb .breadcrumb-link{background:none;border:none;color:var(--primary-color);cursor:pointer;display:flex;align-items:center;gap:8px;text-decoration:none;font-size:14px}.corporate-detail-page .breadcrumb-section .breadcrumb .breadcrumb-link:hover{text-decoration:underline}.corporate-detail-page .breadcrumb-section .breadcrumb .breadcrumb-link i{font-size:12px}.corporate-detail-page .breadcrumb-section .breadcrumb .breadcrumb-separator{color:#666;font-weight:300}.corporate-detail-page .breadcrumb-section .breadcrumb .breadcrumb-current{color:#333;font-weight:500}.corporate-detail-page .corporate-header-section{margin-bottom:50px}.corporate-detail-page .corporate-header-section .corporate-header{display:flex;gap:40px;align-items:flex-start}.corporate-detail-page .corporate-header-section .corporate-header .corporate-logo{flex-shrink:0;width:200px;height:200px;border-radius:12px;overflow:hidden;background:#fff;border:2px solid #f0f0f0;display:flex;align-items:center;justify-content:center}.corporate-detail-page .corporate-header-section .corporate-header .corporate-logo img{width:100%;height:100%;object-fit:cover}.corporate-detail-page .corporate-header-section .corporate-header .corporate-logo .no-logo{display:flex;flex-direction:column;align-items:center;color:#999}.corporate-detail-page .corporate-header-section .corporate-header .corporate-logo .no-logo i{font-size:48px;margin-bottom:8px}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info{flex:1}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-name{font-size:36px;font-weight:700;color:#333;margin-bottom:16px;line-height:1.2}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-description{font-size:16px;color:#666;line-height:1.6;margin-bottom:30px}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-contact{display:flex;flex-direction:column;gap:12px}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-contact .contact-item{display:flex;align-items:center;gap:12px;font-size:16px}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-contact .contact-item i{width:20px;color:var(--primary-color);font-size:16px}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-contact .contact-item span{color:#333}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-contact .contact-item a{color:var(--primary-color);text-decoration:none}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-contact .contact-item a:hover{text-decoration:underline}.corporate-detail-page .products-section{margin-bottom:60px}.corporate-detail-page .products-section .section-header{text-align:center;margin-bottom:40px}.corporate-detail-page .products-section .section-header h2{font-size:32px;font-weight:700;color:#333;margin-bottom:12px}.corporate-detail-page .products-section .section-header .product-count{font-size:16px;color:#666}.corporate-detail-page .products-section .empty-products{text-align:center;padding:80px 20px}.corporate-detail-page .products-section .empty-products i{font-size:64px;color:#ddd;margin-bottom:24px}.corporate-detail-page .products-section .empty-products h3{font-size:24px;color:#333;margin-bottom:12px}.corporate-detail-page .products-section .empty-products p{font-size:16px;color:#666}.corporate-detail-page .products-section .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.corporate-detail-page .products-section .products-grid .corporate-product-item{height:100%;display:flex;flex-direction:column}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card{flex:1;border-radius:12px;overflow:hidden;transition:all .3s ease;background:#fff;height:100%;display:flex;flex-direction:column;cursor:pointer;box-shadow:0 2px 10px #0000000d}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-image{width:100%;height:250px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-image:hover img{transform:scale(1.05)}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-image .no-image{display:flex;flex-direction:column;align-items:center;gap:8px;color:#999}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-image .no-image i{font-size:32px}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-image .no-image span{font-size:12px}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info{flex:1;display:flex;flex-direction:column;padding:16px}@media (max-width: 576px){.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info{padding:12px}}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .product-name{font-size:16px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.3;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .product-description{font-size:13px;color:#666;margin-bottom:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .product-price{margin-bottom:15px;margin-top:auto}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .product-price .price-display{align-items:flex-start}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .product-price .price-display.small .current-price{font-size:16px;font-weight:700}@media (max-width: 576px){.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .product-price .price-display.small .current-price{font-size:15px}}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .product-price .price-display.small .original-price{font-size:13px}@media (max-width: 576px){.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .product-price .price-display.small .original-price{font-size:12px}}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .product-price .price-display.small .contact-text{font-size:14px;padding:4px 10px}@media (max-width: 576px){.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .product-price .price-display.small .contact-text{font-size:13px;padding:3px 8px}}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .add-to-cart-btn{background:var(--primary-color);color:#fff;border:none;padding:12px 20px;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .add-to-cart-btn:hover{background:var(--primary-color);transform:translateY(-1px)}.corporate-detail-page .products-section .products-grid .corporate-product-item .corporate-product-card .product-info .add-to-cart-btn:active{transform:translateY(0)}@media (max-width: 1024px){.corporate-detail-page .corporate-header-section .corporate-header{flex-direction:column;gap:30px;text-align:center}.corporate-detail-page .corporate-header-section .corporate-header .corporate-logo{align-self:center}.corporate-detail-page .products-section .products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}}@media (max-width: 768px){.corporate-detail-page .container{padding:0 15px}.corporate-detail-page .corporate-header-section .corporate-header .corporate-logo{width:150px;height:150px}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-name{font-size:28px}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-description,.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-contact .contact-item{font-size:14px}.corporate-detail-page .products-section .section-header h2{font-size:24px}.corporate-detail-page .products-section .products-grid{grid-template-columns:1fr;gap:20px}.corporate-detail-page .breadcrumb-section{padding:15px 0}.corporate-detail-page .breadcrumb-section .breadcrumb{font-size:12px}.corporate-detail-page .breadcrumb-section .breadcrumb .breadcrumb-current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}}@media (max-width: 480px){.corporate-detail-page .corporate-header-section .corporate-header .corporate-logo{width:120px;height:120px}.corporate-detail-page .corporate-header-section .corporate-header .corporate-info .corporate-name{font-size:24px}.corporate-detail-page .products-section .products-grid .corporate-product-card .product-info{padding:12px}.corporate-detail-page .products-section .products-grid .corporate-product-card .product-info .product-name{font-size:14px;min-height:35px}.corporate-detail-page .products-section .products-grid .corporate-product-card .product-info .product-description{font-size:12px;margin-bottom:12px}.corporate-detail-page .products-section .products-grid .corporate-product-card .product-info .product-price{margin-bottom:12px}.corporate-detail-page .products-section .products-grid .corporate-product-card .product-info .product-price .price-display.small .current-price{font-size:14px}.corporate-detail-page .products-section .products-grid .corporate-product-card .product-info .product-price .price-display.small .original-price{font-size:11px}.corporate-detail-page .products-section .products-grid .corporate-product-card .product-info .product-price .price-display.small .contact-text{font-size:12px;padding:2px 6px}.corporate-detail-page .products-section .products-grid .corporate-product-card .product-info .add-to-cart-btn{padding:10px 16px;font-size:12px;width:100%;justify-content:center}}.corporate-detail-page .certificate-gallery-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.corporate-detail-page .certificate-gallery-section .section-header{text-align:center;margin-bottom:60px}.corporate-detail-page .certificate-gallery-section .section-header h2{display:flex;align-items:center;justify-content:center;gap:12px;font-size:36px;font-weight:700;color:#212529;margin:0 0 16px}.corporate-detail-page .certificate-gallery-section .section-header h2 i{font-size:32px;color:#ffc107}.corporate-detail-page .certificate-gallery-section .section-header .section-description{font-size:18px;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.6}.corporate-detail-page .certificate-gallery-section .corporate-certificates{max-width:900px;margin:0 auto}.corporate-detail-page .activity-gallery-section{padding:80px 0;background:#fff}.corporate-detail-page .activity-gallery-section .section-header{text-align:center;margin-bottom:60px}.corporate-detail-page .activity-gallery-section .section-header h2{display:flex;align-items:center;justify-content:center;gap:12px;font-size:36px;font-weight:700;color:#212529;margin:0 0 16px}.corporate-detail-page .activity-gallery-section .section-header h2 i{font-size:32px;color:#28a745}.corporate-detail-page .activity-gallery-section .section-header .section-description{font-size:18px;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.6}.corporate-detail-page .activity-gallery-section .corporate-activities{max-width:1200px;margin:0 auto}@media (max-width: 1024px){.corporate-detail-page .certificate-gallery-section,.corporate-detail-page .activity-gallery-section{padding:60px 0}.corporate-detail-page .certificate-gallery-section .section-header,.corporate-detail-page .activity-gallery-section .section-header{margin-bottom:40px}.corporate-detail-page .certificate-gallery-section .section-header h2,.corporate-detail-page .activity-gallery-section .section-header h2{font-size:28px}.corporate-detail-page .certificate-gallery-section .section-header h2 i,.corporate-detail-page .activity-gallery-section .section-header h2 i{font-size:24px}.corporate-detail-page .certificate-gallery-section .section-header .section-description,.corporate-detail-page .activity-gallery-section .section-header .section-description{font-size:16px}}.corporate-info-section{background:#fff;padding:2rem 0;border-bottom:1px solid #e5e5e5}.corporate-info-section .corporate-info-card{display:flex;gap:2rem;align-items:flex-start}@media (max-width: 768px){.corporate-info-section .corporate-info-card{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}}.corporate-info-section .corporate-avatar{flex-shrink:0;width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #f5f5f5;background:#fff;display:flex;align-items:center;justify-content:center}.corporate-info-section .corporate-avatar img{width:100%;height:100%;object-fit:cover}.corporate-info-section .corporate-avatar .no-logo{color:#ccc;font-size:3rem}.corporate-info-section .corporate-details{flex:1;min-width:0}.corporate-info-section .corporate-main-info{margin-bottom:1.5rem}.corporate-info-section .corporate-main-info .corporate-name{font-size:2rem;font-weight:700;color:#333;margin:0 0 1rem;line-height:1.2}@media (max-width: 768px){.corporate-info-section .corporate-main-info .corporate-name{font-size:1.5rem}}.corporate-info-section .corporate-main-info .corporate-stats{display:flex;gap:2rem;flex-wrap:wrap}@media (max-width: 768px){.corporate-info-section .corporate-main-info .corporate-stats{justify-content:center;gap:1.5rem}}.corporate-info-section .corporate-main-info .corporate-stats .stat-item{display:flex;align-items:center;gap:.5rem}.corporate-info-section .corporate-main-info .corporate-stats .stat-item .stat-label{color:#666;font-size:.9rem}.corporate-info-section .corporate-main-info .corporate-stats .stat-item .stat-value{color:#00470e;font-weight:600;font-size:1rem}.corporate-info-section .corporate-meta .corporate-description{color:#555;line-height:1.6;margin:0 0 1rem;font-size:.95rem}.corporate-info-section .corporate-meta .corporate-contact{display:flex;flex-direction:column;gap:.75rem}.corporate-info-section .corporate-meta .corporate-contact .contact-item{display:flex;align-items:center;gap:.75rem;color:#666;font-size:.9rem}.corporate-info-section .corporate-meta .corporate-contact .contact-item i{color:#00470e;width:16px;text-align:center}.corporate-tabs-section{background:#fff;min-height:60vh;padding-bottom:12rem}.corporate-tabs-section .tabs-wrapper{background:#fff;border-radius:8px;overflow:hidden}.corporate-tabs-section .tab-navigation{display:flex;background:#fff;border-bottom:1px solid #e5e5e5}.corporate-tabs-section .tab-navigation .tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:none;background:transparent;cursor:pointer;transition:all .3s ease;color:#666;font-size:.95rem;font-weight:500;position:relative}@media (max-width: 768px){.corporate-tabs-section .tab-navigation .tab-button{flex-direction:column;gap:.25rem;padding:.75rem .5rem;font-size:.85rem}}.corporate-tabs-section .tab-navigation .tab-button i{font-size:1.1rem}@media (max-width: 768px){.corporate-tabs-section .tab-navigation .tab-button i{font-size:1rem}}.corporate-tabs-section .tab-navigation .tab-button .tab-count{color:#999;font-size:.85rem}@media (max-width: 768px){.corporate-tabs-section .tab-navigation .tab-button .tab-count{font-size:.75rem}}.corporate-tabs-section .tab-navigation .tab-button:hover{background:#f8f8f8;color:#00470e}.corporate-tabs-section .tab-navigation .tab-button.active{color:#00470e;background:#00470e0d}.corporate-tabs-section .tab-navigation .tab-button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#00470e}.corporate-tabs-section .tab-navigation .tab-button.active .tab-count{color:#00470e}.corporate-tabs-section .tab-content-wrapper{padding:2.5rem 0;min-height:400px}@media (max-width: 768px){.corporate-tabs-section .tab-content-wrapper{padding:1.5rem 0}}.corporate-tabs-section .tab-content .empty-state{text-align:center;padding:5rem 2rem;color:#666;background:#f8f8f8;border-radius:12px}.corporate-tabs-section .tab-content .empty-state i{font-size:4rem;color:#ddd;margin-bottom:1.5rem}.corporate-tabs-section .tab-content .empty-state h3{font-size:1.5rem;color:#999;margin:0 0 .5rem}.corporate-tabs-section .tab-content .empty-state p{color:#aaa;font-size:.95rem;margin:0}.corporate-tabs-section .tab-content .section-intro{text-align:center;margin-bottom:2.5rem}.corporate-tabs-section .tab-content .section-intro h3{font-size:1.75rem;font-weight:700;color:#333;margin:0 0 .75rem;position:relative;display:inline-block}.corporate-tabs-section .tab-content .section-intro h3:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#00470e,#e0f29f);border-radius:2px}.corporate-tabs-section .tab-content .section-intro p{color:#666;font-size:.95rem;margin:1rem 0 0;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.corporate-tabs-section .tab-content .section-intro{margin-bottom:2rem}.corporate-tabs-section .tab-content .section-intro h3{font-size:1.4rem}.corporate-tabs-section .tab-content .section-intro p{font-size:.9rem}}.corporate-tabs-section .tab-content .certificates-wrapper{background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;padding:2.5rem;box-shadow:0 4px 24px #0000000f;border:1px solid rgba(0,71,14,.08)}@media (max-width: 768px){.corporate-tabs-section .tab-content .certificates-wrapper{padding:1.5rem;border-radius:16px}}.corporate-tabs-section .tab-content .certificates-wrapper .corporate-certificates{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000d}@media (max-width: 768px){.corporate-tabs-section .tab-content .certificates-wrapper .corporate-certificates{padding:1.5rem;border-radius:12px}}.corporate-tabs-section .tab-content .activities-wrapper .corporate-activities{margin:0 -.5rem}@media (max-width: 768px){.corporate-tabs-section .tab-content .activities-wrapper .corporate-activities{margin:0}}.corporate-tabs-section .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:20px;justify-content:center}@media (max-width: 1024px){.corporate-tabs-section .products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}}@media (max-width: 768px){.corporate-tabs-section .products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}}@media (max-width: 480px){.corporate-tabs-section .products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}}@media (max-width: 768px){.corporate-detail-page .certificate-gallery-section,.corporate-detail-page .activity-gallery-section{padding:40px 0}.corporate-detail-page .certificate-gallery-section .section-header,.corporate-detail-page .activity-gallery-section .section-header{margin-bottom:30px}.corporate-detail-page .certificate-gallery-section .section-header h2,.corporate-detail-page .activity-gallery-section .section-header h2{font-size:24px;flex-direction:column;gap:8px}.corporate-detail-page .certificate-gallery-section .section-header h2 i,.corporate-detail-page .activity-gallery-section .section-header h2 i{font-size:20px}.corporate-detail-page .certificate-gallery-section .section-header .section-description,.corporate-detail-page .activity-gallery-section .section-header .section-description{font-size:14px;padding:0 20px}.corporate-detail-page .corporate-certificates,.corporate-detail-page .corporate-activities{margin:0 20px}}.admin-home{padding:20px}.admin-home h1{margin-bottom:24px;font-size:28px}.admin-home .dashboard-stats{display:flex;gap:20px;margin-bottom:30px}.admin-home .dashboard-stats .stat-card{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;flex:1}.admin-home .dashboard-stats .stat-card h3{color:#666;margin-bottom:10px;font-size:16px}.admin-home .dashboard-stats .stat-card .stat-number{font-size:28px;font-weight:600;color:#333}.admin-home .recent-activity{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a}.admin-home .recent-activity h2{margin-bottom:16px;font-size:20px}.admin-home .recent-activity .activity-list{color:#666}.shop-list-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.shop-list-page .page-header h1{margin:0;font-size:24px;color:#333}.shop-list-page .page-header .btn-create{display:inline-flex;align-items:center;background-color:#00470e;color:#fff;padding:8px 16px;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .2s}.shop-list-page .page-header .btn-create i{margin-right:8px}.shop-list-page .page-header .btn-create:hover{background-color:#001404}.shop-list-page .empty-state{text-align:center;padding:40px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.shop-list-page .empty-state p{margin-bottom:20px;color:#666}.shop-list-page .empty-state .btn-create{display:inline-flex;align-items:center;background-color:#00470e;color:#fff;padding:8px 16px;border-radius:4px;text-decoration:none;font-weight:500}.shop-list-page .empty-state .btn-create i{margin-right:8px}.shop-list-page .empty-state .btn-create:hover{background-color:#001404}.shop-list-page .shop-table-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;overflow:auto}.shop-list-page .shop-table{width:100%;border-collapse:collapse}.shop-list-page .shop-table th,.shop-list-page .shop-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #eee}.shop-list-page .shop-table th{background-color:#f9fafb;font-weight:600;color:#333;white-space:nowrap}.shop-list-page .shop-table tr:last-child td{border-bottom:none}.shop-list-page .shop-table .logo-cell{width:60px}.shop-list-page .shop-table .logo-cell img{width:40px;height:40px;border-radius:4px;object-fit:cover}.shop-list-page .shop-table .logo-cell .no-logo{width:40px;height:40px;border-radius:4px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#999}.shop-list-page .shop-table .logo-cell .no-logo i{font-size:18px}.shop-list-page .shop-table .actions-cell{white-space:nowrap;width:120px}.shop-list-page .shop-table .actions-cell .btn-view,.shop-list-page .shop-table .actions-cell .btn-edit,.shop-list-page .shop-table .actions-cell .btn-delete{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;margin-right:8px;color:#fff;cursor:pointer;transition:background-color .2s;border:none}.shop-list-page .shop-table .actions-cell .btn-view:last-child,.shop-list-page .shop-table .actions-cell .btn-edit:last-child,.shop-list-page .shop-table .actions-cell .btn-delete:last-child{margin-right:0}.shop-list-page .shop-table .actions-cell .btn-view{background-color:#3498db}.shop-list-page .shop-table .actions-cell .btn-view:hover{background-color:#217dbb}.shop-list-page .shop-table .actions-cell .btn-edit{background-color:#f39c12}.shop-list-page .shop-table .actions-cell .btn-edit:hover{background-color:#c87f0a}.shop-list-page .shop-table .actions-cell .btn-delete{background-color:#e74c3c}.shop-list-page .shop-table .actions-cell .btn-delete:hover{background-color:#d62c1a}.shop-list-page .pagination{display:flex;justify-content:center;margin-top:20px}.shop-list-page .pagination button{width:36px;height:36px;border-radius:4px;margin:0 4px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #ddd;color:#333;cursor:pointer;transition:all .2s}.shop-list-page .pagination button:hover:not(:disabled){border-color:#00470e;color:#00470e}.shop-list-page .pagination button.active{background-color:#00470e;color:#fff;border-color:#00470e}.shop-list-page .pagination button:disabled{opacity:.5;cursor:not-allowed}.shop-list-page .loading{text-align:center;padding:40px;color:#666}.shop-list-page .error{text-align:center;padding:20px;color:#e74c3c;background-color:#fdf3f2;border-radius:4px;margin-bottom:20px}.shop-form-page .page-header{margin-bottom:24px}.shop-form-page .page-header h1{margin:0;font-size:24px;color:#333}.shop-form-page .error-message{padding:12px 16px;background-color:#fde8e7;color:#d32f2f;border-radius:4px;margin-bottom:20px}.shop-form-page .success-message{padding:12px 16px;background-color:#e8f5e9;color:#2e7d32;border-radius:4px;margin-bottom:20px}.shop-form-page .shop-form .form-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:24px;margin-bottom:24px}.shop-form-page .shop-form .form-section h2{margin-top:0;margin-bottom:20px;font-size:18px;color:#333;border-bottom:1px solid #eee;padding-bottom:12px}.shop-form-page .shop-form .form-section .form-group{margin-bottom:20px}.shop-form-page .shop-form .form-section .form-group:last-child{margin-bottom:0}.shop-form-page .shop-form .form-section .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.shop-form-page .shop-form .form-section .form-group label .required{color:#d32f2f}.shop-form-page .shop-form .form-section .form-group small{display:block;margin-top:4px;color:#666;font-size:12px}.shop-form-page .shop-form .form-section .form-group input[type=text],.shop-form-page .shop-form .form-section .form-group input[type=email],.shop-form-page .shop-form .form-section .form-group input[type=password],.shop-form-page .shop-form .form-section .form-group textarea,.shop-form-page .shop-form .form-section .form-group select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s}.shop-form-page .shop-form .form-section .form-group input[type=text]:focus,.shop-form-page .shop-form .form-section .form-group input[type=email]:focus,.shop-form-page .shop-form .form-section .form-group input[type=password]:focus,.shop-form-page .shop-form .form-section .form-group textarea:focus,.shop-form-page .shop-form .form-section .form-group select:focus{outline:none;border-color:#00470e}.shop-form-page .shop-form .form-section .form-group textarea{resize:vertical;min-height:100px}.shop-form-page .shop-form .form-section .form-group select{height:40px}.shop-form-page .shop-form .form-section .form-group .color-input{display:flex;align-items:center}.shop-form-page .shop-form .form-section .form-group .color-input input[type=color]{width:40px;height:40px;padding:0;border:1px solid #ddd;border-radius:4px;margin-right:10px;cursor:pointer}.shop-form-page .shop-form .form-section .form-group .color-input input[type=text]{flex:1}.shop-form-page .shop-form .form-section .form-group .logo-upload .logo-preview{margin-bottom:10px}.shop-form-page .shop-form .form-section .form-group .logo-upload .logo-preview img{max-width:200px;max-height:100px;border:1px solid #ddd;border-radius:4px;padding:4px}.shop-form-page .shop-form .form-section .form-group .logo-upload input[type=file]{display:block;margin-top:8px}.shop-form-page .shop-form .form-actions{display:flex;justify-content:flex-end;margin-top:24px}.shop-form-page .shop-form .form-actions button{padding:10px 20px;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s}.shop-form-page .shop-form .form-actions button.btn-cancel{background-color:#f5f5f5;border:1px solid #ddd;color:#333;margin-right:12px}.shop-form-page .shop-form .form-actions button.btn-cancel:hover{background-color:#e0e0e0}.shop-form-page .shop-form .form-actions button.btn-save{background-color:#00470e;border:none;color:#fff}.shop-form-page .shop-form .form-actions button.btn-save:hover{background-color:#001404}.shop-form-page .shop-form .form-actions button.btn-save:disabled{background-color:#ccc;cursor:not-allowed}.shop-form-page .loading{text-align:center;padding:40px;color:#666}@media (max-width: 768px){.shop-form-page .shop-form .form-section{padding:16px}.shop-form-page .shop-form .form-actions{flex-direction:column}.shop-form-page .shop-form .form-actions button{width:100%;margin-right:0}.shop-form-page .shop-form .form-actions button.btn-cancel{margin-bottom:12px}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.admin-login-page .login-container{background-color:#fff;border-radius:12px;box-shadow:0 8px 30px #0000001f;width:100%;max-width:450px;padding:40px;position:relative;transition:transform .3s,box-shadow .3s}.admin-login-page .login-container:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.admin-login-page .login-container .login-header{text-align:center;margin-bottom:30px}.admin-login-page .login-container .login-header .logo{font-size:40px;width:80px;height:80px;margin:0 auto 20px;background-color:#00470e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00470e4d}.admin-login-page .login-container .login-header h1{font-size:24px;font-weight:600;color:#333;margin:0 0 10px}.admin-login-page .login-container .login-header p{color:#6c757d;font-size:14px;margin:0}.admin-login-page .login-container .login-error{background-color:#fde8e7;color:#d32f2f;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;display:flex;align-items:center}.admin-login-page .login-container .login-error:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:10px;font-size:16px}.admin-login-page .login-container .login-form .form-group{margin-bottom:20px}.admin-login-page .login-container .login-form .form-group label{display:block;font-weight:500;margin-bottom:8px;color:#333;font-size:14px}.admin-login-page .login-container .login-form .form-group .input-with-icon{position:relative}.admin-login-page .login-container .login-form .form-group .input-with-icon i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#adb5bd;font-size:16px}.admin-login-page .login-container .login-form .form-group .input-with-icon input{width:100%;padding:12px 16px 12px 45px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:all .3s}.admin-login-page .login-container .login-form .form-group .input-with-icon input:focus{outline:none;border-color:#00470e;box-shadow:0 0 0 3px #00470e33}.admin-login-page .login-container .login-form .form-group .input-with-icon input::placeholder{color:#adb5bd}.admin-login-page .login-container .login-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px}.admin-login-page .login-container .login-form .form-options .remember-me{display:flex;align-items:center}.admin-login-page .login-container .login-form .form-options .remember-me input[type=checkbox]{margin-right:8px;cursor:pointer}.admin-login-page .login-container .login-form .form-options .remember-me label{color:#6c757d;cursor:pointer}.admin-login-page .login-container .login-form .form-options .forgot-password{color:#00470e;text-decoration:none;transition:color .3s}.admin-login-page .login-container .login-form .form-options .forgot-password:hover{color:#001404;text-decoration:underline}.admin-login-page .login-container .login-form .login-button{width:100%;padding:14px 16px;background-color:#00470e;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.admin-login-page .login-container .login-form .login-button i{margin-right:8px}.admin-login-page .login-container .login-form .login-button:hover:not(:disabled){background-color:#002e09;transform:translateY(-2px);box-shadow:0 4px 10px #00470e4d}.admin-login-page .login-container .login-form .login-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 5px #00470e4d}.admin-login-page .login-container .login-form .login-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 576px){.admin-login-page .login-container{padding:30px 20px;margin:0 15px}.admin-login-page .login-container .login-header .logo{width:60px;height:60px;font-size:30px}.admin-login-page .login-container .form-options{flex-direction:column;align-items:flex-start}.admin-login-page .login-container .form-options .remember-me{margin-bottom:10px}}.unauthorized-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f7fa}.unauthorized-page .unauthorized-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:550px;padding:40px;text-align:center}.unauthorized-page .unauthorized-container .unauthorized-icon{font-size:60px;color:#f5a623;margin-bottom:20px}.unauthorized-page .unauthorized-container h1{font-size:24px;color:#333;margin:0 0 20px}.unauthorized-page .unauthorized-container p{color:#666;font-size:16px;margin-bottom:30px}.unauthorized-page .unauthorized-container .action-buttons{display:flex;justify-content:center;gap:20px}.unauthorized-page .unauthorized-container .action-buttons .btn-back,.unauthorized-page .unauthorized-container .action-buttons .btn-logout{padding:10px 20px;border-radius:4px;font-weight:500;transition:all .3s ease;text-decoration:none;display:inline-block;font-size:14px}.unauthorized-page .unauthorized-container .action-buttons .btn-back{background-color:#00470e;color:#fff}.unauthorized-page .unauthorized-container .action-buttons .btn-back:hover{background-color:#001404}.unauthorized-page .unauthorized-container .action-buttons .btn-logout{background-color:transparent;border:1px solid #ddd;color:#666;cursor:pointer}.unauthorized-page .unauthorized-container .action-buttons .btn-logout:hover{background-color:#f5f5f5;color:#333}@media (max-width: 576px){.unauthorized-page .unauthorized-container{margin:0 15px;padding:30px 20px}.unauthorized-page .action-buttons{flex-direction:column;gap:10px}.unauthorized-page .action-buttons .btn-back,.unauthorized-page .action-buttons .btn-logout{width:100%}}.category-list-page{padding:20px}.category-list-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.category-list-page .page-header h1{font-size:24px;color:#333;margin:0}.category-list-page .page-header .header-actions{display:flex;gap:10px;align-items:center}.category-list-page .page-header .header-actions .btn-expand-all,.category-list-page .page-header .header-actions .btn-collapse-all{padding:8px 12px;border:1px solid #ddd;background-color:#fff;color:#666;border-radius:4px;font-size:12px;cursor:pointer;transition:all .3s}.category-list-page .page-header .header-actions .btn-expand-all:hover,.category-list-page .page-header .header-actions .btn-collapse-all:hover{background-color:#f8f9fa;border-color:#bbb}.category-list-page .page-header .header-actions .btn-expand-all i,.category-list-page .page-header .header-actions .btn-collapse-all i{margin-right:6px}.category-list-page .error-message{background-color:#dc35451a;color:#dc3545;padding:16px;border-radius:4px;text-align:center;font-size:14px}.category-list-page .loading{padding:40px;text-align:center;font-size:16px;color:#666}.category-list-page .empty-state{text-align:center;padding:60px 20px;color:#666}.category-list-page .empty-state i{font-size:48px;margin-bottom:16px;color:#ddd}.category-list-page .empty-state p{font-size:16px;margin-bottom:20px}.category-list-page .empty-state .btn-create-first{display:inline-block;padding:12px 24px;background-color:#00470e;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s}.category-list-page .empty-state .btn-create-first:hover{background-color:#001404}.category-list-page .table-responsive{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.category-list-page .table-responsive .category-table{width:100%;border-collapse:collapse}.category-list-page .table-responsive .category-table thead{background-color:#f8f9fa}.category-list-page .table-responsive .category-table thead th{padding:16px 12px;text-align:left;font-weight:600;color:#555;border-bottom:1px solid #dee2e6;font-size:14px}.category-list-page .table-responsive .category-table tbody .category-row{border-bottom:1px solid #f1f3f4;transition:background-color .2s}.category-list-page .table-responsive .category-table tbody .category-row:hover{background-color:#f8f9fa}.category-list-page .table-responsive .category-table tbody .category-row.level-1{background-color:#00470e05}.category-list-page .table-responsive .category-table tbody .category-row.level-2{background-color:#00470e0a}.category-list-page .table-responsive .category-table tbody .category-row.level-3{background-color:#00470e0f}.category-list-page .table-responsive .category-table tbody .category-row td{padding:12px;vertical-align:middle;font-size:14px}.category-list-page .table-responsive .category-table tbody .category-row td:first-child{padding-left:0}.category-list-page .table-responsive .category-table .category-name-cell{display:flex;align-items:center;gap:8px;min-height:48px}.category-list-page .table-responsive .category-table .category-name-cell .expand-btn{width:20px;height:20px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:all .2s;color:#666}.category-list-page .table-responsive .category-table .category-name-cell .expand-btn:hover{background-color:#00470e1a;color:#00470e}.category-list-page .table-responsive .category-table .category-name-cell .expand-btn.expanded{color:#00470e}.category-list-page .table-responsive .category-table .category-name-cell .expand-btn i{font-size:12px}.category-list-page .table-responsive .category-table .category-name-cell .no-children-spacer{width:20px;height:20px}.category-list-page .table-responsive .category-table .category-name-cell .category-thumbnail{width:32px;height:32px;border-radius:4px;object-fit:cover;border:1px solid #dee2e6}.category-list-page .table-responsive .category-table .category-name-cell .category-name{font-weight:500;color:#333}.category-list-page .table-responsive .category-table .category-name-cell .children-count{font-size:12px;color:#666;background-color:#f1f3f4;padding:2px 6px;border-radius:10px;font-weight:500}.category-list-page .table-responsive .category-table .slug-cell .slug-value{font-family:monospace;background-color:#f8f9fa;padding:4px 8px;border-radius:4px;font-size:12px;color:#666;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-list-page .table-responsive .category-table .status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.category-list-page .table-responsive .category-table .status-badge.active{background-color:#28a7451a;color:#28a745}.category-list-page .table-responsive .category-table .status-badge.inactive{background-color:#dc35451a;color:#dc3545}.category-list-page .table-responsive .category-table .action-buttons{display:flex;gap:8px}.category-list-page .table-responsive .category-table .action-buttons .btn-edit,.category-list-page .table-responsive .category-table .action-buttons .btn-delete{width:32px;height:32px;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s}.category-list-page .table-responsive .category-table .action-buttons .btn-edit i,.category-list-page .table-responsive .category-table .action-buttons .btn-delete i{font-size:14px}.category-list-page .table-responsive .category-table .action-buttons .btn-edit{background-color:#00470e1a;color:#00470e}.category-list-page .table-responsive .category-table .action-buttons .btn-edit:hover{background-color:#00470e33}.category-list-page .table-responsive .category-table .action-buttons .btn-delete{background-color:#dc35451a;color:#dc3545}.category-list-page .table-responsive .category-table .action-buttons .btn-delete:hover{background-color:#dc354533}.category-list-page .btn-create{display:inline-flex;align-items:center;padding:10px 16px;background-color:#00470e;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;font-size:14px;transition:background-color .3s}.category-list-page .btn-create i{margin-right:6px}.category-list-page .btn-create:hover{background-color:#001404}@media (max-width: 768px){.category-list-page .page-header{flex-direction:column;align-items:stretch;gap:15px}.category-list-page .page-header .header-actions{justify-content:center;flex-wrap:wrap}.category-list-page .table-responsive{overflow-x:auto}.category-list-page .table-responsive .category-table{min-width:600px}.category-list-page .table-responsive .category-table .category-name-cell{min-width:200px}}.category-form-page{padding:20px;background-color:#f5f7fa;min-height:calc(100vh - 60px)}.category-form-page .page-header{margin-bottom:24px}.category-form-page .page-header h1{font-size:28px;margin:0;color:#2d3436;font-weight:600}.category-form-page .alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-weight:500}.category-form-page .alert.alert-error{background-color:#ffebee;color:#c62828;border:1px solid #ef9a9a}.category-form-page .alert.alert-success{background-color:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.category-form-page .loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:18px;color:#666;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.category-form-page .form-container .form-grid{display:grid;grid-template-columns:1fr 400px;gap:24px}@media (max-width: 1200px){.category-form-page .form-container .form-grid{grid-template-columns:1fr}}.category-form-page .form-container .form-left,.category-form-page .form-container .form-right{display:flex;flex-direction:column;gap:24px}.category-form-page .form-container .form-section{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000000d;border:1px solid #e9ecef}.category-form-page .form-container .form-section .section-header{display:flex;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f8f9fa}.category-form-page .form-container .form-section .section-header i{font-size:20px;color:#00470e;margin-right:12px}.category-form-page .form-container .form-section .section-header h2{font-size:18px;margin:0;color:#2d3436;font-weight:600}.category-form-page .form-container .form-group{margin-bottom:20px}.category-form-page .form-container .form-group:last-child{margin-bottom:0}.category-form-page .form-container .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#2d3436;font-size:14px}.category-form-page .form-container .form-group label .required{color:#e74c3c;margin-left:4px}.category-form-page .form-container .form-group .slug-control{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.category-form-page .form-container .form-group .slug-control .slug-auto-checkbox{display:flex;align-items:center;font-size:13px;color:#6c757d}.category-form-page .form-container .form-group .slug-control .slug-auto-checkbox input[type=checkbox]{margin-right:6px}.category-form-page .form-container .form-group .slug-control .slug-auto-checkbox label{margin-bottom:0;font-weight:500;cursor:pointer}.category-form-page .form-container .form-group input[type=text],.category-form-page .form-container .form-group input[type=number],.category-form-page .form-container .form-group textarea,.category-form-page .form-container .form-group select{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:all .3s ease;background-color:#fff}.category-form-page .form-container .form-group input[type=text]:focus,.category-form-page .form-container .form-group input[type=number]:focus,.category-form-page .form-container .form-group textarea:focus,.category-form-page .form-container .form-group select:focus{outline:none;border-color:#00470e;box-shadow:0 0 0 3px #00470e1a}.category-form-page .form-container .form-group input[type=text]::placeholder,.category-form-page .form-container .form-group input[type=number]::placeholder,.category-form-page .form-container .form-group textarea::placeholder,.category-form-page .form-container .form-group select::placeholder{color:#adb5bd}.category-form-page .form-container .form-group input[type=text]:disabled,.category-form-page .form-container .form-group input[type=number]:disabled,.category-form-page .form-container .form-group textarea:disabled,.category-form-page .form-container .form-group select:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.category-form-page .form-container .form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.category-form-page .form-container .form-group select{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px 12px;padding-right:40px}.category-form-page .form-container .form-group select option{padding:8px 12px}.category-form-page .form-container .form-group select:disabled{cursor:not-allowed}.category-form-page .form-container .form-group .checkbox-group{display:flex;align-items:center;background-color:#f8f9fa;padding:16px;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease}.category-form-page .form-container .form-group .checkbox-group:hover{border-color:#00470e}.category-form-page .form-container .form-group .checkbox-group input[type=checkbox]{margin-right:12px;transform:scale(1.2)}.category-form-page .form-container .form-group .checkbox-group label{margin-bottom:0;cursor:pointer;display:flex;align-items:center;font-weight:500}.category-form-page .form-container .form-group .checkbox-group label i{margin-right:8px;color:#00470e}.category-form-page .form-container .form-group .form-text{font-size:12px;color:#6c757d;margin-top:4px;display:block}.category-form-page .form-container .form-group .form-text.text-muted{color:#6c757d}.category-form-page .form-container .form-group .form-text i{margin-right:4px}.category-form-page .form-container .form-row{display:grid;grid-template-columns:1fr 120px;gap:16px;margin-bottom:20px}.category-form-page .form-container .form-row .form-group{margin-bottom:0}@media (max-width: 768px){.category-form-page .form-container .form-row{grid-template-columns:1fr}}.category-form-page .form-container .media-upload-group{display:flex;flex-direction:column;gap:24px}.category-form-page .form-container .upload-item .upload-label{display:flex;align-items:center;margin-bottom:12px;font-weight:600;color:#2d3436;font-size:14px}.category-form-page .form-container .upload-item .upload-label i{margin-right:8px;color:#00470e}.category-form-page .form-container .image-upload-container{position:relative}.category-form-page .form-container .image-upload-container .upload-area{position:relative;border:2px dashed #ddd;border-radius:12px;padding:24px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#fafbfc}.category-form-page .form-container .image-upload-container .upload-area:hover{border-color:#00470e;background-color:#00470e05}.category-form-page .form-container .image-upload-container .upload-area .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.category-form-page .form-container .image-upload-container .upload-area .upload-placeholder i{font-size:32px;color:#adb5bd;margin-bottom:12px}.category-form-page .form-container .image-upload-container .upload-area .upload-placeholder p{margin:0 0 4px;font-weight:500;color:#495057}.category-form-page .form-container .image-upload-container .upload-area .upload-placeholder span{font-size:12px;color:#6c757d}.category-form-page .form-container .image-upload-container .image-preview{position:relative;margin-top:16px;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.category-form-page .form-container .image-upload-container .image-preview img{width:100%;height:200px;object-fit:cover}.category-form-page .form-container .image-upload-container .image-preview .preview-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;padding:12px 16px}.category-form-page .form-container .image-upload-container .image-preview .preview-overlay span{font-weight:500;font-size:14px}.category-form-page .form-container .image-upload-container .image-preview.banner-preview img{height:160px}.category-form-page .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e9ecef}.category-form-page .form-actions button{padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;font-size:14px}.category-form-page .form-actions button i{margin-right:8px}.category-form-page .form-actions .btn-cancel{background-color:#f8f9fa;color:#495057;border:2px solid #e9ecef}.category-form-page .form-actions .btn-cancel:hover{background-color:#e9ecef;border-color:#adb5bd}.category-form-page .form-actions .btn-save{background-color:#00470e;color:#fff;border:2px solid #00470e}.category-form-page .form-actions .btn-save:hover:not(:disabled){background-color:#002e09;transform:translateY(-1px);box-shadow:0 4px 8px #00470e4d}.category-form-page .form-actions .btn-save:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.category-form-page{padding:15px}.category-form-page .form-container .form-grid{gap:16px}.category-form-page .form-section{padding:20px}.category-form-page .form-actions{flex-direction:column}.category-form-page .form-actions button{justify-content:center}}.corporate-list-page{padding:20px}.corporate-list-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.corporate-list-page .page-header h1{margin:0;color:#333;font-size:28px;font-weight:600}.corporate-list-page .page-header .btn-create{background:var(--primary-color);color:#fff;padding:12px 20px;border-radius:8px;text-decoration:none;display:flex;align-items:center;gap:8px;font-weight:500;transition:all .2s ease}.corporate-list-page .page-header .btn-create:hover{background:#0056b3;transform:translateY(-1px)}.corporate-list-page .page-header .btn-create i{font-size:14px}.corporate-list-page .filters-section{display:flex;gap:20px;margin-bottom:20px;align-items:center}.corporate-list-page .filters-section .search-box{position:relative;flex:1;max-width:400px}.corporate-list-page .filters-section .search-box i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666;font-size:14px}.corporate-list-page .filters-section .search-box input{width:100%;padding:12px 12px 12px 40px;border:1px solid #ddd;border-radius:8px;font-size:14px}.corporate-list-page .filters-section .search-box input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff1a}.corporate-list-page .filters-section .status-filter select{padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;min-width:180px}.corporate-list-page .filters-section .status-filter select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff1a}.corporate-list-page .stats-summary{display:flex;gap:20px;margin-bottom:30px}.corporate-list-page .stats-summary .stat-item{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;min-width:120px}.corporate-list-page .stats-summary .stat-item .stat-number{display:block;font-size:32px;font-weight:700;color:var(--primary-color);margin-bottom:5px}.corporate-list-page .stats-summary .stat-item .stat-label{font-size:14px;color:#666;font-weight:500}.corporate-list-page .empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.corporate-list-page .empty-state i{font-size:64px;color:#ddd;margin-bottom:20px}.corporate-list-page .empty-state p{font-size:16px;color:#666;margin-bottom:30px}.corporate-list-page .empty-state .btn-create-first{background:var(--primary-color);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;display:inline-block;transition:all .2s ease}.corporate-list-page .empty-state .btn-create-first:hover{background:#0056b3;transform:translateY(-1px)}.corporate-list-page .table-responsive{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.corporate-list-page .table-responsive .corporate-table{width:100%;border-collapse:collapse}.corporate-list-page .table-responsive .corporate-table thead{background:#f8f9fa}.corporate-list-page .table-responsive .corporate-table thead th{padding:16px 12px;text-align:left;font-weight:600;color:#333;font-size:14px;border-bottom:1px solid #dee2e6}.corporate-list-page .table-responsive .corporate-table tbody tr{border-bottom:1px solid #f1f3f4;transition:background-color .2s ease}.corporate-list-page .table-responsive .corporate-table tbody tr:hover{background:#f8f9fa}.corporate-list-page .table-responsive .corporate-table tbody tr td{padding:16px 12px;vertical-align:middle;font-size:14px}.corporate-list-page .table-responsive .corporate-table .logo-cell{width:60px}.corporate-list-page .table-responsive .corporate-table .logo-cell .corporate-logo{width:40px;height:40px;object-fit:cover;border-radius:8px;border:1px solid #eee}.corporate-list-page .table-responsive .corporate-table .logo-cell .no-logo{width:40px;height:40px;background:#f8f9fa;border:1px solid #eee;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#999}.corporate-list-page .table-responsive .corporate-table .logo-cell .no-logo i{font-size:16px}.corporate-list-page .table-responsive .corporate-table .corporate-info .corporate-name{font-weight:600;color:#333;margin-bottom:4px}.corporate-list-page .table-responsive .corporate-table .corporate-info .corporate-description{font-size:12px;color:#666;line-height:1.4}.corporate-list-page .table-responsive .corporate-table .corporate-code{font-family:Courier New,monospace;background:#f8f9fa;padding:4px 8px;border-radius:4px;font-size:12px;color:#666}.corporate-list-page .table-responsive .corporate-table .slug-cell{font-family:Courier New,monospace;font-size:12px;color:#666;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.corporate-list-page .table-responsive .corporate-table .email-cell .email-link{display:flex;align-items:center;gap:6px;color:#007bff;text-decoration:none;font-size:13px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.corporate-list-page .table-responsive .corporate-table .email-cell .email-link:hover{color:#0056b3;text-decoration:underline}.corporate-list-page .table-responsive .corporate-table .email-cell .email-link i{font-size:12px;flex-shrink:0}.corporate-list-page .table-responsive .corporate-table .email-cell .no-email{color:#999;font-style:italic;font-size:13px}.corporate-list-page .table-responsive .corporate-table .product-count{display:flex;align-items:center;gap:6px;color:#28a745;font-weight:500}.corporate-list-page .table-responsive .corporate-table .product-count i{font-size:14px}.corporate-list-page .table-responsive .corporate-table .product-count span{font-size:13px}.corporate-list-page .table-responsive .corporate-table .product-count .view-products-link{margin-left:8px;color:var(--primary-color);text-decoration:none;padding:2px 4px;border-radius:3px;transition:all .2s ease}.corporate-list-page .table-responsive .corporate-table .product-count .view-products-link:hover{background:#e3f2fd;transform:scale(1.1)}.corporate-list-page .table-responsive .corporate-table .product-count .view-products-link i{font-size:10px}.corporate-list-page .table-responsive .corporate-table .contact-info .contact-item{display:flex;align-items:center;gap:6px;margin-bottom:4px;font-size:12px}.corporate-list-page .table-responsive .corporate-table .contact-info .contact-item:last-child{margin-bottom:0}.corporate-list-page .table-responsive .corporate-table .contact-info .contact-item i{width:12px;color:#666;font-size:10px}.corporate-list-page .table-responsive .corporate-table .contact-info .contact-item a{color:var(--primary-color);text-decoration:none}.corporate-list-page .table-responsive .corporate-table .contact-info .contact-item a:hover{text-decoration:underline}.corporate-list-page .table-responsive .corporate-table .status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.corporate-list-page .table-responsive .corporate-table .status-badge.active{background:#d4edda;color:#155724}.corporate-list-page .table-responsive .corporate-table .status-badge.inactive{background:#f8d7da;color:#721c24}.corporate-list-page .table-responsive .corporate-table .action-buttons{display:flex;gap:8px}.corporate-list-page .table-responsive .corporate-table .action-buttons .btn-edit,.corporate-list-page .table-responsive .corporate-table .action-buttons .btn-delete{width:32px;height:32px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;text-decoration:none}.corporate-list-page .table-responsive .corporate-table .action-buttons .btn-edit i,.corporate-list-page .table-responsive .corporate-table .action-buttons .btn-delete i{font-size:12px}.corporate-list-page .table-responsive .corporate-table .action-buttons .btn-edit{background:#e3f2fd;color:var(--primary-color)}.corporate-list-page .table-responsive .corporate-table .action-buttons .btn-edit:hover{background:#bbdefb;transform:translateY(-1px)}.corporate-list-page .table-responsive .corporate-table .action-buttons .btn-delete{background:#ffebee;color:#d32f2f}.corporate-list-page .table-responsive .corporate-table .action-buttons .btn-delete:hover{background:#ffcdd2;transform:translateY(-1px)}.corporate-list-page .loading{text-align:center;padding:60px 20px;font-size:16px;color:#666}.corporate-list-page .error-message{background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:8px;margin-bottom:20px;border:1px solid #f5c6cb}@media (max-width: 768px){.corporate-list-page{padding:15px}.corporate-list-page .page-header{flex-direction:column;gap:15px;align-items:stretch}.corporate-list-page .page-header .btn-create{justify-content:center}.corporate-list-page .filters-section{flex-direction:column;gap:15px}.corporate-list-page .filters-section .search-box{max-width:none}.corporate-list-page .stats-summary{flex-wrap:wrap;gap:15px}.corporate-list-page .stats-summary .stat-item{flex:1;min-width:100px}.corporate-list-page .table-responsive{overflow-x:auto}.corporate-list-page .table-responsive .corporate-table{min-width:800px}}.corporate-form-page{padding:20px}.corporate-form-page .page-header{margin-bottom:30px}.corporate-form-page .page-header h1{margin:0;color:#333;font-size:28px;font-weight:600}.corporate-form-page .error-message{background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:8px;margin-bottom:20px;border:1px solid #f5c6cb}.corporate-form-page .form-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.corporate-form-page .form-container form .form-grid{display:grid;grid-template-columns:2fr 1fr;gap:0}.corporate-form-page .form-container form .form-grid .form-left{padding:30px;border-right:1px solid #f1f3f4}.corporate-form-page .form-container form .form-grid .form-right{padding:30px;background:#fafbfc}.corporate-form-page .form-container form .form-section{margin-bottom:40px}.corporate-form-page .form-container form .form-section:last-child{margin-bottom:0}.corporate-form-page .form-container form .form-section .section-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f1f3f4}.corporate-form-page .form-container form .form-section .section-header i{color:var(--primary-color);font-size:18px}.corporate-form-page .form-container form .form-section .section-header h2{margin:0;font-size:18px;font-weight:600;color:#333}.corporate-form-page .form-container form .form-group{margin-bottom:20px}.corporate-form-page .form-container form .form-group label{display:block;margin-bottom:6px;font-weight:500;color:#333;font-size:14px}.corporate-form-page .form-container form .form-group label .required{color:#dc3545;margin-left:2px}.corporate-form-page .form-container form .form-group input,.corporate-form-page .form-container form .form-group textarea,.corporate-form-page .form-container form .form-group select{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:all .2s ease}.corporate-form-page .form-container form .form-group input:focus,.corporate-form-page .form-container form .form-group textarea:focus,.corporate-form-page .form-container form .form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff1a}.corporate-form-page .form-container form .form-group input:disabled,.corporate-form-page .form-container form .form-group textarea:disabled,.corporate-form-page .form-container form .form-group select:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.corporate-form-page .form-container form .form-group textarea{resize:vertical;min-height:80px}.corporate-form-page .form-container form .form-group .slug-control{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.corporate-form-page .form-container form .form-group .slug-control .slug-auto-checkbox{display:flex;align-items:center;gap:6px}.corporate-form-page .form-container form .form-group .slug-control .slug-auto-checkbox input[type=checkbox]{width:auto;margin:0}.corporate-form-page .form-container form .form-group .slug-control .slug-auto-checkbox label{margin:0;font-size:12px;color:#666;cursor:pointer}.corporate-form-page .form-container form .form-group .checkbox-group{display:flex;align-items:center;gap:10px}.corporate-form-page .form-container form .form-group .checkbox-group input[type=checkbox]{width:auto;margin:0}.corporate-form-page .form-container form .form-group .checkbox-group label{margin:0;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500}.corporate-form-page .form-container form .form-group .checkbox-group label i{color:var(--primary-color)}.corporate-form-page .form-container form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.corporate-form-page .form-container form .media-upload-group .upload-item{margin-bottom:30px}.corporate-form-page .form-container form .media-upload-group .upload-item:last-child{margin-bottom:0}.corporate-form-page .form-container form .media-upload-group .upload-item .upload-label{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-weight:600;color:#333;font-size:14px}.corporate-form-page .form-container form .media-upload-group .upload-item .upload-label i{color:var(--primary-color)}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .upload-area{position:relative;border:2px dashed #ddd;border-radius:12px;padding:30px 20px;text-align:center;transition:all .2s ease;cursor:pointer}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .upload-area:hover{border-color:var(--primary-color);background:#f8f9ff}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .upload-area .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .upload-area .upload-placeholder{pointer-events:none}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .upload-area .upload-placeholder i{font-size:32px;color:var(--primary-color);margin-bottom:10px}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .upload-area .upload-placeholder p{margin:0 0 5px;font-weight:500;color:#333}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .upload-area .upload-placeholder span{font-size:12px;color:#666}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .image-preview{margin-top:15px;position:relative;display:inline-block;border-radius:8px;overflow:hidden}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .image-preview img{width:120px;height:120px;object-fit:cover;display:block}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .image-preview .preview-overlay{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;padding:5px 10px;font-size:12px;text-align:center}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .images-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-top:15px}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .images-preview-grid .image-preview-item{position:relative;border-radius:8px;overflow:hidden}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .images-preview-grid .image-preview-item img{width:100%;height:100px;object-fit:cover;display:block}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .images-preview-grid .image-preview-item .remove-image{position:absolute;top:5px;right:5px;width:24px;height:24px;background:#dc3545e6;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;transition:all .2s ease}.corporate-form-page .form-container form .media-upload-group .upload-item .image-upload-container .images-preview-grid .image-preview-item .remove-image:hover{background:#dc3545;transform:scale(1.1)}.corporate-form-page .form-container form .form-actions{padding:30px;background:#f8f9fa;border-top:1px solid #f1f3f4;display:flex;justify-content:flex-end;gap:15px}.corporate-form-page .form-container form .form-actions .btn-cancel,.corporate-form-page .form-container form .form-actions .btn-save{padding:12px 24px;border:none;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;text-decoration:none}.corporate-form-page .form-container form .form-actions .btn-cancel i,.corporate-form-page .form-container form .form-actions .btn-save i{font-size:14px}.corporate-form-page .form-container form .form-actions .btn-cancel{background:#6c757d;color:#fff}.corporate-form-page .form-container form .form-actions .btn-cancel:hover{background:#545b62;transform:translateY(-1px)}.corporate-form-page .form-container form .form-actions .btn-save{background:#28a745;color:#fff}.corporate-form-page .form-container form .form-actions .btn-save:hover:not(:disabled){background:#218838;transform:translateY(-1px)}.corporate-form-page .form-container form .form-actions .btn-save:disabled{background:#6c757d;cursor:not-allowed;transform:none}.corporate-form-page .loading{text-align:center;padding:60px 20px;font-size:16px;color:#666}@media (max-width: 1024px){.corporate-form-page .form-container form .form-grid{grid-template-columns:1fr}.corporate-form-page .form-container form .form-grid .form-left{border-right:none;border-bottom:1px solid #f1f3f4}.corporate-form-page .form-container form .form-grid .form-right{background:#fff}}.gallery-items{display:flex;flex-direction:column;gap:16px;margin-top:20px}.gallery-items .gallery-item{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef;transition:all .3s ease}.gallery-items .gallery-item:hover{background:#e9ecef;border-color:#dee2e6}.gallery-items .gallery-item .item-image{flex-shrink:0;width:80px;height:60px;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #dee2e6}.gallery-items .gallery-item .item-image img{width:100%;height:100%;object-fit:cover;display:block}.gallery-items .gallery-item .item-info{flex:1}.gallery-items .gallery-item .item-info h4{font-size:16px;font-weight:600;margin:0 0 8px;color:#212529}.gallery-items .gallery-item .item-info p{font-size:13px;color:#6c757d;margin:0 0 4px;line-height:1.4}.gallery-items .gallery-item .item-info p:last-child{margin-bottom:0}.gallery-items .gallery-item .item-actions{display:flex;gap:8px}.gallery-items .gallery-item .item-actions .btn-edit,.gallery-items .gallery-item .item-actions .btn-delete{width:36px;height:36px;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:14px}.gallery-items .gallery-item .item-actions .btn-edit i,.gallery-items .gallery-item .item-actions .btn-delete i{pointer-events:none}.gallery-items .gallery-item .item-actions .btn-edit{background:#e3f2fd;color:#1976d2}.gallery-items .gallery-item .item-actions .btn-edit:hover{background:#bbdefb;color:#0d47a1}.gallery-items .gallery-item .item-actions .btn-delete{background:#ffebee;color:#d32f2f}.gallery-items .gallery-item .item-actions .btn-delete:hover{background:#ffcdd2;color:#b71c1c}.gallery-form{margin-top:20px;padding:24px;background:#fff;border:2px solid #e9ecef;border-radius:16px;box-shadow:0 4px 12px #0000000d}.gallery-form .form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.gallery-form .form-header h3{font-size:18px;font-weight:600;color:#212529;margin:0}.gallery-form .form-header .btn-close{width:32px;height:32px;border:none;background:#f8f9fa;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#6c757d}.gallery-form .form-header .btn-close:hover{background:#e9ecef;color:#495057}.gallery-form .form-header .btn-close i{font-size:14px}.gallery-form .image-preview{margin-top:12px;width:120px;height:90px;border-radius:8px;overflow:hidden;border:1px solid #dee2e6}.gallery-form .image-preview img{width:100%;height:100%;object-fit:cover;display:block}.gallery-form .form-actions{margin-top:24px;padding-top:16px;border-top:1px solid #e9ecef}.gallery-form .form-actions .btn-save{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.gallery-form .form-actions .btn-save:hover{background:linear-gradient(135deg,#218838,#1e7e34);transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.gallery-form .form-actions .btn-save i{font-size:13px}.btn-add-item{background:var(--primary-color);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px}.btn-add-item:hover{background:var(--primary-color);opacity:.9;transform:translateY(-1px);box-shadow:0 3px 8px #0003}.btn-add-item i{font-size:12px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header h2{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;color:#212529;margin:0}.section-header h2 i{font-size:18px;color:#6c757d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;overflow-y:auto}.modal-overlay .modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-overlay .modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e9ecef}.modal-overlay .modal-content .modal-header h3{font-size:20px;font-weight:600;color:#212529;margin:0}.modal-overlay .modal-content .modal-header .btn-close{width:36px;height:36px;border:none;background:#f8f9fa;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#6c757d}.modal-overlay .modal-content .modal-header .btn-close:hover{background:#e9ecef;color:#495057}.modal-overlay .modal-content .modal-header .btn-close i{font-size:16px}.modal-overlay .modal-content .modal-body{padding:24px;overflow-y:auto;flex:1}.modal-overlay .modal-content .modal-body .form-group{margin-bottom:20px}.modal-overlay .modal-content .modal-body .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.modal-overlay .modal-content .modal-body .form-group label .required{color:#dc3545;margin-left:2px}.modal-overlay .modal-content .modal-body .form-group input,.modal-overlay .modal-content .modal-body .form-group textarea,.modal-overlay .modal-content .modal-body .form-group select{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:all .2s ease}.modal-overlay .modal-content .modal-body .form-group input:focus,.modal-overlay .modal-content .modal-body .form-group textarea:focus,.modal-overlay .modal-content .modal-body .form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff1a}.modal-overlay .modal-content .modal-body .form-group textarea{resize:vertical;min-height:80px}.modal-overlay .modal-content .modal-body .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.modal-overlay .modal-content .modal-body .image-preview{margin-top:12px;width:150px;height:120px;border-radius:8px;overflow:hidden;border:1px solid #dee2e6}.modal-overlay .modal-content .modal-body .image-preview img{width:100%;height:100%;object-fit:cover;display:block}.modal-overlay .modal-content .modal-footer{padding:20px 24px;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;gap:12px}.modal-overlay .modal-content .modal-footer .btn-cancel,.modal-overlay .modal-content .modal-footer .btn-save{padding:12px 24px;border:none;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;font-size:14px}.modal-overlay .modal-content .modal-footer .btn-cancel i,.modal-overlay .modal-content .modal-footer .btn-save i{font-size:14px}.modal-overlay .modal-content .modal-footer .btn-cancel{background:#6c757d;color:#fff}.modal-overlay .modal-content .modal-footer .btn-cancel:hover{background:#545b62;transform:translateY(-1px)}.modal-overlay .modal-content .modal-footer .btn-save{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.modal-overlay .modal-content .modal-footer .btn-save:hover{background:linear-gradient(135deg,#218838,#1e7e34);transform:translateY(-1px);box-shadow:0 4px 12px #28a7454d}@media (max-width: 768px){.corporate-form-page{padding:15px}.corporate-form-page .form-container form .form-left,.corporate-form-page .form-container form .form-right{padding:20px}.corporate-form-page .form-container form .form-row{grid-template-columns:1fr;gap:15px}.corporate-form-page .form-container form .form-actions{padding:20px;flex-direction:column}.corporate-form-page .form-container form .form-actions .btn-cancel,.corporate-form-page .form-container form .form-actions .btn-save{justify-content:center}.gallery-items .gallery-item{flex-direction:column;align-items:flex-start;gap:12px}.gallery-items .gallery-item .item-image{width:100%;height:120px}.gallery-items .gallery-item .item-actions{align-self:flex-end}.gallery-form{padding:16px}.gallery-form .form-header h3{font-size:16px}.modal-overlay{padding:10px}.modal-overlay .modal-content{max-height:95vh}.modal-overlay .modal-content .modal-header{padding:16px}.modal-overlay .modal-content .modal-header h3{font-size:18px}.modal-overlay .modal-content .modal-body{padding:16px}.modal-overlay .modal-content .modal-body .form-row{grid-template-columns:1fr;gap:15px}.modal-overlay .modal-content .modal-footer{padding:16px;flex-direction:column}.modal-overlay .modal-content .modal-footer .btn-cancel,.modal-overlay .modal-content .modal-footer .btn-save{width:100%;justify-content:center}}.product-list-page{padding:20px;background-color:#f8f9fa;min-height:calc(100vh - 60px)}.product-list-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.product-list-page .page-header h1{font-size:24px;margin:0;color:#333}.product-list-page .page-header .btn-create{display:inline-flex;align-items:center;background-color:var(--primary-color);color:#fff;padding:10px 16px;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .3s}.product-list-page .page-header .btn-create:hover{background-color:#0056b3}.product-list-page .page-header .btn-create i{margin-right:8px}.product-list-page .filters-section{display:flex;gap:20px;margin-bottom:20px;align-items:center}.product-list-page .filters-section .search-box{position:relative;flex:1;max-width:400px}.product-list-page .filters-section .search-box i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666;font-size:14px}.product-list-page .filters-section .search-box input{width:100%;padding:12px 12px 12px 40px;border:1px solid #ddd;border-radius:8px;font-size:14px}.product-list-page .filters-section .search-box input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff1a}.product-list-page .filters-section .corporate-filter select,.product-list-page .filters-section .status-filter select,.product-list-page .filters-section .price-filter select{padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;min-width:180px}.product-list-page .filters-section .corporate-filter select:focus,.product-list-page .filters-section .status-filter select:focus,.product-list-page .filters-section .price-filter select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff1a}.product-list-page .stats-summary{display:flex;gap:20px;margin-bottom:30px}.product-list-page .stats-summary .stat-item{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;min-width:120px}.product-list-page .stats-summary .stat-item .stat-number{display:block;font-size:32px;font-weight:700;color:var(--primary-color);margin-bottom:5px}.product-list-page .stats-summary .stat-item .stat-label{font-size:14px;color:#666;font-weight:500}.product-list-page .loading,.product-list-page .error-message{display:flex;justify-content:center;align-items:center;height:200px;font-size:18px;color:#666;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.product-list-page .error-message{color:#dc3545}.product-list-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;text-align:center}.product-list-page .empty-state i{font-size:48px;color:#ccc;margin-bottom:16px}.product-list-page .empty-state p{font-size:18px;color:#666;margin-bottom:24px}.product-list-page .empty-state .btn-create-first{background-color:var(--primary-color);color:#fff;padding:12px 24px;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .3s}.product-list-page .empty-state .btn-create-first:hover{background-color:var(--primary-color-dark)}.product-list-page .table-responsive{overflow-x:auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.product-list-page .product-table{width:100%;border-collapse:collapse}.product-list-page .product-table th,.product-list-page .product-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e9ecef}.product-list-page .product-table th{background-color:#f8f9fa;font-weight:600;color:#495057}.product-list-page .product-table .product-name-cell{display:flex;align-items:center}.product-list-page .product-table .product-name-cell .product-thumbnail{width:50px;height:50px;object-fit:cover;border-radius:4px;margin-right:12px}.product-list-page .product-table .product-name-cell .no-image{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#f1f1f1;color:#999;font-size:10px;border-radius:4px;margin-right:12px}.product-list-page .product-table .product-name-cell span{font-weight:500}.product-list-page .product-table .slug-cell{max-width:200px}.product-list-page .product-table .slug-cell .slug-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.product-list-page .product-table .status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.product-list-page .product-table .status-badge.active{background-color:#e8f5e9;color:#2e7d32}.product-list-page .product-table .status-badge.inactive{background-color:#ffebee;color:#c62828}.product-list-page .product-table .action-buttons{display:flex;gap:8px}.product-list-page .product-table .action-buttons .btn-edit,.product-list-page .product-table .action-buttons .btn-delete{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;border:none;cursor:pointer;transition:background-color .3s}.product-list-page .product-table .action-buttons .btn-edit{background-color:#e3f2fd;color:var(--primary-color)}.product-list-page .product-table .action-buttons .btn-edit:hover{background-color:#bbdefb}.product-list-page .product-table .action-buttons .btn-delete{background-color:#ffebee;color:#c62828}.product-list-page .product-table .action-buttons .btn-delete:hover{background-color:#ffcdd2}.product-list-page .price-cell .no-price{color:#6c757d;font-style:italic;font-size:13px}.product-list-page .price-cell .price-display{display:flex;flex-direction:column;gap:4px}.product-list-page .price-cell .price-display .current-price{font-weight:600;color:#e74c3c;font-size:14px}.product-list-page .price-cell .price-display .original-price{font-size:12px;color:#6c757d;text-decoration:line-through}.product-list-page .price-cell .price-display .discount-badge{background-color:#e74c3c;color:#fff;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600;align-self:flex-start}.product-list-page .corporate-cell .corporate-info{display:flex;align-items:center;gap:8px;color:var(--primary-color)}.product-list-page .corporate-cell .corporate-info i{font-size:14px}.product-list-page .corporate-cell .corporate-info span{font-weight:500}.product-list-page .corporate-cell .no-corporate{display:flex;align-items:center;gap:8px;color:#6c757d}.product-list-page .corporate-cell .no-corporate i{font-size:14px}.product-list-page .corporate-cell .no-corporate span{font-style:italic}.product-list-page .empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.product-list-page .empty-state i{font-size:64px;color:#ddd;margin-bottom:20px}.product-list-page .empty-state p{font-size:16px;color:#666;margin-bottom:30px}.product-list-page .empty-state .btn-create-first{background:var(--primary-color);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;display:inline-block;transition:all .2s ease}.product-list-page .empty-state .btn-create-first:hover{background:#0056b3;transform:translateY(-1px)}@media (max-width: 768px){.product-list-page{padding:15px}.product-list-page .page-header{flex-direction:column;gap:15px;align-items:stretch}.product-list-page .page-header .btn-create{justify-content:center}.product-list-page .filters-section{flex-direction:column;gap:15px}.product-list-page .filters-section .search-box{max-width:none}.product-list-page .stats-summary{flex-wrap:wrap;gap:15px}.product-list-page .stats-summary .stat-item{flex:1;min-width:100px}.product-list-page .table-responsive{overflow-x:auto}.product-list-page .table-responsive .product-table{min-width:900px}}/*!
* Quill Editor v2.0.2
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.product-form-page{padding:20px;background-color:#f5f7fa;min-height:calc(100vh - 60px)}.product-form-page .page-header{margin-bottom:24px}.product-form-page .page-header h1{font-size:28px;margin:0;color:#2d3436;font-weight:600}.product-form-page .error-message,.product-form-page .success-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-weight:500}.product-form-page .error-message{background-color:#ffebee;color:#c62828;border:1px solid #ef9a9a}.product-form-page .success-message{background-color:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.product-form-page .loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:18px;color:#666;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.product-form-page .form-container .form-grid{display:grid;grid-template-columns:1fr 400px;gap:24px}@media (max-width: 1200px){.product-form-page .form-container .form-grid{grid-template-columns:1fr}}.product-form-page .form-container .form-left,.product-form-page .form-container .form-right{display:flex;flex-direction:column;gap:24px}.product-form-page .form-container .form-section{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000000d;border:1px solid #e9ecef}.product-form-page .form-container .form-section .section-header{display:flex;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f8f9fa}.product-form-page .form-container .form-section .section-header i{font-size:20px;color:#00470e;margin-right:12px}.product-form-page .form-container .form-section .section-header h2{font-size:18px;margin:0;color:#2d3436;font-weight:600}.product-form-page .form-container .form-group{margin-bottom:20px}.product-form-page .form-container .form-group:last-child{margin-bottom:0}.product-form-page .form-container .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#2d3436;font-size:14px}.product-form-page .form-container .form-group label .required{color:#e74c3c;margin-left:4px}.product-form-page .form-container .form-group input[type=text],.product-form-page .form-container .form-group input[type=number],.product-form-page .form-container .form-group textarea,.product-form-page .form-container .form-group select{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:all .3s ease;background-color:#fff}.product-form-page .form-container .form-group input[type=text]:focus,.product-form-page .form-container .form-group input[type=number]:focus,.product-form-page .form-container .form-group textarea:focus,.product-form-page .form-container .form-group select:focus{outline:none;border-color:#00470e;box-shadow:0 0 0 3px #00470e1a}.product-form-page .form-container .form-group input[type=text]::placeholder,.product-form-page .form-container .form-group input[type=number]::placeholder,.product-form-page .form-container .form-group textarea::placeholder,.product-form-page .form-container .form-group select::placeholder{color:#adb5bd}.product-form-page .form-container .form-group input[type=text]:disabled,.product-form-page .form-container .form-group input[type=number]:disabled,.product-form-page .form-container .form-group textarea:disabled,.product-form-page .form-container .form-group select:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.product-form-page .form-container .form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.product-form-page .form-container .form-group select{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px 12px;padding-right:40px}.product-form-page .form-container .form-group select option{padding:8px 12px}.product-form-page .form-container .form-group .checkbox-group{display:flex;align-items:center;background-color:#f8f9fa;padding:16px;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease}.product-form-page .form-container .form-group .checkbox-group:hover{border-color:#00470e}.product-form-page .form-container .form-group .checkbox-group input[type=checkbox]{margin-right:12px;transform:scale(1.2)}.product-form-page .form-container .form-group .checkbox-group label{margin-bottom:0;cursor:pointer;display:flex;align-items:center;font-weight:500}.product-form-page .form-container .form-group .checkbox-group label i{margin-right:8px;color:#00470e}.product-form-page .form-container .form-group .quill-editor .ql-container{min-height:200px;font-size:14px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border:2px solid #e9ecef;border-top:none}.product-form-page .form-container .form-group .quill-editor .ql-toolbar{border-top-left-radius:8px;border-top-right-radius:8px;border:2px solid #e9ecef;border-bottom:none}.product-form-page .form-container .form-group .quill-editor .ql-editor{min-height:200px}.product-form-page .form-container .form-group .quill-editor .ql-editor:focus{border-color:#00470e}.product-form-page .form-container .form-group .quill-editor .ql-editor p,.product-form-page .form-container .form-group .quill-editor .ql-editor ol,.product-form-page .form-container .form-group .quill-editor .ql-editor ul,.product-form-page .form-container .form-group .quill-editor .ql-editor pre,.product-form-page .form-container .form-group .quill-editor .ql-editor blockquote{margin-bottom:1em}.product-form-page .form-container .form-group .quill-editor img{max-width:100%;height:auto}.product-form-page .form-container .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.product-form-page .form-container .form-row .form-group{margin-bottom:0}@media (max-width: 768px){.product-form-page .form-container .form-row{grid-template-columns:1fr}}.product-form-page .form-container .image-upload-container{position:relative}.product-form-page .form-container .image-upload-container .upload-area{position:relative;border:2px dashed #ddd;border-radius:12px;padding:24px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#fafbfc}.product-form-page .form-container .image-upload-container .upload-area:hover{border-color:#00470e;background-color:#00470e05}.product-form-page .form-container .image-upload-container .upload-area .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.product-form-page .form-container .image-upload-container .upload-area .upload-placeholder i{font-size:32px;color:#adb5bd;margin-bottom:12px}.product-form-page .form-container .image-upload-container .upload-area .upload-placeholder p{margin:0 0 4px;font-weight:500;color:#495057}.product-form-page .form-container .image-upload-container .upload-area .upload-placeholder span{font-size:12px;color:#6c757d}.product-form-page .form-container .image-upload-container .image-preview-container{margin-top:16px}.product-form-page .form-container .image-upload-container .image-preview-container .image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}.product-form-page .form-container .image-upload-container .image-preview-container .image-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1;box-shadow:0 2px 4px #0000001a}.product-form-page .form-container .image-upload-container .image-preview-container .image-item img{width:100%;height:100%;object-fit:cover}.product-form-page .form-container .image-upload-container .image-preview-container .image-item .btn-remove-image{position:absolute;top:4px;right:4px;width:24px;height:24px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .3s}.product-form-page .form-container .image-upload-container .image-preview-container .image-item .btn-remove-image:hover{background-color:#000000e6}.product-form-page .form-container .image-upload-container .image-preview-container .image-item:hover .btn-remove-image{opacity:1}.product-form-page .form-container .image-upload-container .image-preview-container .image-item .new-image-indicator{position:absolute;top:4px;left:4px;background-color:#00470e;color:#fff;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600}.product-form-page .form-container .image-upload-container .no-images{padding:24px;text-align:center;background-color:#f8f9fa;border-radius:8px;color:#6c757d;margin-top:16px}.product-form-page .form-container .error-text{color:#e74c3c;font-size:12px;margin-top:4px;font-weight:500}.product-form-page .form-container .help-text{color:#6c757d;font-size:12px;margin-top:4px;font-style:italic}.product-form-page .form-container .price-preview{margin-top:16px;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.product-form-page .form-container .price-preview .preview-label{font-size:12px;color:#6c757d;margin-bottom:8px;font-weight:600;text-transform:uppercase}.product-form-page .form-container .price-preview .price-display{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-form-page .form-container .price-preview .price-display .current-price{font-size:18px;font-weight:700;color:#e74c3c}.product-form-page .form-container .price-preview .price-display .original-price{font-size:14px;color:#6c757d;text-decoration:line-through}.product-form-page .form-container .price-preview .price-display .discount-badge{background-color:#e74c3c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.product-form-page .form-container input[type=number]:read-only{background-color:#f8f9fa;cursor:not-allowed}.product-form-page .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e9ecef}.product-form-page .form-actions button{padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;font-size:14px}.product-form-page .form-actions button i{margin-right:8px}.product-form-page .form-actions .btn-cancel{background-color:#f8f9fa;color:#495057;border:2px solid #e9ecef}.product-form-page .form-actions .btn-cancel:hover{background-color:#e9ecef;border-color:#adb5bd}.product-form-page .form-actions .btn-save{background-color:#00470e;color:#fff;border:2px solid #00470e}.product-form-page .form-actions .btn-save:hover:not(:disabled){background-color:#002e09;transform:translateY(-1px);box-shadow:0 4px 8px #00470e4d}.product-form-page .form-actions .btn-save:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.product-form-page{padding:15px}.product-form-page .form-container .form-grid{gap:16px}.product-form-page .form-section{padding:20px}.product-form-page .form-actions{flex-direction:column}.product-form-page .form-actions button{justify-content:center}}.post-list-page{padding:24px;background-color:#f8f9fa;min-height:calc(100vh - 80px)}.post-list-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:20px}.post-list-page .page-header .page-title h1{font-size:28px;font-weight:700;color:#2d3436;margin:0 0 8px}.post-list-page .page-header .page-title p{color:#636e72;margin:0;font-size:16px}.post-list-page .page-header .btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:500;font-size:14px;border:none;cursor:pointer;transition:all .3s ease}.post-list-page .page-header .btn.btn-primary{background-color:#00470e;color:#fff}.post-list-page .page-header .btn.btn-primary:hover{background-color:#001404;transform:translateY(-2px)}@media (max-width: 768px){.post-list-page .page-header{flex-direction:column;align-items:stretch}.post-list-page .page-header .page-title{text-align:center}}.post-list-page .page-content .content-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.post-list-page .page-content .content-card .card-header{padding:20px 24px;border-bottom:1px solid #e9ecef;background-color:#f8f9fa}.post-list-page .page-content .content-card .card-header .search-form .search-input-group{display:flex;max-width:400px;position:relative}.post-list-page .page-content .content-card .card-header .search-form .search-input-group input{flex:1;padding:12px 16px;border:1px solid #dee2e6;border-radius:8px 0 0 8px;font-size:14px;outline:none;transition:border-color .3s ease}.post-list-page .page-content .content-card .card-header .search-form .search-input-group input:focus{border-color:#00470e}.post-list-page .page-content .content-card .card-header .search-form .search-input-group input::placeholder{color:#adb5bd}.post-list-page .page-content .content-card .card-header .search-form .search-input-group .search-btn{padding:12px 16px;background-color:#00470e;color:#fff;border:none;border-radius:0 8px 8px 0;cursor:pointer;transition:background-color .3s ease}.post-list-page .page-content .content-card .card-header .search-form .search-input-group .search-btn:hover{background-color:#001404}.post-list-page .page-content .content-card .card-body{padding:0}.post-list-page .page-content .content-card .card-body .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.post-list-page .page-content .content-card .card-body .loading-container .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #00470e;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.post-list-page .page-content .content-card .card-body .loading-container p{color:#6c757d;font-size:16px}.post-list-page .page-content .content-card .card-body .table-container{overflow-x:auto}.post-list-page .page-content .content-card .card-body .table-container .data-table{width:100%;border-collapse:collapse;font-size:14px}.post-list-page .page-content .content-card .card-body .table-container .data-table th{background-color:#f8f9fa;padding:16px 12px;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6;white-space:nowrap}.post-list-page .page-content .content-card .card-body .table-container .data-table th:first-child{padding-left:24px}.post-list-page .page-content .content-card .card-body .table-container .data-table th:last-child{padding-right:24px;text-align:center}.post-list-page .page-content .content-card .card-body .table-container .data-table td{padding:16px 12px;border-bottom:1px solid #e9ecef;vertical-align:middle}.post-list-page .page-content .content-card .card-body .table-container .data-table td:first-child{padding-left:24px}.post-list-page .page-content .content-card .card-body .table-container .data-table td:last-child{padding-right:24px;text-align:center}.post-list-page .page-content .content-card .card-body .table-container .data-table tr:hover{background-color:#f8f9fa}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-thumbnail{width:60px;height:60px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:1px solid #dee2e6}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-thumbnail .thumbnail-image{width:100%;height:100%;object-fit:cover}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-thumbnail .no-thumbnail{color:#adb5bd;font-size:20px}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-title h4{margin:0 0 4px;font-size:15px;font-weight:600;color:#2d3436;line-height:1.4}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-title .post-slug{font-size:12px;color:#6c757d;font-family:Courier New,monospace}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-description{color:#495057;line-height:1.4;max-width:200px}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-type .badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-type .badge.badge-video{background-color:#e3f2fd;color:var(--primary-color)}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-type .badge.badge-text{background-color:#f3e5f5;color:#7b1fa2}.post-list-page .page-content .content-card .card-body .table-container .data-table .status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500}.post-list-page .page-content .content-card .card-body .table-container .data-table .status-badge.active{background-color:#d4edda;color:#155724}.post-list-page .page-content .content-card .card-body .table-container .data-table .status-badge.inactive{background-color:#f8d7da;color:#721c24}.post-list-page .page-content .content-card .card-body .table-container .data-table .date-info{color:#6c757d;font-size:13px;white-space:nowrap}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons{display:flex;gap:8px;justify-content:center}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons .btn-action{width:32px;height:32px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;text-decoration:none;font-size:12px}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons .btn-action.btn-view{background-color:#e3f2fd;color:var(--primary-color)}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons .btn-action.btn-view:hover{background-color:#bbdefb}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons .btn-action.btn-edit{background-color:#fff3e0;color:#f57c00}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons .btn-action.btn-edit:hover{background-color:#ffe0b2}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons .btn-action.btn-delete{background-color:#ffebee;color:#d32f2f}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons .btn-action.btn-delete:hover{background-color:#ffcdd2}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons .btn-action.btn-delete:disabled{opacity:.5;cursor:not-allowed}.post-list-page .page-content .content-card .card-body .table-container .data-table .no-data{text-align:center;padding:60px 20px}.post-list-page .page-content .content-card .card-body .table-container .data-table .no-data .no-data-message{color:#6c757d}.post-list-page .page-content .content-card .card-body .table-container .data-table .no-data .no-data-message svg{font-size:48px;margin-bottom:16px;opacity:.5}.post-list-page .page-content .content-card .card-body .table-container .data-table .no-data .no-data-message p{font-size:16px;margin:0 0 20px}.post-list-page .page-content .content-card .card-body .table-container .data-table .no-data .no-data-message .btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background-color:#00470e;color:#fff;text-decoration:none;border-radius:6px;font-size:14px;transition:background-color .3s ease}.post-list-page .page-content .content-card .card-body .table-container .data-table .no-data .no-data-message .btn:hover{background-color:#001404}.post-list-page .page-content .content-card .card-body .pagination-container{padding:20px 24px;border-top:1px solid #e9ecef;background-color:#f8f9fa}.post-list-page .page-content .content-card .card-body .pagination-container .pagination{display:flex;justify-content:center;align-items:center;gap:8px}.post-list-page .page-content .content-card .card-body .pagination-container .pagination .pagination-btn{padding:8px 16px;border:1px solid #dee2e6;background-color:#fff;color:#495057;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:14px}.post-list-page .page-content .content-card .card-body .pagination-container .pagination .pagination-btn:hover:not(:disabled){background-color:#f8f9fa;border-color:#00470e}.post-list-page .page-content .content-card .card-body .pagination-container .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.post-list-page .page-content .content-card .card-body .pagination-container .pagination .pagination-numbers{display:flex;gap:4px}.post-list-page .page-content .content-card .card-body .pagination-container .pagination .pagination-numbers .pagination-number{width:40px;height:40px;border:1px solid #dee2e6;background-color:#fff;color:#495057;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:14px}.post-list-page .page-content .content-card .card-body .pagination-container .pagination .pagination-numbers .pagination-number:hover{background-color:#f8f9fa;border-color:#00470e}.post-list-page .page-content .content-card .card-body .pagination-container .pagination .pagination-numbers .pagination-number.active{background-color:#00470e;color:#fff;border-color:#00470e}@media (max-width: 768px){.post-list-page,.post-list-page .page-content .content-card .card-header{padding:16px}.post-list-page .page-content .content-card .card-header .search-form .search-input-group{max-width:100%}.post-list-page .page-content .content-card .card-body .table-container .data-table{font-size:13px}.post-list-page .page-content .content-card .card-body .table-container .data-table th,.post-list-page .page-content .content-card .card-body .table-container .data-table td{padding:12px 8px}.post-list-page .page-content .content-card .card-body .table-container .data-table th:first-child,.post-list-page .page-content .content-card .card-body .table-container .data-table td:first-child{padding-left:16px}.post-list-page .page-content .content-card .card-body .table-container .data-table th:last-child,.post-list-page .page-content .content-card .card-body .table-container .data-table td:last-child{padding-right:16px}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-thumbnail{width:50px;height:50px}.post-list-page .page-content .content-card .card-body .table-container .data-table .post-title h4{font-size:14px}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons{flex-direction:column;gap:4px}.post-list-page .page-content .content-card .card-body .table-container .data-table .action-buttons .btn-action{width:28px;height:28px;font-size:11px}}.post-form-page{padding:20px;background-color:#f5f7fa;min-height:calc(100vh - 60px)}.post-form-page .page-header{display:flex;align-items:center;margin-bottom:24px}.post-form-page .page-header .btn-back{background:#fff;border:2px solid #e9ecef;border-radius:8px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#6c757d;margin-right:16px}.post-form-page .page-header .btn-back:hover{background-color:#f8f9fa;border-color:#00470e;color:#00470e}.post-form-page .page-header h1{font-size:28px;margin:0;color:#2d3436;font-weight:600}.post-form-page .alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-weight:500}.post-form-page .alert.alert-error{background-color:#ffebee;color:#c62828;border:1px solid #ef9a9a}.post-form-page .alert.alert-success{background-color:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.post-form-page .loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:18px;color:#666;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;gap:12px}.post-form-page .form-container .form-grid{display:grid;grid-template-columns:1fr 400px;gap:24px}@media (max-width: 1200px){.post-form-page .form-container .form-grid{grid-template-columns:1fr}}.post-form-page .form-container .form-left,.post-form-page .form-container .form-right{display:flex;flex-direction:column;gap:24px}.post-form-page .form-container .form-section{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000000d;border:1px solid #e9ecef}.post-form-page .form-container .form-section .section-header{display:flex;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f8f9fa}.post-form-page .form-container .form-section .section-header svg{font-size:20px;color:#00470e;margin-right:12px}.post-form-page .form-container .form-section .section-header h2{font-size:18px;margin:0;color:#2d3436;font-weight:600}.post-form-page .form-container .form-group{margin-bottom:20px}.post-form-page .form-container .form-group:last-child{margin-bottom:0}.post-form-page .form-container .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#2d3436;font-size:14px}.post-form-page .form-container .form-group label .required{color:#e74c3c;margin-left:4px}.post-form-page .form-container .form-group .slug-control{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.post-form-page .form-container .form-group .slug-control .slug-auto-checkbox{display:flex;align-items:center;font-size:13px;color:#6c757d}.post-form-page .form-container .form-group .slug-control .slug-auto-checkbox input[type=checkbox]{margin-right:6px}.post-form-page .form-container .form-group .slug-control .slug-auto-checkbox label{margin-bottom:0;font-weight:500;cursor:pointer}.post-form-page .form-container .form-group input[type=text],.post-form-page .form-container .form-group input[type=url],.post-form-page .form-container .form-group input[type=email],.post-form-page .form-container .form-group input[type=number],.post-form-page .form-container .form-group textarea,.post-form-page .form-container .form-group select{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:all .3s ease;background-color:#fff;box-sizing:border-box}.post-form-page .form-container .form-group input[type=text]:focus,.post-form-page .form-container .form-group input[type=url]:focus,.post-form-page .form-container .form-group input[type=email]:focus,.post-form-page .form-container .form-group input[type=number]:focus,.post-form-page .form-container .form-group textarea:focus,.post-form-page .form-container .form-group select:focus{outline:none;border-color:#00470e;box-shadow:0 0 0 3px #00470e1a}.post-form-page .form-container .form-group input[type=text]::placeholder,.post-form-page .form-container .form-group input[type=url]::placeholder,.post-form-page .form-container .form-group input[type=email]::placeholder,.post-form-page .form-container .form-group input[type=number]::placeholder,.post-form-page .form-container .form-group textarea::placeholder,.post-form-page .form-container .form-group select::placeholder{color:#adb5bd}.post-form-page .form-container .form-group input[type=text]:disabled,.post-form-page .form-container .form-group input[type=url]:disabled,.post-form-page .form-container .form-group input[type=email]:disabled,.post-form-page .form-container .form-group input[type=number]:disabled,.post-form-page .form-container .form-group textarea:disabled,.post-form-page .form-container .form-group select:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.post-form-page .form-container .form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.post-form-page .form-container .form-group .quill-editor .ql-container{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border:2px solid #e9ecef;border-top:none}.post-form-page .form-container .form-group .quill-editor .ql-container.ql-snow{border:2px solid #e9ecef;border-top:none}.post-form-page .form-container .form-group .quill-editor .ql-toolbar{border-top-left-radius:8px;border-top-right-radius:8px;border:2px solid #e9ecef;border-bottom:none}.post-form-page .form-container .form-group .quill-editor .ql-toolbar.ql-snow{border:2px solid #e9ecef;border-bottom:none}.post-form-page .form-container .form-group .quill-editor .ql-toolbar .ql-picker-label:hover{color:#00470e}.post-form-page .form-container .form-group .quill-editor .ql-toolbar .ql-stroke{stroke:#495057}.post-form-page .form-container .form-group .quill-editor .ql-toolbar .ql-fill{fill:#495057}.post-form-page .form-container .form-group .quill-editor .ql-toolbar button:hover .ql-stroke{stroke:#00470e}.post-form-page .form-container .form-group .quill-editor .ql-toolbar button:hover .ql-fill{fill:#00470e}.post-form-page .form-container .form-group .quill-editor .ql-toolbar .ql-active .ql-stroke{stroke:#00470e}.post-form-page .form-container .form-group .quill-editor .ql-toolbar .ql-active .ql-fill{fill:#00470e}.post-form-page .form-container .form-group .quill-editor .ql-editor{min-height:300px;font-size:14px;line-height:1.6}.post-form-page .form-container .form-group .quill-editor .ql-editor.ql-blank:before{color:#adb5bd;font-style:normal}.post-form-page .form-container .form-group .quill-editor .ql-editor p,.post-form-page .form-container .form-group .quill-editor .ql-editor ol,.post-form-page .form-container .form-group .quill-editor .ql-editor ul,.post-form-page .form-container .form-group .quill-editor .ql-editor pre,.post-form-page .form-container .form-group .quill-editor .ql-editor blockquote,.post-form-page .form-container .form-group .quill-editor .ql-editor h1,.post-form-page .form-container .form-group .quill-editor .ql-editor h2,.post-form-page .form-container .form-group .quill-editor .ql-editor h3,.post-form-page .form-container .form-group .quill-editor .ql-editor h4,.post-form-page .form-container .form-group .quill-editor .ql-editor h5,.post-form-page .form-container .form-group .quill-editor .ql-editor h6{margin-bottom:12px}.post-form-page .form-container .form-group .quill-editor .ql-editor h1,.post-form-page .form-container .form-group .quill-editor .ql-editor h2,.post-form-page .form-container .form-group .quill-editor .ql-editor h3,.post-form-page .form-container .form-group .quill-editor .ql-editor h4,.post-form-page .form-container .form-group .quill-editor .ql-editor h5,.post-form-page .form-container .form-group .quill-editor .ql-editor h6{font-weight:600;color:#2d3436}.post-form-page .form-container .form-group .quill-editor .ql-editor img{max-width:100%;height:auto;border-radius:4px}.post-form-page .form-container .form-group .quill-editor .ql-editor a{color:#00470e;text-decoration:none}.post-form-page .form-container .form-group .quill-editor .ql-editor a:hover{text-decoration:underline}.post-form-page .form-container .form-group .checkbox-group{display:flex;align-items:center;background-color:#f8f9fa;padding:16px;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease;cursor:pointer}.post-form-page .form-container .form-group .checkbox-group:hover{border-color:#00470e;background-color:#f5f5f5}.post-form-page .form-container .form-group .checkbox-group input[type=checkbox]{width:20px;height:20px;margin-right:12px;cursor:pointer;accent-color:#00470e}.post-form-page .form-container .form-group .checkbox-group input[type=checkbox]:focus{outline:2px solid rgba(0,71,14,.3);outline-offset:2px}.post-form-page .form-container .form-group .checkbox-group label{margin-bottom:0;font-weight:500;color:#2d3436;cursor:pointer;display:flex;align-items:center;gap:8px}.post-form-page .form-container .form-group .checkbox-group label svg{color:#00470e}.post-form-page .form-container .media-upload-group .upload-item{margin-bottom:24px}.post-form-page .form-container .media-upload-group .upload-item:last-child{margin-bottom:0}.post-form-page .form-container .media-upload-group .upload-item .upload-label{display:flex;align-items:center;margin-bottom:12px;font-weight:600;color:#2d3436;font-size:14px;gap:8px}.post-form-page .form-container .media-upload-group .upload-item .upload-label svg{color:#00470e}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container{position:relative}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .upload-area{position:relative;border:2px dashed #dee2e6;border-radius:8px;padding:20px;text-align:center;transition:all .3s ease;cursor:pointer}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .upload-area:hover{border-color:#00470e;background-color:#00470e0d}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .upload-area .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .upload-area .upload-placeholder svg{font-size:24px;color:#adb5bd;margin-bottom:8px}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .upload-area .upload-placeholder p{margin:0 0 4px;color:#495057;font-weight:500}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .upload-area .upload-placeholder span{font-size:12px;color:#6c757d}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .image-preview{position:relative;margin-top:12px;border-radius:8px;overflow:hidden;border:2px solid #e9ecef}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .image-preview img{width:100%;height:200px;object-fit:cover;display:block}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .image-preview .preview-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-start;justify-content:space-between;padding:8px}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .image-preview .preview-overlay .remove-btn{background-color:#dc3545e6;color:#fff;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .image-preview .preview-overlay .remove-btn:hover{background-color:#dc3545}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .image-preview .preview-overlay span{background-color:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;align-self:flex-end}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .image-preview.banner-preview img{height:150px}.post-form-page .form-container .media-upload-group .upload-item .file-info{margin-top:8px;padding:8px 12px;background-color:#f8f9fa;border-radius:6px;font-size:13px}.post-form-page .form-container .media-upload-group .upload-item .file-info p{margin:0 0 4px}.post-form-page .form-container .media-upload-group .upload-item .file-info p:last-child{margin-bottom:0}.post-form-page .form-container .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:2px solid #f8f9fa}.post-form-page .form-container .form-actions .btn-cancel,.post-form-page .form-container .form-actions .btn-save{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:600;font-size:14px;border:2px solid;cursor:pointer;transition:all .3s ease;text-decoration:none}.post-form-page .form-container .form-actions .btn-cancel:disabled,.post-form-page .form-container .form-actions .btn-save:disabled{opacity:.65;cursor:not-allowed}.post-form-page .form-container .form-actions .btn-cancel{background-color:#fff;color:#6c757d;border-color:#dee2e6}.post-form-page .form-container .form-actions .btn-cancel:hover:not(:disabled){background-color:#f8f9fa;border-color:#adb5bd;color:#495057}.post-form-page .form-container .form-actions .btn-save{background-color:#00470e;color:#fff;border-color:#00470e}.post-form-page .form-container .form-actions .btn-save:hover:not(:disabled){background-color:#001404;border-color:#001404;transform:translateY(-2px)}@media (max-width: 768px){.post-form-page .form-container .form-actions{flex-direction:column-reverse}.post-form-page .form-container .form-actions .btn-cancel,.post-form-page .form-container .form-actions .btn-save{justify-content:center}}@media (max-width: 768px){.post-form-page{padding:16px}.post-form-page .page-header{flex-direction:column;gap:12px;align-items:flex-start}.post-form-page .page-header .btn-back{align-self:flex-start}.post-form-page .form-container .form-section{padding:20px}.post-form-page .form-container .form-group{margin-bottom:16px}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .image-preview img{height:150px}.post-form-page .form-container .media-upload-group .upload-item .image-upload-container .image-preview.banner-preview img{height:120px}}.admin-orders{padding:20px}.admin-orders .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6c757d}.admin-orders .loading-container .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color, #667eea);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.admin-orders .orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f8f9fa}.admin-orders .orders-header h1{color:#333;font-size:28px;font-weight:600;margin:0}.admin-orders .orders-header .orders-stats{display:flex;gap:20px}.admin-orders .orders-header .orders-stats .stat-item{text-align:center;padding:15px 20px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.admin-orders .orders-header .orders-stats .stat-item .stat-number{display:block;font-size:24px;font-weight:700;color:var(--primary-color, #667eea)}.admin-orders .orders-header .orders-stats .stat-item .stat-label{display:block;font-size:12px;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-top:5px}.admin-orders .orders-filters{display:flex;gap:20px;margin-bottom:30px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.admin-orders .orders-filters .search-section{flex:1}.admin-orders .orders-filters .search-section .search-input-group{display:flex;border:2px solid #e1e5e9;border-radius:8px;overflow:hidden}.admin-orders .orders-filters .search-section .search-input-group input{flex:1;padding:12px 15px;border:none;font-size:14px;outline:none}.admin-orders .orders-filters .search-section .search-input-group input::placeholder{color:#adb5bd}.admin-orders .orders-filters .search-section .search-input-group .search-btn{padding:12px 20px;background:var(--primary-color, #667eea);color:#fff;border:none;cursor:pointer;transition:background .3s ease}.admin-orders .orders-filters .search-section .search-input-group .search-btn:hover{background:var(--primary-color, #5a6fd8)}.admin-orders .orders-filters .filter-section .status-filter{padding:12px 15px;border:2px solid #e1e5e9;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;min-width:180px}.admin-orders .orders-filters .filter-section .status-filter:focus{outline:none;border-color:var(--primary-color, #667eea)}.admin-orders .error-message{padding:15px 20px;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:10px}.admin-orders .error-message i{font-size:18px}.admin-orders .no-orders{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.admin-orders .no-orders .no-orders-icon{font-size:80px;margin-bottom:20px}.admin-orders .no-orders h2{color:#333;margin-bottom:10px}.admin-orders .no-orders p{color:#6c757d;margin-bottom:0}.admin-orders .orders-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden;margin-bottom:20px}.admin-orders .orders-table-container .orders-table{width:100%;border-collapse:collapse}.admin-orders .orders-table-container .orders-table thead{background:#f8f9fa}.admin-orders .orders-table-container .orders-table thead th{padding:15px 12px;text-align:left;font-weight:600;color:#333;font-size:14px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e9ecef}.admin-orders .orders-table-container .orders-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .3s ease}.admin-orders .orders-table-container .orders-table tbody tr:hover{background:#f8f9fa}.admin-orders .orders-table-container .orders-table tbody tr td{padding:15px 12px;vertical-align:top}.admin-orders .orders-table-container .orders-table tbody tr td .order-number strong{display:block;color:#333;font-size:14px}.admin-orders .orders-table-container .orders-table tbody tr td .order-number small{display:block;color:#6c757d;font-size:12px;margin-top:2px}.admin-orders .orders-table-container .orders-table tbody tr td .customer-info strong{display:block;color:#333;font-size:14px;margin-bottom:2px}.admin-orders .orders-table-container .orders-table tbody tr td .customer-info small{display:block;color:#6c757d;font-size:12px;margin-bottom:1px}.admin-orders .orders-table-container .orders-table tbody tr td .corporate-info .corporate-name{color:#28a745;font-weight:500;font-size:13px;background:#28a7451a;padding:4px 8px;border-radius:4px;text-align:center;border:1px solid rgba(40,167,69,.2);display:inline-block;white-space:nowrap}.admin-orders .orders-table-container .orders-table tbody tr td .order-date{color:#333;font-size:14px}.admin-orders .orders-table-container .orders-table tbody tr td .order-date small{display:block;color:#6c757d;font-size:12px;margin-top:2px}.admin-orders .orders-table-container .orders-table tbody tr td .order-total strong{display:block;color:#28a745;font-size:16px;font-weight:600}.admin-orders .orders-table-container .orders-table tbody tr td .order-total small{display:block;color:#6c757d;font-size:11px;text-transform:uppercase;margin-top:2px}.admin-orders .orders-table-container .orders-table tbody tr td .status-select{padding:6px 10px;border:1px solid #e1e5e9;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;min-width:120px}.admin-orders .orders-table-container .orders-table tbody tr td .status-select.status-pending{background:#fff3cd;color:#856404;border-color:#ffeaa7}.admin-orders .orders-table-container .orders-table tbody tr td .status-select.status-confirmed{background:#d4edda;color:#155724;border-color:#c3e6cb}.admin-orders .orders-table-container .orders-table tbody tr td .status-select.status-processing{background:#cce5ff;color:#004085;border-color:#b3d7ff}.admin-orders .orders-table-container .orders-table tbody tr td .status-select.status-shipped{background:#e2e3e5;color:#383d41;border-color:#d6d8db}.admin-orders .orders-table-container .orders-table tbody tr td .status-select.status-delivered{background:#d1ecf1;color:#0c5460;border-color:#bee5eb}.admin-orders .orders-table-container .orders-table tbody tr td .status-select.status-cancelled{background:#f8d7da;color:#721c24;border-color:#f5c6cb}.admin-orders .orders-table-container .orders-table tbody tr td .action-buttons{display:flex;gap:8px}.admin-orders .orders-table-container .orders-table tbody tr td .action-buttons .btn-view,.admin-orders .orders-table-container .orders-table tbody tr td .action-buttons .btn-delete{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease}.admin-orders .orders-table-container .orders-table tbody tr td .action-buttons .btn-view i,.admin-orders .orders-table-container .orders-table tbody tr td .action-buttons .btn-delete i{font-size:14px}.admin-orders .orders-table-container .orders-table tbody tr td .action-buttons .btn-view{background:#17a2b8;color:#fff}.admin-orders .orders-table-container .orders-table tbody tr td .action-buttons .btn-view:hover{background:#138496;transform:translateY(-1px)}.admin-orders .orders-table-container .orders-table tbody tr td .action-buttons .btn-delete{background:#dc3545;color:#fff}.admin-orders .orders-table-container .orders-table tbody tr td .action-buttons .btn-delete:hover{background:#c82333;transform:translateY(-1px)}.admin-orders .pagination{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.admin-orders .pagination .pagination-btn{padding:10px 20px;border:2px solid #e1e5e9;background:#fff;color:#333;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:8px}.admin-orders .pagination .pagination-btn:hover:not(:disabled){border-color:var(--primary-color, #667eea);color:var(--primary-color, #667eea)}.admin-orders .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.admin-orders .pagination .pagination-info{color:#6c757d;font-size:14px;font-weight:500}@media (max-width: 1200px){.admin-orders .orders-table-container{overflow-x:auto}.admin-orders .orders-table-container .orders-table{min-width:800px}}@media (max-width: 768px){.admin-orders{padding:15px}.admin-orders .orders-header{flex-direction:column;align-items:flex-start;gap:15px}.admin-orders .orders-header h1{font-size:24px}.admin-orders .orders-header .orders-stats{width:100%;justify-content:center}.admin-orders .orders-filters{flex-direction:column;gap:15px}.admin-orders .orders-filters .filter-section .status-filter{width:100%}.admin-orders .orders-table-container .orders-table{font-size:12px}.admin-orders .orders-table-container .orders-table thead th{padding:10px 8px;font-size:12px}.admin-orders .orders-table-container .orders-table tbody td{padding:10px 8px}.admin-orders .orders-table-container .orders-table tbody td .action-buttons .btn-view,.admin-orders .orders-table-container .orders-table tbody td .action-buttons .btn-delete{width:28px;height:28px}.admin-orders .orders-table-container .orders-table tbody td .action-buttons .btn-view i,.admin-orders .orders-table-container .orders-table tbody td .action-buttons .btn-delete i{font-size:12px}.admin-orders .pagination .pagination-btn{padding:8px 15px;font-size:12px}}.admin-order-detail{padding:20px;max-width:1200px;margin:0 auto}.admin-order-detail .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6c757d}.admin-order-detail .loading-container .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color, #667eea);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.admin-order-detail .error-container{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.admin-order-detail .error-container i{font-size:80px;color:#dc3545;margin-bottom:20px}.admin-order-detail .error-container h2{color:#333;margin-bottom:10px}.admin-order-detail .error-container p{color:#6c757d;margin-bottom:30px}.admin-order-detail .error-container .btn-back{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--primary-color, #667eea);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .3s ease}.admin-order-detail .error-container .btn-back:hover{background:var(--primary-color, #5a6fd8)}.admin-order-detail .order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f8f9fa}.admin-order-detail .order-header .header-left{display:flex;align-items:center;gap:20px}.admin-order-detail .order-header .header-left .back-link{display:flex;align-items:center;gap:8px;color:var(--primary-color, #667eea);text-decoration:none;font-weight:500;transition:color .3s ease}.admin-order-detail .order-header .header-left .back-link:hover{color:var(--primary-color, #5a6fd8)}.admin-order-detail .order-header .header-left h1{color:#333;font-size:28px;font-weight:600;margin:0}.admin-order-detail .order-header .header-actions .btn-delete{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#dc3545;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background .3s ease}.admin-order-detail .order-header .header-actions .btn-delete:hover{background:#c82333}.admin-order-detail .order-content .order-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:30px}.admin-order-detail .order-content .order-info-grid .info-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 10px #0000001a}.admin-order-detail .order-content .order-info-grid .info-card h3{color:#333;font-size:18px;font-weight:600;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #f8f9fa}.admin-order-detail .order-content .order-info-grid .info-card.status-card .status-section .current-status{display:inline-block;padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px;margin-bottom:20px}.admin-order-detail .order-content .order-info-grid .info-card.status-card .status-section .current-status.status-pending{background:#fff3cd;color:#856404}.admin-order-detail .order-content .order-info-grid .info-card.status-card .status-section .current-status.status-confirmed{background:#d4edda;color:#155724}.admin-order-detail .order-content .order-info-grid .info-card.status-card .status-section .current-status.status-processing{background:#cce5ff;color:#004085}.admin-order-detail .order-content .order-info-grid .info-card.status-card .status-section .current-status.status-shipped{background:#e2e3e5;color:#383d41}.admin-order-detail .order-content .order-info-grid .info-card.status-card .status-section .current-status.status-delivered{background:#d1ecf1;color:#0c5460}.admin-order-detail .order-content .order-info-grid .info-card.status-card .status-section .current-status.status-cancelled{background:#f8d7da;color:#721c24}.admin-order-detail .order-content .order-info-grid .info-card.status-card .status-section .status-update label{display:block;font-weight:500;color:#333;margin-bottom:8px}.admin-order-detail .order-content .order-info-grid .info-card.status-card .status-section .status-update .status-select{width:100%;padding:10px 12px;border:2px solid #e1e5e9;border-radius:8px;font-size:14px;cursor:pointer}.admin-order-detail .order-content .order-info-grid .info-card.status-card .status-section .status-update .status-select:focus{outline:none;border-color:var(--primary-color, #667eea)}.admin-order-detail .order-content .order-info-grid .info-card.customer-card .customer-details .detail-row,.admin-order-detail .order-content .order-info-grid .info-card.customer-card .order-details .detail-row,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .customer-details .detail-row,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .order-details .detail-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f8f9fa}.admin-order-detail .order-content .order-info-grid .info-card.customer-card .customer-details .detail-row:last-child,.admin-order-detail .order-content .order-info-grid .info-card.customer-card .order-details .detail-row:last-child,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .customer-details .detail-row:last-child,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .order-details .detail-row:last-child{margin-bottom:0;border-bottom:none}.admin-order-detail .order-content .order-info-grid .info-card.customer-card .customer-details .detail-row .label,.admin-order-detail .order-content .order-info-grid .info-card.customer-card .order-details .detail-row .label,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .customer-details .detail-row .label,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .order-details .detail-row .label{font-weight:500;color:#6c757d;min-width:120px}.admin-order-detail .order-content .order-info-grid .info-card.customer-card .customer-details .detail-row .value,.admin-order-detail .order-content .order-info-grid .info-card.customer-card .order-details .detail-row .value,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .customer-details .detail-row .value,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .order-details .detail-row .value{color:#333;text-align:right;flex:1}.admin-order-detail .order-content .order-info-grid .info-card.customer-card .customer-details .detail-row .value.payment-method,.admin-order-detail .order-content .order-info-grid .info-card.customer-card .order-details .detail-row .value.payment-method,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .customer-details .detail-row .value.payment-method,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .order-details .detail-row .value.payment-method{font-weight:500;color:var(--primary-color, #667eea)}.admin-order-detail .order-content .order-info-grid .info-card.customer-card .customer-details .detail-row .value.corporate-value,.admin-order-detail .order-content .order-info-grid .info-card.customer-card .order-details .detail-row .value.corporate-value,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .customer-details .detail-row .value.corporate-value,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .order-details .detail-row .value.corporate-value{color:#28a745;font-weight:500;background:#28a7451a;padding:4px 8px;border-radius:4px;border:1px solid rgba(40,167,69,.2);display:inline-block}.admin-order-detail .order-content .order-info-grid .info-card.address-card .address-details p{margin:0 0 8px;color:#333;line-height:1.5}.admin-order-detail .order-content .order-info-grid .info-card.address-card .address-details p:last-child{margin-bottom:0}.admin-order-detail .order-content .order-items-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 10px #0000001a}.admin-order-detail .order-content .order-items-section h3{color:#333;font-size:18px;font-weight:600;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #f8f9fa}.admin-order-detail .order-content .order-items-section .items-table-container{overflow-x:auto;margin-bottom:30px}.admin-order-detail .order-content .order-items-section .items-table-container .items-table{width:100%;border-collapse:collapse}.admin-order-detail .order-content .order-items-section .items-table-container .items-table thead{background:#f8f9fa}.admin-order-detail .order-content .order-items-section .items-table-container .items-table thead th{padding:15px 12px;text-align:left;font-weight:600;color:#333;font-size:14px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e9ecef}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr{border-bottom:1px solid #e9ecef}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr td{padding:15px 12px;vertical-align:top}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr td .product-info{display:flex;align-items:center;gap:12px}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr td .product-info .product-image{width:50px;height:50px;object-fit:cover;border-radius:8px;border:1px solid #e9ecef}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr td .product-info .product-details strong{display:block;color:#333;font-size:14px;margin-bottom:4px}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr td .product-info .product-details small{color:#6c757d;font-size:12px}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr td .corporate-info .corporate-name{color:#28a745;font-weight:500;font-size:13px;background:#28a7451a;padding:4px 8px;border-radius:4px;text-align:center;border:1px solid rgba(40,167,69,.2);display:inline-block;white-space:nowrap}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr td .price,.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr td .quantity,.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr td .total{font-weight:500;color:#333}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody tr td .total{color:#28a745;font-weight:600}.admin-order-detail .order-content .order-items-section .order-summary{border-top:2px solid #f8f9fa;padding-top:20px}.admin-order-detail .order-content .order-items-section .order-summary .summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.admin-order-detail .order-content .order-items-section .order-summary .summary-row.total-row{margin-top:20px;padding-top:20px;border-top:2px solid #f8f9fa;font-size:18px;font-weight:700}.admin-order-detail .order-content .order-items-section .order-summary .summary-row.total-row .label{color:#333}.admin-order-detail .order-content .order-items-section .order-summary .summary-row.total-row .value{color:#28a745}.admin-order-detail .order-content .order-items-section .order-summary .summary-row .label{font-weight:500;color:#6c757d}.admin-order-detail .order-content .order-items-section .order-summary .summary-row .value{font-weight:600;color:#333}@media (max-width: 768px){.admin-order-detail{padding:15px}.admin-order-detail .order-header{flex-direction:column;align-items:flex-start;gap:15px}.admin-order-detail .order-header .header-left{flex-direction:column;align-items:flex-start;gap:10px}.admin-order-detail .order-header .header-left h1{font-size:24px}.admin-order-detail .order-content .order-info-grid{grid-template-columns:1fr;gap:15px}.admin-order-detail .order-content .order-info-grid .info-card{padding:20px}.admin-order-detail .order-content .order-info-grid .info-card.customer-card .customer-details .detail-row,.admin-order-detail .order-content .order-info-grid .info-card.customer-card .order-details .detail-row,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .customer-details .detail-row,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .order-details .detail-row{flex-direction:column;align-items:flex-start;gap:4px}.admin-order-detail .order-content .order-info-grid .info-card.customer-card .customer-details .detail-row .value,.admin-order-detail .order-content .order-info-grid .info-card.customer-card .order-details .detail-row .value,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .customer-details .detail-row .value,.admin-order-detail .order-content .order-info-grid .info-card.order-info-card .order-details .detail-row .value{text-align:left}.admin-order-detail .order-content .order-items-section{padding:20px}.admin-order-detail .order-content .order-items-section .items-table-container .items-table{font-size:12px}.admin-order-detail .order-content .order-items-section .items-table-container .items-table thead th{padding:10px 8px;font-size:12px}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody td{padding:10px 8px}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody td .product-info{flex-direction:column;align-items:flex-start;gap:8px}.admin-order-detail .order-content .order-items-section .items-table-container .items-table tbody td .product-info .product-image{width:40px;height:40px}.admin-order-detail .order-content .order-items-section .order-summary .summary-row.total-row{font-size:16px}}.shop-setting-page{padding:20px;background-color:#f5f7fa;min-height:calc(100vh - 60px)}.shop-setting-page .page-header{margin-bottom:24px}.shop-setting-page .page-header h1{font-size:28px;margin:0;color:#2d3436;font-weight:600}.shop-setting-page .alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-weight:500}.shop-setting-page .alert.alert-error{background-color:#ffebee;color:#c62828;border:1px solid #ef9a9a}.shop-setting-page .alert.alert-success{background-color:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.shop-setting-page .loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:18px;color:#666;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.shop-setting-page .form-container .form-grid{display:grid;grid-template-columns:1fr 400px;gap:24px}@media (max-width: 1200px){.shop-setting-page .form-container .form-grid{grid-template-columns:1fr}}.shop-setting-page .form-container .form-left,.shop-setting-page .form-container .form-right{display:flex;flex-direction:column;gap:24px}.shop-setting-page .form-container .form-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-bottom:24px}.shop-setting-page .form-container .form-section .section-header{display:flex;align-items:center;margin-bottom:20px;position:relative}.shop-setting-page .form-container .form-section .section-header i{font-size:20px;margin-right:12px;color:var(--primary-color)}.shop-setting-page .form-container .form-section .section-header h2{font-size:18px;font-weight:600;margin:0}.shop-setting-page .form-container .form-section .section-header .btn-add-banner{margin-left:auto;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;padding:8px 12px;font-size:14px;display:flex;align-items:center;cursor:pointer;transition:background-color .3s}.shop-setting-page .form-container .form-section .section-header .btn-add-banner:hover{background-color:var(--primary-color)}.shop-setting-page .form-container .form-section .section-header .btn-add-banner i{margin-right:6px;color:#fff;font-size:14px;margin-top:-2px}.shop-setting-page .form-container .form-group{margin-bottom:20px}.shop-setting-page .form-container .form-group:last-child{margin-bottom:0}.shop-setting-page .form-container .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#2d3436;font-size:14px}.shop-setting-page .form-container .form-group label .required{color:#e74c3c;margin-left:4px}.shop-setting-page .form-container .form-group input[type=text],.shop-setting-page .form-container .form-group input[type=email],.shop-setting-page .form-container .form-group input[type=number],.shop-setting-page .form-container .form-group textarea,.shop-setting-page .form-container .form-group select{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:all .3s ease;background-color:#fff}.shop-setting-page .form-container .form-group input[type=text]:focus,.shop-setting-page .form-container .form-group input[type=email]:focus,.shop-setting-page .form-container .form-group input[type=number]:focus,.shop-setting-page .form-container .form-group textarea:focus,.shop-setting-page .form-container .form-group select:focus{outline:none;border-color:#00470e;box-shadow:0 0 0 3px #00470e1a}.shop-setting-page .form-container .form-group input[type=text]::placeholder,.shop-setting-page .form-container .form-group input[type=email]::placeholder,.shop-setting-page .form-container .form-group input[type=number]::placeholder,.shop-setting-page .form-container .form-group textarea::placeholder,.shop-setting-page .form-container .form-group select::placeholder{color:#adb5bd}.shop-setting-page .form-container .form-group input[type=text]:disabled,.shop-setting-page .form-container .form-group input[type=email]:disabled,.shop-setting-page .form-container .form-group input[type=number]:disabled,.shop-setting-page .form-container .form-group textarea:disabled,.shop-setting-page .form-container .form-group select:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.shop-setting-page .form-container .form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.shop-setting-page .form-container .form-group select{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px 12px;padding-right:40px}.shop-setting-page .form-container .form-group select option{padding:8px 12px}.shop-setting-page .form-container .form-group select:disabled{cursor:not-allowed}.shop-setting-page .form-container .form-group .checkbox-group{display:flex;align-items:center;background-color:#f8f9fa;padding:16px;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease}.shop-setting-page .form-container .form-group .checkbox-group:hover{border-color:#00470e}.shop-setting-page .form-container .form-group .checkbox-group input[type=checkbox]{margin-right:12px;transform:scale(1.2)}.shop-setting-page .form-container .form-group .checkbox-group label{margin-bottom:0;cursor:pointer;display:flex;align-items:center;font-weight:500}.shop-setting-page .form-container .form-group .checkbox-group label i{margin-right:8px;color:#00470e}.shop-setting-page .form-container .form-group .error-message{color:#dc3545;font-size:12px;margin-top:4px;display:block}.shop-setting-page .form-container .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.shop-setting-page .form-container .form-row .form-group{margin-bottom:0}@media (max-width: 768px){.shop-setting-page .form-container .form-row{grid-template-columns:1fr}}.shop-setting-page .form-container .color-picker{display:flex;align-items:center;gap:12px}.shop-setting-page .form-container .color-picker input[type=color]{width:40px;height:40px;padding:2px;border:2px solid #e9ecef;border-radius:8px;cursor:pointer}.shop-setting-page .form-container .color-picker input[type=color]:focus{outline:none;border-color:#00470e}.shop-setting-page .form-container .color-picker input[type=text]{width:120px}.shop-setting-page .form-container .media-upload-group{display:flex;flex-direction:column;gap:24px}.shop-setting-page .form-container .upload-item{margin-bottom:24px;border:1px solid #e0e0e0;border-radius:8px;padding:16px;position:relative}.shop-setting-page .form-container .upload-item .upload-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.shop-setting-page .form-container .upload-item .upload-header .btn-remove-banner{background-color:#f44336;color:#fff;border:none;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s}.shop-setting-page .form-container .upload-item .upload-header .btn-remove-banner:hover{background-color:#ea1c0d}.shop-setting-page .form-container .upload-item .upload-header .btn-remove-banner i{font-size:16px}.shop-setting-page .form-container .upload-item .upload-label{font-weight:600;display:flex;align-items:center;margin-bottom:12px}.shop-setting-page .form-container .upload-item .upload-label i{margin-right:8px;color:var(--primary-color)}.shop-setting-page .form-container .image-upload-container{position:relative}.shop-setting-page .form-container .image-upload-container .upload-area{position:relative;border:2px dashed #ddd;border-radius:12px;padding:24px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#fafbfc}.shop-setting-page .form-container .image-upload-container .upload-area:hover{border-color:#00470e;background-color:#00470e05}.shop-setting-page .form-container .image-upload-container .upload-area .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.shop-setting-page .form-container .image-upload-container .upload-area .upload-placeholder i{font-size:32px;color:#adb5bd;margin-bottom:12px}.shop-setting-page .form-container .image-upload-container .upload-area .upload-placeholder p{margin:0 0 4px;font-weight:500;color:#495057}.shop-setting-page .form-container .image-upload-container .upload-area .upload-placeholder span{font-size:12px;color:#6c757d}.shop-setting-page .form-container .image-upload-container .image-preview{position:relative;margin-top:16px;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.shop-setting-page .form-container .image-upload-container .image-preview img{width:100%;height:200px;object-fit:cover}.shop-setting-page .form-container .image-upload-container .image-preview .preview-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;padding:12px 16px}.shop-setting-page .form-container .image-upload-container .image-preview .preview-overlay span{font-weight:500;font-size:14px}.shop-setting-page .form-container .image-upload-container .image-preview.banner-preview img{height:160px}.shop-setting-page .form-container .banner-fields{margin-top:16px;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.shop-setting-page .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e9ecef}.shop-setting-page .form-actions button{padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;font-size:14px}.shop-setting-page .form-actions button i{margin-right:8px}.shop-setting-page .form-actions .btn-cancel{background-color:#f8f9fa;color:#495057;border:2px solid #e9ecef}.shop-setting-page .form-actions .btn-cancel:hover{background-color:#e9ecef;border-color:#adb5bd}.shop-setting-page .form-actions .btn-save{background-color:#00470e;color:#fff;border:2px solid #00470e}.shop-setting-page .form-actions .btn-save:hover:not(:disabled){background-color:#002e09;transform:translateY(-1px);box-shadow:0 4px 8px #00470e4d}.shop-setting-page .form-actions .btn-save:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.shop-setting-page{padding:15px}.shop-setting-page .form-container .form-grid{gap:16px}.shop-setting-page .form-section{padding:20px}.shop-setting-page .form-actions{flex-direction:column}.shop-setting-page .form-actions button{justify-content:center}}.static-value{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;padding:10px 12px;color:#666;font-size:14px}.empty-banners{text-align:center;padding:24px;background-color:#f5f5f5;border-radius:8px;margin-top:16px}.empty-banners p{color:#666;font-size:15px;margin:0}.admin-header{height:60px;background-color:#fff;box-shadow:0 1px 4px #0000001a;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.admin-header .header-search{display:flex;align-items:center}.admin-header .header-search input{width:300px;padding:8px 12px;border:1px solid #ddd;border-radius:4px 0 0 4px;outline:none}.admin-header .header-search input:focus{border-color:var(--primary-color)}.admin-header .header-search button{background-color:var(--primary-color);color:#fff;border:none;padding:8px 12px;border-radius:0 4px 4px 0;cursor:pointer}.admin-header .header-search button:hover{background-color:var(--primary-color)}.admin-header .header-actions{display:flex;align-items:center}.admin-header .header-actions .header-user{display:flex;align-items:center;position:relative;cursor:pointer}.admin-header .header-actions .header-user img{width:40px;height:40px;border-radius:50%;margin-right:10px}.admin-header .header-actions .header-user span{font-weight:500}.admin-header .header-actions .header-user .user-dropdown{position:absolute;top:100%;right:0;background-color:#fff;box-shadow:0 5px 15px #0000001a;border-radius:4px;width:180px;display:none;z-index:100}.admin-header .header-actions .header-user .user-dropdown ul{list-style:none;padding:0;margin:0}.admin-header .header-actions .header-user .user-dropdown ul li a,.admin-header .header-actions .header-user .user-dropdown ul li button{display:block;padding:10px 15px;color:#333;text-decoration:none;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:14px}.admin-header .header-actions .header-user .user-dropdown ul li a:hover,.admin-header .header-actions .header-user .user-dropdown ul li button:hover{background-color:#f5f5f5}.admin-header .header-actions .header-user .user-dropdown ul li button{color:#e74c3c}.admin-header .header-actions .header-user:hover .user-dropdown{display:block}@media (max-width: 768px){.admin-header .header-search input{width:150px}}.admin-layout{display:flex;min-height:100vh}.admin-layout .admin-sidebar{width:250px;background-color:#2c3e50;color:#fff;transition:width .3s ease}.admin-layout .admin-sidebar .sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:15px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-layout .admin-sidebar .sidebar-header h2{margin:0;font-size:20px;color:#fff;white-space:nowrap;overflow:hidden}.admin-layout .admin-sidebar .sidebar-header .toggle-sidebar{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;padding:5px}.admin-layout .admin-sidebar .sidebar-nav{padding:15px 0}.admin-layout .admin-sidebar .sidebar-nav ul{list-style:none;padding:0;margin:0}.admin-layout .admin-sidebar .sidebar-nav ul li{margin-bottom:5px}.admin-layout .admin-sidebar .sidebar-nav ul li a{display:flex;align-items:center;padding:10px 15px;color:#ffffffb3;text-decoration:none;transition:all .3s ease}.admin-layout .admin-sidebar .sidebar-nav ul li a i{margin-right:10px;width:20px;text-align:center}.admin-layout .admin-sidebar .sidebar-nav ul li a span{white-space:nowrap;overflow:hidden}.admin-layout .admin-sidebar .sidebar-nav ul li a:hover{color:#fff;background-color:#ffffff1a}.admin-layout .admin-sidebar .sidebar-nav ul li.active a{color:#fff;background-color:#00470e}.admin-layout .admin-sidebar .sidebar-nav ul li.active a:hover{background-color:#002e09}.admin-layout .admin-content{flex:1;display:flex;flex-direction:column;overflow-x:hidden}.admin-layout .admin-content .admin-header{height:60px;background-color:#fff;box-shadow:0 1px 4px #0000001a;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.admin-layout .admin-content .admin-header .header-search{display:flex;align-items:center}.admin-layout .admin-content .admin-header .header-search input{width:300px;padding:8px 12px;border:1px solid #ddd;border-radius:4px 0 0 4px;outline:none}.admin-layout .admin-content .admin-header .header-search input:focus{border-color:#00470e}.admin-layout .admin-content .admin-header .header-search button{background-color:#00470e;color:#fff;border:none;padding:8px 12px;border-radius:0 4px 4px 0;cursor:pointer}.admin-layout .admin-content .admin-header .header-search button:hover{background-color:#002e09}.admin-layout .admin-content .admin-header .header-actions{display:flex;align-items:center}.admin-layout .admin-content .admin-header .header-actions .header-user{display:flex;align-items:center;position:relative;cursor:pointer}.admin-layout .admin-content .admin-header .header-actions .header-user img{width:40px;height:40px;border-radius:50%;margin-right:10px}.admin-layout .admin-content .admin-header .header-actions .header-user span{font-weight:500}.admin-layout .admin-content .admin-header .header-actions .header-user .user-dropdown{position:absolute;top:100%;right:0;background-color:#fff;box-shadow:0 5px 15px #0000001a;border-radius:4px;width:180px;display:none;z-index:100}.admin-layout .admin-content .admin-header .header-actions .header-user .user-dropdown ul{list-style:none;padding:0;margin:0}.admin-layout .admin-content .admin-header .header-actions .header-user .user-dropdown ul li a,.admin-layout .admin-content .admin-header .header-actions .header-user .user-dropdown ul li button{display:block;padding:10px 15px;color:#333;text-decoration:none;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:14px}.admin-layout .admin-content .admin-header .header-actions .header-user .user-dropdown ul li a:hover,.admin-layout .admin-content .admin-header .header-actions .header-user .user-dropdown ul li button:hover{background-color:#f5f5f5}.admin-layout .admin-content .admin-header .header-actions .header-user .user-dropdown ul li button{color:#e74c3c}.admin-layout .admin-content .admin-header .header-actions .header-user:hover .user-dropdown{display:block}.admin-layout .admin-content .admin-main{flex:1;padding:20px;background-color:#f5f7fa;overflow-y:auto}.admin-layout.sidebar-collapsed .admin-sidebar{width:60px}.admin-layout.sidebar-collapsed .admin-sidebar .sidebar-nav ul li a{justify-content:center;padding:10px}.admin-layout.sidebar-collapsed .admin-sidebar .sidebar-nav ul li a i{margin-right:0}@media (max-width: 768px){.admin-layout .admin-sidebar{position:fixed;z-index:1000;height:100%;transform:translate(-100%);transition:transform .3s ease}.admin-layout.sidebar-open .admin-sidebar{transform:translate(0)}.admin-layout .admin-header .header-search input{width:150px}}.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 10px #0000001a}.site-header .header-main{padding:20px 0;background:#fff}@media (max-width: 768px){.site-header .header-main{padding:15px 0}}.site-header .header-main .container{margin:0 auto;padding:0 100px;display:flex;align-items:center;justify-content:space-between;gap:30px}@media (max-width: 992px){.site-header .header-main .container{gap:20px}}@media (max-width: 768px){.site-header .header-main .container{gap:15px}}.site-header .header-main .logo-container{flex-shrink:0}.site-header .header-main .logo-container .logo-image{height:40px;width:auto}@media (max-width: 768px){.site-header .header-main .logo-container .logo-image{height:40px}}.site-header .header-main .logo-container .logo-text h1{font-size:32px;font-weight:700;color:#2d3748;margin:0;font-family:Arial,serif;letter-spacing:-1px}@media (max-width: 768px){.site-header .header-main .logo-container .logo-text h1{font-size:24px}}@media (max-width: 576px){.site-header .header-main .logo-container .logo-text h1{font-size:20px}}.site-header .header-main .search-container{flex:1;max-width:350px;margin:0 auto}@media (max-width: 768px){.site-header .header-main .search-container{max-width:300px}}@media (max-width: 576px){.site-header .header-main .search-container{display:none}}.site-header .header-main .search-container .search-form .search-input-wrapper{position:relative;display:flex;align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:25px;padding:0 20px;transition:all .3s ease}.site-header .header-main .search-container .search-form .search-input-wrapper:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a}.site-header .header-main .search-container .search-form .search-input-wrapper .search-icon{color:#a0aec0;font-size:16px;margin-right:12px}.site-header .header-main .search-container .search-form .search-input-wrapper .search-input{flex:1;border:none;background:transparent;padding:12px 0;font-size:14px;color:#2d3748}.site-header .header-main .search-container .search-form .search-input-wrapper .search-input::placeholder{color:#a0aec0}.site-header .header-main .search-container .search-form .search-input-wrapper .search-input:focus{outline:none}.site-header .header-main .main-navigation{width:50%;position:relative}@media (max-width: 768px){.site-header .header-main .main-navigation{display:none}}.site-header .header-main .main-navigation .nav-menu{display:flex;justify-content:space-around;list-style:none;margin:0;padding:0}@media (max-width: 992px){.site-header .header-main .main-navigation .nav-menu{gap:25px}}.site-header .header-main .main-navigation .nav-menu li{position:relative}.site-header .header-main .main-navigation .nav-menu li a{color:var(--text-color);text-decoration:none;font-size:16px;font-weight:600;display:flex;align-items:center;gap:5px;padding:10px 0;transition:color .3s ease}.site-header .header-main .main-navigation .nav-menu li a:hover{color:var(--primary-color)}.site-header .header-main .main-navigation .nav-menu li a .dropdown-icon{font-size:12px;transition:transform .3s ease}.site-header .header-main .main-navigation .nav-menu li.has-dropdown:hover a .dropdown-icon{transform:rotate(180deg)}.site-header .header-main .main-navigation .nav-menu li.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.site-header .header-main .main-navigation .nav-menu li.has-dropdown:hover .mega-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px #0000001a;padding:15px 0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu .categories-loading,.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu .no-categories{display:flex;align-items:center;justify-content:center;padding:20px;color:#6c757d}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu .categories-loading svg,.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu .no-categories svg{margin-right:8px;font-size:16px}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu .categories-loading span,.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu .no-categories span{font-size:14px}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu ul{list-style:none;margin:0;padding:0}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu ul li a{padding:10px 20px;font-size:14px;font-weight:400;display:flex;align-items:center;gap:10px}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu ul li a .category-icon{width:20px;height:20px;object-fit:cover;border-radius:4px}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .dropdown-menu ul li a:hover{background-color:#f7fafc}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu{position:fixed;top:65px;left:50%;transform:translate(-50%) translateY(-10px);background:#fff;border-radius:8px;width:calc(100vw - 100px);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1020;box-shadow:0 0 10px #0000001a;border-bottom:1px solid #e2e8f0}@media (max-width: 992px){.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu{top:120px;width:calc(100vw - 40px)}}@media (max-width: 768px){.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu{top:100px;width:calc(100vw - 40px)}}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .mega-menu-content{padding:0}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .mega-menu-layout{display:flex;min-height:400px;position:relative}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar{width:280px;background-color:var(--secondary-color);border-right:1px solid var(--primary-color);position:relative;padding-top:20px}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar .main-category-list{list-style:none;margin:0;padding:0}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar .main-category-list .main-category-item{position:relative;border-bottom:1px solid #e2e8f0}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar .main-category-list .main-category-item:last-child{border-bottom:none}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar .main-category-list .main-category-item .main-category-link{display:flex;align-items:center;padding:12px 25px;text-decoration:none;color:var(--text-color);font-size:14px;font-weight:500;transition:all .3s ease}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar .main-category-list .main-category-item .main-category-link .category-icon{width:24px;height:24px;object-fit:cover;border-radius:4px;margin-right:12px;flex-shrink:0}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar .main-category-list .main-category-item .main-category-link .category-name{flex:1}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar .main-category-list .main-category-item .main-category-link .arrow{font-size:16px;color:#a0aec0;margin-left:8px}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar .main-category-list .main-category-item .main-category-link:hover,.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar .main-category-list .main-category-item.has-children:hover .main-category-link{background-color:var(--primary-color);color:#fff}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .main-categories-sidebar .main-category-list .main-category-item.active .main-category-link{background-color:var(--primary-color);color:#fff;font-weight:600}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container{position:relative;background:#fff;width:280px}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container .subcategories-panel{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;transition:all .3s ease;overflow-y:auto;border-right:1px solid var(--primary-color)}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container .subcategories-panel.active{opacity:1;visibility:visible}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container .subcategories-panel .subcategories-header{padding:20px 20px 15px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#fff;position:sticky;top:0;z-index:1}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container .subcategories-panel .subcategories-header h4{margin:0;font-size:16px;font-weight:600;color:#2d3748}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container .subcategories-panel .subcategories-header .browse-all-link{color:var(--primary-color);text-decoration:none;font-size:12px;font-weight:500}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container .subcategories-panel .subcategories-header .browse-all-link:hover{text-decoration:underline}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container .subcategories-panel .subcategories-grid{display:flex;flex-direction:column}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container .subcategories-panel .subcategories-grid .subcategory-link{padding:12px 20px;color:#4a5568;text-decoration:none;font-size:13px;display:block;transition:all .3s ease}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container .subcategories-panel .subcategories-grid .subcategory-link:last-child{border-bottom:none}.site-header .header-main .main-navigation .nav-menu li.has-dropdown .mega-menu .subcategories-container .subcategories-panel .subcategories-grid .subcategory-link:hover{color:var(--text-color);background-color:var(--primary-color)}.site-header .header-main .header-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}@media (max-width: 768px){.site-header .header-main .header-actions{gap:15px}}.site-header .header-main .header-actions .cart-link,.site-header .header-main .header-actions .account-link{color:#2d3748;font-size:20px;text-decoration:none;position:relative;transition:color .3s ease}.site-header .header-main .header-actions .cart-link:hover,.site-header .header-main .header-actions .account-link:hover{color:var(--primary-color)}.site-header .header-main .header-actions .cart-link .cart-count{position:absolute;top:-8px;right:-8px;background:#2d3748;color:#fff;font-size:10px;font-weight:600;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1}.site-header .header-main .mobile-menu-toggle{display:none;background:transparent;border:none;font-size:24px;color:#2d3748;cursor:pointer}@media (max-width: 768px){.site-header .header-main .mobile-menu-toggle{display:block}}.site-header .mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease}.site-header .mobile-menu.active{opacity:1;visibility:visible}.site-header .mobile-menu.active .mobile-navigation{transform:translate(0)}.site-header .mobile-menu .mobile-navigation{background:#fff;width:280px;height:100%;padding:20px 0;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.site-header .mobile-menu .mobile-navigation ul{list-style:none;margin:0;padding:0}.site-header .mobile-menu .mobile-navigation ul li{border-bottom:1px solid #e2e8f0}.site-header .mobile-menu .mobile-navigation ul li a{display:block;padding:15px 20px;color:#2d3748;text-decoration:none;font-size:16px;transition:background-color .3s ease}.site-header .mobile-menu .mobile-navigation ul li a:hover{background-color:#f7fafc;color:var(--primary-color)}@media (max-width: 576px){.site-header .header-main .container{padding:0 15px}.site-header .header-main .logo-container{flex:1}.site-header .header-main .header-actions .cart-link,.site-header .header-main .header-actions .account-link{font-size:18px}}ser authentication styles .header-actions .user-menu .user-link{display:flex;align-items:center;gap:8px;color:#333;text-decoration:none;padding:8px 12px;border-radius:6px;transition:all .3s ease}ser authentication styles .header-actions .user-menu .user-link:hover{background:#f8f9fa;color:var(--primary-color, #667eea)}ser authentication styles .header-actions .user-menu .user-link .user-name{font-size:14px;font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){ser authentication styles .header-actions .user-menu .user-link .user-name{display:none}}ser authentication styles .header-actions .auth-link{display:flex;align-items:center;gap:8px;color:#333;text-decoration:none;padding:8px 12px;border-radius:6px;transition:all .3s ease}ser authentication styles .header-actions .auth-link:hover{background:#f8f9fa;color:var(--primary-color, #667eea)}ser authentication styles .header-actions .auth-link span{font-size:14px;font-weight:500}@media (max-width: 768px){ser authentication styles .header-actions .auth-link span{display:none}}.mobile-menu .mobile-navigation ul li a:hover{background:#f8f9fa;color:var(--primary-color, #667eea)}.site-footer{background-color:var(--secondary-color)}.site-footer .container{width:90%;margin:0 auto;padding:0 15px}@media (max-width: 768px){.site-footer .container{padding:0 10px}}.site-footer .footer-top{background-color:var(--secondary-color);padding:40px 0;border-bottom:1px solid #d1ecf1}.site-footer .footer-top .footer-top-content{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}@media (max-width: 768px){.site-footer .footer-top .footer-top-content{flex-direction:column;gap:30px}}.site-footer .footer-top .footer-top-content .contact-section{flex:1}.site-footer .footer-top .footer-top-content .contact-section h3{font-size:18px;font-weight:600;color:#333;margin-bottom:15px}.site-footer .footer-top .footer-top-content .contact-section .email{color:var(--text-color);font-size:16px;margin-bottom:20px;text-decoration:none}.site-footer .footer-top .footer-top-content .contact-section .email:hover{text-decoration:underline}.site-footer .footer-top .footer-top-content .contact-section .social-links{display:flex;gap:15px}.site-footer .footer-top .footer-top-content .contact-section .social-links a{width:24px;height:24px;color:#333;font-size:16px;transition:color .3s ease}.site-footer .footer-top .footer-top-content .contact-section .social-links a:hover{color:var(--primary-color)}.site-footer .footer-top .footer-top-content .contact-section .social-links a svg{width:16px;height:16px}.site-footer .footer-top .footer-top-content .newsletter-section{flex:1;max-width:400px}.site-footer .footer-top .footer-top-content .newsletter-section h3{font-size:18px;font-weight:600;color:#333;margin-bottom:20px}.site-footer .footer-top .footer-top-content .newsletter-section .subscribe-form{display:flex;gap:0}.site-footer .footer-top .footer-top-content .newsletter-section .subscribe-form input{flex:1;padding:12px 16px;border:1px solid #ccc;border-radius:25px 0 0 25px;font-size:14px;outline:none}.site-footer .footer-top .footer-top-content .newsletter-section .subscribe-form input:focus{border-color:var(--primary-color)}.site-footer .footer-top .footer-top-content .newsletter-section .subscribe-form input::placeholder{color:#999}.site-footer .footer-top .footer-top-content .newsletter-section .subscribe-form button{padding:12px 24px;background-color:#6c757d;color:#fff;border:none;border-radius:0 25px 25px 0;font-size:12px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:background-color .3s ease}.site-footer .footer-top .footer-top-content .newsletter-section .subscribe-form button:hover{background-color:#5a6268}.site-footer .footer-main{background-color:#f8f9fa;padding:40px 0}.site-footer .footer-main .footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media (max-width: 768px){.site-footer .footer-main .footer-columns{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 576px){.site-footer .footer-main .footer-columns{grid-template-columns:1fr;gap:25px}}.site-footer .footer-main .footer-columns .footer-column h3{font-size:16px;font-weight:600;color:#333;margin-bottom:20px}.site-footer .footer-main .footer-columns .footer-column ul{list-style:none;margin:0;padding:0}.site-footer .footer-main .footer-columns .footer-column ul li{margin-bottom:12px}.site-footer .footer-main .footer-columns .footer-column ul li a{color:#6c757d;text-decoration:none;font-size:14px;line-height:1.5}.site-footer .footer-main .footer-columns .footer-column ul li a:hover{color:var(--primary-color);text-decoration:underline}.site-footer .footer-main .footer-columns .footer-column .employer-badge{text-align:center}.site-footer .footer-main .footer-columns .footer-column .employer-badge p{font-size:14px;color:#6c757d;margin-bottom:20px;line-height:1.4}.site-footer .footer-main .footer-columns .footer-column .employer-badge .certification-logo{display:flex;justify-content:center}.site-footer .footer-main .footer-columns .footer-column.payment-methods .payment-icons{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.site-footer .footer-main .footer-columns .footer-column.payment-methods .payment-icons img{height:24px;max-width:60px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.site-footer .footer-main .footer-columns .footer-column.payment-methods .payment-icons img:hover{filter:grayscale(0%);opacity:1}.site-footer .footer-bottom{background-color:#fff;padding:20px 0;border-top:1px solid #e5e5e5}.site-footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.site-footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:15px;text-align:center}}.site-footer .footer-bottom .footer-bottom-content .footer-links{display:flex;align-items:center;gap:15px}.site-footer .footer-bottom .footer-bottom-content .footer-links a{color:#6c757d;text-decoration:none;font-size:14px}.site-footer .footer-bottom .footer-bottom-content .footer-links a:hover{color:var(--primary-color);text-decoration:underline}.site-footer .footer-bottom .footer-bottom-content .footer-links span{color:#6c757d;font-size:14px}.site-footer .footer-bottom .footer-bottom-content .copyright p{margin:0;color:#6c757d;font-size:14px}.site-container{display:flex;flex-direction:column;min-height:100vh}.site-container .main-content{flex:1;margin:0 auto;width:100%}@media (max-width: 768px){.site-container .main-content{padding:0 20px}}@media (max-width: 576px){.site-container .main-content{padding:0 10px}}@media (max-width: 480px){.site-container .main-content{padding:0 5px}}.full-page-loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .3s ease-in-out}.full-page-loader.fade-out{opacity:0}.full-page-loader .loader-spinner{border:6px solid #f5f5f5;border-top:6px solid var(--primary-color);border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin-bottom:20px}.full-page-loader .loader-text{font-size:16px;color:#666}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root{margin:0 auto;background-color:#fff}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.contact-page{width:100%}.contact-page .company-info-section{background:url(/assets/background-BQ6rc_AN.png);padding:60px 20px;margin:0;width:100%;position:relative;overflow:hidden}.contact-page .company-info-section .company-info{max-width:1200px;margin:0 auto;position:relative;z-index:1;font-family:Gesco}.contact-page .company-info-section .company-info .logo-section{margin-bottom:30px}.contact-page .company-info-section .company-info .logo-section .logo-image{height:80px;width:auto;margin-bottom:10px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.contact-page .company-info-section .company-info .logo-section .tagline{font-size:24px;color:var(--secondary-color);margin-bottom:15px;font-weight:600;letter-spacing:1px}.contact-page .company-info-section .company-info .company-title{font-family:Gesco;font-size:46px;color:var(--secondary-color);line-height:1.6;font-weight:500}.contact-page .company-info-section .company-info .company-description{font-size:18px;color:var(--secondary-color);margin-bottom:50px;line-height:1.6;font-weight:400;max-width:800px}.contact-page .company-info-section .company-info .contact-details{margin-top:120px;display:flex;justify-content:space-between;align-items:center;gap:80px;flex-wrap:wrap}.contact-page .company-info-section .company-info .contact-details .contact-item{display:flex;align-items:center;gap:15px;color:#fff;font-size:18px;font-weight:500}.contact-page .company-info-section .company-info .contact-details .contact-item .contact-icon{width:50px;height:50px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.contact-page .company-info-section .company-info .contact-details .contact-item .contact-icon i{font-size:20px;color:#fff}.contact-page .company-info-section .company-info .contact-details .contact-item .contact-text{text-align:left;line-height:1.4}.contact-page .contact-form-section{background:#fff;border-radius:12px}.contact-page .contact-form-section .contact-form-header{background:#e0f29f;padding:30px 100px}.contact-page .contact-form-section h2{font-family:Gesco;font-size:24px;color:var(--primary-color);font-weight:500;margin-bottom:10px}.contact-page .contact-form-section .form-desc{color:var(--primary-color);font-size:15px}.contact-page .contact-form-section .contact-form{max-width:900px;margin:50px auto}.contact-page .contact-form-section .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width: 576px){.contact-page .contact-form-section .contact-form .form-row{grid-template-columns:1fr}}.contact-page .contact-form-section .contact-form .form-group{display:flex;flex-direction:column;margin-bottom:0}.contact-page .contact-form-section .contact-form .form-group label{font-size:14px;font-weight:600;margin-bottom:6px}.contact-page .contact-form-section .contact-form .form-group input,.contact-page .contact-form-section .contact-form .form-group textarea{padding:12px 14px;border:1px solid #ddd;border-radius:4px;font-size:15px;margin-bottom:0;transition:border-color .3s}.contact-page .contact-form-section .contact-form .form-group input:focus,.contact-page .contact-form-section .contact-form .form-group textarea:focus{border-color:var(--primary-color);outline:none}.contact-page .contact-form-section .contact-form .form-group textarea{min-height:120px;resize:vertical}.contact-page .contact-form-section .contact-form .full-width{grid-column:1/-1;margin-bottom:0}.contact-page .contact-form-section .contact-form .form-submit{text-align:center;margin-top:30px}.contact-page .contact-form-section .contact-form .form-submit .submit-btn{background:#6c757d;color:#fff;border:none;padding:15px 40px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:all .3s}.contact-page .contact-form-section .contact-form .form-submit .submit-btn:hover{background:#5a6268;transform:translateY(-2px)}@media (max-width: 768px){.contact-page .company-info-section{padding:50px 15px}.contact-page .company-info-section .company-info .logo-section .logo-image{height:60px}.contact-page .company-info-section .company-info .logo-section .tagline{font-size:20px}.contact-page .company-info-section .company-info .contact-details{gap:50px}.contact-page .company-info-section .company-info .contact-details .contact-item{font-size:16px}.contact-page .contact-form-section{max-width:98vw;padding-left:5px;padding-right:5px}}@media (max-width: 576px){.contact-page .company-info-section{padding:40px 15px}.contact-page .company-info-section .company-info .logo-section .logo-image{height:50px}.contact-page .company-info-section .company-info .logo-section .tagline{font-size:18px}.contact-page .company-info-section .company-info .company-description{font-size:16px;margin-bottom:40px}.contact-page .company-info-section .company-info .contact-details{flex-direction:column;gap:30px}.contact-page .company-info-section .company-info .contact-details .contact-item .contact-text{text-align:center}.contact-page .contact-form-section{padding:20px 5px 15px}}.community-page .container{max-width:80%;margin:0 auto;padding:0 20px}.community-page .breadcrumb-section{background:#f8f9fa;padding:15px 0;border-bottom:1px solid #e5e5e5}.community-page .breadcrumb-section span{font-size:14px;color:#666}.community-page .banner-section{margin:30px auto 40px}.community-page .banner-section .banner-image{width:100%;max-width:600px;margin:0 auto}.community-page .banner-section .banner-image img{width:100%;border-radius:10px;box-shadow:0 2px 10px #00000014}.community-page .banner-section .banner-caption{text-align:center;margin-top:18px}.community-page .banner-section .banner-caption h2{font-size:24px;font-weight:700;color:#333;letter-spacing:1px}.community-page .alphabet-filter-section{margin-bottom:20px}.community-page .alphabet-filter-section .alphabet-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:2px}.community-page .alphabet-filter-section .alphabet-filter button{background:#f8f9fa;border:1px solid #e5e5e5;color:#333;font-size:14px;padding:6px 12px;border-radius:4px;margin:2px 1px;cursor:pointer;transition:all .2s}.community-page .alphabet-filter-section .alphabet-filter button.active,.community-page .alphabet-filter-section .alphabet-filter button:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.community-page .artists-header-section{margin-bottom:20px}.community-page .artists-header-section .artists-header-container{display:flex;align-items:center;justify-content:space-between}.community-page .artists-header-section .artists-header-container h2{font-size:26px;font-weight:700;color:#333;margin:0}.community-page .artists-header-section .artists-header-container .artists-filter{display:flex;align-items:center;gap:8px}.community-page .artists-header-section .artists-header-container .artists-filter label{font-size:15px;color:#666}.community-page .artists-header-section .artists-header-container .artists-filter select{padding:6px 12px;border-radius:4px;border:1px solid #ccc;font-size:15px}.community-page .artists-grid-section .artists-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:18px;margin-bottom:40px}.community-page .artists-grid-section .artists-grid .artist-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #00000012;display:flex;flex-direction:column;align-items:center;padding:16px 8px 12px;transition:box-shadow .2s,transform .2s}.community-page .artists-grid-section .artists-grid .artist-card:hover{box-shadow:0 4px 18px #00000021;transform:translateY(-2px) scale(1.03)}.community-page .artists-grid-section .artists-grid .artist-card .artist-image{width:100%;height:100%;overflow:hidden;margin-bottom:10px}.community-page .artists-grid-section .artists-grid .artist-card .artist-image img{width:100%;height:100%;object-fit:cover}.community-page .artists-grid-section .artists-grid .artist-card .artist-name{font-size:15px;font-weight:600;color:#222;margin-bottom:2px;text-align:center}.community-page .artists-grid-section .artists-grid .artist-card .artist-category{font-size:12px;color:#888;text-align:center}.community-page .featured-artist-section{background:#e8f4f8;padding:40px 0 30px;margin-top:30px}.community-page .featured-artist-section .featured-artist-content{display:flex;align-items:center;gap:30px;max-width:700px;margin:0 auto}@media (max-width: 576px){.community-page .featured-artist-section .featured-artist-content{flex-direction:column;gap:18px}}.community-page .featured-artist-section .featured-artist-content .featured-artist-image{flex-shrink:0}.community-page .featured-artist-section .featured-artist-content .featured-artist-image img{width:110px;height:110px;border-radius:50%;object-fit:cover;box-shadow:0 2px 10px #00000017}.community-page .featured-artist-section .featured-artist-content .featured-artist-info h3{font-size:18px;font-weight:700;color:#333;margin-bottom:10px}.community-page .featured-artist-section .featured-artist-content .featured-artist-info p{font-size:15px;color:#555;margin-bottom:14px}.community-page .featured-artist-section .featured-artist-content .featured-artist-info .featured-btn{background:var(--primary-color);color:#fff;border:none;padding:10px 22px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:background .2s}.community-page .featured-artist-section .featured-artist-content .featured-artist-info .featured-btn:hover{background:#0056b3}@media (max-width: 768px){.community-page .container{padding:0 10px}.community-page .banner-section .banner-image{max-width:100vw}.community-page .artists-header-section .artists-header-container{flex-direction:column;gap:10px;align-items:flex-start}}@media (max-width: 576px){.community-page .artists-grid-section .artists-grid{grid-template-columns:1fr 1fr;gap:10px}.community-page .featured-artist-section{padding:25px 0 15px}}.user-auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.user-auth-page .auth-container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:450px;position:relative;overflow:hidden}.user-auth-page .auth-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-color, #667eea)}.user-auth-page .auth-header{text-align:center;margin-bottom:30px}.user-auth-page .auth-header .logo{margin-bottom:30px;display:flex;justify-content:center;align-items:center}.user-auth-page .auth-header .logo img{width:180px;height:auto;object-fit:contain;max-height:120px}.user-auth-page .auth-header .logo i{font-size:80px;color:var(--primary-color, #667eea)}.user-auth-page .auth-tabs{display:flex;margin-bottom:30px;border-radius:8px;overflow:hidden;border:1px solid #e1e5e9}.user-auth-page .auth-tabs .tab-button{flex:1;padding:12px 20px;border:none;background:#f8f9fa;color:#6c757d;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.user-auth-page .auth-tabs .tab-button.active{background:var(--primary-color, #667eea);color:#fff}.user-auth-page .auth-tabs .tab-button:hover:not(.active){background:#e9ecef}.user-auth-page .auth-form .form-group{margin-bottom:20px}.user-auth-page .auth-form .form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.user-auth-page .auth-form .form-group .input-with-icon{position:relative}.user-auth-page .auth-form .form-group .input-with-icon i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#6c757d;font-size:16px}.user-auth-page .auth-form .form-group .input-with-icon input{width:100%;padding:15px 15px 15px 45px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box}.user-auth-page .auth-form .form-group .input-with-icon input:focus{outline:none;border-color:var(--primary-color, #667eea);box-shadow:0 0 0 3px #667eea1a}.user-auth-page .auth-form .form-group .input-with-icon input::placeholder{color:#adb5bd}.user-auth-page .auth-form .auth-button{width:100%;padding:15px;background:var(--primary-color, #667eea);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.user-auth-page .auth-form .auth-button:hover:not(:disabled){background:var(--primary-color, #5a6fd8);transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.user-auth-page .auth-form .auth-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.user-auth-page .auth-form .auth-button i{margin-right:8px}.user-auth-page .auth-footer{margin-top:30px;text-align:center}.user-auth-page .auth-footer p{color:#6c757d;font-size:14px;line-height:1.5;margin:0}.user-auth-page .auth-footer p a{color:var(--primary-color, #667eea);text-decoration:none;font-weight:500}.user-auth-page .auth-footer p a:hover{text-decoration:underline}@media (max-width: 768px){.user-auth-page{padding:10px}.user-auth-page .auth-container{padding:30px 20px;max-width:100%}.user-auth-page .auth-header .logo img{width:150px;max-height:100px}.user-auth-page .auth-header .logo i{font-size:60px}.user-auth-page .auth-tabs .tab-button{padding:10px 15px;font-size:14px}.user-auth-page .auth-form .form-group .input-with-icon input{padding:12px 12px 12px 40px;font-size:14px}.user-auth-page .auth-form .form-group .input-with-icon i{left:12px;font-size:14px}.user-auth-page .auth-form .auth-button{padding:12px;font-size:14px}}@media (max-width: 480px){.user-auth-page .auth-container{padding:20px 15px;border-radius:8px}.user-auth-page .auth-header,.user-auth-page .auth-tabs{margin-bottom:20px}.user-auth-page .auth-form .form-group{margin-bottom:15px}.user-auth-page .auth-footer{margin-top:20px}.user-auth-page .auth-footer p{font-size:12px}}.user-profile-page{min-height:100vh;background:#f8f9fa;padding:20px 0}.user-profile-page .profile-container{max-width:800px;margin:0 auto;padding:0 20px}.user-profile-page .not-logged-in{background:#fff;border-radius:12px;padding:60px 40px;text-align:center;box-shadow:0 4px 20px #0000001a}.user-profile-page .not-logged-in i{font-size:80px;color:#6c757d;margin-bottom:20px}.user-profile-page .not-logged-in h2{color:#333;margin-bottom:10px;font-size:24px}.user-profile-page .not-logged-in p{color:#6c757d;margin-bottom:30px;font-size:16px}.user-profile-page .not-logged-in .login-link{display:inline-block;padding:12px 30px;background:var(--primary-color, #667eea);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.user-profile-page .not-logged-in .login-link:hover{background:var(--primary-color, #5a6fd8);transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.user-profile-page .profile-header{background:#fff;border-radius:12px;padding:30px;margin-bottom:20px;box-shadow:0 4px 20px #0000001a;display:flex;align-items:center;gap:20px}.user-profile-page .profile-header .user-avatar i{font-size:80px;color:var(--primary-color, #667eea)}.user-profile-page .profile-header .user-info{flex:1}.user-profile-page .profile-header .user-info h1{color:#333;margin:0 0 5px;font-size:28px;font-weight:600}.user-profile-page .profile-header .user-info p{color:#6c757d;margin:0 0 10px;font-size:16px}.user-profile-page .profile-header .user-info .user-role{display:inline-block;padding:4px 12px;background:var(--primary-color, #667eea);color:#fff;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase}.user-profile-page .profile-header .logout-btn{padding:10px 20px;background:#dc3545;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.user-profile-page .profile-header .logout-btn:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.user-profile-page .profile-header .logout-btn i{margin-right:8px}.user-profile-page .profile-tabs{display:flex;background:#fff;border-radius:12px;padding:5px;margin-bottom:20px;box-shadow:0 4px 20px #0000001a}.user-profile-page .profile-tabs .tab-button{flex:1;padding:15px 20px;border:none;background:transparent;color:#6c757d;font-size:16px;font-weight:500;cursor:pointer;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.user-profile-page .profile-tabs .tab-button.active{background:var(--primary-color, #667eea);color:#fff}.user-profile-page .profile-tabs .tab-button:hover:not(.active){background:#f8f9fa}.user-profile-page .profile-tabs .tab-button i{font-size:18px}.user-profile-page .profile-actions{margin-bottom:20px}.user-profile-page .profile-actions .action-button{display:flex;align-items:center;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-decoration:none;color:#333;transition:all .3s ease;gap:15px}.user-profile-page .profile-actions .action-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026;color:#333}.user-profile-page .profile-actions .action-button.orders-button{border-left:4px solid #28a745}.user-profile-page .profile-actions .action-button.orders-button:hover{border-left-color:#218838}.user-profile-page .profile-actions .action-button.orders-button .action-content .action-title{color:#28a745}.user-profile-page .profile-actions .action-button .action-content{flex:1;display:flex;flex-direction:column;gap:4px}.user-profile-page .profile-actions .action-button .action-content .action-title{font-size:16px;font-weight:600;margin:0}.user-profile-page .profile-actions .action-button .action-content .action-desc{font-size:14px;color:#6c757d;margin:0}.user-profile-page .profile-actions .action-button>i:first-child{font-size:24px;color:#28a745;width:40px;text-align:center}.user-profile-page .profile-actions .action-button>i:last-child{font-size:16px;color:#6c757d}.user-profile-page .profile-content .info-tab .info-card,.user-profile-page .profile-content .info-tab .password-card,.user-profile-page .profile-content .password-tab .info-card,.user-profile-page .profile-content .password-tab .password-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #0000001a}.user-profile-page .profile-content .info-tab .info-card h3,.user-profile-page .profile-content .info-tab .password-card h3,.user-profile-page .profile-content .password-tab .info-card h3,.user-profile-page .profile-content .password-tab .password-card h3{color:#333;margin:0 0 25px;font-size:20px;font-weight:600;padding-bottom:15px;border-bottom:2px solid #f8f9fa}.user-profile-page .profile-content .info-grid{display:grid;gap:20px}.user-profile-page .profile-content .info-grid .info-item{display:flex;flex-direction:column;gap:5px}.user-profile-page .profile-content .info-grid .info-item label{color:#6c757d;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.user-profile-page .profile-content .info-grid .info-item span{color:#333;font-size:16px;font-weight:500;padding:10px 0}.user-profile-page .profile-content .info-grid .info-item span.user-id{font-family:Courier New,monospace;background:#f8f9fa;padding:8px 12px;border-radius:6px;font-size:14px;word-break:break-all}.user-profile-page .profile-content .password-form .form-group{margin-bottom:20px}.user-profile-page .profile-content .password-form .form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.user-profile-page .profile-content .password-form .form-group .input-with-icon{position:relative}.user-profile-page .profile-content .password-form .form-group .input-with-icon i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#6c757d;font-size:16px}.user-profile-page .profile-content .password-form .form-group .input-with-icon input{width:100%;padding:15px 15px 15px 45px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box}.user-profile-page .profile-content .password-form .form-group .input-with-icon input:focus{outline:none;border-color:var(--primary-color, #667eea);box-shadow:0 0 0 3px #667eea1a}.user-profile-page .profile-content .password-form .form-group .input-with-icon input::placeholder{color:#adb5bd}.user-profile-page .profile-content .password-form .change-password-btn{width:100%;padding:15px;background:var(--primary-color, #667eea);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.user-profile-page .profile-content .password-form .change-password-btn:hover:not(:disabled){background:var(--primary-color, #5a6fd8);transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.user-profile-page .profile-content .password-form .change-password-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.user-profile-page .profile-content .password-form .change-password-btn i{margin-right:8px}@media (max-width: 768px){.user-profile-page{padding:10px 0}.user-profile-page .profile-container{padding:0 10px}.user-profile-page .profile-header{flex-direction:column;text-align:center;gap:15px}.user-profile-page .profile-header .user-avatar i{font-size:60px}.user-profile-page .profile-header .user-info h1{font-size:24px}.user-profile-page .profile-header .logout-btn{align-self:stretch}.user-profile-page .profile-tabs .tab-button{padding:12px 15px;font-size:14px}.user-profile-page .profile-tabs .tab-button i{font-size:16px}.user-profile-page .profile-actions .action-button{padding:15px;gap:12px}.user-profile-page .profile-actions .action-button>i:first-child{font-size:20px;width:35px}.user-profile-page .profile-actions .action-button .action-content .action-title{font-size:14px}.user-profile-page .profile-actions .action-button .action-content .action-desc{font-size:12px}.user-profile-page .profile-actions .action-button>i:last-child{font-size:14px}.user-profile-page .profile-content .info-card,.user-profile-page .profile-content .password-card{padding:20px}.user-profile-page .profile-content .info-card h3,.user-profile-page .profile-content .password-card h3{font-size:18px}.user-profile-page .profile-content .password-form .form-group .input-with-icon input{padding:12px 12px 12px 40px;font-size:14px}.user-profile-page .profile-content .password-form .form-group .input-with-icon i{left:12px;font-size:14px}.user-profile-page .profile-content .password-form .change-password-btn{padding:12px;font-size:14px}.user-profile-page .not-logged-in{padding:40px 20px}.user-profile-page .not-logged-in i{font-size:60px}.user-profile-page .not-logged-in h2{font-size:20px}}@media (max-width: 480px){.user-profile-page .profile-header{padding:20px}.user-profile-page .profile-header .user-info h1{font-size:20px}.user-profile-page .profile-header .user-info p{font-size:14px}.user-profile-page .profile-tabs .tab-button{flex-direction:column;gap:4px;padding:10px;font-size:12px}.user-profile-page .profile-tabs .tab-button i{font-size:14px}.user-profile-page .profile-actions .action-button{padding:12px;gap:10px}.user-profile-page .profile-actions .action-button>i:first-child{font-size:18px;width:30px}.user-profile-page .profile-actions .action-button .action-content .action-title{font-size:13px}.user-profile-page .profile-actions .action-button .action-content .action-desc{font-size:11px}.user-profile-page .profile-content .info-card,.user-profile-page .profile-content .password-card{padding:15px}}.user-orders{padding:2rem 0;min-height:80vh}.user-orders .container{max-width:1000px;margin:0 auto;padding:0 1rem}.user-orders h1{margin-bottom:2rem;color:var(--primary-color)}.user-orders .auth-required{text-align:center;padding:4rem 0}.user-orders .auth-required h2{color:var(--text-color);margin-bottom:1rem}.user-orders .auth-required p{color:#666;margin-bottom:2rem}.user-orders .auth-required .btn-primary{display:inline-block;padding:.75rem 2rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .3s}.user-orders .auth-required .btn-primary:hover{background:var(--primary-hover)}.user-orders .orders-filters{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.user-orders .orders-filters button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;color:var(--text-color);border-radius:20px;cursor:pointer;transition:all .3s;font-size:.9rem}.user-orders .orders-filters button:hover{border-color:var(--primary-color);color:var(--primary-color)}.user-orders .orders-filters button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.user-orders .loading{text-align:center;padding:3rem 0;color:var(--text-color)}.user-orders .no-orders{text-align:center;padding:4rem 0}.user-orders .no-orders .no-orders-icon{font-size:4rem;margin-bottom:1rem}.user-orders .no-orders h2{color:var(--text-color);margin-bottom:1rem}.user-orders .no-orders p{color:#666;margin-bottom:2rem}.user-orders .no-orders .btn-primary{display:inline-block;padding:.75rem 2rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .3s}.user-orders .no-orders .btn-primary:hover{background:var(--primary-hover)}.user-orders .orders-list .order-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:1.5rem;overflow:hidden}.user-orders .orders-list .order-card .order-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}@media (max-width: 600px){.user-orders .orders-list .order-card .order-header{flex-direction:column;align-items:flex-start;gap:1rem}}.user-orders .orders-list .order-card .order-header .order-info h3{margin:0 0 .25rem;color:var(--text-color);font-size:1.1rem}.user-orders .orders-list .order-card .order-header .order-info .order-date{margin:0;color:#666;font-size:.9rem}.user-orders .orders-list .order-card .order-header .order-status .status{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.user-orders .orders-list .order-card .order-header .order-status .status.pending{background:#fff3cd;color:#856404}.user-orders .orders-list .order-card .order-header .order-status .status.confirmed{background:#d4edda;color:#155724}.user-orders .orders-list .order-card .order-header .order-status .status.processing{background:#cce5ff;color:#004085}.user-orders .orders-list .order-card .order-header .order-status .status.shipped{background:#e2e3e5;color:#383d41}.user-orders .orders-list .order-card .order-header .order-status .status.delivered{background:#d1ecf1;color:#0c5460}.user-orders .orders-list .order-card .order-header .order-status .status.cancelled{background:#f8d7da;color:#721c24}.user-orders .orders-list .order-card .order-items{padding:1.5rem}.user-orders .orders-list .order-card .order-items .order-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.user-orders .orders-list .order-card .order-items .order-item:last-child{margin-bottom:0}.user-orders .orders-list .order-card .order-items .order-item img{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0}.user-orders .orders-list .order-card .order-items .order-item .item-details{flex:1}.user-orders .orders-list .order-card .order-items .order-item .item-details h4{margin:0 0 .25rem;color:var(--text-color);font-size:.95rem}.user-orders .orders-list .order-card .order-items .order-item .item-details p{margin:0;color:#666;font-size:.85rem}.user-orders .orders-list .order-card .order-items .order-item .item-price{font-weight:600;color:var(--primary-color)}.user-orders .orders-list .order-card .order-items .more-items{text-align:center;color:#666;font-style:italic;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.user-orders .orders-list .order-card .order-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f8f9fa;border-top:1px solid #eee}@media (max-width: 600px){.user-orders .orders-list .order-card .order-footer{flex-direction:column;align-items:flex-start;gap:1rem}}.user-orders .orders-list .order-card .order-footer .order-total .total-amount{font-weight:600;color:var(--primary-color);font-size:1.2rem}.user-orders .orders-list .order-card .order-footer .order-actions{display:flex;gap:.5rem}.user-orders .orders-list .order-card .order-footer .order-actions .btn-secondary,.user-orders .orders-list .order-card .order-footer .order-actions .btn-danger{padding:.5rem 1rem;border-radius:4px;text-decoration:none;font-size:.9rem;font-weight:500;cursor:pointer;border:none;transition:all .3s}.user-orders .orders-list .order-card .order-footer .order-actions .btn-secondary{background:#fff;color:var(--primary-color);border:1px solid var(--primary-color)}.user-orders .orders-list .order-card .order-footer .order-actions .btn-secondary:hover{background:var(--primary-color);color:#fff}.user-orders .orders-list .order-card .order-footer .order-actions .btn-danger{background:#e74c3c;color:#fff}.user-orders .orders-list .order-card .order-footer .order-actions .btn-danger:hover{background:#c0392b}.user-orders .pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.user-orders .pagination .pagination-btn{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;color:var(--text-color);border-radius:4px;cursor:pointer;transition:all .3s}.user-orders .pagination .pagination-btn:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color)}.user-orders .pagination .pagination-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.user-orders .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.cart-page{padding:2rem 0;min-height:80vh}.cart-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.cart-page h1{margin-bottom:2rem;color:var(--primary-color)}.cart-page .empty-cart{text-align:center;padding:4rem 0}.cart-page .empty-cart .empty-icon{font-size:4rem;margin-bottom:1rem}.cart-page .empty-cart h2{color:var(--text-color);margin-bottom:1rem}.cart-page .empty-cart p{color:#666;margin-bottom:2rem}.cart-page .empty-cart .btn-primary{display:inline-block;padding:.75rem 2rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .3s}.cart-page .empty-cart .btn-primary:hover{background:var(--primary-hover)}.cart-page .cart-content{display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}@media (max-width: 768px){.cart-page .cart-content{grid-template-columns:1fr;gap:1.5rem}}.cart-page .cart-items .cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1rem;align-items:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:1rem}@media (max-width: 768px){.cart-page .cart-items .cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-page .cart-items .cart-item .item-quantity,.cart-page .cart-items .cart-item .item-total,.cart-page .cart-items .cart-item .remove-btn{grid-column:1/-1;justify-self:start}.cart-page .cart-items .cart-item .item-quantity{margin-top:1rem}.cart-page .cart-items .cart-item .item-total{font-size:1.1rem;font-weight:600;color:var(--primary-color)}}.cart-page .cart-items .cart-item .item-image img{width:100%;height:100px;object-fit:cover;border-radius:4px}.cart-page .cart-items .cart-item .item-image .no-image{width:100%;height:100px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#999;font-size:.8rem}.cart-page .cart-items .cart-item .item-details h3{margin:0 0 .5rem;color:var(--text-color);font-size:1.1rem}.cart-page .cart-items .cart-item .item-details .item-price{margin:0 0 .5rem;color:var(--primary-color);font-weight:600}.cart-page .cart-items .cart-item .item-details .view-product{color:#666;text-decoration:none;font-size:.9rem}.cart-page .cart-items .cart-item .item-details .view-product:hover{color:var(--primary-color)}.cart-page .cart-items .cart-item .item-quantity{display:flex;align-items:center;gap:.5rem}.cart-page .cart-items .cart-item .item-quantity .quantity-btn{width:32px;height:32px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s}.cart-page .cart-items .cart-item .item-quantity .quantity-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.cart-page .cart-items .cart-item .item-quantity .quantity{min-width:40px;text-align:center;font-weight:600}.cart-page .cart-items .cart-item .item-total{font-weight:600;color:var(--primary-color);font-size:1.1rem}.cart-page .cart-items .cart-item .remove-btn{width:32px;height:32px;border:none;background:#e74c3c;color:#fff;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.cart-page .cart-items .cart-item .remove-btn:hover{background:#c0392b}.cart-page .cart-summary{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;height:fit-content;position:sticky;top:2rem}@media (max-width: 768px){.cart-page .cart-summary{position:static}}.cart-page .cart-summary h2{margin-bottom:1.5rem;color:var(--text-color);font-size:1.25rem;border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.cart-page .cart-summary .summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;padding:.5rem 0}.cart-page .cart-summary .summary-row.total{border-top:2px solid var(--primary-color);margin-top:1.5rem;padding-top:1rem;font-weight:600;font-size:1.2rem;color:var(--primary-color)}.cart-page .cart-summary .summary-row span:first-child{color:var(--text-color)}.cart-page .cart-summary .summary-row span:last-child{font-weight:500}.cart-page .cart-summary .cart-actions{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.cart-page .cart-summary .cart-actions .btn-primary,.cart-page .cart-summary .cart-actions .btn-secondary{padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s;border:none;cursor:pointer;font-size:1rem}.cart-page .cart-summary .cart-actions .btn-primary{background:var(--primary-color);color:#fff}.cart-page .cart-summary .cart-actions .btn-primary:hover{background:var(--primary-hover)}.cart-page .cart-summary .cart-actions .btn-secondary{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.cart-page .cart-summary .cart-actions .btn-secondary:hover{background:var(--primary-color);color:#fff}.cart-page .cart-summary .shipping-note{margin-top:1.5rem;padding:1rem;background:#f8f9fa;border-radius:4px;border-left:4px solid var(--primary-color)}.cart-page .cart-summary .shipping-note p{margin:0;font-size:.9rem;color:#666}.cart-page .cart-summary .shipping-note small{color:#666;font-size:.875rem;font-style:italic;margin-top:.5rem;display:block}.checkout-page{padding:2rem 0;min-height:80vh}.checkout-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.checkout-page h1{text-align:center;margin-bottom:2rem;color:var(--primary-color)}.checkout-page .checkout-content{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}@media (max-width: 768px){.checkout-page .checkout-content{grid-template-columns:1fr;gap:2rem}}.checkout-page .checkout-form .form-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.checkout-page .checkout-form .form-section h2{margin-bottom:1.5rem;color:var(--text-color);font-size:1.25rem;border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.checkout-page .checkout-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.checkout-page .checkout-form .form-section .form-row{grid-template-columns:1fr}}.checkout-page .checkout-form .form-section .form-group{margin-bottom:1rem}.checkout-page .checkout-form .form-section .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-color)}.checkout-page .checkout-form .form-section .form-group input,.checkout-page .checkout-form .form-section .form-group select,.checkout-page .checkout-form .form-section .form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.checkout-page .checkout-form .form-section .form-group input:focus,.checkout-page .checkout-form .form-section .form-group select:focus,.checkout-page .checkout-form .form-section .form-group textarea:focus{outline:none;border-color:var(--primary-color)}.checkout-page .checkout-form .form-section .form-group input.error,.checkout-page .checkout-form .form-section .form-group select.error,.checkout-page .checkout-form .form-section .form-group textarea.error{border-color:#e74c3c}.checkout-page .checkout-form .form-section .form-group textarea{resize:vertical;min-height:100px}.checkout-page .checkout-form .form-section .form-group .error-message{color:#e74c3c;font-size:.875rem;margin-top:.25rem;display:block}.checkout-page .checkout-form .form-section .payment-methods .payment-method{display:flex;align-items:center;padding:1rem;border:1px solid #ddd;border-radius:4px;margin-bottom:.5rem;cursor:pointer;transition:all .3s}.checkout-page .checkout-form .form-section .payment-methods .payment-method:hover:not(.disabled){border-color:var(--primary-color);background-color:#f8f9fa}.checkout-page .checkout-form .form-section .payment-methods .payment-method.disabled{opacity:.5;cursor:not-allowed;background-color:#f5f5f5}.checkout-page .checkout-form .form-section .payment-methods .payment-method input[type=radio]{margin-right:.75rem;width:auto}.checkout-page .checkout-form .form-section .payment-methods .payment-method span{font-weight:500}.checkout-page .checkout-form .submit-btn{width:100%;padding:1rem 2rem;background:var(--primary-color);color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.checkout-page .checkout-form .submit-btn:hover:not(:disabled){background:var(--primary-hover)}.checkout-page .checkout-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-page .order-summary{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;height:fit-content;position:sticky;top:2rem}.checkout-page .order-summary h2{margin-bottom:1.5rem;color:var(--text-color);font-size:1.25rem;border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.checkout-page .order-summary .order-items{margin-bottom:1.5rem}.checkout-page .order-summary .order-items .order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #eee}.checkout-page .order-summary .order-items .order-item:last-child{border-bottom:none}.checkout-page .order-summary .order-items .order-item .item-info{display:flex;align-items:center;flex:1}.checkout-page .order-summary .order-items .order-item .item-info img{width:50px;height:50px;object-fit:cover;border-radius:4px;margin-right:1rem}.checkout-page .order-summary .order-items .order-item .item-info h4{margin:0 0 .25rem;font-size:.9rem;color:var(--text-color)}.checkout-page .order-summary .order-items .order-item .item-info p{margin:0;font-size:.8rem;color:#666}.checkout-page .order-summary .order-items .order-item .item-price{font-weight:600;color:var(--primary-color)}.checkout-page .order-summary .order-totals .total-row{display:flex;justify-content:space-between;margin-bottom:.75rem;padding:.5rem 0}.checkout-page .order-summary .order-totals .total-row.total{border-top:2px solid var(--primary-color);margin-top:1rem;padding-top:1rem;font-weight:600;font-size:1.1rem;color:var(--primary-color)}.checkout-page .order-summary .order-totals .total-row span:first-child{color:var(--text-color)}.checkout-page .order-summary .order-totals .total-row span:last-child{font-weight:500}.checkout-page .order-summary .order-totals .shipping-note{margin:.5rem 0}.checkout-page .order-summary .order-totals .shipping-note small{color:#666;font-size:.875rem;font-style:italic;display:block}.checkout-page .order-summary .multiple-orders-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem}.checkout-page .order-summary .multiple-orders-notice .notice-icon{font-size:1.5rem;flex-shrink:0}.checkout-page .order-summary .multiple-orders-notice .notice-content h4{margin:0 0 .5rem;color:#856404;font-size:1rem}.checkout-page .order-summary .multiple-orders-notice .notice-content p{margin:0 0 .5rem;color:#856404;font-size:.9rem;line-height:1.4}.checkout-page .order-summary .multiple-orders-notice .notice-content p:last-child{margin-bottom:0}.checkout-page .order-summary .multiple-orders-notice .notice-content p strong{font-weight:600}.checkout-page .order-summary .corporate-group{border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;overflow:hidden}.checkout-page .order-summary .corporate-group .corporate-title{background:#f8f9fa;padding:.75rem 1rem;margin:0;font-size:.95rem;font-weight:600;color:#495057;border-bottom:1px solid #e9ecef}.checkout-page .order-summary .corporate-group .order-items{padding:0}.checkout-page .order-summary .corporate-group .order-items .order-item{border-bottom:1px solid #f1f3f4}.checkout-page .order-summary .corporate-group .order-items .order-item:last-child{border-bottom:none}.checkout-page .order-summary .corporate-group .group-subtotal{background:#f8f9fa;padding:.75rem 1rem;text-align:right;font-weight:600;color:#495057;border-top:1px solid #e9ecef;font-size:.9rem}@media (max-width: 768px){.checkout-page .order-summary{position:static;order:-1}.checkout-page .order-summary .corporate-group .corporate-title{padding:.5rem .75rem;font-size:.9rem}.checkout-page .order-summary .corporate-group .group-subtotal{padding:.5rem .75rem;font-size:.85rem}.checkout-page .order-summary .multiple-orders-notice{padding:.75rem}.checkout-page .order-summary .multiple-orders-notice .notice-content h4{font-size:.9rem}.checkout-page .order-summary .multiple-orders-notice .notice-content p{font-size:.85rem}}.order-success-page{padding:2rem 0;min-height:80vh}.order-success-page .container{max-width:800px;margin:0 auto;padding:0 1rem}.order-success-page .loading,.order-success-page .error{text-align:center;padding:3rem 0}.order-success-page .loading h2,.order-success-page .error h2{color:var(--primary-color);margin-bottom:1rem}.order-success-page .loading p,.order-success-page .error p{margin-bottom:2rem;color:var(--text-color)}.order-success-page .success-header{text-align:center;margin-bottom:3rem}.order-success-page .success-header .success-icon{width:80px;height:80px;background:#27ae60;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto 1.5rem}.order-success-page .success-header h1{color:var(--primary-color);margin-bottom:1rem}.order-success-page .success-header p{color:var(--text-color);font-size:1.1rem}.order-success-page .order-details .order-info,.order-success-page .order-details .customer-info,.order-success-page .order-details .order-items{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.order-success-page .order-details .order-info h2,.order-success-page .order-details .customer-info h2,.order-success-page .order-details .order-items h2{margin-bottom:1.5rem;color:var(--text-color);font-size:1.25rem;border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.order-success-page .order-details .order-info .info-grid,.order-success-page .order-details .customer-info .info-grid,.order-success-page .order-details .order-items .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.order-success-page .order-details .order-info .info-grid,.order-success-page .order-details .customer-info .info-grid,.order-success-page .order-details .order-items .info-grid{grid-template-columns:1fr}}.order-success-page .order-details .order-info .info-grid .info-item,.order-success-page .order-details .customer-info .info-grid .info-item,.order-success-page .order-details .order-items .info-grid .info-item{display:flex;flex-direction:column}.order-success-page .order-details .order-info .info-grid .info-item.full-width,.order-success-page .order-details .customer-info .info-grid .info-item.full-width,.order-success-page .order-details .order-items .info-grid .info-item.full-width{grid-column:1/-1}.order-success-page .order-details .order-info .info-grid .info-item label,.order-success-page .order-details .customer-info .info-grid .info-item label,.order-success-page .order-details .order-items .info-grid .info-item label{font-weight:600;color:var(--text-color);margin-bottom:.25rem;font-size:.9rem}.order-success-page .order-details .order-info .info-grid .info-item span,.order-success-page .order-details .customer-info .info-grid .info-item span,.order-success-page .order-details .order-items .info-grid .info-item span{color:#666}.order-success-page .order-details .order-info .info-grid .info-item span.order-number,.order-success-page .order-details .customer-info .info-grid .info-item span.order-number,.order-success-page .order-details .order-items .info-grid .info-item span.order-number{font-weight:600;color:var(--primary-color);font-size:1.1rem}.order-success-page .order-details .order-info .info-grid .info-item span.status,.order-success-page .order-details .customer-info .info-grid .info-item span.status,.order-success-page .order-details .order-items .info-grid .info-item span.status{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;width:fit-content}.order-success-page .order-details .order-info .info-grid .info-item span.status.pending,.order-success-page .order-details .customer-info .info-grid .info-item span.status.pending,.order-success-page .order-details .order-items .info-grid .info-item span.status.pending{background:#fff3cd;color:#856404}.order-success-page .order-details .order-info .info-grid .info-item span.status.confirmed,.order-success-page .order-details .customer-info .info-grid .info-item span.status.confirmed,.order-success-page .order-details .order-items .info-grid .info-item span.status.confirmed{background:#d4edda;color:#155724}.order-success-page .order-details .order-info .info-grid .info-item span.status.processing,.order-success-page .order-details .customer-info .info-grid .info-item span.status.processing,.order-success-page .order-details .order-items .info-grid .info-item span.status.processing{background:#cce5ff;color:#004085}.order-success-page .order-details .order-info .info-grid .info-item span.status.shipped,.order-success-page .order-details .customer-info .info-grid .info-item span.status.shipped,.order-success-page .order-details .order-items .info-grid .info-item span.status.shipped{background:#e2e3e5;color:#383d41}.order-success-page .order-details .order-info .info-grid .info-item span.status.delivered,.order-success-page .order-details .customer-info .info-grid .info-item span.status.delivered,.order-success-page .order-details .order-items .info-grid .info-item span.status.delivered{background:#d1ecf1;color:#0c5460}.order-success-page .order-details .order-info .info-grid .info-item span.status.cancelled,.order-success-page .order-details .customer-info .info-grid .info-item span.status.cancelled,.order-success-page .order-details .order-items .info-grid .info-item span.status.cancelled{background:#f8d7da;color:#721c24}.order-success-page .order-details .order-info .items-list,.order-success-page .order-details .customer-info .items-list,.order-success-page .order-details .order-items .items-list{margin-bottom:1.5rem}.order-success-page .order-details .order-info .items-list .order-item,.order-success-page .order-details .customer-info .items-list .order-item,.order-success-page .order-details .order-items .items-list .order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #eee}.order-success-page .order-details .order-info .items-list .order-item:last-child,.order-success-page .order-details .customer-info .items-list .order-item:last-child,.order-success-page .order-details .order-items .items-list .order-item:last-child{border-bottom:none}.order-success-page .order-details .order-info .items-list .order-item .item-info,.order-success-page .order-details .customer-info .items-list .order-item .item-info,.order-success-page .order-details .order-items .items-list .order-item .item-info{display:flex;align-items:center;flex:1}.order-success-page .order-details .order-info .items-list .order-item .item-info img,.order-success-page .order-details .customer-info .items-list .order-item .item-info img,.order-success-page .order-details .order-items .items-list .order-item .item-info img{width:60px;height:60px;object-fit:cover;border-radius:4px;margin-right:1rem}.order-success-page .order-details .order-info .items-list .order-item .item-info h4,.order-success-page .order-details .customer-info .items-list .order-item .item-info h4,.order-success-page .order-details .order-items .items-list .order-item .item-info h4{margin:0 0 .5rem;color:var(--text-color)}.order-success-page .order-details .order-info .items-list .order-item .item-info p,.order-success-page .order-details .customer-info .items-list .order-item .item-info p,.order-success-page .order-details .order-items .items-list .order-item .item-info p{margin:.25rem 0;font-size:.9rem;color:#666}.order-success-page .order-details .order-info .items-list .order-item .item-total,.order-success-page .order-details .customer-info .items-list .order-item .item-total,.order-success-page .order-details .order-items .items-list .order-item .item-total{font-weight:600;color:var(--primary-color);font-size:1.1rem}.order-success-page .order-details .order-info .order-totals,.order-success-page .order-details .customer-info .order-totals,.order-success-page .order-details .order-items .order-totals{border-top:1px solid #eee;padding-top:1rem}.order-success-page .order-details .order-info .order-totals .total-row,.order-success-page .order-details .customer-info .order-totals .total-row,.order-success-page .order-details .order-items .order-totals .total-row{display:flex;justify-content:space-between;margin-bottom:.75rem;padding:.5rem 0}.order-success-page .order-details .order-info .order-totals .total-row.total,.order-success-page .order-details .customer-info .order-totals .total-row.total,.order-success-page .order-details .order-items .order-totals .total-row.total{border-top:2px solid var(--primary-color);margin-top:1rem;padding-top:1rem;font-weight:600;font-size:1.2rem;color:var(--primary-color)}.order-success-page .order-details .order-info .order-totals .total-row span:first-child,.order-success-page .order-details .customer-info .order-totals .total-row span:first-child,.order-success-page .order-details .order-items .order-totals .total-row span:first-child{color:var(--text-color)}.order-success-page .order-details .order-info .order-totals .total-row span:last-child,.order-success-page .order-details .customer-info .order-totals .total-row span:last-child,.order-success-page .order-details .order-items .order-totals .total-row span:last-child{font-weight:500}.order-success-page .actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media (max-width: 480px){.order-success-page .actions{flex-direction:column}}.order-success-page .actions .btn-primary,.order-success-page .actions .btn-secondary{padding:.75rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s}.order-success-page .actions .btn-primary{background:var(--primary-color);color:#fff}.order-success-page .actions .btn-primary:hover{background:var(--primary-hover)}.order-success-page .actions .btn-secondary{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.order-success-page .actions .btn-secondary:hover{background:var(--primary-color);color:#fff}.order-tracking-page{padding:2rem 0;min-height:80vh}.order-tracking-page .container{max-width:800px;margin:0 auto;padding:0 1rem}.order-tracking-page h1{text-align:center;margin-bottom:2rem;color:var(--primary-color)}.order-tracking-page .tracking-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.order-tracking-page .tracking-form .form-group{margin-bottom:1.5rem}.order-tracking-page .tracking-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-color)}.order-tracking-page .tracking-form .form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.order-tracking-page .tracking-form .form-group input:focus{outline:none;border-color:var(--primary-color)}.order-tracking-page .tracking-form .form-group input.error{border-color:#e74c3c}.order-tracking-page .tracking-form .form-group .error-message{color:#e74c3c;font-size:.875rem;margin-top:.25rem;display:block}.order-tracking-page .tracking-form .search-btn{width:100%;padding:.75rem 2rem;background:var(--primary-color);color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.order-tracking-page .tracking-form .search-btn:hover:not(:disabled){background:var(--primary-hover)}.order-tracking-page .tracking-form .search-btn:disabled{opacity:.7;cursor:not-allowed}.order-tracking-page .no-result{text-align:center;padding:3rem 0}.order-tracking-page .no-result .no-result-icon{font-size:3rem;margin-bottom:1rem}.order-tracking-page .no-result h2{color:var(--text-color);margin-bottom:1rem}.order-tracking-page .no-result p{color:#666}.order-tracking-page .order-result .order-header{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.order-tracking-page .order-result .order-header h2{margin-bottom:1.5rem;color:var(--text-color);border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.order-tracking-page .order-result .order-header .order-basic-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.order-tracking-page .order-result .order-header .order-basic-info .info-item{display:flex;flex-direction:column}.order-tracking-page .order-result .order-header .order-basic-info .info-item label{font-weight:600;color:var(--text-color);margin-bottom:.25rem;font-size:.9rem}.order-tracking-page .order-result .order-header .order-basic-info .info-item .order-number{font-weight:600;color:var(--primary-color);font-size:1.1rem}.order-tracking-page .order-result .order-header .order-basic-info .info-item .total-amount{font-weight:600;color:var(--primary-color);font-size:1.2rem}.order-tracking-page .order-result .order-status{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.order-tracking-page .order-result .order-status h3{margin-bottom:1.5rem;color:var(--text-color);border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.order-tracking-page .order-result .order-status .status-timeline .status-step{display:flex;align-items:center;position:relative;padding:1rem 0}.order-tracking-page .order-result .order-status .status-timeline .status-step.completed .step-icon{background:#27ae60;color:#fff}.order-tracking-page .order-result .order-status .status-timeline .status-step.active .step-icon{background:var(--primary-color);color:#fff;animation:pulse 2s infinite}.order-tracking-page .order-result .order-status .status-timeline .status-step .step-icon{width:50px;height:50px;border-radius:50%;background:#e9ecef;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-right:1rem;flex-shrink:0}.order-tracking-page .order-result .order-status .status-timeline .status-step .step-content{flex:1}.order-tracking-page .order-result .order-status .status-timeline .status-step .step-content .step-label{font-weight:600;color:var(--text-color);margin-bottom:.25rem}.order-tracking-page .order-result .order-status .status-timeline .status-step .step-content .step-date{font-size:.875rem;color:#666}.order-tracking-page .order-result .order-status .status-timeline .status-step .step-line{position:absolute;left:25px;top:70px;width:2px;height:40px;background:#e9ecef}.order-tracking-page .order-result .order-status .status-timeline .status-step .step-line.completed{background:#27ae60}.order-tracking-page .order-result .order-status .status-timeline .status-step:last-child .step-line{display:none}.order-tracking-page .order-result .order-details{display:grid;gap:2rem}.order-tracking-page .order-result .order-details .customer-info,.order-tracking-page .order-result .order-details .order-items{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.order-tracking-page .order-result .order-details .customer-info h3,.order-tracking-page .order-result .order-details .order-items h3{margin-bottom:1.5rem;color:var(--text-color);border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.order-tracking-page .order-result .order-details .customer-info .info-grid,.order-tracking-page .order-result .order-details .order-items .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.order-tracking-page .order-result .order-details .customer-info .info-grid,.order-tracking-page .order-result .order-details .order-items .info-grid{grid-template-columns:1fr}}.order-tracking-page .order-result .order-details .customer-info .info-grid .info-item,.order-tracking-page .order-result .order-details .order-items .info-grid .info-item{display:flex;flex-direction:column}.order-tracking-page .order-result .order-details .customer-info .info-grid .info-item.full-width,.order-tracking-page .order-result .order-details .order-items .info-grid .info-item.full-width{grid-column:1/-1}.order-tracking-page .order-result .order-details .customer-info .info-grid .info-item label,.order-tracking-page .order-result .order-details .order-items .info-grid .info-item label{font-weight:600;color:var(--text-color);margin-bottom:.25rem;font-size:.9rem}.order-tracking-page .order-result .order-details .customer-info .info-grid .info-item span,.order-tracking-page .order-result .order-details .order-items .info-grid .info-item span{color:#666}.order-tracking-page .order-result .order-details .customer-info .items-list .order-item,.order-tracking-page .order-result .order-details .order-items .items-list .order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #eee}.order-tracking-page .order-result .order-details .customer-info .items-list .order-item:last-child,.order-tracking-page .order-result .order-details .order-items .items-list .order-item:last-child{border-bottom:none}.order-tracking-page .order-result .order-details .customer-info .items-list .order-item .item-info,.order-tracking-page .order-result .order-details .order-items .items-list .order-item .item-info{display:flex;align-items:center;flex:1}.order-tracking-page .order-result .order-details .customer-info .items-list .order-item .item-info img,.order-tracking-page .order-result .order-details .order-items .items-list .order-item .item-info img{width:60px;height:60px;object-fit:cover;border-radius:4px;margin-right:1rem}.order-tracking-page .order-result .order-details .customer-info .items-list .order-item .item-info h4,.order-tracking-page .order-result .order-details .order-items .items-list .order-item .item-info h4{margin:0 0 .5rem;color:var(--text-color)}.order-tracking-page .order-result .order-details .customer-info .items-list .order-item .item-info p,.order-tracking-page .order-result .order-details .order-items .items-list .order-item .item-info p{margin:.25rem 0;font-size:.9rem;color:#666}.order-tracking-page .order-result .order-details .customer-info .items-list .order-item .item-total,.order-tracking-page .order-result .order-details .order-items .items-list .order-item .item-total{font-weight:600;color:var(--primary-color);font-size:1.1rem}@keyframes pulse{0%{box-shadow:0 0 rgba(var(--primary-color-rgb),.7)}70%{box-shadow:0 0 0 10px rgba(var(--primary-color-rgb),0)}to{box-shadow:0 0 rgba(var(--primary-color-rgb),0)}}@font-face{font-family:Gesco;src:url(/assets/1FTV-HF-Gesco-BCzek7tn.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Neue Einstellung;src:url(/assets/Hanken%20Design%20Co%20-%20Neue%20Einstellung%20Thin-Dlioskms.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Neue Einstellung;src:url(/assets/Hanken%20Design%20Co%20-%20Neue%20Einstellung%20Regular-D3ulJFdq.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Neue Einstellung;src:url(/assets/Hanken%20Design%20Co%20-%20Neue%20Einstellung%20Medium-DjCFoDRZ.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Neue Einstellung;src:url(/assets/Hanken%20Design%20Co%20-%20Neue%20Einstellung%20Semi%20Bold-B9Xr0BQ7.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}.font-gesco{font-family:Gesco,Neue Einstellung,sans-serif}.font-neue{font-family:Neue Einstellung,Roboto,Helvetica Neue,sans-serif}.font-thin{font-weight:100}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.title-primary{font-family:Gesco,Neue Einstellung,sans-serif;font-weight:400}.title-secondary{font-family:Neue Einstellung,sans-serif;font-weight:600}.body-text{font-family:Neue Einstellung,sans-serif;font-weight:400}.body-text-light{font-family:Neue Einstellung,sans-serif;font-weight:100}.body-text-medium{font-family:Neue Einstellung,sans-serif;font-weight:500}.heading-xl{font-family:Gesco,sans-serif;font-size:2.5rem;line-height:1.2}.heading-lg{font-family:Gesco,sans-serif;font-size:2rem;line-height:1.3}.heading-md{font-family:Neue Einstellung,sans-serif;font-weight:600;font-size:1.5rem;line-height:1.4}.heading-sm{font-family:Neue Einstellung,sans-serif;font-weight:500;font-size:1.25rem;line-height:1.4}.text-base{font-family:Neue Einstellung,sans-serif;font-weight:400;font-size:1rem;line-height:1.5}.text-sm{font-family:Neue Einstellung,sans-serif;font-weight:400;font-size:.875rem;line-height:1.5}.text-xs{font-family:Neue Einstellung,sans-serif;font-weight:400;font-size:.75rem;line-height:1.5}:root{--primary-color: #ff5722;--secondary-color-from-api: #333333;--text-color: #333333;--text-muted: #666666;--bg-color: #ffffff;--bg-light: #f8f8f8;--border-color: #eeeeee;font-family:Neue Einstellung,Roboto,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{font-size:16px;line-height:1.5;color:var(--text-color);background-color:var(--bg-light);overflow-x:hidden;margin:0;min-width:320px;min-height:100vh}h1{font-size:2.2em;line-height:1.1;font-family:Gesco,Neue Einstellung,sans-serif}button{cursor:pointer}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"0"}.fa-1{--fa:"1"}.fa-2{--fa:"2"}.fa-3{--fa:"3"}.fa-4{--fa:"4"}.fa-5{--fa:"5"}.fa-6{--fa:"6"}.fa-7{--fa:"7"}.fa-8{--fa:"8"}.fa-9{--fa:"9"}.fa-fill-drip{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:""}.fa-at{--fa:"@"}.fa-trash-alt,.fa-trash-can{--fa:""}.fa-text-height{--fa:""}.fa-user-times,.fa-user-xmark{--fa:""}.fa-stethoscope{--fa:""}.fa-comment-alt,.fa-message{--fa:""}.fa-info{--fa:""}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:""}.fa-explosion{--fa:""}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:""}.fa-wave-square{--fa:""}.fa-ring{--fa:""}.fa-building-un{--fa:""}.fa-dice-three{--fa:""}.fa-calendar-alt,.fa-calendar-days{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-volleyball,.fa-volleyball-ball{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-sort-desc,.fa-sort-down{--fa:""}.fa-circle-minus,.fa-minus-circle{--fa:""}.fa-door-open{--fa:""}.fa-right-from-bracket,.fa-sign-out-alt{--fa:""}.fa-atom{--fa:""}.fa-soap{--fa:""}.fa-heart-music-camera-bolt,.fa-icons{--fa:""}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-pump-medical{--fa:""}.fa-fingerprint{--fa:""}.fa-hand-point-right{--fa:""}.fa-magnifying-glass-location,.fa-search-location{--fa:""}.fa-forward-step,.fa-step-forward{--fa:""}.fa-face-smile-beam,.fa-smile-beam{--fa:""}.fa-flag-checkered{--fa:""}.fa-football,.fa-football-ball{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-crop{--fa:""}.fa-angle-double-down,.fa-angles-down{--fa:""}.fa-users-rectangle{--fa:""}.fa-people-roof{--fa:""}.fa-people-line{--fa:""}.fa-beer,.fa-beer-mug-empty{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-arrow-up-long,.fa-long-arrow-up{--fa:""}.fa-burn,.fa-fire-flame-simple{--fa:""}.fa-male,.fa-person{--fa:""}.fa-laptop{--fa:""}.fa-file-csv{--fa:""}.fa-menorah{--fa:""}.fa-truck-plane{--fa:""}.fa-record-vinyl{--fa:""}.fa-face-grin-stars,.fa-grin-stars{--fa:""}.fa-bong{--fa:""}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-spoon,.fa-utensil-spoon{--fa:""}.fa-jar-wheat{--fa:""}.fa-envelopes-bulk,.fa-mail-bulk{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-circle-h,.fa-hospital-symbol{--fa:""}.fa-pager{--fa:""}.fa-address-book,.fa-contact-book{--fa:""}.fa-strikethrough{--fa:""}.fa-k{--fa:"K"}.fa-landmark-flag{--fa:""}.fa-pencil,.fa-pencil-alt{--fa:""}.fa-backward{--fa:""}.fa-caret-right{--fa:""}.fa-comments{--fa:""}.fa-file-clipboard,.fa-paste{--fa:""}.fa-code-pull-request{--fa:""}.fa-clipboard-list{--fa:""}.fa-truck-loading,.fa-truck-ramp-box{--fa:""}.fa-user-check{--fa:""}.fa-vial-virus{--fa:""}.fa-sheet-plastic{--fa:""}.fa-blog{--fa:""}.fa-user-ninja{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-scroll-torah,.fa-torah{--fa:""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:""}.fa-toggle-off{--fa:""}.fa-archive,.fa-box-archive{--fa:""}.fa-person-drowning{--fa:""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:""}.fa-spray-can{--fa:""}.fa-truck-monster{--fa:""}.fa-w{--fa:"W"}.fa-earth-africa,.fa-globe-africa{--fa:""}.fa-rainbow{--fa:""}.fa-circle-notch{--fa:""}.fa-tablet-alt,.fa-tablet-screen-button{--fa:""}.fa-paw{--fa:""}.fa-cloud{--fa:""}.fa-trowel-bricks{--fa:""}.fa-face-flushed,.fa-flushed{--fa:""}.fa-hospital-user{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-gavel,.fa-legal{--fa:""}.fa-binoculars{--fa:""}.fa-microphone-slash{--fa:""}.fa-box-tissue{--fa:""}.fa-motorcycle{--fa:""}.fa-bell-concierge,.fa-concierge-bell{--fa:""}.fa-pen-ruler,.fa-pencil-ruler{--fa:""}.fa-people-arrows,.fa-people-arrows-left-right{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-caret-square-right,.fa-square-caret-right{--fa:""}.fa-cut,.fa-scissors{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-toilets-portable{--fa:""}.fa-hockey-puck{--fa:""}.fa-table{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-digital-tachograph,.fa-tachograph-digital{--fa:""}.fa-users-slash{--fa:""}.fa-clover{--fa:""}.fa-mail-reply,.fa-reply{--fa:""}.fa-star-and-crescent{--fa:""}.fa-house-fire{--fa:""}.fa-minus-square,.fa-square-minus{--fa:""}.fa-helicopter{--fa:""}.fa-compass{--fa:""}.fa-caret-square-down,.fa-square-caret-down{--fa:""}.fa-file-circle-question{--fa:""}.fa-laptop-code{--fa:""}.fa-swatchbook{--fa:""}.fa-prescription-bottle{--fa:""}.fa-bars,.fa-navicon{--fa:""}.fa-people-group{--fa:""}.fa-hourglass-3,.fa-hourglass-end{--fa:""}.fa-heart-broken,.fa-heart-crack{--fa:""}.fa-external-link-square-alt,.fa-square-up-right{--fa:""}.fa-face-kiss-beam,.fa-kiss-beam{--fa:""}.fa-film{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-people-robbery{--fa:""}.fa-lightbulb{--fa:""}.fa-caret-left{--fa:""}.fa-circle-exclamation,.fa-exclamation-circle{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:""}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:""}.fa-unlock-alt,.fa-unlock-keyhole{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-headphones-alt,.fa-headphones-simple{--fa:""}.fa-sitemap{--fa:""}.fa-circle-dollar-to-slot,.fa-donate{--fa:""}.fa-memory{--fa:""}.fa-road-spikes{--fa:""}.fa-fire-burner{--fa:""}.fa-flag{--fa:""}.fa-hanukiah{--fa:""}.fa-feather{--fa:""}.fa-volume-down,.fa-volume-low{--fa:""}.fa-comment-slash{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-compress{--fa:""}.fa-wheat-alt,.fa-wheat-awn{--fa:""}.fa-ankh{--fa:""}.fa-hands-holding-child{--fa:""}.fa-asterisk{--fa:"*"}.fa-check-square,.fa-square-check{--fa:""}.fa-peseta-sign{--fa:""}.fa-header,.fa-heading{--fa:""}.fa-ghost{--fa:""}.fa-list,.fa-list-squares{--fa:""}.fa-phone-square-alt,.fa-square-phone-flip{--fa:""}.fa-cart-plus{--fa:""}.fa-gamepad{--fa:""}.fa-circle-dot,.fa-dot-circle{--fa:""}.fa-dizzy,.fa-face-dizzy{--fa:""}.fa-egg{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-campground{--fa:""}.fa-folder-plus{--fa:""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:""}.fa-paint-brush,.fa-paintbrush{--fa:""}.fa-lock{--fa:""}.fa-gas-pump{--fa:""}.fa-hot-tub,.fa-hot-tub-person{--fa:""}.fa-map-location,.fa-map-marked{--fa:""}.fa-house-flood-water{--fa:""}.fa-tree{--fa:""}.fa-bridge-lock{--fa:""}.fa-sack-dollar{--fa:""}.fa-edit,.fa-pen-to-square{--fa:""}.fa-car-side{--fa:""}.fa-share-alt,.fa-share-nodes{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-hourglass-2,.fa-hourglass-half{--fa:""}.fa-microscope{--fa:""}.fa-sink{--fa:""}.fa-bag-shopping,.fa-shopping-bag{--fa:""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:""}.fa-mitten{--fa:""}.fa-person-rays{--fa:""}.fa-users{--fa:""}.fa-eye-slash{--fa:""}.fa-flask-vial{--fa:""}.fa-hand,.fa-hand-paper{--fa:""}.fa-om{--fa:""}.fa-worm{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-plug{--fa:""}.fa-chevron-up{--fa:""}.fa-hand-spock{--fa:""}.fa-stopwatch{--fa:""}.fa-face-kiss,.fa-kiss{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-face-grin-tongue,.fa-grin-tongue{--fa:""}.fa-chess-bishop{--fa:""}.fa-face-grin-wink,.fa-grin-wink{--fa:""}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:""}.fa-road-circle-check{--fa:""}.fa-dice-five{--fa:""}.fa-rss-square,.fa-square-rss{--fa:""}.fa-land-mine-on{--fa:""}.fa-i-cursor{--fa:""}.fa-stamp{--fa:""}.fa-stairs{--fa:""}.fa-i{--fa:"I"}.fa-hryvnia,.fa-hryvnia-sign{--fa:""}.fa-pills{--fa:""}.fa-face-grin-wide,.fa-grin-alt{--fa:""}.fa-tooth{--fa:""}.fa-v{--fa:"V"}.fa-bangladeshi-taka-sign{--fa:""}.fa-bicycle{--fa:""}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-ambulance,.fa-truck-medical{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-snowman{--fa:""}.fa-mortar-pestle{--fa:""}.fa-road-barrier{--fa:""}.fa-school{--fa:""}.fa-igloo{--fa:""}.fa-joint{--fa:""}.fa-angle-right{--fa:""}.fa-horse{--fa:""}.fa-q{--fa:"Q"}.fa-g{--fa:"G"}.fa-notes-medical{--fa:""}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:""}.fa-dong-sign{--fa:""}.fa-capsules{--fa:""}.fa-poo-bolt,.fa-poo-storm{--fa:""}.fa-face-frown-open,.fa-frown-open{--fa:""}.fa-hand-point-up{--fa:""}.fa-money-bill{--fa:""}.fa-bookmark{--fa:""}.fa-align-justify{--fa:""}.fa-umbrella-beach{--fa:""}.fa-helmet-un{--fa:""}.fa-bullseye{--fa:""}.fa-bacon{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-folder,.fa-folder-blank{--fa:""}.fa-file-medical-alt,.fa-file-waveform{--fa:""}.fa-radiation{--fa:""}.fa-chart-simple{--fa:""}.fa-mars-stroke{--fa:""}.fa-vial{--fa:""}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:""}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:""}.fa-e{--fa:"E"}.fa-pen-alt,.fa-pen-clip{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-user{--fa:""}.fa-school-circle-check{--fa:""}.fa-dumpster{--fa:""}.fa-shuttle-van,.fa-van-shuttle{--fa:""}.fa-building-user{--fa:""}.fa-caret-square-left,.fa-square-caret-left{--fa:""}.fa-highlighter{--fa:""}.fa-key{--fa:""}.fa-bullhorn{--fa:""}.fa-globe{--fa:""}.fa-synagogue{--fa:""}.fa-person-half-dress{--fa:""}.fa-road-bridge{--fa:""}.fa-location-arrow{--fa:""}.fa-c{--fa:"C"}.fa-tablet-button{--fa:""}.fa-building-lock{--fa:""}.fa-pizza-slice{--fa:""}.fa-money-bill-wave{--fa:""}.fa-area-chart,.fa-chart-area{--fa:""}.fa-house-flag{--fa:""}.fa-person-circle-minus{--fa:""}.fa-ban,.fa-cancel{--fa:""}.fa-camera-rotate{--fa:""}.fa-air-freshener,.fa-spray-can-sparkles{--fa:""}.fa-star{--fa:""}.fa-repeat{--fa:""}.fa-cross{--fa:""}.fa-box{--fa:""}.fa-venus-mars{--fa:""}.fa-arrow-pointer,.fa-mouse-pointer{--fa:""}.fa-expand-arrows-alt,.fa-maximize{--fa:""}.fa-charging-station{--fa:""}.fa-shapes,.fa-triangle-circle-square{--fa:""}.fa-random,.fa-shuffle{--fa:""}.fa-person-running,.fa-running{--fa:""}.fa-mobile-retro{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-spider{--fa:""}.fa-hands-bound{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-x-ray{--fa:""}.fa-spell-check{--fa:""}.fa-slash{--fa:""}.fa-computer-mouse,.fa-mouse{--fa:""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:""}.fa-shop-slash,.fa-store-alt-slash{--fa:""}.fa-server{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-shop-lock{--fa:""}.fa-hourglass-1,.fa-hourglass-start{--fa:""}.fa-blender-phone{--fa:""}.fa-building-wheat{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-right-to-bracket,.fa-sign-in-alt{--fa:""}.fa-venus{--fa:""}.fa-passport{--fa:""}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:""}.fa-heart-pulse,.fa-heartbeat{--fa:""}.fa-people-carry,.fa-people-carry-box{--fa:""}.fa-temperature-high{--fa:""}.fa-microchip{--fa:""}.fa-crown{--fa:""}.fa-weight-hanging{--fa:""}.fa-xmarks-lines{--fa:""}.fa-file-prescription{--fa:""}.fa-weight,.fa-weight-scale{--fa:""}.fa-user-friends,.fa-user-group{--fa:""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:""}.fa-chess-knight{--fa:""}.fa-face-laugh-squint,.fa-laugh-squint{--fa:""}.fa-wheelchair{--fa:""}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:""}.fa-toggle-on{--fa:""}.fa-person-walking,.fa-walking{--fa:""}.fa-l{--fa:"L"}.fa-fire{--fa:""}.fa-bed-pulse,.fa-procedures{--fa:""}.fa-shuttle-space,.fa-space-shuttle{--fa:""}.fa-face-laugh,.fa-laugh{--fa:""}.fa-folder-open{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-code-fork{--fa:""}.fa-city{--fa:""}.fa-microphone-alt,.fa-microphone-lines{--fa:""}.fa-pepper-hot{--fa:""}.fa-unlock{--fa:""}.fa-colon-sign{--fa:""}.fa-headset{--fa:""}.fa-store-slash{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-user-minus{--fa:""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:""}.fa-champagne-glasses,.fa-glass-cheers{--fa:""}.fa-clipboard{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-file-arrow-up,.fa-file-upload{--fa:""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:""}.fa-bath,.fa-bathtub{--fa:""}.fa-underline{--fa:""}.fa-user-edit,.fa-user-pen{--fa:""}.fa-signature{--fa:""}.fa-stroopwafel{--fa:""}.fa-bold{--fa:""}.fa-anchor-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-manat-sign{--fa:""}.fa-not-equal{--fa:""}.fa-border-style,.fa-border-top-left{--fa:""}.fa-map-location-dot,.fa-map-marked-alt{--fa:""}.fa-jedi{--fa:""}.fa-poll,.fa-square-poll-vertical{--fa:""}.fa-mug-hot{--fa:""}.fa-battery-car,.fa-car-battery{--fa:""}.fa-gift{--fa:""}.fa-dice-two{--fa:""}.fa-chess-queen{--fa:""}.fa-glasses{--fa:""}.fa-chess-board{--fa:""}.fa-building-circle-check{--fa:""}.fa-person-chalkboard{--fa:""}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:""}.fa-hand-back-fist,.fa-hand-rock{--fa:""}.fa-caret-square-up,.fa-square-caret-up{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-bar-chart,.fa-chart-bar{--fa:""}.fa-hands-bubbles,.fa-hands-wash{--fa:""}.fa-less-than-equal{--fa:""}.fa-train{--fa:""}.fa-eye-low-vision,.fa-low-vision{--fa:""}.fa-crow{--fa:""}.fa-sailboat{--fa:""}.fa-window-restore{--fa:""}.fa-plus-square,.fa-square-plus{--fa:""}.fa-torii-gate{--fa:""}.fa-frog{--fa:""}.fa-bucket{--fa:""}.fa-image{--fa:""}.fa-microphone{--fa:""}.fa-cow{--fa:""}.fa-caret-up{--fa:""}.fa-screwdriver{--fa:""}.fa-folder-closed{--fa:""}.fa-house-tsunami{--fa:""}.fa-square-nfi{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-glass-martini-alt,.fa-martini-glass{--fa:""}.fa-square-binary{--fa:""}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:""}.fa-columns,.fa-table-columns{--fa:""}.fa-lemon{--fa:""}.fa-head-side-mask{--fa:""}.fa-handshake{--fa:""}.fa-gem{--fa:""}.fa-dolly,.fa-dolly-box{--fa:""}.fa-smoking{--fa:""}.fa-compress-arrows-alt,.fa-minimize{--fa:""}.fa-monument{--fa:""}.fa-snowplow{--fa:""}.fa-angle-double-right,.fa-angles-right{--fa:""}.fa-cannabis{--fa:""}.fa-circle-play,.fa-play-circle{--fa:""}.fa-tablets{--fa:""}.fa-ethernet{--fa:""}.fa-eur,.fa-euro,.fa-euro-sign{--fa:""}.fa-chair{--fa:""}.fa-check-circle,.fa-circle-check{--fa:""}.fa-circle-stop,.fa-stop-circle{--fa:""}.fa-compass-drafting,.fa-drafting-compass{--fa:""}.fa-plate-wheat{--fa:""}.fa-icicles{--fa:""}.fa-person-shelter{--fa:""}.fa-neuter{--fa:""}.fa-id-badge{--fa:""}.fa-marker{--fa:""}.fa-face-laugh-beam,.fa-laugh-beam{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-universal-access{--fa:""}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:""}.fa-lari-sign{--fa:""}.fa-volcano{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:""}.fa-viruses{--fa:""}.fa-square-person-confined{--fa:""}.fa-user-tie{--fa:""}.fa-arrow-down-long,.fa-long-arrow-down{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-certificate{--fa:""}.fa-mail-reply-all,.fa-reply-all{--fa:""}.fa-suitcase{--fa:""}.fa-person-skating,.fa-skating{--fa:""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:""}.fa-camera-retro{--fa:""}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:""}.fa-arrow-right-to-file,.fa-file-import{--fa:""}.fa-external-link-square,.fa-square-arrow-up-right{--fa:""}.fa-box-open{--fa:""}.fa-scroll{--fa:""}.fa-spa{--fa:""}.fa-location-pin-lock{--fa:""}.fa-pause{--fa:""}.fa-hill-avalanche{--fa:""}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:""}.fa-bomb{--fa:""}.fa-registered{--fa:""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:""}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:""}.fa-subscript{--fa:""}.fa-diamond-turn-right,.fa-directions{--fa:""}.fa-burst{--fa:""}.fa-house-laptop,.fa-laptop-house{--fa:""}.fa-face-tired,.fa-tired{--fa:""}.fa-money-bills{--fa:""}.fa-smog{--fa:""}.fa-crutch{--fa:""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:""}.fa-palette{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-vest{--fa:""}.fa-ferry{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-seedling,.fa-sprout{--fa:""}.fa-arrows-alt-h,.fa-left-right{--fa:""}.fa-boxes-packing{--fa:""}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-bowl-food{--fa:""}.fa-candy-cane{--fa:""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:""}.fa-cloud-bolt,.fa-thunderstorm{--fa:""}.fa-remove-format,.fa-text-slash{--fa:""}.fa-face-smile-wink,.fa-smile-wink{--fa:""}.fa-file-word{--fa:""}.fa-file-powerpoint{--fa:""}.fa-arrows-h,.fa-arrows-left-right{--fa:""}.fa-house-lock{--fa:""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:""}.fa-children{--fa:""}.fa-blackboard,.fa-chalkboard{--fa:""}.fa-user-alt-slash,.fa-user-large-slash{--fa:""}.fa-envelope-open{--fa:""}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:""}.fa-mattress-pillow{--fa:""}.fa-guarani-sign{--fa:""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-greater-than-equal{--fa:""}.fa-shield-alt,.fa-shield-halved{--fa:""}.fa-atlas,.fa-book-atlas{--fa:""}.fa-virus{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-layer-group{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-archway{--fa:""}.fa-heart-circle-check{--fa:""}.fa-house-chimney-crack,.fa-house-damage{--fa:""}.fa-file-archive,.fa-file-zipper{--fa:""}.fa-square{--fa:""}.fa-glass-martini,.fa-martini-glass-empty{--fa:""}.fa-couch{--fa:""}.fa-cedi-sign{--fa:""}.fa-italic{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-church{--fa:""}.fa-comments-dollar{--fa:""}.fa-democrat{--fa:""}.fa-z{--fa:"Z"}.fa-person-skiing,.fa-skiing{--fa:""}.fa-road-lock{--fa:""}.fa-a{--fa:"A"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:""}.fa-feather-alt,.fa-feather-pointed{--fa:""}.fa-p{--fa:"P"}.fa-snowflake{--fa:""}.fa-newspaper{--fa:""}.fa-ad,.fa-rectangle-ad{--fa:""}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-locust{--fa:""}.fa-sort,.fa-unsorted{--fa:""}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:""}.fa-person-dress-burst{--fa:""}.fa-money-check-alt,.fa-money-check-dollar{--fa:""}.fa-vector-square{--fa:""}.fa-bread-slice{--fa:""}.fa-language{--fa:""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:""}.fa-filter{--fa:""}.fa-question{--fa:"?"}.fa-file-signature{--fa:""}.fa-arrows-alt,.fa-up-down-left-right{--fa:""}.fa-house-chimney-user{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-puzzle-piece{--fa:""}.fa-money-check{--fa:""}.fa-star-half-alt,.fa-star-half-stroke{--fa:""}.fa-code{--fa:""}.fa-glass-whiskey,.fa-whiskey-glass{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-arrow-up-right-from-square,.fa-external-link{--fa:""}.fa-cubes-stacked{--fa:""}.fa-krw,.fa-won,.fa-won-sign{--fa:""}.fa-virus-covid{--fa:""}.fa-austral-sign{--fa:""}.fa-f{--fa:"F"}.fa-leaf{--fa:""}.fa-road{--fa:""}.fa-cab,.fa-taxi{--fa:""}.fa-person-circle-plus{--fa:""}.fa-chart-pie,.fa-pie-chart{--fa:""}.fa-bolt-lightning{--fa:""}.fa-sack-xmark{--fa:""}.fa-file-excel{--fa:""}.fa-file-contract{--fa:""}.fa-fish-fins{--fa:""}.fa-building-flag{--fa:""}.fa-face-grin-beam,.fa-grin-beam{--fa:""}.fa-object-ungroup{--fa:""}.fa-poop{--fa:""}.fa-location-pin,.fa-map-marker{--fa:""}.fa-kaaba{--fa:""}.fa-toilet-paper{--fa:""}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:""}.fa-eject{--fa:""}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:""}.fa-plane-circle-check{--fa:""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:""}.fa-object-group{--fa:""}.fa-chart-line,.fa-line-chart{--fa:""}.fa-mask-ventilator{--fa:""}.fa-arrow-right{--fa:""}.fa-map-signs,.fa-signs-post{--fa:""}.fa-cash-register{--fa:""}.fa-person-circle-question{--fa:""}.fa-h{--fa:"H"}.fa-tarp{--fa:""}.fa-screwdriver-wrench,.fa-tools{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-heart{--fa:""}.fa-mars-and-venus{--fa:""}.fa-home-user,.fa-house-user{--fa:""}.fa-dumpster-fire{--fa:""}.fa-house-crack{--fa:""}.fa-cocktail,.fa-martini-glass-citrus{--fa:""}.fa-face-surprise,.fa-surprise{--fa:""}.fa-bottle-water{--fa:""}.fa-circle-pause,.fa-pause-circle{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-apple-alt,.fa-apple-whole{--fa:""}.fa-kitchen-set{--fa:""}.fa-r{--fa:"R"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:""}.fa-cube{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-shield-dog{--fa:""}.fa-solar-panel{--fa:""}.fa-lock-open{--fa:""}.fa-elevator{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-poll-h,.fa-square-poll-horizontal{--fa:""}.fa-circle{--fa:""}.fa-backward-fast,.fa-fast-backward{--fa:""}.fa-recycle{--fa:""}.fa-user-astronaut{--fa:""}.fa-plane-slash{--fa:""}.fa-trademark{--fa:""}.fa-basketball,.fa-basketball-ball{--fa:""}.fa-satellite-dish{--fa:""}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:""}.fa-mobile-alt,.fa-mobile-screen-button{--fa:""}.fa-volume-high,.fa-volume-up{--fa:""}.fa-users-rays{--fa:""}.fa-wallet{--fa:""}.fa-clipboard-check{--fa:""}.fa-file-audio{--fa:""}.fa-burger,.fa-hamburger{--fa:""}.fa-wrench{--fa:""}.fa-bugs{--fa:""}.fa-rupee,.fa-rupee-sign{--fa:""}.fa-file-image{--fa:""}.fa-circle-question,.fa-question-circle{--fa:""}.fa-plane-departure{--fa:""}.fa-handshake-slash{--fa:""}.fa-book-bookmark{--fa:""}.fa-code-branch{--fa:""}.fa-hat-cowboy{--fa:""}.fa-bridge{--fa:""}.fa-phone-alt,.fa-phone-flip{--fa:""}.fa-truck-front{--fa:""}.fa-cat{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-truck-field{--fa:""}.fa-route{--fa:""}.fa-clipboard-question{--fa:""}.fa-panorama{--fa:""}.fa-comment-medical{--fa:""}.fa-teeth-open{--fa:""}.fa-file-circle-minus{--fa:""}.fa-tags{--fa:""}.fa-wine-glass{--fa:""}.fa-fast-forward,.fa-forward-fast{--fa:""}.fa-face-meh-blank,.fa-meh-blank{--fa:""}.fa-parking,.fa-square-parking{--fa:""}.fa-house-signal{--fa:""}.fa-bars-progress,.fa-tasks-alt{--fa:""}.fa-faucet-drip{--fa:""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:""}.fa-ban-smoking,.fa-smoking-ban{--fa:""}.fa-terminal{--fa:""}.fa-mobile-button{--fa:""}.fa-house-medical-flag{--fa:""}.fa-basket-shopping,.fa-shopping-basket{--fa:""}.fa-tape{--fa:""}.fa-bus-alt,.fa-bus-simple{--fa:""}.fa-eye{--fa:""}.fa-face-sad-cry,.fa-sad-cry{--fa:""}.fa-audio-description{--fa:""}.fa-person-military-to-person{--fa:""}.fa-file-shield{--fa:""}.fa-user-slash{--fa:""}.fa-pen{--fa:""}.fa-tower-observation{--fa:""}.fa-file-code{--fa:""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:""}.fa-bus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-home-lg,.fa-house-chimney{--fa:""}.fa-window-maximize{--fa:""}.fa-face-frown,.fa-frown{--fa:""}.fa-prescription{--fa:""}.fa-shop,.fa-store-alt{--fa:""}.fa-floppy-disk,.fa-save{--fa:""}.fa-vihara{--fa:""}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:""}.fa-sort-asc,.fa-sort-up{--fa:""}.fa-comment-dots,.fa-commenting{--fa:""}.fa-plant-wilt{--fa:""}.fa-diamond{--fa:""}.fa-face-grin-squint,.fa-grin-squint{--fa:""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:""}.fa-chart-diagram{--fa:""}.fa-bacterium{--fa:""}.fa-hand-pointer{--fa:""}.fa-drum-steelpan{--fa:""}.fa-hand-scissors{--fa:""}.fa-hands-praying,.fa-praying-hands{--fa:""}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:""}.fa-biohazard{--fa:""}.fa-location,.fa-location-crosshairs{--fa:""}.fa-mars-double{--fa:""}.fa-child-dress{--fa:""}.fa-users-between-lines{--fa:""}.fa-lungs-virus{--fa:""}.fa-face-grin-tears,.fa-grin-tears{--fa:""}.fa-phone{--fa:""}.fa-calendar-times,.fa-calendar-xmark{--fa:""}.fa-child-reaching{--fa:""}.fa-head-side-virus{--fa:""}.fa-user-cog,.fa-user-gear{--fa:""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:""}.fa-door-closed{--fa:""}.fa-shield-virus{--fa:""}.fa-dice-six{--fa:""}.fa-mosquito-net{--fa:""}.fa-file-fragment{--fa:""}.fa-bridge-water{--fa:""}.fa-person-booth{--fa:""}.fa-text-width{--fa:""}.fa-hat-wizard{--fa:""}.fa-pen-fancy{--fa:""}.fa-digging,.fa-person-digging{--fa:""}.fa-trash{--fa:""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:""}.fa-book-medical{--fa:""}.fa-poo{--fa:""}.fa-quote-right,.fa-quote-right-alt{--fa:""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:""}.fa-cubes{--fa:""}.fa-divide{--fa:""}.fa-tenge,.fa-tenge-sign{--fa:""}.fa-headphones{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-clapping{--fa:""}.fa-republican{--fa:""}.fa-arrow-left{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-ruler{--fa:""}.fa-align-left{--fa:""}.fa-dice-d6{--fa:""}.fa-restroom{--fa:""}.fa-j{--fa:"J"}.fa-users-viewfinder{--fa:""}.fa-file-video{--fa:""}.fa-external-link-alt,.fa-up-right-from-square{--fa:""}.fa-table-cells,.fa-th{--fa:""}.fa-file-pdf{--fa:""}.fa-bible,.fa-book-bible{--fa:""}.fa-o{--fa:"O"}.fa-medkit,.fa-suitcase-medical{--fa:""}.fa-user-secret{--fa:""}.fa-otter{--fa:""}.fa-female,.fa-person-dress{--fa:""}.fa-comment-dollar{--fa:""}.fa-briefcase-clock,.fa-business-time{--fa:""}.fa-table-cells-large,.fa-th-large{--fa:""}.fa-book-tanakh,.fa-tanakh{--fa:""}.fa-phone-volume,.fa-volume-control-phone{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-clipboard-user{--fa:""}.fa-child{--fa:""}.fa-lira-sign{--fa:""}.fa-satellite{--fa:""}.fa-plane-lock{--fa:""}.fa-tag{--fa:""}.fa-comment{--fa:""}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:""}.fa-envelope{--fa:""}.fa-angle-double-up,.fa-angles-up{--fa:""}.fa-paperclip{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-ribbon{--fa:""}.fa-lungs{--fa:""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:""}.fa-litecoin-sign{--fa:""}.fa-border-none{--fa:""}.fa-circle-nodes{--fa:""}.fa-parachute-box{--fa:""}.fa-indent{--fa:""}.fa-truck-field-un{--fa:""}.fa-hourglass,.fa-hourglass-empty{--fa:""}.fa-mountain{--fa:""}.fa-user-doctor,.fa-user-md{--fa:""}.fa-circle-info,.fa-info-circle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-camera,.fa-camera-alt{--fa:""}.fa-square-virus{--fa:""}.fa-meteor{--fa:""}.fa-car-on{--fa:""}.fa-sleigh{--fa:""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:""}.fa-water{--fa:""}.fa-calendar-check{--fa:""}.fa-braille{--fa:""}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:""}.fa-landmark{--fa:""}.fa-truck{--fa:""}.fa-crosshairs{--fa:""}.fa-person-cane{--fa:""}.fa-tent{--fa:""}.fa-vest-patches{--fa:""}.fa-check-double{--fa:""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-cookie{--fa:""}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:""}.fa-hard-drive,.fa-hdd{--fa:""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:""}.fa-dumbbell{--fa:""}.fa-list-alt,.fa-rectangle-list{--fa:""}.fa-tarp-droplet{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:""}.fa-calendar-plus{--fa:""}.fa-plane-arrival{--fa:""}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:""}.fa-subway,.fa-train-subway{--fa:""}.fa-chart-gantt{--fa:""}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:""}.fa-crop-alt,.fa-crop-simple{--fa:""}.fa-money-bill-1,.fa-money-bill-alt{--fa:""}.fa-left-long,.fa-long-arrow-alt-left{--fa:""}.fa-dna{--fa:""}.fa-virus-slash{--fa:""}.fa-minus,.fa-subtract{--fa:""}.fa-chess{--fa:""}.fa-arrow-left-long,.fa-long-arrow-left{--fa:""}.fa-plug-circle-check{--fa:""}.fa-street-view{--fa:""}.fa-franc-sign{--fa:""}.fa-volume-off{--fa:""}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:""}.fa-cog,.fa-gear{--fa:""}.fa-droplet-slash,.fa-tint-slash{--fa:""}.fa-mosque{--fa:""}.fa-mosquito{--fa:""}.fa-star-of-david{--fa:""}.fa-person-military-rifle{--fa:""}.fa-cart-shopping,.fa-shopping-cart{--fa:""}.fa-vials{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-place-of-worship{--fa:""}.fa-grip-vertical{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-arrow-turn-up,.fa-level-up{--fa:""}.fa-u{--fa:"U"}.fa-square-root-alt,.fa-square-root-variable{--fa:""}.fa-clock,.fa-clock-four{--fa:""}.fa-backward-step,.fa-step-backward{--fa:""}.fa-pallet{--fa:""}.fa-faucet{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-s{--fa:"S"}.fa-timeline{--fa:""}.fa-keyboard{--fa:""}.fa-caret-down{--fa:""}.fa-clinic-medical,.fa-house-chimney-medical{--fa:""}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:""}.fa-mobile-android-alt,.fa-mobile-screen{--fa:""}.fa-plane-up{--fa:""}.fa-piggy-bank{--fa:""}.fa-battery-3,.fa-battery-half{--fa:""}.fa-mountain-city{--fa:""}.fa-coins{--fa:""}.fa-khanda{--fa:""}.fa-sliders,.fa-sliders-h{--fa:""}.fa-folder-tree{--fa:""}.fa-network-wired{--fa:""}.fa-map-pin{--fa:""}.fa-hamsa{--fa:""}.fa-cent-sign{--fa:""}.fa-flask{--fa:""}.fa-person-pregnant{--fa:""}.fa-wand-sparkles{--fa:""}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:""}.fa-ticket{--fa:""}.fa-power-off{--fa:""}.fa-long-arrow-alt-right,.fa-right-long{--fa:""}.fa-flag-usa{--fa:""}.fa-laptop-file{--fa:""}.fa-teletype,.fa-tty{--fa:""}.fa-diagram-next{--fa:""}.fa-person-rifle{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-closed-captioning{--fa:""}.fa-hiking,.fa-person-hiking{--fa:""}.fa-venus-double{--fa:""}.fa-images{--fa:""}.fa-calculator{--fa:""}.fa-people-pulling{--fa:""}.fa-n{--fa:"N"}.fa-cable-car,.fa-tram{--fa:""}.fa-cloud-rain{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-ship{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-download{--fa:""}.fa-face-grin,.fa-grin{--fa:""}.fa-backspace,.fa-delete-left{--fa:""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:""}.fa-file-circle-check{--fa:""}.fa-forward{--fa:""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:""}.fa-face-meh,.fa-meh{--fa:""}.fa-align-center{--fa:""}.fa-book-dead,.fa-book-skull{--fa:""}.fa-drivers-license,.fa-id-card{--fa:""}.fa-dedent,.fa-outdent{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:""}.fa-calendar-week{--fa:""}.fa-laptop-medical{--fa:""}.fa-b{--fa:"B"}.fa-file-medical{--fa:""}.fa-dice-one{--fa:""}.fa-kiwi-bird{--fa:""}.fa-arrow-right-arrow-left,.fa-exchange{--fa:""}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:""}.fa-cutlery,.fa-utensils{--fa:""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:""}.fa-mill-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-skull{--fa:""}.fa-broadcast-tower,.fa-tower-broadcast{--fa:""}.fa-truck-pickup{--fa:""}.fa-long-arrow-alt-up,.fa-up-long{--fa:""}.fa-stop{--fa:""}.fa-code-merge{--fa:""}.fa-upload{--fa:""}.fa-hurricane{--fa:""}.fa-mound{--fa:""}.fa-toilet-portable{--fa:""}.fa-compact-disc{--fa:""}.fa-file-arrow-down,.fa-file-download{--fa:""}.fa-caravan{--fa:""}.fa-shield-cat{--fa:""}.fa-bolt,.fa-zap{--fa:""}.fa-glass-water{--fa:""}.fa-oil-well{--fa:""}.fa-vault{--fa:""}.fa-mars{--fa:""}.fa-toilet{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:""}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:""}.fa-sun{--fa:""}.fa-guitar{--fa:""}.fa-face-laugh-wink,.fa-laugh-wink{--fa:""}.fa-horse-head{--fa:""}.fa-bore-hole{--fa:""}.fa-industry{--fa:""}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-florin-sign{--fa:""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:""}.fa-less-than{--fa:"<"}.fa-angle-down{--fa:""}.fa-car-tunnel{--fa:""}.fa-head-side-cough{--fa:""}.fa-grip-lines{--fa:""}.fa-thumbs-down{--fa:""}.fa-user-lock{--fa:""}.fa-arrow-right-long,.fa-long-arrow-right{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-ellipsis,.fa-ellipsis-h{--fa:""}.fa-chess-pawn{--fa:""}.fa-first-aid,.fa-kit-medical{--fa:""}.fa-person-through-window{--fa:""}.fa-toolbox{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-bug{--fa:""}.fa-credit-card,.fa-credit-card-alt{--fa:""}.fa-automobile,.fa-car{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-book-open-reader,.fa-book-reader{--fa:""}.fa-mountain-sun{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-dice-d20{--fa:""}.fa-truck-droplet{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-temperature-arrow-up,.fa-temperature-up{--fa:""}.fa-medal{--fa:""}.fa-bed{--fa:""}.fa-h-square,.fa-square-h{--fa:""}.fa-podcast{--fa:""}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:""}.fa-bell{--fa:""}.fa-superscript{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-star-of-life{--fa:""}.fa-phone-slash{--fa:""}.fa-paint-roller{--fa:""}.fa-hands-helping,.fa-handshake-angle{--fa:""}.fa-location-dot,.fa-map-marker-alt{--fa:""}.fa-file{--fa:""}.fa-greater-than{--fa:">"}.fa-person-swimming,.fa-swimmer{--fa:""}.fa-arrow-down{--fa:""}.fa-droplet,.fa-tint{--fa:""}.fa-eraser{--fa:""}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:""}.fa-person-burst{--fa:""}.fa-dove{--fa:""}.fa-battery-0,.fa-battery-empty{--fa:""}.fa-socks{--fa:""}.fa-inbox{--fa:""}.fa-section{--fa:""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:""}.fa-envelope-open-text{--fa:""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:""}.fa-wine-bottle{--fa:""}.fa-chess-rook{--fa:""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:""}.fa-dharmachakra{--fa:""}.fa-hotdog{--fa:""}.fa-blind,.fa-person-walking-with-cane{--fa:""}.fa-drum{--fa:""}.fa-ice-cream{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-fax{--fa:""}.fa-paragraph{--fa:""}.fa-check-to-slot,.fa-vote-yea{--fa:""}.fa-star-half{--fa:""}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:""}.fa-chain,.fa-link{--fa:""}.fa-assistive-listening-systems,.fa-ear-listen{--fa:""}.fa-tree-city{--fa:""}.fa-play{--fa:""}.fa-font{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-rupiah-sign{--fa:""}.fa-magnifying-glass,.fa-search{--fa:""}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:""}.fa-diagnoses,.fa-person-dots-from-line{--fa:""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:""}.fa-naira-sign{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-walkie-talkie{--fa:""}.fa-file-edit,.fa-file-pen{--fa:""}.fa-receipt{--fa:""}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-chevron-down{--fa:""}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:""}.fa-skull-crossbones{--fa:""}.fa-code-compare{--fa:""}.fa-list-dots,.fa-list-ul{--fa:""}.fa-school-lock{--fa:""}.fa-tower-cell{--fa:""}.fa-down-long,.fa-long-arrow-alt-down{--fa:""}.fa-ranking-star{--fa:""}.fa-chess-king{--fa:""}.fa-person-harassing{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-landmark-alt,.fa-landmark-dome{--fa:""}.fa-arrow-up{--fa:""}.fa-television,.fa-tv,.fa-tv-alt{--fa:""}.fa-shrimp{--fa:""}.fa-list-check,.fa-tasks{--fa:""}.fa-jug-detergent{--fa:""}.fa-circle-user,.fa-user-circle{--fa:""}.fa-user-shield{--fa:""}.fa-wind{--fa:""}.fa-car-burst,.fa-car-crash{--fa:""}.fa-y{--fa:"Y"}.fa-person-snowboarding,.fa-snowboarding{--fa:""}.fa-shipping-fast,.fa-truck-fast{--fa:""}.fa-fish{--fa:""}.fa-user-graduate{--fa:""}.fa-adjust,.fa-circle-half-stroke{--fa:""}.fa-clapperboard{--fa:""}.fa-circle-radiation,.fa-radiation-alt{--fa:""}.fa-baseball,.fa-baseball-ball{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-diagram-project,.fa-project-diagram{--fa:""}.fa-copy{--fa:""}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:""}.fa-hand-sparkles{--fa:""}.fa-grip,.fa-grip-horizontal{--fa:""}.fa-share-from-square,.fa-share-square{--fa:""}.fa-child-combatant,.fa-child-rifle{--fa:""}.fa-gun{--fa:""}.fa-phone-square,.fa-square-phone{--fa:""}.fa-add,.fa-plus{--fa:"+"}.fa-expand{--fa:""}.fa-computer{--fa:""}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:""}.fa-arrows,.fa-arrows-up-down-left-right{--fa:""}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:""}.fa-peso-sign{--fa:""}.fa-building-shield{--fa:""}.fa-baby{--fa:""}.fa-users-line{--fa:""}.fa-quote-left,.fa-quote-left-alt{--fa:""}.fa-tractor{--fa:""}.fa-trash-arrow-up,.fa-trash-restore{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-lines-leaning{--fa:""}.fa-ruler-combined{--fa:""}.fa-copyright{--fa:""}.fa-equals{--fa:"="}.fa-blender{--fa:""}.fa-teeth{--fa:""}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:""}.fa-map{--fa:""}.fa-rocket{--fa:""}.fa-photo-film,.fa-photo-video{--fa:""}.fa-folder-minus{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-store{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-sign,.fa-sign-hanging{--fa:""}.fa-bezier-curve{--fa:""}.fa-bell-slash{--fa:""}.fa-tablet,.fa-tablet-android{--fa:""}.fa-school-flag{--fa:""}.fa-fill{--fa:""}.fa-angle-up{--fa:""}.fa-drumstick-bite{--fa:""}.fa-holly-berry{--fa:""}.fa-chevron-left{--fa:""}.fa-bacteria{--fa:""}.fa-hand-lizard{--fa:""}.fa-notdef{--fa:""}.fa-disease{--fa:""}.fa-briefcase-medical{--fa:""}.fa-genderless{--fa:""}.fa-chevron-right{--fa:""}.fa-retweet{--fa:""}.fa-car-alt,.fa-car-rear{--fa:""}.fa-pump-soap{--fa:""}.fa-video-slash{--fa:""}.fa-battery-2,.fa-battery-quarter{--fa:""}.fa-radio{--fa:""}.fa-baby-carriage,.fa-carriage-baby{--fa:""}.fa-traffic-light{--fa:""}.fa-thermometer{--fa:""}.fa-vr-cardboard{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-percent,.fa-percentage{--fa:"%"}.fa-truck-moving{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-display{--fa:""}.fa-face-smile,.fa-smile{--fa:""}.fa-thumb-tack,.fa-thumbtack{--fa:""}.fa-trophy{--fa:""}.fa-person-praying,.fa-pray{--fa:""}.fa-hammer{--fa:""}.fa-hand-peace{--fa:""}.fa-rotate,.fa-sync-alt{--fa:""}.fa-spinner{--fa:""}.fa-robot{--fa:""}.fa-peace{--fa:""}.fa-cogs,.fa-gears{--fa:""}.fa-warehouse{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-splotch{--fa:""}.fa-face-grin-hearts,.fa-grin-hearts{--fa:""}.fa-dice-four{--fa:""}.fa-sim-card{--fa:""}.fa-transgender,.fa-transgender-alt{--fa:""}.fa-mercury{--fa:""}.fa-arrow-turn-down,.fa-level-down{--fa:""}.fa-person-falling-burst{--fa:""}.fa-award{--fa:""}.fa-ticket-alt,.fa-ticket-simple{--fa:""}.fa-building{--fa:""}.fa-angle-double-left,.fa-angles-left{--fa:""}.fa-qrcode{--fa:""}.fa-clock-rotate-left,.fa-history{--fa:""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:""}.fa-arrow-right-from-file,.fa-file-export{--fa:""}.fa-shield,.fa-shield-blank{--fa:""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:""}.fa-comment-nodes{--fa:""}.fa-house-medical{--fa:""}.fa-golf-ball,.fa-golf-ball-tee{--fa:""}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:""}.fa-house-chimney-window{--fa:""}.fa-pen-nib{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tents{--fa:""}.fa-magic,.fa-wand-magic{--fa:""}.fa-dog{--fa:""}.fa-carrot{--fa:""}.fa-moon{--fa:""}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:""}.fa-cheese{--fa:""}.fa-yin-yang{--fa:""}.fa-music{--fa:""}.fa-code-commit{--fa:""}.fa-temperature-low{--fa:""}.fa-biking,.fa-person-biking{--fa:""}.fa-broom{--fa:""}.fa-shield-heart{--fa:""}.fa-gopuram{--fa:""}.fa-earth-oceania,.fa-globe-oceania{--fa:""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:""}.fa-hashtag{--fa:"#"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:""}.fa-oil-can{--fa:""}.fa-t{--fa:"T"}.fa-hippo{--fa:""}.fa-chart-column{--fa:""}.fa-infinity{--fa:""}.fa-vial-circle-check{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-voicemail{--fa:""}.fa-fan{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-arrows-alt-v,.fa-up-down{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-calendar{--fa:""}.fa-trailer{--fa:""}.fa-bahai,.fa-haykal{--fa:""}.fa-sd-card{--fa:""}.fa-dragon{--fa:""}.fa-shoe-prints{--fa:""}.fa-circle-plus,.fa-plus-circle{--fa:""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:""}.fa-hand-holding{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:""}.fa-clone{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:""}.fa-fire-alt,.fa-fire-flame-curved{--fa:""}.fa-tornado{--fa:""}.fa-file-circle-plus{--fa:""}.fa-book-quran,.fa-quran{--fa:""}.fa-anchor{--fa:""}.fa-border-all{--fa:""}.fa-angry,.fa-face-angry{--fa:""}.fa-cookie-bite{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-feed,.fa-rss{--fa:""}.fa-draw-polygon{--fa:""}.fa-balance-scale,.fa-scale-balanced{--fa:""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:""}.fa-shower{--fa:""}.fa-desktop,.fa-desktop-alt{--fa:""}.fa-m{--fa:"M"}.fa-table-list,.fa-th-list{--fa:""}.fa-comment-sms,.fa-sms{--fa:""}.fa-book{--fa:""}.fa-user-plus{--fa:""}.fa-check{--fa:""}.fa-battery-4,.fa-battery-three-quarters{--fa:""}.fa-house-circle-check{--fa:""}.fa-angle-left{--fa:""}.fa-diagram-successor{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-fist-raised,.fa-hand-fist{--fa:""}.fa-cloud-moon{--fa:""}.fa-briefcase{--fa:""}.fa-person-falling{--fa:""}.fa-image-portrait,.fa-portrait{--fa:""}.fa-user-tag{--fa:""}.fa-rug{--fa:""}.fa-earth-europe,.fa-globe-europe{--fa:""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:""}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:""}.fa-baht-sign{--fa:""}.fa-book-open{--fa:""}.fa-book-journal-whills,.fa-journal-whills{--fa:""}.fa-handcuffs{--fa:""}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:""}.fa-database{--fa:""}.fa-mail-forward,.fa-share{--fa:""}.fa-bottle-droplet{--fa:""}.fa-mask-face{--fa:""}.fa-hill-rockslide{--fa:""}.fa-exchange-alt,.fa-right-left{--fa:""}.fa-paper-plane{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-dungeon{--fa:""}.fa-align-right{--fa:""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:""}.fa-life-ring{--fa:""}.fa-hands,.fa-sign-language,.fa-signing{--fa:""}.fa-calendar-day{--fa:""}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:""}.fa-arrows-up-down,.fa-arrows-v{--fa:""}.fa-face-grimace,.fa-grimace{--fa:""}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:""}.fa-level-down-alt,.fa-turn-down{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-envelope-square,.fa-square-envelope{--fa:""}.fa-dice{--fa:""}.fa-bowling-ball{--fa:""}.fa-brain{--fa:""}.fa-band-aid,.fa-bandage{--fa:""}.fa-calendar-minus{--fa:""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:""}.fa-gifts{--fa:""}.fa-hotel{--fa:""}.fa-earth-asia,.fa-globe-asia{--fa:""}.fa-id-card-alt,.fa-id-card-clip{--fa:""}.fa-magnifying-glass-plus,.fa-search-plus{--fa:""}.fa-thumbs-up{--fa:""}.fa-user-clock{--fa:""}.fa-allergies,.fa-hand-dots{--fa:""}.fa-file-invoice{--fa:""}.fa-window-minimize{--fa:""}.fa-coffee,.fa-mug-saucer{--fa:""}.fa-brush{--fa:""}.fa-file-half-dashed{--fa:""}.fa-mask{--fa:""}.fa-magnifying-glass-minus,.fa-search-minus{--fa:""}.fa-ruler-vertical{--fa:""}.fa-user-alt,.fa-user-large{--fa:""}.fa-train-tram{--fa:""}.fa-user-nurse{--fa:""}.fa-syringe{--fa:""}.fa-cloud-sun{--fa:""}.fa-stopwatch-20{--fa:""}.fa-square-full{--fa:""}.fa-magnet{--fa:""}.fa-jar{--fa:""}.fa-note-sticky,.fa-sticky-note{--fa:""}.fa-bug-slash{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-bone{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-user-injured{--fa:""}.fa-face-sad-tear,.fa-sad-tear{--fa:""}.fa-plane{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-exclamation{--fa:"!"}.fa-arrows-spin{--fa:""}.fa-print{--fa:""}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:""}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"$"}.fa-x{--fa:"X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:""}.fa-users-cog,.fa-users-gear{--fa:""}.fa-person-military-pointing{--fa:""}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:""}.fa-umbrella{--fa:""}.fa-trowel{--fa:""}.fa-d{--fa:"D"}.fa-stapler{--fa:""}.fa-masks-theater,.fa-theater-masks{--fa:""}.fa-kip-sign{--fa:""}.fa-hand-point-left{--fa:""}.fa-handshake-alt,.fa-handshake-simple{--fa:""}.fa-fighter-jet,.fa-jet-fighter{--fa:""}.fa-share-alt-square,.fa-square-share-nodes{--fa:""}.fa-barcode{--fa:""}.fa-plus-minus{--fa:""}.fa-video,.fa-video-camera{--fa:""}.fa-graduation-cap,.fa-mortar-board{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-person-circle-check{--fa:""}.fa-level-up-alt,.fa-turn-up{--fa:""}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-D_cYUPeE.woff2) format("woff2"),url(/assets/fa-brands-400-D1LuMI3I.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-js-square,.fa-square-js{--fa:""}.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""}.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-reddit-square,.fa-square-reddit{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-instagram-square,.fa-square-instagram{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-hacker-news-square,.fa-square-hacker-news{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-snapchat-square,.fa-square-snapchat{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo,.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-dribbble-square,.fa-square-dribbble{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter,.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter,.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube,.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-rendact,.fa-wpressr{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam,.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo,.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""}.fa-amazon-pay{--fa:""}.fa-github-square,.fa-square-github{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""}.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-gitlab-square,.fa-square-gitlab{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-pinterest-square,.fa-square-pinterest{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""}.fa-google-plus-square,.fa-square-google-plus{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing,.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group,.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-pied-piper-square,.fa-square-pied-piper{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-facebook-square,.fa-square-facebook{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-lastfm-square,.fa-square-lastfm{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""}.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""}.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk,.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat,.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-behance-square,.fa-square-behance{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-git-square,.fa-square-git{--fa:""}.fa-square-tumblr,.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""}.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""}.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram,.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp,.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack,.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium,.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-BjRzuEpd.woff2) format("woff2"),url(/assets/fa-regular-400-DZaxPHgR.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-CTAAxXor.woff2) format("woff2"),url(/assets/fa-solid-900-D0aA9rwL.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/assets/fa-brands-400-D_cYUPeE.woff2) format("woff2"),url(/assets/fa-brands-400-D1LuMI3I.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/assets/fa-solid-900-CTAAxXor.woff2) format("woff2"),url(/assets/fa-solid-900-D0aA9rwL.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/assets/fa-regular-400-BjRzuEpd.woff2) format("woff2"),url(/assets/fa-regular-400-DZaxPHgR.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-solid-900-CTAAxXor.woff2) format("woff2"),url(/assets/fa-solid-900-D0aA9rwL.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-brands-400-D_cYUPeE.woff2) format("woff2"),url(/assets/fa-brands-400-D1LuMI3I.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-regular-400-BjRzuEpd.woff2) format("woff2"),url(/assets/fa-regular-400-DZaxPHgR.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-v4compatibility-C9RhG_FT.woff2) format("woff2"),url(/assets/fa-v4compatibility-CCth-dXg.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
