@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}.reveal-up{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.reveal-up.is-revealed{opacity:1;transform:translateY(0)}.reveal-scale{opacity:0;transform:scale(.9);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.reveal-scale.is-revealed{opacity:1;transform:scale(1)}html{font-size:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#111827;background-color:#f4f5f8;min-height:100vh}@media(max-width:991px){body{padding-bottom:64px}}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;line-height:1.25;color:#111827}h1{font-size:clamp(1.75rem,4vw,2.25rem)}h2{font-size:clamp(1.5rem,2.5vw,1.75rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;line-height:1.5}a{color:#2a2fce;text-decoration:none;transition:color .15s ease}a:hover{color:#1e23a5}img,svg{display:block;max-width:100%}ul,ol{list-style:none}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit;border:1px solid #E5E7EB;border-radius:8px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input:focus,textarea:focus,select:focus{border-color:#2a2fce;box-shadow:0 0 0 3px #2a2fce26}a:focus-visible,button:focus-visible,[role=button]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #2A2FCE;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:calc(100% - 4rem);max-width:1600px;margin-inline:auto}@media(max-width:768px){.container{width:calc(100% - 2rem)}}#root{min-height:100vh;display:flex;flex-direction:column}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 6px #10b98100}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.page-enter{animation:fadeIn .3s ease both}.anim-fade-in{animation:fadeIn .6s ease-out both}.anim-slide-up{animation:slideUp .6s ease-out both}.anim-scale-in{animation:scaleIn .5s ease-out both}.anim-delay-1{animation-delay:.08s}.anim-delay-2{animation-delay:.16s}.anim-delay-3{animation-delay:.24s}.anim-delay-4{animation-delay:.32s}.anim-delay-5{animation-delay:.4s}.anim-delay-6{animation-delay:.48s}.anim-delay-7{animation-delay:.56s}.anim-delay-8{animation-delay:.64s}.anim-delay-9{animation-delay:.72s}.anim-delay-10{animation-delay:.8s}.anim-delay-11{animation-delay:.88s}.anim-delay-12{animation-delay:.96s}.section-accent{width:60px;height:4px;background:linear-gradient(90deg,#2a2fce,#4345d6);border-radius:2px;margin-bottom:1.5rem}.search-bar{position:relative;width:100%;max-width:400px;margin-right:1rem}@media(min-width:1600px){.search-bar{max-width:500px}}@media(max-width:991px){.search-bar{max-width:200px;margin-right:.5rem}}@media(max-width:767px){.search-bar{display:none}}.search-bar__input-wrapper{position:relative;display:flex;align-items:center}.search-bar__icon{position:absolute;left:1rem;color:#6b7280;pointer-events:none}.search-bar__input{width:100%;padding:.5rem 1rem .5rem 3rem;height:40px;background-color:#f4f5f8;border:1px solid transparent;border-radius:9999px;font-size:.875rem;color:#111827;transition:all .25s ease}.search-bar__input:focus{background-color:#fff;border-color:#2a2fce;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;outline:none}.search-bar__input::placeholder{color:#6b7280}.search-bar__dropdown{position:absolute;top:calc(100% + .5rem);left:0;width:100%;background-color:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;z-index:110;overflow:hidden;padding:.25rem 0}.search-bar__item{list-style:none}.search-bar__item-btn{width:100%;text-align:left;padding:.5rem 1rem;font-size:.875rem;color:#111827;transition:background-color .15s ease}.search-bar__item-btn:hover{background-color:#f4f5f8;color:#2a2fce}.search-bar__no-results{padding:1rem;font-size:.875rem;color:#6b7280;text-align:center}.header{width:100%;background-color:#fff;position:fixed;top:0;left:0;z-index:200;transition:all .25s ease;border-bottom:1px solid rgba(229,231,235,.3)}.header--sticky{background-color:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 10px 30px #0000000d;border-bottom:1px solid rgba(229,231,235,.8)}.header--sticky .header__container{height:56px}@media(min-width:992px){.header--sticky .header__container{height:64px}}.header--sticky .header__logo-image{height:24px}@media(max-width:767px){.header--sticky .header__logo-image{height:20px}}.header--sticky .header__logo-text{font-size:1.1rem}.header__container{display:flex;align-items:center;justify-content:space-between;height:64px;transition:height .3s cubic-bezier(.2,.8,.2,1)}@media(min-width:992px){.header__container{height:80px}}@media(max-width:767px){.header__container{padding-left:1rem;padding-right:1rem}}.header__logo{flex-shrink:0}.header__logo-link{display:flex;align-items:center;gap:.5rem;color:#111827;font-weight:700;font-size:clamp(1.25rem,2vw,1.5rem);text-decoration:none;letter-spacing:-.5px;transition:opacity .15s ease}.header__logo-link:hover{opacity:.8}.header__logo-icon{display:flex;align-items:center;justify-content:center}.header__logo-image{height:32px;width:auto;border-radius:4px;object-fit:contain;transition:height .3s cubic-bezier(.2,.8,.2,1)}@media(max-width:767px){.header__logo-image{height:26px}}.header__logo-text{font-weight:800;transition:font-size .3s cubic-bezier(.2,.8,.2,1)}@media(max-width:767px){.header__logo-text{font-size:1.125rem}}.header__nav{display:none}@media(min-width:992px){.header__nav{display:block}}.header__nav-list{display:flex;gap:2rem}.header__nav-link{color:#374151;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;transition:color .25s ease;text-decoration:none;position:relative;padding:.5rem 0}.header__nav-link:hover,.header__nav-link--active{color:#2a2fce}.header__nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#2a2fce;border-radius:2px;transition:width .25s ease,left .25s ease}.header__nav-link:hover:after,.header__nav-link--active:after{width:100%;left:0}.header__actions{display:none}@media(min-width:992px){.header__actions{display:flex;align-items:center;gap:1rem}}.header__action-btn{display:flex;align-items:center;justify-content:center;color:#111827;transition:transform .15s ease,color .15s ease;position:relative;min-width:40px;min-height:40px}.header__action-btn:hover{color:#2a2fce;transform:translateY(-1px)}.header__action-btn--cart{background-color:#f4f5f8;padding:.5rem .75rem .5rem .5rem;border-radius:9999px;gap:.25rem}.header__cart-total{font-size:12px;font-weight:700;color:#111827;white-space:nowrap}.header__cart-badge{position:absolute;top:-4px;right:-4px;background-color:#ef4444;color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.header__mobile-actions{display:flex;align-items:center;gap:.25rem}@media(min-width:992px){.header__mobile-actions{display:none}}.header__mobile-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#111827;border-radius:8px;transition:all .15s ease;position:relative;-webkit-tap-highlight-color:transparent}.header__mobile-action-btn:active{background-color:#2a2fce0f}.header__mobile-action-badge{position:absolute;top:4px;right:2px;background-color:#ef4444;color:#fff;font-size:9px;font-weight:700;min-width:16px;height:16px;padding:0 4px;border-radius:9999px;display:flex;align-items:center;justify-content:center;pointer-events:none}.header__mobile-strip{display:none}@media(max-width:991px){.header__mobile-strip{display:block;border-top:1px solid rgba(229,231,235,.3);background-color:#fff}}.header__mobile-strip-nav{display:flex;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 1rem}.header__mobile-strip-nav::-webkit-scrollbar{display:none}.header__mobile-strip-link{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;height:38px;font-size:13px;font-weight:600;color:#6b7280;text-decoration:none;white-space:nowrap;position:relative;transition:color .15s ease;flex-shrink:0}.header__mobile-strip-link:after{content:"";position:absolute;bottom:0;left:1rem;right:1rem;height:2px;background-color:transparent;border-radius:2px;transition:background-color .15s ease}.header__mobile-strip-link:hover{color:#111827}.header__mobile-strip-link--active{color:#2a2fce;font-weight:700}.header__mobile-strip-link--active:after{background-color:#2a2fce}.header__mobile-search{display:none}@media(max-width:991px){.header__mobile-search{display:block;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background-color:#fff;border-top:1px solid rgba(229,231,235,.2)}}.header__mobile-search--open{max-height:60px;padding:.5rem 0}.header__mobile-search-inner{display:flex;align-items:center;gap:.5rem;padding-left:1rem;padding-right:1rem}.header__mobile-search-icon{color:#6b7280;flex-shrink:0}.header__mobile-search-input{flex:1;height:38px;padding:0 .75rem;font-size:.875rem;color:#111827;background-color:#f4f5f8;border:1px solid transparent;border-radius:8px;transition:all .15s ease;appearance:none;-webkit-appearance:none}.header__mobile-search-input::placeholder{color:#6b7280}.header__mobile-search-input:focus{outline:none;border-color:#2a2fce;background-color:#fff;box-shadow:0 0 0 2px #2a2fce1a}.header__mobile-search-close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:4px;color:#6b7280;flex-shrink:0;transition:all .15s ease}.header__mobile-search-close:hover{color:#111827;background-color:#f4f5f8}.header__drawer-overlay{position:fixed;inset:0;background-color:#0000;z-index:400;pointer-events:none;transition:background-color .35s ease}.header__drawer-overlay--open{background-color:#0006;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:all}.header__drawer{position:fixed;top:0;right:0;width:min(320px,85vw);height:100dvh;background:linear-gradient(180deg,#fff,#fffffffa);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:500;display:flex;flex-direction:column;box-shadow:-6px 0 24px #0000001a;transform:translate(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);overflow-y:auto;-webkit-overflow-scrolling:touch}.header__drawer--open{transform:translate(0)}.header__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(229,231,235,.5)}.header__drawer-header .header__logo-image{height:24px}.header__drawer-header .header__logo-text{font-size:1rem}.header__drawer-list{flex:1;padding:.75rem 0;list-style:none}.header__drawer-link{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 2rem;min-height:48px;font-size:1rem;font-weight:500;color:#374151;text-decoration:none;transition:all .2s ease;border:none;background:none;cursor:pointer;text-align:left;border-left:3px solid transparent}.header__drawer-link:hover{color:#2a2fce;background-color:#2a2fce0a;border-left-color:#2a2fce4d}.header__drawer-link--active{color:#2a2fce;background-color:#2a2fce0f;border-left-color:#2a2fce;font-weight:600}.header__drawer--open .header__drawer-link{animation:slideInRight .4s cubic-bezier(.2,.8,.2,1) forwards;opacity:0;transform:translate(20px)}.header__drawer--open .header__drawer-link:nth-child(1){animation-delay:.05s}.header__drawer--open .header__drawer-link:nth-child(2){animation-delay:.1s}.header__drawer--open .header__drawer-link:nth-child(3){animation-delay:.15s}.header__drawer--open .header__drawer-link:nth-child(4){animation-delay:.2s}.header__drawer--open .header__drawer-link:nth-child(5){animation-delay:.25s}.header__drawer--open .header__drawer-link:nth-child(6){animation-delay:.3s}.header__drawer--open .header__drawer-link:nth-child(7){animation-delay:.35s}.header__drawer--open .header__drawer-link:nth-child(8){animation-delay:.4s}.header__drawer--open .header__drawer-link:nth-child(9){animation-delay:.45s}.header__drawer--open .header__drawer-link:nth-child(10){animation-delay:.5s}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}.header__drawer-divider{height:1px;background-color:#e5e7eb80;margin:.5rem 2rem;list-style:none}.header__drawer-badge{margin-left:auto;background-color:#ef4444;color:#fff;font-size:10px;font-weight:700;min-width:20px;height:20px;padding:0 6px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center}.header__drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#374151;background-color:#f4f5f8;transition:all .15s ease;flex-shrink:0}.header__drawer-close:hover{background-color:#e5e7eb;color:#111827}.header__drawer-footer{padding:1.5rem 2rem;border-top:1px solid rgba(229,231,235,.5);text-align:center}.header__drawer-footer p{margin:0;font-size:12px;color:#6b7280}.header__user-dot{position:absolute;bottom:6px;right:6px;width:8px;height:8px;border-radius:50%;background:#10b981;border:2px solid #FFFFFF}.header__drawer-user{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-bottom:1px solid rgba(229,231,235,.3);background:#2a2fce08}.header__drawer-user-avatar{width:40px;height:40px;border-radius:50%;background:#2a2fce1a;color:#2a2fce;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.header__drawer-user-name{font-size:.875rem;font-weight:600;color:#111827;margin:0}.header__drawer-user-email{font-size:.75rem;color:#6b7280;margin:0}.header__drawer-link--danger{color:#ef4444!important}.header__drawer-link--danger:hover{background-color:#ef44440a!important;border-left-color:#ef44444d!important}.header__drawer-link--lang{color:#2a2fce!important;font-weight:600!important}.header__drawer-link--lang:hover{background-color:#2a2fce0f!important}.header__action-btn--lang{display:flex;align-items:center;justify-content:center;gap:6px;padding:4px 12px;height:36px;border-radius:9999px;background:#2a2fce0f;color:#2a2fce;font-weight:700;border:1px solid rgba(42,47,206,.1);transition:all .15s ease}.header__action-btn--lang:hover{background:#2a2fce26;transform:translateY(-2px);box-shadow:0 4px 10px #2a2fce1a}.header__action-btn--lang .header__lang-label{font-size:13px;letter-spacing:.05em;margin-top:1px}.hero-banner{position:relative;height:600px;width:calc(100% - 4rem);max-width:1400px;margin:calc(2rem + 50px) auto 2rem;border-radius:32px;overflow:hidden;background-color:#0d1117;display:flex;align-items:center}@media(max-width:768px){.hero-banner{width:calc(100% - 2rem);height:520px;margin:.75rem auto 1rem}}@media(max-width:400px){.hero-banner{height:460px;border-radius:16px}}.hero-banner__slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;visibility:hidden;transition:opacity 1s ease-in-out,visibility 1s,transform 6s linear;transform:scale(1.05)}.hero-banner__slide--active{opacity:1;visibility:visible;transform:scale(1);z-index:1}.hero-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#0d1117f2,#0d1117d9 40%,#0d111733)}@media(max-width:768px){.hero-banner__overlay{background:linear-gradient(180deg,#0d111780,#0d1117f2)}}.hero-banner__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;height:100%;padding-left:4rem}@media(max-width:768px){.hero-banner__content{padding-left:2rem;padding-right:2rem}}.hero-banner__text-block{max-width:600px;color:#fff}@media(max-width:768px){.hero-banner__text-block{text-align:center;margin:auto auto 0;padding-bottom:3rem}}.hero-banner__badge{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.15em;color:#60a5fa;margin-bottom:.75rem;text-transform:uppercase;opacity:0}.hero-banner__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1rem;letter-spacing:-1px;opacity:0}.hero-banner__subtitle{font-size:14px;color:#9ca3af;line-height:1.75;margin-bottom:2rem;max-width:500px;opacity:0}@media(max-width:768px){.hero-banner__subtitle{margin-left:auto;margin-right:auto}}.hero-banner__actions{display:flex;gap:1rem;opacity:0}@media(max-width:576px){.hero-banner__actions{flex-direction:column}}.hero-banner .animate-up-1{animation:slideUpFade .8s ease forwards .3s}.hero-banner .animate-up-2{animation:slideUpFade .8s ease forwards .5s}.hero-banner .animate-up-3{animation:slideUpFade .8s ease forwards .7s}.hero-banner .animate-up-4{animation:slideUpFade .8s ease forwards .9s}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-banner__button{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.6rem;font-size:12px;font-weight:700;border-radius:8px;transition:all .15s ease;text-decoration:none;cursor:pointer}.hero-banner__button--primary{background-color:#2a2fce;color:#fff;border:1px solid #2A2FCE}.hero-banner__button--primary:hover{background-color:#1e23a5;border-color:#1e23a5;transform:translateY(-2px);box-shadow:0 10px 20px #2a2fce4d}.hero-banner__button--secondary{background-color:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.2)}.hero-banner__button--secondary:hover{background-color:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.hero-banner__nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background-color:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.hero-banner__nav-btn:hover{background-color:#fff3;transform:translateY(-50%) scale(1.1)}.hero-banner__nav-btn--prev{left:2rem}@media(max-width:768px){.hero-banner__nav-btn--prev{display:none}}.hero-banner__nav-btn--next{right:2rem}@media(max-width:768px){.hero-banner__nav-btn--next{display:none}}.hero-banner__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:12px;padding:8px 0}.hero-banner__dot{width:12px;height:12px;border-radius:6px;background-color:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0;position:relative}.hero-banner__dot:before{content:"";position:absolute;inset:-8px}.hero-banner__dot--active{width:32px;background-color:#2563eb}.features-section{padding:3rem 0;background-color:#fff;border-bottom:1px solid #E5E7EB}.features-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;transition:all .25s ease;background:transparent;border:1px solid transparent}.feature-card:hover{transform:translateY(-2px);background:#f9fafb;border-color:#e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.feature-card:hover .feature-card__icon-wrapper{background-color:#2a2fce;color:#fff;box-shadow:0 4px 12px #2a2fce4d;transform:scale(1.05)}.feature-card__icon-wrapper{flex-shrink:0;width:52px;height:52px;border-radius:8px;background-color:#2a2fce1a;color:#2a2fce;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.feature-card__content{display:flex;flex-direction:column;gap:.25rem}.feature-card__title{font-size:14px;font-weight:700;margin:0;color:#111827;line-height:1.25}.feature-card__description{font-size:12px;color:#4b5563;margin:0;line-height:1.5}.placeholder-img{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(145deg,#f0f2f8,#e8eaf6 40%,#f5f6fa);position:relative;overflow:hidden}.placeholder-img:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(42,47,206,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(42,47,206,.04) 0%,transparent 50%)}.placeholder-img__glass{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:16px 20px;background:#ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 16px #00000008}.placeholder-img__logo{width:40px;height:40px;object-fit:contain;opacity:.3;filter:grayscale(30%);-webkit-user-select:none;user-select:none}.placeholder-img--hidden{display:none!important}.placeholder-img__text{font-size:10px;font-weight:800;letter-spacing:.2em;color:#1118272e;text-transform:uppercase;-webkit-user-select:none;user-select:none}.category-section{padding:2rem 0 1.5rem;background-color:#f4f5f8}.category-section--catalogue{padding:2rem 0}.category-section__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem}@media(max-width:576px){.category-section__header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}}.category-section__title{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:800;color:#111827;margin:0;letter-spacing:-.5px}.category-section__view-all{font-size:14px;font-weight:700;color:#2a2fce;text-decoration:none;transition:color .15s ease}.category-section__view-all:hover{color:#1e23a5;text-decoration:underline}.category-section__show-more{display:flex;justify-content:center;margin-top:2rem}@media(max-width:767px){.category-section__show-more{display:none}}.category-section__show-more-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:#fff;color:#2a2fce;border:2px solid #2A2FCE;border-radius:9999px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .25s ease}.category-section__show-more-btn:hover{background:#2a2fce;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #2a2fce40}.category-section__show-more-btn:active{transform:translateY(0)}.category-scroll-mobile{position:relative;display:block;margin-bottom:.5rem}@media(min-width:768px){.category-scroll-mobile{display:none}}.category-scroll-mobile__track{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding:.25rem 0 .75rem;scrollbar-width:none}.category-scroll-mobile__track::-webkit-scrollbar{display:none}.category-scroll-mobile__fade{position:absolute;top:0;right:0;bottom:.75rem;width:36px;background:linear-gradient(to left,#F4F5F8 0%,transparent 100%);pointer-events:none}.cat-mini{display:flex;flex-direction:column;align-items:center;text-decoration:none;scroll-snap-align:start;flex-shrink:0;width:100px;transition:transform .15s ease}.cat-mini:active{transform:scale(.94)}.cat-mini__visual{position:relative;width:76px;height:76px;border-radius:50%;overflow:hidden;background:#fff;border:2px solid #E5E7EB;box-shadow:0 2px 10px #0000000f;margin-bottom:.5rem;transition:border-color .15s ease}.cat-mini__visual .placeholder-img{position:absolute;inset:0}.cat-mini__visual .placeholder-img .placeholder-img__glass{padding:8px;gap:3px}.cat-mini__visual .placeholder-img .placeholder-img__logo{width:26px;height:26px}.cat-mini__visual .placeholder-img .placeholder-img__text{font-size:7px}.cat-mini:active .cat-mini__visual{border-color:#2a2fce}.cat-mini__img{width:100%;height:100%;object-fit:contain;padding:8px;mix-blend-mode:multiply}.cat-mini__name{font-size:12px;font-weight:600;color:#111827;text-align:center;line-height:1.25;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cat-mini__count{font-size:10px;font-weight:500;color:#9ca3af;margin-top:2px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}@media(max-width:1200px){.category-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:992px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.category-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:767px){.category-grid--desktop-only{display:none}}.cat-card{display:flex;flex-direction:column;text-decoration:none;border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(229,231,235,.6);box-shadow:0 2px 8px #00000008;transition:all .35s cubic-bezier(.25,1,.5,1)}@media(hover:hover){.cat-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000014,0 4px 12px #0000000a;border-color:#2a2fce33}.cat-card:hover .cat-card__image{transform:scale(1.08)}.cat-card:hover .cat-card__name{color:#2a2fce}}@media(hover:none){.cat-card:active{transform:scale(.97);opacity:.9}}.cat-card__visual{position:relative;height:160px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f9fafb}@media(max-width:576px){.cat-card__visual{height:120px}}.cat-card__image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:1rem;transition:transform .4s cubic-bezier(.25,.8,.25,1)}.cat-card .placeholder-img{position:absolute;inset:0}.cat-card__info{padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1;text-align:center;border-top:1px solid rgba(229,231,235,.3)}@media(max-width:576px){.cat-card__info{padding:.75rem 1rem 1rem}}.cat-card__name{font-size:14px;font-weight:700;color:#111827;margin:0 0 .5rem;transition:color .15s ease;line-height:1.25}.cat-card__count{font-size:12px;color:#4b5563;font-weight:500}.cat-card--skeleton{pointer-events:none}.cat-card .cat-card__skeleton-img{width:100%;height:160px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@media(max-width:576px){.cat-card .cat-card__skeleton-img{height:120px}}.cat-card .cat-card__skeleton-text{height:14px;width:60%;margin:1rem auto .5rem;background:#e2e8f0;border-radius:4px}.container--fluid{max-width:100%;padding:0 1.5rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-skeleton{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #E5E7EB}.product-skeleton__image{aspect-ratio:1/1;background:linear-gradient(90deg,#f1f3f5 25%,#f9fafb,#f1f3f5 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.product-skeleton__body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.product-skeleton__line{height:12px;border-radius:4px;background:linear-gradient(90deg,#f1f3f5 25%,#f9fafb,#f1f3f5 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.product-skeleton__line--xs{width:30%;height:10px}.product-skeleton__line--sm{width:50%}.product-skeleton__line--md{width:70%}.product-skeleton__line--lg{width:90%;height:14px}.product-skeleton__btn{height:40px;margin-top:.5rem;border-radius:8px;background:linear-gradient(90deg,#f1f3f5 25%,#f9fafb,#f1f3f5 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.promo-catalogue{padding:2rem 0 3rem;background-color:#f4f5f8}.section-margin{margin-top:3rem}.snap-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;scrollbar-width:none}.snap-track::-webkit-scrollbar{display:none}.snap-card{flex-shrink:0;scroll-snap-align:start}.snap-card--flash{width:calc(50% - .5rem)}@media(min-width:992px){.snap-card--flash{width:calc(33.333% - 1rem * 2 / 3)}}@media(min-width:1200px){.snap-card--flash{width:calc(25% - .75rem)}}@media(max-width:400px){.snap-card--flash{width:85%}}.snap-card--pop{width:calc(50% - .5rem)}@media(min-width:768px){.snap-card--pop{width:calc(33.333% - 1rem * 2 / 3)}}@media(min-width:1200px){.snap-card--pop{width:calc(25% - .75rem)}}@media(max-width:400px){.snap-card--pop{width:85%}}.snap-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;border:1.5px solid #E5E7EB;background:#fff;color:#111827;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.snap-arrow:hover{border-color:#2a2fce;color:#2a2fce;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.snap-arrow--on-dark{border-color:#ffffff40;background:#ffffff1a;color:#fff;box-shadow:none}.snap-arrow--on-dark:hover{background:#fff3;border-color:#ffffff80;color:#fff}@media(hover:none){.snap-arrow{display:none}}.snap-dots{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:1rem;padding:.5rem 0}.snap-dots__dot{width:8px;height:8px;border-radius:9999px;background:#e5e7eb;border:none;padding:0;cursor:pointer;transition:all .25s ease}.snap-dots__dot--active{width:24px;background:#2a2fce}.snap-dots__dot:hover:not(.snap-dots__dot--active){background:#9ca3af}.snap-dots__gap{display:inline-block;width:4px}.flash-section{background:linear-gradient(135deg,#111827,#1e1b4b);border-radius:16px;padding:2rem 2rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@media(max-width:768px){.flash-section{padding:1.5rem 1rem 1rem;border-radius:12px}}.flash-section__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}@media(max-width:576px){.flash-section__header{gap:.75rem;margin-bottom:1rem}}.flash-section__title-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media(max-width:576px){.flash-section__title-group{gap:.5rem}}.flash-section__badge{display:inline-flex;align-items:center;gap:.25rem;background:#818cf833;color:#818cf8;border:1px solid rgba(129,140,248,.4);padding:.3rem .7rem;border-radius:9999px;font-size:11px;font-weight:800;letter-spacing:.1em;white-space:nowrap}.flash-section__title{font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:800;color:#fbbf24;margin:0;letter-spacing:-.5px;text-shadow:0 2px 12px rgba(0,0,0,.4)}.flash-section__timer{display:flex;align-items:center;gap:4px}.flash-section__timer-block{display:flex;flex-direction:column;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);padding:.4rem .6rem;border-radius:4px;min-width:46px}.flash-section__timer-block span{font-size:18px;font-weight:700;font-variant-numeric:tabular-nums;font-family:monospace;color:#fff;line-height:1}.flash-section__timer-block small{font-size:8px;color:#ffffff80;letter-spacing:.1em;margin-top:2px;text-transform:uppercase}.flash-section__timer-sep{font-size:18px;font-weight:700;color:#ffffff80}.flash-section__nav{display:flex;gap:.5rem}.flash-section .snap-arrow{border-color:#ffffff40;background:#ffffff1a;color:#fff;box-shadow:none}.flash-section .snap-arrow:hover{background:#fff3;border-color:#ffffff80;color:#fff}.flash-section .snap-dots__dot{background:#ffffff40}.flash-section .snap-dots__dot--active{background:#fbbf24}.flash-section .snap-dots__dot:hover:not(.snap-dots__dot--active){background:#fff6}.flash-section .fp-card{border-color:#ffffff1f}.bestsellers-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media(max-width:576px){.bestsellers-section__header{flex-direction:column;align-items:flex-start;gap:.75rem}}.bestsellers-section__title{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:800;color:#111827;margin:0;letter-spacing:-.5px}.bestsellers-section__right{display:flex;align-items:center;gap:1.5rem}.bestsellers-section__nav{display:flex;gap:.5rem}.bestsellers-section__view-all{font-size:14px;font-weight:700;color:#2a2fce;text-decoration:none;transition:color .15s ease;white-space:nowrap}.bestsellers-section__view-all:hover{color:#1e23a5;text-decoration:underline}.fp-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid rgba(229,231,235,.4);text-decoration:none;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;height:100%}.fp-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.fp-card--oos{opacity:.7}.fp-card__img-wrap{position:relative;aspect-ratio:1/1;background:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden}.fp-card__img-wrap img{width:100%;height:100%;object-fit:contain;padding:10%;mix-blend-mode:multiply;transition:transform .4s ease}.fp-card:hover .fp-card__img-wrap img{transform:scale(1.06)}.fp-card__stock-tag{position:absolute;top:8px;left:8px;background:#10b981;color:#fff;font-size:8px;font-weight:800;padding:3px 6px;border-radius:2px;letter-spacing:.06em;text-transform:uppercase;z-index:1}.fp-card__stock-tag--oos{background:#f59e0b}.fp-card__promo-tag{position:absolute;top:8px;right:8px;background:#ef4444;color:#fff;font-size:11px;font-weight:800;padding:3px 7px;border-radius:2px;z-index:1}.fp-card__body{padding:.75rem;display:flex;flex-direction:column;flex:1;gap:.5rem;border-top:1px solid rgba(229,231,235,.3)}@media(max-width:576px){.fp-card__body{padding:.5rem;gap:4px}}.fp-card__name{font-size:13px;font-weight:700;color:#111827;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:576px){.fp-card__name{font-size:11px}}.fp-card__prices{display:flex;flex-direction:column;gap:2px;margin-top:auto}.fp-card__old-price{font-size:11px;color:#9ca3af;text-decoration:line-through}@media(max-width:576px){.fp-card__old-price{font-size:10px}}.fp-card__promo-price{font-size:15px;font-weight:800;color:#ef4444}@media(max-width:576px){.fp-card__promo-price{font-size:13px}}.fp-card__retail{font-size:14px;font-weight:800;color:#2a2fce}@media(max-width:576px){.fp-card__retail{font-size:12px}}.fp-card__wholesale{font-size:10px;color:#4b5563}@media(max-width:576px){.fp-card__wholesale{font-size:9px}}.fp-card__btn{width:100%;background:#2a2fce;color:#fff;font-size:12px;font-weight:700;padding:.55rem;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}@media(max-width:576px){.fp-card__btn{font-size:11px;padding:.45rem}}.fp-card__btn:hover:not(.fp-card__btn--disabled){background:#1e23a5}.fp-card__btn--disabled{background:#f1f3f5;color:#9ca3af;cursor:not-allowed}.newsletter-section{background-color:#0d1222;padding:4rem 0;margin:4rem 0;width:100%}.newsletter-section__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.newsletter-section__content{max-width:550px;width:100%}.newsletter-section__title{color:#fff;font-size:24px;font-weight:700;margin-bottom:.75rem}@media(max-width:576px){.newsletter-section__title{font-size:20px}}.newsletter-section__desc{color:#94a3b8;font-size:13px;line-height:1.75;margin-bottom:2rem;padding:0 1rem}.newsletter-section__form{margin-bottom:1rem}.newsletter-section__input-group{display:flex;gap:1rem;justify-content:center}@media(max-width:576px){.newsletter-section__input-group{flex-direction:column}}.newsletter-section__input{flex:1;max-width:300px;background-color:#262c3f;border:1px solid #334155;color:#fff;padding:.8rem 1.2rem;border-radius:8px;font-size:13px;outline:none;transition:border-color .15s ease}.newsletter-section__input::placeholder{color:#64748b}.newsletter-section__input:focus{border-color:#2563eb}@media(max-width:576px){.newsletter-section__input{max-width:100%}}.newsletter-section__btn{background-color:#2563eb;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:background-color .15s ease;min-width:110px;display:inline-flex;align-items:center;justify-content:center;gap:6px}.newsletter-section__btn:hover{background-color:#1d4ed8}.newsletter-section__btn:disabled{opacity:.6;cursor:not-allowed}.newsletter-section__legal{color:#475569;font-size:10px;margin-top:1.5rem}.newsletter-section__legal a{color:#64748b;text-decoration:underline}.newsletter-section__legal a:hover{color:#fff}.newsletter-section__alert{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.2rem;border-radius:8px;font-size:13px;margin-bottom:1.5rem}.newsletter-section__alert--success{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.newsletter-section__alert--info{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.newsletter-section__alert--error{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.footer{background:linear-gradient(135deg,#0f172a,#1e1b4b);border-top:1px solid rgba(255,255,255,.1);padding:4rem 0 2rem;margin-top:auto;font-size:.875rem;color:#ffffffe6}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr 1.5fr}}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#ffffffb3;font-size:13px;line-height:1.75}.footer__contact-item svg{color:#4345d6;flex-shrink:0;margin-top:2px}.footer__col{display:flex;flex-direction:column;gap:1rem}.footer__brand{gap:.75rem}.footer__logo{font-size:1.125rem;font-weight:800;color:#fff;display:flex;align-items:center;letter-spacing:-.5px;text-transform:uppercase}.footer__logo-icon{display:flex;align-items:center;justify-content:center;margin-right:.5rem;color:#4345d6}.footer__logo-image{height:36px;width:auto;border-radius:4px;object-fit:contain}.footer__description{color:#ffffffb3;line-height:1.75;max-width:280px;font-size:13px;margin:0}.footer__title{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0}.footer__chevron{display:none;transition:transform .3s ease}@media(max-width:767px){.footer__chevron{display:block}}@media(max-width:767px){.footer__col--accordion{gap:0}.footer__col--accordion .footer__title{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.75rem 0;-webkit-tap-highlight-color:transparent}.footer__col--accordion .footer__collapsible{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding-top:0}}@media(max-width:767px){.footer__col--accordion.footer__col--open .footer__chevron{transform:rotate(180deg)}.footer__col--accordion.footer__col--open .footer__collapsible{max-height:500px;padding-top:.75rem}}.footer__list{display:flex;flex-direction:column;gap:.5rem}.footer__link{color:#ffffffb3;font-size:13px;position:relative;display:inline-block;width:fit-content;transition:color .15s ease}.footer__link:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:#4345d6;transition:width .3s ease}.footer__link:hover{color:#fff}.footer__link:hover:after{width:100%}.footer__form{display:flex;flex-direction:column;gap:.5rem}.footer__newsletter-cta{font-size:12px;color:#fff;font-weight:500;line-height:1.75;margin:0;padding:.75rem;background:#ffffff1a;border-radius:8px;border-left:3px solid #4345d6}.footer__input{width:100%;padding:.8rem 1rem;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:13px;color:#fff;transition:all .15s ease}.footer__input::placeholder{color:#ffffff80}.footer__input:focus{border-color:#4345d6;background-color:#ffffff26;box-shadow:0 0 0 3px #4345d633}.footer__submit{width:100%;padding:.8rem;background:linear-gradient(135deg,#2a2fce,#1e23a5);color:#fff;font-weight:800;font-size:13px;letter-spacing:.05em;text-transform:uppercase;border-radius:8px;border:none;transition:all .3s ease;cursor:pointer;background-size:200% auto}.footer__submit:hover{background-position:right center;transform:translateY(-2px);box-shadow:0 4px 12px #2a2fce66}.footer__submit:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);position:relative;text-align:center;color:#ffffff80;font-size:11px}.footer__bottom:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:100px;height:1px;background:linear-gradient(90deg,transparent,#4345d6,transparent)}.footer__copyright{margin:0}.home-page{background-color:#f4f5f8;padding-top:80px}@media(max-width:991px){.home-page{padding-top:64px}}.home-page__divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(229,231,235,.5) 50%,transparent 100%);margin:.75rem 0}.partner-brands{background:#fff;padding:1.5rem 0;border-bottom:1px solid rgba(229,231,235,.4);overflow:hidden}.partner-brands__title{text-align:center;font-size:10px;font-weight:800;color:#9ca3af;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem}.partner-brands__marquee{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.partner-brands__track{display:flex;gap:4rem;width:max-content;animation:marquee 40s linear infinite}@media(max-width:768px){.partner-brands__track{gap:2rem}}.partner-brands__track:hover{animation-play-state:paused}.partner-brands__name{font-family:monospace;font-size:16px;font-weight:700;color:#4b5563;transition:color .15s ease;cursor:default}.partner-brands__name:hover{color:#1e23a5}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.3333333333%)}}@media(max-width:991px){.catalogue-sidebar-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:499;opacity:0;visibility:hidden;transition:all .25s ease}.catalogue-sidebar-overlay--open{opacity:1;visibility:visible}}.catalogue-sidebar{width:280px;flex-shrink:0}@media(min-width:992px){.catalogue-sidebar{position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:1rem;scrollbar-width:thin;scrollbar-color:rgba(107,114,128,.3) transparent}.catalogue-sidebar::-webkit-scrollbar{width:4px}.catalogue-sidebar::-webkit-scrollbar-track{background:transparent}.catalogue-sidebar::-webkit-scrollbar-thumb{background-color:#6b72804d;border-radius:4px}}@media(max-width:991px){.catalogue-sidebar{position:fixed;top:0;left:-320px;width:300px;height:100vh;background:#fff;z-index:500;padding:2rem;overflow-y:auto;transition:left .25s ease;border-right:1px solid #E5E7EB;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.catalogue-sidebar--open{left:0}}.catalogue-sidebar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}@media(min-width:992px){.catalogue-sidebar__header{display:none}}.catalogue-sidebar__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#4b5563;background:#f4f5f8;border-radius:4px;cursor:pointer;transition:all .15s ease}.catalogue-sidebar__close:hover{color:#111827;background:#e5e7eb}.catalogue-sidebar__title{display:flex;align-items:center;gap:.5rem;font-size:15px;font-weight:700;color:#111827;margin:0}.catalogue-sidebar__section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E7EB}.catalogue-sidebar__section-title{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}.catalogue-sidebar__search{position:relative;display:flex;align-items:center}.catalogue-sidebar__search svg{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.catalogue-sidebar__search input{width:100%;padding:.6rem 2rem .6rem 2.25rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;color:#111827;font-size:13px}.catalogue-sidebar__search input::placeholder{color:#9ca3af}.catalogue-sidebar__search input:focus{border-color:#2a2fce;box-shadow:0 0 0 3px #2a2fce1a}.catalogue-sidebar__search-clear{position:absolute;right:.5rem;display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#9ca3af;cursor:pointer}.catalogue-sidebar__search-clear:hover{color:#ef4444}.catalogue-sidebar__categories{display:flex;flex-direction:column;gap:2px}.catalogue-sidebar__cat-item--all{margin-bottom:.5rem}.catalogue-sidebar__cat-item--all .catalogue-sidebar__cat-name{padding:.6rem .8rem;border-radius:4px;transition:all .15s ease}.catalogue-sidebar__cat-item--all .catalogue-sidebar__cat-name--active{background:#1e23a5;color:#fff;font-weight:700}.catalogue-sidebar__cat-item--all .catalogue-sidebar__cat-name--active:hover{color:#fff}.catalogue-sidebar__cat-header{display:flex;align-items:center;border-radius:4px;transition:background .15s ease}.catalogue-sidebar__cat-header:hover{background:#f9fafb}.catalogue-sidebar__cat-header--active{background:#2a2fce0d}.catalogue-sidebar__cat-header--active .catalogue-sidebar__cat-name{color:#1e23a5;font-weight:700}.catalogue-sidebar__cat-header--active .catalogue-sidebar__cat-count{background:#2a2fce1a;border-color:#2a2fce33;color:#1e23a5}.catalogue-sidebar__cat-name{flex:1;display:flex;align-items:center;justify-content:space-between;padding:.5rem .5rem .5rem .75rem;font-size:13px;font-weight:500;color:#374151;cursor:pointer;text-align:left;transition:color .15s ease}.catalogue-sidebar__cat-name:hover{color:#111827}.catalogue-sidebar__cat-count{font-size:10px;font-weight:700;color:#4b5563;background:#f4f5f8;border:1px solid #E5E7EB;padding:.15rem .4rem;border-radius:4px;min-width:28px;text-align:center}.catalogue-sidebar__cat-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#9ca3af;cursor:pointer;transition:transform .15s ease,color .15s ease}.catalogue-sidebar__cat-toggle--open{transform:rotate(180deg)}.catalogue-sidebar__cat-toggle:hover{color:#111827}.catalogue-sidebar__subcats{padding-left:.75rem;margin-top:2px;border-left:1px solid #E5E7EB;margin-left:.75rem}.catalogue-sidebar__subcat-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.4rem .5rem .4rem .6rem;font-size:12px;color:#4b5563;cursor:pointer;border-radius:4px;text-align:left;transition:all .15s ease}.catalogue-sidebar__subcat-btn:hover{color:#111827;background:#f9fafb}.catalogue-sidebar__subcat-btn--active{color:#1e23a5;background:#2a2fce0d;font-weight:500}.catalogue-sidebar__price-range .slider-track{height:4px;background:#e5e7eb;border-radius:2px;position:relative;margin:1rem 0 .75rem}.catalogue-sidebar__price-range .slider-progress{position:absolute;height:100%;background:#2a2fce;border-radius:2px;left:0;right:20%}.catalogue-sidebar__price-range .slider-thumb{width:22px;height:22px;background:#fff;border:2px solid #2A2FCE;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.catalogue-sidebar__price-range .slider-thumb-left{left:0}.catalogue-sidebar__price-range .slider-thumb-right{right:20%}.catalogue-sidebar__price-range .price-labels{display:flex;justify-content:space-between;font-size:11px;color:#4b5563;font-weight:500}.catalogue-sidebar__stock{display:flex;flex-direction:column;gap:.75rem}.catalogue-sidebar__stock .stock-radio{display:flex;align-items:center;font-size:13px;color:#374151;cursor:pointer}.catalogue-sidebar__stock .stock-radio input{display:none}.catalogue-sidebar__stock .stock-radio .radio-custom{width:16px;height:16px;border:2px solid #E5E7EB;border-radius:50%;margin-right:.75rem;position:relative;transition:all .15s ease}.catalogue-sidebar__stock .stock-radio .radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:8px;height:8px;background:#2a2fce;border-radius:50%;transition:transform .15s ease}.catalogue-sidebar__stock .stock-radio input:checked+.radio-custom{border-color:#2a2fce}.catalogue-sidebar__stock .stock-radio input:checked+.radio-custom:after{transform:translate(-50%,-50%) scale(1)}.catalogue-sidebar__bulk{background-color:#2a2fce0d;border-radius:12px;padding:1.5rem;margin-top:3rem;text-align:left}.catalogue-sidebar__bulk h5{color:#1e23a5;font-size:13px;font-weight:700;margin-bottom:.5rem}.catalogue-sidebar__bulk p{font-size:11px;color:#374151;line-height:1.75;margin-bottom:1rem}.catalogue-sidebar__bulk .bulk-btn{width:100%;background-color:#1e23a5;color:#fff;border:none;padding:.75rem;border-radius:4px;font-size:12px;font-weight:700;cursor:pointer;transition:opacity .15s ease}.catalogue-sidebar__bulk .bulk-btn:hover{opacity:.9}.catalogue-sidebar__clear{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem;font-size:12px;font-weight:700;color:#ef4444;background:#ef44440d;border:1px solid rgba(239,68,68,.1);border-radius:8px;cursor:pointer;transition:all .15s ease}.catalogue-sidebar__clear:hover{background:#ef44441a}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid rgba(229,231,235,.5);overflow:hidden;transition:all .4s cubic-bezier(.25,1,.5,1);position:relative;text-decoration:none;box-shadow:0 4px 15px #00000005}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014;border-color:#2a2fce33}.product-card:hover .product-card__img{transform:scale(1.08)}.product-card:hover .product-card__heart{opacity:1;transform:translateY(0)}@media(hover:none){.product-card:active{transform:scale(.97);box-shadow:0 2px 8px #0000001a}}.product-card__image-area{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;overflow:hidden;background-color:#f9fafb;text-decoration:none;flex-shrink:0}.product-card__img{width:100%;height:100%;object-fit:contain;padding:10%;mix-blend-mode:multiply;transition:transform .5s cubic-bezier(.25,.8,.25,1);display:block}.product-card__badges-container{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;align-items:flex-end;gap:6px;z-index:4}.product-card__badge{font-size:9px;font-weight:800;letter-spacing:.05em;padding:4px 8px;border-radius:9999px;text-transform:uppercase;box-shadow:0 4px 10px #0000001a;display:flex;align-items:center;gap:4px}.product-card__badge--stock{background-color:#10b981;color:#fff}.product-card__badge--preorder{background-color:#f59e0b;color:#fff}.product-card__badge--promo{background-color:#ef4444;color:#fff}.product-card__badge--wholesale{background-color:#2a2fce;color:#fff;animation:pulseGlow 3s infinite}@media(max-width:768px){.product-card__badge{font-size:8px;padding:2px 5px;letter-spacing:0}.product-card__badge svg{width:8px;height:8px}}.product-card__heart{position:absolute;top:16px;left:16px;z-index:3;width:36px;height:36px;border-radius:50%;background-color:#ffffffe6;box-shadow:0 4px 12px #00000014;color:#6b7280;border:none;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);opacity:0;transform:translateY(-10px);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(hover:none){.product-card__heart{opacity:1;transform:translateY(0)}}.product-card__heart:hover{color:#ef4444;transform:scale(1.15)!important}.product-card__heart--active{opacity:1!important;transform:translateY(0);color:#ef4444;background-color:#fff}.product-card__heart--active:hover{background-color:#ffeef0}@media(max-width:768px){.product-card__heart{top:8px;left:8px;width:36px;height:36px}.product-card__heart svg{width:16px;height:16px}}.product-card__body{padding:1rem;display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:.75rem}@media(max-width:768px){.product-card__body{padding:.75rem .5rem;gap:4px}}.product-card__info-link{text-decoration:none;display:flex;flex-direction:column;gap:.5rem}.product-card__category{font-size:11px;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;margin:0}@media(max-width:768px){.product-card__category{font-size:9px;letter-spacing:0;margin-bottom:-1px}}.product-card__name{font-size:14px;font-weight:800;color:#111827;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s;min-height:40px}.product-card__name:hover{color:#2a2fce}@media(max-width:768px){.product-card__name{font-size:12px;min-height:34px;line-height:1.3}}.product-card__stock-info{font-size:10px;font-weight:500;color:#10b981;margin:0}.product-card__stock-info--warning{color:#f59e0b;font-weight:700}@media(max-width:768px){.product-card__stock-info{font-size:9px;margin-top:-2px}}.product-card__bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.75rem;border-top:1px solid rgba(229,231,235,.5)}@media(max-width:768px){.product-card__bottom-row{padding-top:.5rem;margin-top:2px}}.product-card__price-block{display:flex;flex-direction:column;text-decoration:none}.product-card__price-primary{font-size:16px;font-weight:800;color:#2a2fce}@media(max-width:768px){.product-card__price-primary{font-size:13px}}.product-card__price-secondary{font-size:11px;color:#9ca3af;text-decoration:line-through;font-weight:600;margin-top:-2px}@media(max-width:768px){.product-card__price-secondary{font-size:9px;margin-top:-1px}}.product-card__action-btn{width:36px;height:36px;border-radius:50%;background:#f9fafb;color:#2a2fce;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);flex-shrink:0}.product-card__action-btn:hover{background:#2a2fce;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #2a2fce4d}.product-card__action-btn--preorder{color:#f59e0b}.product-card__action-btn--preorder:hover{background:linear-gradient(135deg,#f59e0b,#ac6f07);color:#fff;box-shadow:0 4px 12px #f59e0b4d}@media(max-width:768px){.product-card__action-btn{width:36px;height:36px}.product-card__action-btn svg{width:16px;height:16px}}@keyframes addedPop{0%{transform:scale(1)}40%{transform:scale(1.25)}to{transform:scale(1)}}.product-card__action-btn--added{animation:addedPop .4s ease;background:#10b981!important;color:#fff!important;border-color:#10b981!important}.product-card__datasheet{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:#9ca3af;text-decoration:none;text-transform:uppercase;transition:color .2s;margin-top:.25rem}.product-card__datasheet:hover{color:#2a2fce}@media(max-width:768px){.product-card__datasheet{font-size:8px;margin-top:0}.product-card__datasheet svg{width:10px;height:10px}}.product-card--backorder .product-card__img{opacity:.8}@media(max-width:768px){.product-card__quick-view{display:none!important}}.product-card__quick-view{position:absolute;bottom:12px;left:50%;transform:translate(-50%) translateY(8px);display:flex;align-items:center;gap:5px;padding:6px 14px;background:#2a2fcef2;color:#fff;border:none;border-radius:9999px;font-size:11px;font-weight:700;letter-spacing:.03em;cursor:pointer;opacity:0;transition:all .25s ease;z-index:5;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #00000026}.product-card__quick-view:hover{background:#1e23a5;transform:translate(-50%) translateY(6px)}.product-card:hover .product-card__quick-view{opacity:1;transform:translate(-50%) translateY(0)}.quick-view-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease;padding:1.5rem}.quick-view-modal{background:#fff;border-radius:16px;max-width:700px;width:100%}@media(min-width:1440px){.quick-view-modal{max-width:900px}}.quick-view-modal{max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.quick-view-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f4f5f8;border:1px solid #E5E7EB;color:#111827;cursor:pointer;z-index:2;transition:all .2s}.quick-view-modal__close:hover{background:#ef4444;color:#fff;border-color:#ef4444}.quick-view-modal__layout{display:grid;grid-template-columns:1fr 1fr;gap:0}@media(max-width:600px){.quick-view-modal__layout{grid-template-columns:1fr}}.quick-view-modal__image{background:#f4f5f8;display:flex;align-items:center;justify-content:center;padding:2rem;border-radius:16px 0 0 16px}@media(max-width:600px){.quick-view-modal__image{border-radius:16px 16px 0 0;padding:1.5rem}}.quick-view-modal__image img{max-width:100%;max-height:280px;object-fit:contain}.quick-view-modal__info{padding:2rem;display:flex;flex-direction:column;gap:.75rem}.quick-view-modal__category{font-size:10px;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.08em;margin:0}.quick-view-modal__name{font-size:18px;font-weight:800;color:#111827;line-height:1.2;margin:0}.quick-view-modal__brand{font-size:12px;color:#9ca3af;margin:0}.quick-view-modal__prices{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-top:1px dashed #E5E7EB;border-bottom:1px dashed #E5E7EB}.quick-view-modal__price-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.quick-view-modal__price-row span{color:#9ca3af}.quick-view-modal__price-row strong{font-size:15px;color:#111827}.quick-view-modal__price-row--wholesale strong{color:#2a2fce;font-size:17px}.quick-view-modal__stock{font-size:12px;font-weight:500;color:#10b981;margin:0}.quick-view-modal__stock--warning{color:#f59e0b}.quick-view-modal__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:.75rem}.quick-view-modal__add-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:.75rem 1rem;background-color:#2a2fce;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:700;cursor:pointer;transition:background-color .2s}.quick-view-modal__add-btn:hover{background-color:#2327ac}.quick-view-modal__detail-link{text-align:center;font-size:12px;color:#2a2fce;font-weight:500;text-decoration:none;padding:.5rem;transition:color .2s}.quick-view-modal__detail-link:hover{color:#1e23a5;text-decoration:underline}.product-table-container{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;overflow-x:auto;margin-bottom:2rem;position:relative}.product-table-container:after{content:"";position:sticky;right:0;top:0;bottom:0;width:40px;pointer-events:none;background:linear-gradient(to left,rgba(255,255,255,.95),transparent);display:block;position:absolute;height:100%}@media(min-width:768px){.product-table-container:after{display:none}}.product-table-container .product-table{width:100%;border-collapse:collapse;min-width:600px}@media(min-width:768px){.product-table-container .product-table{min-width:800px}}.product-table-container .product-table th,.product-table-container .product-table td{text-align:left;padding:1rem;border-bottom:1px solid #f0f0f0;vertical-align:middle}@media(max-width:767px){.product-table-container .product-table th,.product-table-container .product-table td{padding:.6rem .5rem}}.product-table-container .product-table th{background:#f8f9fa;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.product-table-container .product-table th.product-table__th-img{width:80px}@media(max-width:767px){.product-table-container .product-table th.product-table__th-img{width:50px}}.product-table-container .product-table th.product-table__th-action{text-align:center;width:80px}@media(max-width:767px){.product-table-container .product-table th.product-table__th-desc{display:none}}@media(max-width:576px){.product-table-container .product-table th.product-table__th-stock{display:none}}.product-table-container .product-table .product-table__row{transition:background-color .2s}.product-table-container .product-table .product-table__row:hover{background:#2a2fce0a}.product-table-container .product-table .product-table__row--backorder{background:#fffdf0}.product-table-container .product-table .product-table__cell-img img{width:60px;height:60px;object-fit:cover;border-radius:4px;border:1px solid #eee}@media(max-width:767px){.product-table-container .product-table .product-table__cell-img img{width:44px;height:44px}}.product-table-container .product-table .product-table__ref-link{color:#1e293b;text-decoration:none;display:block;margin-bottom:.2rem;font-size:1.05rem}.product-table-container .product-table .product-table__ref-link:hover{color:#e30613}.product-table-container .product-table .product-table__brand,.product-table-container .product-table .product-table__category{display:block;font-size:.8rem;color:#64748b}.product-table-container .product-table .product-table__brand{font-weight:600}.product-table-container .product-table .product-table__desc{font-size:.85rem;color:#475569;max-width:250px}@media(max-width:767px){.product-table-container .product-table .product-table__desc{display:none}}@media(max-width:576px){.product-table-container .product-table .product-table__cell-stock{display:none}}.product-table-container .product-table .badge{display:inline-block;padding:.35rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600}.product-table-container .product-table .badge-stock{background:#ecfcf5;color:#10b981;border:1px solid #d1fae5}.product-table-container .product-table .badge-warning{background:#fffbeb;color:#d97706;border:1px solid #fef3c7}.product-table-container .product-table .product-table__price{font-family:JetBrains Mono,monospace;font-weight:600}.product-table-container .product-table .product-table__price--retail{color:#0f172a}.product-table-container .product-table .product-table__price--wholesale{color:#e30613;font-size:1.05rem}.product-table-container .product-table .btn-add-table{background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#0f172a;cursor:pointer;transition:all .2s;margin:0 auto}.product-table-container .product-table .btn-add-table:hover:not(:disabled){background:#e30613;border-color:#e30613;color:#fff}.product-table-container .product-table .btn-add-table:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.product-table-container .product-table .product-table__action-group{display:flex;align-items:center;justify-content:flex-end;gap:8px}.product-table-container .product-table .btn-datasheet-table{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#475569;cursor:pointer;transition:all .2s}.product-table-container .product-table .btn-datasheet-table:hover{background:#fee2e2;border-color:#fca5a5;color:#e30613}.catalogue-page{padding-top:80px;background-color:#f4f5f8;min-height:100vh}@media(max-width:991px){.catalogue-page{padding-top:102px}}.catalogue-page__header{padding:2rem 0 1.5rem;border-bottom:1px solid #E5E7EB;background-color:#fff}.catalogue-page__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:13px;color:#4b5563;margin-bottom:1rem}.catalogue-page__breadcrumb a{color:#4b5563;text-decoration:none;transition:color .15s ease}.catalogue-page__breadcrumb a:hover{color:#2a2fce}.catalogue-page__breadcrumb-active{color:#2a2fce;font-weight:700}.catalogue-page__title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media(max-width:576px){.catalogue-page__title-row{flex-direction:column;align-items:flex-start}}.catalogue-page__title{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:800;color:#111827;margin:0;letter-spacing:-.5px}.catalogue-page__count{font-size:13px;color:#4b5563;margin:.3rem 0 0}.catalogue-page__filter-toggle{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;color:#111827;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.catalogue-page__filter-toggle:hover{background:#f9fafb;border-color:#2a2fce}@media(min-width:992px){.catalogue-page__filter-toggle{display:none}}.catalogue-page__filter-toggle .filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#2a2fce;color:#fff;font-size:11px;font-weight:700;line-height:1}.catalogue-page__layout{display:flex;gap:3rem;padding:2rem 0 4rem}@media(max-width:991px){.catalogue-page__layout{flex-direction:column;gap:2rem}}.catalogue-main{flex:1;min-width:0}.catalogue-main__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}@media(max-width:576px){.catalogue-main__toolbar{flex-direction:column;align-items:flex-start}}.catalogue-main__chips{display:flex;gap:.5rem;flex-wrap:wrap}.catalogue-main__sort{display:flex;align-items:center;gap:.5rem}.catalogue-main__sort label{font-size:12px;color:#4b5563;white-space:nowrap}.catalogue-main__sort select{padding:.45rem 2rem .45rem .75rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;color:#111827;font-size:13px;font-weight:500;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1em}.catalogue-main__sort select:focus{border-color:#2a2fce;box-shadow:0 0 0 2px #2a2fce1a}.catalogue-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem .3rem .75rem;background:#2a2fce0d;border:1px solid rgba(42,47,206,.2);border-radius:4px;font-size:11px;font-weight:700;color:#1e23a5}.catalogue-chip button{display:flex;align-items:center;color:#9ca3af;cursor:pointer;transition:color .15s ease}.catalogue-chip button:hover{color:#2a2fce}.catalogue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(min-width:1600px){.catalogue-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem}}@media(max-width:1200px){.catalogue-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.catalogue-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.catalogue-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.catalogue-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border:1px dashed #E5E7EB;border-radius:12px}.catalogue-empty svg{color:#9ca3af;margin-bottom:1.5rem}.catalogue-empty h3{font-size:1.25rem;color:#111827;font-weight:700;margin:0 0 .5rem}.catalogue-empty p{color:#4b5563;font-size:14px;margin:0 0 1.5rem}.catalogue-empty__btn{padding:.6rem 1.5rem;background:#2a2fce;color:#fff;font-size:13px;font-weight:700;border-radius:4px;cursor:pointer;transition:all .15s ease}.catalogue-empty__btn:hover{background:#1e23a5;transform:translateY(-1px)}.catalogue-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:3rem;padding-top:2rem;border-top:none}.catalogue-pagination__btn,.catalogue-pagination__page{display:flex;align-items:center;justify-content:center;height:44px;min-width:44px;background:#fff;border:1px solid #E5E7EB;border-radius:4px;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;padding:0 .75rem}.catalogue-pagination__btn:hover:not(:disabled),.catalogue-pagination__page:hover:not(:disabled){border-color:#2a2fce;color:#2a2fce}.catalogue-pagination__btn:disabled,.catalogue-pagination__page:disabled{opacity:.5;cursor:not-allowed;background:#e5e7eb33}.catalogue-pagination__btn--active,.catalogue-pagination__page--active{background:#1e23a5;color:#fff;border-color:#1e23a5;font-weight:700}.catalogue-pagination__btn--active:hover,.catalogue-pagination__page--active:hover{color:#fff;background:#2a2fce;border-color:#2a2fce}.catalogue-pagination__btn{gap:4px}.catalogue-pagination__pages{display:flex;align-items:center;gap:.5rem}.catalogue-pagination__ellipsis{color:#4b5563;padding:0 .5rem;letter-spacing:2px}.product-details-page{padding-top:80px;background-color:#f4f5f8;min-height:100vh}@media(max-width:991px){.product-details-page{padding-top:102px}}.product-details__skeleton{max-width:1200px;margin:0 auto;padding:2rem}.product-details__skeleton-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-details__skeleton-grid{grid-template-columns:1fr 1fr}}.skeleton-info{display:flex;flex-direction:column;gap:1rem}@keyframes skeleton-pulse{0%,to{opacity:.4}50%{opacity:.8}}.skeleton-block{background:#e5e7eb;border-radius:8px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-image{aspect-ratio:1;border-radius:12px}.skeleton-breadcrumb{height:14px;width:40%}.skeleton-title{height:28px;width:80%}.skeleton-ref{height:14px;width:30%}.skeleton-price{height:60px;width:100%;border-radius:12px}.skeleton-btn{height:48px;width:100%;border-radius:8px}.product-details__not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:3rem;background-color:#fff}.product-details__not-found svg{color:#9ca3af;margin-bottom:2rem}.product-details__not-found h2{color:#111827;font-size:clamp(1.25rem,2vw,1.5rem);margin-bottom:.5rem}.product-details__not-found p{color:#6b7280;font-size:.875rem;margin-bottom:2rem}.product-details__not-found .product-details__back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#2a2fce;color:#fff;font-weight:600;border-radius:8px;text-decoration:none;transition:background .15s ease}.product-details__not-found .product-details__back-btn:hover{background:#1e23a5}.product-details__breadcrumb-bar{padding:1rem 0}.product-details__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:13px;font-weight:500;color:#4b5563}.product-details__breadcrumb a{color:#4b5563;text-decoration:none;transition:color .15s ease}.product-details__breadcrumb a:hover{color:#2a2fce}.product-details__breadcrumb svg{color:#9ca3af}.product-details__breadcrumb span{color:#2a2fce;font-weight:700}.product-details__main{padding:1.5rem 0 4rem}.product-details__layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.product-details__layout{grid-template-columns:1fr 1fr}}@media(min-width:992px){.product-details__layout{grid-template-columns:1.1fr .9fr;gap:4rem}}.product-details__image-col{display:flex;flex-direction:column;gap:1rem}.product-details__image-main{background-color:#f1f3f5;border-radius:12px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:3rem}.product-details__image-main img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-details__thumbnails{display:flex;gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.product-details__thumbnails::-webkit-scrollbar{display:none}.product-details__thumb{width:80px;height:80px;flex-shrink:0;border-radius:8px;border:1px solid transparent;cursor:pointer;overflow:hidden;background-color:#f1f3f5;display:flex;align-items:center;justify-content:center}@media(max-width:576px){.product-details__thumb{width:64px;height:64px}}.product-details__thumb--active{border-color:#2a2fce}.product-details__thumb img{width:100%;height:100%;object-fit:contain}.product-details__thumb-placeholder{width:100%;height:100%;background-color:#0000000d}.product-details__info-col{display:flex;flex-direction:column;gap:1rem}.product-details__badge-stock{align-self:flex-start;background-color:#4345d6;color:#fff;background-color:#2a2fce1a;color:#1e23a5;font-size:10px;font-weight:800;padding:.25rem .6rem;border-radius:9999px;letter-spacing:.5px}.product-details__name{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:700;color:#111827;line-height:1.25;margin:0}@media(min-width:992px){.product-details__name{font-size:clamp(1.75rem,4vw,2.25rem)}}.product-details__reference{font-size:13px;color:#6b7280}.product-details__reference strong{color:#111827;font-weight:700}.product-details__logistics{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;font-size:13px;font-weight:500}.product-details__logistics-item{display:flex;align-items:center;gap:.5rem;color:#6b7280}.product-details__logistics-item--success{color:#10b981;font-weight:600}.product-details__logistics-item svg{flex-shrink:0}.product-details__pricing-box{margin-top:1rem;background-color:#f9fafb;border-radius:8px;display:flex;align-items:center;padding:1.5rem;gap:1.5rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:400px){.product-details__pricing-box{flex-wrap:wrap;justify-content:center;overflow-x:visible;gap:.75rem;padding:1rem .75rem}.product-details__pricing-box .product-details__price-value .amount{font-size:20px}.product-details__pricing-box .product-details__price-label{font-size:9px}}.product-details__price-retail,.product-details__price-wholesale{display:flex;flex-direction:column;gap:.5rem}.product-details__price-wholesale{padding-left:1.5rem}.product-details__price-divider{width:2px;height:40px;background-color:#e5e7eb}.product-details__price-label{font-size:10px;font-weight:800;color:#9ca3af;letter-spacing:1px}.product-details__price-value{display:flex;align-items:baseline;gap:4px}.product-details__price-value .amount{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:700;color:#111827;letter-spacing:-.5px}.product-details__price-value .unit{font-size:12px;color:#4b5563;font-weight:600}.product-details__price-value--primary .amount{color:#2a2fce}.product-details__price-min{font-size:10px;color:#9ca3af;font-style:italic}.product-details__actions{display:flex;align-items:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}@media(max-width:576px){.product-details__actions{flex-direction:row;align-items:stretch;gap:.75rem}}.product-details__quantity{display:flex;align-items:center;border:1px solid #E5E7EB;border-radius:8px;height:48px;background-color:#fff}.product-details__quantity button{width:48px;height:100%;display:flex;align-items:center;justify-content:center;color:#4b5563;transition:background-color .15s ease}.product-details__quantity button:hover{background-color:#f1f3f5}.product-details__quantity input{width:50px;height:100%;border:none;border-left:1px solid #E5E7EB;border-right:1px solid #E5E7EB;border-radius:0;text-align:center;font-weight:700;font-size:1.125rem;pointer-events:none}.product-details__add-btn{flex:1;min-width:200px;height:48px;display:flex;align-items:center;justify-content:center;gap:.75rem;background-color:#1e23a5;color:#fff;font-weight:600;font-size:1.125rem;border-radius:4px;transition:background-color .15s ease,transform .15s ease}@media(max-width:576px){.product-details__add-btn{min-width:unset;width:auto}}.product-details__add-btn:hover:not(.product-details__add-btn--disabled){background-color:#20249e;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.product-details__add-btn--disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed;border:1px solid #E5E7EB;opacity:.8}.product-details__favorite-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #E5E7EB;border-radius:4px;color:#9ca3af;cursor:pointer;transition:all .15s ease;flex-shrink:0}.product-details__favorite-btn:hover{background-color:#ef44440d;color:#ef4444;border-color:#ef444433}.product-details__favorite-btn--active{color:#ef4444;border-color:#ef444433;background-color:#ef44440d}.product-details__tabs-section{padding-bottom:4rem}.product-details__tabs-header{display:flex;gap:2rem;border-bottom:1px solid #E5E7EB;margin-bottom:3rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-details__tabs-header::-webkit-scrollbar{display:none}@media(max-width:576px){.product-details__tabs-header{gap:1rem}}.product-details__tab{display:flex;align-items:center;gap:.5rem;padding:1rem 0;color:#4b5563;font-size:14px;font-weight:700;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s ease;white-space:nowrap}.product-details__tab--active{color:#2a2fce;border-bottom-color:#2a2fce}.product-details__tab:hover:not(.product-details__tab--active){color:#111827}.product-details__tab-content{background-color:#fff;border-radius:16px;padding:3rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}@media(max-width:576px){.product-details__tab-content{padding:1.5rem 1rem;border-radius:12px}}.product-details__specs-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.product-details__specs-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1440px){.product-details__specs-grid{grid-template-columns:repeat(4,1fr)}}.product-details__specs-group{display:flex;flex-direction:column;gap:1rem}.product-details__specs-group h4{font-size:14px;font-weight:800;color:#111827;margin-bottom:.5rem}.product-details__spec-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid #E5E7EB;font-size:12px}.product-details__spec-row span{color:#9ca3af}.product-details__spec-row strong{color:#111827;font-weight:700}.product-details__tab-pane p{color:#4b5563;font-size:14px;line-height:1.75;margin:0}.product-details__related{background-color:#fff;padding:4rem 0}.product-details__related-title{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:800;margin-bottom:3rem}.product-details__related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.product-details__related-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.product-card-light{background-color:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .25s ease;display:flex;flex-direction:column}.product-card-light:hover{border-color:#2a2fce4d;box-shadow:0 10px 25px -5px #0000000d;transform:translateY(-4px)}.product-card-light__image{background-color:#f9fafb;aspect-ratio:1;padding:2rem;display:flex;align-items:center;justify-content:center}.product-card-light__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease}.product-card-light:hover .product-card-light__image img{transform:scale(1.05)}.product-card-light__body{padding:1rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.product-card-light__name{font-size:13px;font-weight:700;color:#111827;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-light__desc{font-size:11px;color:#9ca3af;margin:0}.product-card-light__bottom{margin-top:auto;padding-top:.75rem;display:flex;align-items:center;justify-content:space-between}.product-card-light__price{font-size:14px;font-weight:800;color:#2a2fce}.product-card-light__add{width:24px;height:24px;border-radius:4px;background-color:#f9fafb;color:#2a2fce;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .15s ease}.product-card-light__add:hover{background-color:#2a2fce;color:#fff}.checkout-page{padding-top:80px;background-color:#f4f5f8;min-height:100vh;display:flex;flex-direction:column}@media(max-width:991px){.checkout-page{padding-top:102px}}.checkout__steps-container{background-color:#fff;border-bottom:1px solid #E5E7EB;padding:2rem 0}.checkout__steps{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:600px;margin:0 auto;overflow-x:auto;scrollbar-width:none;padding:0 1rem}.checkout__steps::-webkit-scrollbar{display:none}@media(max-width:576px){.checkout__steps{gap:.75rem;justify-content:flex-start}}.checkout__step{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-weight:600;font-size:13px}@media(max-width:576px){.checkout__step{font-size:11px;gap:4px}}.checkout__step--active{color:#2a2fce}.checkout__step--active .checkout__step-num{background-color:#2a2fce;color:#fff;box-shadow:0 0 0 4px #2a2fce33;animation:pulseGlow 2s infinite}.checkout__step--pending{color:#9ca3af}.checkout__step--pending .checkout__step-num{background-color:#e5e7eb;color:#9ca3af}.checkout__step-num{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.checkout__step-line{flex:1;height:2px;background-color:#e5e7eb}.checkout__step-line--active{background-color:#2a2fce}.checkout__main{padding:3rem 0 4rem;flex:1}.checkout__layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:flex-start}@media(min-width:992px){.checkout__layout{grid-template-columns:1.5fr 1fr}}.checkout__left,.checkout__right{display:flex;flex-direction:column;gap:3rem}@media(min-width:992px){.checkout__right{position:sticky;top:100px}}.checkout__section{background-color:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 15px #00000008;border:1px solid rgba(229,231,235,.5);border-left:4px solid #4345d6;position:relative;overflow:hidden}@media(max-width:576px){.checkout__section{padding:1rem;border-radius:8px;border-left-width:3px}}.checkout__section-title{font-size:1.125rem;font-weight:700;margin:0 0 1.5rem;color:#111827}.checkout__cart-list{display:flex;flex-direction:column;gap:1.5rem}.checkout__cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E7EB;align-items:flex-start}@media(max-width:576px){.checkout__cart-item{grid-template-columns:70px 1fr;grid-template-areas:"image details" "image actions";gap:.75rem}}.checkout__cart-item:last-child{border-bottom:none;padding-bottom:0}.checkout__cart-image{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background-color:#f1f3f5}@media(max-width:576px){.checkout__cart-image{grid-area:image}}.checkout__cart-image img{width:100%;height:100%;object-fit:cover}.checkout__cart-details{display:flex;flex-direction:column;gap:.25rem;min-width:0}@media(max-width:576px){.checkout__cart-details{grid-area:details}}.checkout__cart-details h3{font-size:14px;font-weight:700;margin:0;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.checkout__cart-details p{font-size:12px;color:#4b5563;margin:0}.checkout__cart-price{font-weight:700;color:#2a2fce;margin-top:.5rem;font-size:14px}.checkout__cart-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;height:100%}@media(max-width:576px){.checkout__cart-actions{grid-area:actions;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-top:.5rem}}.checkout__quantity{display:flex;align-items:center;border:1px solid #E5E7EB;border-radius:8px;height:40px}.checkout__quantity button{width:40px;height:100%;color:#2a2fce;transition:background .15s ease;display:flex;align-items:center;justify-content:center}.checkout__quantity button:hover{background-color:#2a2fce0d}.checkout__quantity input{width:36px;height:100%;text-align:center;border:none;border-left:1px solid #E5E7EB;border-right:1px solid #E5E7EB;font-weight:600;font-size:12px}.checkout__cart-remove{color:#9ca3af;transition:color .15s ease}.checkout__cart-remove:hover{color:#ef4444}.checkout__shipping-form{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.checkout__shipping-form{grid-template-columns:1fr 1fr}}.checkout__form-group{display:flex;flex-direction:column;gap:.5rem}.checkout__form-group--full{grid-column:1/-1}.checkout__form-group label{font-size:12px;font-weight:600;color:#111827}.checkout__form-group input{padding:.75rem;border-radius:8px;font-size:14px;transition:all .15s ease}.checkout__form-group input::placeholder{color:#9ca3af}.checkout__form-group input:focus{box-shadow:0 0 0 4px #2a2fce1a}.checkout__card-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}@media(max-width:576px){.checkout__card-details-grid{grid-template-columns:1fr;gap:1rem}}.checkout__shipping-options,.checkout__payment-options{display:grid;gap:1rem}@media(min-width:768px){.checkout__shipping-options,.checkout__payment-options{grid-template-columns:1fr 1fr}}.checkout__payment-options{grid-template-columns:1fr}.checkout__option-box{border:2px solid #E5E7EB;border-radius:8px;padding:1rem;cursor:pointer;transition:all .15s ease;display:flex;flex-direction:column;justify-content:space-between;min-height:90px;position:relative}.checkout__option-box:hover{border-color:#4345d6;background-color:#2a2fce05}.checkout__option-box--active{border-color:#2a2fce;background-color:#2a2fce0d}.checkout__option-header{display:flex;justify-content:space-between;align-items:flex-start}.checkout__option-header h4{margin:0;font-size:14px;font-weight:700}.checkout__option-header p{margin:.25rem 0 0;font-size:12px;color:#4b5563}.checkout__option-price{margin-top:1rem;font-size:14px;font-weight:700}.text-primary{color:#2a2fce}.text-muted{color:#e5e7eb}.checkout__payment-options .checkout__option-box{flex-direction:row;align-items:center;gap:1rem;min-height:auto;padding:1rem}.checkout__payment-logo{width:40px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:12px}.checkout__payment-logo--om{background-color:#f97316}.checkout__payment-logo--momo{background-color:#fbbf24;color:#1a1a1a}.checkout__payment-info{flex:1}.checkout__payment-info h4{margin:0;font-size:13px}.checkout__payment-info p{margin:2px 0 0;font-size:11px;color:#4b5563}.checkout__payment-radio{width:20px;height:20px;border-radius:50%;border:2px solid #E5E7EB;display:flex;align-items:center;justify-content:center}.checkout__option-box--active .checkout__payment-radio{border-color:#2a2fce}.checkout__payment-radio .radio-inner{width:10px;height:10px;background-color:#2a2fce;border-radius:50%}.checkout__secure-note{display:flex;align-items:center;gap:.5rem;font-size:11px;color:#4b5563;margin-top:.75rem}.checkout__secure-note svg{color:#4b5563}.checkout__summary .checkout__section-title{margin-bottom:1rem}.checkout__summary-lines{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #E5E7EB}.checkout__summary-line{display:flex;justify-content:space-between;align-items:center;font-size:13px}.checkout__summary-line span{color:#4b5563}.checkout__summary-line strong{color:#111827}.checkout__summary-total{display:flex;justify-content:space-between;align-items:flex-end;padding:1.5rem 0}.checkout__total-label .total{font-weight:700;font-size:14px}.checkout__total-value{text-align:right}.checkout__total-value .amount{display:block;font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:700;color:#2a2fce;line-height:1;letter-spacing:-.5px}@media(max-width:576px){.checkout__total-value .amount{font-size:clamp(1.25rem,2vw,1.5rem)}}.checkout__total-value .tax-incl{font-size:9px;color:#9ca3af;letter-spacing:.5px;text-transform:uppercase}.checkout__place-order-btn{width:100%;padding:1.2rem;background:linear-gradient(135deg,#2a2fce,#1e23a5);background-size:200% auto;color:#fff;font-weight:800;font-size:15px;letter-spacing:.05em;text-transform:uppercase;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 15px #2a2fce40;cursor:pointer}.checkout__place-order-btn:hover:not(:disabled){background-position:right center;transform:translateY(-2px);box-shadow:0 8px 25px #2a2fce59}.checkout__summary-trusted{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem;font-size:12px}.checkout__footer{background-color:#fff;border-top:1px solid #E5E7EB;padding:1.5rem 0;margin-top:auto}.checkout__footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;color:#4b5563;font-size:12px}@media(max-width:576px){.checkout__footer-inner{flex-direction:column;text-align:center}}.checkout__footer-secure{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#111827}.checkout__footer-links{display:flex;gap:1rem}.checkout__footer-links a{color:#4b5563;text-decoration:underline}.checkout__footer-links a:hover{color:#2a2fce}.checkout__field-error{color:#dc2626;font-size:12px;margin:4px 0 0}.checkout__submit-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px;padding:.75rem 1rem;font-size:13px;margin-bottom:1rem}.input--error{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261a!important}.checkout__success-overlay{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;min-height:60vh}.checkout__success-modal{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:1px solid #E5E7EB;padding:3rem 2rem;max-width:480px;width:100%;text-align:center}.checkout__success-modal h2{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:#111827;margin:1rem 0 .5rem}.checkout__success-icon{width:72px;height:72px;border-radius:50%;background-color:#2a2fce1a;color:#2a2fce;display:flex;align-items:center;justify-content:center;margin:0 auto}.checkout__success-subtitle{color:#4b5563;font-size:14px;margin:0 0 1.5rem;line-height:1.5}.checkout__success-info{background-color:#2a2fce0a;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.checkout__success-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.checkout__success-row:not(:last-child){border-bottom:1px solid #E5E7EB}.checkout__success-row span{font-size:13px;color:#4b5563}.checkout__success-row strong{font-size:14px;color:#2a2fce;font-weight:700}.checkout__success-note{font-size:12px;color:#4b5563;margin-bottom:2rem;line-height:1.5}.about-banner-img{width:100%;max-height:480px;overflow:hidden}.about-banner-img img{width:100%;height:100%;object-fit:cover;display:block}.about-page{background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.about-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.about-page .bg-light{background-color:#f8f9fb}.about-page .section-header{text-align:center;margin-bottom:3rem}.about-page .section-header.text-left{text-align:left}.about-page .section-header h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:.75rem;letter-spacing:-.02em}@media(max-width:768px){.about-page .section-header h2{font-size:2rem}}.about-page .section-header p{font-size:.875rem;color:#2a2fce;text-transform:uppercase;letter-spacing:.1em;font-weight:700;max-width:800px;margin:0 auto}.text-left .about-page .section-header p{margin:0}.about-hero{position:relative;min-height:95vh;display:flex;align-items:center;justify-content:center;padding:80px 20px 0;background:radial-gradient(circle at 50% 10%,#1e1b4b,#0f172a 60%,#020617);text-align:center;margin-top:-80px;margin-bottom:4rem;overflow:hidden}@media(max-width:991px){.about-hero{margin-top:-64px;padding-top:64px}}.about-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(67,69,214,.15),transparent 40%),radial-gradient(circle at 80% 20%,rgba(99,102,241,.1),transparent 40%);z-index:1;pointer-events:none}.about-hero__content{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:240px 0 160px;animation:fadeInUP .8s ease backwards}@media(max-width:768px){.about-hero__content{padding:180px 0 110px}}@media(max-width:576px){.about-hero__content{padding:250px 15px 100px}}@keyframes fadeInUP{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-hero__tag{font-size:12px;letter-spacing:.2em;color:#60a5fa;text-transform:uppercase;font-weight:800;margin-bottom:1rem;display:inline-block;background:#ffffff1a;padding:6px 16px;border-radius:30px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1)}.about-hero h1{font-size:3.2rem;color:#fff;margin-bottom:1.5rem;line-height:1.25;font-weight:800;letter-spacing:-.02em}.about-hero h1 strong{color:#60a5fa;font-weight:900;text-shadow:0 0 20px rgba(96,165,250,.4)}@media(max-width:768px){.about-hero h1{font-size:2.2rem;line-height:1.25}}@media(max-width:576px){.about-hero h1{font-size:1.85rem;line-height:1.35;margin-bottom:1.5rem;padding:0 10px}}.about-hero__text-wrapper{max-height:85px;overflow:hidden;transition:max-height .5s cubic-bezier(.25,.8,.25,1);-webkit-mask-image:linear-gradient(to bottom,black 50%,transparent 100%);mask-image:linear-gradient(to bottom,black 50%,transparent 100%)}@media(min-width:768px){.about-hero__text-wrapper{max-height:none!important;overflow:visible;-webkit-mask-image:none;mask-image:none}}.about-hero__text-wrapper--expanded{max-height:500px;-webkit-mask-image:none;mask-image:none}.about-hero__text-wrapper p{font-size:1.15rem;line-height:1.7;color:#ffffffd9;margin-bottom:1.5rem;max-width:750px;margin-left:auto;margin-right:auto}@media(max-width:576px){.about-hero__text-wrapper p{font-size:1rem;line-height:1.6;padding:0 10px}}@media(min-width:768px){.about-hero .about-hero__text-wrapper{max-height:none!important}}.about-hero__read-more{display:none;align-items:center;justify-content:center;gap:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#93c5fd;padding:8px 20px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;margin-bottom:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-left:auto;margin-right:auto}@media(max-width:768px){.about-hero__read-more{display:inline-flex;margin-bottom:3rem;margin-top:.5rem}}.about-hero p{font-size:1.15rem;line-height:1.7;color:#e5e7eb;margin-bottom:3rem;max-width:750px;margin-left:auto;margin-right:auto}.about-hero__actions{display:flex;justify-content:center;gap:1rem}@media(max-width:576px){.about-hero__actions{flex-direction:column;align-items:stretch;gap:1rem;padding:0 20px;margin-top:1.5rem;margin-bottom:2rem}}.about-hero__actions .btn{padding:16px 32px;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.about-hero__actions .btn--gradient{background:linear-gradient(135deg,#2a2fce,#6366f1);color:#fff;border:none;box-shadow:0 10px 25px #2a2fce66}.about-hero__actions .btn--gradient:hover{transform:translateY(-2px);box-shadow:0 15px 30px #2a2fce99}.about-hero__actions .btn--glass{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.about-hero__actions .btn--glass:hover{background:#fff3;transform:translateY(-2px)}.about-hero__actions .btn--primary{background:#2a2fce;color:#fff;border:none;box-shadow:0 10px 25px #2a2fce66}.about-hero__actions .btn--primary:hover{background:#3b3fd7;transform:translateY(-2px);box-shadow:0 15px 30px #2a2fce99}.about-hero__actions .btn--white{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.about-hero__actions .btn--white:hover{background:#fff3;transform:translateY(-2px)}.about-expertise{display:flex;align-items:center;gap:5rem;padding:4rem 0}@media(max-width:768px){.about-expertise{flex-direction:column;gap:3rem}}.about-expertise__text{flex:1}.about-expertise__text h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.about-expertise__text p{font-size:1.125rem;color:#374151;line-height:1.8;margin-bottom:1rem}.about-expertise__text p strong{color:#2a2fce}.about-expertise__image{flex:1;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000026;position:relative}.about-expertise__image:after{content:"";position:absolute;inset:0;border-radius:24px;border:1px solid rgba(255,255,255,.2);pointer-events:none}.about-expertise__image img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .6s ease}.about-expertise__image:hover img{transform:scale(1.03)}.about-stats{padding:4rem 0;position:relative;z-index:2}.about-stats .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 15px 35px #0000000f}@media(max-width:768px){.about-stats .stats-grid{grid-template-columns:repeat(2,1fr);padding:2rem}}@media(max-width:576px){.about-stats .stats-grid{grid-template-columns:1fr;text-align:center}}.about-stats .stats-grid .stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.about-stats .stats-grid .stat-card h3{font-size:3rem;font-weight:800;color:#2a2fce;margin-bottom:8px;background:linear-gradient(135deg,#2a2fce,#0056b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-stats .stats-grid .stat-card p{font-size:1.1rem;color:#111827;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.about-offers{padding:4rem 0}.about-offers .offers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:992px){.about-offers .offers-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.about-offers .offers-grid{grid-template-columns:1fr}}.about-offers .offer-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #00000006;border:1px solid rgba(42,47,206,.05);transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.about-offers .offer-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#2a2fce;transform:scaleX(0);transition:transform .3s ease;transform-origin:left}.about-offers .offer-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003;border-color:#2a2fce26}.about-offers .offer-card:hover:before{transform:scaleX(1)}.about-offers .offer-card:hover .offer-card__icon{background:#2a2fce;color:#fff;transform:scale(1.1)}.about-offers .offer-card__icon{width:60px;height:60px;border-radius:16px;background:#2a2fce14;color:#2a2fce;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.about-offers .offer-card h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem}.about-offers .offer-card p{font-size:.95rem;color:#374151;line-height:1.6}.about-values{padding:4rem 0;text-align:center}.about-values .values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;margin-top:3rem}@media(max-width:768px){.about-values .values-grid{grid-template-columns:1fr;gap:3rem}}.about-values .value-card{padding:1.5rem}.about-values .value-card__icon-wrap{display:flex;justify-content:center;margin-bottom:1.5rem}.about-values .value-card__icon{width:80px;height:80px;border-radius:50%;background:#fff;color:#2a2fce;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #2a2fce1a;border:1px solid rgba(42,47,206,.05);transition:transform .3s ease}.about-values .value-card__icon svg{width:32px;height:32px}.about-values .value-card:hover .about-values .value-card__icon{transform:scale(1.1) rotate(5deg)}.about-values .value-card h3{font-size:1.5rem;font-weight:800;color:#111827;margin-bottom:.75rem}.about-values .value-card p{font-size:.875rem;color:#374151;line-height:1.7;text-transform:uppercase;letter-spacing:.05em}.about-team{padding:4rem 0}.about-team .team-grid{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.about-team .team-grid .team-row-lead{display:grid;grid-template-columns:repeat(2,minmax(0,400px));gap:2rem;justify-content:center}@media(max-width:768px){.about-team .team-grid .team-row-lead{grid-template-columns:1fr}}.about-team .team-grid .team-row-members{display:grid;grid-template-columns:repeat(3,minmax(0,320px));gap:1.5rem;justify-content:center}@media(max-width:992px){.about-team .team-grid .team-row-members{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.about-team .team-grid .team-row-members{grid-template-columns:1fr}}.about-team .team-grid .team-row-members--4{grid-template-columns:repeat(4,minmax(0,320px))}@media(max-width:1200px){.about-team .team-grid .team-row-members--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.about-team .team-grid .team-row-members--4{grid-template-columns:1fr}}.about-team .team-card{text-align:center}.about-team .team-card__image{width:100%;aspect-ratio:3/4;border-radius:16px;overflow:hidden;margin-bottom:1rem;background:#e5e7eb;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.about-team .team-card__image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 40%);opacity:0;transition:opacity .3s ease}.about-team .team-card__image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.1);transition:all .4s ease}.about-team .team-card__image .placeholder-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.about-team .team-card:hover .team-card__image{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.about-team .team-card:hover .team-card__image:after{opacity:1}.about-team .team-card:hover .team-card__image img{filter:grayscale(0%) contrast(1);transform:scale(1.05)}.about-team .team-card:hover h3{color:#2a2fce}.about-team .team-card--lead{background:#fff;transform:scale(1.02);box-shadow:0 15px 35px #00000014;border-bottom:4px solid #2A2FCE}.about-team .team-card--lead .team-card__image{padding-bottom:50px}.about-team .team-card--lead h3{font-size:1.4rem}.about-team .team-card--lead span{font-weight:700}.about-team .team-card--lead:hover{transform:translateY(-8px) scale(1.02)}.about-team .team-card h3{font-size:1.125rem;font-weight:800;color:#111827;margin-bottom:4px;transition:color .3s ease}.about-team .team-card__role{font-size:.875rem;color:#6b7280;font-weight:600}.about-team .team-card__role.placeholder-text{font-weight:400;font-size:.8rem}.about-team .team-card--placeholder{opacity:.7}.about-team .team-card--placeholder .team-card__image{border:2px dashed rgba(229,231,235,.8);box-shadow:none}.about-team .team-card--placeholder:hover .team-card__image{box-shadow:none}.about-testimonials{padding:4rem 0;background-color:#f4f5f8;position:relative;overflow:hidden}.about-testimonials .header-divider{width:60px;height:4px;background:#2a2fce;margin:1rem auto 0;border-radius:2px}.about-testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;position:relative;z-index:2}@media(max-width:992px){.about-testimonials .testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-testimonials .testimonials-grid{grid-template-columns:1fr}}.about-testimonials .testimonial-card{background:#fff;padding:2.5rem 2rem;border-radius:24px;box-shadow:0 10px 30px #0000000a;position:relative;transition:transform .3s ease}.about-testimonials .testimonial-card:hover{transform:translateY(-5px)}.about-testimonials .testimonial-card .quote-icon{color:#2a2fce26;margin-bottom:1rem;width:40px;height:40px;position:absolute;top:-20px;left:30px;background:#fff;border-radius:50%;padding:8px;box-shadow:0 4px 10px #0000000d;color:#2a2fce}.about-testimonials .testimonial-card__text{font-size:1rem;color:#111827;line-height:1.7;font-style:italic;margin-bottom:2rem;margin-top:.75rem;min-height:100px}.about-testimonials .testimonial-card__author{display:flex;flex-direction:column;border-top:1px solid rgba(229,231,235,.5);padding-top:1rem}.about-testimonials .testimonial-card__author strong{font-size:1.05rem;font-weight:800;color:#111827}.about-testimonials .testimonial-card__author span{font-size:.875rem;color:#2a2fce;font-weight:600;margin-top:2px}.about-gallery{padding:4rem 0}.about-gallery .header-divider{width:60px;height:4px;background:#2a2fce;margin:1rem auto 0;border-radius:2px}.about-gallery .gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:1rem;margin-top:3rem}.about-gallery .gallery-grid>div:nth-child(1){grid-column:span 2;grid-row:span 2}.about-gallery .gallery-grid>div:nth-child(2){grid-column:span 2;grid-row:span 1}@media(max-width:768px){.about-gallery .gallery-grid{grid-template-columns:repeat(2,1fr)}.about-gallery .gallery-grid>div:nth-child(1){grid-column:span 2;grid-row:span 1}.about-gallery .gallery-grid>div:nth-child(2){grid-column:span 2;grid-row:span 1}}@media(max-width:576px){.about-gallery .gallery-grid{grid-template-columns:1fr}.about-gallery .gallery-grid>div:nth-child(1){grid-column:1;grid-row:span 1}.about-gallery .gallery-grid>div:nth-child(2){grid-column:1;grid-row:span 1}}.about-gallery .gallery-item{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;cursor:pointer}.about-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.about-gallery .gallery-item__overlay{position:absolute;inset:0;background:#1e23a5b3;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .3s ease;z-index:2}.about-gallery .gallery-item__overlay svg{margin-bottom:8px;transform:translateY(20px);transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.about-gallery .gallery-item__overlay span{font-weight:600;font-size:1.1rem;transform:translateY(20px);transition:transform .4s cubic-bezier(.175,.885,.32,1.275) .1s}.about-gallery .gallery-item:hover img{transform:scale(1.08)}.about-gallery .gallery-item:hover .gallery-item__overlay{opacity:1}.about-gallery .gallery-item:hover .gallery-item__overlay svg,.about-gallery .gallery-item:hover .gallery-item__overlay span{transform:translateY(0)}.about-gallery .gallery-item--video .gallery-item__overlay{background:#0009;opacity:1}.about-gallery .gallery-item--video .gallery-item__overlay svg{transform:translateY(0);color:#ffffffe6;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.about-gallery .gallery-item--video .gallery-item__overlay span{opacity:0}.about-gallery .gallery-item--video:hover .gallery-item__overlay{background:#1e23a5cc}.about-gallery .gallery-item--video:hover .gallery-item__overlay span{opacity:1;transform:translateY(0)}.about-gallery .gallery-item--video:hover .gallery-item__overlay svg{transform:scale(1.2)}.about-location{padding:4rem 0}.about-location .location-wrapper{display:flex;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000014;border:1px solid rgba(229,231,235,.5)}@media(max-width:768px){.about-location .location-wrapper{flex-direction:column}}.about-location .location-info{flex:1;padding:4rem 3rem;background:#fff;z-index:2}@media(max-width:768px){.about-location .location-info{padding:3rem 2rem}}.about-location .location-info h2{font-size:2.25rem;font-weight:800;color:#111827;margin-bottom:.75rem;line-height:1.2}.about-location .location-info .location-subtitle{font-size:1.1rem;color:#374151;margin-bottom:2rem}.about-location .location-card{display:flex;align-items:flex-start;gap:1rem;background:#f8f9fb;padding:1.5rem;border-radius:16px;border-left:4px solid #2A2FCE}.about-location .location-card__icon{color:#2a2fce;background:#2a2fce1a;padding:12px;border-radius:50%;display:flex}.about-location .location-card__content h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:4px}.about-location .location-card__content p{font-size:1rem;color:#374151;font-weight:600;margin-bottom:8px}.about-location .location-card__content span{font-size:.9rem;color:#6b7280;display:block}.about-location .mt-4{margin-top:2rem}.about-location .location-map{flex:1;min-height:400px;position:relative;background:#e5e7eb}.about-location .location-map__overlay{position:absolute;inset:0;background:#ffffff1a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .3s ease}.about-location .location-map__overlay span{background:#2a2fce;color:#fff;padding:10px 20px;border-radius:30px;font-weight:600;box-shadow:0 4px 12px #0003}.about-location .location-map__overlay:hover{background:#ffffff4d}.about-location .location-map iframe{position:absolute;inset:0;width:100%;height:100%;filter:contrast(1.1) saturate(1.2);transition:filter .3s ease}.about-location .location-map iframe:hover{filter:none}.lightbox-modal{position:fixed;inset:0;z-index:9999;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.lightbox-modal__content{position:relative;max-width:90vw;max-height:90vh;animation:scaleUp .3s ease;border-radius:12px;overflow:visible;box-shadow:0 25px 50px #00000080}.lightbox-modal__content video,.lightbox-modal__content img{display:block;border-radius:12px;background:transparent}.lightbox-modal__close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;transition:all .3s ease;z-index:10000;display:flex;align-items:center;justify-content:center}.lightbox-modal__close:hover{transform:scale(1.1);color:#2a2fce}@media(max-width:768px){.lightbox-modal__close{top:-30px;right:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.contact-page{background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow-x:hidden}.contact-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.contact-page .bg-light{background-color:#f8f9fb}.contact-page .section-header{text-align:center;margin-bottom:3rem}.contact-page .section-header.text-left{text-align:left}.contact-page .section-header h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:.75rem;letter-spacing:-.02em}@media(max-width:768px){.contact-page .section-header h2{font-size:2rem}}.contact-page .section-header p{font-size:.875rem;color:#2a2fce;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-bottom:.5rem}.text-left .contact-page .section-header p{margin:0}.contact-hero{position:relative;min-height:95vh;display:flex;align-items:center;justify-content:center;padding:80px 20px 0;background:radial-gradient(circle at 50% 10%,#1e1b4b,#0f172a 60%,#020617);text-align:center;margin-top:-80px;margin-bottom:4rem;overflow:hidden}@media(max-width:991px){.contact-hero{margin-top:-64px;padding-top:64px}}.contact-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(67,69,214,.15),transparent 40%),radial-gradient(circle at 80% 20%,rgba(99,102,241,.1),transparent 40%);z-index:1;pointer-events:none}.contact-hero__content{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:240px 0 160px;animation:contactFadeUp .8s ease backwards}@media(max-width:768px){.contact-hero__content{padding:170px 0 110px}}@media(max-width:576px){.contact-hero__content{padding:200px 15px 120px}}@keyframes contactFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-hero__tag{font-size:12px;letter-spacing:.2em;color:#60a5fa;text-transform:uppercase;font-weight:800;margin-bottom:1rem;display:inline-block;background:#ffffff1a;padding:6px 16px;border-radius:30px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1)}.contact-hero h1{font-size:3.2rem;color:#fff;margin-bottom:1.5rem;line-height:1.25;font-weight:800;letter-spacing:-.02em}.contact-hero h1 span,.contact-hero h1 strong{color:#60a5fa;font-weight:900;text-shadow:0 0 20px rgba(96,165,250,.4)}@media(max-width:768px){.contact-hero h1{font-size:2.2rem;line-height:1.25}}@media(max-width:576px){.contact-hero h1{font-size:1.65rem;line-height:1.2;margin-bottom:1rem;padding:0 10px}}.contact-hero__text-wrapper{max-height:85px;overflow:hidden;transition:max-height .5s cubic-bezier(.25,.8,.25,1);-webkit-mask-image:linear-gradient(to bottom,black 50%,transparent 100%);mask-image:linear-gradient(to bottom,black 50%,transparent 100%)}@media(min-width:768px){.contact-hero__text-wrapper{max-height:none!important;overflow:visible;-webkit-mask-image:none;mask-image:none}}.contact-hero__text-wrapper--expanded{max-height:500px;-webkit-mask-image:none;mask-image:none}.contact-hero__text-wrapper p{font-size:1.15rem;line-height:1.7;color:#ffffffd9;margin-bottom:1.5rem;max-width:750px;margin-left:auto;margin-right:auto}@media(max-width:576px){.contact-hero__text-wrapper p{font-size:1rem;line-height:1.6;padding:0 10px}}.contact-hero__read-more{display:none;align-items:center;justify-content:center;gap:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#93c5fd;padding:8px 20px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;margin-bottom:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-left:auto;margin-right:auto}@media(max-width:768px){.contact-hero__read-more{display:inline-flex;margin-bottom:3rem;margin-top:.5rem}}.contact-hero p{font-size:1.15rem;line-height:1.7;color:#e5e7eb;margin-bottom:3rem;max-width:750px;margin-left:auto;margin-right:auto}.contact-hero__actions{display:flex;justify-content:center;gap:1rem}@media(max-width:576px){.contact-hero__actions{flex-direction:column;align-items:stretch;gap:.75rem;padding:0 15px}}.contact-hero__actions .btn{padding:16px 32px;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.contact-hero__actions .btn--gradient{background:linear-gradient(135deg,#2a2fce,#6366f1);color:#fff;border:none;box-shadow:0 10px 25px #2a2fce66}.contact-hero__actions .btn--gradient:hover{transform:translateY(-2px);box-shadow:0 15px 30px #2a2fce99}.contact-hero__actions .btn--glass{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.contact-hero__actions .btn--glass:hover{background:#fff3;transform:translateY(-2px)}.contact-stats{padding:4rem 0}.contact-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:768px){.contact-stats__grid{grid-template-columns:repeat(2,1fr)}}.contact-stat-card{text-align:center;padding:2rem;background:#fff;border-radius:16px;border:1px solid rgba(229,231,235,.4);box-shadow:0 4px 20px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.contact-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.contact-stat-card h3{font-size:2.8rem;font-weight:900;color:#2a2fce;margin:0 0 .5rem;letter-spacing:-.02em}.contact-stat-card p{font-size:.9rem;color:#4b5563;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em}.contact-cards-section{padding:4rem 0}.contact-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:992px){.contact-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.contact-cards-grid{grid-template-columns:1fr}}.contact-info-card{display:flex;flex-direction:column;text-decoration:none;background:#fff;border:1px solid rgba(229,231,235,.4);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000a;transition:all .35s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.contact-info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2a2fce,#6366f1);opacity:0;transition:opacity .3s ease}.contact-info-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000001a;border-color:#2a2fce40}.contact-info-card:hover:before{opacity:1}.contact-info-card--accent{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#22c55e4d}.contact-info-card--accent .contact-info-card__icon{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.contact-info-card--accent .contact-info-card__link{color:#16a34a}.contact-info-card__icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#2a2fce1a,#2a2fce0d);color:#2a2fce;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0;transition:transform .3s ease}.contact-info-card:hover .contact-info-card__icon{transform:scale(1.1) rotate(-5deg)}.contact-info-card h3{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 .5rem}.contact-info-card p{font-size:.95rem;color:#374151;line-height:1.6;margin:0 0 1rem;flex:1}.contact-info-card__link{display:inline-flex;align-items:center;gap:5px;font-size:.875rem;font-weight:700;color:#2a2fce;margin-top:auto}.contact-info-card__badge{display:inline-block;background:#2a2fce1a;color:#2a2fce;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:700;margin-top:auto}.contact-form-section{padding:4rem 0}.contact-form-section__inner{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start}@media(max-width:768px){.contact-form-section__inner{grid-template-columns:1fr;gap:3rem}}.contact-form-section__left{position:sticky;top:120px}@media(max-width:768px){.contact-form-section__left{position:static}}.contact-form-section__desc{font-size:1.05rem;color:#374151;line-height:1.8;margin-bottom:2rem}.contact-form-features{display:flex;flex-direction:column;gap:1rem}.contact-form-feature{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#111827;font-weight:600}.contact-form-feature svg{color:#2a2fce;flex-shrink:0}.contact-form{background:#fff;border:1px solid rgba(229,231,235,.4);border-radius:16px;padding:3rem;box-shadow:0 8px 40px #0000000f;display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:576px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:700;color:#111827;letter-spacing:.02em}.form-group__input-wrapper{position:relative}.form-group__input-wrapper input,.form-group__input-wrapper textarea{width:100%;padding:12px 16px 12px 42px;border:1.5px solid rgba(229,231,235,.7);border-radius:8px;font-size:.95rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:#111827;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.form-group__input-wrapper input::placeholder,.form-group__input-wrapper textarea::placeholder{color:#4b5563}.form-group__input-wrapper input:focus,.form-group__input-wrapper textarea:focus{border-color:#2a2fce;box-shadow:0 0 0 3px #2a2fce1a}.form-group__input-wrapper textarea{resize:vertical;min-height:130px}.form-group__input-wrapper--textarea .form-group__icon--textarea{top:14px}.form-group__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#4b5563;pointer-events:none}.form-group__icon--textarea{top:14px;transform:none}.btn--submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#2a2fce,#6366f1);color:#fff;border:none;border-radius:50px;font-weight:700;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #2a2fce59;width:100%}.btn--submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 35px #2a2fce8c}.btn--submit:disabled{opacity:.7;cursor:not-allowed}.contact-success{background:#fff;border:1px solid rgba(229,231,235,.4);border-radius:16px;padding:4rem 3rem;text-align:center;box-shadow:0 8px 40px #0000000f}.contact-success__icon-wrap{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#dcfce7,#bbf7d0);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.contact-success__icon-wrap svg{color:#16a34a}.contact-success h3{font-size:1.8rem;font-weight:800;color:#111827;margin:0 0 .75rem}.contact-success p{color:#374151;font-size:1rem;line-height:1.7;margin:0 0 2rem}.btn--primary-contact{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#2a2fce;color:#fff;border:none;border-radius:50px;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .3s ease}.btn--primary-contact:hover{background:#1e23a5;transform:translateY(-2px)}.contact-map{padding:4rem 0 0}.contact-map__embed{height:480px;border-radius:16px 16px 0 0;overflow:hidden;margin-top:3rem;box-shadow:0 -8px 40px #0000000f}@media(max-width:768px){.contact-map__embed{height:350px}}.terms-page,.privacy-page{background-color:#f4f5f8;min-height:100vh}.terms-header,.privacy-header{background:linear-gradient(135deg,#111827,#1e1b4b);padding:160px 0 80px;text-align:center;margin-top:-80px}.terms-header h1,.privacy-header h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.terms-header p,.privacy-header p{font-size:14px;color:#fff9;font-weight:500}.terms-content,.privacy-content{max-width:800px;margin:0 auto;padding:4rem 1rem}.legal-section{display:flex;gap:1.5rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(229,231,235,.3)}.legal-section:last-child{border-bottom:none}@media(max-width:576px){.legal-section{flex-direction:column;gap:1rem}}.legal-section__icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:#2a2fce14;color:#2a2fce;display:flex;align-items:center;justify-content:center}.legal-section__body{flex:1}.legal-section__body h2{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem}.legal-section__body p{font-size:.95rem;line-height:1.7;color:#374151;margin-bottom:1rem}.legal-section__body p:last-child{margin-bottom:0}.legal-section__body ul{list-style:none;padding:0;margin:.75rem 0 0}.legal-section__body ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.95rem;color:#374151;line-height:1.6}.legal-section__body ul li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:#2a2fce}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 15% 50%,rgba(67,69,214,.15),transparent 25%),radial-gradient(circle at 85% 30%,rgba(42,47,206,.1),transparent 25%),#f4f5f8;background-attachment:fixed;padding:1.5rem;padding-top:calc(80px + 2rem)}@media(max-width:991px){.auth-page{padding-top:calc(102px + 1.5rem);align-items:flex-start}}.auth-page__card{width:100%;max-width:480px;background:#ffffffd9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.8);border-radius:16px;box-shadow:0 20px 60px #0000000d,0 1px 3px #00000005;padding:3rem 2rem;position:relative;animation:scaleIn .5s cubic-bezier(.2,.8,.2,1) both}.auth-page__back{display:inline-flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;transition:color .15s ease;cursor:pointer;background:none;border:none}.auth-page__back:hover{color:#2a2fce}.auth-page__brand{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#2a2fce;margin-bottom:.5rem}.auth-page__title{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:800;color:#111827;margin-bottom:.25rem}.auth-page__subtitle{font-size:.875rem;color:#6b7280;margin-bottom:2rem;line-height:1.75}.auth-page__icon-block{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:12px;background:#2a2fce14;color:#2a2fce;margin:0 auto 1.5rem}.auth-page__form{display:flex;flex-direction:column;gap:1rem}.auth-page__field{display:flex;flex-direction:column;gap:.25rem}.auth-page__field label{font-size:.875rem;font-weight:500;color:#111827}.auth-page__field input{width:100%;padding:14px 1rem;border:1px solid rgba(229,231,235,.8);border-radius:8px;font-size:1rem;transition:all .15s ease;background:#fff9}.auth-page__field input:focus{border-color:#2a2fce;background:#fff;box-shadow:0 0 0 3px #2a2fce26;transform:translateY(-1px)}.auth-page__field input::placeholder{color:#9ca3af}.auth-page__helper{font-size:.75rem;color:#6b7280;margin-top:2px}.auth-page__segment{display:flex;background:#f1f3f5;border-radius:8px;padding:3px;gap:2px}.auth-page__segment button{flex:1;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;background:transparent;border:none;cursor:pointer;transition:all .15s ease}.auth-page__segment button.active{background:#fff;color:#2a2fce;box-shadow:0 1px 2px #0000000d;font-weight:600}.auth-page__checkbox{display:flex;align-items:flex-start;gap:.5rem}.auth-page__checkbox input[type=checkbox]{margin-top:3px;accent-color:#2A2FCE;width:16px;height:16px}.auth-page__checkbox label{font-size:.875rem;color:#374151;line-height:1.5}.auth-page__checkbox label a{color:#2a2fce;font-weight:500}.auth-page__checkbox label a:hover{text-decoration:underline}.auth-page__submit{width:100%;padding:16px 1.5rem;background:linear-gradient(135deg,#2a2fce,#1e23a5);background-size:200% auto;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:800;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;margin-top:.5rem;box-shadow:0 4px 15px #2a2fce40}.auth-page__submit:hover:not(:disabled){background-position:right center;transform:translateY(-2px);box-shadow:0 8px 25px #2a2fce59}.auth-page__submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.auth-page__error{background:#ef444414;color:#ef4444;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500}.auth-page__success{background:#ecfdf5;color:#10b981;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500}.auth-page__divider{display:flex;align-items:center;gap:1rem;margin:1rem 0}.auth-page__divider:before,.auth-page__divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-page__divider span{font-size:.75rem;color:#6b7280;font-weight:500;letter-spacing:.1em}.auth-page__google{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid #E5E7EB;border-radius:8px;font-size:.875rem;font-weight:500;color:#111827;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.auth-page__google:hover{border-color:#d1d5db;box-shadow:0 1px 2px #0000000d}.auth-page__google img{width:18px;height:18px}.auth-page__footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#6b7280}.auth-page__footer a{color:#2a2fce;font-weight:600}.auth-page__footer a:hover{text-decoration:underline}.auth-page__link{font-size:.875rem;color:#2a2fce;font-weight:500;text-align:right;display:block;margin-top:-.5rem}.auth-page__link:hover{text-decoration:underline}.auth-page__otp-inputs{display:flex;gap:.5rem;justify-content:center;margin:1.5rem 0}.auth-page__otp-inputs input{width:52px;height:56px;text-align:center;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;border:2px solid #E5E7EB;border-radius:8px;transition:border-color .15s ease}.auth-page__otp-inputs input:focus{border-color:#2a2fce;box-shadow:0 0 0 3px #2a2fce26}.auth-page__resend{text-align:center;font-size:.875rem;color:#6b7280}.auth-page__resend button{color:#2a2fce;font-weight:600;background:none;border:none;cursor:pointer}.auth-page__resend button:disabled{color:#9ca3af;cursor:not-allowed}.profile{padding:3rem 0;padding-top:calc(80px + 3rem);min-height:70vh}@media(max-width:768px){.profile{padding-top:calc(102px + 2rem);padding-bottom:100px}}.profile__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E7EB;flex-wrap:wrap}@media(max-width:768px){.profile__header{gap:1rem}}.profile__avatar{width:72px;height:72px;border-radius:50%;background:#2a2fce14;color:#2a2fce;display:flex;align-items:center;justify-content:center;font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:700;flex-shrink:0}.profile__info h1{font-size:clamp(1.25rem,2vw,1.5rem);margin-bottom:.25rem}.profile__info p{font-size:.875rem;color:#6b7280;margin:0}.profile__logout{margin-left:auto;display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#ef4444;border:1px solid rgba(239,68,68,.2);background:transparent;cursor:pointer;transition:all .15s ease}.profile__logout:hover{background:#ef44440f}@media(max-width:768px){.profile__logout{margin-left:0;width:100%;justify-content:center;margin-top:.75rem}}.profile__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:3rem}@media(max-width:768px){.profile__cards{grid-template-columns:1fr 1fr}}.profile__card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .15s ease}.profile__card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.profile__card-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.profile__card-icon--primary{background:#2a2fce}.profile__card-icon--danger{background:#ef4444}.profile__card-icon--success{background:#10b981}.profile__card-value{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:700;color:#111827}.profile__card-label{font-size:.875rem;color:#6b7280}.profile__card a{font-size:.875rem;font-weight:500}.profile__section{margin-bottom:3rem}.profile__section h2{font-size:1.25rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.profile__table-wrap{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow-x:auto}.profile__table{width:100%;border-collapse:collapse}.profile__table th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#f1f3f5;border-bottom:1px solid #E5E7EB}.profile__table td{padding:.75rem 1rem;font-size:.875rem;color:#374151;border-bottom:1px solid #E5E7EB;white-space:nowrap}.profile__table tr:last-child td{border-bottom:none}.profile__status{display:inline-flex;align-items:center;padding:2px 10px;border-radius:9999px;font-size:.75rem;font-weight:600}.profile__status--en_attente{background:#fef3c7;color:#92400e}.profile__status--confirmee{background:#dbeafe;color:#1e40af}.profile__status--en_livraison{background:#e0e7ff;color:#3730a3}.profile__status--livree{background:#ecfdf5;color:#065f46}.profile__status--annulee{background:#fee2e2;color:#991b1b}.profile__cancel-btn{padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}.profile__cancel-btn--allowed{color:#ef4444;border:1px solid rgba(239,68,68,.3);background:transparent}.profile__cancel-btn--allowed:hover{background:#ef44440f}.profile__cancel-btn--disabled{color:#9ca3af;border:1px solid #E5E7EB;background:#f1f3f5;cursor:not-allowed}.profile__empty{text-align:center;padding:3rem;color:#6b7280;font-size:.875rem}.profile__action-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:600;border:none;cursor:pointer;white-space:nowrap;text-decoration:none}.profile__action-btn--whatsapp{background:#25d366;color:#fff}.profile__action-btn--confirm{background:#10b981;color:#fff}@media(max-width:767px){.profile__table--desktop{display:none}}.profile__mobile-orders{display:none}@media(max-width:767px){.profile__mobile-orders{display:flex;flex-direction:column;gap:.75rem;padding:.75rem}}.profile__order-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1rem}.profile__order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.profile__order-card-track{font-family:monospace;font-weight:600;font-size:.875rem;color:#111827}.profile__order-card-body{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #E5E7EB}.profile__order-card-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#374151}.profile__order-card-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.profile__order-card-actions{display:flex;gap:.5rem;flex-wrap:wrap}.favorites{padding:3rem 0;min-height:70vh}.favorites__header{margin-bottom:2rem}.favorites__header h1{font-size:clamp(1.5rem,2.5vw,1.75rem);margin-bottom:.25rem}.favorites__header p{font-size:.875rem;color:#6b7280;margin:0}.favorites__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.favorites__card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.favorites__card:hover{box-shadow:0 10px 25px -5px #0000000d;transform:translateY(-2px)}.favorites__image{width:100%;height:200px;object-fit:contain;background:#f1f3f5;padding:1rem}.favorites__body{padding:1rem}.favorites__category{font-size:.75rem;color:#2a2fce;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.favorites__name{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.favorites__price{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem}.favorites__actions{display:flex;gap:.5rem}.favorites__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.favorites__btn--primary{background:#2a2fce;color:#fff;border:none}.favorites__btn--primary:hover{background:#1e23a5}.favorites__btn--remove{background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.favorites__btn--remove:hover{background:#ef44440f}.favorites__empty{text-align:center;padding:4rem;color:#6b7280}.favorites__empty h3{font-size:1.25rem;color:#111827;margin:1rem 0 .5rem}.favorites__empty p{margin-bottom:1.5rem}.favorites__empty a{display:inline-flex;align-items:center;gap:.25rem;padding:.75rem 2rem;background:#2a2fce;color:#fff;border-radius:8px;font-weight:600;font-size:.875rem;transition:background .15s ease}.favorites__empty a:hover{background:#1e23a5}.toast-stack{position:fixed;top:1.5rem;right:1.5rem;z-index:600;display:flex;flex-direction:column;gap:.5rem;max-width:360px;width:calc(100vw - 2rem)}@media(min-width:768px){.toast-stack{width:360px}}.toast{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:#fff;border-left:3px solid #2A2FCE;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;animation:toast-slide-in .3s ease forwards;position:relative;overflow:hidden;cursor:grab}.toast--success{border-left-color:#10b981}.toast--success .toast__icon{color:#10b981}.toast--success .toast__progress{background:#10b981}.toast--error{border-left-color:#ef4444}.toast--error .toast__icon{color:#ef4444}.toast--error .toast__progress{background:#ef4444}.toast--info{border-left-color:#3b82f6}.toast--info .toast__icon{color:#3b82f6}.toast--info .toast__progress{background:#3b82f6}.toast--cart{border-left-color:#2a2fce}.toast--cart .toast__icon{color:#2a2fce}.toast--cart .toast__progress{background:#2a2fce}.toast__icon{flex-shrink:0;display:flex;align-items:center;color:#2a2fce}.toast__message{flex:1;font-size:.875rem;font-weight:500;color:#374151;line-height:1.5}.toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;color:#6b7280;opacity:.5;transition:opacity .15s ease,background .15s ease}.toast__close:hover{opacity:1;background:#f1f3f5}.toast__progress{position:absolute;bottom:0;left:0;height:2px;background:#2a2fce;animation:toast-progress 3s linear forwards}@keyframes toast-slide-in{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes toast-progress{0%{width:100%}to{width:0%}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:300;display:flex;align-items:center;justify-content:space-around;height:64px;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid #E5E7EB;padding-bottom:env(safe-area-inset-bottom,0);transition:transform .3s cubic-bezier(.4,0,.2,1)}@media(min-width:992px){.bottom-nav{display:none}}.bottom-nav--hidden{transform:translateY(100%)}.bottom-nav__tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;height:100%;color:#6b7280;text-decoration:none;transition:color .15s ease;-webkit-tap-highlight-color:transparent;position:relative}.bottom-nav__tab--active{color:#2a2fce}.bottom-nav__tab:active{transform:scale(.92)}.bottom-nav__icon-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.bottom-nav__badge{position:absolute;top:-4px;right:-8px;min-width:18px;height:18px;padding:0 4px;border-radius:9999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:18px;text-align:center}.bottom-nav__label{font-size:10px;font-weight:500;line-height:1;white-space:nowrap}.mini-cart__overlay{position:fixed;inset:0;z-index:400;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.mini-cart__overlay--open{opacity:1;visibility:visible}.mini-cart{position:fixed;top:0;right:0;bottom:0;z-index:500;width:min(480px,90vw);background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001f}.mini-cart--open{transform:translate(0)}.mini-cart__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #E5E7EB;background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mini-cart__title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#111827}.mini-cart__count{font-weight:400;color:#6b7280;font-size:.875rem}.mini-cart__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#6b7280;transition:background .15s ease,color .15s ease}.mini-cart__close:hover{background:#f1f3f5;color:#111827}.mini-cart__body{flex:1;overflow-y:auto;padding:1rem}.mini-cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 1rem;text-align:center;color:#6b7280}.mini-cart__empty svg{opacity:.3}.mini-cart__empty p{font-size:.875rem;margin-bottom:0}.mini-cart__browse-btn{display:inline-block;padding:.5rem 1.5rem;border-radius:8px;background:#2a2fce;color:#fff;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s ease}.mini-cart__browse-btn:hover{background:#1e23a5;color:#fff}.mini-cart__list{display:flex;flex-direction:column;gap:.75rem}.mini-cart__item{display:flex;gap:.75rem;padding:.75rem;border-radius:8px;background:#f9fafb;transition:background .15s ease}.mini-cart__item-image{width:64px;height:64px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#f1f3f5}.mini-cart__item-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.mini-cart__item-info{flex:1;min-width:0}.mini-cart__item-name{font-size:.875rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.mini-cart__item-price{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.mini-cart__item-controls{display:flex;align-items:center;gap:.25rem}.mini-cart__qty-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;border:1px solid #E5E7EB;color:#111827;background:#fff;transition:border-color .15s ease,background .15s ease}.mini-cart__qty-btn:hover{border-color:#2a2fce;background:#2a2fce0d}.mini-cart__qty-value{min-width:24px;text-align:center;font-size:.875rem;font-weight:600}.mini-cart__remove-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-left:auto;border-radius:4px;color:#ef4444;transition:background .15s ease}.mini-cart__remove-btn:hover{background:#ef44441a}.mini-cart__item-subtotal{font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;align-self:center}.mini-cart__footer{padding:1rem 1.5rem;border-top:1px solid #E5E7EB;background:#fff}.mini-cart__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:1rem;color:#6b7280}.mini-cart__total-price{font-size:1.25rem;font-weight:700;color:#111827}.mini-cart__checkout-btn{width:100%;padding:.75rem 1rem;border-radius:8px;background:#2a2fce;color:#fff;font-size:1rem;font-weight:600;text-align:center;transition:background .15s ease}.mini-cart__checkout-btn:hover{background:#1e23a5}
