@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb;z-index:100;transition:all .2s ease}.header--two-rows{height:auto}.header__top-row{background:linear-gradient(135deg,#f0fdf499,#22c55e14);position:relative}.header__top-row:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:min(95%,1280px);height:1px;background:linear-gradient(90deg,transparent 0%,rgba(229,231,235,.5) 15%,rgba(229,231,235,.5) 85%,transparent 100%)}.header__bottom-row{display:none;background:#fafafa}@media(min-width:768px){.header__bottom-row{display:block}}.header__container{max-width:1280px;height:100%;margin:0 auto;padding:.75rem .5rem;display:flex;align-items:center;justify-content:space-between;position:relative}@media(min-width:768px){.header__container{padding:.75rem 1.5rem}}.header__container--centered{justify-content:center}@media(max-width:767px){.header__container--search-open .header__logo,.header__container--search-open .header__icons{opacity:0;pointer-events:none;width:0;padding:0;overflow:hidden;flex-shrink:1}.header__container--search-open .header__mobile-search{display:flex;opacity:1;transform:scaleX(1)}}.header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#374151;font-weight:700;font-size:1.25rem;transition:opacity .3s ease,width .3s ease,flex-shrink .3s ease}.header__logo:hover{opacity:.8}.header__logo-img{height:44px;width:auto;object-fit:contain}.header__logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#22c55e,#f97316);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem}.header__icons{display:flex;align-items:center;gap:.25rem;background:#fff;padding:.25rem;border-radius:.75rem;box-shadow:0 1px 2px #0000000a;border:1px solid #e5e7eb;transition:box-shadow .2s ease,opacity .3s ease,width .3s ease,flex-shrink .3s ease,padding .3s ease}.header__icons:hover{box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a}.header__icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:.5rem;transition:all .15s ease;text-decoration:none}.header__icon-btn:hover{background:#fafafa;color:#22c55e}@media(min-width:768px){.header__icon-btn--search-mobile{display:none}}.header__search-wrapper{display:none}@media(min-width:768px){.header__search-wrapper{display:block;position:relative;flex:1;max-width:480px;margin:0 1.5rem}}.header__inline-search{display:none}@media(min-width:768px){.header__inline-search{display:flex;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:.25rem .75rem;gap:.5rem;transition:border-color .15s ease,box-shadow .15s ease}.header__inline-search:focus-within{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}}.header__inline-search-icon{color:#6b7280;flex-shrink:0}.header__inline-search-icon--spinning{animation:spin .8s linear infinite}.header__inline-search-input{flex:1;border:none;background:transparent;font-size:.9375rem;color:#374151;outline:none;padding:.4rem 0}.header__inline-search-input::placeholder{color:#9ca3af}.header__inline-search-clear{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:#fafafa;color:#6b7280;cursor:pointer;border-radius:50%;flex-shrink:0;transition:all .15s ease}.header__inline-search-clear:hover{background:#e5e7eb;color:#374151}.header__search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 8px 32px #0000001f;z-index:200;overflow:hidden;animation:searchDropdownIn .2s ease}.header__search-suggestions{display:flex;flex-wrap:wrap;gap:.375rem;padding:.625rem .75rem;border-bottom:1px solid #f3f4f6}.header__search-suggestion{display:inline-flex;align-items:center;gap:.375rem;padding:.3rem .625rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#fafafa;color:#374151;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.header__search-suggestion svg{color:#6b7280;flex-shrink:0}.header__search-suggestion:hover{background:#22c55e;color:#fff;border-color:#22c55e}.header__search-suggestion:hover svg{color:#fff}.header__search-result{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;text-decoration:none;color:#374151;transition:background .15s ease;border-bottom:1px solid #f3f4f6}.header__search-result:last-of-type{border-bottom:none}.header__search-result:hover{background:#fafafa}.header__search-result--exact{position:relative;background:linear-gradient(90deg,#f59e0b0f,#fbbf241f,#f59e0b0f);border-left:3px solid #f59e0b;overflow:hidden}.header__search-result--exact:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(251,191,36,.15) 40%,rgba(253,230,138,.25) 50%,rgba(251,191,36,.15) 60%,transparent 100%);animation:goldenShine 2.5s ease-in-out infinite}.header__search-result--exact:hover{background:linear-gradient(90deg,#f59e0b1a,#fbbf242e,#f59e0b1a)}.header__search-result-img{width:44px;height:44px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:#fafafa;border:1px solid #f3f4f6}.header__search-result-img img{width:100%;height:100%;object-fit:cover}.header__search-result-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.header__search-result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.header__search-result-name{font-size:.875rem;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__search-result-code{font-size:.75rem;color:#9ca3af}.header__search-result-code--exact{display:inline-flex;align-items:center;gap:.25rem;color:#b45309;font-weight:600}.header__search-result-code--exact svg{flex-shrink:0;color:#f59e0b}.header__search-result-price{flex-shrink:0;text-align:right;font-size:.875rem;font-weight:600;color:#22c55e;display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.header__search-result-old-price{font-size:.75rem;font-weight:400;color:#9ca3af;text-decoration:line-through}.header__search-result--skeleton{pointer-events:none}.header__skeleton-pulse{background:linear-gradient(90deg,#e8e8e8 25%,#f5f5f5,#e8e8e8 75%);background-size:200% 100%;animation:skeletonShimmer 1.4s ease-in-out infinite;border-radius:4px}.header__skeleton-line{display:block;height:.75rem}.header__skeleton-line--short{height:.625rem;width:40%!important;margin-top:.25rem}.header__skeleton-line--price{height:.875rem;width:3.5rem!important}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.header__search-results-all{display:block;width:100%;padding:.75rem;border:none;border-top:1px solid #f3f4f6;background:#fafafa;color:#22c55e;font-size:.875rem;font-weight:500;cursor:pointer;text-align:center;transition:background .15s ease}.header__search-results-all:hover{background:#f3f4f6}.header__search-no-results{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;color:#6b7280;font-size:.875rem}.header__search-no-results svg{opacity:.4}.header__mobile-search{display:none;align-items:center;position:absolute;left:.5rem;right:.5rem;top:50%;transform:translateY(-50%) scaleX(0);transform-origin:right center;background:#fff;border:2px solid #22c55e;border-radius:.75rem;padding:.25rem .5rem;gap:.5rem;opacity:0;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s ease;z-index:10;box-shadow:0 2px 12px #22c55e26}@media(min-width:768px){.header__mobile-search{display:none!important}}.header__mobile-search-icon{color:#22c55e;flex-shrink:0}.header__mobile-search-icon--spinning{animation:spin .8s linear infinite}.header__mobile-search-input{flex:1;border:none;background:transparent;font-size:1rem;color:#374151;outline:none;padding:.4rem 0;min-width:0}.header__mobile-search-input::placeholder{color:#9ca3af}.header__mobile-search-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#fafafa;color:#6b7280;cursor:pointer;border-radius:.5rem;flex-shrink:0;transition:all .15s ease}.header__mobile-search-close:hover{background:#22c55e1a;color:#22c55e}.header__mobile-results{position:fixed;inset:0;z-index:99;display:flex;flex-direction:column;pointer-events:none}@media(min-width:768px){.header__mobile-results{display:none}}.header__mobile-results-list{position:relative;z-index:2;margin-top:80px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 8px 24px #0000001f;max-height:calc(100vh - 80px - 2rem);overflow-y:auto;pointer-events:auto;animation:searchDropdownIn .2s ease}.header__mobile-results-backdrop{flex:1;background:#3741514d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto}.header__nav{display:flex;align-items:center;justify-content:center;gap:.25rem;background:#fff;padding:.25rem;border-radius:.75rem;width:100%;box-shadow:0 1px 2px #0000000a;border:1px solid #e5e7eb;transition:box-shadow .2s ease}.header__nav:hover{box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a}.header__nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#6b7280;text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:.5rem;transition:all .15s ease}.header__nav-link .bi{font-size:1rem}.header__nav-link:hover{color:#374151;background:#fafafa}.header__nav-link--active{color:#22c55e;background:#f0fdf4}.header__actions{display:flex;align-items:center;gap:.75rem}.header__btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:.5rem;text-decoration:none;transition:all .15s ease;cursor:pointer;border:none}.header__btn--ghost{color:#6b7280;background:transparent}.header__btn--ghost:hover{color:#374151;background:#fafafa}.header__btn--outline{color:#374151;background:transparent;border:1px solid #e5e7eb}.header__btn--outline:hover{background:#fafafa;border-color:#22c55e;color:#22c55e}.header__btn--primary{color:#fff;background:#22c55e}.header__btn--primary:hover{background:#16a34a}.header__btn--secondary{color:#fff;background:#f97316}.header__btn--secondary:hover{background:#ea580c}.header__mobile-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:#374151;cursor:pointer;border-radius:.5rem;transition:background .15s ease}.header__mobile-toggle:hover{background:#fafafa}@media(min-width:768px){.header__mobile-toggle{display:none}}.mobile-menu{position:fixed;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .2s ease;z-index:99}.mobile-menu--open{transform:translateY(0);opacity:1;visibility:visible}@media(min-width:768px){.mobile-menu{display:none}}.mobile-menu__nav{display:flex;flex-direction:column;gap:.25rem}.mobile-menu__link{padding:.75rem 1rem;color:#6b7280;text-decoration:none;font-size:1rem;font-weight:500;border-radius:.5rem;transition:all .15s ease}.mobile-menu__link:hover{color:#374151;background:#fafafa}.mobile-menu__divider{height:1px;background:#e5e7eb;margin:.5rem 0}.mobile-menu__actions{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.mega-menu-backdrop{position:fixed;inset:0;background:#0000004d;z-index:98;animation:fadeIn .2s ease}.mega-menu{position:fixed;top:148px;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:1200px;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;z-index:101;opacity:0;animation:megaMenuSlideDown .25s ease forwards;overflow:hidden}@media(max-width:768px){.mega-menu{top:70px;width:calc(100% - 1rem);max-height:calc(100vh - 150px);max-height:calc(100dvh - 70px);overflow:hidden;display:flex;flex-direction:column}}.mega-menu--mobile{display:flex;flex-direction:column;overflow:hidden}.mega-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#fafafa;gap:.5rem}.mega-menu__back{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:.5rem;transition:all .15s ease;flex-shrink:0}.mega-menu__back:hover{background:#fff;color:#374151}.mega-menu__title{font-size:1rem;font-weight:600;color:#374151;margin:0}.mega-menu__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:.5rem;transition:all .15s ease}.mega-menu__close:hover{background:#fff;color:#374151}.mega-menu__content{padding:0}@media(max-width:768px){.mega-menu__content{flex:1;overflow-y:auto;min-height:0}}.mega-menu__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:#6b7280}.mega-menu__spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#22c55e;border-radius:50%;animation:spin .8s linear infinite}.mega-menu__empty{padding:3rem;text-align:center;color:#6b7280}.mega-menu__columns{display:flex;min-height:300px}@media(max-width:768px){.mega-menu__columns{flex-direction:column;min-height:auto}}.mega-menu__column{flex:1;border-right:1px solid #e5e7eb;overflow-y:auto}.mega-menu__column::-webkit-scrollbar{width:6px}.mega-menu__column::-webkit-scrollbar-track{background:#fafafa80;border-radius:9999px}.mega-menu__column::-webkit-scrollbar-thumb{background:#9ca3af66;border-radius:9999px;transition:background .15s ease}.mega-menu__column::-webkit-scrollbar-thumb:hover{background:#6b728080}.mega-menu__column{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.4) rgba(250,250,250,.5);max-height:400px}@media(max-width:768px){.mega-menu__column{max-height:none;border-right:none;border-bottom:1px solid #e5e7eb}}.mega-menu__column:last-child{border-right:none;border-bottom:none}.mega-menu__column--main{flex:0 0 250px;background:#fafafa}@media(max-width:768px){.mega-menu__column--main{flex:none}}.mega-menu__column--sub{flex:0 0 280px}@media(max-width:768px){.mega-menu__column--sub{flex:none}}.mega-menu__column--third{flex:1}.mega-menu__column-header{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#22c55e0d}.mega-menu__column-title{font-size:.875rem;font-weight:600;color:#22c55e;text-decoration:none;transition:color .15s ease}.mega-menu__column-title:hover{color:#16a34a;text-decoration:underline}.mega-menu__list{list-style:none;margin:0;padding:.5rem 0}.mega-menu__item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem 1rem;border:none;background:transparent;color:#6b7280;font-size:.875rem;text-align:left;cursor:pointer;transition:all .15s ease}.mega-menu__item:hover{background:#22c55e14;color:#374151}.mega-menu__item--active{background:#22c55e1f;color:#22c55e;font-weight:500}.mega-menu__item--link{text-decoration:none}.mega-menu__item--link:hover{color:#22c55e}.mega-menu__item span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mega-menu__item svg{flex-shrink:0;color:#9ca3af;transition:color .15s ease}.mega-menu__item:hover svg,.mega-menu__item--active svg{color:#22c55e}.mega-menu__footer{padding:.75rem 1.5rem;border-top:1px solid #e5e7eb;background:#fafafa;text-align:center;flex-shrink:0}.mega-menu__view-all{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#22c55e;color:#fff;font-size:.875rem;font-weight:500;text-decoration:none;border-radius:.5rem;transition:background .15s ease}.mega-menu__view-all:hover{background:#16a34a}.mega-menu__mobile-view{position:relative;overflow:hidden}.mega-menu__mobile-panel{display:none;animation:slideInRight .25s ease}.mega-menu__mobile-panel--active{display:block}.mega-menu__mobile-view-all{display:block;padding:.75rem 1rem;background:#22c55e14;color:#22c55e;font-size:.875rem;font-weight:500;text-decoration:none;border-bottom:1px solid #e5e7eb;transition:background .15s ease}.mega-menu__mobile-view-all:hover{background:#22c55e26}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.header__nav-link--mega{display:flex;align-items:center;gap:.25rem;cursor:pointer}.header__nav-link--open{color:#22c55e;background:#f0fdf4}.header__nav-chevron{transition:transform .15s ease}.header__nav-chevron--rotated{transform:rotate(180deg)}.mobile-menu__link--mega{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;background:transparent;cursor:pointer;font-family:inherit}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes megaMenuSlideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes searchDropdownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes goldenShine{0%{left:-100%}60%{left:100%}to{left:100%}}.header__cart-btn{position:relative}.header__cart-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;background:#f97316;color:#fff;font-size:.6875rem;font-weight:600;border-radius:9999px;display:flex;align-items:center;justify-content:center;line-height:1;animation:cartBadgePop .3s ease}@keyframes cartBadgePop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.header__user-menu{position:relative}.header__user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:220px;background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a;border:1px solid #e5e7eb;z-index:200;animation:userDropdownFadeIn .2s ease}@keyframes userDropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header__user-dropdown-header{padding:1rem;display:flex;flex-direction:column;gap:.25rem}.header__user-dropdown-name{font-weight:600;color:#374151;font-size:.9375rem}.header__user-dropdown-email{font-size:.8125rem;color:#6b7280}.header__user-dropdown-divider{height:1px;background:#e5e7eb;margin:0}.header__user-dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:transparent;color:#374151;font-size:.9375rem;text-decoration:none;cursor:pointer;transition:all .15s ease}.header__user-dropdown-item:hover{background:#fafafa;color:#22c55e}.header__user-dropdown-item--logout{color:#dc2626}.header__user-dropdown-item--logout:hover{background:#fef2f2;color:#dc2626}.mini-basket__overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:199;opacity:0;visibility:hidden;transition:all .2s ease}.mini-basket__overlay--visible{opacity:1;visibility:visible}.mini-basket{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100vh;height:100dvh;background:#fff;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;z-index:200;display:flex;flex-direction:column;transform:translate(100%);transition:transform .2s ease}.mini-basket--open{transform:translate(0)}.mini-basket__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;background:#fafafa}.mini-basket__title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;color:#374151}.mini-basket__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:.5rem;transition:all .15s ease}.mini-basket__close:hover{background:#fafafa;color:#374151}.mini-basket__content{flex:1;overflow-y:auto;padding:1rem}.mini-basket__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;color:#6b7280}.mini-basket__empty svg{margin-bottom:1rem;opacity:.4}.mini-basket__empty p{margin:0 0 1.5rem;font-size:1rem}.mini-basket__items{display:flex;flex-direction:column;gap:1rem}.mini-basket__item{display:flex;gap:.875rem;padding:.875rem;background:#fafafa;border-radius:.75rem;transition:background .15s ease}.mini-basket__item:hover{background:#f3f4f6}.mini-basket__item--promo{background:#f973160d;border:1px solid rgba(249,115,22,.2)}.mini-basket__item--promo:hover{background:#f973161a}.mini-basket__item-image{position:relative;width:64px;height:64px;flex-shrink:0;border-radius:.5rem;overflow:hidden;background:#fff;border:1px solid #f3f4f6}.mini-basket__item-image img{width:100%;height:100%;object-fit:contain;padding:.25rem}.mini-basket__item-promo-badge{position:absolute;top:0;left:0;right:0;background:#f97316;color:#fff;font-size:.5625rem;font-weight:700;text-transform:uppercase;text-align:center;padding:.125rem 0;letter-spacing:.02em}.mini-basket__item-promo-badge--out-of-stock{display:flex;align-items:center;justify-content:center;gap:.25rem;background:#dc2626}.mini-basket__item-promo-badge--out-of-stock svg{width:10px;height:10px}.mini-basket__item--out-of-stock{opacity:.7;background:#fff5f5;border:1px solid #fed7d7}.mini-basket__item--out-of-stock:hover{background:#fff5f5}.mini-basket__item--out-of-stock .mini-basket__item-image img{filter:grayscale(50%)}.mini-basket__item-out-of-stock-msg{font-size:.75rem;color:#dc2626;font-weight:500;margin-top:.25rem}.mini-basket__item-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#9ca3af}.mini-basket__item-details{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.mini-basket__item-name{font-size:.875rem;font-weight:500;color:#374151;text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-basket__item-name:hover{color:#22c55e}.mini-basket__item-code{font-size:.75rem;color:#9ca3af}.mini-basket__item-price-row{display:flex;flex-direction:column;gap:.125rem;margin-top:auto}.mini-basket__item-price-bgn{display:block;font-size:.75rem;font-weight:500;color:#6b7280;line-height:1.2}.mini-basket__item-price{font-size:.9375rem;font-weight:600;color:#22c55e}.mini-basket__item-price--discounted{color:#dc2626}.mini-basket__item-old-price{font-size:.8125rem;color:#9ca3af;text-decoration:line-through}.mini-basket--dual-currency .mini-basket__item-price{font-size:.8125rem}.mini-basket--dual-currency .mini-basket__item-old-price{font-size:.6875rem}.mini-basket--dual-currency .mini-basket__item-total{font-size:.8125rem}.mini-basket--dual-currency .mini-basket__item-savings{font-size:.625rem}.mini-basket__item-savings{font-size:.75rem;font-weight:600;color:#dc2626;background:#dc26261a;padding:.125rem .375rem;border-radius:.375rem}.mini-basket__item-next-tier{font-size:.75rem;font-weight:600;color:#a16207;background:#eab30826;padding:.125rem .375rem;border-radius:.375rem}.mini-basket__item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.mini-basket__item-total{font-size:.9375rem;font-weight:700;color:#f97316;margin-top:auto;text-align:right;line-height:1.2}.mini-basket__item-total-bgn{display:block;font-size:.75rem;font-weight:600;color:#6b7280;line-height:1.2}.mini-basket__quantity-wrapper{display:flex;flex-direction:column;gap:.25rem;position:relative}.mini-basket__quantity{display:flex;align-items:center;gap:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.125rem}.mini-basket__quantity--active{background:#22c55e0d;border-color:#22c55e}.mini-basket__quantity--error{border-color:#f97316!important;background:#f973160d!important}.mini-basket__quantity-btn{display:flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 .25rem;border:none;background:transparent;color:#6b7280;font-size:.625rem;font-weight:600;cursor:pointer;border-radius:.375rem;transition:all .15s ease}.mini-basket__quantity-btn:hover:not(:disabled){background:#fafafa;color:#22c55e}.mini-basket__quantity-btn:disabled{opacity:.35;cursor:not-allowed}.mini-basket__quantity-btn--remove{color:#dc3545}.mini-basket__quantity-btn--remove:hover:not(:disabled){background:#dc35451a;color:#dc3545}.mini-basket__quantity-value{min-width:24px;text-align:center;font-size:.875rem;font-weight:500;color:#374151}.mini-basket__quantity-input{width:32px;min-width:28px;max-width:40px;text-align:center;font-size:.875rem;font-weight:500;color:#374151;background:transparent;border:none;padding:0;outline:none;-moz-appearance:textfield}.mini-basket__quantity-input::-webkit-outer-spin-button,.mini-basket__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mini-basket__quantity-input:focus{background:#fffc;border-radius:.375rem}.mini-basket__quantity-input--error{color:#f97316}.mini-basket__quantity-error{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.25rem;padding:.25rem .5rem;background:#f97316;color:#fff;font-size:.625rem;font-weight:500;border-radius:.375rem;white-space:nowrap;z-index:10;box-shadow:0 2px 8px #00000026}.mini-basket__quantity-error:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-bottom-color:#f97316}.mini-basket__remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:.375rem;transition:all .15s ease}.mini-basket__remove:hover{background:#f973161a;color:#f97316}.mini-basket__remove--full{width:auto;height:auto;gap:.375rem;padding:.5rem .75rem;background:#dc26261a;color:#dc2626;font-size:.75rem;font-weight:500;border-radius:.5rem}.mini-basket__remove--full:hover{background:#dc262633;color:#dc2626}.mini-basket__warning{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;margin-bottom:.75rem;background:#fef3cd;border:1px solid #ffc107;border-radius:.5rem;font-size:.75rem;color:#856404}.mini-basket__warning svg{flex-shrink:0}.mini-basket__footer{padding:1.25rem 1.5rem;border-top:1px solid #f3f4f6;background:#fafafa}.mini-basket__summary{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px dashed #e5e7eb}.mini-basket__summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280}.mini-basket__summary-row--discount{color:#dc2626;font-weight:500}.mini-basket__summary-row--total-discount{color:#dc2626;font-weight:700;font-size:.9375rem;margin-top:.25rem;padding-top:.375rem;border-top:1px solid rgba(220,38,38,.2)}.mini-basket__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem;color:#374151}.mini-basket__total-price{font-size:1.25rem;font-weight:700;color:#22c55e}.mini-basket__actions{display:flex;gap:.75rem}.mini-basket__actions .btn{flex:1}.mini-basket__actions .btn.btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.hero{min-height:auto;display:flex;align-items:center;padding-top:64px;padding-bottom:0;position:relative;overflow:hidden}@media(min-width:768px){.hero{padding-top:148px;min-height:100vh;padding-bottom:0}}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#fff,#fffbf5,#f0fdf480)}.hero__bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 2px 2px,rgba(34,197,94,.03) 1px,transparent 0);background-size:32px 32px}.hero__bg-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;pointer-events:none}.hero__bg-glow--1{width:600px;height:600px;background:#22c55e26;top:-200px;right:-100px}.hero__bg-glow--2{width:400px;height:400px;background:#f973161a;bottom:-100px;left:-50px}.hero__container{max-width:1280px;width:100%;margin:0 auto;padding:1rem 1.5rem;display:grid;grid-template-columns:1fr;gap:1rem;align-items:center;position:relative;z-index:1}@media(min-width:1024px){.hero__container{grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 1.5rem}}.hero__content{text-align:center}@media(min-width:1024px){.hero__content{text-align:left}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#22c55e1a,#22c55e0d);color:#22c55e;font-size:.8125rem;font-weight:600;border-radius:9999px;margin-bottom:1.5rem;border:1px solid rgba(34,197,94,.15)}.hero__badge svg{animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.hero__title{font-size:2rem;font-weight:800;line-height:1.15;color:#374151;margin-bottom:.75rem;letter-spacing:-.02em}@media(min-width:768px){.hero__title{font-size:2.75rem;margin-bottom:1.25rem}}@media(min-width:1024px){.hero__title{font-size:3.25rem}}.hero__title-highlight{background:linear-gradient(135deg,#22c55e,#1a9a49);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.hero__description{font-size:1rem;line-height:1.6;color:#6b7280;margin-bottom:1rem;max-width:480px}@media(min-width:768px){.hero__description{font-size:1.0625rem;line-height:1.7;margin-bottom:1.75rem}}@media(min-width:1024px){.hero__description{font-size:1.125rem;margin-left:0;margin-right:auto}}@media(max-width:1023px){.hero__description{margin-left:auto;margin-right:auto}}.hero__features{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;justify-content:center}@media(min-width:1024px){.hero__features{justify-content:flex-start}}.hero__feature{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#fff;border:1px solid #f3f4f6;border-radius:9999px;font-size:.8125rem;font-weight:500;color:#374151;box-shadow:0 1px 2px #0000000a}.hero__feature svg{color:#22c55e}.hero__actions{display:flex;flex-direction:column;gap:.875rem}@media(min-width:640px){.hero__actions{flex-direction:row;justify-content:center}}@media(min-width:640px)and (min-width:1024px){.hero__actions{justify-content:flex-start}}.hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .15s ease;cursor:pointer;border:none}.hero__btn--primary{color:#fff;background:linear-gradient(135deg,#22c55e,#1ca24d);box-shadow:0 4px 14px #22c55e59,inset 0 1px #ffffff26}.hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66,inset 0 1px #ffffff26}.hero__btn--primary:active{transform:translateY(0)}.hero__btn--secondary{color:#374151;background:#fff;border:1.5px solid #e5e7eb;box-shadow:0 1px 2px #0000000a}.hero__btn--secondary:hover{border-color:#22c55e;color:#22c55e;background:#f0fdf4}.hero__visual{display:none;position:relative}@media(min-width:1024px){.hero__visual{display:block}}.hero__image-container{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a}.hero__image-container:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,#22c55e,#f97316);border-radius:calc(1rem + 2px);z-index:-1;opacity:.3}.hero__image{width:100%;height:auto;display:block;border-radius:1rem}.hero__image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.1) 100%);pointer-events:none}.hero__float-card{position:absolute;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.125rem;background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a;border:1px solid #f3f4f6;animation:float 6s ease-in-out infinite}.hero__float-card--1{top:10%;left:-30px;animation-delay:0s}.hero__float-card--2{bottom:15%;right:-20px;animation-delay:3s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero__float-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f973161a,#f973160d);color:#f97316;border-radius:.5rem}.hero__float-icon--success{background:linear-gradient(135deg,#22c55e1a,#22c55e0d);color:#22c55e}.hero__float-text{display:flex;flex-direction:column}.hero__float-value{font-size:1rem;font-weight:700;color:#374151;line-height:1.2}.hero__float-label{font-size:.75rem;color:#6b7280}.home-announcement{padding:1.5rem 0;padding-top:calc(64px + 1.5rem);background:linear-gradient(135deg,#22c55e,#1a9a49)}@media(min-width:768px){.home-announcement{padding-top:calc(148px + 1.5rem)}}.home-announcement+.hero{padding-top:0;min-height:auto}@media(min-width:768px){.home-announcement+.hero{min-height:calc(100vh - 148px - 4.5rem)}}.home-announcement .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.home-announcement__content{display:flex;align-items:center;gap:1rem;color:#fff}.home-announcement__content p{font-size:1rem;font-weight:500;line-height:1.5;margin:0}.home-announcement__icon{flex-shrink:0;opacity:.9}.home-products{padding:4rem 0;background:#fff}.home-products:nth-child(odd){background:#fafafa}.home-products--top{background:linear-gradient(180deg,#fafafa,#fff);padding-top:5rem}.home-products .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.home-products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(34,197,94,.1)}.home-products__header h2{font-size:1.75rem;font-weight:700;color:#374151;position:relative}.home-products__header h2:before{content:"";position:absolute;left:0;bottom:-1rem;width:60px;height:3px;background:#22c55e;border-radius:2px}.home-products__view-all{display:inline-flex;align-items:center;gap:.25rem;color:#22c55e;text-decoration:none;font-weight:600;font-size:.9375rem;padding:.5rem 1rem;border-radius:.5rem;transition:all .15s ease;background:#22c55e0d}.home-products__view-all:hover{gap:.5rem;background:#22c55e1a}.home-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.home-products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.home-products__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:640px){.home-products__grid{grid-template-columns:1fr}}.product-carousel{width:100%;position:relative}.product-carousel__container{display:flex;align-items:center;gap:.5rem;position:relative}.product-carousel__viewport{flex:1;overflow:hidden;border-radius:.75rem;padding-bottom:1.75rem;margin-bottom:-1.75rem}.product-carousel__track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform;align-items:stretch}.product-carousel__slide{flex:0 0 calc(100% / var(--items-to-show, 4));padding:0 .75rem;box-sizing:border-box;display:flex}.product-carousel__slide:first-child{padding-left:0}.product-carousel__slide:last-child{padding-right:0}.product-carousel__slide>*{width:100%;height:100%}.product-carousel__nav{flex-shrink:0;width:44px;height:44px;border-radius:9999px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:all .15s ease;box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a;z-index:2}.product-carousel__nav:hover{background:#22c55e;border-color:#22c55e;color:#fff;transform:scale(1.05)}.product-carousel__nav:active{transform:scale(.95)}.product-carousel__nav--prev{margin-right:.25rem}.product-carousel__nav--next{margin-left:.25rem}@media(max-width:768px){.product-carousel__nav{width:36px;height:36px}.product-carousel__nav svg{width:20px;height:20px}}@media(max-width:640px){.product-carousel__nav{display:none}}.product-carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}@media(max-width:640px){.product-carousel__dots{margin-top:2rem;padding-bottom:.5rem}}.product-carousel__dot{width:10px;height:10px;border-radius:9999px;background:#e5e7eb;border:none;cursor:pointer;transition:all .15s ease;padding:0}.product-carousel__dot:hover{background:#22c55e80}.product-carousel__dot--active{background:#22c55e;width:24px}@media(max-width:640px){.product-carousel__viewport{margin:0 -1.5rem;padding:0 1.5rem;cursor:grab}.product-carousel__viewport:active{cursor:grabbing}.product-carousel__slide{padding:0 .5rem}.product-carousel__slide:first-child{padding-left:0}}.home-news{padding:4rem 0;background:#fff}.home-news .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.home-news__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.home-news__header h2{font-size:1.5rem;font-weight:700;color:#374151}.home-news__view-all{display:inline-flex;align-items:center;gap:.25rem;color:#22c55e;text-decoration:none;font-weight:500;font-size:.9375rem;transition:gap .15s ease}.home-news__view-all:hover{gap:.5rem}.home-news__list{list-style:none;padding:0;margin:0;border:1px solid #f3f4f6;border-radius:.75rem;overflow:hidden}.home-news__item{border-bottom:1px solid #f3f4f6}.home-news__item:last-child{border-bottom:none}.home-news__link{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;transition:background .15s ease}.home-news__link:hover{background:#fafafa}.home-news__link:hover .home-news__arrow{transform:translate(4px);color:#22c55e}.home-news__date{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#6b7280;white-space:nowrap}.home-news__title{flex:1;font-size:.9375rem;font-weight:500;color:#374151}.home-news__arrow{color:#9ca3af;transition:transform .15s ease,color .15s ease;flex-shrink:0}.shop{min-height:100vh;padding-top:72px}@media(min-width:768px){.shop{padding-top:148px}}.shop__header{background:linear-gradient(135deg,#f0fdf4,#fffbf5);padding:2rem 0;border-bottom:1px solid #f3f4f6}.shop__header-content{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.shop__title-section{display:flex;flex-direction:column;gap:.25rem}.shop__title{font-size:1.75rem;font-weight:700;color:#374151;margin:0}@media(min-width:768px){.shop__title{font-size:2rem}}.shop__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.shop__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.shop__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.shop__breadcrumb-bar{background:#fafafa;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.shop__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.shop__breadcrumb-current{color:#374151;font-weight:500}.shop__subtitle{font-size:.9375rem;color:#6b7280;margin:0}.shop__toolbar{background:#fff;padding:1rem 0;border-bottom:1px solid #f3f4f6}.shop__toolbar-content{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.shop__toolbar-content{flex-direction:row;align-items:center;justify-content:flex-end}}.shop__search-tag{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem .4rem .75rem;background:#22c55e14;border:1px solid rgba(34,197,94,.2)}@media(min-width:768px){.shop__search-tag{display:inline-flex;margin-right:auto}}.shop__search-tag{border-radius:2rem;font-size:.875rem;color:#22c55e;font-weight:500;white-space:nowrap;max-width:100%;overflow:hidden}.shop__search-tag span{overflow:hidden;text-overflow:ellipsis}.shop__search-tag svg:first-child{flex-shrink:0}.shop__search-tag-clear{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:#22c55e1f;color:#22c55e;border-radius:50%;cursor:pointer;flex-shrink:0;margin-left:auto;transition:all .15s ease}.shop__search-tag-clear:hover{background:#22c55e;color:#fff}.shop__toolbar-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media(min-width:768px){.shop__toolbar-actions{display:flex;flex-wrap:nowrap;gap:.75rem}}.shop__filter-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease}.shop__filter-btn:hover{background:#fafafa;border-color:#22c55e}.shop__filter-btn--active{background:#f0fdf4;border-color:#22c55e;color:#22c55e}.shop__select-wrapper{position:relative;display:flex;align-items:center;width:100%}@media(min-width:768px){.shop__select-wrapper{width:auto}}.shop__select-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none;z-index:1}.shop__sort{padding:.625rem 1rem .625rem 2.25rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:.875rem;color:#374151;cursor:pointer;width:100%}@media(min-width:768px){.shop__sort{width:auto;min-width:180px}}.shop__sort:focus{outline:none;border-color:#22c55e}.shop__per-page{padding:.625rem 1rem .625rem 2.25rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:.875rem;color:#374151;cursor:pointer;width:100%}@media(min-width:768px){.shop__per-page{width:auto;min-width:140px}}.shop__per-page:focus{outline:none;border-color:#22c55e}.shop__filters{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6;display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.shop__filter-group{display:flex;align-items:center;gap:.75rem}.shop__filter-label{font-size:.875rem;font-weight:500;color:#374151}.shop__price-range{display:flex;align-items:center;gap:.5rem}.shop__price-range span{color:#6b7280}.shop__price-input-wrapper{position:relative;display:flex;align-items:center}.shop__price-input{width:80px;padding:.5rem 1.75rem .5rem .75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;-moz-appearance:textfield}.shop__price-input::-webkit-outer-spin-button,.shop__price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shop__price-input:focus{outline:none;border-color:#22c55e}.shop__price-clear{position:absolute;right:.25rem;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:#fafafa;color:#6b7280;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.shop__price-clear:hover{background:#e5e7eb;color:#374151}.shop__price-btn{padding:.5rem 1rem;background:#22c55e;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s ease}.shop__price-btn:hover{background:#16a34a}.shop__clear-filters{padding:.5rem 1rem;background:transparent;color:#f97316;border:1px solid #f97316;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.shop__clear-filters:hover{background:#fff7ed}.shop__content{padding:2rem 0 4rem}.shop__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:640px){.shop__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.shop__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1280px){.shop__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.shop__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;color:#6b7280}.shop__empty svg{margin-bottom:1rem;opacity:.5}.shop__empty h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}.shop__empty p{margin:0 0 1.5rem}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:.75rem;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000a;overflow-x:hidden;overflow-y:visible;min-width:0;text-decoration:none;transition:all .2s ease}.product-card:hover{border-color:#22c55e;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a}.product-card:hover .product-card__btn{background:#22c55e;color:#fff}.product-card--has-second-image:hover .product-card__img-secondary{opacity:1}.product-card--has-second-image:hover .product-card__img-primary{opacity:0!important}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:#fafafa;border-radius:.75rem .75rem 0 0}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .2s ease,opacity .4s ease}.product-card__img-primary{position:relative;z-index:1}.product-card__img-secondary{position:absolute;top:0;left:0;z-index:1;opacity:0}.product-card__skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e8e8e8,#f0f0f0);overflow:hidden}.product-card__skeleton-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:shimmer 1.5s infinite}.product-card__skeleton-text{background:linear-gradient(135deg,#f0f0f0,#e8e8e8,#f0f0f0);border-radius:4px;position:relative;overflow:hidden}.product-card__skeleton-text:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:shimmer 1.5s infinite}.product-card__skeleton-text--code{width:60px;height:14px}.product-card__skeleton-text--name{width:100%;height:16px}.product-card__skeleton-text--name-short{width:70%;height:16px}.product-card__skeleton-text--price{width:80px;height:20px;margin-top:.5rem}.product-card__skeleton-text--button{width:100%;height:36px;border-radius:.5rem}.product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#9ca3af}.product-card__content{display:flex;flex-direction:column;gap:.5rem;padding:1rem;flex:1}.product-card__code-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;order:3}.product-card__code{font-size:.75rem;color:#9ca3af;font-weight:500;display:inline-flex;align-items:center;gap:.125rem}.product-card__name{font-size:.9375rem;font-weight:500;color:#374151;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;order:2;min-height:2.6em}.product-card__total{font-size:.875rem;font-weight:700;color:#f97316;min-width:0;text-align:right;font-variant-numeric:tabular-nums;line-height:1.2}.product-card__total-bgn{display:block;font-size:.75rem;font-weight:600;color:#6b7280;line-height:1.2}.product-card__footer{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;border-top:1px solid #f3f4f6;min-height:44px;min-width:0;order:5}.product-card__price-row{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:nowrap;min-width:0;order:1}.product-card__prices{display:flex;align-items:center;gap:.375rem;flex-wrap:nowrap;min-width:0;overflow:hidden}.product-card__price-icon{color:#22c55e;flex-shrink:0}.product-card__price{font-size:1.125rem;font-weight:700;color:#22c55e;font-variant-numeric:tabular-nums;white-space:nowrap}.product-card__price--promo{color:#f97316}.product-card__old-price{font-size:.875rem;font-weight:500;color:#9ca3af;text-decoration:line-through}.product-card__promo-badge{position:absolute;top:12px;left:-32px;padding:.25rem 2.5rem;background:#f97316;color:#fff;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transform:rotate(-45deg);box-shadow:0 2px 4px #00000026;z-index:5}.product-card__price-rules-bar{position:absolute;bottom:0;left:0;right:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;padding:.5rem .75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5}.product-card__price-rules-bar--pending{background:linear-gradient(135deg,#eab308f2,#ca8a04f2)}.product-card__price-rules-bar--active{background:linear-gradient(135deg,#dc2626f2,#b91c1cf2)}.product-card__price-rule{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:#fff;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.1)}.product-card__price-rule--next{opacity:.85;font-weight:500}.product-card__price--discounted{color:#dc2626!important}.product-card__qty-info{display:flex;align-items:center;gap:.375rem}.product-card__min-info,.product-card__step-info{font-size:.6875rem;color:#9ca3af;font-weight:500;background:#fafafa;padding:.125rem .375rem;border-radius:.375rem}.product-card__step-info{background:#f973161a;color:#f97316}.product-card__in-cart-badge{position:absolute;top:.5rem;left:.5rem;padding:.25rem .625rem;background:#22c55e;color:#fff;font-size:.6875rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.025em;z-index:5}.product-card__quantity{display:flex;align-items:center;gap:.25rem;background:#fafafa;border:1px solid #e5e7eb;border-radius:.5rem;padding:.125rem;height:38px}.product-card__quantity--active{background:#f0fdf4;border-color:#22c55e}.product-card__quantity-btn{display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 .375rem;border:none;background:transparent;color:#6b7280;font-size:.6875rem;font-weight:600;cursor:pointer;border-radius:.375rem;transition:all .15s ease}.product-card__quantity-btn:hover:not(:disabled){background:#fff;color:#22c55e}.product-card__quantity-btn:disabled{opacity:.4;cursor:not-allowed}.product-card__quantity-btn--remove{color:#dc3545}.product-card__quantity-btn--remove:hover:not(:disabled){background:#dc35451a;color:#dc3545}.product-card__quantity-remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:.375rem;transition:all .15s ease;margin-left:auto}.product-card__quantity-remove:hover{background:#f973161a;color:#f97316}.product-card__quantity-wrapper{display:flex;flex-direction:column;gap:.25rem;position:relative}.product-card__quantity-value{display:flex;align-items:baseline;justify-content:center;gap:.125rem;min-width:32px;text-align:center;font-size:.875rem;font-weight:600;color:#374151;padding:0 .25rem}.product-card__quantity-input{width:40px;min-width:40px;max-width:50px;text-align:center;font-size:.875rem;font-weight:600;color:#374151;background:transparent;border:none;padding:0 .125rem;outline:none;-moz-appearance:textfield}.product-card__quantity-input::-webkit-outer-spin-button,.product-card__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-card__quantity-input:focus{background:#fffc;border-radius:.375rem}.product-card__quantity-input--error{color:#f97316}.product-card__quantity--error{border-color:#f97316!important;background:#f973160d!important}.product-card__quantity-error{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.25rem;padding:.25rem .5rem;background:#f97316;color:#fff;font-size:.6875rem;font-weight:500;border-radius:.375rem;white-space:nowrap;z-index:10;box-shadow:0 2px 8px #00000026}.product-card__quantity-error:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-bottom-color:#f97316}.product-card__quantity-measure{font-size:.625rem;font-weight:500;color:#6b7280}.product-card__btn{padding:.5rem 1rem;border:1px solid #22c55e;border-radius:.5rem;background:transparent;color:#22c55e;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.product-card__add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;height:38px;padding:0 1rem;border:1px solid #22c55e;border-radius:.5rem;background:transparent;color:#22c55e;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.product-card__add-btn:hover{background:#22c55e;color:#fff}.product-card__remove-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #e5e7eb;border-radius:.5rem;background:transparent;color:#9ca3af;cursor:pointer;transition:all .15s ease}.product-card__remove-btn:hover{background:#f973161a;border-color:#f97316;color:#f97316}.product-card__cart-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #22c55e;border-radius:.5rem;background:transparent;color:#22c55e;cursor:pointer;transition:all .15s ease}.product-card__cart-btn:hover{background:#22c55e;color:#fff;transform:scale(1.05)}.product-card__cart-btn--adding{background:#22c55e;color:#fff;animation:cartBtnPulse .3s ease}.product-card--unavailable{opacity:.85}.product-card--unavailable .product-card__image{filter:grayscale(40%)}.product-card--unavailable .product-card__image img{opacity:.7}.product-card--unavailable:hover{border-color:#e5e7eb;box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a}.product-card__unavailable-label{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;background:#9ca3af26;color:#6b7280;font-size:.875rem;font-weight:600;border-radius:.5rem;text-transform:uppercase;letter-spacing:.025em;order:1}.product-card__notify-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;height:38px;padding:0 1rem;border:1px solid #6b7280;border-radius:.5rem;background:transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.product-card__notify-btn:hover{background:#6b7280;color:#fff}.product-card__notify-btn--subscribed{border-color:#22c55e;background:#22c55e1a;color:#22c55e}.product-card__notify-btn--subscribed:hover{background:#22c55e26;color:#1a9a49}.product-card--dual-currency .product-card__price,.product-card--dual-currency .product-card__old-price,.product-card--dual-currency .product-card__total{white-space:normal;word-break:break-word;line-height:1.3}.product-card--dual-currency .product-card__price{font-size:.8125rem}.product-card--dual-currency .product-card__old-price{font-size:.6875rem}.product-card--dual-currency .product-card__total{font-size:.6875rem;white-space:normal;overflow:visible;text-overflow:unset}.product-card--dual-currency .product-card__prices{flex-wrap:wrap;overflow:visible}.product-card--dual-currency .product-card__price-rule{font-size:.625rem}.product-card--dual-currency .product-card__footer{align-items:flex-start}@keyframes cartBtnPulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.pagination{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #f3f4f6}@media(min-width:768px){.pagination{flex-direction:row;justify-content:space-between}}.pagination__info{font-size:.875rem;color:#6b7280}.pagination__controls{display:flex;align-items:center;gap:.5rem}.pagination__btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:.875rem;font-weight:500;color:#374151;text-decoration:none;cursor:pointer;transition:all .15s ease}.pagination__btn:hover:not(.pagination__btn--disabled){background:#fafafa;border-color:#22c55e;color:#22c55e}.pagination__btn--disabled{opacity:.5;cursor:not-allowed}.pagination__pages{display:none}@media(min-width:768px){.pagination__pages{display:flex;align-items:center;gap:.25rem}}.pagination__page{min-width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#374151;text-decoration:none;transition:all .15s ease}.pagination__page:hover:not(.pagination__page--active):not(.pagination__page--ellipsis){background:#fafafa;border-color:#e5e7eb}.pagination__page--active{background:#22c55e;border-color:#22c55e;color:#fff}.pagination__page--ellipsis{cursor:default}.cart-page{padding-top:72px;padding-bottom:4rem;min-height:100vh;background:#fafafa}@media(min-width:768px){.cart-page{padding-top:148px}}.cart-page__breadcrumb-bar{background:#fff;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.cart-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.cart-page__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.cart-page__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.cart-page__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.cart-page__breadcrumb-current{color:#374151;font-weight:500}.cart-page__container{max-width:1280px;margin:0 auto;padding:1.5rem 1.5rem 0}.cart-page__header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.cart-page__title{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;color:#374151;margin:0}.cart-page__title svg{color:#22c55e}.cart-page__count{font-size:1rem;color:#6b7280;font-weight:500;background:#fff;padding:.25rem .75rem;border-radius:9999px;border:1px solid #f3f4f6}.cart-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a}.cart-page__empty svg{color:#9ca3af;margin-bottom:1.5rem;opacity:.5}.cart-page__empty h2{font-size:1.5rem;font-weight:600;color:#374151;margin:0 0 .5rem}.cart-page__empty p{font-size:1rem;color:#6b7280;margin:0 0 2rem;max-width:400px}.cart-page__empty .btn{gap:.5rem}.cart-page__content{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}@media(max-width:1024px){.cart-page__content{grid-template-columns:1fr}}.cart-page__items{background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a;overflow:hidden}.cart-page__items-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 60px;gap:1rem;padding:1rem 1.5rem;background:#fafafa;border-bottom:1px solid #f3f4f6;font-size:.8125rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.025em}@media(max-width:768px){.cart-page__items-header{display:none}}.cart-page__col--product{display:flex;flex-direction:row;align-items:center;gap:1rem}@media(max-width:768px){.cart-page__col--product{flex-direction:column;align-items:stretch;gap:.5rem}}.cart-page__col--price,.cart-page__col--quantity,.cart-page__col--total{display:flex;align-items:center;justify-content:center}@media(max-width:768px){.cart-page__col--price,.cart-page__col--quantity,.cart-page__col--total{justify-content:flex-start}}.cart-page__col--actions{display:flex;align-items:center;justify-content:flex-end}.cart-page__item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 60px;gap:1rem;padding:1.5rem;border-bottom:1px solid #f3f4f6;align-items:center}.cart-page__item:last-child{border-bottom:none}.cart-page__item--promo{background:#f9731608}@media(max-width:768px){.cart-page__item{grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem;position:relative}.cart-page__item .cart-page__col--product{grid-column:1/-1;order:1}.cart-page__item .cart-page__col--price{order:2;justify-content:flex-start}.cart-page__item .cart-page__col--price:before{content:"Цена: ";font-weight:400;color:#6b7280;margin-right:.25rem}.cart-page__item .cart-page__col--quantity{order:3;justify-content:flex-end}.cart-page__item .cart-page__col--total{order:4;grid-column:1/-1;justify-content:flex-start}.cart-page__item .cart-page__col--total:before{content:"Общо: ";font-weight:400;color:#6b7280;margin-right:.25rem}.cart-page__item .cart-page__col--actions{position:absolute;top:1rem;right:1rem}}.cart-page__item-image{position:relative;width:70px;height:70px;flex-shrink:0;border-radius:.75rem;overflow:hidden;background:#fafafa;border:1px solid #f3f4f6}@media(max-width:768px){.cart-page__item-image{width:60px;height:60px}}.cart-page__item-image img{width:100%;height:100%;object-fit:contain;padding:.25rem}.cart-page__item-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#9ca3af}.cart-page__item-badge{position:absolute;top:0;left:0;right:0;background:#f97316;color:#fff;font-size:.5rem;font-weight:700;text-transform:uppercase;text-align:center;padding:.125rem 0}.cart-page__item-badge--out-of-stock{display:flex;align-items:center;justify-content:center;gap:.25rem;background:#dc2626;font-size:.5625rem;padding:.1875rem 0}.cart-page__item-badge--out-of-stock svg{width:10px;height:10px}.cart-page__item--out-of-stock{opacity:.7;background:#fff5f5;border-color:#fed7d7}.cart-page__item--out-of-stock .cart-page__item-image img{filter:grayscale(50%)}.cart-page__item-out-of-stock-msg{font-size:.75rem;color:#dc2626;font-weight:500}.cart-page__item-price--unavailable,.cart-page__item-total--unavailable{color:#9ca3af}.cart-page__quantity-unavailable{color:#9ca3af;font-size:.9375rem}.cart-page__item-info{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.cart-page__item-name{font-size:.9375rem;font-weight:600;color:#374151;text-decoration:none;line-height:1.3}.cart-page__item-name:hover{color:#22c55e}@media(max-width:768px){.cart-page__item-name{font-size:.875rem;padding-right:50px}}.cart-page__item-code{font-size:.75rem;color:#9ca3af}.cart-page__item-tier{font-size:.75rem;font-weight:600;color:#a16207;background:#eab30826;padding:.125rem .5rem;border-radius:.375rem;display:inline-flex;align-self:flex-start;margin-top:.25rem}.cart-page__item-savings{font-size:.75rem;font-weight:600;color:#dc2626;background:#dc26261a;padding:.125rem .5rem;border-radius:.375rem;display:inline-flex;align-self:flex-start}.cart-page__item-prices{display:flex;flex-direction:column;align-items:center;gap:.125rem}@media(max-width:768px){.cart-page__item-prices{align-items:flex-start}}.cart-page__item-price{font-size:1rem;font-weight:600;color:#374151}.cart-page__item-price--discounted{color:#dc2626}.cart-page__item-old-price{font-size:.8125rem;color:#9ca3af;text-decoration:line-through}.cart-page__item-qty-info{display:flex;gap:.5rem;margin-top:.25rem;font-size:.6875rem;color:#9ca3af}.cart-page__quantity{display:inline-flex;align-items:center;gap:.25rem;background:#fafafa;border:1px solid #e5e7eb;border-radius:.5rem;padding:.25rem}.cart-page__quantity--active{background:#22c55e0d;border-color:#22c55e}.cart-page__quantity--error{border-color:#f97316!important;background:#f973160d!important}.cart-page__quantity-btn{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 .5rem;border:none;background:#fff;color:#6b7280;font-size:.75rem;font-weight:600;cursor:pointer;border-radius:.375rem;transition:all .15s ease}.cart-page__quantity-btn:hover:not(:disabled){background:#22c55e;color:#fff}.cart-page__quantity-btn:disabled{opacity:.35;cursor:not-allowed}.cart-page__quantity-btn--remove{color:#dc3545}.cart-page__quantity-btn--remove:hover:not(:disabled){background:#dc3545;color:#fff}.cart-page__quantity-value{min-width:40px;text-align:center;font-size:.9375rem;font-weight:600;color:#374151}.cart-page__quantity-input{width:45px;min-width:40px;max-width:60px;text-align:center;font-size:.9375rem;font-weight:600;color:#374151;background:transparent;border:none;padding:0 .125rem;outline:none;-moz-appearance:textfield}.cart-page__quantity-input::-webkit-outer-spin-button,.cart-page__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-page__quantity-input:focus{background:#fffc;border-radius:.375rem}.cart-page__quantity-input--error{color:#f97316}.cart-page__quantity-error{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.25rem;padding:.25rem .5rem;background:#f97316;color:#fff;font-size:.6875rem;font-weight:500;border-radius:.375rem;white-space:nowrap;z-index:10;box-shadow:0 2px 8px #00000026}.cart-page__quantity-error:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-bottom-color:#f97316}.cart-page__quantity-wrapper{display:flex;flex-direction:column;align-items:center;gap:.25rem;position:relative}.cart-page__item-total{font-size:1.125rem;font-weight:700;color:#22c55e}@media(max-width:768px){.cart-page__item-total{font-size:1rem}}.cart-page__remove-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:.5rem;transition:all .15s ease}@media(max-width:768px){.cart-page__remove-btn{width:36px;height:36px;background:#dc26261a;color:#dc2626}}.cart-page__remove-btn:hover{background:#dc26261a;color:#dc2626}.cart-page__items-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fafafa;border-top:1px solid #f3f4f6}@media(max-width:480px){.cart-page__items-footer{flex-direction:column;gap:1rem}}.cart-page__clear-btn,.cart-page__continue-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;border-radius:.5rem;text-decoration:none;transition:all .15s ease;cursor:pointer}.cart-page__clear-btn{background:transparent;border:1px solid #e5e7eb;color:#6b7280}.cart-page__clear-btn:hover{background:#dc26261a;border-color:#dc2626;color:#dc2626}.cart-page__continue-btn{background:transparent;border:1px solid #e5e7eb;color:#374151}.cart-page__continue-btn:hover{background:#fff;border-color:#22c55e;color:#22c55e}@media(max-width:1024px){.cart-page__summary{order:-1}}.cart-page__summary-card{background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a;padding:1.5rem;position:sticky;top:2rem}.cart-page__summary-title{font-size:1.25rem;font-weight:700;color:#374151;margin:0 0 1.25rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.cart-page__summary-rows{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px dashed #e5e7eb}.cart-page__summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;color:#6b7280}.cart-page__summary-row--discount{color:#dc2626;font-weight:500}.cart-page__summary-row--total-discount{color:#dc2626;font-weight:700;margin-top:.375rem;padding-top:.625rem;border-top:1px solid rgba(220,38,38,.2)}.cart-page__summary-row--shipping{color:#22c55e;font-weight:500}.cart-page__summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;color:#374151;margin-bottom:1.5rem}.cart-page__summary-total span:last-child{font-size:1.5rem;color:#22c55e}.cart-page__summary-warning{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;margin-bottom:1rem;background:#fef3cd;border:1px solid #ffc107;border-radius:.5rem;font-size:.8125rem;color:#856404}.cart-page__summary-warning svg{flex-shrink:0;margin-top:.125rem}.cart-page__checkout-btn{width:100%;justify-content:center;gap:.625rem}.cart-page__checkout-btn.btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.cart-page__summary-info{margin-top:1rem;text-align:center}.cart-page__summary-info p{font-size:.8125rem;color:#9ca3af;margin:0}.cart-page__suggested{margin-top:3rem;padding-top:2rem;border-top:1px solid #f3f4f6}.cart-page__suggested-title{font-size:1.5rem;font-weight:700;color:#374151;margin:0 0 1.5rem}@media(max-width:640px){.cart-page__suggested-title{font-size:1.25rem}}.cart-page__suggested-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.cart-page__suggested-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.cart-page__suggested-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:640px){.cart-page__suggested-grid{grid-template-columns:1fr;gap:.75rem}}.cart-page__container--dual-currency .cart-page__item-price{font-size:.8125rem}.cart-page__container--dual-currency .cart-page__item-old-price{font-size:.6875rem}.cart-page__container--dual-currency .cart-page__item-total{font-size:.875rem}.cart-page__container--dual-currency .cart-page__item-savings{font-size:.625rem}.cart-page__skeleton{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0}.cart-page__skeleton-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafafa;border-radius:.75rem}.cart-page__skeleton-image{width:80px;height:80px;border-radius:.5rem;background:linear-gradient(135deg,#f0f0f0,#e8e8e8,#f0f0f0);flex-shrink:0;position:relative;overflow:hidden}.cart-page__skeleton-image:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:shimmer 1.5s infinite}.cart-page__skeleton-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-page__skeleton-line{height:14px;border-radius:4px;background:linear-gradient(135deg,#f0f0f0,#e8e8e8,#f0f0f0);position:relative;overflow:hidden}.cart-page__skeleton-line:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:shimmer 1.5s infinite}.cart-page__skeleton-line--long{width:70%}.cart-page__skeleton-line--short{width:40%}.cart-page__skeleton-line--price{width:80px;height:18px;flex-shrink:0}.cart-merge-dialog{position:fixed;bottom:20px;right:20px;z-index:1000;animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cart-merge-dialog__content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;padding:20px;max-width:360px;position:relative;border:1px solid #e5e7eb}.cart-merge-dialog__close{position:absolute;top:12px;right:12px;background:transparent;border:none;cursor:pointer;color:#9ca3af;padding:4px;border-radius:4px;transition:color .2s,background .2s}.cart-merge-dialog__close:hover{color:#374151;background:#f3f4f6}.cart-merge-dialog__icon{width:48px;height:48px;background:linear-gradient(135deg,#22c55e,#1a9a49);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:16px}.cart-merge-dialog__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 8px}.cart-merge-dialog__text{font-size:.875rem;color:#6b7280;margin:0 0 20px;line-height:1.5}.cart-merge-dialog__text strong{color:#374151}.cart-merge-dialog__buttons{display:flex;flex-direction:column;gap:8px}.cart-merge-dialog__btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.cart-merge-dialog__btn--primary{background:linear-gradient(135deg,#22c55e,#1a9a49);color:#fff}.cart-merge-dialog__btn--primary:hover{background:linear-gradient(135deg,#1eaf54,#17843f);transform:translateY(-1px)}.cart-merge-dialog__btn--secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.cart-merge-dialog__btn--secondary:hover{background:#e5e7eb}@media(max-width:480px){.cart-merge-dialog{bottom:10px;right:10px;left:10px}.cart-merge-dialog__content{max-width:100%}}.checkout-page{padding-top:72px;padding-bottom:4rem;min-height:100vh;background:#fafafa;overflow-x:hidden}@media(min-width:768px){.checkout-page{padding-top:148px}}.checkout-page__breadcrumb-bar{background:#fff;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.checkout-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.checkout-page__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.checkout-page__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.checkout-page__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.checkout-page__breadcrumb-current{color:#374151;font-weight:500}.checkout-page__container{max-width:1280px;margin:0 auto;padding:1.5rem 1.5rem 0;overflow-x:hidden}@media(max-width:768px){.checkout-page__container{padding:1rem 1rem 0}}.checkout-page__header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}@media(max-width:768px){.checkout-page__header{margin-bottom:1.5rem}}.checkout-page__title{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;color:#374151;margin:0}@media(max-width:768px){.checkout-page__title{font-size:1.5rem;gap:.5rem}.checkout-page__title svg{width:24px;height:24px}}.checkout-page__title svg{color:#22c55e}.checkout-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a;min-height:300px}.checkout-page__loading p{font-size:1rem;color:#6b7280;margin:1rem 0 0}.checkout-page__loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top-color:#22c55e;border-radius:50%;animation:spin .8s linear infinite}.checkout-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a}.checkout-page__empty svg{color:#9ca3af;margin-bottom:1.5rem;opacity:.5}.checkout-page__empty h2{font-size:1.5rem;font-weight:600;color:#374151;margin:0 0 .5rem}.checkout-page__empty p{font-size:1rem;color:#6b7280;margin:0 0 2rem;max-width:400px}.checkout-page__empty .btn{gap:.5rem}.checkout-page__content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}@media(max-width:1024px){.checkout-page__content{grid-template-columns:1fr;gap:1.5rem;justify-items:stretch}}.checkout-page__form-section,.checkout-page__form-section form{display:flex;flex-direction:column;gap:1.5rem}.checkout-page__card{background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a;padding:1.5rem}@media(max-width:768px){.checkout-page__card{padding:1.25rem;border-radius:.75rem}}.checkout-page__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:.75rem}@media(max-width:768px){.checkout-page__card-header{margin-bottom:1rem;flex-wrap:wrap}}.checkout-page__card-header .checkout-page__card-title{margin-bottom:0}.checkout-page__card-title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1.5rem}.checkout-page__card-title svg{color:#22c55e}.checkout-page__back-btn{background:none;border:none;color:#22c55e;font-size:.875rem;cursor:pointer;text-decoration:underline}.checkout-page__back-btn:hover{color:#16a34a}.checkout-page__choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.checkout-page__choice-grid{grid-template-columns:1fr}}.checkout-page__choice-btn{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem;background:#fafafa;border:2px solid transparent;border-radius:.75rem;cursor:pointer;text-align:center;transition:all .2s ease}@media(max-width:768px){.checkout-page__choice-btn{padding:1.5rem 1rem}}.checkout-page__choice-btn:hover{border-color:#22c55e;background:#f0fdf4}.checkout-page__choice-btn--selected{border-color:#22c55e;background:#f0fdf4;box-shadow:0 0 0 3px #22c55e26}.checkout-page__choice-btn h3{font-size:1rem;font-weight:600;color:#374151;margin:0}.checkout-page__choice-btn p{font-size:.875rem;color:#6b7280;margin:0}.checkout-page__choice-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#fff;color:#6b7280;box-shadow:0 1px 2px #0000000a}.checkout-page__choice-icon--primary{background:#f0fdf4;color:#22c55e}.checkout-page__choice-icon--warning{background:#fff8e1;color:#f9a825}.checkout-page__register-hint{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6;font-size:.875rem}.checkout-page__register-hint span{color:#6b7280}.checkout-page__register-hint button{background:none;border:none;color:#22c55e;font-weight:600;cursor:pointer;text-decoration:underline}.checkout-page__register-hint button:hover{color:#16a34a}.checkout-page__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media(max-width:768px){.checkout-page__form-row{grid-template-columns:1fr}}.checkout-page__form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.checkout-page__form-group:last-child{margin-bottom:0}.checkout-page__form-group label{font-size:.875rem;font-weight:500;color:#374151}.checkout-page__form-group input,.checkout-page__form-group select,.checkout-page__form-group textarea{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;background:#fff;transition:all .15s ease}.checkout-page__form-group input:focus,.checkout-page__form-group select:focus,.checkout-page__form-group textarea:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e26}.checkout-page__form-group input.error,.checkout-page__form-group select.error,.checkout-page__form-group textarea.error{border-color:#ef4444}.checkout-page__form-group input:disabled,.checkout-page__form-group select:disabled,.checkout-page__form-group textarea:disabled{background:#fafafa;cursor:not-allowed}.checkout-page__form-group textarea{resize:vertical;min-height:80px}.checkout-page__form-group .error-text{font-size:.75rem;color:#ef4444}.checkout-page__user-info{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fafafa;border-radius:.5rem}.checkout-page__info-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#374151}.checkout-page__info-item svg{color:#6b7280}.checkout-page__addresses{display:flex;flex-direction:column;gap:.75rem}.checkout-page__new-address-form{margin-bottom:1.5rem;padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 2px 8px #0000000a}@media(max-width:768px){.checkout-page__new-address-form{padding:1rem;margin-bottom:1rem}}.checkout-page__new-address-form .checkout-page__delivery-methods{gap:.5rem}.checkout-page__new-address-form .checkout-page__delivery-method{padding:.875rem;background:#fafafa;border-color:#f3f4f6}.checkout-page__new-address-form .checkout-page__delivery-method:hover{border-color:#e5e7eb;background:#fff}.checkout-page__new-address-form .checkout-page__delivery-method--selected{border-color:#22c55e;background:#fff}.checkout-page__new-address-form .checkout-page__custom-fields{background:#fafafa;border-color:#f3f4f6;margin-bottom:1rem}.checkout-page__new-address-form>.btn{margin-top:1rem}.checkout-page__new-address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.checkout-page__new-address-header h3{font-size:1rem;font-weight:600;color:#374151;margin:0}.checkout-page__close-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:#6b72801a;border:none;border-radius:50%;cursor:pointer;color:#6b7280;transition:all .15s ease}.checkout-page__close-btn:hover{background:#6b728033;color:#374151}.checkout-page__address-option{display:flex;flex-direction:column;background:#fafafa;border:2px solid transparent;border-radius:.5rem;cursor:pointer;transition:all .15s ease;overflow:hidden}.checkout-page__address-option input[type=radio]{display:none}.checkout-page__address-option:hover{border-color:#22c55e}.checkout-page__address-option--selected{border-color:#22c55e;background:#f0fdf4}.checkout-page__address-header{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer}.checkout-page__address-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.checkout-page__address-name{font-weight:600;color:#374151}.checkout-page__address-details{font-size:.875rem;color:#6b7280}.checkout-page__address-check{color:#22c55e}.checkout-page__address-expanded{padding:.75rem 1rem 1rem;border-top:1px solid rgba(34,197,94,.15);background:#22c55e08;display:flex;flex-direction:column;gap:.5rem;animation:slideDown .2s ease-out}.checkout-page__address-field{display:flex;gap:.5rem;font-size:.875rem}.checkout-page__address-field-label{color:#6b7280;flex-shrink:0}.checkout-page__address-field-value{color:#374151;font-weight:500}.checkout-page__no-addresses{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#fafafa;border-radius:.5rem;text-align:center}.checkout-page__no-addresses svg{color:#f97316}.checkout-page__no-addresses p{margin:0;color:#6b7280}.checkout-page__delivery-min-warning{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin-top:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:.5rem;color:#856404;font-size:.9375rem;line-height:1.4}.checkout-page__delivery-min-warning svg{flex-shrink:0}.checkout-page__terms-agreement{margin-top:1rem;margin-bottom:.25rem}.checkout-page__terms-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.9375rem;line-height:1.4;-webkit-user-select:none;user-select:none}.checkout-page__terms-label input[type=checkbox]{margin-top:.2rem;flex-shrink:0;width:1.125rem;height:1.125rem;accent-color:#22c55e;cursor:pointer}.checkout-page__terms-label a{color:#22c55e;text-decoration:underline}.checkout-page__terms-label a:hover{text-decoration:none}.checkout-page__submit-btn{width:100%;margin-top:1rem;padding:1rem 2rem;font-size:1.0625rem;gap:.5rem}@media(max-width:768px){.checkout-page__submit-btn{padding:.875rem 1.5rem;font-size:1rem}}.checkout-page__submit-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-page__summary{align-self:start;justify-self:stretch;height:fit-content;width:100%}@media(max-width:1024px){.checkout-page__summary{order:-1}}.checkout-page__summary-card{background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a;padding:1.5rem;overflow:hidden;text-align:left}@media(max-width:768px){.checkout-page__summary-card{padding:1.25rem;border-radius:.75rem}}.checkout-page__summary-title{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1.25rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6;text-align:left}.checkout-page__items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.checkout-page__item{display:flex;align-items:center;gap:.75rem}.checkout-page__item-image{width:50px;height:50px;border-radius:.5rem;overflow:hidden;background:#fafafa;flex-shrink:0}.checkout-page__item-image img{width:100%;height:100%;object-fit:cover}.checkout-page__item-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#9ca3af}.checkout-page__item-info{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.checkout-page__item-name{font-size:.875rem;font-weight:500;color:#374151;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.checkout-page__item-qty{font-size:.75rem;color:#6b7280}.checkout-page__item-total{font-weight:600;color:#374151;font-size:.9375rem;flex-shrink:0;white-space:nowrap}.checkout-page__summary-rows{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.checkout-page__summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;color:#6b7280}.checkout-page__summary-row--discount{color:#dc2626}.checkout-page__free-shipping{color:#22c55e;font-weight:500}.checkout-page__summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;font-size:1.25rem;font-weight:700;color:#374151}.checkout-page__summary-info{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6;font-size:.75rem;color:#6b7280}.checkout-page__summary-info p{margin:0 0 .25rem}.checkout-page__summary-info p:last-child{margin-bottom:0}.checkout-page__back-link{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.75rem;font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .15s ease}@media(max-width:1024px){.checkout-page__back-link{display:none}}.checkout-page__back-link:hover{color:#22c55e}.checkout-page__order-choice{display:flex;flex-direction:column;gap:1rem}.checkout-page__order-choice-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:768px){.checkout-page__order-choice-options{grid-template-columns:1fr}}.checkout-page__order-choice-option{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#fafafa;border:2px solid #f3f4f6;border-radius:.75rem;cursor:pointer;transition:all .15s ease;text-align:center}.checkout-page__order-choice-option:hover{border-color:#22c55e;background:#e2faeb}.checkout-page__order-choice-option--active{border-color:#22c55e;background:#d5f8e2;box-shadow:0 0 0 3px #22c55e26}.checkout-page__order-choice-option svg{color:#22c55e;flex-shrink:0}.checkout-page__order-choice-option span{font-weight:600;color:#374151;font-size:1rem}.checkout-page__existing-orders{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.checkout-page__existing-orders-title{font-size:.95rem;font-weight:600;color:#374151;margin:0 0 .5rem}.checkout-page__existing-orders-list{display:flex;flex-direction:column;gap:.5rem}.checkout-page__existing-orders-label{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.25rem}.checkout-page__existing-order{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fafafa;border:2px solid #f3f4f6;border-radius:.5rem;cursor:pointer;transition:all .15s ease}@media(max-width:640px){.checkout-page__existing-order{flex-wrap:wrap;padding:.875rem;position:relative}}.checkout-page__existing-order:hover{border-color:#22c55e;background:#e2faeb}.checkout-page__existing-order--selected{border-color:#22c55e;background:#d5f8e2}.checkout-page__existing-order input[type=radio]{width:18px;height:18px;accent-color:#22c55e;cursor:pointer;flex-shrink:0}.checkout-page__existing-order-info{display:flex;flex-direction:row;align-items:center;gap:1rem;flex:1;min-width:0}@media(max-width:640px){.checkout-page__existing-order-info{flex-direction:column;align-items:flex-start;gap:.125rem}}.checkout-page__existing-order-number{font-weight:600;color:#374151;font-size:.95rem}.checkout-page__existing-order-date{font-size:.85rem;color:#6b7280}.checkout-page__existing-order-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.85rem;color:#6b7280;margin-left:auto}@media(max-width:640px){.checkout-page__existing-order-meta{margin-left:0;width:calc(100% - 18px - .75rem);padding-left:calc(18px + .75rem);padding-top:.25rem;border-top:1px solid #f3f4f6;margin-top:.25rem;justify-content:space-between}}.checkout-page__existing-order-items{color:#6b7280}.checkout-page__existing-order-total{font-weight:600;color:#374151}.checkout-page__existing-order-check{color:#22c55e;opacity:0;transition:opacity .15s ease;flex-shrink:0}@media(max-width:640px){.checkout-page__existing-order-check{position:absolute;right:.875rem;top:50%;transform:translateY(-50%)}}.checkout-page__existing-order--selected .checkout-page__existing-order-check{opacity:1}.checkout-page__merge-preview{margin-top:1.5rem;padding:1.25rem;background:#fafafa;border:1px solid #f3f4f6;border-radius:.5rem}.checkout-page__merge-preview-title{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#374151;margin:0 0 1rem}.checkout-page__merge-section:not(:last-of-type){margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.checkout-page__merge-section-label{display:block;font-size:.8125rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem}.checkout-page__merge-items{display:flex;flex-direction:column;gap:.375rem}.checkout-page__merge-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;background:#fff;border-radius:.375rem;border:1px solid #f3f4f6;font-size:.875rem;overflow:hidden}.checkout-page__merge-item--updated{border-color:#f9c56d;background:#f59e0b0a}.checkout-page__merge-item--new{border-color:#68e596;background:#22c55e0a}.checkout-page__merge-item-info{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.checkout-page__merge-item-name{font-weight:500;color:#374151;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.checkout-page__merge-item-code{font-size:.75rem;color:#6b7280}.checkout-page__merge-item-qty{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#6b7280;white-space:nowrap;flex-shrink:0}.checkout-page__merge-item-qty-change{font-weight:600;color:#f59e0b}.checkout-page__merge-total{margin-top:1rem;padding-top:.75rem;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:.375rem}.checkout-page__merge-total-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280}.checkout-page__merge-total-row--final{margin-top:.25rem;padding-top:.5rem;border-top:1px solid #f3f4f6;font-size:1rem;font-weight:700;color:#374151}.checkout-page__merge-note{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#6b7280;margin:.75rem 0 0;font-style:italic}.checkout-page__choice-actions{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.checkout-page__choice-actions .btn{flex:1}@media(max-width:640px){.checkout-page__choice-actions{flex-direction:column}}.checkout-page__delivery-methods{display:flex;flex-direction:column;gap:.75rem}.checkout-page__delivery-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .15s ease}.checkout-page__delivery-method:hover{border-color:#f0fdf4;background:#22c55e05}.checkout-page__delivery-method--selected{border-color:#22c55e;background:#22c55e0d}.checkout-page__delivery-method input[type=radio]{width:18px;height:18px;accent-color:#22c55e;flex-shrink:0}.checkout-page__delivery-method-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.checkout-page__delivery-method-name{font-weight:600;color:#374151;font-size:.9375rem}.checkout-page__delivery-method-desc{font-size:.8125rem;color:#6b7280;line-height:1.4}.checkout-page__delivery-method-desc a{color:#22c55e;text-decoration:underline;cursor:pointer}.checkout-page__delivery-method-desc a:hover{text-decoration:none}.checkout-page__delivery-method-price{font-weight:600;color:#22c55e;font-size:.9375rem;white-space:nowrap}.checkout-page__delivery-method-check{color:#22c55e;opacity:0;transition:opacity .15s ease;flex-shrink:0}.checkout-page__delivery-method--selected .checkout-page__delivery-method-check{opacity:1}.checkout-page__custom-fields{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1rem;background:#22c55e08;border:1px solid #f3f4f6;border-radius:.5rem}.checkout-page__custom-fields .checkout-page__form-group{margin-bottom:0}.checkout-page__toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;-webkit-user-select:none;user-select:none}.checkout-page__toggle-label input[type=checkbox]{position:relative;width:2.75rem;height:1.5rem;appearance:none;-webkit-appearance:none;background:#f3f4f6;border-radius:1rem;cursor:pointer;transition:background .25s ease;flex-shrink:0}.checkout-page__toggle-label input[type=checkbox]:after{content:"";position:absolute;top:.1875rem;left:.1875rem;width:1.125rem;height:1.125rem;background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000026;transition:transform .25s ease}.checkout-page__toggle-label input[type=checkbox]:checked{background:#22c55e}.checkout-page__toggle-label input[type=checkbox]:checked:after{transform:translate(1.25rem)}.checkout-page__toggle-label input[type=checkbox]:focus-visible{outline:2px solid #22c55e;outline-offset:2px}.checkout-page__toggle-label span{font-size:.95rem}.checkout-page__company-fields{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1rem;background:#22c55e08;border:1px solid #f3f4f6;border-radius:.5rem}.checkout-page__payment-methods{display:flex;flex-direction:column;gap:.75rem}.checkout-page__payment-option{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border:2px solid #f3f4f6;border-radius:.5rem;cursor:pointer;transition:all .2s ease;background:#fff}.checkout-page__payment-option:hover{border-color:#22c55e66;background:#22c55e05}.checkout-page__payment-option--selected{border-color:#22c55e;background:#22c55e0a}.checkout-page__payment-option input[type=radio]{width:1.125rem;height:1.125rem;accent-color:#22c55e;cursor:pointer;margin:0}.checkout-page__payment-option svg{color:#6b7280;flex-shrink:0}.checkout-page__payment-option--selected svg{color:#22c55e}.checkout-page__payment-option span{font-size:.95rem;font-weight:500;color:#374151}.econt-selector{display:flex;flex-direction:column;gap:1rem}.econt-selector__field{position:relative}.econt-selector__field>label{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:#374151;margin-bottom:.375rem}.econt-selector__field>label svg{color:#22c55e}.econt-selector__input-wrapper{display:flex;align-items:center;gap:.5rem;padding:0 .875rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;transition:all .15s ease}.econt-selector__input-wrapper:focus-within{border-color:#22c55e}.econt-selector__input-wrapper.error{border-color:#ef4444}.econt-selector__input-wrapper--disabled{background:#fafafa;cursor:not-allowed;opacity:.6}.econt-selector__input-wrapper input{flex:1;padding:.6875rem 0;border:none;outline:none;box-shadow:none;font-size:.9375rem;background:transparent;min-width:0}.econt-selector__input-wrapper input:focus{border:none;outline:none;box-shadow:none}.econt-selector__input-wrapper input::placeholder{color:#9ca3af}.econt-selector__input-wrapper--select{padding:0}.econt-selector__input-icon{color:#9ca3af;flex-shrink:0}.econt-selector__spinner{color:#9ca3af;flex-shrink:0;animation:econt-spin 1s linear infinite}.econt-selector__clear{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;background:#6b72801a;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;color:#6b7280;transition:all .15s ease}.econt-selector__clear:hover{background:#6b728033;color:#374151}.econt-selector__select-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.6875rem .875rem;background:none;border:none;font-size:.9375rem;color:#374151;cursor:pointer;text-align:left;gap:.5rem}.econt-selector__select-btn:disabled{cursor:not-allowed}.econt-selector__select-btn svg{color:#9ca3af;flex-shrink:0}.econt-selector__placeholder{color:#9ca3af}.econt-selector__dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;max-height:240px;overflow-y:auto}.econt-selector__option{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;width:100%;padding:.625rem .875rem;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s ease}.econt-selector__option:hover{background:#fafafa}.econt-selector__option--selected{background:#22c55e14}.econt-selector__option+.econt-selector__option{border-top:1px solid #f3f4f6}.econt-selector__option-name{font-size:.875rem;font-weight:500;color:#374151}.econt-selector__option-meta,.econt-selector__option-address{font-size:.75rem;color:#6b7280}.econt-selector__option-hours{font-size:.6875rem;color:#22c55e;font-weight:500}.econt-selector__option--detailed{gap:.1875rem;padding:.75rem .875rem}.econt-selector__no-results{padding:.875rem;font-size:.875rem;color:#6b7280;text-align:center}@keyframes econt-spin{to{transform:rotate(360deg)}}.speedy-selector{display:flex;flex-direction:column;gap:1rem}.speedy-selector__field{position:relative}.speedy-selector__field>label{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:#374151;margin-bottom:.375rem}.speedy-selector__field>label svg{color:#22c55e}.speedy-selector__input-wrapper{display:flex;align-items:center;gap:.5rem;padding:0 .875rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;transition:all .15s ease}.speedy-selector__input-wrapper:focus-within{border-color:#22c55e}.speedy-selector__input-wrapper.error{border-color:#ef4444}.speedy-selector__input-wrapper--disabled{background:#fafafa;cursor:not-allowed;opacity:.6}.speedy-selector__input-wrapper input{flex:1;padding:.6875rem 0;border:none;outline:none;box-shadow:none;font-size:.9375rem;background:transparent;min-width:0}.speedy-selector__input-wrapper input:focus{border:none;outline:none;box-shadow:none}.speedy-selector__input-wrapper input::placeholder{color:#9ca3af}.speedy-selector__input-icon{color:#9ca3af;flex-shrink:0}.speedy-selector__spinner{color:#9ca3af;flex-shrink:0;animation:econt-spin 1s linear infinite}.speedy-selector__clear{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;background:#6b72801a;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;color:#6b7280;transition:all .15s ease}.speedy-selector__clear:hover{background:#6b728033;color:#374151}.speedy-selector__dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;max-height:240px;overflow-y:auto}.speedy-selector__option{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;width:100%;padding:.625rem .875rem;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s ease}.speedy-selector__option:hover{background:#fafafa}.speedy-selector__option--selected{background:#22c55e14}.speedy-selector__option+.speedy-selector__option{border-top:1px solid #f3f4f6}.speedy-selector__option-name{font-size:.875rem;font-weight:500;color:#374151}.speedy-selector__option-meta,.speedy-selector__option-address{font-size:.75rem;color:#6b7280}.speedy-selector__option-hours{font-size:.6875rem;color:#22c55e;font-weight:500}.speedy-selector__option--detailed{gap:.1875rem;padding:.75rem .875rem}.speedy-selector__no-results{padding:.875rem;font-size:.875rem;color:#6b7280;text-align:center}.speedy-city-selector{position:relative}.speedy-city-selector__input-wrapper{display:flex;align-items:center;gap:.5rem;padding:0 .875rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;transition:all .15s ease}.speedy-city-selector__input-wrapper:focus-within{border-color:#22c55e}.speedy-city-selector__input-wrapper.error{border-color:#ef4444}.speedy-city-selector__input-wrapper input{flex:1;padding:.6875rem 0;border:none;outline:none;box-shadow:none;font-size:.9375rem;background:transparent;min-width:0}.speedy-city-selector__input-wrapper input:focus{border:none;outline:none;box-shadow:none}.speedy-city-selector__input-wrapper input::placeholder{color:#9ca3af}.speedy-city-selector__input-icon{color:#9ca3af;flex-shrink:0}.speedy-city-selector__spinner{color:#9ca3af;flex-shrink:0;animation:econt-spin 1s linear infinite}.speedy-city-selector__clear{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;background:#6b72801a;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;color:#6b7280;transition:all .15s ease}.speedy-city-selector__clear:hover{background:#6b728033;color:#374151}.speedy-city-selector__dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;max-height:240px;overflow-y:auto}.speedy-city-selector__option{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;width:100%;padding:.625rem .875rem;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s ease}.speedy-city-selector__option:hover{background:#fafafa}.speedy-city-selector__option--selected{background:#22c55e14}.speedy-city-selector__option+.speedy-city-selector__option{border-top:1px solid #f3f4f6}.speedy-city-selector__option-name{font-size:.875rem;font-weight:500;color:#374151}.speedy-city-selector__option-meta{font-size:.75rem;color:#6b7280}.speedy-city-selector__no-results{padding:.875rem;font-size:.875rem;color:#6b7280;text-align:center}.confirmation-page{padding-top:72px;padding-bottom:4rem;min-height:100vh;background:#fafafa}@media(min-width:768px){.confirmation-page{padding-top:148px}}.confirmation-page__breadcrumb-bar{background:#fff;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.confirmation-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280;max-width:1280px;margin:0 auto;padding:0 1.5rem}.confirmation-page__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.confirmation-page__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.confirmation-page__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.confirmation-page__breadcrumb-current{color:#374151;font-weight:500}.confirmation-page__container{max-width:800px;margin:0 auto;padding:1.5rem 1.5rem 0}.confirmation-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#6b7280}.confirmation-page__loading p{margin-top:1rem}.confirmation-page__spinner{width:48px;height:48px;border:3px solid #f3f4f6;border-top-color:#22c55e;border-radius:50%;animation:spin .8s linear infinite}.confirmation-page__error{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a}.confirmation-page__error svg{color:#9ca3af;margin-bottom:1.5rem;opacity:.5}.confirmation-page__error h2{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 1.5rem}.confirmation-page__success-banner{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem;background:linear-gradient(135deg,#f0fdf4,#22c55e1a);border-radius:1rem;margin-bottom:2rem}.confirmation-page__success-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#22c55e;color:#fff;border-radius:50%;margin-bottom:1.5rem;box-shadow:0 8px 24px #22c55e4d}.confirmation-page__success-banner h1{font-size:1.75rem;font-weight:700;color:#374151;margin:0 0 .5rem}.confirmation-page__success-banner p{font-size:1rem;color:#6b7280;margin:0;max-width:400px}.confirmation-page__content{display:flex;flex-direction:column;gap:1.5rem}.confirmation-page__card{background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a;padding:1.5rem}.confirmation-page__card--highlight{background:linear-gradient(135deg,#fff7ed,#f973160d);border:1px solid rgba(249,115,22,.2)}.confirmation-page__card h2{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1.25rem}.confirmation-page__card h2 svg{color:#22c55e}.confirmation-page__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.confirmation-page__card-header h2{margin-bottom:0}.confirmation-page__status{display:inline-flex;align-items:center;padding:.375rem .875rem;font-size:.75rem;font-weight:600;color:#fff;border-radius:9999px;text-transform:uppercase;letter-spacing:.025em}.confirmation-page__info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:768px){.confirmation-page__info-grid{grid-template-columns:1fr}}.confirmation-page__info-item{display:flex;flex-direction:column;gap:.25rem}.confirmation-page__info-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.025em}.confirmation-page__info-value{font-size:1rem;color:#374151}.confirmation-page__info-value--highlight{font-weight:700;font-size:1.125rem;color:#22c55e}.confirmation-page__info-value--total{font-weight:700;font-size:1.25rem}.confirmation-page__customer{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fafafa;border-radius:.5rem}.confirmation-page__customer-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#374151}.confirmation-page__customer-item svg{color:#6b7280;flex-shrink:0;margin-top:.125rem}.confirmation-page__custom-fields{display:flex;flex-direction:column;gap:.25rem}.confirmation-page__custom-field{font-size:.875rem}.confirmation-page__custom-field strong{color:#6b7280;font-weight:500}.confirmation-page__notes{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.confirmation-page__notes strong{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.confirmation-page__notes p{margin:0;font-size:.9375rem;color:#374151}.confirmation-page__items{display:flex;flex-direction:column;gap:.75rem}.confirmation-page__item{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;padding:.75rem;background:#fafafa;border-radius:.5rem}@media(max-width:768px){.confirmation-page__item{grid-template-columns:1fr;gap:.5rem}}.confirmation-page__item-info{display:flex;flex-direction:column;gap:.125rem}.confirmation-page__item-name{font-weight:500;color:#374151}.confirmation-page__item-code{font-size:.75rem;color:#6b7280}.confirmation-page__item-qty{font-size:.875rem;color:#6b7280;white-space:nowrap}@media(max-width:768px){.confirmation-page__item-qty{order:2}}.confirmation-page__item-total{font-weight:600;color:#374151;white-space:nowrap}@media(max-width:768px){.confirmation-page__item-total{order:1}}.confirmation-page__total-row{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:2px solid #e5e7eb;font-size:1.125rem;font-weight:700;color:#374151}.confirmation-page__steps{display:flex;flex-direction:column;gap:1rem}.confirmation-page__step{display:flex;align-items:flex-start;gap:1rem}.confirmation-page__step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f97316;color:#fff;border-radius:50%;font-weight:700;font-size:.875rem;flex-shrink:0}.confirmation-page__step-content{flex:1;padding-top:.25rem}.confirmation-page__step-content strong{display:block;font-size:.9375rem;color:#374151;margin-bottom:.125rem}.confirmation-page__step-content p{margin:0;font-size:.875rem;color:#6b7280}.confirmation-page__actions{display:flex;gap:1rem;justify-content:center;padding-top:1rem}@media(max-width:768px){.confirmation-page__actions{flex-direction:column}}.confirmation-page__actions .btn{gap:.5rem}@media(max-width:768px){.confirmation-page__actions .btn{width:100%}}.product-detail{padding-top:72px;padding-bottom:4rem;background-color:#fafafa;min-height:100vh}@media(min-width:768px){.product-detail{padding-top:148px}}.product-detail__header{background:#fff;border-bottom:1px solid #f3f4f6}.product-detail__container{max-width:1280px;margin:0 auto;padding:1.5rem 1rem 0}.product-detail__breadcrumb-bar{padding:.75rem 0}.product-detail__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.product-detail__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.product-detail__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.product-detail__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.product-detail__breadcrumb-current{color:#374151;font-weight:500}.product-detail__back{display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;font-size:.875rem;margin-bottom:1.5rem;transition:color .2s}.product-detail__back:hover{color:#22c55e}.product-detail__main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #0000000d;margin-bottom:3rem;align-items:start}@media(max-width:992px){.product-detail__main{grid-template-columns:1fr;gap:2rem;padding:1.5rem}}.product-detail__image{position:relative;background:#fafafa;border-radius:.75rem;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-detail__image img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:opacity .3s ease}.product-detail__skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e8e8e8,#f0f0f0);overflow:hidden}.product-detail__skeleton-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:shimmer 1.5s infinite}.product-detail__placeholder{color:#e5e7eb}.product-detail__promo-badge{position:absolute;top:20px;left:-45px;padding:.5rem 3.5rem;background:#f97316;color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transform:rotate(-45deg);box-shadow:0 2px 4px #00000026}.product-detail__price-rules-bar{position:absolute;bottom:0;left:0;right:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;padding:.75rem 1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-detail__price-rules-bar--pending{background:linear-gradient(135deg,#eab308f2,#ca8a04f2)}.product-detail__price-rules-bar--active{background:linear-gradient(135deg,#dc2626f2,#b91c1cf2)}.product-detail__price-rule{display:inline-flex;align-items:center;gap:.25rem;font-size:.9375rem;font-weight:600;color:#fff;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.1)}.product-detail__info{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;gap:1.25rem}.product-detail__info-top{display:flex;flex-direction:column;gap:.5rem}.product-detail__name-row{display:flex;align-items:flex-start;gap:.75rem}.product-detail__favorite-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fafafa;border:1px solid #e5e7eb;border-radius:50%;color:#6b7280;cursor:pointer;transition:all .2s;margin-top:.25rem}.product-detail__favorite-btn:hover{transform:scale(1.1);border-color:#9ca3af}.product-detail__favorite-btn--active{border-color:transparent;color:#fff}.product-detail__favorite-btn--active:hover{transform:scale(1.1)}.product-detail__info-bottom{display:flex;flex-direction:column;gap:1.25rem;margin-top:auto}.product-detail__code{color:#6b7280;font-size:.875rem}.product-detail__name{font-size:1.75rem;font-weight:700;color:#374151;line-height:1.3;margin:0;min-height:2.6em}@media(max-width:768px){.product-detail__name{font-size:1.5rem;min-height:auto}}.product-detail__price-section{background:#fafafa;border-radius:.75rem;padding:1rem 1.25rem}.product-detail__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:.75rem}.product-detail__price{font-size:2rem;font-weight:700;color:#374151}.product-detail__price--discounted{color:#22c55e}.product-detail__old-price{font-size:1.25rem;color:#6b7280;text-decoration:line-through}.product-detail__measure{color:#6b7280;font-size:1rem}.product-detail__savings{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1rem;background:#dc2626;color:#fff;font-weight:600;font-size:.875rem;border-radius:9999px}.product-detail__savings svg{flex-shrink:0}.product-detail__price-rules{border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem 1.25rem}.product-detail__price-rules h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#374151}.product-detail__price-tiers{gap:.375rem}.product-detail__tier{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem;background:#fafafa;border-radius:.5rem}.product-detail__tier--active{margin-bottom:.5rem}.product-detail__tier-qty{color:#6b7280;font-size:.8125rem}.product-detail__tier-price{font-weight:600;font-size:.875rem;color:#374151}.product-detail__next-tier{margin-top:.75rem;padding:.625rem 1rem;background:#fef3c7;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#92400e}.product-detail__next-tier--upgrade{background:#22c55e1a;color:#1a9a49}.product-detail__actions{display:flex;flex-direction:column;gap:1rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.product-detail__cart-row{display:flex;align-items:center;gap:.75rem}.product-detail__total{font-size:1rem;font-weight:700;color:#f97316;white-space:nowrap;flex:1;text-align:center}.product-detail__total-bgn{display:block;font-size:.85rem;font-weight:600;color:#6b7280;white-space:nowrap}.product-detail__quantity-wrapper{display:flex;flex-direction:column;gap:.25rem;position:relative}.product-detail__quantity{display:flex;align-items:center;gap:.25rem;background:#fafafa;border:1px solid #e5e7eb;border-radius:.5rem;padding:.125rem;height:44px}.product-detail__quantity--active{background:#22c55e0d;border-color:#22c55e}.product-detail__quantity--error{border-color:#f97316!important;background:#f973160d!important}.product-detail__quantity-btn{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;background:transparent;border:none;cursor:pointer;color:#6b7280;font-size:.8125rem;font-weight:600;border-radius:.375rem;transition:all .2s}.product-detail__quantity-btn:hover:not(:disabled){background:#fff;color:#22c55e}.product-detail__quantity-btn:disabled{opacity:.3;cursor:not-allowed}.product-detail__quantity-btn--remove{color:#dc3545}.product-detail__quantity-btn--remove:hover:not(:disabled){background:#dc35451a;color:#dc3545}.product-detail__quantity-value{min-width:60px;text-align:center;font-size:.9375rem;font-weight:600;color:#374151;padding:0 .25rem}.product-detail__quantity-input{width:50px;min-width:50px;max-width:70px;text-align:center;font-size:.9375rem;font-weight:600;color:#374151;background:transparent;border:none;padding:0 .25rem;outline:none;-moz-appearance:textfield}.product-detail__quantity-input::-webkit-outer-spin-button,.product-detail__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-detail__quantity-input:focus{background:#fffc;border-radius:.375rem}.product-detail__quantity-input--error{color:#f97316}.product-detail__quantity-error{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.25rem;padding:.25rem .5rem;background:#f97316;color:#fff;font-size:.75rem;font-weight:500;border-radius:.375rem;white-space:nowrap;z-index:10;box-shadow:0 2px 8px #00000026}.product-detail__quantity-error:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-bottom-color:#f97316}.product-detail__add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;height:44px;padding:0 1.25rem;border:1px solid #22c55e;border-radius:.5rem;background:#22c55e;color:#fff;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.product-detail__add-btn:hover{background:#16a34a;border-color:#16a34a}.product-detail__out-of-stock{display:flex;align-items:center;justify-content:center;flex:1;height:44px;padding:0 1.25rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#f3f4f6;color:#9ca3af;font-size:.9375rem;font-weight:500}.product-detail__unavailable{display:flex;flex-direction:column;gap:1rem}.product-detail__unavailable-label{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:#9ca3af26;color:#6b7280;font-size:1rem;font-weight:600;border-radius:.5rem;text-transform:uppercase;letter-spacing:.025em}.product-detail__notify-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:48px;padding:0 1.5rem;border:1px solid #6b7280;border-radius:.5rem;background:transparent;color:#6b7280;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.product-detail__notify-btn:hover{background:#6b7280;color:#fff}.product-detail__notify-btn--subscribed{border-color:#22c55e;background:#22c55e1a;color:#22c55e}.product-detail__notify-btn--subscribed:hover{background:#22c55e26;color:#1a9a49}.product-detail__remove-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #e5e7eb;border-radius:.5rem;background:transparent;color:#9ca3af;cursor:pointer;transition:all .2s;flex-shrink:0}.product-detail__remove-btn:hover{background:#f973161a;border-color:#f97316;color:#f97316}.product-detail__qty-info{display:flex;align-items:center;gap:.5rem}.product-detail__min-info,.product-detail__step-info{font-size:.75rem;color:#9ca3af;font-weight:500;background:#fafafa;padding:.25rem .5rem;border-radius:.375rem}.product-detail__step-info{background:#f973161a;color:#f97316}.product-detail__features{display:flex;gap:1.5rem;flex-wrap:wrap}.product-detail__feature{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.product-detail__feature svg{color:#22c55e}.product-detail__description h3{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .75rem}.product-detail__description p{color:#6b7280;line-height:1.7;margin:0}.product-detail__related{margin-top:2rem}.product-detail__related-title{font-size:1.5rem;font-weight:700;color:#374151;margin:0 0 1.5rem}.product-detail__related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:992px){.product-detail__related-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-detail__related-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.product-detail__related-grid{grid-template-columns:1fr}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-gallery__main{position:relative;background:#fafafa;border-radius:.75rem;overflow:hidden;aspect-ratio:1}.product-gallery__main img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:1rem;transition:opacity .3s ease}.product-gallery__skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e8e8e8,#f0f0f0);overflow:hidden}.product-gallery__skeleton-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:shimmer 1.5s infinite}.product-gallery__placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#9ca3af;opacity:.5}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;box-shadow:0 2px 8px #00000026;transition:all .2s ease;z-index:10}.product-gallery__nav:hover{background:#fff;box-shadow:0 4px 12px #0003}.product-gallery__nav--prev{left:.75rem}.product-gallery__nav--next{right:.75rem}.product-gallery__promo-badge{position:absolute;top:1rem;left:1rem;background:#f97316;color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;z-index:5}.product-gallery__thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.25rem;margin:-.25rem;scrollbar-width:none;-ms-overflow-style:none}.product-gallery__thumbnails::-webkit-scrollbar{display:none}.product-gallery__thumbnail{flex-shrink:0;width:64px;height:64px;border-radius:.5rem;overflow:hidden;border:2px solid transparent;background:#fafafa;cursor:pointer;padding:0;transition:border-color .2s ease}.product-gallery__thumbnail:hover{border-color:#9ca3af}.product-gallery__thumbnail--active{border-color:#22c55e}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:contain}.product-gallery__lightbox{position:fixed;inset:0;z-index:9999;background:#fff;display:flex;flex-direction:column;animation:lightbox-fade-in .2s ease}.product-gallery__lightbox-content{display:flex;flex-direction:column;width:100%;height:100%}.product-gallery__lightbox-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.product-gallery__lightbox-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.product-gallery__lightbox-name{color:#374151;font-size:1rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:480px){.product-gallery__lightbox-name{font-size:.875rem}}.product-gallery__lightbox-code{color:#6b7280;font-size:.8125rem}@media(max-width:480px){.product-gallery__lightbox-code{font-size:.75rem}}.product-gallery__lightbox-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#fafafa;color:#374151;border-radius:50%;cursor:pointer;transition:background .2s;margin-left:1rem}.product-gallery__lightbox-close:hover{background:#ededed}.product-gallery__lightbox-image{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:1rem}.product-gallery__lightbox-image img{max-width:100%;max-height:100%;object-fit:contain;transition:opacity .3s ease}.product-gallery__lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#0000000f;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:background .2s}.product-gallery__lightbox-nav:hover{background:#0000001f}.product-gallery__lightbox-nav--prev{left:1rem}.product-gallery__lightbox-nav--next{right:1rem}@media(max-width:480px){.product-gallery__lightbox-nav{width:40px;height:40px}.product-gallery__lightbox-nav--prev{left:.5rem}.product-gallery__lightbox-nav--next{right:.5rem}}.product-gallery__lightbox-counter{text-align:center;padding:.5rem;color:#6b7280;font-size:.875rem;border-top:1px solid #e5e7eb;flex-shrink:0}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.auth-modal{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.auth-modal--open{opacity:1;visibility:visible}.auth-modal--open .auth-modal__container{transform:translateY(0) scale(1);opacity:1}.auth-modal__backdrop{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-modal__container{position:relative;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;transform:translateY(20px) scale(.95);opacity:0;transition:transform .3s ease,opacity .3s ease}.auth-modal__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#6b7280;border-radius:9999px;cursor:pointer;transition:all .2s;z-index:10}.auth-modal__close:hover{background:#fafafa;color:#374151}.auth-modal__content{padding:2.5rem 2rem 2rem}.auth-modal__content--centered,.auth-modal__content--success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:300px}.auth-modal__success-message{font-size:.9375rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.6;max-width:320px}.auth-modal__back{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0;border:none;background:transparent;color:#6b7280;font-size:.875rem;cursor:pointer;transition:color .2s}.auth-modal__back:hover{color:#22c55e}.auth-modal__header{text-align:center;margin-bottom:2rem}.auth-modal__title{font-size:1.5rem;font-weight:600;color:#374151;margin:0 0 .5rem}.auth-modal__subtitle{font-size:.9375rem;color:#6b7280;margin:0}.auth-modal__form{display:flex;flex-direction:column;gap:1.25rem}.auth-modal__field{display:flex;flex-direction:column;gap:.5rem}.auth-modal__label{font-size:.875rem;font-weight:500;color:#374151}.auth-modal__input-wrapper{position:relative;display:flex;align-items:center}.auth-modal__input-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.auth-modal__password-toggle{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:transparent;color:#9ca3af;cursor:pointer;transition:color .2s}.auth-modal__password-toggle:hover{color:#374151}.auth-modal__password-toggle svg{width:1.25rem;height:1.25rem}.auth-modal__input--with-toggle{padding-right:2.75rem}.auth-modal__input{width:100%;padding:.875rem 1rem .875rem 2.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;color:#374151;background:#fff;transition:all .2s}.auth-modal__input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.auth-modal__input::placeholder{color:#9ca3af}.auth-modal__row--between{justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap}.auth-modal__checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-modal__checkbox input{display:none}.auth-modal__checkbox input:checked+.auth-modal__checkbox-mark{background:#22c55e;border-color:#22c55e}.auth-modal__checkbox input:checked+.auth-modal__checkbox-mark:after{opacity:1;transform:scale(1)}.auth-modal__checkbox-mark{position:relative;width:18px;height:18px;border:2px solid #e5e7eb;border-radius:4px;background:#fff;transition:all .2s;flex-shrink:0}.auth-modal__checkbox-mark:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .2s}.auth-modal__checkbox-label{font-size:.875rem;color:#374151}.auth-modal__checkbox--terms .auth-modal__checkbox-label{line-height:1.4}.auth-modal__terms-link{color:#22c55e;text-decoration:underline;font-weight:500}.auth-modal__terms-link:hover{color:#1a9a49}.auth-modal__link{padding:0;border:none;background:transparent;color:#22c55e;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s}.auth-modal__link:hover{color:#16a34a}.auth-modal__link--forgot{align-self:flex-end;margin-top:-.5rem}.auth-modal__submit{width:100%;padding:.875rem 1.5rem;margin-top:.5rem;border:none;border-radius:.5rem;background:#22c55e;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.auth-modal__submit:hover{background:#16a34a}.auth-modal__submit:active{transform:scale(.98)}.auth-modal__footer{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6;font-size:.9375rem;color:#6b7280}.auth-modal__row{display:flex;gap:1rem}@media(max-width:480px){.auth-modal__row:not(.auth-modal__row--between){flex-direction:column;gap:1rem}}.auth-modal__row .auth-modal__group,.auth-modal__row .auth-modal__field{flex:1}.auth-modal__error{padding:.75rem 1rem;margin-bottom:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem}.auth-modal__success-icon{width:80px;height:80px;margin-bottom:1.5rem;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center}.auth-modal__success-icon svg{width:48px;height:48px;color:#22c55e}.auth-modal__verification-icon{width:80px;height:80px;margin-bottom:1.5rem;background:#fef3c7;border-radius:50%;display:flex;align-items:center;justify-content:center}.auth-modal__verification-icon svg{width:48px;height:48px;color:#d97706}.auth-modal__resend-success{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#dcfce7;border-radius:.5rem;color:#22c55e;font-size:.875rem;font-weight:500}.auth-modal__resend-success svg{flex-shrink:0}.auth-modal__hint{margin-top:.5rem;font-size:.875rem;color:#6b7280}.auth-modal__submit--secondary{background:#fafafa;color:#374151;border:1px solid #e5e7eb}.auth-modal__submit--secondary:hover{background:#f3f4f6}.auth-modal__captcha{display:flex;justify-content:center;margin:1rem 0}.auth-modal__captcha>div{transform-origin:center}@media(max-width:400px){.auth-modal__captcha>div{transform:scale(.9)}}.auth-modal__success{text-align:center;padding:2rem 0}.auth-modal__success-icon{width:64px;height:64px;margin:0 auto 1rem;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center}.auth-modal__success-icon svg{width:32px;height:32px;color:#16a34a}.auth-modal__success h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#374151}.auth-modal__success p{margin:0;color:#6b7280;font-size:.9375rem;line-height:1.5}.auth-modal__submit:disabled{opacity:.7;cursor:not-allowed}.auth-modal__spinner{display:inline-block;width:20px;height:20px;margin-right:.5rem;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.toast-container{position:fixed;top:1.5rem;right:1.5rem;z-index:10000;display:flex;flex-direction:column;gap:.75rem;max-width:400px;width:calc(100vw - 3rem)}@media(max-width:480px){.toast-container{top:1rem;right:1rem;left:1rem;width:auto;max-width:none}}.toast{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-radius:.5rem;background:#fff;box-shadow:0 10px 40px #00000026,0 2px 10px #0000001a;animation:toastSlideIn .3s ease-out}.toast--exiting{animation:toastSlideOut .2s ease-in forwards}.toast__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast__message{flex:1;font-size:.9375rem;line-height:1.4;color:#374151}.toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:.25rem;margin:-.25rem -.25rem -.25rem 0;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:.375rem;transition:all .2s}.toast__close:hover{background:#0000000d;color:#374151}.toast--success{border-left:4px solid #10b981}.toast--success .toast__icon{color:#10b981}.toast--error{border-left:4px solid #ef4444}.toast--error .toast__icon{color:#ef4444}.toast--info{border-left:4px solid #3b82f6}.toast--info .toast__icon{color:#3b82f6}.toast--warning{border-left:4px solid #f59e0b}.toast--warning .toast__icon{color:#f59e0b}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.password-reset-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.password-reset-card{width:100%;max-width:450px;background:#fff;border-radius:.75rem;box-shadow:0 10px 40px #0000001a;overflow:hidden}.password-reset-card__content{padding:2.5rem}.password-reset-card__content--centered{text-align:center}.password-reset-card__icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;margin:0 auto 1.5rem;border-radius:50%}.password-reset-card__icon--success{background:#ecfdf5;color:#10b981}.password-reset-card__icon--error{background:#fef2f2;color:#ef4444}.password-reset-card__title{font-size:1.5rem;font-weight:700;color:#374151;margin:0 0 .5rem}.password-reset-card__subtitle{font-size:.9375rem;color:#9ca3af;margin:0 0 1.5rem}.password-reset-card__subtitle strong{color:#374151}.password-reset-card__message{font-size:1rem;color:#9ca3af;margin:0 0 2rem;line-height:1.6}.password-reset-card__error{padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;margin-bottom:1rem}.password-reset-card__form{display:flex;flex-direction:column;gap:1.25rem}.password-reset-card__field{display:flex;flex-direction:column;gap:.5rem}.password-reset-card__label{font-size:.875rem;font-weight:500;color:#374151}.password-reset-card__input-wrapper{position:relative;display:flex;align-items:center}.password-reset-card__input-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.password-reset-card__input{width:100%;padding:.875rem 2.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;color:#374151;background:#fff;transition:all .2s}.password-reset-card__input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.password-reset-card__input::placeholder{color:#9ca3af}.password-reset-card__toggle-password{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:transparent;color:#9ca3af;cursor:pointer;transition:color .2s}.password-reset-card__toggle-password:hover{color:#374151}.password-reset-card__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;margin-top:.5rem;border:none;border-radius:.5rem;background:#22c55e;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.password-reset-card__button:hover:not(:disabled){background:#16a34a}.password-reset-card__button:disabled{opacity:.7;cursor:not-allowed}.password-reset-card__spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-page{padding-top:72px;padding-bottom:4rem;min-height:100vh;background:#fafafa}@media(min-width:768px){.profile-page{padding-top:148px}}.profile-page__breadcrumb-bar{background:#fff;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.profile-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.profile-page__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.profile-page__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.profile-page__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.profile-page__breadcrumb-current{color:#374151;font-weight:500}.profile-page__container{max-width:1280px;margin:0 auto;padding:1.5rem}.profile-page__not-logged{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a;margin-top:2rem}.profile-page__not-logged svg{color:#9ca3af;margin-bottom:1.5rem}.profile-page__not-logged h2{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:.5rem}.profile-page__not-logged p{color:#6b7280;margin-bottom:1.5rem}.profile-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;margin-top:2rem}.profile-page__loading p{color:#6b7280;margin-top:1rem}.profile-page__spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top-color:#22c55e;border-radius:50%;animation:spin 1s linear infinite}.profile-page__skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#f3f4f680,#f3f4f6 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:.5rem}.profile-page__skeleton--circle{border-radius:50%}.profile-page__skeleton--text{display:block}.profile-page__skeleton--input{height:46px;width:100%}.profile-page__skeleton--nav{height:44px;width:100%;margin-bottom:.25rem}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.profile-page__layout{display:grid;gap:1.5rem;margin-top:1.5rem}@media(min-width:1024px){.profile-page__layout{grid-template-columns:280px 1fr}}.profile-page__sidebar{background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a;overflow:hidden;height:fit-content}.profile-page__user-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #f3f4f6}.profile-page__avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;text-transform:uppercase;flex-shrink:0}.profile-page__user-info{min-width:0}.profile-page__user-info h3{font-size:1rem;font-weight:600;color:#374151;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-page__user-info p{font-size:.875rem;color:#6b7280;margin:.25rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-page__nav{padding:.5rem}.profile-page__nav-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;border:none;background:transparent;border-radius:.5rem;font-size:.9375rem;color:#6b7280;cursor:pointer;transition:all .15s ease;text-align:left}.profile-page__nav-item svg{flex-shrink:0}.profile-page__nav-item span:not(.profile-page__nav-badge){flex:1}.profile-page__nav-item:hover{background:#fafafa;color:#374151}.profile-page__nav-item.active{background:#f0fdf4;color:#22c55e}.profile-page__nav-item.active svg{color:#22c55e}.profile-page__nav-item--logout{color:#dc2626;margin-top:.5rem;border-top:1px solid #f3f4f6;border-radius:0 0 .5rem .5rem}.profile-page__nav-item--logout:hover{background:#fef2f2;color:#b91c1c}.profile-page__nav-badge{flex:0 0 auto;background:#22c55e;color:#fff;font-size:.75rem;font-weight:600;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto}.profile-page__content{min-width:0}.profile-page__section{background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a;padding:1.5rem}.profile-page__section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.profile-page__section-header h2{font-size:1.25rem;font-weight:600;color:#374151;margin:0}.profile-page__info-grid{display:grid;gap:1rem}@media(min-width:768px){.profile-page__info-grid{grid-template-columns:repeat(2,1fr)}}.profile-page__info-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fafafa;border-radius:.75rem}.profile-page__info-icon{width:40px;height:40px;border-radius:.5rem;background:#fff;display:flex;align-items:center;justify-content:center;color:#22c55e;flex-shrink:0}.profile-page__info-content{display:flex;flex-direction:column;min-width:0}.profile-page__info-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.profile-page__info-value{font-size:.9375rem;font-weight:500;color:#374151;word-break:break-word}.profile-page__form{display:flex;flex-direction:column;gap:1rem}.profile-page__form-row{display:grid;gap:1rem}@media(min-width:768px){.profile-page__form-row{grid-template-columns:repeat(2,1fr)}}.profile-page__form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.profile-page__form-group:last-child{margin-bottom:0}.profile-page__form-group label{font-size:.875rem;font-weight:500;color:#374151}.profile-page__form-group input,.profile-page__form-group select,.profile-page__form-group textarea{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;color:#374151;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.profile-page__form-group input:focus,.profile-page__form-group select:focus,.profile-page__form-group textarea:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.profile-page__form-group input.error,.profile-page__form-group select.error,.profile-page__form-group textarea.error{border-color:#dc2626}.profile-page__form-group input.error:focus,.profile-page__form-group select.error:focus,.profile-page__form-group textarea.error:focus{box-shadow:0 0 0 3px #dc26261a}.profile-page__form-group input::placeholder,.profile-page__form-group select::placeholder,.profile-page__form-group textarea::placeholder{color:#9ca3af}.profile-page__form-group textarea{resize:vertical;min-height:80px}.profile-page__form-group .error-text{font-size:.8125rem;color:#dc2626}.profile-page__form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.profile-page__input-wrapper{position:relative;display:flex;align-items:center;width:100%}.profile-page__input-wrapper input{width:100%;padding-right:2.75rem}.profile-page__password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:transparent;color:#9ca3af;cursor:pointer;transition:color .2s}.profile-page__password-toggle:hover{color:#374151}.profile-page__password-toggle svg{width:1.25rem;height:1.25rem}.profile-page__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1.5rem}.profile-page__empty svg{color:#9ca3af;margin-bottom:1rem}.profile-page__empty h3{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 .5rem}.profile-page__empty p{color:#6b7280;margin:0 0 1.5rem;max-width:300px}.profile-page__addresses{display:grid;gap:1rem}.profile-page__address-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fafafa;border-radius:.75rem;transition:box-shadow .15s ease}.profile-page__address-card:hover{box-shadow:0 1px 2px #0000000a}.profile-page__address-icon{width:48px;height:48px;border-radius:.5rem;background:#fff;display:flex;align-items:center;justify-content:center;color:#f97316;flex-shrink:0}.profile-page__address-content{flex:1;min-width:0}.profile-page__address-content h4{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .25rem}.profile-page__address-town{font-size:.875rem;color:#22c55e;font-weight:500;margin:0 0 .25rem}.profile-page__address-fields{margin:0}.profile-page__address-field{font-size:.8125rem;color:#6b7280;margin:.125rem 0 0}.profile-page__address-field-label{font-weight:500;color:#374151}.profile-page__address-desc{font-size:.875rem;color:#6b7280;margin:0}.profile-page__address-actions{display:flex;gap:.5rem;flex-shrink:0}.profile-page__address-btn{width:32px;height:32px;border:none;background:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .15s ease}.profile-page__address-btn:hover{background:#f0fdf4;color:#22c55e}.profile-page__address-btn--delete:hover{background:#fef2f2;color:#dc2626}.profile-page__order-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.profile-page__order-filter{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;color:#6b7280;background:#fafafa;border:1px solid transparent;border-radius:9999px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.profile-page__order-filter:hover{background:#fff;border-color:#f3f4f6;color:#374151}.profile-page__order-filter--active{background:#f0fdf4;color:#22c55e;border-color:#22c55e;font-weight:600}.profile-page__order-filter--active:hover{background:#f0fdf4;color:#22c55e}.profile-page__order-filter--new.profile-page__order-filter--active{background:#fef3c7;color:#92400e;border-color:#f59e0b}.profile-page__order-filter--accepted.profile-page__order-filter--active{background:#dbeafe;color:#1e40af;border-color:#3b82f6}.profile-page__order-filter--completed.profile-page__order-filter--active{background:#f0fdf4;color:#16a34a;border-color:#22c55e}.profile-page__order-filter--cancelled.profile-page__order-filter--active{background:#fef2f2;color:#991b1b;border-color:#ef4444}.profile-page__order-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.6875rem;font-weight:600;background:#00000014;border-radius:9999px}.profile-page__order-filter--active .profile-page__order-filter-count{background:#0000001f}.profile-page__orders{display:flex;flex-direction:column;gap:.75rem}.profile-page__order-card{background:#fff;border-radius:.75rem;overflow:hidden;border:1px solid #f3f4f6;transition:all .15s ease}.profile-page__order-card:hover{border-color:#e5e7eb}.profile-page__order-card--expanded{border-color:#22c55e;box-shadow:0 1px 2px #0000000a}.profile-page__order-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;width:100%;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .15s ease}.profile-page__order-header:hover{background:#fafafa}.profile-page__order-header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.profile-page__order-chevron{color:#6b7280;transition:transform .15s ease;flex-shrink:0}.profile-page__order-chevron--expanded{transform:rotate(90deg)}.profile-page__order-total-preview{font-size:.9375rem;font-weight:600;color:#374151}@media(max-width:640px){.profile-page__order-total-preview{display:none}}.profile-page__order-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.profile-page__order-number{font-size:.9375rem;font-weight:600;color:#374151}.profile-page__order-date{font-size:.8125rem;color:#6b7280}.profile-page__order-status{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;border-radius:9999px;white-space:nowrap}.profile-page__order-status--new{background:#fef3c7;color:#92400e}.profile-page__order-status--accepted{background:#dbeafe;color:#1e40af}.profile-page__order-status--completed{background:#f0fdf4;color:#16a34a}.profile-page__order-status--cancelled{background:#fef2f2;color:#991b1b}.profile-page__order-body{border-top:1px solid #f3f4f6;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.profile-page__order-items{padding:1rem 1.25rem;background:#fafafa}.profile-page__order-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.75rem 0}.profile-page__order-item:not(:last-child){border-bottom:1px solid #f3f4f6}.profile-page__order-item:first-child{padding-top:0}.profile-page__order-item:last-child{padding-bottom:0}.profile-page__order-item-details{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.profile-page__order-item-name{font-size:.875rem;color:#374151;line-height:1.4}.profile-page__order-item-code{font-size:.75rem;color:#6b7280}.profile-page__order-item-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.profile-page__order-item-qty{font-size:.8125rem;color:#6b7280}.profile-page__order-item-price{font-size:.9375rem;font-weight:600;color:#374151}.profile-page__order-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fff;border-top:1px solid #f3f4f6}.profile-page__order-summary{display:flex;align-items:center;gap:.5rem}.profile-page__order-items-count{font-size:.8125rem;color:#6b7280}.profile-page__order-total{font-size:.9375rem;color:#6b7280}.profile-page__order-total strong{color:#374151;font-weight:600}.profile-page__order-actions{display:flex;align-items:center;gap:.5rem}.profile-page__order-export-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;color:#6b7280;background:#fafafa;border:1px solid #f3f4f6;border-radius:.5rem;text-decoration:none;transition:all .15s ease}.profile-page__order-export-btn:hover{background:#f0fdf4;color:#22c55e;border-color:#22c55e}.profile-page__order-export-btn svg{flex-shrink:0}@media(max-width:640px){.profile-page__order-export-btn span{display:none}}.profile-page__order-item-name--link{display:inline-flex;align-items:flex-start;gap:.375rem;color:#22c55e;text-decoration:none;transition:color .15s ease}.profile-page__order-item-name--link:hover{color:#16a34a;text-decoration:underline}.profile-page__order-item-link-icon{flex-shrink:0;margin-top:.125rem;opacity:.7}.profile-page__order-delivery{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1.25rem;background:#fff;border-top:1px solid #f3f4f6}.profile-page__order-delivery-icon{color:#22c55e;flex-shrink:0;margin-top:.125rem}.profile-page__order-delivery-info{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .5rem;font-size:.8125rem;line-height:1.4}.profile-page__order-delivery-label{color:#6b7280;font-weight:500}.profile-page__order-delivery-name{color:#374151;font-weight:500}.profile-page__order-delivery-method{color:#6b7280;font-size:.75rem}.profile-page__order-delivery-method:before{content:"·";margin-right:.5rem}.profile-page__order-delivery-custom{display:flex;flex-wrap:wrap;gap:.25rem;font-size:.75rem;color:#6b7280}.profile-page__order-delivery-custom span:before{content:"·";margin-right:.5rem}.profile-page__modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.profile-page__modal{background:#fff;border-radius:1rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a}.profile-page__modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6}.profile-page__modal-header h3{font-size:1.125rem;font-weight:600;color:#374151;margin:0}.profile-page__modal-close{width:32px;height:32px;border:none;background:transparent;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .15s ease}.profile-page__modal-close:hover{background:#fafafa;color:#374151}.profile-page__modal-body{padding:1.5rem}.profile-page__modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.profile-page__custom-fields{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1rem;background:#22c55e08;border:1px solid #f3f4f6;border-radius:.5rem}.profile-page__custom-fields .profile-page__form-group{margin-bottom:0}.profile-page__modal--small{max-width:400px}.profile-page__modal-form{padding:1.5rem}.profile-page__color-picker{display:flex;flex-wrap:wrap;gap:.5rem}.profile-page__color-option{width:32px;height:32px;border-radius:9999px;border:2px solid transparent;cursor:pointer;transition:all .15s ease;position:relative}.profile-page__color-option:hover{transform:scale(1.1)}.profile-page__color-option--selected{border-color:#374151;box-shadow:0 0 0 2px #fff,0 0 0 4px currentColor}.profile-page__color-option--selected:after{content:"";position:absolute;inset:0;border-radius:50%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") center center no-repeat}.profile-page__notifications-list{display:grid;gap:1rem}.profile-page__notification-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafafa;border-radius:.75rem;transition:box-shadow .15s ease}.profile-page__notification-item:hover{box-shadow:0 1px 2px #0000000a}@media(max-width:600px){.profile-page__notification-item{flex-direction:column;align-items:flex-start}}.profile-page__notification-image{width:64px;height:64px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:#fff}.profile-page__notification-image img{width:100%;height:100%;object-fit:cover}.profile-page__notification-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.profile-page__notification-info{flex:1;min-width:0}.profile-page__notification-code{font-size:.75rem;color:#6b7280;text-transform:uppercase}.profile-page__notification-name{font-size:1rem;font-weight:600;color:#374151;margin:.25rem 0;line-height:1.3;text-decoration:none;transition:color .2s ease;display:block}.profile-page__notification-name:hover{color:#22c55e}.profile-page a.profile-page__notification-name{cursor:pointer}.profile-page__notification-date{font-size:.8125rem;color:#6b7280}.profile-page__notification-actions{display:flex;gap:.5rem;flex-shrink:0}@media(max-width:600px){.profile-page__notification-actions{width:100%}.profile-page__notification-actions .btn{flex:1;justify-content:center}}.favorites-page .shop__breadcrumb-bar{background:transparent;border-bottom:none}.header__favorites-btn{position:relative;color:#374151}.header__favorites-btn:hover{color:#ef4444}.header__favorites-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;background:#ef4444;color:#fff;font-size:.6875rem;font-weight:600;border-radius:9999px;display:flex;align-items:center;justify-content:center;line-height:1;animation:favoritesBadgePop .3s ease}@keyframes favoritesBadgePop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.product-card__favorite-btn{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fffffff2;border:1px solid #e5e7eb;border-radius:9999px;color:#6b7280;cursor:pointer;transition:all .15s ease;z-index:10}.product-card__favorite-btn:hover{transform:scale(1.1)}.product-card__favorite-btn--active{border-color:transparent;color:#fff}.product-card__favorite-btn--active:hover{transform:scale(1.1)}.favorites-dropdown{width:280px;max-height:350px;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;overflow:hidden;display:flex;flex-direction:column;animation:dropdownFadeIn .15s ease;border:1px solid #e5e7eb}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.favorites-dropdown--mobile{position:fixed!important;inset:auto 0 0!important;width:100%!important;max-width:100%!important;max-height:70vh;border-radius:1rem 1rem 0 0;animation:slideUpFromBottom .3s ease;box-shadow:0 -4px 20px #00000026;z-index:1000!important}.favorites-dropdown--mobile .favorites-dropdown__header{padding:1rem 1.25rem;font-size:1rem}.favorites-dropdown--mobile .favorites-dropdown__header:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:36px;height:4px;background:#e5e7eb;border-radius:9999px}.favorites-dropdown--mobile .favorites-dropdown__content,.favorites-dropdown--mobile .favorites-dropdown__group{padding:.75rem 1rem}.favorites-dropdown--mobile .favorites-dropdown__groups-scroll{max-height:200px}.favorites-dropdown--mobile .favorites-dropdown__add-group,.favorites-dropdown--mobile .favorites-dropdown__remove{padding:.75rem 1rem}.favorites-backdrop{position:fixed;inset:0;background:#0006;z-index:999;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.favorites-dropdown__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#fafafa;font-weight:600;font-size:.875rem;color:#374151}.favorites-dropdown__header svg{color:#ef4444}.favorites-dropdown__content{flex:1;display:flex;flex-direction:column;padding:.5rem;overflow:hidden}.favorites-dropdown__default-group{flex-shrink:0}.favorites-dropdown__groups-scroll{display:flex;flex-direction:column;gap:2px;max-height:150px;overflow-y:auto;flex-shrink:1}.favorites-dropdown__loading{display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.favorites-dropdown__spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:#22c55e;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.favorites-dropdown__groups{display:flex;flex-direction:column;gap:2px}.favorites-dropdown__group{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease;text-align:left}.favorites-dropdown__group:hover{background:#fafafa}.favorites-dropdown__group--selected{background:#d5f8e2}.favorites-dropdown__group--selected:hover{background:#bff4d3}.favorites-dropdown__group-color{width:12px;height:12px;border-radius:9999px;flex-shrink:0}.favorites-dropdown__group-name{flex:1;font-size:.875rem;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorites-dropdown__group-default{font-size:.75rem;color:#6b7280;margin-left:.25rem}.favorites-dropdown__group-count{font-size:.75rem;color:#6b7280;background:#fafafa;padding:.125rem .375rem;border-radius:.375rem}.favorites-dropdown__group-check{color:#22c55e;flex-shrink:0}.favorites-dropdown__separator{height:1px;background:#e5e7eb;margin:.5rem 0}.favorites-dropdown__add-group{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;margin-top:.25rem;background:transparent;border:1px dashed #e5e7eb;border-radius:.5rem;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all .15s ease}.favorites-dropdown__add-group:hover{border-color:#22c55e;color:#22c55e;background:#e2faeb}.favorites-dropdown__remove{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.5rem .75rem;margin-top:.5rem;background:transparent;border:1px solid #ef4444;border-radius:.5rem;color:#ef4444;font-size:.875rem;cursor:pointer;transition:all .15s ease}.favorites-dropdown__remove:hover{background:#ef4444;color:#fff}.favorites-dropdown__create-form{display:flex;flex-direction:column;gap:.5rem;padding:.5rem;margin-top:.25rem;background:#fafafa;border-radius:.5rem}.favorites-dropdown__input{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;background:#fff}.favorites-dropdown__input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 2px #22c55e1a}.favorites-dropdown__colors{display:flex;gap:.375rem;flex-wrap:wrap}.favorites-dropdown__color-btn{width:22px;height:22px;border-radius:9999px;border:2px solid transparent;cursor:pointer;transition:all .15s ease}.favorites-dropdown__color-btn:hover{transform:scale(1.1)}.favorites-dropdown__color-btn--selected{border-color:#374151;box-shadow:0 0 0 2px #fff inset}.favorites-dropdown__create-actions{display:flex;gap:.5rem;justify-content:flex-end}.favorites-dropdown__btn{padding:.375rem .75rem;border-radius:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.favorites-dropdown__btn--cancel{background:transparent;border:1px solid #e5e7eb;color:#6b7280}.favorites-dropdown__btn--cancel:hover{background:#fafafa;color:#374151}.favorites-dropdown__btn--save{background:#22c55e;border:none;color:#fff}.favorites-dropdown__btn--save:hover:not(:disabled){background:#1a9a49}.favorites-dropdown__btn--save:disabled{opacity:.6;cursor:not-allowed}.profile-page__favorites-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.profile-page__favorites-empty svg{color:#6b7280;margin-bottom:1rem}.profile-page__favorites-empty h3{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.profile-page__favorites-empty p{color:#6b7280;margin-bottom:1.5rem}.profile-page__favorites-groups{display:flex;flex-direction:column;gap:1.5rem}.profile-page__favorites-divider{height:1px;background:#e5e7eb;margin:.5rem 0}.profile-page__favorite-group{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.profile-page__favorite-group-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#fafafa;border-bottom:1px solid #e5e7eb}.profile-page__favorite-group-info{display:flex;align-items:center;gap:.75rem}.profile-page__favorite-group-color{width:16px;height:16px;border-radius:9999px;flex-shrink:0}.profile-page__favorite-group-name{font-weight:600;color:#374151}.profile-page__favorite-group-default{font-size:.75rem;color:#6b7280;background:#fff;padding:.125rem .5rem;border-radius:.375rem;margin-left:.5rem}.profile-page__favorite-group-count{font-size:.875rem;color:#6b7280}.profile-page__favorite-group-actions{display:flex;gap:.5rem}.profile-page__favorite-group-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #e5e7eb;border-radius:.5rem;color:#6b7280;cursor:pointer;transition:all .15s ease}.profile-page__favorite-group-btn:hover{background:#fafafa;color:#374151}.profile-page__favorite-group-btn--danger:hover{background:#fff;border-color:#ef4444;color:#ef4444}.profile-page__favorite-group-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1rem}.profile-page__favorite-group-empty{padding:2rem;text-align:center;color:#6b7280;font-size:.875rem}.profile-page__favorite-item{display:flex;flex-direction:column;background:#fafafa;border-radius:.5rem;overflow:hidden;transition:all .15s ease}.profile-page__favorite-item:hover{box-shadow:0 1px 2px #0000000a}.profile-page__favorite-item-image{position:relative;aspect-ratio:1;background:#fff}.profile-page__favorite-item-image img{width:100%;height:100%;object-fit:contain;padding:.5rem}.profile-page__favorite-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#6b7280}.profile-page__favorite-item-remove{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border:1px solid #e5e7eb;border-radius:9999px;color:#6b7280;cursor:pointer;transition:all .15s ease;opacity:0}.profile-page__favorite-item:hover .profile-page__favorite-item-remove{opacity:1}.profile-page__favorite-item-remove:hover{background:#ef4444;border-color:#ef4444;color:#fff}.profile-page__favorite-item-content{padding:.75rem}.profile-page__favorite-item-code{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.profile-page__favorite-item-name{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-page__favorite-item-price{font-weight:600;color:#22c55e;margin-bottom:.5rem}.profile-page__favorite-item-cart{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.5rem;background:#22c55e;border:none;border-radius:.5rem;color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.profile-page__favorite-item-cart:hover{background:#1a9a49}.profile-page__favorites-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.profile-page__favorites-modal{width:100%;max-width:400px;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;overflow:hidden}.profile-page__favorites-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.profile-page__favorites-modal-header h3{font-weight:600;color:#374151}.profile-page__favorites-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;color:#6b7280;cursor:pointer;border-radius:.5rem}.profile-page__favorites-modal-close:hover{background:#fafafa;color:#374151}.profile-page__favorites-modal-content{padding:1.25rem}.profile-page__favorites-modal-form{display:flex;flex-direction:column;gap:1rem}.profile-page__favorites-modal-field{display:flex;flex-direction:column;gap:.5rem}.profile-page__favorites-modal-field label{font-size:.875rem;font-weight:500;color:#374151}.profile-page__favorites-modal-field input{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem}.profile-page__favorites-modal-field input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.profile-page__favorites-modal-colors{display:flex;gap:.5rem;flex-wrap:wrap}.profile-page__favorites-modal-color{width:32px;height:32px;border-radius:9999px;border:2px solid transparent;cursor:pointer;transition:all .15s ease}.profile-page__favorites-modal-color:hover{transform:scale(1.1)}.profile-page__favorites-modal-color--selected{border-color:#374151;box-shadow:0 0 0 3px #fff inset}.profile-page__favorites-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.profile-page__favorites-modal-btn{padding:.625rem 1.25rem;border-radius:.5rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s ease}.profile-page__favorites-modal-btn--cancel{background:transparent;border:1px solid #e5e7eb;color:#374151}.profile-page__favorites-modal-btn--cancel:hover{background:#fafafa}.profile-page__favorites-modal-btn--save{background:#22c55e;border:none;color:#fff}.profile-page__favorites-modal-btn--save:hover:not(:disabled){background:#1a9a49}.profile-page__favorites-modal-btn--save:disabled{opacity:.6;cursor:not-allowed}.profile-page__add-favorite-group{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:transparent;border:2px dashed #e5e7eb;border-radius:.75rem;color:#6b7280;font-size:.9375rem;cursor:pointer;transition:all .15s ease;width:100%}.profile-page__add-favorite-group:hover{border-color:#22c55e;color:#22c55e;background:#e2faeb}@media(max-width:768px){.profile-page__favorite-group-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.profile-page__favorite-group-items{grid-template-columns:1fr}.profile-page__favorite-group-header{flex-direction:column;align-items:flex-start;gap:.75rem}.profile-page__favorite-group-actions{width:100%;justify-content:flex-end}}.profile-page__section-description{color:#6b7280;font-size:.9375rem;margin-bottom:1.5rem}.profile-page__section-description a{color:#22c55e;text-decoration:none}.profile-page__section-description a:hover{text-decoration:underline}.profile-page__section-actions{display:flex;gap:.5rem}.profile-page__favorites-groups{display:flex;flex-direction:column;gap:.75rem}.profile-page__favorite-group-card{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .15s ease}.profile-page__favorite-group-card:hover{border-color:#22c55e;box-shadow:0 1px 2px #0000000a}.profile-page__favorite-group-card .profile-page__favorite-group-info{display:flex;align-items:center;gap:1rem}.profile-page__favorite-group-card .profile-page__favorite-group-details{display:flex;flex-direction:column;gap:.25rem}.profile-page__favorite-group-card .profile-page__favorite-group-name{font-size:1rem;font-weight:600;color:#374151;margin:0}.profile-page__favorite-group-card .profile-page__favorite-group-count{font-size:.8125rem;color:#6b7280}.favorites-page{min-height:100vh;padding-top:72px}@media(min-width:768px){.favorites-page{padding-top:148px}}.favorites-page__content{background:#fafafa}.favorites-page__container{max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.favorites-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.favorites-page__title{display:flex;align-items:center;gap:.75rem}.favorites-page__title h1{font-size:1.75rem;font-weight:700;color:#374151;margin:0}.favorites-page__count{font-size:.9375rem;color:#6b7280;background:#fff;padding:.25rem .75rem;border-radius:9999px}.favorites-page__filter{position:relative}.favorites-page__filter-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;color:#374151;cursor:pointer;transition:all .15s ease}.favorites-page__filter-btn:hover{border-color:#22c55e}.favorites-page__filter-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a;z-index:100;overflow:hidden}.favorites-page__filter-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;font-size:.9375rem;color:#374151;cursor:pointer;transition:all .15s ease;text-align:left}.favorites-page__filter-option:hover{background:#fafafa}.favorites-page__filter-option.active{background:#d5f8e2;color:#22c55e;font-weight:500}.favorites-page__filter-color{width:12px;height:12px;border-radius:9999px;flex-shrink:0}.favorites-page__filter-count{margin-left:auto;font-size:.8125rem;color:#6b7280;background:#fafafa;padding:.125rem .5rem;border-radius:.375rem}.favorites-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem}.favorites-page__empty svg{color:#6b7280;margin-bottom:1.5rem;opacity:.5}.favorites-page__empty h2{font-size:1.5rem;font-weight:600;color:#374151;margin:0 0 .5rem}.favorites-page__empty p{font-size:1rem;color:#6b7280;margin:0 0 1.5rem}.favorites-page__manage{display:flex;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.favorites-page__manage-link{color:#6b7280;font-size:.9375rem;text-decoration:none;display:flex;align-items:center;gap:.5rem}.favorites-page__manage-link:hover{color:#22c55e;text-decoration:underline}@media(max-width:768px){.favorites-page__container{padding:1.5rem 1rem}.favorites-page__header{flex-direction:column;align-items:flex-start}.favorites-page__title h1{font-size:1.5rem}}@media(max-width:640px){.favorites-page__filter-dropdown{position:fixed;left:1rem;right:1rem;width:auto}}.favorites-page__skeleton{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1.5rem 0}@media(max-width:768px){.favorites-page__skeleton{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.favorites-page__skeleton{grid-template-columns:1fr}}.favorites-page__skeleton-card{border-radius:.75rem;background:#fafafa;overflow:hidden}.favorites-page__skeleton-image{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f0f0f0,#e8e8e8,#f0f0f0);position:relative;overflow:hidden}.favorites-page__skeleton-image:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:shimmer 1.5s infinite}.favorites-page__skeleton-lines{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.favorites-page__skeleton-line{height:14px;border-radius:4px;background:linear-gradient(135deg,#f0f0f0,#e8e8e8,#f0f0f0);position:relative;overflow:hidden}.favorites-page__skeleton-line:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:shimmer 1.5s infinite}.favorites-page__skeleton-line--long{width:75%}.favorites-page__skeleton-line--short{width:40%}.faq-page{padding-top:72px;min-height:100vh;background:#fafafa}@media(min-width:768px){.faq-page{padding-top:148px}}.faq-page .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.faq-page__breadcrumb-bar{background:#fff;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.faq-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.faq-page__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.faq-page__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.faq-page__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.faq-page__breadcrumb-current{color:#374151;font-weight:500}.faq-page__content{padding:2rem 0 5rem}.faq-page__content .container{padding:0 1.5rem}.faq-page__header{text-align:center;margin-bottom:3rem}.faq-page__title{font-size:2.5rem;font-weight:700;color:#374151;margin-bottom:1rem}@media(max-width:768px){.faq-page__title{font-size:2rem}}.faq-page__subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.faq-page__empty{text-align:center;padding:3rem;background:#fafafa;border-radius:.75rem;color:#6b7280}.faq-page__contact{margin-top:4rem;text-align:center;padding:3rem;background:#f0fdf4;border-radius:1rem}.faq-page__contact h2{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:.75rem}.faq-page__contact p{color:#6b7280;margin-bottom:1.5rem}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a}.faq-item--open{border-color:#22c55e}.faq-item__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.faq-item__header:hover{background:#fafafa}.faq-item__question{font-size:1.0625rem;font-weight:500;color:#374151;flex:1}.faq-item__icon{flex-shrink:0;color:#6b7280;transition:transform .2s ease}.faq-item__icon--open{transform:rotate(180deg);color:#22c55e}.faq-item__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item__content--open{max-height:400px;overflow-y:auto}.faq-item__answer{padding:0 1.5rem 1.5rem;color:#6b7280;line-height:1.7}.faq-item__answer p{margin:0}.faq-item__answer p+p{margin-top:.75rem}.contact-page{padding-top:72px;min-height:100vh;background:#fafafa}@media(min-width:768px){.contact-page{padding-top:148px}}.contact-page .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.contact-page__breadcrumb-bar{background:#fff;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.contact-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.contact-page__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.contact-page__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.contact-page__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.contact-page__breadcrumb-current{color:#374151;font-weight:500}.contact-page__content{padding:2rem 0 5rem}.contact-page__header{text-align:center;margin-bottom:3rem}.contact-page__title{font-size:2.5rem;font-weight:700;color:#374151;margin-bottom:1rem}@media(max-width:768px){.contact-page__title{font-size:2rem}}.contact-page__subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.contact-page__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.contact-page__grid{grid-template-columns:1.5fr 1fr}}.contact-page__map{grid-column:1/-1;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a}.contact-page__map iframe{display:block}.contact-form-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a}.contact-form__title{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:1.5rem}.contact-form__row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__row{margin-bottom:1rem}.contact-form__field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.contact-form__field label{font-size:.875rem;font-weight:500;color:#374151}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;color:#374151;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.contact-form__field input.error,.contact-form__field select.error,.contact-form__field textarea.error{border-color:#ef4444}.contact-form__field input.error:focus,.contact-form__field select.error:focus,.contact-form__field textarea.error:focus{box-shadow:0 0 0 3px #ef44441a}.contact-form__field input::placeholder,.contact-form__field select::placeholder,.contact-form__field textarea::placeholder{color:#9ca3af}.contact-form__field select{cursor:pointer}.contact-form__field textarea{resize:vertical;min-height:120px}.contact-form__error{font-size:.8125rem;color:#ef4444}.contact-form__submit{width:100%;margin-top:1rem}.contact-form__success{text-align:center;padding:2rem 0}.contact-form__success h2{font-size:1.5rem;font-weight:600;color:#374151;margin:1rem 0 .5rem}.contact-form__success p{color:#6b7280;margin-bottom:1rem}.contact-form__success-icon{color:#22c55e}.contact-form__ticket{background:#fafafa;padding:1rem;border-radius:.5rem;margin:1.5rem 0}.contact-form__ticket strong{color:#22c55e;font-family:monospace;font-size:1.125rem}.contact-form__field--checkbox{margin-top:.5rem}.contact-form__checkbox{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.contact-form__checkbox input{display:none}.contact-form__checkbox input:checked+.contact-form__checkbox-mark{background:#22c55e;border-color:#22c55e}.contact-form__checkbox input:checked+.contact-form__checkbox-mark:after{opacity:1;transform:scale(1)}.contact-form__checkbox-mark{position:relative;width:18px;height:18px;min-width:18px;border:2px solid #e5e7eb;border-radius:4px;background:#fff;transition:all .2s;margin-top:2px}.contact-form__checkbox-mark:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .2s}.contact-form__checkbox-label{font-size:.875rem;color:#374151;line-height:1.4}.contact-form__checkbox-label a{color:#22c55e;text-decoration:underline;font-weight:500}.contact-form__checkbox-label a:hover{color:#1a9a49}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info__card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a}.contact-info__card h3{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:1.5rem}.contact-info__item{display:flex;gap:1rem;margin-bottom:1.25rem}.contact-info__item:last-child{margin-bottom:0}.contact-info__icon{flex-shrink:0;width:40px;height:40px;background:#f0fdf4;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#22c55e}.contact-info__text strong{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.25rem}.contact-info__text p{font-size:.9375rem;color:#6b7280;margin:0}.contact-info__text p a{color:#22c55e;text-decoration:none}.contact-info__text p a:hover{text-decoration:underline}.about-page{padding-top:72px;min-height:100vh;background:#fafafa}@media(min-width:768px){.about-page{padding-top:148px}}.about-page .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.about-page__breadcrumb-bar{background:#fff;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.about-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.about-page__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.about-page__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.about-page__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.about-page__breadcrumb-current{color:#374151;font-weight:500}.about-page__hero{background:linear-gradient(135deg,#22c55e,#16a34a);padding:4rem 0;text-align:center;color:#fff}@media(max-width:768px){.about-page__hero{padding:3rem 0}}.about-page__hero-title{font-size:3rem;font-weight:700;margin:0 0 1rem}@media(max-width:768px){.about-page__hero-title{font-size:2.25rem}}.about-page__hero-subtitle{font-size:1.25rem;max-width:600px;margin:0 auto;opacity:.9;line-height:1.6}@media(max-width:768px){.about-page__hero-subtitle{font-size:1.125rem}}.about-page__content{padding:3rem 0 5rem}@media(max-width:768px){.about-page__content{padding:2rem 0 4rem}}.about-section{margin-bottom:3rem;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a}@media(max-width:768px){.about-section{padding:1.5rem;margin-bottom:2rem}}.about-section--highlight{background:linear-gradient(135deg,#22c55e0d,#22c55e1a);border:1px solid rgba(34,197,94,.2)}.about-section__content{max-width:800px;margin:0 auto;text-align:center}.about-section__title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.75rem;font-weight:700;color:#374151;margin:0 0 1.5rem}.about-section__title svg{color:#22c55e}.about-section__title--center{justify-content:center;text-align:center}@media(max-width:768px){.about-section__title{font-size:1.5rem}}.about-section__text{font-size:1.0625rem;color:#6b7280;line-height:1.8;margin:0 0 1rem;text-align:center}.about-section__text:last-child{margin-bottom:0}.about-section__text--large{font-size:1.25rem;color:#374151;font-weight:500;text-align:center;max-width:700px;margin:0 auto}@media(max-width:768px){.about-section__text--large{font-size:1.125rem}}.about-values{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}@media(max-width:1024px){.about-values{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.about-values{grid-template-columns:1fr;gap:1rem}}.about-value{text-align:center;padding:1.5rem;background:#fafafa;border-radius:.75rem;transition:transform .2s ease,box-shadow .2s ease}.about-value:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a}.about-value__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;color:#fff;margin-bottom:1rem}.about-value__title{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 .5rem}.about-value__text{font-size:.9375rem;color:#6b7280;line-height:1.6;margin:0}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:3rem 2rem;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:1rem;margin-bottom:3rem}@media(max-width:1024px){.about-stats{grid-template-columns:repeat(2,1fr);padding:2rem 1.5rem}}@media(max-width:640px){.about-stats{grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem 1rem}}.about-stat{text-align:center;color:#fff}.about-stat__number{display:block;font-size:3rem;font-weight:700;margin-bottom:.25rem}@media(max-width:768px){.about-stat__number{font-size:2.25rem}}.about-stat__label{font-size:1rem;opacity:.9}@media(max-width:768px){.about-stat__label{font-size:.875rem}}.about-cta{text-align:center;padding:3rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a}@media(max-width:768px){.about-cta{padding:2rem 1.5rem}}.about-cta__title{font-size:2rem;font-weight:700;color:#374151;margin:0 0 1rem}@media(max-width:768px){.about-cta__title{font-size:1.5rem}}.about-cta__text{font-size:1.125rem;color:#6b7280;margin:0 0 2rem;max-width:500px;margin-left:auto;margin-right:auto}.about-cta__info{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem}@media(max-width:768px){.about-cta__info{flex-direction:column;align-items:center;gap:1rem}}.about-cta__item{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#374151}.about-cta__item svg{color:#22c55e}.about-cta__item--link{text-decoration:none;transition:color .15s ease}.about-cta__item--link:hover{color:#22c55e}.about-cta__btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#22c55e;color:#fff;font-size:1rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:background .15s ease,transform .15s ease}.about-cta__btn:hover{background:#16a34a;transform:translateY(-2px)}.news-page{padding-top:72px;min-height:100vh;background:#fafafa}@media(min-width:768px){.news-page{padding-top:148px}}.news-page .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.news-page__breadcrumb-bar{background:#fff;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.news-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.news-page__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.news-page__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.news-page__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.news-page__breadcrumb-current{color:#374151;font-weight:500}.news-page__content{padding:2rem 0 5rem}.news-page__header{text-align:center;margin-bottom:3rem}.news-page__title{font-size:2.5rem;font-weight:700;color:#374151;margin-bottom:1rem}@media(max-width:768px){.news-page__title{font-size:2rem}}.news-page__subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.news-page__empty{text-align:center;padding:3rem;background:#fff;border-radius:.75rem;color:#6b7280}.featured-news{display:grid;grid-template-columns:1fr;gap:2rem;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a;margin-bottom:3rem;text-decoration:none;transition:box-shadow .2s ease}@media(min-width:1024px){.featured-news{grid-template-columns:1.2fr 1fr}}.featured-news:hover{box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a}.featured-news__image{aspect-ratio:16/9;overflow:hidden}.featured-news__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-news:hover .featured-news__image img{transform:scale(1.05)}.featured-news__placeholder{width:100%;height:100%;background:#fafafa;display:flex;align-items:center;justify-content:center;color:#9ca3af}.featured-news__content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.featured-news__badge{display:inline-block;background:#f97316;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:1rem;width:fit-content}.featured-news__date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.featured-news__title{font-size:1.75rem;font-weight:700;color:#374151;margin-bottom:1rem;line-height:1.3}@media(max-width:768px){.featured-news__title{font-size:1.5rem}}.featured-news__excerpt{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.featured-news__link{display:inline-flex;align-items:center;gap:.25rem;color:#22c55e;font-weight:500;transition:gap .15s ease}.featured-news:hover .featured-news__link{gap:.5rem}.news-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.news-grid{grid-template-columns:repeat(3,1fr)}}.news-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease}.news-card:hover{box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a;transform:translateY(-4px)}.news-card__image{aspect-ratio:16/9;overflow:hidden}.news-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-card__image img{transform:scale(1.05)}.news-card__placeholder{width:100%;height:100%;background:#fafafa;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem}.news-card__content{padding:1.25rem}.news-card__date{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#6b7280;margin-bottom:.5rem}.news-card__title{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.5rem;line-height:1.4}.news-card__excerpt{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card__link{display:inline-flex;align-items:center;gap:.25rem;color:#22c55e;font-size:.875rem;font-weight:500;transition:gap .15s ease}.news-card:hover .news-card__link{gap:.5rem}.news-article{padding-top:72px;min-height:100vh;background:#fafafa}@media(min-width:768px){.news-article{padding-top:148px}}.news-article .container{max-width:900px;margin:0 auto;padding:0 1.5rem}.news-article__breadcrumb-bar{background:#fff;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.news-article__breadcrumb-bar .container{max-width:1280px}.news-article__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.news-article__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease}.news-article__breadcrumb a:hover{text-decoration:underline;color:#16a34a}.news-article__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.news-article__breadcrumb-current{color:#374151;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-article__content{padding:2rem 0 5rem}.news-article__back{display:inline-flex;align-items:center;gap:.5rem;color:#22c55e;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:gap .15s ease}.news-article__back:hover{gap:.75rem}.news-article__main{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a}@media(min-width:768px){.news-article__main{padding:3rem}}.news-article__image{margin:-2rem -2rem 2rem;aspect-ratio:16/9;overflow:hidden;border-radius:1rem 1rem 0 0}@media(min-width:768px){.news-article__image{margin:-3rem -3rem 2rem}}.news-article__image img{width:100%;height:100%;object-fit:cover}.news-article__meta{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9375rem;margin-bottom:1rem}.news-article__title{font-size:2rem;font-weight:700;color:#374151;margin-bottom:2rem;line-height:1.3}@media(max-width:768px){.news-article__title{font-size:1.5rem}}.news-article__body{color:#374151;line-height:1.8;font-size:1.0625rem}.news-article__body h2{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.news-article__body h3{font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem}.news-article__body p{margin-bottom:1rem}.news-article__body ul,.news-article__body ol{margin-bottom:1rem;padding-left:1.5rem}.news-article__body li{margin-bottom:.5rem}.news-article__body blockquote{border-left:4px solid #22c55e;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#6b7280}.news-article__body a{color:#22c55e}.news-article__body a:hover{text-decoration:underline}.news-article__related{margin-top:4rem}.news-article__related h2{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:1.5rem}.news-article__related-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.news-article__related-grid{grid-template-columns:repeat(3,1fr)}}.related-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000a;text-decoration:none;transition:box-shadow .2s ease}.related-card:hover{box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a}.related-card__image{aspect-ratio:16/9;overflow:hidden}.related-card__image img{width:100%;height:100%;object-fit:cover}.related-card__placeholder{width:100%;height:100%;background:#fafafa}.related-card__content{padding:1rem}.related-card__content h3{font-size:.9375rem;font-weight:500;color:#374151;line-height:1.4}.related-card__date{display:block;font-size:.8125rem;color:#6b7280;margin-bottom:.375rem}.info-page{padding-top:72px;padding-bottom:4rem;min-height:100vh;background:#fafafa}@media(min-width:768px){.info-page{padding-top:148px}}.info-page__breadcrumb-bar{background:#fff;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.info-page__breadcrumb-bar .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.info-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#6b7280}.info-page__breadcrumb a{color:#22c55e;text-decoration:none;transition:color .15s ease;display:flex;align-items:center}.info-page__breadcrumb a:hover{color:#16a34a}.info-page__breadcrumb-separator{color:#9ca3af;margin:0 .25rem}.info-page__breadcrumb-current{color:#374151;font-weight:500}.info-page__container{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.info-page__article{background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000a;padding:2rem}@media(min-width:768px){.info-page__article{padding:3rem}}.info-page__title{font-size:1.75rem;font-weight:700;color:#374151;margin:0 0 2rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}@media(min-width:768px){.info-page__title{font-size:2rem}}.info-page__content{color:#374151;line-height:1.8;font-size:1rem;text-align:justify}.info-page__content h2{font-size:1.375rem;font-weight:600;margin:2rem 0 1rem;color:#374151}.info-page__content h2:first-child{margin-top:0}.info-page__content h3{font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;color:#374151}.info-page__content p{margin:0 0 1rem}.info-page__content ul,.info-page__content ol{margin:0 0 1rem;padding-left:1.5rem}.info-page__content ul li,.info-page__content ol li{margin-bottom:.5rem}.info-page__content a{color:#22c55e;text-decoration:underline;transition:color .15s ease}.info-page__content a:hover{color:#16a34a}.info-page__content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #22c55e;background:#fafafa;border-radius:0 .5rem .5rem 0;font-style:italic;color:#6b7280}.info-page__content blockquote p{margin:0}.info-page__content strong{font-weight:600}.info-page__content em{font-style:italic}.error-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:4rem 2rem;margin-top:80px}@media(max-width:640px){.error-page{padding:2rem 1rem;min-height:calc(100vh - 70px);margin-top:70px}}.error-page__container{max-width:600px;width:100%}.error-page__content{text-align:center}.error-page__illustration{position:relative;display:inline-block;margin-bottom:2rem}.error-page__code{font-size:8rem;font-weight:800;background:linear-gradient(135deg,#22c55e,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:-.05em}@media(max-width:640px){.error-page__code{font-size:5rem}}.error-page__icon{position:absolute;bottom:0;right:-1rem;width:64px;height:64px;background:#f97316;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #f9731666;animation:bounce 2s ease-in-out infinite}@media(max-width:640px){.error-page__icon{width:48px;height:48px;right:-.5rem}.error-page__icon svg{width:24px;height:24px}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.error-page__title{font-size:2rem;font-weight:700;color:#374151;margin:0 0 1rem}@media(max-width:640px){.error-page__title{font-size:1.5rem}}.error-page__description{font-size:1.125rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}@media(max-width:640px){.error-page__description{font-size:1rem}}.error-page__actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}@media(max-width:640px){.error-page__actions{flex-direction:column}}.error-page__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s ease}.error-page__btn--primary{background:#22c55e;color:#fff}.error-page__btn--primary:hover{background:#1ca24d;transform:translateY(-2px)}.error-page__btn--secondary{background:#22c55e1a;color:#22c55e}.error-page__btn--secondary:hover{background:#22c55e26;transform:translateY(-2px)}.error-page__back{display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9375rem;background:none;border:none;cursor:pointer;transition:color .2s ease}.error-page__back:hover{color:#22c55e}.footer{margin:4rem 2rem 0;border-radius:1rem;background:linear-gradient(135deg,#1f2937,#374151,#4b5563);color:#fff;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#22c55e,#f97316)}@media(max-width:768px){.footer{margin:3rem 1rem 0}}@media(max-width:640px){.footer{margin:2rem .75rem 0;border-radius:.75rem}}.footer__container{padding:3.5rem 3rem 3rem}@media(max-width:768px){.footer__container{padding:2.5rem 2rem 2rem}}@media(max-width:640px){.footer__container{padding:2rem 1.5rem 1.5rem}}.footer__logo{display:inline-block;margin-bottom:2rem}.footer__logo img{height:48px;width:auto}.footer__columns{display:flex;gap:0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}@media(max-width:640px){.footer__columns{flex-direction:column}}.footer__column{flex:1;padding:1.5rem 2rem}.footer__column:not(:last-child){border-right:1px solid rgba(255,255,255,.15)}@media(max-width:640px){.footer__column:not(:last-child){border-right:none;border-bottom:1px solid rgba(255,255,255,.15)}}.footer__column:first-child{padding-left:0}.footer__column:last-child{padding-right:0}@media(max-width:640px){.footer__column{padding:1.5rem 0}.footer__column:first-child{padding-top:1.5rem}.footer__column:last-child{padding-bottom:1.5rem}}.footer__title{font-size:.875rem;font-weight:600;color:#f97316;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.1em}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer__list li{font-size:.9375rem;color:#fffc;transition:color .2s ease}.footer__list li a{color:inherit;text-decoration:none;transition:color .2s ease}.footer__list li:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;gap:1rem}@media(max-width:640px){.footer__bottom{flex-direction:column;align-items:flex-start;gap:.75rem}}.footer__copyright{margin:0;font-size:.875rem;color:#fff9}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{font-size:.875rem;color:#fff9;text-decoration:none;transition:color .2s ease}.footer__legal a:hover{color:#f97316}@media(max-width:640px){.footer__legal{gap:1rem}}.footer__credit{text-align:center;padding:1rem 2rem;font-size:.75rem;color:#646464cc;letter-spacing:.02em}.landing-page{display:flex;flex-direction:column;min-height:100vh;background:#fff;color:#374151}.landing-page>main{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;border-radius:.5rem;text-decoration:none;transition:all .15s ease;cursor:pointer;border:none}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--md{padding:.625rem 1.25rem;font-size:.9375rem}.btn--lg{padding:.875rem 1.75rem;font-size:1rem}.btn--primary{color:#fff;background:#22c55e}.btn--primary:hover{background:#16a34a}.btn--secondary{color:#fff;background:#f97316}.btn--secondary:hover{background:#ea580c}.btn--outline{color:#374151;background:transparent;border:1px solid #e5e7eb}.btn--outline:hover{background:#fafafa;border-color:#22c55e;color:#22c55e}.btn--ghost{color:#6b7280;background:transparent}.btn--ghost:hover{color:#374151;background:#fafafa}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}@media(min-width:1024px){.section{padding:6rem 0}}.section--sm{padding:3rem 0}@media(min-width:1024px){.section--sm{padding:4rem 0}}.section--lg{padding:6rem 0}@media(min-width:1024px){.section--lg{padding:8rem 0}}.verification-result{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.verification-result__container{text-align:center;max-width:450px;width:100%;display:flex;flex-direction:column;align-items:center;background:#fff;padding:2.5rem;border-radius:.75rem;box-shadow:0 10px 40px #0000001a}.verification-result__icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;margin-bottom:1.5rem;border-radius:50%}.verification-result__icon i{font-size:3rem}.verification-result__icon--success{background:#ecfdf5;color:#10b981}.verification-result__icon--error{background:#fef2f2;color:#ef4444}.verification-result__title{font-size:1.5rem;font-weight:700;color:#374151;margin:0 0 .5rem}.verification-result__message{font-size:1rem;color:#9ca3af;margin:0 0 2rem;line-height:1.6}.verification-result__actions{display:flex;flex-direction:column;gap:.75rem;width:100%}@media(min-width:640px){.verification-result__actions{flex-direction:row;justify-content:center}}.verification-result__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s}.verification-result__btn--primary{background:#22c55e;color:#fff}.verification-result__btn--primary:hover{background:#16a34a}.verification-result__btn--secondary{background:#fafafa;color:#374151;border:1px solid #e5e7eb}.verification-result__btn--secondary:hover{background:#f3f4f6}
