.atc-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .6);z-index:99999;display:flex;align-items:flex-start;justify-content:center;padding:40px 20px;overflow-y:auto}.atc-popup{background:#FFF;border-radius:12px;width:100%;max-width:900px;overflow:hidden;box-shadow:0 20px 60px rgb(0 0 0 / .3);animation:atcSlideIn 0.25s ease}@keyframes atcSlideIn{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.atc-popup__header{background:#2F4858;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;position:relative}.atc-popup__auto-close-line{position:absolute;top:0;left:0;height:3px;width:100%;background:#d52a34;transform-origin:right center;animation:atcAutoClose 10s linear forwards}@keyframes atcAutoClose{from{transform:scaleX(1)}to{transform:scaleX(0)}}.atc-popup__header-left{display:flex;align-items:center;gap:10px;color:#FFF;font-size:15px;font-weight:500}.atc-popup__header-left svg{flex-shrink:0}.atc-popup__close{background:none;border:none;color:#FFF;font-size:28px;cursor:pointer;padding:0;line-height:1;opacity:.8;transition:opacity 0.15s}.atc-popup__close:hover{opacity:1}.atc-popup__label{font-size:12px;font-weight:600;color:#6B7280;text-transform:uppercase;letter-spacing:.5px;padding:20px 24px 0}.atc-popup__product{display:flex;align-items:center;gap:20px;padding:12px 16px;border:1px solid #E8E8E8;border-radius:8px;margin:12px 24px 18px}.atc-popup__product-img{width:80px;height:80px;object-fit:contain;border-radius:4px;flex-shrink:0}.atc-popup__product-info{flex:1;min-width:0}.atc-popup__product-name{font-weight:600;font-size:15px;color:#1A1A1A;margin-bottom:6px;line-height:1.3}.atc-popup__product-price{font-size:18px;font-weight:700;color:#5B8C2A}.atc-popup__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:24px}.atc-popup__btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;border-radius:8px;font-weight:700;font-size:14px;text-decoration:none;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:background 0.2s,transform 0.1s;box-sizing:border-box}.atc-popup__btn:active{transform:scale(.98)}.atc-popup__btn svg{flex-shrink:0}.atc-popup__btn--secondary{background:#FFF;color:#1A1A1A;border:2px solid #E0E0E0}.atc-popup__btn--secondary:hover{background:#F5F5F5;border-color:#CCC;color:#1A1A1A}.atc-popup__btn--basket{background:#FFF;color:#1A1A1A;border:2px solid #5B8C2A}.atc-popup__btn--basket:hover{background:rgb(91 140 42 / .06);border-color:#4A7322;color:#1A1A1A}.atc-popup__btn--primary{background:#5B8C2A;color:#FFF;border:2px solid #5B8C2A}.atc-popup-overlay .atc-popup__btn--primary:hover,.atc-popup-overlay .atc-popup__btn--primary:focus{background:var(--hp-green-hover,#2F4858);border-color:var(--hp-green-hover,#2F4858);color:#FFF}.atc-popup__fbt{padding:0 24px 24px}.atc-popup__fbt-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #dcdcdc}.atc-popup-overlay .atc-popup__fbt .hp-section__title{font-size:22px;font-weight:700;color:#000;padding:0 15px 0 0;margin:0;letter-spacing:1px;text-transform:none;border-bottom:none}.atc-popup__fbt .hp-carousel-nav{display:none;flex-shrink:0;align-items:center;gap:8px}.atc-popup__fbt .hp-carousel-btn{width:36px;height:36px;border-radius:50%;border:1px solid #E8E8E8;background:#fff;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.15s,border-color 0.15s;padding:0}.atc-popup__fbt .hp-carousel-btn:hover{background:#F5F5F5;border-color:#CCC}.atc-popup__fbt .hp-carousel-btn svg{width:16px;height:16px}.atc-popup__fbt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.atc-popup__fbt-grid .hp-product-card{flex:1;background:#fff;border:1px solid #E8E8E8;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:box-shadow 0.2s}.atc-popup__fbt-grid .hp-product-card:hover{box-shadow:0 4px 16px rgb(0 0 0 / .12)}.atc-popup__fbt-grid .hp-product-card__image-wrap{position:relative;padding:12px;background:#FAFAFA;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.atc-popup__fbt-grid .hp-product-card__image{width:100%;height:100%;object-fit:contain;display:block}.atc-popup__fbt-grid .hp-product-card__body{padding:12px;flex:1;display:flex;flex-direction:column;text-align:left;align-items:stretch}.atc-popup__fbt-grid .hp-product-card__name{font-size:13px;font-weight:600;color:#333;line-height:1.3;height:2.6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;text-decoration:none}.atc-popup__fbt-grid .hp-product-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:4px}.atc-popup__fbt-grid .hp-product-card__price{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-bottom:12px;min-height:44px}.atc-popup__fbt-grid .hp-product-card__current-price{font-size:16px;font-weight:700;color:#2D5A1E}.atc-popup__fbt-grid .hp-product-card__vat{font-size:11px;color:#999;font-weight:400}.atc-popup__fbt-grid .hp-product-card__old-price{font-size:13px;color:#999;text-decoration:line-through;min-height:16px;line-height:16px}.atc-popup__fbt-grid .hp-product-card__old-price--empty{visibility:hidden}.atc-popup__fbt-grid a.hp-product-card__atc{display:block;width:100%;padding:10px;background:var(--hp-green,#5B8C2A);color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;transition:background 0.15s}.atc-popup-overlay .atc-popup__fbt-grid a.hp-product-card__atc:hover,.atc-popup-overlay .atc-popup__fbt-grid a.hp-product-card__atc:focus{background:var(--hp-green-hover,#2F4858);color:#fff;text-decoration:none}.atc-popup__fbt-loading{grid-column:1 / -1;text-align:center;padding:30px;color:#999;font-size:14px}.atc-fbt-card{border:1px solid #E8E8E8;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:box-shadow 0.2s}.atc-fbt-card:hover{box-shadow:0 2px 8px rgb(0 0 0 / .08)}.atc-fbt-card__badge{position:absolute;top:8px;left:8px;background:#5B8C2A;color:#FFF;font-size:11px;font-weight:700;padding:3px 8px;border-radius:3px;z-index:1}.atc-fbt-card__img-link{display:flex;align-items:center;justify-content:center;background:#FAFAFA;aspect-ratio:1;padding:12px}.atc-fbt-card__img{width:100%;height:100%;object-fit:contain}.atc-fbt-card__category,.atc-fbt-card__name,.atc-fbt-card__rating,.atc-fbt-card__price-row,.atc-fbt-card__btn{margin-left:12px;margin-right:12px}.atc-fbt-card__category{font-size:11px;color:#999;margin-bottom:4px}.atc-fbt-card__name{font-size:13px;font-weight:600;color:#1A1A1A;text-decoration:none;line-height:1.3;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.atc-fbt-card__name:hover{color:#5B8C2A}.atc-fbt-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:6px}.atc-fbt-card__stars{display:flex;gap:1px;color:#F5A623}.atc-fbt-card__stars svg{width:14px;height:14px}.atc-fbt-card__reviews{color:#999;font-size:12px}.atc-fbt-card__price-row{margin-bottom:10px}.atc-fbt-card__price{font-size:16px;font-weight:700;color:#3D6B1A}.atc-fbt-card__price-label{font-size:11px;font-weight:400;color:#999;margin-left:2px}.atc-fbt-card__old-price{font-size:13px;color:#999;text-decoration:line-through;margin-left:6px}.atc-fbt-card__btn{background:#5B8C2A;color:#FFF;border:none;border-radius:6px;padding:10px;font-weight:700;font-size:13px;cursor:pointer;width:auto;margin-top:auto;margin-bottom:12px;transition:background 0.15s}.atc-fbt-card__btn:hover{background:var(--hp-green-hover,#2F4858)}@media (max-width:768px){.atc-popup-overlay{top:var(--atc-popup-top,var(--offcanvas-menu-top,0));left:0;right:0;bottom:0;padding:0;align-items:stretch;justify-content:stretch;background:#fff0;z-index:470;overflow:hidden;pointer-events:none}.atc-popup{display:flex;flex-direction:column;width:100%;max-width:none;height:calc(100dvh - var(--atc-popup-top, var(--offcanvas-menu-top, 0px)));min-height:calc(100dvh - var(--atc-popup-top, var(--offcanvas-menu-top, 0px)));border-radius:0;box-shadow:none;animation:none;overflow-y:auto;pointer-events:auto}.atc-popup__header{background:#FFF;color:#000;border-bottom:3px solid #d52a34;padding:16px 20px}.atc-popup__header-left{color:#000}.atc-popup__header-left svg{stroke:#5B8C2A}.atc-popup__close{color:#000}.atc-popup__fbt{order:3;padding:20px 24px 0}.atc-popup__product{display:none}.atc-popup__fbt .hp-carousel-nav{display:flex}.atc-popup__actions{order:4;grid-template-columns:1fr}.atc-popup__fbt-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;scrollbar-width:none}.atc-popup__fbt-grid::-webkit-scrollbar{display:none}.atc-popup__fbt-grid .hp-product-card{flex:0 0 calc((100% - 12px) / 2);min-width:140px;scroll-snap-align:start}.atc-popup__fbt-loading{min-width:100%}.atc-popup__product-name{font-size:14px}.atc-popup-overlay .atc-popup__fbt .hp-section__title{font-size:18px;letter-spacing:.3px;flex:1;min-width:0;white-space:normal;padding:0;border-bottom:none}}@media (max-width:480px){.atc-popup__product{gap:12px;padding:12px;margin:12px 16px 0}.atc-popup__product-img{width:60px;height:60px}.atc-popup__actions{padding:16px}.atc-popup__fbt{padding:20px 16px 0}.atc-popup__fbt-grid{gap:10px}.atc-popup__fbt-grid .hp-product-card{flex-basis:calc((100% - 10px) / 2);min-width:140px}.atc-popup-overlay .atc-popup__fbt .hp-section__title{font-size:16px;letter-spacing:.2px;border-bottom:none}}