.product-page{min-height:100vh;background:#f8f9fa;padding:20px 0 60px}.product-page .wrapper{width:80%;max-width:1920px;margin:0 auto;padding:0 20px}@media screen and (max-width:480px){.product-page .wrapper{width:100%}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .wrapper{width:100%}}.product-page .mobile-back-bar{display:block;margin-bottom:8px}@media(max-width:768px){.product-page .mobile-back-bar{margin:-8px -20px 12px;padding:8px 16px;background:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:50}}.product-page .mobile-back-bar .mobile-back-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;padding:6px 0;color:#2563eb;font-size:14px;font-weight:600;cursor:pointer;transition:color .2s}.product-page .mobile-back-bar .mobile-back-btn svg{font-size:13px}.product-page .mobile-back-bar .mobile-back-btn:active,.product-page .mobile-back-bar .mobile-back-btn:hover{color:#1d4ed8}.product-page .loading-skeleton .skeleton-breadcrumbs{height:20px;width:100%;max-width:300px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:30px}.product-page .loading-skeleton .skeleton-main{display:flex;gap:40px}.product-page .loading-skeleton .skeleton-main .skeleton-gallery{width:45%;aspect-ratio:1}.product-page .loading-skeleton .skeleton-main .skeleton-gallery,.product-page .loading-skeleton .skeleton-main .skeleton-info{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px}.product-page .loading-skeleton .skeleton-main .skeleton-info{flex:1 1;height:400px}.product-page .not-found{text-align:center;padding:80px 20px}.product-page .not-found h1{font-size:28px;color:#333;margin-bottom:10px}@media screen and (max-width:480px){.product-page .not-found h1{font-size:28px}}.product-page .not-found p{color:#666;margin-bottom:30px}.product-page .not-found .back-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--base-color-primary);color:#fff;border-radius:8px;text-decoration:none;transition:background .2s}.product-page .not-found .back-btn:hover{background:#3d8b40}.product-page .breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:25px;font-size:13px}@media screen and (max-width:480px){.product-page .breadcrumbs{font-size:13px}}.product-page .breadcrumbs a{color:#666;text-decoration:none;transition:color .2s}.product-page .breadcrumbs a:hover{color:var(--base-color-primary)}.product-page .breadcrumbs a svg{font-size:14px}@media screen and (max-width:480px){.product-page .breadcrumbs a svg{font-size:14px}}.product-page .breadcrumbs svg{color:#ccc;font-size:10px}@media screen and (max-width:480px){.product-page .breadcrumbs svg{font-size:10px}}.product-page .breadcrumbs .current{color:#333;font-weight:500;max-width:min(300px,100%);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-page .product-main-new{display:grid;grid-template-columns:3fr 4fr 3fr;grid-gap:20px;gap:20px;margin-bottom:30px;align-items:start}@media screen and (max-width:480px){.product-page .product-main-new{grid-template-columns:1fr;gap:20px}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .product-main-new{grid-template-columns:1fr;gap:20px}}.product-page .product-left-column{display:flex;flex-direction:column;gap:12px;position:-webkit-sticky;position:sticky;top:20px}@media screen and (max-width:480px){.product-page .product-left-column{position:static}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .product-left-column{position:static}}.product-page .product-image-container{flex:0 0 auto;width:100%;max-width:100%;min-width:0;overflow:hidden;display:flex;flex-direction:column}.product-page .product-image-container .main-product-image{position:relative;background:#fff;border:1px solid #eee;border-radius:12px;padding:30px;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;box-shadow:0 1px 3px rgba(0,0,0,.05);width:100%;max-width:100%;box-sizing:border-box}@media screen and (max-width:480px){.product-page .product-image-container .main-product-image{padding:16px}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .product-image-container .main-product-image{padding:16px}}.product-page .product-image-container .main-product-image img{max-width:100%;max-height:100%;object-fit:contain;background:#fff}.product-page .product-image-container .main-product-image .image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5e7eb,#f3f4f6);border-radius:8px}.product-page .product-image-container .main-product-image .image-placeholder .placeholder-logo{max-width:60%;max-height:60%;opacity:.5;filter:grayscale(100%)}.product-page .product-image-container .main-product-image .eco-badge-overlay{position:absolute;top:12px;left:12px;background:#16a34a;color:#fff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:4px}@media screen and (max-width:480px){.product-page .product-image-container .main-product-image .eco-badge-overlay{font-size:11px}}.product-page .product-image-container .image-thumbnails{display:flex;gap:8px;flex-wrap:wrap}.product-page .product-image-container .image-thumbnails .thumbnail-btn{width:60px;height:60px;border:2px solid #eee;border-radius:8px;padding:6px;background:#fff;cursor:pointer;transition:all .2s}.product-page .product-image-container .image-thumbnails .thumbnail-btn:hover{border-color:#ccc}.product-page .product-image-container .image-thumbnails .thumbnail-btn.active{border-color:var(--base-color-primary)}.product-page .product-image-container .image-thumbnails .thumbnail-btn img{width:100%;height:100%;object-fit:contain}.product-page .product-image-container .image-thumbnails .thumbnail-btn .thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5e7eb,#f3f4f6);border-radius:4px}.product-page .product-image-container .image-thumbnails .thumbnail-btn .thumbnail-placeholder img{max-width:70%;max-height:70%;opacity:.4;filter:grayscale(100%)}.product-page .product-center-column{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.05);height:100%}.product-page .product-title-section{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #eee}.product-page .product-title-section .product-badges-inline{display:flex;gap:6px;margin-bottom:8px}.product-page .product-title-section .product-badges-inline .badge-inline{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600}@media screen and (max-width:480px){.product-page .product-title-section .product-badges-inline .badge-inline{font-size:11px}}.product-page .product-title-section .product-badges-inline .badge-inline.badge-original{background:#e3f2fd;color:#1565c0}.product-page .product-title-section .product-badges-inline .badge-inline.badge-compatibil{background:#e8f5e9;color:#2e7d32}.product-page .product-title-section .product-badges-inline .badge-inline.eco-badge-inline{background:#16a34a;color:#fff;display:flex;align-items:center;gap:4px}.product-page .product-title-section .product-badges-inline .badge-inline.high-yield-badge-inline{background:#ede9fe;color:#5b21b6;border:1px solid #c4b5fd;font-weight:700}.product-page .product-title-section .product-title{font-size:22px;font-weight:700;color:#222;margin:0 0 8px;line-height:1.3}@media screen and (max-width:480px){.product-page .product-title-section .product-title{font-size:22px}}.product-page .product-title-section .article-number{font-size:12px;color:#888;margin:0 0 4px}@media screen and (max-width:480px){.product-page .product-title-section .article-number{font-size:12px}}.product-page .product-title-section .brand-subtitle{font-size:12px;color:#999;margin:0}@media screen and (max-width:480px){.product-page .product-title-section .brand-subtitle{font-size:12px}}.product-page .info-section{padding:12px 0;margin-bottom:12px;border-bottom:1px solid #f0f0f0}.product-page .info-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-page .info-section .section-title{font-size:11px;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px}@media screen and (max-width:480px){.product-page .info-section .section-title{font-size:11px}}.product-page .info-section .info-grid{display:flex;flex-direction:column;gap:8px}.product-page .info-section .info-row{display:flex;justify-content:space-between;gap:10px}.product-page .info-section .info-row .info-label{font-size:13px;color:#666}@media screen and (max-width:480px){.product-page .info-section .info-row .info-label{font-size:13px}}.product-page .info-section .info-row .info-value{font-size:13px;color:#222;font-weight:500;text-align:right}@media screen and (max-width:480px){.product-page .info-section .info-row .info-value{font-size:13px}}.product-page .info-section .info-row .info-value.color-value{display:flex;align-items:center;justify-content:flex-end;gap:6px}.product-page .info-section .info-row .info-value.color-value .color-swatch{width:14px;height:14px;border-radius:50%;border:1px solid #ddd}.product-page .info-section .info-row .info-value.color-value .color-swatch.color-black{background:#000}.product-page .info-section .info-row .info-value.color-value .color-swatch.color-cyan{background:#00bcd4}.product-page .info-section .info-row .info-value.color-value .color-swatch.color-magenta{background:#e91e63}.product-page .info-section .info-row .info-value.color-value .color-swatch.color-yellow{background:#ffeb3b}.product-page .info-section .info-row .info-value.color-value .page-yield{color:#666}.product-page .info-section .info-row .info-value.price-per-page-value{color:#1976d2;font-weight:600}.product-page .description-section .description-content{font-size:13px;color:#555;line-height:1.6}@media screen and (max-width:480px){.product-page .description-section .description-content{font-size:13px}}.product-page .description-section .description-content .short-desc{font-weight:600;color:#333;margin-bottom:10px}.product-page .description-section .description-content p{margin-bottom:8px}.product-page .description-section .description-content .no-description{color:#9ca3af;font-style:italic}.product-page .description-section-full{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;margin-bottom:30px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.product-page .description-section-full .section-title{font-size:14px;font-weight:700;color:#333;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #f0f0f0;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width:480px){.product-page .description-section-full .section-title{font-size:14px}}.product-page .description-section-full .description-content{font-size:13px;color:#555;line-height:1.7}@media screen and (max-width:480px){.product-page .description-section-full .description-content{font-size:13px}}.product-page .description-section-full .description-content p{margin:0}.product-page .description-section-full .description-content .product-rich-line{font-size:14px;color:#1a1a1a;background:#f7f9fc;border-left:3px solid #2563eb;padding:10px 14px;margin:0 0 14px;border-radius:4px;letter-spacing:.2px}@media screen and (max-width:480px){.product-page .description-section-full .description-content .product-rich-line{font-size:14px}}.product-page .product-right-column{display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:20px;align-self:flex-start;max-height:calc(100vh - 40px);overflow-y:auto}@media(max-width:1023px){.product-page .product-right-column{position:static;max-height:none;overflow-y:visible}}.product-page .price-cart-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 6px 18px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04)}.product-page .price-cart-card .brand-logo-header{text-align:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #f0f0f0}.product-page .price-cart-card .brand-logo-header img{max-width:100px;max-height:40px;object-fit:contain}.product-page .price-cart-card .price-display{margin-bottom:15px;text-align:center;padding:12px 8px 10px;border-radius:10px;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #f1f5f9;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6)}.product-page .price-cart-card .price-display .price-main{font-size:32px;font-weight:700;color:#222;margin-bottom:4px}@media screen and (max-width:480px){.product-page .price-cart-card .price-display .price-main{font-size:32px}}.product-page .price-cart-card .price-display .price-main.discounted-price{color:#dc2626}.product-page .price-cart-card .price-display .price-original-crossed{font-size:16px;color:#9ca3af;text-decoration:line-through;margin-bottom:2px}@media screen and (max-width:480px){.product-page .price-cart-card .price-display .price-original-crossed{font-size:16px}}.product-page .price-cart-card .price-display .price-with-discount .price-main{color:#dc2626}.product-page .price-cart-card .price-display .price-discount-badge{display:inline-block;margin-top:4px;padding:2px 10px;border-radius:12px;background:#fee2e2;color:#dc2626;font-size:13px;font-weight:700}@media screen and (max-width:480px){.product-page .price-cart-card .price-display .price-discount-badge{font-size:13px}}.product-page .price-cart-card .price-display .price-subtitle{font-size:12px;color:#888}@media screen and (max-width:480px){.product-page .price-cart-card .price-display .price-subtitle{font-size:12px}}.product-page .price-cart-card .eco-price-hint{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;text-decoration:none;transition:background .2s,border-color .2s;cursor:pointer}.product-page .price-cart-card .eco-price-hint:hover{background:#dcfce7;border-color:#86efac}.product-page .price-cart-card .eco-price-hint .eco-hint-leaf{color:#16a34a;font-size:18px;flex-shrink:0}.product-page .price-cart-card .eco-price-hint .eco-hint-text{flex:1 1;display:flex;flex-direction:column;gap:2px}.product-page .price-cart-card .eco-price-hint .eco-hint-label{font-size:12px;font-weight:600;color:#15803d;text-transform:uppercase;letter-spacing:.4px}.product-page .price-cart-card .eco-price-hint .eco-hint-price{font-size:13px;color:#374151}.product-page .price-cart-card .eco-price-hint .eco-hint-price strong{color:#16a34a;font-weight:700}.product-page .price-cart-card .eco-price-hint .eco-hint-price em{font-style:normal;color:#6b7280;font-size:12px}.product-page .price-cart-card .eco-price-hint .eco-hint-arrow{color:#16a34a;font-size:12px;flex-shrink:0}.product-page .price-cart-card .eco-price-hint.eco-premium{background:#eff6ff;border-color:#bfdbfe}.product-page .price-cart-card .eco-price-hint.eco-premium:hover{background:#dbeafe;border-color:#93c5fd}.product-page .price-cart-card .eco-price-hint.eco-premium .eco-hint-leaf{color:#2563eb}.product-page .price-cart-card .eco-price-hint.eco-premium .eco-hint-label{color:#1d4ed8}.product-page .price-cart-card .eco-price-hint.eco-premium .eco-hint-arrow,.product-page .price-cart-card .eco-price-hint.eco-premium .eco-hint-price strong{color:#2563eb}.product-page .price-cart-card .volume-discounts-section-compact{margin-bottom:15px}.product-page .price-cart-card .volume-discounts-section-compact .section-header-discount{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding-left:4px}.product-page .price-cart-card .volume-discounts-section-compact .section-header-discount .discount-icon{width:18px;height:18px;background:#16a34a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}@media screen and (max-width:480px){.product-page .price-cart-card .volume-discounts-section-compact .section-header-discount .discount-icon{font-size:11px}}.product-page .price-cart-card .volume-discounts-section-compact .section-header-discount strong{font-size:12px;color:#16a34a;font-weight:700}@media screen and (max-width:480px){.product-page .price-cart-card .volume-discounts-section-compact .section-header-discount strong{font-size:12px}}.product-page .price-cart-card .volume-discounts-section-compact .discount-tiers-compact{display:flex;flex-direction:column;gap:8px;padding:12px;background:rgba(22,163,74,.05);border-radius:6px;border:1px solid rgba(22,163,74,.15)}.product-page .price-cart-card .volume-discounts-section-compact .discount-tiers-compact .discount-tier-line{display:grid;grid-template-columns:50px 35px 1fr;grid-gap:6px;gap:6px;font-size:10px;font-weight:500;align-items:center}@media screen and (max-width:480px){.product-page .price-cart-card .volume-discounts-section-compact .discount-tiers-compact .discount-tier-line{font-size:10px}}.product-page .price-cart-card .volume-discounts-section-compact .discount-tiers-compact .discount-tier-line .tier-qty{color:#6b7280}.product-page .price-cart-card .volume-discounts-section-compact .discount-tiers-compact .discount-tier-line .tier-discount{background:#16a34a;color:#fff;padding:2px 4px;border-radius:4px;font-weight:700;text-align:center;font-size:9px}@media screen and (max-width:480px){.product-page .price-cart-card .volume-discounts-section-compact .discount-tiers-compact .discount-tier-line .tier-discount{font-size:9px}}.product-page .price-cart-card .volume-discounts-section-compact .discount-tiers-compact .discount-tier-line .tier-price-small{color:#16a34a;font-weight:600;text-align:right;font-size:10px}@media screen and (max-width:480px){.product-page .price-cart-card .volume-discounts-section-compact .discount-tiers-compact .discount-tier-line .tier-price-small{font-size:10px}}.product-page .price-cart-card .volume-discounts-section-compact .current-savings-notice{margin-top:8px;padding:8px;background:rgba(22,163,74,.1);border-radius:4px;font-size:11px;color:#16a34a;text-align:center}@media screen and (max-width:480px){.product-page .price-cart-card .volume-discounts-section-compact .current-savings-notice{font-size:11px}}.product-page .price-cart-card .volume-discounts-section-compact .current-savings-notice strong{font-weight:700;color:#15803d}.product-page .price-cart-card .quantity-controls{display:flex;border:1px solid #ddd;border-radius:6px;overflow:hidden;margin-bottom:12px}.product-page .price-cart-card .quantity-controls .qty-btn{width:40px;height:40px;background:#f5f5f5;border:none;cursor:pointer;font-size:16px;transition:background .2s}@media screen and (max-width:480px){.product-page .price-cart-card .quantity-controls .qty-btn{font-size:16px}}.product-page .price-cart-card .quantity-controls .qty-btn:hover:not(:disabled){background:#e0e0e0}.product-page .price-cart-card .quantity-controls .qty-btn:disabled{opacity:.5;cursor:not-allowed}.product-page .price-cart-card .quantity-controls .qty-input{flex:1 1;border:1px solid #ddd;border-top:none;border-bottom:none;text-align:center;font-size:14px;font-weight:600}@media screen and (max-width:480px){.product-page .price-cart-card .quantity-controls .qty-input{font-size:14px}}.product-page .price-cart-card .quantity-controls .qty-input:focus{outline:none}.product-page .price-cart-card .add-to-cart-main-btn{width:100%;padding:16px 18px;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;letter-spacing:.2px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:12px;box-shadow:0 6px 14px rgba(6,182,212,.25);transition:transform .15s ease,box-shadow .15s ease,background .2s}@media screen and (max-width:480px){.product-page .price-cart-card .add-to-cart-main-btn{font-size:16px}}.product-page .price-cart-card .add-to-cart-main-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(6,182,212,.4);background:linear-gradient(135deg,#0891b2,#0e7490)}.product-page .price-cart-card .add-to-cart-main-btn:active{transform:translateY(0);box-shadow:0 4px 10px rgba(6,182,212,.3)}.product-page .price-cart-card .add-to-cart-main-btn:focus-visible{outline:3px solid rgba(6,182,212,.5);outline-offset:2px}.product-page .price-cart-card .add-to-cart-main-btn:disabled{cursor:not-allowed;opacity:.7;box-shadow:none}.product-page .price-cart-card .add-to-cart-main-btn:disabled:hover{transform:none;box-shadow:none}.product-page .price-cart-card .add-to-cart-main-btn svg{font-size:18px}@media screen and (max-width:480px){.product-page .price-cart-card .add-to-cart-main-btn svg{font-size:18px}}.product-page .price-cart-card .out-of-stock-notice{padding:12px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;font-size:13px;font-weight:600;text-align:center;margin-bottom:12px}@media screen and (max-width:480px){.product-page .price-cart-card .out-of-stock-notice{font-size:13px}}.product-page .price-cart-card .add-to-cart-main-btn.preorder-btn{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 6px 14px rgba(245,158,11,.3)}.product-page .price-cart-card .add-to-cart-main-btn.preorder-btn:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 10px 22px rgba(245,158,11,.4)}.product-page .price-cart-card .add-to-cart-main-btn.unavailable-btn{background:#e5e7eb;color:#6b7280;box-shadow:none;cursor:not-allowed}.product-page .price-cart-card .add-to-cart-main-btn.unavailable-btn:hover{transform:none;box-shadow:none;background:#e5e7eb}.product-page .price-cart-card .restock-notify-link{width:100%;background:transparent;border:1px dashed #06b6d4;color:#0891b2;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease;margin-bottom:12px}@media screen and (max-width:480px){.product-page .price-cart-card .restock-notify-link{font-size:13px}}.product-page .price-cart-card .restock-notify-link:hover{background:rgba(6,182,212,.08);border-style:solid}.product-page .price-cart-card .restock-notify-link:focus-visible{outline:2px solid rgba(6,182,212,.6);outline-offset:2px}.product-page .price-cart-card .preorder-notice{display:flex;align-items:flex-start;gap:10px;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #f59e0b;border-radius:8px;padding:12px 14px;margin-bottom:12px}.product-page .price-cart-card .preorder-notice .icon{color:#f59e0b;font-size:18px;flex-shrink:0;margin-top:1px}@media screen and (max-width:480px){.product-page .price-cart-card .preorder-notice .icon{font-size:18px}}.product-page .price-cart-card .preorder-notice span{font-size:13px;color:#92400e;line-height:1.5}@media screen and (max-width:480px){.product-page .price-cart-card .preorder-notice span{font-size:13px}}.product-page .price-cart-card .preorder-notice span strong{color:#78350f}.product-page .price-cart-card .delivery-info-compact{margin-bottom:12px}.product-page .price-cart-card .delivery-info-compact p{font-size:12px;color:#555;display:flex;align-items:center;gap:6px;margin:0}@media screen and (max-width:480px){.product-page .price-cart-card .delivery-info-compact p{font-size:12px}}.product-page .price-cart-card .delivery-info-compact p .icon{color:#16a34a}.product-page .price-cart-card .delivery-info-compact p strong{font-weight:600}.product-page .price-cart-card .customer-bought-notice{font-size:11px;color:#888;text-align:center}@media screen and (max-width:480px){.product-page .price-cart-card .customer-bought-notice{font-size:11px}}.product-page .price-cart-card .customer-bought-notice strong{color:#333;font-weight:600}.product-page .product-main{display:flex;gap:40px;margin-bottom:50px}@media screen and (max-width:480px){.product-page .product-main{flex-direction:column;gap:25px}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .product-main{flex-direction:column;gap:25px}}.product-page .product-gallery{width:45%;flex-shrink:0}@media screen and (max-width:480px){.product-page .product-gallery{width:100%}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .product-gallery{width:100%}}.product-page .product-gallery .main-image{position:relative;background:#fff;border-radius:12px;padding:30px;display:flex;align-items:center;justify-content:center;border:1px solid #eee;margin-bottom:15px}.product-page .product-gallery .main-image img{max-width:100%;max-height:350px;object-fit:contain}.product-page .product-gallery .main-image .eco-badge{position:absolute;top:15px;left:15px;background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:5px}@media screen and (max-width:480px){.product-page .product-gallery .main-image .eco-badge{font-size:12px}}.product-page .product-gallery .thumbnail-list{display:flex;gap:10px;overflow-x:auto;padding:5px 0}.product-page .product-gallery .thumbnail-list .thumbnail{width:70px;height:70px;flex-shrink:0;border:2px solid #eee;border-radius:8px;background:#fff;cursor:pointer;padding:5px;transition:border-color .2s}.product-page .product-gallery .thumbnail-list .thumbnail:hover{border-color:#ccc}.product-page .product-gallery .thumbnail-list .thumbnail.active{border-color:var(--base-color-primary)}.product-page .product-gallery .thumbnail-list .thumbnail img{width:100%;height:100%;object-fit:contain}.product-page .product-info{flex:1 1}.product-page .product-info .product-header{margin-bottom:20px}.product-page .product-info .product-header .badges{display:flex;gap:8px;margin-bottom:10px}.product-page .product-info .product-header .badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}@media screen and (max-width:480px){.product-page .product-info .product-header .badge{font-size:12px}}.product-page .product-info .product-header .badge.type-badge{background:#e3f2fd;color:#1565c0}.product-page .product-info .product-header .badge.badge-original{background:#fff3e0;color:#e65100}.product-page .product-info .product-header .badge.badge-compatibil{background:#e8f5e9;color:#2e7d32}.product-page .product-info .product-header .badge.badge-remanufacturat{background:#f3e5f5;color:#7b1fa2}.product-page .product-info .product-header .badge.eco{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32}.product-page .product-info .product-header .brand-name{display:block;font-size:13px;color:#666;text-transform:uppercase;margin-bottom:8px;font-weight:500}@media screen and (max-width:480px){.product-page .product-info .product-header .brand-name{font-size:13px}}.product-page .product-info .product-header h1{font-size:24px;font-weight:700;color:#222;margin:0 0 10px;line-height:1.3}@media screen and (max-width:480px){.product-page .product-info .product-header h1{font-size:24px;font-size:20px}}@media screen and (max-width:480px)and (max-width:480px){.product-page .product-info .product-header h1{font-size:20px}}.product-page .product-info .product-header .oem-code,.product-page .product-info .product-header .sku{font-size:13px;color:#888;margin:4px 0}@media screen and (max-width:480px){.product-page .product-info .product-header .oem-code,.product-page .product-info .product-header .sku{font-size:13px}}.product-page .product-info .price-card{background:#fff;border-radius:12px;padding:20px;border:1px solid #eee;margin-bottom:20px}.product-page .product-info .price-card .price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-bottom:12px}.product-page .product-info .price-card .price-row .price{font-size:32px;font-weight:700;color:#222}@media screen and (max-width:480px){.product-page .product-info .price-card .price-row .price{font-size:32px}}.product-page .product-info .price-card .price-row .price.discounted{color:#16a34a}.product-page .product-info .price-card .price-row .price-original{font-size:18px;color:#9ca3af;text-decoration:line-through}@media screen and (max-width:480px){.product-page .product-info .price-card .price-row .price-original{font-size:18px}}.product-page .product-info .price-card .price-row .discount-badge{padding:4px 10px;background:#22c55e;color:#fff;border-radius:20px;font-size:14px;font-weight:700}@media screen and (max-width:480px){.product-page .product-info .price-card .price-row .discount-badge{font-size:14px}}.product-page .product-info .price-card .price-row .price-vat{font-size:13px;color:#888}@media screen and (max-width:480px){.product-page .product-info .price-card .price-row .price-vat{font-size:13px}}.product-page .product-info .price-card .volume-discount-notice{padding:8px 12px;background:#dcfce7;border-radius:6px;font-size:13px;color:#16a34a;margin-bottom:12px}@media screen and (max-width:480px){.product-page .product-info .price-card .volume-discount-notice{font-size:13px}}.product-page .product-info .price-card .stock-status{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;margin-bottom:10px}@media screen and (max-width:480px){.product-page .product-info .price-card .stock-status{font-size:14px}}.product-page .product-info .price-card .stock-status.in-stock{color:#2e7d32}.product-page .product-info .price-card .stock-status.in-stock svg{color:#4caf50}.product-page .product-info .price-card .stock-status.out-of-stock{color:#c62828}.product-page .product-info .price-card .delivery-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#1976d2;margin-bottom:20px}@media screen and (max-width:480px){.product-page .product-info .price-card .delivery-info{font-size:14px}}.product-page .product-info .price-card .delivery-info svg{font-size:16px}@media screen and (max-width:480px){.product-page .product-info .price-card .delivery-info svg{font-size:16px}}.product-page .product-info .price-card .cart-section{display:flex;gap:15px;align-items:center}@media screen and (max-width:480px){.product-page .product-info .price-card .cart-section{flex-direction:column}}.product-page .product-info .price-card .quantity-selector{display:flex;align-items:center;border:2px solid #eee;border-radius:8px;overflow:hidden}.product-page .product-info .price-card .quantity-selector button{width:40px;height:40px;background:#f5f5f5;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.product-page .product-info .price-card .quantity-selector button:hover:not(:disabled){background:#eee}.product-page .product-info .price-card .quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.product-page .product-info .price-card .quantity-selector button svg{font-size:12px;color:#333}@media screen and (max-width:480px){.product-page .product-info .price-card .quantity-selector button svg{font-size:12px}}.product-page .product-info .price-card .quantity-selector .qty-value{width:50px;text-align:center;font-size:16px;font-weight:600;background:#fff}@media screen and (max-width:480px){.product-page .product-info .price-card .quantity-selector .qty-value{font-size:16px}}.product-page .product-info .price-card .add-to-cart-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;background:var(--base-color-primary);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}@media screen and (max-width:480px){.product-page .product-info .price-card .add-to-cart-btn{font-size:16px}}.product-page .product-info .price-card .add-to-cart-btn:hover{background:#409343;transform:translateY(-1px)}.product-page .product-info .price-card .add-to-cart-btn svg{font-size:18px}@media screen and (max-width:480px){.product-page .product-info .price-card .add-to-cart-btn svg{font-size:18px}.product-page .product-info .price-card .add-to-cart-btn{width:100%}}.product-page .product-info .price-card .in-cart-notice{display:flex;align-items:center;gap:6px;font-size:13px;color:#2e7d32;margin-top:15px;padding:10px 15px;background:#e8f5e9;border-radius:8px}@media screen and (max-width:480px){.product-page .product-info .price-card .in-cart-notice{font-size:13px}}.product-page .product-info .trust-badges{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;margin-bottom:20px}@media screen and (max-width:480px){.product-page .product-info .trust-badges{grid-template-columns:1fr}}.product-page .product-info .trust-badges .trust-badge{display:flex;align-items:center;gap:12px;padding:15px;background:#fff;border-radius:8px;border:1px solid #eee}.product-page .product-info .trust-badges .trust-badge svg{font-size:24px;color:var(--base-color-primary);flex-shrink:0}@media screen and (max-width:480px){.product-page .product-info .trust-badges .trust-badge svg{font-size:24px}}.product-page .product-info .trust-badges .trust-badge strong{display:block;font-size:13px;color:#333}@media screen and (max-width:480px){.product-page .product-info .trust-badges .trust-badge strong{font-size:13px}}.product-page .product-info .trust-badges .trust-badge span{display:block;font-size:11px;color:#888}@media screen and (max-width:480px){.product-page .product-info .trust-badges .trust-badge span{font-size:11px}}.product-page .product-info .eco-benefits{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:2px solid #4caf50;border-radius:12px;padding:20px}.product-page .product-info .eco-benefits h3{display:flex;align-items:center;gap:8px;font-size:16px;color:#2e7d32;margin:0 0 15px}@media screen and (max-width:480px){.product-page .product-info .eco-benefits h3{font-size:16px}}.product-page .product-info .eco-benefits h3 svg{font-size:20px}@media screen and (max-width:480px){.product-page .product-info .eco-benefits h3 svg{font-size:20px}}.product-page .product-info .eco-benefits .benefits-list{display:flex;flex-direction:column;gap:10px}.product-page .product-info .eco-benefits .benefit{display:flex;align-items:center;gap:10px;font-size:14px;color:#1b5e20}@media screen and (max-width:480px){.product-page .product-info .eco-benefits .benefit{font-size:14px}}.product-page .product-info .eco-benefits .benefit svg{color:#4caf50;font-size:16px}@media screen and (max-width:480px){.product-page .product-info .eco-benefits .benefit svg{font-size:16px}}.product-page .product-details-section{display:flex;gap:30px}@media screen and (max-width:480px){.product-page .product-details-section{flex-direction:column}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .product-details-section{flex-direction:column}}.product-page .product-details-section .details-content{flex:1 1}.product-page .product-details-section .details-sidebar{width:320px;flex-shrink:0}@media screen and (max-width:480px){.product-page .product-details-section .details-sidebar{width:100%}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .product-details-section .details-sidebar{width:100%}}.product-page .product-details-section .detail-block{background:#fff;border-radius:12px;padding:25px;border:1px solid #eee;margin-bottom:20px}.product-page .product-details-section .detail-block h2{font-size:18px;font-weight:600;color:#333;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}@media screen and (max-width:480px){.product-page .product-details-section .detail-block h2{font-size:18px}}.product-page .product-details-section .detail-block .description-text{font-size:14px;color:#555;line-height:1.7}@media screen and (max-width:480px){.product-page .product-details-section .detail-block .description-text{font-size:14px}}.product-page .product-details-section .detail-block .description-text .short-desc{font-weight:500;color:#333;margin-bottom:15px}.product-page .product-details-section .detail-block .description-text p{margin-bottom:12px}.product-page .product-details-section .detail-block .specs-table{width:100%;border-collapse:collapse}.product-page .product-details-section .detail-block .specs-table tr{border-bottom:1px solid #f0f0f0}.product-page .product-details-section .detail-block .specs-table tr:last-child{border-bottom:none}.product-page .product-details-section .detail-block .specs-table td{padding:12px 0;font-size:14px}@media screen and (max-width:480px){.product-page .product-details-section .detail-block .specs-table td{font-size:14px}}.product-page .product-details-section .detail-block .specs-table .spec-label{color:#666;width:40%}.product-page .product-details-section .detail-block .specs-table .spec-value{color:#333;font-weight:500}.product-page .product-details-section .volume-discount-card{background:linear-gradient(135deg,#fff8e1,#ffecb3);border:2px solid #ffc107;border-radius:12px;padding:20px;margin-bottom:20px}.product-page .product-details-section .volume-discount-card h3{font-size:16px;font-weight:600;color:#f57c00;margin:0 0 15px}@media screen and (max-width:480px){.product-page .product-details-section .volume-discount-card h3{font-size:16px}}.product-page .product-details-section .volume-discount-card .discount-tiers{display:flex;flex-direction:column;gap:8px;margin-bottom:15px}.product-page .product-details-section .volume-discount-card .tier-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:hsla(0,0%,100%,.7);border-radius:8px;border:1px solid transparent;transition:all .2s}.product-page .product-details-section .volume-discount-card .tier-item.active{background:#fff;border-color:#ff9800;box-shadow:0 2px 8px rgba(255,152,0,.2)}.product-page .product-details-section .volume-discount-card .tier-item .tier-qty{font-size:13px;font-weight:600;color:#5d4037;min-width:60px}@media screen and (max-width:480px){.product-page .product-details-section .volume-discount-card .tier-item .tier-qty{font-size:13px}}.product-page .product-details-section .volume-discount-card .tier-item .tier-discount{padding:3px 8px;background:#22c55e;color:#fff;border-radius:12px;font-size:12px;font-weight:700}@media screen and (max-width:480px){.product-page .product-details-section .volume-discount-card .tier-item .tier-discount{font-size:12px}}.product-page .product-details-section .volume-discount-card .tier-item .tier-price{flex:1 1;font-size:13px;color:#333;font-weight:500;text-align:right}@media screen and (max-width:480px){.product-page .product-details-section .volume-discount-card .tier-item .tier-price{font-size:13px}}.product-page .product-details-section .volume-discount-card .tier-item .tier-add-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ff9800;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.product-page .product-details-section .volume-discount-card .tier-item .tier-add-btn:hover{background:#f57c00}.product-page .product-details-section .volume-discount-card .tier-item .tier-add-btn svg{font-size:12px}@media screen and (max-width:480px){.product-page .product-details-section .volume-discount-card .tier-item .tier-add-btn svg{font-size:12px}}.product-page .product-details-section .volume-discount-card .current-savings{padding:10px 12px;background:rgba(34,197,94,.1);border-radius:8px;font-size:13px;color:#16a34a;text-align:center}@media screen and (max-width:480px){.product-page .product-details-section .volume-discount-card .current-savings{font-size:13px}}.product-page .product-details-section .volume-discount-card .current-savings strong{color:#15803d}.product-page .product-details-section .volume-discount-card .discount-info{font-size:14px;color:#5d4037;margin-bottom:15px}@media screen and (max-width:480px){.product-page .product-details-section .volume-discount-card .discount-info{font-size:14px}}.product-page .product-details-section .volume-discount-card .discount-info strong{color:#e65100}.product-page .product-details-section .volume-discount-card .add-multiple-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#ff9800;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}@media screen and (max-width:480px){.product-page .product-details-section .volume-discount-card .add-multiple-btn{font-size:14px}}.product-page .product-details-section .volume-discount-card .add-multiple-btn:hover{background:#f57c00}.product-page .product-details-section .why-choose-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;margin-bottom:20px}.product-page .product-details-section .why-choose-card h3{font-size:16px;font-weight:600;color:#333;margin:0 0 15px}@media screen and (max-width:480px){.product-page .product-details-section .why-choose-card h3{font-size:16px}}.product-page .product-details-section .why-choose-card ul{list-style:none;padding:0;margin:0}.product-page .product-details-section .why-choose-card ul li{display:flex;align-items:center;gap:10px;font-size:14px;color:#555;padding:8px 0;border-bottom:1px solid #f5f5f5}@media screen and (max-width:480px){.product-page .product-details-section .why-choose-card ul li{font-size:14px}}.product-page .product-details-section .why-choose-card ul li:last-child{border-bottom:none}.product-page .product-details-section .why-choose-card ul li svg{color:var(--base-color-primary);font-size:14px}@media screen and (max-width:480px){.product-page .product-details-section .why-choose-card ul li svg{font-size:14px}}.product-page .product-details-section .compatible-printers-cta{display:flex;align-items:center;gap:15px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:2px solid #2196f3;border-radius:12px;padding:20px}.product-page .product-details-section .compatible-printers-cta>svg{font-size:28px;color:#1976d2;flex-shrink:0}@media screen and (max-width:480px){.product-page .product-details-section .compatible-printers-cta>svg{font-size:28px}}.product-page .product-details-section .compatible-printers-cta div{flex:1 1}.product-page .product-details-section .compatible-printers-cta div strong{display:block;font-size:14px;color:#1565c0;margin-bottom:4px}@media screen and (max-width:480px){.product-page .product-details-section .compatible-printers-cta div strong{font-size:14px}}.product-page .product-details-section .compatible-printers-cta div p{font-size:12px;color:#1976d2;margin:0}@media screen and (max-width:480px){.product-page .product-details-section .compatible-printers-cta div p{font-size:12px}}.product-page .product-details-section .compatible-printers-cta .cta-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#2196f3;color:#fff;border-radius:50%;text-decoration:none;transition:background .2s}.product-page .product-details-section .compatible-printers-cta .cta-link:hover{background:#1976d2}.product-page .eco-alternatives-compact{margin:20px 0}.product-page .eco-alternatives-compact .eco-header{display:flex;align-items:center;gap:8px;padding:10px 15px;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:8px 8px 0 0;color:#fff;font-size:14px;font-weight:600}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-header{font-size:14px}}.product-page .eco-alternatives-compact .eco-header .eco-icon{font-size:16px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-header .eco-icon{font-size:16px}}.product-page .eco-alternatives-compact .eco-product-inline{display:grid;grid-template-columns:120px 1fr auto;grid-gap:15px;gap:15px;align-items:center;background:#fff;border:2px solid #16a34a;border-radius:0 0 8px 8px;padding:15px;color:inherit}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-image{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:8px;padding:10px;text-decoration:none;color:inherit;transition:opacity .2s}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-image:hover{opacity:.8}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-image img{max-width:100%;max-height:100%;object-fit:contain}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-image .image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5e7eb,#f3f4f6);border-radius:6px}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-image .image-placeholder .placeholder-logo{max-width:70%;max-height:70%;opacity:.4;filter:grayscale(100%)}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-image .eco-badge-small{position:absolute;top:6px;right:6px;background:#16a34a;color:#fff;padding:3px 6px;border-radius:10px;font-size:10px;font-weight:600;display:flex;align-items:center;gap:3px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-image .eco-badge-small{font-size:10px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info{flex:1 1;text-decoration:none;color:inherit;transition:opacity .2s}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info:hover{opacity:.8}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info:hover h4{color:#16a34a}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info h4{margin:0 0 6px;font-size:16px;font-weight:600;color:#222;transition:color .2s}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info h4{font-size:16px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-code{margin:0 0 8px;font-size:12px;color:#888}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-code{font-size:12px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big{display:flex;align-items:center;gap:10px;background:#dcfce7;border:2px solid #16a34a;border-radius:8px;padding:8px 12px;margin-bottom:8px}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big .saving-percent{font-size:22px;font-weight:900;color:#15803d;white-space:nowrap}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big .saving-percent{font-size:22px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big .saving-detail{display:flex;flex-direction:column;gap:2px}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big .saving-detail .saving-label{font-size:10px;color:#666;text-transform:uppercase;letter-spacing:.3px;font-weight:600}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big .saving-detail .saving-label{font-size:10px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big .saving-detail .saving-prices{display:flex;align-items:center;gap:8px}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big .saving-detail .saving-prices .old-cpp{font-size:12px;color:#999;text-decoration:line-through}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big .saving-detail .saving-prices .old-cpp{font-size:12px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big .saving-detail .saving-prices .new-cpp{font-size:14px;color:#15803d;font-weight:700}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-saving-big .saving-detail .saving-prices .new-cpp{font-size:14px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-cpp-only{margin-bottom:6px}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-cpp-only .cpp-value{font-size:13px;color:#16a34a;font-weight:600}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-cpp-only .cpp-value{font-size:13px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-yield-info{font-size:12px;color:#555;margin-bottom:4px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-yield-info{font-size:12px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-yield-info .yield-more{color:#16a34a;font-weight:600}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-benefits-inline{display:flex;gap:12px;flex-wrap:wrap}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-benefits-inline span{display:flex;align-items:center;gap:4px;font-size:12px;color:#16a34a;font-weight:500}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-benefits-inline span{font-size:12px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-benefits-inline .cost-per-page{color:#65b2fb;font-weight:600}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-delivery-hooks{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-delivery-hooks .delivery-hook{display:flex;align-items:center;gap:4px;font-size:11px;color:#65b2fb;font-weight:600;padding:4px 8px;background:rgba(101,178,251,.1);border-radius:10px;white-space:nowrap}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-delivery-hooks .delivery-hook{font-size:11px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-delivery-hooks .delivery-hook svg{font-size:10px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-delivery-hooks .delivery-hook svg{font-size:10px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price{display:grid;grid-template-columns:auto auto;grid-gap:12px;gap:12px;align-items:stretch;min-width:min(350px,100%)}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-price-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .price-tag{font-size:24px;font-weight:700;color:#16a34a;text-align:right}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .price-tag{font-size:24px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .price-tag .currency{font-size:14px;margin-left:3px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .price-tag .currency{font-size:14px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .price-tag .eco-discounted-price{font-size:24px;font-weight:700;color:#16a34a;margin-bottom:2px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .price-tag .eco-discounted-price{font-size:24px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .price-tag .eco-original-price{font-size:14px;color:#9ca3af;text-decoration:line-through;font-weight:400}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .price-tag .eco-original-price{font-size:14px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-volume-compact{display:flex;flex-direction:column;justify-content:space-around;gap:4px;padding:12px;background:rgba(22,163,74,.05);border-radius:6px;border:1px solid rgba(22,163,74,.15);width:100%;height:100%}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-volume-compact .eco-tier-line{display:grid;grid-template-columns:50px 35px 1fr;grid-gap:6px;gap:6px;font-size:10px;font-weight:500;align-items:center}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-volume-compact .eco-tier-line{font-size:10px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-volume-compact .eco-tier-line .tier-qty{color:#6b7280}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-volume-compact .eco-tier-line .tier-discount{background:#16a34a;color:#fff;padding:2px 4px;border-radius:4px;font-weight:700;text-align:center;font-size:9px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-volume-compact .eco-tier-line .tier-discount{font-size:9px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-volume-compact .eco-tier-line .tier-price-small{color:#16a34a;font-weight:600;text-align:right;font-size:10px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-volume-compact .eco-tier-line .tier-price-small{font-size:10px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .stock-badge{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 8px;border-radius:10px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .stock-badge{font-size:11px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .stock-badge.in-stock{background:rgba(22,163,74,.1);color:#16a34a}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .stock-badge.out-of-stock{background:rgba(239,68,68,.1);color:#ef4444}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-quantity-selector{display:flex;align-items:center;gap:8px;justify-content:center;background:#f3f4f6;border-radius:6px;padding:6px 10px}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-quantity-selector .qty-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;transition:all .2s;color:#6b7280}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-quantity-selector .qty-btn:hover{background:#65b2fb;color:#fff;border-color:#65b2fb}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-quantity-selector .qty-btn svg{font-size:10px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-quantity-selector .qty-btn svg{font-size:10px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-quantity-selector .qty-display{font-size:14px;font-weight:600;color:#1f2937;min-width:30px;text-align:center}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-quantity-selector .qty-display{font-size:14px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .add-to-cart-eco-btn{display:flex;align-items:center;gap:6px;padding:10px 18px;background:linear-gradient(135deg,#65b2fb,#5098e0);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .add-to-cart-eco-btn{font-size:13px}}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .add-to-cart-eco-btn:hover{background:linear-gradient(135deg,#5098e0,#4080c8);opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px rgba(101,178,251,.3)}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .add-to-cart-eco-btn svg{font-size:12px}@media screen and (max-width:480px){.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .add-to-cart-eco-btn svg{font-size:12px}.product-page .eco-alternatives-compact .eco-product-inline{grid-template-columns:1fr;gap:12px}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-image{margin:0 auto}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info{text-align:center}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-benefits-inline,.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-delivery-hooks{justify-content:center}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price{grid-template-columns:1fr;align-items:center;width:100%;min-width:0}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-price-actions{align-items:center;width:100%}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-volume-compact{width:100%}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .eco-alternatives-compact .eco-product-inline{grid-template-columns:1fr;gap:12px}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-image{margin:0 auto}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info{text-align:center}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-benefits-inline,.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-info .eco-delivery-hooks{justify-content:center}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price{grid-template-columns:1fr;align-items:center;width:100%;min-width:0}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-price-actions{align-items:center;width:100%}.product-page .eco-alternatives-compact .eco-product-inline .eco-inline-price .eco-volume-compact{width:100%}}.product-page .compatible-printers-section{margin:20px 0;border:2px solid #65b2fb;border-radius:10px;overflow:hidden}.product-page .compatible-printers-section .printers-header{display:flex;align-items:center;gap:8px;padding:10px 15px;background:linear-gradient(135deg,#65b2fb,#5098e0);color:#fff;font-size:14px;font-weight:600}@media screen and (max-width:480px){.product-page .compatible-printers-section .printers-header{font-size:14px}}.product-page .compatible-printers-section .printers-header .printer-icon{font-size:16px}@media screen and (max-width:480px){.product-page .compatible-printers-section .printers-header .printer-icon{font-size:16px}}.product-page .compatible-printers-section .printers-chips-body{padding:14px 16px;background:#f8fbff}.product-page .compatible-printers-section .printers-chips-body .printers-chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:6px;gap:6px}.product-page .compatible-printers-section .printers-chips-body .printers-chips .printer-chip{display:flex;align-items:center;gap:5px;padding:6px 10px;background:#fff;border:1px solid #c8dff8;border-radius:6px;text-decoration:none;overflow:hidden;transition:border-color .15s,background .15s}.product-page .compatible-printers-section .printers-chips-body .printers-chips .printer-chip:hover{background:#e8f3ff;border-color:#65b2fb}.product-page .compatible-printers-section .printers-chips-body .printers-chips .printer-chip .chip-brand{flex-shrink:0;font-size:10px;font-weight:700;text-transform:uppercase;color:#5098e0;letter-spacing:.3px}@media screen and (max-width:480px){.product-page .compatible-printers-section .printers-chips-body .printers-chips .printer-chip .chip-brand{font-size:10px}}.product-page .compatible-printers-section .printers-chips-body .printers-chips .printer-chip .chip-model{font-size:12px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:480px){.product-page .compatible-printers-section .printers-chips-body .printers-chips .printer-chip .chip-model{font-size:12px}}.product-page .compatible-printers-section .printers-chips-body .printers-toggle{margin-top:10px;display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:none;border:1px solid #5098e0;border-radius:20px;color:#5098e0;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}@media screen and (max-width:480px){.product-page .compatible-printers-section .printers-chips-body .printers-toggle{font-size:12px}}.product-page .compatible-printers-section .printers-chips-body .printers-toggle:hover{background:#5098e0;color:#fff}@media screen and (max-width:480px){.product-page .compatible-printers-section .printers-chips-body{padding:10px 12px}.product-page .compatible-printers-section .printers-chips-body .printers-chips{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:5px}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .compatible-printers-section .printers-chips-body{padding:10px 12px}.product-page .compatible-printers-section .printers-chips-body .printers-chips{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:5px}}.product-page .related-products-section{margin-top:50px;padding-top:40px;border-top:2px solid #eee}.product-page .related-products-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.product-page .related-products-section .section-header h2{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:700;color:#333;margin:0}@media screen and (max-width:480px){.product-page .related-products-section .section-header h2{font-size:22px}}.product-page .related-products-section .section-header h2 svg{color:var(--base-color-primary)}.product-page .related-products-section .section-header .product-count{font-size:14px;color:#666;background:#f5f5f5;padding:6px 14px;border-radius:20px}@media screen and (max-width:480px){.product-page .related-products-section .section-header .product-count{font-size:14px}}.product-page .related-products-section .related-filters{display:flex;flex-wrap:wrap;align-items:center;gap:15px;padding:20px;background:#fff;border-radius:12px;border:1px solid #eee;margin-bottom:25px}.product-page .related-products-section .related-filters .filter-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#333}@media screen and (max-width:480px){.product-page .related-products-section .related-filters .filter-label{font-size:14px}}.product-page .related-products-section .related-filters .filter-label svg{color:#666}.product-page .related-products-section .related-filters .filter-group{display:flex;align-items:center;gap:8px}.product-page .related-products-section .related-filters .filter-group .filter-title{font-size:13px;color:#666}@media screen and (max-width:480px){.product-page .related-products-section .related-filters .filter-group .filter-title{font-size:13px}}.product-page .related-products-section .related-filters .filter-group .filter-buttons{display:flex;flex-wrap:wrap;gap:6px}.product-page .related-products-section .related-filters .filter-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid #ddd;border-radius:20px;background:#fff;font-size:13px;color:#555;cursor:pointer;transition:all .2s}@media screen and (max-width:480px){.product-page .related-products-section .related-filters .filter-btn{font-size:13px}}.product-page .related-products-section .related-filters .filter-btn:hover{border-color:var(--base-color-primary);color:var(--base-color-primary)}.product-page .related-products-section .related-filters .filter-btn.active{background:var(--base-color-primary);border-color:var(--base-color-primary);color:#fff}.product-page .related-products-section .related-filters .filter-btn.eco-btn svg{color:#4caf50}.product-page .related-products-section .related-filters .filter-btn.eco-btn.active svg{color:#fff}.product-page .related-products-section .related-filters .filter-btn .color-dot{width:12px;height:12px;border-radius:50%;border:1px solid #ddd}.product-page .related-products-section .related-filters .filter-btn .color-dot.color-black{background:#333}.product-page .related-products-section .related-filters .filter-btn .color-dot.color-cyan{background:#00bcd4}.product-page .related-products-section .related-filters .filter-btn .color-dot.color-magenta{background:#e91e63}.product-page .related-products-section .related-filters .filter-btn .color-dot.color-yellow{background:#ffeb3b}.product-page .related-products-section .related-filters .filter-btn .color-dot.color-blue{background:#2196f3}.product-page .related-products-section .related-filters .filter-btn .color-dot.color-red{background:#f44336}.product-page .related-products-section .related-filters .filter-btn .color-dot.color-green{background:#4caf50}.product-page .related-products-section .related-filters .clear-filters-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:none;border-radius:20px;background:#ffebee;font-size:13px;color:#c62828;cursor:pointer;transition:background .2s}@media screen and (max-width:480px){.product-page .related-products-section .related-filters .clear-filters-btn{font-size:13px}}.product-page .related-products-section .related-filters .clear-filters-btn:hover{background:#ffcdd2}.product-page .related-products-section .related-loading{text-align:center;padding:40px;color:#666}.product-page .related-products-section .no-related-products{text-align:center;padding:40px;color:#666;background:#f9f9f9;border-radius:12px}.product-page .related-products-section .related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media screen and (max-width:480px){.product-page .related-products-section .related-products-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .related-products-section .related-products-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.product-page .related-products-section .related-products-grid{grid-template-columns:1fr}}.product-page .related-products-section .related-product-card{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;transition:all .2s;display:flex;flex-direction:column}.product-page .related-products-section .related-product-card:hover{border-color:var(--base-color-primary);box-shadow:0 4px 15px rgba(0,0,0,.1)}.product-page .related-products-section .related-product-card .product-image-link{display:block;position:relative;padding:20px;background:#fafafa}.product-page .related-products-section .related-product-card .product-image-link img{width:100%;height:120px;object-fit:contain;transition:transform .2s}.product-page .related-products-section .related-product-card .product-image-link:hover img{transform:scale(1.05)}.product-page .related-products-section .related-product-card .product-image-link .image-placeholder{width:100%;height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5e7eb,#f3f4f6);border-radius:8px}.product-page .related-products-section .related-product-card .product-image-link .image-placeholder .placeholder-logo{max-width:60%;max-height:60%;opacity:.4;filter:grayscale(100%)}.product-page .related-products-section .related-product-card .product-image-link .eco-tag{position:absolute;top:10px;left:10px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;border-radius:50%;font-size:12px}@media screen and (max-width:480px){.product-page .related-products-section .related-product-card .product-image-link .eco-tag{font-size:12px}}.product-page .related-products-section .related-product-card .product-card-content{padding:15px;display:flex;flex-direction:column;flex:1 1}.product-page .related-products-section .related-product-card .product-card-content .type-tag{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;margin-bottom:8px}@media screen and (max-width:480px){.product-page .related-products-section .related-product-card .product-card-content .type-tag{font-size:11px}}.product-page .related-products-section .related-product-card .product-card-content .type-tag.badge-original{background:#fff3e0;color:#e65100}.product-page .related-products-section .related-product-card .product-card-content .type-tag.badge-compatibil{background:#e8f5e9;color:#2e7d32}.product-page .related-products-section .related-product-card .product-card-content .type-tag.badge-remanufacturat{background:#f3e5f5;color:#7b1fa2}.product-page .related-products-section .related-product-card .product-card-content .product-name{display:block;font-size:14px;font-weight:600;color:#333;text-decoration:none;margin-bottom:6px;line-height:1.4;min-height:39.2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:480px){.product-page .related-products-section .related-product-card .product-card-content .product-name{font-size:14px}}.product-page .related-products-section .related-product-card .product-card-content .product-name:hover{color:var(--base-color-primary)}.product-page .related-products-section .related-product-card .product-card-content .product-oem{display:block;font-size:11px;color:#888;margin-bottom:10px}@media screen and (max-width:480px){.product-page .related-products-section .related-product-card .product-card-content .product-oem{font-size:11px}}.product-page .related-products-section .related-product-card .product-card-content .product-price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.product-page .related-products-section .related-product-card .product-card-content .product-price-row .price{font-size:18px;font-weight:700;color:#222}@media screen and (max-width:480px){.product-page .related-products-section .related-product-card .product-card-content .product-price-row .price{font-size:18px}}.product-page .related-products-section .related-product-card .product-card-content .product-price-row .stock{display:flex;align-items:center;gap:4px;font-size:11px}@media screen and (max-width:480px){.product-page .related-products-section .related-product-card .product-card-content .product-price-row .stock{font-size:11px}}.product-page .related-products-section .related-product-card .product-card-content .product-price-row .stock.in-stock{color:#2e7d32}.product-page .related-products-section .related-product-card .product-card-content .product-price-row .stock.out-of-stock{color:#c62828}.product-page .related-products-section .related-product-card .product-card-content .add-to-cart-btn-small{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;margin-top:auto;background:var(--base-color-primary);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}@media screen and (max-width:480px){.product-page .related-products-section .related-product-card .product-card-content .add-to-cart-btn-small{font-size:13px}}.product-page .related-products-section .related-product-card .product-card-content .add-to-cart-btn-small:hover{background:#409343}.product-page .related-products-section .related-product-card .product-card-content .add-to-cart-btn-small svg{font-size:14px}@media screen and (max-width:480px){.product-page .related-products-section .related-product-card .product-card-content .add-to-cart-btn-small svg{font-size:14px}}.product-page .related-products-section .related-product-card .product-card-content .add-to-cart-btn-small.preorder-btn-small{background:#f57c00}.product-page .related-products-section .related-product-card .product-card-content .add-to-cart-btn-small.preorder-btn-small:hover{background:#cc6700}.product-page .related-products-section .related-product-card .product-card-content .add-to-cart-btn-small.disabled-cta{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.product-page .sibling-colors-section{margin-top:40px;padding:30px;background:#f8f9fa;border-radius:12px}.product-page .sibling-colors-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.product-page .sibling-colors-section .section-header h2{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:#222;margin:0}@media screen and (max-width:480px){.product-page .sibling-colors-section .section-header h2{font-size:20px}}.product-page .sibling-colors-section .section-header h2 svg{color:var(--base-color-primary)}.product-page .sibling-colors-section .section-header .product-count{font-size:14px;color:#666;background:#fff;padding:6px 12px;border-radius:20px}@media screen and (max-width:480px){.product-page .sibling-colors-section .section-header .product-count{font-size:14px}}.product-page .sibling-colors-section .section-subtitle{font-size:14px;color:#6b7280;margin:-10px 0 20px}@media screen and (max-width:480px){.product-page .sibling-colors-section .section-subtitle{font-size:14px}}.product-page .sibling-colors-section .related-filters{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:16px 20px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;margin-bottom:20px}.product-page .sibling-colors-section .related-filters .filter-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#333}@media screen and (max-width:480px){.product-page .sibling-colors-section .related-filters .filter-label{font-size:14px}}.product-page .sibling-colors-section .related-filters .filter-label svg{color:#666}.product-page .sibling-colors-section .related-filters .filter-group{display:flex;align-items:center;gap:8px}.product-page .sibling-colors-section .related-filters .filter-group .filter-title{font-size:13px;color:#666}@media screen and (max-width:480px){.product-page .sibling-colors-section .related-filters .filter-group .filter-title{font-size:13px}}.product-page .sibling-colors-section .related-filters .filter-group .filter-buttons{display:flex;flex-wrap:wrap;gap:6px}.product-page .sibling-colors-section .related-filters .filter-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid #ddd;border-radius:20px;background:#fff;font-size:13px;color:#555;cursor:pointer;transition:all .2s}@media screen and (max-width:480px){.product-page .sibling-colors-section .related-filters .filter-btn{font-size:13px}}.product-page .sibling-colors-section .related-filters .filter-btn:hover{border-color:var(--base-color-primary);color:var(--base-color-primary)}.product-page .sibling-colors-section .related-filters .filter-btn.active{background:var(--base-color-primary);border-color:var(--base-color-primary);color:#fff}.product-page .sibling-colors-section .related-filters .filter-btn .color-dot{width:12px;height:12px;border-radius:50%;border:1px solid #ddd}.product-page .sibling-colors-section .related-filters .filter-btn .color-dot.color-black{background:#333}.product-page .sibling-colors-section .related-filters .filter-btn .color-dot.color-cyan{background:#00bcd4}.product-page .sibling-colors-section .related-filters .filter-btn .color-dot.color-magenta{background:#e91e63}.product-page .sibling-colors-section .related-filters .filter-btn .color-dot.color-yellow{background:#ffeb3b}.product-page .sibling-colors-section .related-filters .filter-btn .color-dot.color-blue{background:#2196f3}.product-page .sibling-colors-section .related-filters .filter-btn .color-dot.color-red{background:#f44336}.product-page .sibling-colors-section .related-filters .filter-btn .color-dot.color-green{background:#4caf50}.product-page .sibling-colors-section .related-filters .clear-filters-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:none;border-radius:20px;background:#ffebee;font-size:13px;color:#c62828;cursor:pointer;transition:background .2s}@media screen and (max-width:480px){.product-page .sibling-colors-section .related-filters .clear-filters-btn{font-size:13px}}.product-page .sibling-colors-section .related-filters .clear-filters-btn:hover{background:#ffcdd2}.product-page .sibling-colors-section .sibling-colors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:20px;gap:20px}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card{background:#fff;border-radius:12px;padding:16px;transition:all .3s ease;border:2px solid transparent;display:flex;flex-direction:column}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card:hover{border-color:var(--base-color-primary);box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-link{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:inherit;flex:1 1}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-image-wrapper{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-image-wrapper .product-image{width:100%;height:100%;object-fit:contain}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-image-wrapper .no-image{font-size:48px;color:#ddd}@media screen and (max-width:480px){.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-image-wrapper .no-image{font-size:48px}}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-image-wrapper .eco-badge{position:absolute;top:8px;left:8px;display:flex;align-items:center;gap:4px;padding:4px 8px;background:#4caf50;color:#fff;border-radius:12px;font-size:11px;font-weight:600}@media screen and (max-width:480px){.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-image-wrapper .eco-badge{font-size:11px}}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info{display:flex;flex-direction:column;gap:8px}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .supply-kind-badge{align-self:flex-start;padding:2px 8px;background:#e0f2fe;color:#075985;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}@media screen and (max-width:480px){.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .supply-kind-badge{font-size:10px}}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-name{font-size:12px;font-weight:600;color:#222;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:480px){.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-name{font-size:12px}}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-color{display:flex;align-items:center;gap:6px;font-size:12px;color:#666}@media screen and (max-width:480px){.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-color{font-size:12px}}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-color .color-dot{width:12px;height:12px;border-radius:50%;border:1px solid #ddd}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-color .color-dot.color-black{background:#000}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-color .color-dot.color-cyan{background:#00bcd4}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-color .color-dot.color-magenta{background:#e91e63}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-color .color-dot.color-yellow{background:#ffeb3b}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-color .color-dot.color-negru{background:#000}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-yield{display:flex;align-items:center;gap:4px;font-size:12px;color:#666}@media screen and (max-width:480px){.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-yield{font-size:12px}}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-price{display:flex;flex-direction:column;gap:4px;margin-top:4px}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-price .in-stock{display:flex;align-items:center;gap:4px;font-size:11px;color:#2e7d32;font-weight:600}@media screen and (max-width:480px){.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-price .in-stock{font-size:11px}}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-price .out-of-stock{font-size:11px;color:#c62828;font-weight:600}@media screen and (max-width:480px){.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .product-info .product-price .out-of-stock{font-size:11px}}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .add-to-cart-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;margin-top:auto;background:var(--base-color-primary);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}@media screen and (max-width:480px){.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .add-to-cart-btn{font-size:13px}}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .add-to-cart-btn:hover{background:#409343}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .add-to-cart-btn.preorder-btn{background:#f57c00}.product-page .sibling-colors-section .sibling-colors-grid .sibling-product-card .add-to-cart-btn.preorder-btn:hover{background:#cc6700}@media screen and (max-width:480px){.product-page .sibling-colors-section{padding:20px 16px}.product-page .sibling-colors-section .sibling-colors-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}}@media screen and (min-device-width:481px)and (max-device-width:991px){.product-page .sibling-colors-section{padding:20px 16px}.product-page .sibling-colors-section .sibling-colors-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}}.product-page .pdp-mobile-cta-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:9000;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -8px 22px rgba(15,23,42,.08);padding:10px 14px calc(10px + env(safe-area-inset-bottom, 0px));gap:12px;align-items:center}@media(max-width:1023px){.product-page .pdp-mobile-cta-bar{display:flex}}.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-price{flex-shrink:0;min-width:0;font-size:15px;font-weight:700;color:#111827}@media screen and (max-width:480px){.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-price{font-size:15px}}.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-price .price-main{font-size:18px;font-weight:800;color:#0f172a}@media screen and (max-width:480px){.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-price .price-main{font-size:18px}}.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-price .price-subtitle{font-size:11px;color:#6b7280}@media screen and (max-width:480px){.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-price .price-subtitle{font-size:11px}}.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-btn{flex:1 1;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;border-radius:10px;padding:13px 14px;font-size:15px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 6px 14px rgba(6,182,212,.3);transition:transform .15s ease,box-shadow .15s ease,background .2s}@media screen and (max-width:480px){.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-btn{font-size:15px}}.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-btn:hover{box-shadow:0 10px 22px rgba(6,182,212,.4)}.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-btn:active{transform:translateY(1px)}.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-btn.preorder{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 6px 14px rgba(245,158,11,.3)}.product-page .pdp-mobile-cta-bar .pdp-mobile-cta-btn.unavailable{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 6px 14px hsla(220,9%,46%,.3)}@media(max-width:1023px){body.cart-bar-active .pdp-mobile-cta-bar,body.cart-bar-minimized .pdp-mobile-cta-bar{bottom:110px;padding-bottom:10px}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer{background:linear-gradient(90deg,#f0f0f0,#f8f8f8 20%,#f0f0f0 40%,#f0f0f0);background-size:1000px 100%;animation:shimmer 1.5s linear infinite;border-radius:4px}.product-page-skeleton{padding:20px 0}.product-page-skeleton .skeleton-breadcrumb{height:20px;width:300px;margin-bottom:20px}.product-page-skeleton .product-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:40px}@media(max-width:768px){.product-page-skeleton .product-layout{grid-template-columns:1fr}}.product-page-skeleton .skeleton-gallery .skeleton-main-image{width:100%;height:500px;margin-bottom:20px}.product-page-skeleton .skeleton-gallery .skeleton-thumbnails{display:flex;gap:10px}.product-page-skeleton .skeleton-gallery .skeleton-thumbnails .skeleton-thumb{width:80px;height:80px}.product-page-skeleton .skeleton-details .skeleton-brand{height:20px;width:120px;margin-bottom:10px}.product-page-skeleton .skeleton-details .skeleton-title{height:32px;width:100%;margin-bottom:15px}.product-page-skeleton .skeleton-details .skeleton-sku{height:16px;width:150px;margin-bottom:20px}.product-page-skeleton .skeleton-details .skeleton-price{height:48px;width:200px;margin-bottom:20px}.product-page-skeleton .skeleton-details .skeleton-stock{height:24px;width:150px;margin-bottom:15px}.product-page-skeleton .skeleton-details .skeleton-quantity{height:40px;width:150px;margin-bottom:20px}.product-page-skeleton .skeleton-details .skeleton-button{height:50px;width:100%;margin-bottom:20px}.product-page-skeleton .skeleton-details .skeleton-badges{display:flex;gap:10px}.product-page-skeleton .skeleton-details .skeleton-badges .skeleton-badge{height:32px;width:120px}.product-page-skeleton .skeleton-tabs{display:flex;gap:20px;margin-bottom:20px;border-bottom:1px solid #e0e0e0}.product-page-skeleton .skeleton-tabs .skeleton-tab{height:40px;width:120px}.product-page-skeleton .skeleton-description{height:200px;width:100%}.product-card-skeleton{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:15px}.product-card-skeleton .skeleton-card-image{width:100%;height:200px;margin-bottom:15px}.product-card-skeleton .skeleton-card-brand{height:16px;width:80px;margin-bottom:8px}.product-card-skeleton .skeleton-card-title{height:20px;width:100%;margin-bottom:12px}.product-card-skeleton .skeleton-card-price{height:24px;width:100px;margin-bottom:15px}.product-card-skeleton .skeleton-card-button{height:40px;width:100%}.product-grid-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:20px;gap:20px;margin:20px 0}@media(max-width:768px){.product-grid-skeleton{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid-skeleton{grid-template-columns:1fr}}.printer-consumables-skeleton .skeleton-header{height:200px;width:100%;margin-bottom:30px}.printer-consumables-skeleton .skeleton-filters{height:60px;width:100%;margin-bottom:20px}.printer-consumables-skeleton .skeleton-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:#4caf50;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;z-index:9999}.loading-overlay .loading-spinner{width:50px;height:50px;border-width:4px}.hardware-specs-section{margin:24px 0}.hardware-specs-section .hw-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.hardware-specs-section .hw-highlights .hw-chip{display:flex;flex-direction:column;gap:2px;padding:10px 16px;background:linear-gradient(135deg,#0b3954,#1c5a82);color:#fff;border-radius:10px;min-width:110px}.hardware-specs-section .hw-highlights .hw-chip .hw-chip-label{font-size:10px;text-transform:uppercase;letter-spacing:.5px;font-weight:600;opacity:.85}@media screen and (max-width:480px){.hardware-specs-section .hw-highlights .hw-chip .hw-chip-label{font-size:10px}}.hardware-specs-section .hw-highlights .hw-chip .hw-chip-value{font-size:14px;font-weight:700}@media screen and (max-width:480px){.hardware-specs-section .hw-highlights .hw-chip .hw-chip-value{font-size:14px}}.hardware-specs-section .hw-section-title{font-size:14px;font-weight:700;color:#0b3954;text-transform:uppercase;letter-spacing:.4px;margin:0 0 12px;display:flex;align-items:center;gap:8px}@media screen and (max-width:480px){.hardware-specs-section .hw-section-title{font-size:14px}}.hardware-specs-section .hw-section-title svg{font-size:15px;color:#65b2fb}@media screen and (max-width:480px){.hardware-specs-section .hw-section-title svg{font-size:15px}}.hardware-specs-section .hw-consumables{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:24px}.hardware-specs-section .hw-consumables .hw-consumables-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:14px;gap:14px}.hardware-specs-section .hw-consumables .hw-consumable{border:1px solid #e5e7eb;border-radius:10px;padding:14px;background:#f9fafb;transition:border-color .15s,background .15s}.hardware-specs-section .hw-consumables .hw-consumable:hover{border-color:#65b2fb;background:#fff}.hardware-specs-section .hw-consumables .hw-consumable.kind-toner{border-left:4px solid #65b2fb}.hardware-specs-section .hw-consumables .hw-consumable.kind-drum{border-left:4px solid #0b3954}.hardware-specs-section .hw-consumables .hw-consumable.kind-fuser{border-left:4px solid #da199e}.hardware-specs-section .hw-consumables .hw-consumable.kind-developer{border-left:4px solid #f8e837}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-header .hw-consumable-kind{font-size:11px;font-weight:700;color:#0b3954;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width:480px){.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-header .hw-consumable-kind{font-size:11px}}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-header .hw-consumable-capacity{font-size:11px;background:rgba(22,136,38,.12);color:#168826;padding:2px 8px;border-radius:8px;font-weight:600}@media screen and (max-width:480px){.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-header .hw-consumable-capacity{font-size:11px}}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-code{font-size:12px;color:#6b7280;font-family:monospace;margin-bottom:10px}@media screen and (max-width:480px){.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-code{font-size:12px}}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-link{text-decoration:none;color:inherit;display:block}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product{display:flex;align-items:center;gap:12px;padding:8px;background:#fff;border-radius:8px;border:1px solid #f3f4f6;transition:background .15s}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product:hover{background:#f0f9ff}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product img{width:50px;height:50px;object-fit:contain;border-radius:6px;background:#fafafa;flex-shrink:0}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product .hw-consumable-noimg{width:50px;height:50px;background:#f3f4f6;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0;font-size:20px}@media screen and (max-width:480px){.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product .hw-consumable-noimg{font-size:20px}}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product .hw-consumable-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product .hw-consumable-info .hw-consumable-title{font-size:13px;font-weight:600;color:#1f2937;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:480px){.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product .hw-consumable-info .hw-consumable-title{font-size:13px}}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product .hw-consumable-info .hw-consumable-price{font-size:13px;font-weight:700;color:#0b3954}@media screen and (max-width:480px){.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product .hw-consumable-info .hw-consumable-price{font-size:13px}}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product .hw-consumable-arrow{color:#9ca3af;font-size:13px;transition:transform .15s,color .15s;flex-shrink:0}@media screen and (max-width:480px){.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product .hw-consumable-arrow{font-size:13px}}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-product:hover .hw-consumable-arrow{color:#65b2fb;transform:translateX(3px)}.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-missing{display:block;padding:10px;background:#fef3c7;color:#92400e;border-radius:6px;font-size:12px;font-style:italic}@media screen and (max-width:480px){.hardware-specs-section .hw-consumables .hw-consumable .hw-consumable-missing{font-size:12px}}.hardware-specs-section .hw-specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));grid-gap:16px;gap:16px}.hardware-specs-section .hw-specs-grid .hw-specs-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px}.hardware-specs-section .hw-specs-grid .hw-specs-card .hw-row{display:flex;gap:8px;padding:8px 0;font-size:13px;border-bottom:1px solid #f3f4f6}@media screen and (max-width:480px){.hardware-specs-section .hw-specs-grid .hw-specs-card .hw-row{font-size:13px}}.hardware-specs-section .hw-specs-grid .hw-specs-card .hw-row:last-child{border-bottom:none}.hardware-specs-section .hw-specs-grid .hw-specs-card .hw-row .hw-label{flex:0 0 45%;color:#6b7280;font-weight:500}.hardware-specs-section .hw-specs-grid .hw-specs-card .hw-row .hw-value{flex:1 1;color:#1f2937;font-weight:600;word-break:break-word}.hardware-specs-section .hw-specs-grid .hw-specs-card .hw-warranty{display:inline-flex;align-items:center;gap:5px;color:#168826}.hardware-specs-section .hw-specs-grid .hw-specs-card .hw-warranty svg{font-size:12px}@media screen and (max-width:480px){.hardware-specs-section .hw-specs-grid .hw-specs-card .hw-warranty svg{font-size:12px}}.hcc-quick{margin-top:14px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.hcc-quick.urgent{border:1px solid #65b2fb;background:#eff6ff;box-shadow:0 0 0 3px rgba(101,178,251,.15)}.hcc-quick .hcc-heading{display:block;font-size:11px;font-weight:700;color:#0b3954;text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px}@media screen and (max-width:480px){.hcc-quick .hcc-heading{font-size:11px}}.hcc-quick .hcc-card{display:flex;align-items:center;gap:10px;padding:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;color:inherit;transition:background .15s,border-color .15s}.hcc-quick .hcc-card:hover{background:#fff;border-color:#65b2fb}.hcc-quick .hcc-card img{width:44px;height:44px;object-fit:contain;border-radius:5px;background:#fafafa;flex-shrink:0}.hcc-quick .hcc-card .hcc-noimg{width:44px;height:44px;background:#f3f4f6;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0}.hcc-quick .hcc-card .hcc-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.hcc-quick .hcc-card .hcc-info .hcc-title{font-size:12px;font-weight:600;color:#1f2937;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:480px){.hcc-quick .hcc-card .hcc-info .hcc-title{font-size:12px}}.hcc-quick .hcc-card .hcc-info .hcc-price{font-size:13px;font-weight:700;color:#0b3954}@media screen and (max-width:480px){.hcc-quick .hcc-card .hcc-info .hcc-price{font-size:13px}}.hcc-quick .hcc-anchor{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:8px;padding:6px;font-size:11px;color:#0b3954;text-decoration:none;font-weight:600;border-radius:6px;transition:background .15s}@media screen and (max-width:480px){.hcc-quick .hcc-anchor{font-size:11px}}.hcc-quick .hcc-anchor:hover{background:#f0f9ff}.hcc-quick .hcc-anchor svg{font-size:10px}@media screen and (max-width:480px){.hcc-quick .hcc-anchor svg{font-size:10px}}.hardware-consumables-full{margin-top:32px;padding:28px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;scroll-margin-top:80px}.hardware-consumables-full>h2{font-size:18px;font-weight:700;color:#0b3954;margin:0 0 6px;display:flex;align-items:center;gap:10px}@media screen and (max-width:480px){.hardware-consumables-full>h2{font-size:18px}}.hardware-consumables-full>h2 svg{color:#65b2fb}.hardware-consumables-full>p.hardware-consumables-subtitle{font-size:13px;color:#6b7280;margin:0 0 20px}@media screen and (max-width:480px){.hardware-consumables-full>p.hardware-consumables-subtitle{font-size:13px}}.hardware-consumables-full .hcf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:14px;gap:14px}