@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header-wrapper{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.top-bar{background:linear-gradient(135deg,#00acee,#0284c7);color:#fff;font-size:14px;justify-content:space-between;min-height:48px;padding:0 100px}.top-bar,.top-left{align-items:center;display:flex}.top-left{flex-wrap:wrap;gap:16px}.contact-item{align-items:center;display:flex;gap:8px}.contact-icon{font-size:13px;opacity:.9}.contact-link{color:#fff;font-weight:500;text-decoration:none;transition:opacity .2s}.contact-link:hover{opacity:.8;text-decoration:underline}.contact-separator{margin:0 2px;opacity:.7}.divider{font-weight:300;margin:0;opacity:.3}.top-right{align-items:center;display:flex}.iso-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:6px;padding:6px 14px}.iso-text{font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}@media (max-width:1200px){.top-bar{padding:10px 50px}.main-header{padding:18px 50px}}@media (max-width:1024px){.top-bar{font-size:13px;padding:10px 30px}.main-header{padding:16px 30px}.top-left{gap:12px}.contact-item{gap:0}.iso-badge{padding:5px 12px}.iso-text{font-size:12px}}.main-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:10px 100px}.logo{display:inline-block;text-decoration:none;transition:opacity .2s}.logo:hover{opacity:.8}.logo-image{display:block;height:50px;width:auto}.nav{align-items:center;display:flex;gap:28px}.nav a{color:#111827;font-size:15px;font-weight:600;text-decoration:none}.nav a.active{border-bottom:2px solid #00acee;color:#00acee;padding-bottom:4px}.dropdown{position:relative}.dropdown-menu{background:#fff;box-shadow:0 8px 20px #0000001f;display:none;left:0;min-width:200px;position:absolute;top:20px;z-index:100}.dropdown-menu a{display:block;font-size:14px;padding:10px 15px}.dropdown:hover .dropdown-menu{display:block}.items-list:hover{background-color:#00acee;color:#fff}.header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.cart{border:1px solid #cbd5f5;color:inherit;cursor:pointer;display:inline-block;padding:8px 12px;position:relative;text-decoration:none;transition:background-color .2s}.cart:hover{background-color:#f3f4f6}.profile-wrapper{position:relative}.login-btn{background:#00acee;border-radius:4px;color:#fff;font-size:14px;font-weight:600;padding:8px 16px;text-decoration:none;transition:background .2s}.login-btn:hover{background:#0284c7}.profile-container{position:relative}.profile-btn{align-items:center;background:#00acee;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;padding:8px 16px;transition:background .2s}.profile-btn:hover{background:#0284c7}.profile-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:250px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.profile-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;padding:16px}.profile-avatar{align-items:center;background:#00acee;border-radius:50%;display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;width:40px}.profile-info{flex:1 1;min-width:0}.profile-name{color:#111827;font-size:14px;font-weight:600;margin-bottom:2px}.profile-email,.profile-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-email{color:#6b7280;font-size:12px}.profile-menu{padding:8px 0}.profile-menu-item{background:none;border:none;color:#111827;cursor:pointer;display:block;font-family:inherit;font-size:14px;padding:12px 16px;text-align:left;text-decoration:none;transition:background .2s;width:100%}.profile-menu-item:hover{background:#f3f4f6}.logout-btn{border-top:1px solid #e5e7eb;color:#dc2626;margin-top:4px;padding-top:12px}.logout-btn:hover{background:#fee2e2;color:#b91c1c}.badge{background:red;border-radius:50%;color:#fff;display:inline-block;font-size:12px;min-width:18px;padding:2px 6px;position:absolute;right:-8px;text-align:center;top:-8px}.search{display:flex;position:relative}.dropdown-item:hover{background-color:#00acee;color:#fff}.search input{border:1px solid #cbd5f5;outline:none;padding:8px;width:200px}.search button{background:#00acee;border:none;color:#fff;cursor:pointer;padding:8px 12px}.search-suggestions{background:#fff;border:1px solid #e5e7eb;border-top:none;box-shadow:0 4px 12px #0000001a;left:0;margin-top:2px;max-height:500px;overflow-y:auto;position:absolute;right:0;top:100%;width:100%;z-index:1000}.suggestion-item{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;gap:12px;padding:12px;transition:background-color .2s}.suggestion-item:hover{background-color:#f9fafb}.suggestion-item img{border-radius:4px;height:50px;object-fit:cover;width:50px}.suggestion-info{flex:1 1}.suggestion-name{color:#111827;font-size:14px;font-weight:600;margin-bottom:4px}.suggestion-category{color:#6b7280;font-size:12px}.menu-btn{background:none;border:none;color:#111827;cursor:pointer;display:none;font-size:24px;padding:4px 8px}.mobile-menu{background:#fff;box-shadow:-2px 0 10px #0000001a;display:none;height:100vh;overflow-y:auto;position:fixed;right:-100%;top:0;transition:right .3s ease;width:280px;z-index:9999}.mobile-menu.open{right:0}.mobile-nav{display:flex;flex-direction:column;gap:0;padding:20px}.mobile-nav>a{border-bottom:1px solid #e5e7eb;color:#111827;font-size:16px;font-weight:600;padding:15px 0;text-decoration:none}.mobile-nav>a:last-child{border-bottom:none}.mobile-dropdown{border-bottom:1px solid #e5e7eb}.mobile-dropdown-header{color:#111827;cursor:pointer;font-size:16px;font-weight:600;padding:15px 0}.mobile-dropdown-menu{display:flex;flex-direction:column;max-height:0;overflow:hidden;padding-left:15px;transition:max-height .3s ease}.mobile-dropdown-menu.open{max-height:500px}.mobile-items-list{border-bottom:1px solid #f3f4f6;color:#475569;font-size:14px;font-weight:500;padding:12px 0;text-decoration:none}.mobile-items-list:last-child{border-bottom:none}.mobile-items-list:hover{color:#00acee}.mobile-logout-btn{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:8px;padding:15px;width:100%}.mobile-logout-btn:hover{background:#b91c1c}.mobile-menu-overlay{animation:fadeIn .3s ease;background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9998}@media (max-width:992px){.nav{display:none}.menu-btn,.mobile-menu{display:block}.top-bar{font-size:13px;padding:10px 40px}.top-left{gap:12px}.contact-item{gap:0}.iso-badge{padding:5px 12px}.iso-text{font-size:12px}.main-header{padding:18px 40px}.search input{width:150px}.search-suggestions{max-height:400px}}@media (max-width:768px){.top-bar{align-items:center;flex-direction:row;font-size:12px;gap:10px;min-height:auto;padding:10px 20px}.top-left{align-items:flex-start;flex-direction:column;gap:8px;width:60%}.contact-item{flex-wrap:wrap;gap:0}.divider{display:none}.top-right{margin-top:4px;text-align:center;width:30%}.iso-badge{display:inline-block;padding:6px 12px}.iso-text{font-size:11px}.main-header{flex-wrap:nowrap;gap:12px;padding:14px 20px}.logo{flex-shrink:0;order:1}.logo-image{height:10px}.header-actions{flex-wrap:nowrap;gap:12px;order:2}.search{display:flex;flex:1 1;max-width:250px;order:2}.search input{font-size:14px;width:100%}.cart,.login-btn,.profile-btn,.profile-wrapper{display:none}.search button{padding:8px 10px}.menu-btn{flex:0 0 auto;order:3}.profile-dropdown{right:-20px}}@media (max-width:480px){.top-bar{font-size:11px;gap:8px;padding:10px 15px}.top-left{gap:6px}.contact-item{gap:0}.contact-icon,.contact-link{font-size:11px}.iso-badge{padding:5px 10px}.iso-text{font-size:10px}.main-header{gap:12px;justify-content:space-between;padding:12px 15px}.logo{flex:0 0 auto;order:1}.logo-image{height:50px}.header-actions{flex-wrap:nowrap;gap:12px;order:2}.cart,.login-btn,.profile-btn,.profile-wrapper{display:none}.search{display:flex;flex:1 1;order:1}.search input{font-size:14px;width:100%}.menu-btn{flex:0 0 auto;font-size:18px;order:3;padding:6px 8px}.mobile-menu{max-width:300px;width:100%}.profile-dropdown{min-width:200px;right:-10px}.profile-email,.profile-name{font-size:13px}.search-suggestions{max-height:300px}.suggestion-item{padding:10px}.suggestion-item img{height:40px;width:40px}.suggestion-name{font-size:13px}.suggestion-category{font-size:11px}}@media (max-width:360px){.top-bar{font-size:10px;padding:6px 12px}.main-header{padding:10px 12px}.logo-image{height:30px}.cart{font-size:11px;padding:5px 6px}.cart .badge{font-size:8px;height:14px;min-width:14px;padding:1px 3px}.login-btn,.profile-btn{font-size:11px;padding:5px 8px}.menu-btn{font-size:16px;padding:5px 6px}.header-actions{gap:6px}.mobile-cart-button{padding:10px 15px}.mobile-cart-icon{font-size:20px}.mobile-cart-text{font-size:13px}.mobile-cart-total{font-size:15px}.mobile-cart-badge{font-size:12px;height:24px;width:24px}}.mobile-cart-button{display:none}@media (max-width:768px){.mobile-cart-button{animation:slideUp .3s ease;background:#00acee;bottom:0;box-shadow:0 -2px 10px #00000026;color:#fff;display:block;left:0;padding:12px 20px;position:fixed;right:0;text-decoration:none;z-index:1000}.mobile-cart-content{align-items:center;display:flex;gap:12px;justify-content:space-between;max-width:100%}.mobile-cart-icon{flex-shrink:0;font-size:24px}.mobile-cart-info{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.mobile-cart-text{color:#fff;font-size:14px;font-weight:600}.mobile-cart-total{color:#fff;font-size:16px;font-weight:700}.mobile-cart-badge{align-items:center;background:#fff;border-radius:50%;color:#00acee;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:28px;justify-content:center;width:28px}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.site-footer{background:#f8fafc;border-top:6px solid #00acee;font-family:inherit}.footer-container{grid-gap:50px;display:grid;gap:50px;grid-template-columns:2fr 1.5fr 1.5fr 1.5fr 1.5fr 2fr;margin:auto;max-width:1400px;padding:80px 60px}.footer-brand{align-items:flex-start;display:flex;flex-direction:column;padding-right:20px}.footer-logo-link{display:inline-block;text-decoration:none;transition:opacity .2s}.footer-logo-link:hover{opacity:.8}.footer-logo{display:block;height:auto;max-width:200px}.social-media-icons{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.social-icon{align-items:center;background:#00acee;border-radius:50%;color:#fff;display:flex;font-size:18px;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-icon:hover{background:#0284c7;box-shadow:0 4px 8px #00acee4d;transform:translateY(-3px)}.footer-col h4{color:#0369a1;font-size:15px;font-weight:700;letter-spacing:.5px;margin-bottom:24px;text-transform:uppercase}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col ul li{color:#1f2937;font-size:14px;line-height:1.8;margin-bottom:14px}.footer-col ul li a{color:#4b5563;display:inline-block;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:#00acee;transform:translateX(2px)}.contact-list li{align-items:flex-start;display:flex;line-height:1.8;margin-bottom:16px}.contact-list li.email-row{align-items:center;display:flex;flex-wrap:wrap;gap:24px;margin-bottom:16px}.contact-list li.email-row a{align-items:center;color:#4b5563;display:flex;text-decoration:none;transition:all .3s;white-space:nowrap}.contact-list li.email-row a:hover{color:#00acee;transform:translateX(2px)}.contact-list li svg{flex-shrink:0}.footer-bottom{background:#0284c7;padding:15px 20px;text-align:center}.footer-bottom p{color:#fff;font-size:13px;margin:0}@media (max-width:1400px){.footer-container{gap:40px;grid-template-columns:2fr 1.5fr 1.5fr 1.5fr 1.5fr;padding:70px 50px}}@media (max-width:1200px){.footer-container{gap:40px;grid-template-columns:repeat(3,1fr);padding:60px 40px}.footer-brand{grid-column:1/-1;margin-bottom:20px}}@media (max-width:768px){.footer-container{gap:35px;grid-template-columns:repeat(2,1fr);padding:50px 30px}.footer-brand{grid-column:1/-1}}@media (max-width:480px){.footer-container{gap:35px;grid-template-columns:1fr;padding:40px 25px}.footer-col h4{margin-bottom:18px}.footer-col ul li{margin-bottom:12px}}.whatsapp-float{align-items:center;animation:pulse 2s infinite;background:#25d366;border-radius:50%;bottom:80px;box-shadow:0 4px 12px #25d36666;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:30px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px;z-index:999}.whatsapp-float:hover{background:#20ba5a;box-shadow:0 6px 20px #25d36699;transform:scale(1.1)}.whatsapp-icon{color:#fff;font-size:32px}.whatsapp-tooltip{background:#1f2937;border-radius:6px;color:#fff;font-size:14px;font-weight:500;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;right:70px;transition:all .3s ease;visibility:hidden;white-space:nowrap}.whatsapp-tooltip:after{border:5px solid #0000;border-left-color:#1f2937;content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%)}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;visibility:visible}@keyframes pulse{0%{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 20px #25d36699}to{box-shadow:0 4px 12px #25d36666}}@media (max-width:768px){.whatsapp-float{bottom:100px;height:56px;right:20px;width:56px}.whatsapp-icon{font-size:28px}.whatsapp-tooltip{font-size:13px;padding:6px 10px;right:65px}}@media (max-width:480px){.whatsapp-float{bottom:90px;height:50px;right:15px;width:50px}.whatsapp-icon{font-size:26px}.whatsapp-tooltip{display:none}}.email-float{align-items:center;animation:pulse-email 2s infinite;background:#0aa0df;border-radius:50%;bottom:150px;box-shadow:0 4px 12px #0aa0df66;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:30px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px;z-index:999}.email-float:hover{background:#0884b8;box-shadow:0 6px 20px #0aa0df99;transform:scale(1.1)}.email-icon{color:#fff;font-size:32px}.email-tooltip{background:#1f2937;border-radius:6px;color:#fff;font-size:14px;font-weight:500;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;right:70px;transition:all .3s ease;visibility:hidden;white-space:nowrap}.email-tooltip:after{border:5px solid #0000;border-left-color:#1f2937;content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%)}.email-float:hover .email-tooltip{opacity:1;visibility:visible}@keyframes pulse-email{0%{box-shadow:0 4px 12px #0aa0df66}50%{box-shadow:0 4px 20px #0aa0df99}to{box-shadow:0 4px 12px #0aa0df66}}@media (max-width:768px){.email-float{bottom:170px;height:56px;right:20px;width:56px}.email-icon{font-size:28px}.email-tooltip{font-size:13px;padding:6px 10px;right:65px}}@media (max-width:480px){.email-float{bottom:160px;height:50px;right:15px;width:50px}.email-icon{font-size:26px}.email-tooltip{display:none}}.lab-banner{align-items:center;background-image:url(/static/media/main-background.54637bfb62d84a253768.webp);background-image:-webkit-image-set(url(/static/media/main-background.54637bfb62d84a253768.webp) 1x,url(/static/media/main-background.c469e0349f1cc26c5795.png) 1x);background-image:-webkit-image-set(url(/static/media/main-background.54637bfb62d84a253768.webp) type("image/webp"),url(/static/media/main-background.c469e0349f1cc26c5795.png) type("image/png"));background-image:image-set(url(/static/media/main-background.54637bfb62d84a253768.webp) type("image/webp"),url(/static/media/main-background.c469e0349f1cc26c5795.png) type("image/png"));background-position:50%;background-size:cover;display:flex;min-height:61vh;overflow:hidden;position:relative}.lab-banner-overlay{background:#0a141ecc;inset:0;position:absolute;z-index:1}.lab-banner-inner{align-items:center;box-sizing:border-box;display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:40px 100px;position:relative;width:100%;z-index:2}.lab-banner-content{color:#fff;flex:1 1}.lab-banner-content h1{word-wrap:break-word;font-size:48px;line-height:1.2;margin-bottom:12px}.subtitle{color:#b8d6ff;font-size:20px;margin-bottom:20px}.description{color:#e2e8f0;font-size:16px;line-height:1.7;margin-bottom:30px}.lab-banner-actions{display:flex;gap:16px}.btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;outline:none;padding:14px 26px;text-decoration:none;transition:.3s ease}.btn:focus{box-shadow:none;outline:none}.btn.primary{background:#2563eb;color:#fff}.btn.secondary{border:2px solid #93c5fd;color:#93c5fd}.lab-banner-image{display:flex;flex:1 1;justify-content:flex-end}.lab-banner-image img{border-radius:12px;max-height:475px;max-width:100%;object-fit:contain;padding:20px}@media (max-width:1400px){.lab-banner-inner{max-width:100%;padding:60px 80px}}@media (max-width:1200px){.lab-banner{min-height:65vh}.lab-banner-inner{gap:30px;padding:50px 60px}.lab-banner-content h1{font-size:42px}.subtitle{font-size:18px}.lab-banner-image img{max-height:450px}}@media (max-width:992px){.lab-banner{min-height:auto;padding:40px 0}.lab-banner-inner{gap:30px;padding:50px 40px}.lab-banner-content h1{font-size:36px}.subtitle{font-size:17px}.description{font-size:15px}.lab-banner-image img{max-height:400px}}@media (max-width:900px){.lab-banner{min-height:auto;padding:30px 0}.lab-banner-inner{flex-direction:column-reverse;gap:25px;padding:40px 30px}.lab-banner-content{text-align:center;width:100%}.lab-banner-content h1{font-size:32px;margin-bottom:10px}.subtitle{font-size:16px;margin-bottom:16px}.description{font-size:14px;margin-bottom:25px;max-width:100%}.lab-banner-actions{flex-wrap:wrap;gap:12px;justify-content:center}.btn{flex:0 1 auto;font-size:14px;min-width:160px;padding:12px 22px}.lab-banner-image{flex:none;justify-content:center;width:100%}.lab-banner-image img{max-height:350px;max-width:100%;padding:15px;width:auto}}@media (max-width:768px){.lab-banner{min-height:auto;padding:20px 0}.lab-banner-inner{gap:20px;padding:30px 25px}.lab-banner-content h1{font-size:28px;margin-bottom:8px}.subtitle{font-size:15px;margin-bottom:12px}.description{font-size:13px;line-height:1.6;margin-bottom:20px}.lab-banner-actions{flex-direction:column;gap:10px;width:100%}.btn{margin:0 auto;padding:14px 20px;text-align:center;width:90%}.lab-banner-image{width:100%}.lab-banner-image img{height:auto;max-height:280px;max-width:100%;padding:10px;width:auto}}@media (max-width:480px){.lab-banner{min-height:auto;padding:15px 0}.lab-banner-inner{gap:20px;padding:25px 20px}.lab-banner-content h1{font-size:24px;margin-bottom:8px}.subtitle{font-size:14px;margin-bottom:10px}.description{font-size:12px;line-height:1.6;margin-bottom:18px}.lab-banner-actions{gap:8px}.btn{font-size:13px;margin:0 auto;padding:12px 18px;width:90%}.lab-banner-image img{max-height:220px;max-width:100%;padding:8px}}@media (max-width:360px){.lab-banner-inner{gap:15px;padding:20px 15px}.lab-banner-content h1{font-size:22px}.subtitle{font-size:13px}.description{font-size:12px;margin-bottom:15px}.btn{font-size:12px;padding:11px 16px}.lab-banner-image img{max-height:200px}}.about-us{background:#fff;padding:80px 40px}.about-container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:auto;max-width:1300px}.about-image{position:relative}.about-image img{border-radius:4px;height:auto;width:100%}.experience-badge{background:#fff;border-left:6px solid #00acee;box-shadow:0 10px 25px #0000001f;left:-20px;padding:20px 30px;position:absolute;top:-20px}.experience-badge h2{color:#0369a1;font-size:42px;margin:0}.experience-badge p{color:#1f2937;font-size:14px;font-weight:600;margin:5px 0 0}.about-tag{color:#0369a1;font-size:14px;font-weight:700;letter-spacing:1px}.about-content h2{color:#111827;font-size:34px;line-height:1.2;margin:12px 0 20px}.about-desc{color:#555;font-size:16px;line-height:1.7;margin-bottom:20px}.about-features{display:flex;gap:40px;margin:30px 0}.feature h3{color:#111;font-size:16px;font-weight:700;margin:0}.about-btn{background:#00acee;border:none;color:#fff;cursor:pointer;display:inline-block;font-weight:600;margin-top:20px;outline:none;padding:12px 28px;text-decoration:none;transition:background .3s}.about-btn:focus{box-shadow:none;outline:none}.about-btn:hover{background:#0284c7}@media (max-width:1200px){.about-us{padding:60px 30px}.about-container{gap:50px}.about-content h2{font-size:30px}}@media (max-width:992px){.about-us{padding:50px 30px}.about-container{gap:40px}.about-content h2{font-size:28px}.about-features{gap:30px}}@media (max-width:900px){.about-us{padding:50px 25px}.about-container{gap:30px;grid-template-columns:1fr}.experience-badge{margin-bottom:20px;padding:18px 25px;position:static}.experience-badge h2{font-size:36px}.about-content h2{font-size:26px}.about-desc{font-size:15px}.about-features{flex-direction:column;gap:15px;margin:25px 0}.feature h3{font-size:15px}}@media (max-width:768px){.about-us{padding:40px 20px}.about-container{gap:25px}.experience-badge{padding:15px 20px}.experience-badge h2{font-size:32px}.experience-badge p{font-size:13px}.about-content h2{font-size:24px;margin:10px 0 16px}.about-desc{font-size:14px;margin-bottom:18px}.about-btn{font-size:14px;padding:10px 24px}}@media (max-width:480px){.about-us{padding:30px 15px}.experience-badge{margin-bottom:15px;padding:12px 18px}.experience-badge h2{font-size:28px}.about-tag,.experience-badge p{font-size:12px}.about-content h2{font-size:20px;line-height:1.3}.about-desc{font-size:13px;line-height:1.6}.about-features{gap:12px;margin:20px 0}.about-btn,.feature h4{font-size:13px}.about-btn{margin-top:15px;padding:10px 20px}}.our-products{background-image:url(/static/media/product-background.ad004585c22414c67ed1.webp);background-image:-webkit-image-set(url(/static/media/product-background.ad004585c22414c67ed1.webp) 1x,url(/static/media/product-background.94226f5be58128f2a3cb.jpg) 1x);background-image:-webkit-image-set(url(/static/media/product-background.ad004585c22414c67ed1.webp) type("image/webp"),url(/static/media/product-background.94226f5be58128f2a3cb.jpg) type("image/jpeg"));background-image:image-set(url(/static/media/product-background.ad004585c22414c67ed1.webp) type("image/webp"),url(/static/media/product-background.94226f5be58128f2a3cb.jpg) type("image/jpeg"));background-position:50%;background-size:cover;min-height:600px;padding:40px;position:relative}.products-overlay{background:linear-gradient(135deg,#00aceef2,#0096c8f2);inset:0;position:absolute;z-index:1}.products-container{margin:0 auto;max-width:1400px;position:relative;z-index:2}.products-header{margin-bottom:60px;text-align:center}.products-tag{color:#ffffffe6;display:inline-block;font-size:14px;font-weight:700;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.products-title{color:#fff;font-size:42px;font-weight:800;line-height:1.2;margin:0 0 16px}.products-subtitle{color:#ffffffe6;font-size:18px;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.product-card{border-radius:12px;box-shadow:0 4px 6px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.product-image-wrapper{background:#f5f5f5;overflow:hidden;position:relative;width:100%}.product-card img{height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover img{transform:scale(1.05)}.product-overlay{background:linear-gradient(180deg,#0000 0,#00acee1a);inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.product-label{align-items:center;background:#fff;border-top:3px solid #00acee;display:flex;flex-grow:1;justify-content:center;padding:20px 16px;text-align:center}.product-label h3{color:#1f2937;font-size:16px;font-weight:700;letter-spacing:.5px;margin:0;transition:color .3s ease}.product-card:hover .product-label h3{color:#0369a1}@media (max-width:1200px){.our-products{padding:90px 30px}.products-grid{gap:24px;grid-template-columns:repeat(4,1fr)}.products-title{font-size:38px}.product-image-wrapper{height:220px}}@media (max-width:1100px){.our-products{padding:80px 30px}.products-grid{gap:24px;grid-template-columns:repeat(3,1fr)}.products-header{margin-bottom:50px}.products-title{font-size:36px}.products-subtitle{font-size:17px}.product-image-wrapper{height:210px}}@media (max-width:900px){.our-products{padding:70px 25px}.products-header{margin-bottom:45px}.products-title{font-size:32px}.products-subtitle{font-size:16px}.products-grid{gap:20px}.product-image-wrapper{height:200px}.product-label{padding:18px 14px}.product-label h3{font-size:15px}}@media (max-width:768px){.our-products{min-height:auto;padding:60px 20px}.products-header{margin-bottom:40px}.products-tag{font-size:13px}.products-title{font-size:28px;margin-bottom:12px}.products-subtitle{font-size:15px}.products-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.product-image-wrapper{height:190px}.product-label{padding:16px 12px}.product-label h3{font-size:14px}}@media (max-width:600px){.our-products{padding:50px 15px}.products-header{margin-bottom:35px}.products-title{font-size:26px}.products-subtitle{font-size:14px}.products-grid{gap:18px}.product-image-wrapper{height:180px}}@media (max-width:480px){.our-products{padding:50px 15px}.products-header{margin-bottom:30px}.products-tag{font-size:12px;letter-spacing:1.5px}.products-title{font-size:24px;margin-bottom:10px}.products-subtitle{font-size:14px;padding:0 10px}.products-grid{gap:20px;grid-template-columns:1fr;max-width:100%}.product-image-wrapper{height:220px}.product-label{padding:18px 14px}.product-label h3{font-size:15px}}@media (max-width:360px){.our-products{padding:40px 12px}.products-header{margin-bottom:25px}.products-title{font-size:22px}.products-subtitle{font-size:13px}.products-grid{gap:16px}.product-image-wrapper{height:200px}.product-label{padding:16px 12px}.product-label h3{font-size:14px}}.category-banner{background:#0ea5e9;padding:1px 60px}.category-banner h1{color:#fff;font-size:26px;font-weight:700;text-transform:uppercase}.category-layout{display:flex;gap:40px;padding:50px 60px}.products-section{flex:3 1}.product-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(3,1fr)}.product-card-wrapper{position:relative}.product-card{background:#fff;border:1px solid #eee;display:block;padding:0 13px;text-align:center;text-decoration:none;transition:transform .2s,box-shadow .2s}.product-card-wrapper:hover .product-card{box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.product-card img{height:200px;object-fit:contain;width:100%}.product-card h3{color:#0094ff;font-size:14px;margin-top:15px;text-transform:uppercase}.product-card .price{font-size:14px;font-weight:600;margin-top:6px;text-align:center}.category-sidebar{border-left:1px solid #0ea5e9;flex:1 1;padding-left:1rem}.category-sidebar h3{color:#0094ff;font-size:20px;margin-bottom:25px}.sidebar-link{color:#111;display:block;font-size:15px;padding:10px 0;text-decoration:none}.sidebar-link.active{color:#0094ff;font-weight:600}@media (max-width:1200px){.category-layout{gap:30px;padding:40px}.product-grid{gap:25px}}@media (max-width:1024px){.category-banner{padding:1px 40px}.category-banner h1{font-size:24px}.category-layout{gap:25px;padding:35px 40px}.product-grid{gap:25px;grid-template-columns:repeat(2,1fr)}.product-card{padding:20px}.product-card img{height:180px}.category-sidebar{padding-left:.8rem}.category-sidebar h3{font-size:18px}}@media (max-width:768px){.category-banner{padding:1px 30px}.category-banner h1{font-size:22px}.category-layout{flex-direction:column;gap:30px;padding:30px}.products-section{width:100%}.product-grid{gap:20px;grid-template-columns:repeat(2,1fr)!important}.product-card{padding:18px}.product-card img{height:160px}.product-card h3{font-size:13px;margin-top:12px}.product-card .price{font-size:13px}.category-sidebar{border-left:none;border-top:2px solid #0ea5e9;padding-left:0;padding-top:25px;width:100%}.category-sidebar h3{font-size:18px;margin-bottom:20px}.sidebar-link{font-size:14px;padding:8px 0}}@media (max-width:600px){.category-banner{padding:1px 20px}.category-banner h1{font-size:20px}.category-layout{gap:25px;padding:25px 20px}.product-grid{gap:20px;grid-template-columns:1fr}.product-card{padding:20px}.product-card img{height:200px}.product-card h3{font-size:14px;margin-top:15px}.product-card .price{font-size:14px}.category-sidebar h3{font-size:16px}.sidebar-link{font-size:14px;padding:10px 0}}@media (max-width:480px){.category-banner{padding:1px 15px}.category-banner h1{font-size:18px}.category-layout{gap:20px;padding:20px 15px}.product-grid{gap:15px}.product-card{padding:3px}.product-card img{height:180px}.product-card h3{font-size:13px;margin-top:12px}.product-card .price{font-size:13px;margin-top:5px}.category-sidebar{padding-top:20px}.category-sidebar h3{font-size:15px;margin-bottom:15px}.sidebar-link{font-size:13px;padding:8px 0}}@media (max-width:360px){.category-banner{padding:1px 12px}.category-banner h1{font-size:16px}.category-layout{padding:15px 12px}.product-card{padding:12px}.product-card img{height:150px}.product-card .price,.product-card h3{font-size:12px}.category-sidebar h3{font-size:14px}.sidebar-link{font-size:12px}}.product-hover-button{align-items:center;background:#fffffffa;border-radius:0 0 0 0;border-top:1px solid #eee;bottom:0;box-shadow:0 -2px 8px #0000001a;display:flex;justify-content:center;left:0;opacity:0;padding:0 0 10px;pointer-events:none;position:absolute;right:0;transform:translateY(100%);z-index:10}.product-card-wrapper:hover .product-hover-button,.product-hover-button{transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.product-card-wrapper:hover .product-hover-button{opacity:1;pointer-events:auto;transform:translateY(0)}.product-hover-btn{border:none;border-radius:0;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase;transition:all .2s ease;width:100%}.add-to-cart-btn{background:#0aa0df;color:#fff}.add-to-cart-btn:hover{background:#0884b8;box-shadow:0 4px 8px #0aa0df4d;transform:translateY(-2px)}.select-variant-btn{background:#0aa0df;color:#fff}.select-variant-btn:hover{background:#0aa0df;box-shadow:0 4px 8px #10b9814d;transform:translateY(-2px)}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:10000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.modal-close-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;font-size:28px;height:40px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .2s;width:40px;z-index:10001}.modal-close-btn:hover{background:#f3f4f6;transform:scale(1.1)}.modal-error,.modal-loading{font-size:18px;padding:60px 40px;text-align:center}.modal-product-content{display:flex;gap:40px;padding:30px}.modal-product-image-box{flex:1 1}.modal-product-main-image{border-radius:8px;display:block;max-width:400px;width:100%}.modal-product-thumbnails{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.modal-thumb{background:#fff;border:none;border-radius:4px;cursor:pointer;padding:2px}.modal-thumb img{border-radius:4px;height:60px;object-fit:cover;width:60px}.modal-thumb.active{border-color:#55c0eb;border-width:2px;box-shadow:0 0 0 2px #55c0eb33}.modal-product-info-box{flex:1 1}.modal-product-title{color:#0aa0df;font-size:24px;font-weight:700;margin-bottom:10px}.modal-product-price{font-size:20px;font-weight:600;margin-bottom:20px}.modal-out-of-stock{color:red;font-weight:600;margin-bottom:10px;margin-top:-15px}.modal-selected-variant-info{margin-bottom:20px}.modal-variant-info-title{color:#374151;font-size:16px;font-weight:600;margin-bottom:12px}.modal-variant-attributes-list select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 10px;width:100%}.modal-variant-attribute-name{color:#374151;font-weight:600;min-width:100px}.modal-variant-attribute-value{color:#111827}.modal-selection-summary{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:20px;margin-top:16px;padding:12px}.modal-selection-summary-title{color:#374151;font-size:13px;font-weight:600;margin:0 0 8px}.modal-selection-combination{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.modal-combination-item{color:#111827;font-size:14px;font-weight:500}.modal-availability-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:12px;font-weight:600;margin-left:8px;padding:4px 12px}.modal-availability-badge.available{background-color:#d1fae5;color:#065f46}.modal-availability-badge.unavailable{background-color:#fee2e2;color:#991b1b}.modal-cart-row{align-items:center;display:flex;gap:15px;margin-top:20px}.modal-quantity-selector{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;display:flex;overflow:hidden}.modal-qty-btn{align-items:center;background:#f9fafb;border:none;color:#374151;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;transition:background .2s;width:36px}.modal-qty-btn:hover{background:#e5e7eb}.modal-qty-input{background:#fff;border:none;font-size:15px;height:36px;text-align:center;width:50px}.modal-add-to-cart-btn{background:#0aa0df;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:12px 24px;transition:background .2s}.modal-add-to-cart-btn:hover:not(:disabled){background:#0884b8}.modal-add-to-cart-btn:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width:768px){.modal-product-content{flex-direction:column;gap:20px;padding:20px}.modal-product-main-image{max-width:100%}.modal-cart-row{flex-direction:column}.modal-add-to-cart-btn{width:100%}}.product-page{background:#fff;padding:40px 100px}.product-top{align-items:flex-start;display:flex;gap:60px}.product-image-box img.product-main-image{border-radius:6px;display:block;width:420px}.product-thumbnails{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.product-thumbnails .thumb{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:2px}.product-thumbnails .thumb img{border-radius:4px;height:70px;object-fit:cover;width:70px}.product-thumbnails .thumb.active{border-color:#55c0eb;border-width:2px;box-shadow:0 0 0 2px #55c0eb33}.product-info-box{flex:1 1}.product-title{color:#0aa0df;font-size:28px;font-weight:700;margin-bottom:10px}.product-price{font-size:22px;font-weight:600;margin-bottom:25px}.variant-row{margin-bottom:20px}.variant-row label{display:block;font-weight:600;margin-bottom:6px}.variant-row select{font-size:15px;padding:10px;width:100%}.cart-row{gap:15px}.cart-row,.quantity-selector{align-items:center;display:flex}.quantity-selector{background:#fff;border:1px solid #d1d5db;border-radius:6px;margin-top:10px;overflow:hidden}.qty-btn{align-items:center;background:#f9fafb;border:none;color:#374151;cursor:pointer;display:flex;font-size:20px;font-weight:600;height:42px;justify-content:center;transition:all .2s ease;-webkit-user-select:none;user-select:none;width:40px}.qty-btn:hover{background:#e5e7eb;color:#111827}.qty-btn:active{background:#d1d5db}.qty-btn.minus{border-right:1px solid #e5e7eb}.qty-btn.plus{border-left:1px solid #e5e7eb}.qty-input{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;background:#fff;border:none;color:#111827;font-size:16px;font-weight:600;outline:none;padding:8px 4px;text-align:center;width:60px}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add-cart-btn{background:#55c0eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:12px 30px;transition:background .2s ease}.add-cart-btn:hover{background:#3ba8d1}.add-cart-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.selected-variant-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:30px;padding:20px}.variant-info-title{color:#111827;color:#0aa0df;font-size:18px;font-weight:600;margin-bottom:15px}.variant-attributes-list{grid-gap:12px 20px;display:grid;gap:12px 20px;grid-template-columns:repeat(2,1fr)}.variant-attribute-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;padding:8px 0}.variant-attribute-item:last-child{border-bottom:none}@media (max-width:600px){.product-page{padding:20px 18px}.product-top{flex-direction:column;gap:20px}.product-image-box{min-width:0;width:100%}.product-image-box img.product-main-image{height:auto;width:100%}.product-thumbnails{gap:8px;justify-content:flex-start}.product-thumbnails .thumb img{height:56px;width:56px}.product-info-box{padding:0}.product-title{font-size:20px}.product-price{font-size:18px;margin-bottom:12px}.cart-row{align-items:stretch;flex-direction:column;gap:12px}.add-cart-btn{font-size:16px;padding:12px;width:100%}.variant-attributes-list{grid-template-columns:repeat(2,1fr)}.variant-attribute-item select{width:100%}.product-description{max-height:200px}.selected-variant-info{padding:12px}.related-grid{gap:12px;grid-template-columns:repeat(2,1fr)}}@media (max-width:360px){.variant-attributes-list{grid-template-columns:1fr}}.variant-attribute-name{color:#374151;display:block;font-size:15px;font-weight:600;min-width:100px;text-align:left}.product-tabs-section{border-top:1px solid #e5e7eb;margin-top:60px;padding-top:40px}.product-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:0;margin-bottom:30px}.product-tabs button{background:none;border:none;border-bottom:3px solid #0000;color:#6b7280;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:14px 30px;position:relative;text-transform:uppercase;transition:all .3s ease}.product-tabs button:hover{color:#0aa0df}.product-tabs button.active{border-bottom:3px solid #0aa0df;color:#0aa0df}.tab-content{max-width:100%;padding-top:0}.tab-panel{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-panel-title{color:#1f2937;font-size:20px;font-weight:700;letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}.product-description{color:#374151;font-size:15px;line-height:1.8;max-height:480px;overflow-y:auto;padding:20px 0}.product-description p{margin-bottom:15px}.product-description p:last-child{margin-bottom:0}.product-description ol,.product-description ul{margin:15px 0;padding-left:30px}.product-description li{margin-bottom:8px}.product-description img{border-radius:6px;display:block;height:auto;margin:15px 0;max-width:100%}.additional-description-content{padding:20px 0}.additional-description{color:#374151;font-size:15px;line-height:1.8;max-height:480px;overflow-y:auto}.additional-description p{margin-bottom:15px}.additional-description p:last-child{margin-bottom:0}.additional-description ol,.additional-description ul{margin:15px 0;padding-left:30px}.additional-description li{margin-bottom:8px}.additional-description img{border-radius:6px;display:block;height:auto;margin:15px 0;max-width:100%}.additional-info-content{padding:20px 0}.info-table{border-collapse:collapse;margin-top:10px;width:100%}.info-table thead{background-color:#f9fafb}.info-table th{border-bottom:2px solid #e5e7eb;color:#1f2937;font-weight:600;letter-spacing:.5px;text-align:left;text-transform:uppercase}.info-table td,.info-table th{font-size:14px;padding:12px 15px}.info-table td{border-bottom:1px solid #e5e7eb;color:#374151}.info-table tbody tr:hover{background-color:#f9fafb}.info-table tbody tr:last-child td{border-bottom:none}.no-info{color:#6b7280;font-style:italic;padding:20px 0}.variant-attributes-list select{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;text-align:left;-webkit-text-align-last:left;text-align-last:left;width:100%}.variant-attributes-list select option.invalid-option{background-color:#f3f4f6!important;color:#6b7280!important;cursor:not-allowed;opacity:.6}.variant-attributes-list select option.invalid-option:hover,.variant-attributes-list select:focus option.invalid-option{background-color:#e5e7eb!important;color:#6b7280!important;opacity:.7}.selection-summary{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:20px;padding:16px}.selection-summary-title{color:#374151;font-size:14px;font-weight:600;margin:0 0 10px}.selection-combination{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.combination-item{color:#111827;font-size:15px;font-weight:500}.availability-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:13px;font-weight:600;margin-left:8px;padding:4px 12px}.availability-badge.available{background-color:#d1fae5;color:#065f46}.availability-badge.unavailable{background-color:#fee2e2;color:#991b1b}.suggested-combination{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;margin-top:16px;padding:14px}.suggested-title{color:#1e40af;font-size:13px;font-weight:600;margin:0 0 8px}.suggested-combination-display{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.apply-suggestion-btn{background-color:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:background-color .2s}.apply-suggestion-btn:hover{background-color:#2563eb}.apply-suggestion-btn:active{background-color:#1d4ed8}.related-products{margin-top:60px}.related-products h2{margin-bottom:20px}.related-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.related-card{background:#fff;border:1px solid #eee;border-radius:10px;color:#00acee;padding:15px;text-align:center;text-decoration:none}.product-image-box{flex-shrink:0;width:40%}.related-card img{height:180px;object-fit:cover;width:100%}.related-card h4{margin:10px 0 5px}.related-card .price{font-weight:600;margin-bottom:10px}.view-btn{background:#55c0eb;border-radius:6px;color:#fff;display:inline-block;padding:8px 16px;text-decoration:none}@media (max-width:1200px){.product-page{padding:40px 60px}.product-top{gap:45px}.product-image-box{width:42%}.product-image-box img.product-main-image{max-width:100%;width:100%}.product-info-box{flex:1 1}.product-title{font-size:26px}.product-price{font-size:21px}.product-thumbnails .thumb img{height:68px;width:68px}}@media (max-width:1024px){.product-page{padding:35px 50px}.product-top{gap:40px}.product-image-box{min-width:300px;width:45%}.product-image-box img.product-main-image{max-width:100%;width:100%}.product-info-box{flex:1 1;min-width:0}.product-title{font-size:24px}.product-price{font-size:20px}.product-thumbnails{gap:8px}.product-thumbnails .thumb img{height:65px;width:65px}.cart-row{gap:12px}.quantity-selector{flex-shrink:0}.add-cart-btn{flex:1 1;min-width:150px}.selected-variant-info{margin-top:25px;padding:18px}.tab-content{max-width:100%}.related-grid{gap:18px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:992px){.product-page{padding:35px 40px}.product-top{gap:35px}.product-image-box{min-width:280px;width:45%}.product-image-box img.product-main-image{max-width:100%;width:100%}.product-title{font-size:23px}.product-price{font-size:19px}.product-thumbnails .thumb img{height:60px;width:60px}.variant-row{margin-bottom:18px}.variant-row select{font-size:14px;padding:9px}.cart-row{flex-wrap:wrap;gap:12px}.quantity-selector{flex-shrink:0;width:auto}.add-cart-btn{flex:1 1;min-width:140px}.selected-variant-info{margin-top:22px;padding:16px}.variant-info-title{font-size:17px}.variant-attribute-name{font-size:14px;min-width:90px}.variant-attribute-value{font-size:14px}.tab-content{font-size:15px;padding-top:18px}.related-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.related-card{padding:12px}}@media (max-width:768px){.additional-description,.product-description{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 8px #0000000a;margin-top:10px;max-height:240px;overflow-y:auto;padding:14px}.product-page{padding:30px 25px}.product-top{flex-direction:column;gap:30px}.product-image-box{width:100%}.product-image-box img.product-main-image{display:block;margin:0 auto;max-width:500px;width:100%}.product-thumbnails{justify-content:center;margin-top:15px}.product-thumbnails .thumb img{height:60px;width:60px}.product-info-box{width:100%}.product-title{font-size:22px;text-align:center}.product-price{font-size:20px;margin-bottom:20px;text-align:center}.variant-row{margin-bottom:18px}.cart-row{align-items:stretch;flex-direction:column;gap:12px}.quantity-selector{justify-content:center;width:100%}.qty-btn{font-size:22px;height:45px;width:45px}.qty-input{font-size:16px;padding:10px 4px;width:80px}.add-cart-btn{padding:14px;width:100%}.product-tabs-section{margin-top:40px;padding-top:30px}.product-tabs{margin-bottom:20px}.product-tabs button{font-size:14px;padding:12px 20px}.tab-panel-title{font-size:18px;margin-bottom:15px}.product-description{font-size:14px;padding:15px 0}.info-table{font-size:12px}.info-table td,.info-table th{padding:10px 12px}.selected-variant-info{margin-top:25px;padding:18px}.variant-info-title{font-size:16px;margin-bottom:12px}.variant-attributes-list{gap:8px}.variant-attribute-item{padding:6px 0}.variant-attribute-name{font-size:14px;min-width:80px}.variant-attribute-value{font-size:14px}.tab-content{padding-top:18px}.related-products{margin-top:50px}.related-products h2{font-size:22px;text-align:center}.related-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.related-card{padding:12px}.related-card img{height:160px}}@media (max-width:600px){.product-page{padding:25px 20px}.product-top{gap:25px}.product-image-box img.product-main-image{max-width:100%}.product-thumbnails{gap:6px}.product-thumbnails .thumb img{height:50px;width:50px}.product-title{font-size:20px}.product-price{font-size:18px}.variant-row label{font-size:14px}.variant-row select{font-size:14px;padding:10px}.add-cart-btn{font-size:14px;padding:12px}.product-tabs-section{margin-top:30px;padding-top:25px}.product-tabs{-webkit-overflow-scrolling:touch;display:flex;margin-bottom:20px;overflow-x:auto}.product-tabs button{flex-shrink:0;font-size:13px;padding:10px 16px;white-space:nowrap}.tab-panel-title{font-size:16px;margin-bottom:12px}.product-description{font-size:13px;padding:12px 0}.info-table{-webkit-overflow-scrolling:touch;display:table;font-size:11px;overflow-x:auto;width:100%}.info-table tbody,.info-table thead,.info-table tr{display:table-row}.info-table td,.info-table th{display:table-cell;padding:8px 10px;text-align:left}.info-table th{background-color:#f3f4f6;border-bottom:2px solid #e5e7eb;font-weight:600}.info-table td{border-bottom:1px solid #e5e7eb}.related-products{margin-top:40px}.related-products h2{font-size:20px;margin-bottom:15px}.related-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.related-card{padding:10px}.related-card img{height:140px}.related-card h4{font-size:14px;margin:8px 0 4px}.related-card .price{font-size:13px}.view-btn{font-size:12px;padding:6px 12px}}@media (max-width:480px){.product-page{padding:20px 15px}.product-top{gap:20px}.product-thumbnails{gap:5px;margin-top:12px}.product-thumbnails .thumb{padding:1px}.product-thumbnails .thumb img{height:45px;width:45px}.product-title{font-size:18px}.product-price{font-size:16px;margin-bottom:18px}.variant-row{margin-bottom:15px}.variant-row label{font-size:13px;margin-bottom:5px}.variant-row select{font-size:13px;padding:9px}.cart-row{gap:10px}.qty-btn{font-size:18px;height:40px;width:38px}.qty-input{font-size:14px;padding:10px 4px;width:55px}.add-cart-btn{font-size:13px;padding:12px}.product-tabs-section{margin-top:25px;padding-top:20px}.product-tabs{margin-bottom:15px}.product-tabs button{font-size:12px;padding:10px 14px}.tab-panel-title{font-size:15px;margin-bottom:10px}.product-description{font-size:12px;padding:10px}.selected-variant-info{margin-top:18px;padding:12px}.variant-info-title{font-size:14px;margin-bottom:8px}.variant-attributes-list{gap:6px}.variant-attribute-item{align-items:flex-start;flex-direction:column;gap:4px;padding:5px 0}.variant-attribute-name{font-size:12px;min-width:auto}.variant-attribute-value{font-size:12px}.tab-content{font-size:14px;padding-top:12px}.tab-content h3{font-size:16px;margin-bottom:8px}.related-products{margin-top:35px}.related-products h2{font-size:18px;margin-bottom:12px}.related-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.related-card{margin:0;max-width:100%;padding:12px}.related-card img{height:180px}.related-card h4{font-size:15px;margin:10px 0 5px}.related-card .price{font-size:14px;margin-bottom:8px}.view-btn{font-size:13px;padding:8px 16px}}@media (max-width:360px){.product-page{padding:15px 12px}.product-title{font-size:16px}.product-price{font-size:15px}.product-thumbnails .thumb img{height:40px;width:40px}.related-card{max-width:100%}.related-card img{height:160px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.e8a2eee4.css.map*/