:root{--green: #059669;--green-dark: #047857;--green-light: #10b981;--navy: #111827;--navy-light: #1f2937;--bg: #f9fafb;--white: #ffffff;--text: #111827;--text-light: #6b7280;--border: #e5e7eb;--border-light: #f3f4f6;--radius: 12px;--radius-sm: 8px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 8px 30px rgba(0,0,0,.12);--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--container: 1280px;--transition: all .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:var(--transition)}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.collection-header{background:var(--white);border-bottom:1px solid var(--border);padding:32px 0 28px}.collection-header-row{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.collection-header h1{font-size:32px;font-weight:800;color:var(--navy);letter-spacing:-.02em;margin:0}.collection-filters-inline{display:flex;gap:12px}.filter-select-inline{padding:10px 36px 10px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:14px;font-weight:500;color:var(--text);background:var(--white);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:var(--transition);min-width:140px}.filter-select-inline:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #0596691a}.filter-select-inline:disabled{opacity:.5;cursor:not-allowed}.breadcrumb{font-size:13px;color:var(--text-light);margin-bottom:12px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.breadcrumb a{color:var(--green);font-weight:500}.breadcrumb a:hover{color:var(--green-dark)}.breadcrumb span{color:var(--text-light);opacity:.5}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:32px 0 60px}.product-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column;text-decoration:none;position:relative}.product-card:hover{border-color:var(--green);box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-badge{position:absolute;top:12px;left:12px;background:var(--green);color:var(--white);font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;letter-spacing:.5px;z-index:2}.product-card-image{aspect-ratio:4/3;background:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--border-light)}.product-card-image img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.04)}.no-image{font-size:14px;color:var(--text-light);font-weight:500}.product-card-body{padding:16px;display:flex;flex-direction:column;flex:1;gap:8px}.product-card-body h3{font-size:14px;font-weight:600;line-height:1.4;color:var(--navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-body h3 strong{font-weight:800}.product-card-body .price{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:var(--green)}.product-card-body .price-original,.product-card-body .price .price-original{font-size:14px;font-weight:400;color:var(--text-light);text-decoration:line-through}.btn-view-product{display:block;text-align:center;padding:10px 16px;background:var(--navy);color:var(--white);font-size:12px;font-weight:700;letter-spacing:.5px;border-radius:var(--radius-sm);margin-top:auto;transition:var(--transition)}.product-card:hover .btn-view-product{background:var(--green)}.collection-info-section{background:var(--border-light);padding:48px 0;margin-top:0}.collection-info-box{max-width:900px}.collection-info-box h2{font-size:24px;font-weight:700;color:var(--navy);margin-bottom:16px}.collection-info-body{font-size:15px;line-height:1.8;color:var(--text-light)}.collection-info-body p{margin-bottom:12px}.product-title-main{font-size:28px;font-weight:800;color:var(--navy);margin:16px 0 24px;letter-spacing:-.01em;line-height:1.2}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding-bottom:40px}.product-gallery{position:sticky;top:110px}.gallery-main{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.gallery-main img{width:100%;height:100%;object-fit:contain;padding:20px}.gallery-placeholder{color:var(--text-light);font-weight:500}.gallery-thumbnails{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.gallery-thumb{aspect-ratio:1;border:2px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;transition:var(--transition);background:var(--white)}.gallery-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.gallery-thumb:hover{border-color:#05966966}.gallery-thumb.active{border-color:var(--green);box-shadow:0 0 0 2px #05966926}.product-title-desktop{font-size:26px;font-weight:800;color:var(--navy);line-height:1.25;margin-bottom:20px;display:none}.product-form{margin-bottom:24px}.btn-add-to-cart{display:block;width:100%;padding:16px 24px;background:var(--green);color:var(--white);font-family:var(--font);font-size:16px;font-weight:700;letter-spacing:.5px;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);text-align:center}.btn-add-to-cart:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.price-below-cart{text-align:center;font-size:14px;color:var(--text-light);margin-top:10px;font-style:italic}.compatibility-table{width:100%;border-collapse:collapse;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;margin-bottom:24px;font-size:14px}.compatibility-table th,.compatibility-table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border-light)}.compatibility-table th{background:var(--border-light);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--green);width:140px}.compatibility-table td{font-weight:500;color:var(--navy)}.compatibility-table tr:last-child th,.compatibility-table tr:last-child td{border-bottom:none}.product-details-section{border-top:1px solid var(--border);padding:40px 0 60px;max-width:800px}.product-details-section h2{font-size:22px;font-weight:700;color:var(--navy);margin-bottom:16px}.product-details-section h3{font-size:18px;font-weight:700;color:var(--navy);margin:24px 0 12px}.product-details-content{font-size:15px;line-height:1.8;color:var(--text-light)}.product-details-content p{margin-bottom:12px}.product-details-section ul{padding-left:20px;margin-bottom:16px}.product-details-section li{margin-bottom:8px;font-size:15px;line-height:1.6;color:var(--text-light)}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr);gap:16px}.product-page{grid-template-columns:1fr 1fr;gap:32px}.product-gallery{position:static}.collection-header h1{font-size:28px}}@media(max-width:768px){.container{padding:0 16px}.collection-header{padding:20px 0 16px}.collection-header h1{font-size:22px}.collection-header-row{flex-direction:column;align-items:flex-start;gap:12px}.collection-filters-inline{width:100%}.filter-select-inline{flex:1;min-width:0;font-size:14px;min-height:44px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:20px 0 40px}.product-card-body{padding:12px}.product-card-body h3{font-size:13px}.product-card-body .price{font-size:16px}.product-card-body .price-original,.product-card-body .price .price-original{font-size:12px}.btn-view-product{font-size:11px;padding:10px 12px;min-height:44px;display:flex;align-items:center;justify-content:center}.product-badge{font-size:10px;padding:3px 8px;top:8px;left:8px}.product-title-main{font-size:22px;margin:12px 0 16px}.product-page{grid-template-columns:1fr;gap:24px}.gallery-thumbnails{grid-template-columns:repeat(5,1fr);gap:6px}.product-title-desktop{display:none}.btn-add-to-cart{font-size:15px;padding:16px 20px;min-height:52px}.compatibility-table th,.compatibility-table td{padding:10px 12px;font-size:13px}.compatibility-table th{width:110px}.product-details-section{padding:24px 0 40px}.product-details-section h2{font-size:20px}.collection-info-section{padding:32px 0}.collection-info-box h2{font-size:20px}.breadcrumb{font-size:12px;margin-bottom:8px}}@media(max-width:400px){.product-grid{gap:8px}.product-card-body h3{font-size:12px}.product-card-body .price{font-size:14px}.collection-header h1{font-size:20px}}.page-hero{background:linear-gradient(135deg,#064e3b,#111827,#1f2937);padding:48px 0;color:var(--white, #fff)}.page-hero .page-breadcrumb{font-size:13px;color:#ffffff80;margin-bottom:12px;display:flex;align-items:center;gap:6px}.page-hero .page-breadcrumb a{color:#fff9;transition:color .2s}.page-hero .page-breadcrumb a:hover{color:#fff}.page-hero .page-breadcrumb span{opacity:.4}.page-hero h1{font-size:36px;font-weight:800;letter-spacing:-.02em;margin:0}.page-body{max-width:780px;padding:48px 0 80px;font-size:16px;line-height:1.8;color:#374151}.page-body h2{font-size:26px;font-weight:700;color:#111827;margin:40px 0 16px;letter-spacing:-.01em}.page-body h2:first-child{margin-top:0}.page-body h3{font-size:20px;font-weight:700;color:#111827;margin:32px 0 12px}.page-body h4{font-size:17px;font-weight:700;color:#111827;margin:24px 0 10px}.page-body p{margin-bottom:16px}.page-body ul,.page-body ol{margin:0 0 20px;padding-left:24px}.page-body li{margin-bottom:10px;line-height:1.7}.page-body li strong{color:#111827}.page-body a{color:#059669;text-decoration:underline;text-underline-offset:2px}.page-body a:hover{color:#047857}.page-body strong{font-weight:600;color:#1f2937}.page-body blockquote{border-left:4px solid #059669;margin:24px 0;padding:16px 24px;background:#f0fdf4;border-radius:0 8px 8px 0;font-style:italic;color:#374151}.page-body table{width:100%;border-collapse:collapse;margin:20px 0;font-size:15px}.page-body th,.page-body td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb}.page-body th{font-weight:700;color:#111827;background:#f9fafb}@media(max-width:768px){.page-hero{padding:32px 0}.page-hero h1{font-size:26px}.page-body{padding:32px 0 56px;font-size:15px}.page-body h2{font-size:22px;margin-top:32px}.page-body h3{font-size:18px;margin-top:24px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/styles.css.map */
