.toast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10000;animation:slideIn .3s ease-out;cursor:pointer;transition:transform .2s ease}.toast:hover{transform:translate(-5px)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-content{display:flex;align-items:center;gap:12px}.toast-icon{font-size:20px;flex-shrink:0}.toast-message{flex:1;font-size:14px;line-height:1.5;color:#333}.toast-close{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s ease}.toast-close:hover{color:#333}.toast-success{background-color:#d4edda;border-left:4px solid #28a745;color:#155724}.toast-error{background-color:#f8d7da;border-left:4px solid #dc3545;color:#721c24}.toast-warning{background-color:#fff3cd;border-left:4px solid #ffc107;color:#856404}.toast-info{background-color:#d1ecf1;border-left:4px solid #17a2b8;color:#0c5460}.toast-success .toast-message{color:#155724}.toast-error .toast-message{color:#721c24}.toast-warning .toast-message{color:#856404}.toast-info .toast-message{color:#0c5460}.page-shell{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.page-shell.page-shell--no-x-pad{padding-left:0;padding-right:0}.page-shell__inner{width:100%}.page-shell__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.5rem}.page-shell__headline{flex:1;min-width:0;text-align:left}.page-shell__title{font-size:clamp(1.5rem,4vw,1.85rem);font-weight:700;color:#2d3748;margin:0 0 .4rem;line-height:1.25}.page-shell__subtitle{margin:0;font-size:1rem;line-height:1.5;color:#718096;max-width:52rem}.page-shell__subtitle p{margin:0 0 .5rem}.page-shell__subtitle p:last-child{margin-bottom:0}.page-shell__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex-shrink:0}.page-shell__body{width:100%;min-width:0;box-sizing:border-box}.page-shell--auth .page-shell__body{display:flex;justify-content:center}.page-shell.page-shell--auth{max-width:none;padding-left:0;padding-right:0}.page-shell--catalog .catalog-filters{margin-top:0}.page-shell--catalog .page-shell__header:has(.catalog-intro){margin-bottom:1rem}.page-shell--admin-toolbar .page-shell__header{flex-direction:row;align-items:center;flex-wrap:wrap;gap:.75rem 1rem}.page-shell--admin-toolbar .page-shell__headline{flex:1;min-width:0}.page-shell--admin-toolbar .page-shell__title{margin-bottom:0}.page-shell--admin-toolbar .page-shell__actions{width:auto;flex-shrink:0;justify-content:flex-end;margin-left:auto}.admin-page-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;max-width:100%}.admin-page-toolbar{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:.5rem}.btn-toolbar-icon{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;position:relative}.btn-toolbar-icon__icon{display:block;flex-shrink:0;width:18px;height:18px}.box-add-icon{display:block;object-fit:contain;flex-shrink:0}.btn-primary .box-add-icon{filter:brightness(0) invert(1)}.btn-toolbar-icon__label{white-space:nowrap}.btn-toolbar-icon__badge{display:none}.page-shell--admin-toolbar .btn-toolbar-icon--square{width:42px;min-width:42px;height:42px;min-height:42px;padding:0}.page-shell--admin-toolbar .btn-toolbar-icon__label{display:none}.page-shell--admin-toolbar .btn-toolbar-icon__badge{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:-3px;right:-3px;min-width:1.1rem;height:1.1rem;padding:0 .3rem;border-radius:999px;background:#667eea;color:#fff;font-size:.7rem;font-weight:700;line-height:1}@media (max-width: 768px){.page-shell{padding:0 1rem}.page-shell.page-shell--no-x-pad{padding-left:0;padding-right:0}.page-shell__header{margin-bottom:1.25rem;flex-direction:column;align-items:stretch}.page-shell__actions{width:100%;justify-content:flex-start}.page-shell--admin-toolbar .page-shell__header{flex-direction:row;align-items:center}.page-shell--admin-toolbar .page-shell__actions{width:auto;margin-left:auto;justify-content:flex-end}}@media (max-width: 480px){.page-shell{padding:0 .75rem}.page-shell.page-shell--no-x-pad{padding-left:0;padding-right:0}}.page-shell--error .page-shell__body{display:flex;justify-content:center;align-items:center;min-height:min(70vh,640px);padding:1.5rem 0 3rem}.error-page{width:100%;max-width:32rem;margin:0 auto;padding:2rem 1.5rem;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 20px #667eea14}.error-page__title{margin:0 0 1rem;font-size:clamp(1.35rem,4vw,1.65rem);font-weight:700;line-height:1.25;color:#2d3748}.error-page__code{margin:0 0 1rem;font-size:clamp(2.5rem,8vw,3.5rem);font-weight:800;line-height:1;color:#667eea}.error-page__text{margin:0 0 1.5rem;font-size:.98rem;line-height:1.55;color:#4a5568}.error-page__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}.error-page__btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1.5rem;border-radius:8px;border:none;font-size:1rem;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer;transition:background-color .2s,color .2s,box-shadow .2s;box-sizing:border-box}.error-page__btn--primary{background:#667eea;color:#fff}.error-page__btn--primary:hover{background:#5568d3}.error-page__btn--secondary{background:#edf2f7;color:#2d3748}.error-page__btn--secondary:hover{background:#e2e8f0;color:#2d3748}.error-page__btn:focus-visible{outline:none;box-shadow:0 0 0 3px #667eea59}.cart-countdown{color:#e53e3e;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.03em;line-height:1.2}.btn-buy.btn-buy--locked,.btn-buy-detail.btn-buy--locked{background:#fff;border:1.5px solid #fc8181;color:#e53e3e;opacity:1;cursor:default;padding-left:.65rem;padding-right:.65rem}.btn-buy.btn-buy--locked:disabled,.btn-buy-detail.btn-buy--locked:disabled{background:#fff;opacity:1}.btn-buy.btn-buy--locked:disabled:hover,.btn-buy-detail.btn-buy--locked:disabled:hover{transform:none;box-shadow:none;background:#fff}.kit-cart-control{position:relative;width:100%}.kit-cart-control__main{width:100%}.kit-cart-control__btn{display:flex;align-items:stretch;width:100%;padding:0;overflow:hidden}.kit-cart-control__btn-main{flex:1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:inherit;cursor:pointer;padding:.65rem .75rem;font:inherit;min-width:0}.kit-cart-control__btn-main:disabled{cursor:not-allowed}.kit-cart-control__btn-inner{display:inline-flex;align-items:center;gap:.35rem;min-width:0}.kit-cart-control__btn-label{font-weight:600;white-space:nowrap;line-height:1.2}.kit-cart-control__chevron{flex-shrink:0;font-size:.85rem;padding:0 .55rem;border:none;border-left:1px solid rgba(255,255,255,.35);background:transparent;color:inherit;cursor:pointer;touch-action:manipulation}.kit-cart-control__chevron:disabled{cursor:not-allowed;opacity:.6}.kit-cart-control__menu{position:absolute;right:0;top:calc(100% + 6px);bottom:auto;min-width:min(100%,280px);max-width:320px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:30;overflow:hidden}.kit-cart-control__option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.65rem .85rem;border:none;border-bottom:1px solid #edf2f7;background:#fff;text-align:left;font-size:.9rem;cursor:pointer}.kit-cart-control__option:last-child{border-bottom:none}.kit-cart-control__option:hover:not(:disabled){background:#f7fafc}.kit-cart-control__option--reserved{color:#a0aec0;cursor:not-allowed}.kit-cart-control__option--in-cart{background:#edf2f7;color:#718096;cursor:not-allowed}.kit-cart-control__option--in-cart .kit-cart-control__option-price{color:#a0aec0}.kit-cart-control__option--in-cart:hover:not(:disabled){background:#edf2f7}.kit-cart-control__option--bundle{font-weight:600;background:#f0f4ff}.kit-cart-control__option-price{white-space:nowrap;color:#4a5568;font-weight:600}.kit-cart-control__menu--portal{position:fixed;right:auto;top:auto;bottom:auto}.kit-cart-control__menu--above{box-shadow:0 -8px 24px #0000001f}.kit-cart-control__menu-empty{margin:0;padding:.75rem .85rem;font-size:.88rem;color:#718096;text-align:center}.kit-cart-control__error{margin:0 0 .5rem;font-size:.85rem;color:#c53030}.kit-cart-control--catalog{flex:1 1 168px;margin-left:auto;min-width:0;max-width:100%}.kit-cart-control--catalog .kit-cart-control__btn{min-height:44px;max-height:44px}.kit-cart-control--catalog .kit-cart-control__btn-main{padding:0 .25rem 0 .5rem;font-size:.92rem}.kit-cart-control--catalog .kit-cart-control__btn-label{font-size:.92rem}.kit-cart-control--catalog .kit-cart-control__chevron{padding:0 .45rem}.kit-cart-control--catalog .kit-cart-control__menu{left:0;right:0;min-width:100%}.kit-cart-control--detail{width:100%}.kit-cart-control--detail .kit-cart-control__btn{width:100%;min-height:44px}.kit-cart-control--detail .kit-cart-control__btn-main{touch-action:manipulation}@media (max-width: 768px){.kit-cart-control--catalog{width:100%;max-width:100%;flex:none;margin-left:0}.kit-cart-control--catalog .kit-cart-control__btn{width:100%;max-width:100%}.kit-cart-control--catalog .kit-cart-control__btn-main{padding:0 .35rem 0 .5rem;font-size:.85rem}.kit-cart-control--catalog .kit-cart-control__btn-label{font-size:.85rem}.kit-cart-control--detail .kit-cart-control__btn{width:100%;min-height:44px}.kit-cart-control--detail .kit-cart-control__btn-main,.kit-cart-control--detail .kit-cart-control__chevron{font-size:.9rem}}.kit-cart-control__btn--in-cart{width:100%;cursor:not-allowed;background:#a0aec0!important;color:#fff!important}.kit-cart-control__btn--in-cart:hover,.kit-cart-control__btn--in-cart:active{background:#a0aec0!important;transform:none;box-shadow:none}.kit-cart-control--catalog .kit-cart-control__btn--in-cart{min-height:44px;max-height:44px}.kit-cart-control--menu-open{z-index:25}.product-price-display{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.1rem}.product-price-display--sale .product-price-display__old{text-decoration:line-through;color:#a0aec0;font-size:.9em}.product-price-display--sale .product-price-display__new{color:#c53030;font-weight:700}.price-cell .product-price-display{align-items:flex-end}.product-meta-filter{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:.2em .35em;font-size:inherit;line-height:1.25;color:#4a5568;word-break:break-word;text-align:left}.product-meta-filter--empty{display:block;min-height:1.25em;visibility:hidden}.product-meta-filter--clickable{margin:0;padding:0;border:none;background:transparent;font:inherit;cursor:pointer;width:100%;border-radius:4px}@media (hover: hover) and (pointer: fine){.product-meta-filter--clickable:hover{background-color:#667eea24}}.product-meta-filter__icon{flex-shrink:0}.product-meta-filter__label{font-weight:600}.product-meta-filter.product-meta-brand{color:#667eea}.product-meta-filter.product-meta-brand .product-meta-filter__label,.product-meta-filter.product-meta-brand .product-meta-filter__value{font-weight:600}.product-detail-specs .product-meta-filter{display:flex;width:100%;font-size:1rem;padding:.15rem 0}.product-detail-specs .product-meta-filter--clickable{width:100%;padding:.15rem .35rem;margin:0 -.35rem}.product-meta-grid .product-meta-filter{display:block;font-size:.78rem;width:100%}.product-meta-grid .product-meta-filter--clickable{padding:.1rem .2rem;margin:0 -.2rem;width:calc(100% + .4rem)}.product-detail-page{width:100%}.product-detail-modal--page{max-width:900px;width:100%;margin:0 auto;max-height:none;overflow:visible;box-shadow:none;border:none}.product-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.product-detail-modal{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.product-detail-close{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;width:40px;height:40px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;transition:background .2s;color:#2d3748}.product-detail-close:hover{background:#fff;transform:scale(1.1)}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;padding:1.25rem}@media (max-width: 768px){.product-detail-content{grid-template-columns:1fr;padding:1rem}.product-detail-overlay{padding:0}.product-detail-modal{border-radius:0;max-height:100vh}}.product-detail-gallery{display:flex;flex-direction:column;gap:1rem}.product-detail-favorite-btn{position:absolute;top:.75rem;left:.75rem;z-index:11;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:#ffffffeb;color:#718096;font-size:1.25rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}.product-detail-favorite-btn--active{color:#e53e3e;background:#fff5f5f5}.product-detail-main-image{position:relative;width:100%;height:min(70vh,560px);background-color:#f7fafc;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.5rem;box-sizing:border-box}.product-detail-image{width:100%;object-fit:contain;background-color:#f7fafc;cursor:zoom-in}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s;color:#2d3748;box-shadow:0 2px 8px #0003}.gallery-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0000004d}.gallery-nav-prev{left:1rem}.gallery-nav-next{right:1rem}.gallery-counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;z-index:10}.product-detail-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin}.product-detail-thumbnails::-webkit-scrollbar{height:6px}.product-detail-thumbnails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.product-detail-thumbnails::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.product-detail-thumbnails::-webkit-scrollbar-thumb:hover{background:#555}.thumbnail{width:80px;height:80px;object-fit:contain;background:#f7fafc;border-radius:8px;cursor:pointer;border:3px solid transparent;transition:all .2s;flex-shrink:0}.thumbnail:hover{border-color:#667eea;transform:scale(1.05)}.thumbnail.active{border-color:#667eea;box-shadow:0 0 0 2px #667eea4d}.product-detail-no-image{position:relative;width:100%;aspect-ratio:1;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#718096;font-size:1.2rem}.product-detail-info{display:flex;flex-direction:column;gap:.75rem;padding-right:2.75rem}.product-detail-top{display:flex;align-items:flex-start;justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.publish-badge{display:inline-flex;align-items:center;padding:.35rem .6rem;border-radius:999px;font-size:.85rem;font-weight:600;line-height:1.1;border:1px solid transparent;white-space:nowrap}.publish-badge.published{background:#e6fffa;color:#234e52;border-color:#b2f5ea}.publish-badge.scheduled{background:#ebf4ff;color:#2a4365;border-color:#bee3f8}.product-detail-dates{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.8rem;color:#718096}.product-detail-dates--below{margin-top:.25rem}.product-detail-date-line{line-height:1.2;min-width:0}.product-detail-date-line--left{text-align:left}.product-detail-date-line--right{text-align:right}.product-detail-name{flex:1;min-width:0;font-size:1.6rem;font-weight:700;color:#2d3748;margin:0;line-height:1.35}.product-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.product-detail-stock-badge{flex-shrink:0;max-width:42%;text-align:right;font-size:.85rem;font-weight:600;line-height:1.3;white-space:normal}.product-detail-stock-badge--available{color:#48bb78}.product-detail-stock-badge--cart,.product-detail-stock-badge--reserved{color:#dd6b20}.product-detail-stock-badge--out{color:#e53e3e}.product-detail-stock{font-weight:700;margin-top:.1rem}.product-detail-stock.in-stock{color:#48bb78}.product-detail-stock.reserved{color:#dd6b20}.product-detail-stock.out-of-stock{color:#e53e3e}.product-detail-brand-line{font-size:1.1rem;margin:0}.product-detail-description{font-size:1rem;color:#4a5568;line-height:1.6;margin:0}.product-detail-specs{display:flex;flex-direction:column;gap:.35rem;padding:1rem;background-color:#f7fafc;border-radius:8px}.product-detail-kit{margin-top:1rem;padding:1rem;background:#f0f4ff;border-radius:8px;border:1px solid #dbeafe}.product-detail-kit__title{margin:0 0 .65rem;font-size:1rem;font-weight:600;color:#434190}.product-detail-kit__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.product-detail-kit__item{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;font-size:.95rem;color:#2d3748}.product-detail-kit__name{flex:1;min-width:0}.product-detail-kit__price{white-space:nowrap;font-weight:600;color:#4a5568}.product-detail-kit__bundle-price{margin:.75rem 0 0;padding-top:.65rem;border-top:1px solid #dbeafe;font-size:.95rem;font-weight:600;color:#434190}.product-detail-footer{margin-top:auto;padding-top:1rem;border-top:2px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-detail-price{font-size:2.5rem;font-weight:700;color:#667eea;white-space:nowrap;display:inline-flex;align-items:baseline}.btn-buy-detail{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;background:#667eea;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-buy-detail .btn-buy__icon{flex-shrink:0}.btn-buy-detail:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.btn-buy-detail:active{transform:translateY(0)}.btn-buy-detail:disabled{background:#a0aec0;cursor:not-allowed;opacity:.6}.btn-buy-detail:disabled:hover{transform:none;box-shadow:none}@media (max-width: 768px){.product-detail-main-image{height:min(55vh,420px)}.product-detail-overlay{padding:0;align-items:flex-start}.product-detail-modal{border-radius:0;max-height:100vh;max-width:100vw}.product-detail-content{grid-template-columns:1fr;padding:1rem;gap:1rem}.product-detail-info{padding-right:0}.product-detail-dates{flex-direction:column;align-items:flex-start;gap:.25rem}.product-detail-date-line--right{text-align:left}.product-detail-close{top:.5rem;right:.5rem;width:36px;height:36px;font-size:1.5rem}.product-detail-name{font-size:1.5rem}.product-detail-title-row{gap:.5rem}.product-detail-stock-badge{font-size:.78rem;max-width:46%}.product-detail-brand-line{font-size:1rem}.product-detail-price{font-size:2rem}.gallery-nav{width:40px;height:40px;font-size:1.5rem}.gallery-nav-prev{left:.5rem}.gallery-nav-next{right:.5rem}.thumbnail{width:60px;height:60px}.product-detail-footer{flex-direction:column;gap:.75rem;align-items:stretch}.btn-buy-detail{width:100%;max-width:100%;padding:.55rem 1.1rem;font-size:.9rem;min-height:40px;touch-action:manipulation}.product-detail-price{width:100%;justify-content:center}.product-detail-footer .kit-cart-control{width:100%}}@media (max-width: 480px){.product-detail-main-image{height:min(48vh,340px);padding:.35rem}.product-detail-content{padding:.75rem}.product-detail-name{font-size:1.25rem}.product-detail-price{font-size:1.75rem}.product-detail-specs{padding:.75rem}.product-detail-spec{font-size:.9rem}.gallery-counter{font-size:.8rem;padding:.4rem .75rem}.thumbnail{width:50px;height:50px}.product-detail-footer{gap:.5rem}.btn-buy-detail{padding:.45rem .95rem;font-size:.85rem;min-height:36px;max-width:100%}}
