.ss-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;}.ss-product-card{background:var(--brand-white);border:1px solid var(--brand-border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition);cursor:pointer;}.ss-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);}.ss-product-card-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#ffffff;}.ss-product-card-image img{width:100%;height:100%;object-fit:contain;transition:transform 400ms var(--ease-out);}.ss-product-card:hover .ss-product-card-image img{transform:scale(1.04);}.ss-product-card-body{padding:20px;}.ss-product-card-badge{display:inline-block;font-size:0.75rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--brand-teal);background:var(--brand-teal-light);padding:3px 8px;border-radius:100px;margin-bottom:8px;}.ss-product-standard-overlay{position:absolute;bottom:0;left:0;right:0;background:rgba(27,60,64,0.75);color:rgba(255,255,255,0.9);font-size:0.65rem;font-weight:600;text-align:center;padding:5px 8px;letter-spacing:0.04em;text-transform:uppercase;z-index:3;}.ss-product-card-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--brand-dark);margin-bottom:6px;}.ss-product-card-desc{font-size:0.875rem;color:var(--brand-gray);line-height:1.5;margin-bottom:16px;}.ss-product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;}.ss-product-card-price{font-family:var(--font-heading);font-size:1.375rem;font-weight:800;color:var(--brand-dark);}.ss-product-card-price .excl{font-size:0.75rem;font-weight:400;color:var(--brand-gray);font-family:var(--font-body);}.woocommerce div.product div.images{margin-bottom:0;}.woocommerce div.product .price{font-family:var(--font-heading);font-size:1.75rem;font-weight:800;color:var(--brand-dark);}.woocommerce div.product .woocommerce-product-details__short-description{font-size:1rem;color:var(--brand-gray);margin-bottom:24px;}.ss-product-single{padding:48px 0 80px;}.ss-product-single-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;}@media(max-width:768px){.ss-product-single-grid{grid-template-columns:1fr;gap:32px;}}@media(min-width:769px){.ss-product-single-grid>.ss-product-gallery{grid-column:1;grid-row:1;}.ss-product-single-grid>.ss-product-info{grid-column:2;grid-row:1;}}@media(min-width:769px){.ss-gallery-slider-wrap{overflow:hidden;border-radius:16px;aspect-ratio:1;background:#f9fafb;}.ss-gallery-slider{position:relative;width:100%;height:100%;}.ss-gallery-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.3s;}.ss-gallery-slide.active{opacity:1;position:relative;}.ss-gallery-slide img{width:100%;height:100%;object-fit:contain;}.ss-gallery-dots{display:none;}.ss-gallery-nav{display:none;}.ss-product-gallery-thumbs{display:grid !important;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:12px;overflow:visible;}.ss-product-gallery-thumbs .ss-thumb{width:100%;height:auto;aspect-ratio:1;flex-shrink:unset;}.ss-product-gallery-thumbs .ss-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px;}}.ss-product-gallery{position:relative;}.ss-product-gallery-main{border-radius:var(--radius-lg);overflow:hidden;background:var(--brand-gray-light);aspect-ratio:1;margin-bottom:12px;}.ss-product-gallery-main img{width:100%;height:100%;object-fit:cover;}.ss-product-info-title{font-family:var(--font-heading);font-size:2.25rem;font-weight:800;text-transform:uppercase;color:var(--brand-dark);margin-bottom:8px;}.ss-product-info-price{font-family:var(--font-heading);font-size:2rem;font-weight:800;color:var(--brand-dark);margin-bottom:4px;}.ss-product-info-price-excl{font-size:0.875rem;color:var(--brand-gray);margin-bottom:24px;}.ss-product-add-to-cart{display:flex;gap:12px;align-items:center;margin-bottom:24px;}.ss-qty-input{display:flex;align-items:center;border:1px solid var(--brand-border);border-radius:var(--radius-md);overflow:hidden;}.ss-qty-btn{width:40px;height:48px;background:var(--brand-gray-light);border:none;cursor:pointer;font-size:1.25rem;font-weight:700;color:var(--brand-dark);transition:background var(--transition);}.ss-qty-btn:hover{background:var(--brand-border);}.ss-qty-input input{width:56px;height:48px;border:none;text-align:center;font-family:var(--font-body);font-size:1rem;font-weight:600;outline:none;}.woocommerce div.product form.cart .qty{width:64px !important;height:48px !important;border:1px solid var(--brand-border) !important;border-radius:var(--radius-md) !important;text-align:center !important;font-size:1rem !important;font-family:var(--font-body) !important;font-weight:600 !important;padding:0 8px !important;}.woocommerce div.product form.cart{display:flex !important;align-items:center !important;gap:12px !important;margin-bottom:24px !important;}.woocommerce div.product form.cart .button{flex:1 !important;padding:14px 24px !important;font-size:1rem !important;}.ss-products-home-section{background:white;}.ss-product-grid-home{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}@media(max-width:900px){.ss-product-grid-home{grid-template-columns:repeat(2,1fr);}}@media(max-width:600px){.ss-product-grid-home{grid-template-columns:1fr;}}.ss-product-card-home{background:white;border-radius:12px;border:1px solid #f3f4f6;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.08);transition:box-shadow 0.2s,transform 0.2s;display:flex;flex-direction:column;}.ss-product-card-home:hover{box-shadow:0 8px 24px rgba(0,0,0,0.12);transform:translateY(-2px);}.ss-product-card-link{display:block;text-decoration:none;color:inherit;flex:1;}.ss-product-card-img{position:relative;background:#ffffff;overflow:hidden;aspect-ratio:4/3;}.ss-product-card-img img{width:100%;height:100%;object-fit:contain;display:block;transition:transform 0.4s var(--ease-out);}.ss-product-card-home:hover .ss-product-card-img img{transform:scale(1.04);}.ss-product-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af;font-size:3rem;}.ss-product-badge{position:absolute;top:12px;left:12px;background:var(--brand-teal);color:white;padding:4px 10px;border-radius:20px;font-size:0.75rem;font-weight:700;font-family:var(--font-heading);}.ss-product-stock{position:absolute;top:12px;right:12px;background:#dcfce7;color:#15803d;padding:2px 8px;font-size:0.75rem;font-weight:600;border-radius:20px;}.ss-product-card-body{padding:16px 16px 8px;}.ss-product-card-title{font-family:var(--font-heading);font-weight:800;color:#111827;font-size:1rem;text-transform:uppercase;margin-bottom:4px;}.ss-product-card-subtitle{font-size:0.75rem;color:#6b7280;margin-bottom:8px;}.ss-product-stars{display:flex;align-items:center;gap:4px;margin-bottom:8px;}.ss-product-review-count{font-size:0.7rem;color:#9ca3af;margin-left:2px;}.ss-product-bullets{font-size:0.75rem;color:#6b7280;margin-bottom:8px;}.ss-product-price-row{display:flex;align-items:baseline;gap:4px;}.ss-product-price{font-size:1.25rem;font-weight:800;color:var(--brand-dark);font-family:var(--font-heading);}.ss-product-price-vat{font-size:0.75rem;color:#9ca3af;}.ss-product-card-actions{padding:0 16px 16px;display:flex;gap:8px;}.ss-product-card-actions .btn{flex:1;text-align:center;justify-content:center;}.ss-product-card-image-link{display:block;text-decoration:none;}.ss-product-card-image{position:relative;overflow:hidden;}.ss-product-badge{position:absolute;top:12px;left:12px;z-index:2;font-family:var(--font-heading);font-size:0.75rem;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:100px;}.ss-product-stock-label{position:absolute;top:12px;right:12px;z-index:2;background:rgba(255,255,255,0.95);color:#16a34a;font-size:0.75rem;font-weight:600;padding:4px 10px;border-radius:100px;display:flex;align-items:center;gap:4px;}.ss-product-img{width:100%;height:100%;object-fit:contain;display:block;transition:transform 400ms var(--ease-out);}.ss-product-img-placeholder{width:100%;height:100%;min-height:200px;display:flex;align-items:center;justify-content:center;background:#f9fafb;font-size:3rem;}.ss-product-rating{display:flex;align-items:center;gap:6px;margin-bottom:8px;}.ss-product-card-subtitle{font-size:0.875rem;color:#6b7280;margin-bottom:10px;margin-top:-4px;}.ss-product-card-bullets{list-style:none;margin:0 0 12px 0;padding:0;display:flex;flex-direction:column;gap:4px;}.ss-product-card-bullets li{display:flex;align-items:center;gap:6px;font-size:0.8125rem;color:#374151;}.ss-product-card-price-block{margin-bottom:16px;}.ss-product-price-incl{font-family:var(--font-heading);font-size:1.375rem;font-weight:800;color:var(--brand-dark);}.ss-product-price-excl{font-size:0.8125rem;color:#9ca3af;margin-top:2px;}.ss-product-card-actions{display:flex;gap:8px;}.ss-product-view-btn{flex:1;text-align:center;border-color:var(--brand-dark) !important;color:var(--brand-dark) !important;}.ss-product-view-btn:hover{background:var(--brand-dark) !important;color:white !important;}.ss-product-single-section{padding:0 0 60px;}.ss-product-single-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin-bottom:64px;}@media(max-width:768px){.ss-product-single-grid{grid-template-columns:1fr;gap:32px;}}.ss-product-gallery{position:relative;}.ss-product-gallery-main{border-radius:16px;overflow:hidden;background:#f9fafb;aspect-ratio:1;margin-bottom:12px;}.ss-product-gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease;}.ss-product-gallery-main:hover img{transform:scale(1.03);}.ss-product-gallery-thumbs{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;margin-top:8px;}.ss-product-gallery-thumbs::-webkit-scrollbar{display:none;}.ss-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:#f9fafb;transition:border-color 0.2s;}.ss-thumb img{width:100%;height:100%;object-fit:cover;display:block;}.ss-thumb.active,.ss-thumb:hover{border-color:var(--brand-teal);}.ss-product-trust-row{display:flex;flex-direction:row;gap:8px;margin-top:16px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;}.ss-product-info-badge{display:inline-flex;align-items:center;background:var(--brand-teal);color:white;font-family:var(--font-heading);font-size:0.75rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:12px;}.ss-product-info-title{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--brand-dark);line-height:1.1;margin-bottom:8px;}.ss-product-info-subtitle{font-size:1rem;color:#6b7280;margin-bottom:12px;}.ss-product-info-rating{display:flex;align-items:center;gap:8px;margin-bottom:20px;flex-wrap:wrap;}.ss-product-price-block{background:#f9fafb;border-radius:12px;padding:16px 20px;margin-bottom:20px;}.ss-product-price-main{font-family:var(--font-heading);font-size:2.25rem;font-weight:800;color:var(--brand-dark);line-height:1;}.ss-product-price-sub{font-size:0.875rem;color:#6b7280;margin-top:4px;}.ss-product-price-meters{font-size:0.8125rem;color:var(--brand-teal);font-weight:600;margin-top:6px;}.ss-qty-calculator{margin-bottom:20px;}.ss-qty-label{display:block;font-size:0.875rem;font-weight:600;color:var(--brand-dark);margin-bottom:8px;}.ss-qty-row{overflow:visible !important;display:flex;align-items:center;gap:16px;}.ss-qty-stepper{display:flex;align-items:center;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;}.ss-qty-btn{width:40px;height:40px;background:#f9fafb;border:none;font-size:1.25rem;cursor:pointer;color:var(--brand-dark);transition:background 0.15s;}.ss-qty-btn:hover{background:#f3f4f6;}.ss-qty-field{width:56px;height:40px;border:none;border-left:2px solid #e5e7eb;border-right:2px solid #e5e7eb;text-align:center;font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--brand-dark);outline:none;}.ss-qty-meters-display{font-size:0.9375rem;color:#6b7280;}.ss-qty-meters-display span{font-weight:700;color:var(--brand-teal);}.ss-completeer-set{margin-bottom:20px;border:2px solid #e5e7eb;border-radius:12px;padding:16px;overflow:hidden;}.ss-completeer-title{font-family:var(--font-heading);font-size:0.875rem;font-weight:700;letter-spacing:0.06em;color:var(--brand-dark);margin-bottom:12px;}.ss-completeer-items{display:flex;flex-direction:column;gap:8px;}.ss-completeer-item{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px;border-radius:8px;transition:background 0.15s;}.ss-completeer-item:hover{background:#f9fafb;}.ss-completeer-item input[type="checkbox"]{width:18px;height:18px;accent-color:var(--brand-teal);cursor:pointer;}.ss-completeer-img{width:48px;height:48px;border-radius:6px;overflow:hidden;background:#f3f4f6;flex-shrink:0;}.ss-completeer-img img{width:100%;height:100%;object-fit:cover;}.ss-completeer-info{display:flex;flex-direction:column;gap:2px;flex:1;}.ss-completeer-name{font-size:0.875rem;font-weight:600;color:var(--brand-dark);}.ss-completeer-price{font-size:0.8125rem;color:var(--brand-teal);font-weight:600;}.ss-product-atc-row{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;}.ss-atc-btn{width:100%;font-size:1.0625rem;padding:14px 24px;display:flex;align-items:center;justify-content:center;gap:8px;}.ss-atc-total{font-size:0.875rem;color:#6b7280;display:flex;align-items:center;gap:8px;flex-wrap:wrap;}.ss-atc-total strong{color:var(--brand-dark);font-size:1rem;}.ss-atc-total-incl{color:#9ca3af;font-size:0.8125rem;}.ss-product-shipping-info{background:rgba(61,139,139,0.08);border-radius:10px;padding:14px 16px;margin-bottom:16px;display:flex;flex-direction:column;gap:8px;}.ss-product-dealer-box{display:flex;align-items:center;gap:12px;border:2px solid #e5e7eb;border-radius:10px;padding:12px 16px;flex-wrap:wrap;}.ss-product-dealer-box>svg{color:var(--brand-teal);flex-shrink:0;}.ss-product-dealer-box>div{flex:1;}.ss-product-dealer-box strong{display:block;font-size:0.9375rem;color:var(--brand-dark);}.ss-product-dealer-box span{font-size:0.8125rem;color:#6b7280;}.ss-product-tabs-section{margin-bottom:64px;}.ss-product-tabs-nav{display:flex;border-bottom:2px solid #e5e7eb;overflow-x:auto;gap:0;margin-bottom:0;}.ss-product-bullets-list{list-style:none;margin:0 0 24px 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;}@media(max-width:640px){.ss-product-bullets-list{grid-template-columns:1fr;}}.ss-product-bullets-list li{display:flex;align-items:center;gap:8px;font-size:0.9375rem;color:#374151;}.ss-product-long-desc{font-size:1rem;color:#1f2937;line-height:1.75;margin-bottom:24px;}.ss-product-desc-heading{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:0.05em;color:var(--brand-dark);margin-bottom:12px;margin-top:0;}.ss-product-long-desc p{margin-bottom:1em;}.ss-product-long-desc p:last-child{margin-bottom:0;}.ss-product-long-desc ul,.ss-product-long-desc ol{padding-left:1.5em;margin-bottom:1em;list-style:disc;}.ss-product-long-desc ul li,.ss-product-long-desc ol li{margin-bottom:0.4em;line-height:1.75;}.ss-product-long-desc h2,.ss-product-long-desc h3,.ss-product-long-desc h4{font-weight:700;margin-top:1.25em;margin-bottom:0.5em;color:var(--brand-dark);}.ss-product-long-desc strong{font-weight:700;color:var(--brand-dark);}.ss-product-includes-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;}@media(max-width:640px){.ss-product-includes-grid{grid-template-columns:1fr;}}.ss-product-reviews-section{margin-bottom:64px;padding-top:48px;border-top:1px solid #f3f4f6;}.ss-product-faq-section{margin-bottom:64px;padding-top:48px;border-top:1px solid #f3f4f6;}.ss-product-faq-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:16px;}.ss-product-related-section{padding-top:48px;border-top:1px solid #f3f4f6;}.ss-product-related-section h2{margin-bottom:24px;}@media(max-width:768px){.ss-mobile-only.ss-product-trust-mobile{display:flex !important;}}.ss-product-mobile-header{padding:0 0 12px 0;}.ss-product-mobile-header .ss-product-info-title{font-size:1.375rem !important;line-height:1.2;margin:4px 0 6px 0;}.ss-product-mobile-header .ss-product-info-subtitle{font-size:0.875rem;color:var(--text-muted);margin:0 0 8px 0;}.ss-product-mobile-header .ss-product-info-rating{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:0.8125rem;}.ss-product-trust-mobile{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;overflow-x:auto !important;overflow-y:hidden !important;gap:8px;padding:10px 0;margin:0 !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;scrollbar-width:none !important;-webkit-overflow-scrolling:touch;}.ss-product-trust-mobile::-webkit-scrollbar{display:none;}.ss-product-trust-mobile .ss-trust-badge{flex-shrink:0 !important;flex:0 0 auto !important;width:auto !important;background:white;border:1px solid #e5e7eb;border-radius:20px;padding:7px 13px;font-size:0.75rem;font-weight:600;color:#374151;display:flex !important;align-items:center;gap:5px;white-space:nowrap !important;}.ss-product-trust-mobile .ss-trust-badge svg{color:#16a34a;flex-shrink:0;}@media(max-width:768px){.ss-product-trust-desktop{display:none !important;}}@media(min-width:769px){.ss-product-trust-mobile{display:none !important;}}.ss-completeer-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:0.9375rem;font-weight:700;margin-bottom:12px;color:var(--brand-dark);}.ss-completeer-title svg{color:var(--brand-yellow);flex-shrink:0;}.ss-completeer-badge{font-size:0.6875rem;font-weight:600;background:#fff3cd;color:#856404;border:1px solid #ffc107;border-radius:20px;padding:2px 8px;margin-left:auto;}.ss-completeer-item{display:block;cursor:pointer;border:1.5px solid #e5e7eb;border-radius:10px;margin-bottom:8px;transition:border-color 0.15s,background 0.15s;overflow:hidden;padding:0;}.ss-completeer-item.ss-completeer-checked{border-color:var(--brand-teal);background:#f0faf8;}.ss-completeer-item input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0;}.ss-completeer-item-inner{display:flex;align-items:center;gap:10px;padding:10px 12px;}.ss-completeer-check{width:22px;height:22px;border-radius:6px;border:2px solid #d1d5db;background:white;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.15s,border-color 0.15s;}.ss-completeer-check svg{opacity:0;transition:opacity 0.15s;}.ss-completeer-checked .ss-completeer-check{background:var(--brand-teal);border-color:var(--brand-teal);color:white;}.ss-completeer-checked .ss-completeer-check svg{opacity:1;}.ss-completeer-img{width:44px;height:44px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f9fafb;display:flex;align-items:center;justify-content:center;}.ss-completeer-img img{width:100%;height:100%;object-fit:contain;}.ss-completeer-info{flex:1;min-width:0;}.ss-completeer-name{display:block;font-size:0.875rem;font-weight:600;color:var(--brand-dark);line-height:1.3;}.ss-completeer-price{display:block;font-size:0.8125rem;color:var(--brand-teal);font-weight:700;margin-top:2px;}.ss-atc-btn-full{width:100%;justify-content:center;font-size:1rem;padding:14px 20px;border-radius:10px;}.ss-product-mobile-usps{margin-top:16px;padding:14px 16px;background:#f8fafc;border-radius:10px;border:1px solid #e5e7eb;}@media(max-width:768px){.ss-product-tabs-section{margin-top:0 !important;border-top:1px solid #e5e7eb;}}.ss-sticky-atc-bar{position:fixed;bottom:0;left:0;right:0;z-index:2147483647;background:white;border-top:2px solid var(--brand-teal);padding:12px 16px;display:flex;align-items:center;gap:12px;flex-wrap:nowrap;box-shadow:0 -4px 24px rgba(0,0,0,0.14);transform:translateY(100%);transition:transform 0.3s cubic-bezier(0.23,1,0.32,1);}.ss-sticky-atc-bar.ss-sticky-visible{transform:translateY(0);}.ss-sticky-atc-btn{flex-shrink:0;padding:13px 20px;font-size:0.9375rem;font-weight:700;border-radius:10px;display:flex;align-items:center;gap:8px;}.ss-product-dealer-section{background:#f8faf9;border-top:1px solid #e2ebe6;padding:48px 0 40px;}.ss-product-dealer-header{display:flex;align-items:flex-start;gap:18px;margin-bottom:32px;}.ss-product-dealer-icon{flex-shrink:0;width:52px;height:52px;background:var(--brand-teal);border-radius:14px;display:flex;align-items:center;justify-content:center;color:white;}.ss-product-dealer-text{flex:1;}.ss-product-dealer-title{font-size:1.375rem;font-weight:800;color:var(--brand-dark);margin:0 0 6px;line-height:1.2;}.ss-product-dealer-subtitle{font-size:0.9375rem;color:var(--text-muted);margin:0;line-height:1.5;}.ss-product-dealer-subtitle strong{color:var(--brand-dark);}.ss-product-dealer-cta{text-align:center;margin-top:32px;}.ss-product-dealer-alt{margin:12px 0 0;font-size:0.875rem;color:var(--text-muted);}.ss-product-dealer-alt a{color:var(--brand-teal);font-weight:600;text-decoration:underline;}@media(max-width:768px){.ss-product-single-section{padding-top:0 !important;padding-bottom:90px !important;}.ss-product-single-grid{gap:0 !important;}.ss-product-gallery{padding:12px 0 0 0;position:static !important;}.ss-product-gallery-main{border-radius:12px;overflow:hidden;margin-bottom:8px;}.ss-product-info{padding-top:16px;}.ss-product-price-block{margin-bottom:12px;}.ss-product-price-main{font-size:1.75rem !important;}.ss-qty-calculator{margin-bottom:14px;}.ss-completeer-set{margin-bottom:14px;}.ss-product-atc-row{margin-bottom:12px;}.ss-product-shipping-info{font-size:0.8125rem;margin-bottom:12px;}.ss-product-dealer-section{padding:32px 0 28px;}.ss-product-dealer-header{flex-direction:column;gap:12px;margin-bottom:24px;}.ss-product-dealer-icon{width:44px;height:44px;border-radius:12px;}.ss-product-dealer-title{font-size:1.125rem;}.ss-product-dealer-subtitle{font-size:0.875rem;}}.ss-gallery-slider-wrap{position:relative;border-radius:16px;overflow:hidden;background:#f8f9fa;aspect-ratio:1 / 1;max-height:520px;user-select:none;}.ss-gallery-slider{width:100%;height:100%;position:relative;}.ss-gallery-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s cubic-bezier(0.23,1,0.32,1);pointer-events:none;}.ss-gallery-slide.active{opacity:1;pointer-events:auto;}.ss-gallery-slide img{width:100%;height:100%;object-fit:contain;padding:12px;}.ss-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.92);border:1px solid rgba(0,0,0,0.08);box-shadow:0 2px 8px rgba(0,0,0,0.12);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:var(--brand-dark);transition:background 0.15s,box-shadow 0.15s;}.ss-gallery-nav:hover{background:white;box-shadow:0 4px 12px rgba(0,0,0,0.18);}.ss-gallery-prev{left:10px;}.ss-gallery-next{right:10px;}.ss-gallery-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:10;}.ss-gallery-dot{width:7px;height:7px;border-radius:50%;background:rgba(0,0,0,0.2);border:none;cursor:pointer;padding:0;transition:background 0.2s,transform 0.2s;}.ss-gallery-dot.active{background:var(--brand-teal);transform:scale(1.3);}@media(max-width:768px){.ss-gallery-slider-wrap{border-radius:0;aspect-ratio:4 / 3;max-height:300px;margin:0 -16px;}.ss-gallery-slide img{padding:0;object-fit:cover;}.ss-gallery-nav{width:32px;height:32px;}.ss-gallery-prev{left:8px;}.ss-gallery-next{right:8px;}}@media(max-width:768px){.ss-product-gallery{margin:0 -20px;overflow:hidden;overflow-y:visible;position:static !important;}.ss-gallery-slider-wrap{border-radius:0 !important;margin:0 !important;width:100% !important;aspect-ratio:4/3 !important;max-height:280px !important;overflow:hidden;}.ss-gallery-slide img{object-fit:cover !important;padding:0 !important;}.ss-product-trust-row.ss-product-trust-desktop{display:none !important;}.ss-sticky-atc-bar{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;padding:10px 16px !important;gap:12px !important;align-items:center !important;background:var(--brand-dark) !important;}.ss-sticky-atc-btn{flex-shrink:0 !important;padding:12px 20px !important;font-size:0.9375rem !important;font-weight:700 !important;background:var(--brand-yellow) !important;border-color:var(--brand-yellow) !important;color:var(--brand-dark) !important;border-radius:8px !important;}.ss-sticky-atc-btn:hover{background:var(--brand-yellow-dark) !important;border-color:var(--brand-yellow-dark) !important;}}.ss-product-usp-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px;}@media(max-width:768px){.ss-product-usp-cards{grid-template-columns:1fr;gap:12px;margin-bottom:24px;}}.ss-product-usp-card{display:flex;align-items:flex-start;gap:14px;background:#f0faf9;border:1.5px solid #a8ddd9;border-radius:12px;padding:18px;box-shadow:0 2px 8px rgba(42,110,105,0.07);}.ss-product-usp-icon{width:44px;height:44px;background:var(--brand-teal);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.ss-product-usp-card strong{display:block;font-size:1rem;font-weight:700;color:#1a2e2d;margin-bottom:5px;}.ss-product-usp-card p{font-size:0.875rem;color:#4b5563;line-height:1.55;margin:0;}.ss-product-features-block{margin-bottom:24px;}.ss-product-features-title{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--brand-dark);text-transform:uppercase;letter-spacing:0.02em;margin-bottom:12px;}.ss-product-steps{display:flex;flex-direction:column;gap:0;margin-bottom:32px;position:relative;}.ss-product-step{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid var(--brand-border);position:relative;}.ss-product-step:last-child{border-bottom:none;}@media(max-width:768px){.ss-product-gallery-thumbs{padding:10px 20px 4px 20px;margin:0;background:#fff;}.ss-thumb{width:68px;height:68px;flex-shrink:0;}.ss-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;}.ss-product-mobile-header{padding:12px 0 10px 0;}.ss-product-info{padding-top:0 !important;}.ss-product-single-grid{gap:0 !important;}}@media(max-width:768px){.ss-gallery-slider-wrap{aspect-ratio:4/3 !important;max-height:300px !important;border-radius:0 !important;}.ss-gallery-slide img{object-fit:cover !important;object-position:center !important;}}.ss-product-hook{font-size:0.9375rem;color:var(--text-muted);line-height:1.5;margin:4px 0 10px 0;}.ss-product-hook strong{color:var(--text-dark);font-weight:700;}@media(min-width:769px){.ss-product-hook{font-size:1rem;margin:6px 0 12px 0;}}.ss-product-price-excl-main{font-size:1.25rem;font-weight:800;color:var(--brand-dark);font-family:var(--font-heading);line-height:1.2;}.ss-product-price-incl-sub{font-size:0.8rem;color:var(--brand-gray);margin-top:2px;}.ss-product-price-vat{font-size:0.8rem;color:var(--brand-gray);display:block;margin-top:2px;}@media(min-width:769px){.ss-product-hook{display:none !important;}.ss-product-desktop-header .ss-desktop-usps-strip{display:flex !important;gap:6px;flex-wrap:nowrap;margin:6px 0 14px 0;}}.ss-product-seo-section{background:#f8fafb;padding:48px 0 52px;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;}@media(max-width:768px){.ss-product-seo-section{padding:32px 0;}}.ss-product-bekend-van{padding:14px 0;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;background:#fafafa;}.ss-product-bekend-van-inner{display:flex;align-items:center;gap:20px;}.ss-product-bekend-van-label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:#9ca3af;flex-shrink:0;}.ss-product-bekend-van-img{height:28px;width:auto;max-width:100%;opacity:0.65;filter:grayscale(60%);object-fit:contain;}.ss-product-strip-section{overflow:hidden;padding:0;background:var(--brand-dark);}@media(min-width:769px) and(max-width:1024px){.ss-product-single-grid{gap:32px !important;}.ss-product-info-title{font-size:1.75rem !important;}.ss-product-desktop-header .ss-desktop-usps-strip{flex-wrap:wrap !important;gap:4px !important;}.ss-product-photo-strip-section{padding:40px 0;}.ss-product-bekend-van{padding:24px 0 !important;}}@media(max-width:900px) and(min-width:769px){.ss-product-single-grid{grid-template-columns:1fr !important;gap:24px !important;}.ss-product-gallery{position:static !important;}}.ss-products-home-section{padding-top:40px !important;}@media(max-width:768px){.ss-product-tabs-section{padding-left:0 !important;padding-right:0 !important;}.ss-product-includes-grid{margin-left:0 !important;margin-right:0 !important;gap:16px !important;}}@media(max-width:640px){.ss-product-includes-grid{grid-template-columns:1fr !important;gap:12px !important;}}@media(max-width:768px){.ss-product-mobile-header{padding-left:0 !important;padding-right:0 !important;overflow:hidden !important;max-width:100% !important;width:100% !important;box-sizing:border-box !important;}.ss-completeer-set{margin-left:0 !important;margin-right:0 !important;}.ss-product-shipping-info{margin-left:0 !important;margin-right:0 !important;}.ss-product-atc-row{margin-left:0 !important;margin-right:0 !important;}.ss-product-price-block{margin-left:0 !important;margin-right:0 !important;}.ss-qty-calculator{margin-left:0 !important;margin-right:0 !important;}}@media(max-width:768px){.ss-product-info{padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;overflow:hidden !important;max-width:100% !important;width:100% !important;box-sizing:border-box !important;}.ss-product-includes-grid{padding:0 !important;}.ss-product-single-section .container{overflow-x:hidden;}}@media(max-width:768px){.ss-completeer-item-inner{padding:12px 14px;gap:12px;}.ss-completeer-set{border-radius:12px;margin-left:0 !important;margin-right:0 !important;padding:14px !important;box-sizing:border-box !important;}.ss-product-trust-row{gap:8px;padding:8px 0;background:transparent;border-radius:0;margin-top:12px;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;}}.ss-product-info .ss-product-trust-desktop{flex-wrap:nowrap;justify-content:flex-start;gap:8px;}.ss-product-info .ss-product-trust-desktop .ss-trust-badge{flex-shrink:0;font-size:0.7rem;padding:5px 10px;}@media(min-width:769px){.ss-product-info .ss-product-trust-desktop{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;gap:8px !important;background:transparent !important;padding:0 !important;margin-top:12px !important;}.ss-product-info .ss-product-trust-desktop .ss-trust-badge{white-space:nowrap !important;flex:0 0 auto !important;font-size:0.7rem !important;padding:5px 10px !important;}}.ss-product-faq-header .btn.btn-outline{font-size:0.875rem;font-weight:600;color:var(--brand-teal);background:transparent;border:none;padding:0;text-decoration:underline;text-underline-offset:3px;box-shadow:none;border-radius:0;display:inline-flex;align-items:center;gap:4px;}.ss-product-faq-header .btn.btn-outline:hover{color:var(--brand-dark);}@media(max-width:768px){.ss-product-faq-section{padding-left:0 !important;padding-right:0 !important;}.ss-product-faq-header{padding-left:0 !important;padding-right:0 !important;}}.ss-gallery-slider-wrap{position:relative;}.ss-product-video-section{padding:48px 0 40px;border-top:1px solid #f3f4f6;}.ss-product-video-section .ss-section-header{margin-bottom:28px;}.ss-product-video-section .ss-section-title{margin-bottom:8px;}.ss-qty-meters-display{position:relative;display:inline-flex;align-items:center;gap:2px;}@media(max-width:768px){.ss-gallery-slider-wrap{aspect-ratio:1 / 1 !important;max-height:60vh !important;background:#f9fafb;}.ss-gallery-slide img{object-fit:contain !important;padding:0 !important;background:#f9fafb;}.ss-product-gallery-thumbs{overflow-x:auto !important;overflow-y:hidden !important;flex-wrap:nowrap !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;padding:0 16px !important;margin:12px 0 20px 0 !important;}.ss-product-gallery-thumbs::-webkit-scrollbar{display:none !important;}.ss-product-gallery-thumbs .ss-thumb{flex-shrink:0 !important;width:60px !important;height:60px !important;}.ss-product-usp-card{padding:12px 16px !important;gap:12px !important;margin-bottom:8px !important;}.ss-product-usp-card .ss-usp-icon{width:36px !important;height:36px !important;min-width:36px !important;}.ss-product-usp-card h4{font-size:0.9rem !important;margin-bottom:2px !important;}.ss-product-usp-card p{font-size:0.8rem !important;line-height:1.3 !important;}}@media(min-width:769px) and(max-width:1280px){.ss-product-single-grid{grid-template-columns:1fr !important;gap:32px !important;}.ss-product-gallery{position:static !important;width:100% !important;max-width:100% !important;}.ss-gallery-slider-wrap{aspect-ratio:1 / 1 !important;max-height:480px !important;min-height:300px !important;}.ss-gallery-slide img{object-fit:contain !important;padding:8px !important;}}@media(max-width:768px){.ss-products-grid{grid-template-columns:1fr !important;}.ss-product-single-section{padding-top:0 !important;}}.ss-gallery-slide{cursor:zoom-in;}