.article-page{max-width:800px;margin:0 auto;padding:2rem var(--page-margin, 1.5rem) 3rem}.article-page__header{margin-bottom:2rem}.article-page__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.article-page__tag{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-accent, #c41e3a);text-decoration:none;padding:.25rem .5rem;border:1px solid var(--color-accent, #c41e3a);border-radius:.125rem}.article-page__tag:hover{background:var(--color-accent, #c41e3a);color:#fff}.article-page__title{font-size:2rem;font-weight:700;line-height:1.2;color:var(--color-foreground, #1a1a1a);margin:0 0 .75rem}.article-page__meta{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-foreground-muted, #555)}.article-page__meta-sep{color:var(--color-foreground-muted, #ccc)}.article-page__author{font-weight:600}.article-page__hero{margin-bottom:2rem;border-radius:.25rem;overflow:hidden}.article-page__hero-image{width:100%;height:auto;display:block;aspect-ratio:16 / 9;object-fit:cover}.article-page__content.rte{font-size:1rem;line-height:1.75;color:var(--color-foreground, #1a1a1a)}.article-page__content.rte h2{font-size:1.375rem;font-weight:700;margin:2rem 0 .75rem}.article-page__content.rte h3{font-size:1.125rem;font-weight:700;margin:1.5rem 0 .5rem}.article-page__content.rte p{margin:0 0 1.25rem}.article-page__content.rte img{max-width:100%;height:auto;border-radius:.25rem;margin:1.5rem 0}.article-page__content.rte ul,.article-page__content.rte ol{margin:0 0 1.25rem;padding-left:1.5rem}.article-page__content.rte li{margin-bottom:.375rem}.article-page__content.rte a{color:var(--color-accent, #c41e3a);text-decoration:underline}.article-page__content.rte blockquote{border-left:3px solid var(--color-accent, #c41e3a);padding:.5rem 0 .5rem 1.25rem;margin:1.5rem 0;font-style:italic;color:var(--color-foreground-muted, #555)}.article-page__content.rte table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem}.article-page__content.rte th,.article-page__content.rte td{padding:.5rem .75rem;border:1px solid var(--color-border, #e2e2e2);text-align:left}.article-page__content.rte th{background:var(--color-background-secondary, #f7f7f7);font-weight:700}.article-page__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border, #e2e2e2)}.article-page__footer-tags{display:flex;flex-wrap:wrap;gap:.375rem}.article-page__footer-tag{font-size:.6875rem;padding:.25rem .625rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.125rem;text-decoration:none;color:var(--color-foreground-muted, #555)}.article-page__footer-tag:hover{border-color:var(--color-foreground, #1a1a1a);color:var(--color-foreground, #1a1a1a)}.article-page__share{display:flex;align-items:center;gap:.5rem}.article-page__share-label{font-size:.75rem;font-weight:600;color:var(--color-foreground-muted, #555)}.article-page__share-link{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--color-foreground-muted, #555);text-decoration:none;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;background:transparent;cursor:pointer}.article-page__share-link:hover{color:var(--color-foreground, #1a1a1a);border-color:var(--color-foreground, #1a1a1a)}.article-page__share-link[data-copied]{border-color:#16a34a;color:#16a34a}.article-page__comments{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border, #e2e2e2)}.article-page__comments-title{font-size:1.125rem;font-weight:700;margin:0 0 1.5rem}.article-page__comment{padding:1rem 0;border-bottom:1px solid var(--color-border-light, #f0f0f0)}.article-page__comment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.article-page__comment-author{font-size:.8125rem;font-weight:700}.article-page__comment-date{font-size:.6875rem;color:var(--color-foreground-muted, #999)}.article-page__comment-body{font-size:.875rem;line-height:1.6;color:var(--color-foreground, #1a1a1a)}.article-page__comments-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;font-size:.8125rem}.article-page__comments-pagination a{text-decoration:none;color:var(--color-foreground, #1a1a1a);font-weight:600}.article-page__comments-pagination span{color:var(--color-foreground-muted, #555)}.article-page__comment-form{margin-top:1.5rem}.article-page__comment-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.article-page__comment-field label{display:block;font-size:.75rem;font-weight:600;margin-bottom:.25rem;color:var(--color-foreground, #1a1a1a)}.article-page__comment-field input,.article-page__comment-field textarea{width:100%;padding:.625rem .75rem;font-size:.875rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;font-family:inherit}.article-page__comment-field input:focus,.article-page__comment-field textarea:focus{outline:none;border-color:var(--color-foreground, #1a1a1a)}.article-page__comment-field textarea{resize:vertical}.article-page__comment-submit{margin-top:.75rem;padding:.625rem 1.5rem;font-size:.8125rem;font-weight:700;background:var(--color-accent, #c41e3a);color:#fff;border:none;border-radius:.25rem;cursor:pointer;font-family:inherit}.article-page__comment-submit:hover{background:#a3182f}.article-page__comment-success{padding:.75rem 1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:.25rem;margin-bottom:1rem;font-size:.875rem;color:#166534}.article-page__comment-success p{margin:0}.article-page__comment-errors{padding:.75rem 1rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:.25rem;margin-bottom:1rem;font-size:.875rem;color:#991b1b}.article-page__related{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border, #e2e2e2)}.article-page__related-title{font-size:1.125rem;font-weight:700;margin:0 0 1.25rem}.article-page__related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.article-page__related-card{display:block;text-decoration:none;color:var(--color-foreground, #1a1a1a);border:1px solid var(--color-border-light, #f0f0f0);border-radius:.25rem;overflow:hidden}.article-page__related-card:hover{border-color:var(--color-border, #e2e2e2)}.article-page__related-image-wrap{aspect-ratio:16 / 9;overflow:hidden;background:#fafafa}.article-page__related-image{width:100%;height:100%;object-fit:cover;display:block}.article-page__related-info{padding:.75rem}.article-page__related-card-title{font-size:.8125rem;font-weight:700;line-height:1.3;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-page__related-info time{font-size:.6875rem;color:var(--color-foreground-muted, #999)}.article-page__back{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border, #e2e2e2)}.article-page__back a{font-size:.8125rem;font-weight:600;text-decoration:none;color:var(--color-foreground-muted, #555)}.article-page__back a:hover{color:var(--color-foreground, #1a1a1a)}@media(max-width:599px){.article-page__title{font-size:1.5rem}.article-page__related-grid,.article-page__comment-fields{grid-template-columns:1fr}.article-page__meta{flex-wrap:wrap}}@media(min-width:600px)and (max-width:899px){.article-page__related-grid{grid-template-columns:repeat(2,1fr)}}.article-leasing{max-width:900px;margin:0 auto;padding:2rem var(--page-margin, 1.5rem) 3rem}.article-leasing__header{margin-bottom:1.5rem}.article-leasing__title{font-size:2rem;font-weight:800;line-height:1.2;margin:0 0 .75rem;color:var(--color-foreground, #1a1a1a)}.article-leasing__meta{font-size:.8125rem;color:var(--color-foreground-muted, #777);display:flex;gap:.75rem;align-items:center}.article-leasing__image{margin-bottom:2rem;border-radius:.5rem;overflow:hidden}.article-leasing__image img{width:100%;height:auto;display:block}.article-leasing__content{margin-bottom:2.5rem;font-size:1rem;line-height:1.7;color:var(--color-foreground, #1a1a1a)}.article-leasing__content h2,.article-leasing__content h3{margin-top:2rem;margin-bottom:.75rem}.article-leasing__back{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border, #e2e2e2)}.article-leasing__back a{font-size:.875rem;font-weight:600;color:var(--color-foreground, #1a1a1a);text-decoration:none}.article-leasing__back a:hover{color:var(--color-accent, #c41e3a)}.leasing-calc{margin-bottom:2.5rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.5rem;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0000000a}.leasing-calc__header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border-light, #f0f0f0);background:linear-gradient(180deg,#fafafa,#fff)}.leasing-calc__title{font-size:1.25rem;font-weight:700;margin:0 0 .25rem;color:var(--color-foreground, #1a1a1a)}.leasing-calc__subtitle{font-size:.8125rem;color:var(--color-foreground-muted, #555);margin:0;line-height:1.4}.leasing-calc__body{display:grid;grid-template-columns:1.2fr 1fr;gap:0}.leasing-calc__inputs{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;border-right:1px solid var(--color-border-light, #f0f0f0)}.leasing-calc__field{display:flex;flex-direction:column;gap:.25rem}.leasing-calc__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-foreground, #1a1a1a)}.leasing-calc__select{width:100%;padding:.625rem .75rem;font-size:.8125rem;font-weight:600;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;background:#fff;color:var(--color-foreground, #1a1a1a);cursor:pointer;-webkit-appearance:auto;appearance:auto}.leasing-calc__select--inline{flex:1;width:auto;border:none;background:transparent}.leasing-calc__select:focus{border-color:var(--color-foreground, #1a1a1a);outline:none}.leasing-calc__input-wrap{display:flex;align-items:center;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;overflow:hidden;background:#fff}.leasing-calc__input-wrap:focus-within{border-color:var(--color-foreground, #1a1a1a)}.leasing-calc__input{flex:1;padding:.625rem .75rem;font-size:.875rem;font-weight:600;border:none;outline:none;background:transparent;color:var(--color-foreground, #1a1a1a);min-width:0}.leasing-calc__input::placeholder{color:var(--color-foreground-muted, #999);font-weight:400}.leasing-calc__unit{padding:.625rem .75rem;font-size:.75rem;font-weight:600;color:var(--color-foreground-muted, #777);background:var(--color-background-secondary, #f5f5f5);border-left:1px solid var(--color-border-light, #f0f0f0);white-space:nowrap}.leasing-calc__hint{font-size:.625rem;color:var(--color-foreground-muted, #999)}.leasing-calc__link{font-size:.625rem;color:var(--color-accent, #c41e3a);text-decoration:none;font-weight:600;display:inline-block;margin-top:.25rem;transition:opacity .15s}.leasing-calc__link:hover{opacity:.8}.leasing-calc__range-wrap{display:flex;align-items:center;gap:.75rem;min-width:0}.leasing-calc__range{flex:1;min-width:0;height:4px;-webkit-appearance:none;appearance:none;background:var(--color-border, #e2e2e2);border-radius:2px;outline:none;cursor:pointer}.leasing-calc__range::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--color-accent, #c41e3a);border:3px solid #fff;box-shadow:0 2px 8px #00000026;cursor:pointer}.leasing-calc__range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--color-accent, #c41e3a);border:3px solid #fff;box-shadow:0 2px 8px #00000026;cursor:pointer}.leasing-calc__range-value{font-size:.875rem;font-weight:700;min-width:2rem;text-align:right;white-space:nowrap}.leasing-calc__range-labels{display:flex;justify-content:space-between;font-size:.5rem;color:#bbb;margin-top:.125rem;gap:.25rem}.leasing-calc__result{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:1rem;background:linear-gradient(180deg,#fafafa,#fff)}.leasing-calc__result-card{text-align:center;padding:1.25rem 1rem;background:#fff;border:2px solid var(--color-accent, #c41e3a);border-radius:.5rem;box-shadow:0 4px 16px #c41e3a14}.leasing-calc__result-label{display:block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#777;margin-bottom:.5rem}.leasing-calc__result-amount{display:block;font-size:2.25rem;font-weight:800;color:var(--color-accent, #c41e3a);line-height:1;letter-spacing:-.03em}.leasing-calc__result-suffix{display:block;font-size:.6875rem;color:#777;margin-top:.375rem}.leasing-calc__result-details{display:flex;flex-direction:column}.leasing-calc__detail-row{display:flex;justify-content:space-between;font-size:.6875rem;color:#555;padding:.375rem 0;border-bottom:1px solid #f0f0f0}.leasing-calc__detail-row:last-child{border-bottom:none}.leasing-calc__detail-row span:last-child{font-weight:600;color:#1a1a1a}.leasing-calc__detail-row--total{border-top:1px solid #e2e2e2;margin-top:.25rem;padding-top:.5rem;font-weight:700}.leasing-calc__detail-row--total span{font-weight:700!important}.leasing-calc__disclaimer-box{background:#fff3cd;border:1px solid #e6c200;border-radius:.25rem;padding:.75rem}.leasing-calc__disclaimer-strong{font-size:.6875rem;font-weight:700;color:#856404;margin:0 0 .25rem;line-height:1.4}.leasing-calc__disclaimer{font-size:.625rem;color:#856404;line-height:1.4;margin:0}.leasing-calc__cta{display:flex;align-items:center;justify-content:center;width:100%;padding:.875rem 1.5rem;font-size:.8125rem;font-weight:700;text-decoration:none;color:#fff;background:var(--color-accent, #c41e3a);border-radius:.25rem;transition:background .15s}.leasing-calc__cta:hover{background:#a3182f}@media(max-width:899px){.leasing-calc__body{grid-template-columns:1fr}.leasing-calc__inputs{border-right:none;border-bottom:1px solid #f0f0f0}.leasing-calc__result-amount{font-size:1.75rem}}@media(max-width:599px){.article-leasing{padding:1rem .75rem 2rem}.article-leasing__title{font-size:1.5rem}.leasing-calc__header{padding:1rem}.leasing-calc__inputs{padding:1rem;gap:.875rem}.leasing-calc__result{padding:1rem}.leasing-calc__result-amount{font-size:1.5rem}.leasing-calc__title{font-size:1.0625rem}.leasing-calc__select{font-size:.75rem}}.blog-page{max-width:var(--page-width, 1400px);margin:0 auto;padding:2rem var(--page-margin, 1.5rem) 3rem}.blog-page__header{margin-bottom:2rem}.blog-page__title{font-size:1.5rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 1rem}.blog-page__tags{display:flex;flex-wrap:wrap;gap:.5rem}.blog-page__tag{font-size:.75rem;font-weight:600;padding:.375rem .75rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;text-decoration:none;color:var(--color-foreground-muted, #555)}.blog-page__tag:hover{border-color:var(--color-foreground, #1a1a1a);color:var(--color-foreground, #1a1a1a)}.blog-page__tag--active{background:var(--color-foreground, #1a1a1a);color:#fff;border-color:var(--color-foreground, #1a1a1a)}.blog-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{display:block;text-decoration:none;color:var(--color-foreground, #1a1a1a);border:1px solid var(--color-border-light, #f0f0f0);border-radius:.25rem;overflow:hidden;contain:layout style}.blog-card:hover{border-color:var(--color-border, #e2e2e2)}.blog-card__image-wrap{aspect-ratio:16 / 9;overflow:hidden;background:#fafafa}.blog-card__image{width:100%;height:100%;object-fit:cover;display:block}.blog-card__content{padding:1rem}.blog-card__tag{display:inline-block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-accent, #c41e3a);margin-bottom:.375rem}.blog-card__title{font-size:.9375rem;font-weight:700;line-height:1.3;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__excerpt{font-size:.8125rem;line-height:1.5;color:var(--color-foreground-muted, #555);margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__date{font-size:.6875rem;color:var(--color-foreground-muted, #999)}.blog-page__pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border, #e2e2e2)}.blog-page__pagination-btn{font-size:.8125rem;font-weight:600;text-decoration:none;color:var(--color-foreground, #1a1a1a);padding:.5rem 1rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem}.blog-page__pagination-btn:hover{background:var(--color-foreground, #1a1a1a);color:#fff;border-color:var(--color-foreground, #1a1a1a)}.blog-page__pagination-info{font-size:.75rem;color:var(--color-foreground-muted, #555)}@media(max-width:599px){.blog-page__grid{grid-template-columns:1fr}}@media(min-width:600px)and (max-width:899px){.blog-page__grid{grid-template-columns:repeat(2,1fr)}}.cart-page{max-width:var(--page-width, 1400px);margin:0 auto;padding:2rem var(--page-margin, 1.5rem) 3rem}.cart-page__title{font-size:1.5rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 2rem}.cart-page__count{font-weight:400;color:var(--color-foreground-muted, #555)}.cart-page__form{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.cart-page__items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:3fr 1fr 1fr 1fr 40px;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--color-border-light, #f0f0f0)}.cart-item--header{padding:0 0 .75rem;border-bottom:2px solid var(--color-border, #e2e2e2);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-foreground-muted, #555)}.cart-item__product{display:flex;gap:1rem;align-items:center}.cart-item__image-link{flex-shrink:0;width:72px;height:72px;border:1px solid var(--color-border-light, #f0f0f0);border-radius:.25rem;overflow:hidden;background:#fafafa}.cart-item__image{width:100%;height:100%;object-fit:contain;display:block}.cart-item__details{display:flex;flex-direction:column;gap:.125rem}.cart-item__title{font-size:.8125rem;font-weight:600;color:var(--color-foreground, #1a1a1a);text-decoration:none;line-height:1.3}.cart-item__title:hover{text-decoration:underline}.cart-item__variant{font-size:.6875rem;color:var(--color-foreground-muted, #555)}.cart-item__vendor{font-size:.625rem;text-transform:uppercase;letter-spacing:.03em;color:var(--color-foreground-muted, #999)}.cart-item__price{display:flex;flex-direction:column;font-size:.8125rem}.cart-item__price--compare{text-decoration:line-through;color:var(--color-foreground-muted, #999);font-size:.6875rem}.cart-item__price--sale{color:var(--color-accent, #c41e3a);font-weight:600}.cart-item__qty-control{display:inline-flex;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;overflow:hidden}.cart-item__qty-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;font-size:1rem;cursor:pointer;color:var(--color-foreground, #1a1a1a)}.cart-item__qty-btn:hover{background:var(--color-background-secondary, #f7f7f7)}.cart-item__qty-input{width:2.5rem;height:2rem;text-align:center;border:none;border-left:1px solid var(--color-border, #e2e2e2);border-right:1px solid var(--color-border, #e2e2e2);font-size:.8125rem;font-weight:600;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-item__qty-input::-webkit-inner-spin-button,.cart-item__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item__total{font-size:.8125rem;font-weight:700;color:var(--color-foreground, #1a1a1a)}.cart-item__remove-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--color-foreground-muted, #999);text-decoration:none;border-radius:.25rem}.cart-item__remove-btn:hover{color:var(--color-accent, #c41e3a);background:#c41e3a0d}.cart-page__summary{position:sticky;top:5rem;background:var(--color-background-secondary, #f7f7f7);border:1px solid var(--color-border-light, #f0f0f0);border-radius:.25rem;padding:1.5rem}.cart-page__note{margin-bottom:1.5rem}.cart-page__note-label{display:block;font-size:.75rem;font-weight:600;margin-bottom:.375rem;color:var(--color-foreground, #1a1a1a)}.cart-page__note-input{width:100%;padding:.625rem;font-size:.8125rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;resize:vertical;font-family:inherit}.cart-page__totals{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border, #e2e2e2)}.cart-page__discount{display:flex;justify-content:space-between;font-size:.8125rem;color:#16a34a;margin-bottom:.5rem}.cart-page__subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;color:var(--color-foreground, #1a1a1a)}.cart-page__shipping-note{font-size:.6875rem;color:var(--color-foreground-muted, #555);margin:.375rem 0 0}.cart-page__terms{margin-bottom:1rem;padding:.75rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;background:#fff}.cart-page__terms--error{border-color:var(--color-accent, #c41e3a);background:#c41e3a08}.cart-page__terms-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.8125rem;line-height:1.4}.cart-page__terms-checkbox{margin-top:.125rem;flex-shrink:0;width:1rem;height:1rem;accent-color:var(--color-accent, #c41e3a)}.cart-page__terms-text a{color:var(--color-accent, #c41e3a);text-decoration:underline}.cart-page__terms-error{font-size:.6875rem;color:var(--color-accent, #c41e3a);margin:.375rem 0 0 1.5rem;font-weight:600}.cart-page__checkout-btn{display:block;width:100%;padding:.875rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;background:var(--color-accent, #c41e3a);color:#fff;border:none;border-radius:.25rem;cursor:pointer;text-align:center}.cart-page__checkout-btn:hover{background:#a3182f}.cart-page__continue{display:block;text-align:center;margin-top:1rem;font-size:.75rem;color:var(--color-foreground-muted, #555);text-decoration:none}.cart-page__continue:hover{color:var(--color-foreground, #1a1a1a);text-decoration:underline}.cart-page--empty .cart-page__empty{text-align:center;padding:4rem 1rem}.cart-page__empty-text{font-size:1rem;color:var(--color-foreground-muted, #555);margin:0 0 1.5rem}.cart-page__empty-btn{display:inline-block;padding:.75rem 2rem;font-size:.875rem;font-weight:700;text-decoration:none;background:var(--color-foreground, #1a1a1a);color:#fff;border-radius:.25rem}.cart-page__empty-btn:hover{background:#333}@media(max-width:899px){.cart-page__form{grid-template-columns:1fr;gap:2rem}.cart-page__summary{position:static}.cart-item--header{display:none}.cart-item{grid-template-columns:72px 1fr auto;grid-template-rows:auto auto;gap:.5rem 1rem}.cart-item__product{grid-column:1 / -1}.cart-item__price{display:none}.cart-item__qty{grid-column:1 / 2}.cart-item__total{grid-column:2 / 3;text-align:right}.cart-item__remove{grid-column:3 / 4;grid-row:2 / 3}}@media(max-width:479px){.cart-page{padding:1.5rem var(--page-margin, 1rem) 2rem}.cart-page__title{font-size:1.25rem}}.category-grid{max-width:var(--page-width, 1400px);margin:0 auto;padding:3rem var(--page-margin, 1.5rem)}.category-grid__title{font-size:1.25rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 1.5rem}.category-grid__items{display:grid;grid-template-columns:repeat(var(--columns, 4),1fr);gap:1.5rem}.category-grid__card{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:200px;padding:2rem 1.25rem;background:var(--color-background-secondary, #f7f7f7);border:1px solid var(--color-border-light, #f0f0f0);border-radius:.25rem;text-decoration:none;color:var(--color-foreground, #1a1a1a)}.category-grid__card:hover{border-color:var(--color-foreground, #1a1a1a)}.category-grid__image{width:100%;max-width:160px;height:120px;object-fit:contain;margin-bottom:1rem}.category-grid__placeholder{width:120px;height:120px;display:flex;align-items:center;justify-content:center;color:var(--color-foreground-muted, #999);margin-bottom:1rem}.category-grid__label{font-size:1rem;font-weight:700;line-height:1.3}@media(max-width:899px){.category-grid__items{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.category-grid__card{min-height:160px;padding:1.25rem 1rem}.category-grid__image{max-width:120px;height:96px}.category-grid__placeholder{width:96px;height:96px}}.hzm-collection{--hzm-red: #c8102e;--hzm-dark: #1a1a1a;--hzm-gray: #f5f5f5;--hzm-border: #e0e0e0;--hzm-radius: 8px;--hzm-max-width: 1400px}.hzm-breadcrumb{max-width:var(--hzm-max-width);margin:0 auto;padding:1rem 2rem}.hzm-hero{position:relative;min-height:400px;display:flex;align-items:center;overflow:hidden;margin-bottom:0}.hzm-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hzm-hero__bg-img{width:100%;height:100%;object-fit:cover}.hzm-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000b3,#0000004d)}.hzm-hero__content{position:relative;z-index:2;max-width:var(--hzm-max-width);margin:0 auto;padding:4rem 2rem;color:#fff}.hzm-hero__badge{display:inline-block;background:var(--hzm-red);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .75rem;border-radius:3px;margin-bottom:1rem}.hzm-hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin:0 0 1rem;line-height:1.1}.hzm-hero__subtitle{font-size:1.1rem;max-width:600px;opacity:.9;line-height:1.6;margin:0 0 2rem}.hzm-hero__stats{display:flex;gap:2.5rem;flex-wrap:wrap}.hzm-hero__stat{display:flex;flex-direction:column}.hzm-hero__stat-value{font-size:1.75rem;font-weight:800}.hzm-hero__stat-label{font-size:.8rem;opacity:.8;text-transform:uppercase;letter-spacing:.03em}.hzm-trust{background:var(--hzm-gray);border-bottom:1px solid var(--hzm-border)}.hzm-trust__inner{max-width:var(--hzm-max-width);margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.hzm-trust__item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--hzm-dark)}.hzm-trust__item svg{color:var(--hzm-red);flex-shrink:0}.hzm-products{max-width:var(--hzm-max-width);margin:0 auto;padding:3rem 2rem}.hzm-products__header{text-align:center;margin-bottom:2.5rem}.hzm-products__heading{font-size:2rem;font-weight:800;color:var(--hzm-dark);margin:0 0 .5rem}.hzm-products__subheading{font-size:1rem;color:#666;margin:0}.hzm-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.hzm-card{background:#fff;border:1px solid var(--hzm-border);border-radius:var(--hzm-radius);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease;contain:layout}.hzm-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.hzm-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.hzm-card__image{position:relative;aspect-ratio:4 / 3;background:#fafafa;overflow:hidden}.hzm-card__img{width:100%;height:100%;object-fit:contain;padding:1rem}.hzm-card__badge{position:absolute;top:.75rem;left:.75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;padding:.25rem .5rem;border-radius:3px}.hzm-card__badge--sale{background:var(--hzm-red);color:#fff}.hzm-card__body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.hzm-card__title{font-size:1.1rem;font-weight:700;margin:0 0 1rem;color:var(--hzm-dark);line-height:1.3}.hzm-card__specs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--hzm-border)}.hzm-card__spec{display:flex;flex-direction:column}.hzm-card__spec-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;color:#888;font-weight:500}.hzm-card__spec-value{font-size:.85rem;font-weight:600;color:var(--hzm-dark)}.hzm-card__price{margin-top:auto;margin-bottom:1rem}.hzm-card__price--was{font-size:.8rem;color:#999;text-decoration:line-through;display:block}.hzm-card__price--now{font-size:1.25rem;font-weight:800;color:var(--hzm-dark)}.hzm-card__price--ex{font-size:.75rem;color:#888;display:block;margin-top:.15rem}.hzm-card__cta{margin-top:auto}.hzm-card__cta-btn{display:block;text-align:center;background:var(--hzm-dark);color:#fff;font-size:.85rem;font-weight:600;padding:.75rem 1rem;border-radius:5px;transition:background .2s ease}.hzm-card:hover .hzm-card__cta-btn{background:var(--hzm-red)}.hzm-description{background:var(--hzm-gray);padding:3rem 2rem}.hzm-description__inner{max-width:800px;margin:0 auto}.hzm-description__heading{font-size:1.5rem;font-weight:700;margin:0 0 1rem;color:var(--hzm-dark)}.hzm-description__content{font-size:1rem;line-height:1.7;color:#444}.hzm-faq{max-width:800px;margin:0 auto;padding:3rem 2rem}.hzm-faq__heading{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:var(--hzm-dark)}.hzm-faq__item{border-bottom:1px solid var(--hzm-border)}.hzm-faq__question{padding:1.25rem 0;font-weight:600;font-size:1rem;cursor:pointer;color:var(--hzm-dark);list-style:none}.hzm-faq__question::-webkit-details-marker{display:none}.hzm-faq__question:before{content:"\25b8";display:inline-block;margin-right:.75rem;transition:transform .2s ease;color:var(--hzm-red)}details[open] .hzm-faq__question:before{transform:rotate(90deg)}.hzm-faq__answer{padding:0 0 1.25rem 1.5rem;font-size:.95rem;line-height:1.7;color:#555}.hzm-cta{background:var(--hzm-dark);color:#fff;padding:4rem 2rem;text-align:center}.hzm-cta__inner{max-width:700px;margin:0 auto}.hzm-cta__heading{font-size:2rem;font-weight:800;margin:0 0 1rem}.hzm-cta__text{font-size:1.05rem;opacity:.85;line-height:1.6;margin:0 0 2rem}.hzm-cta__buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hzm-cta__btn{display:inline-flex;align-items:center;padding:.85rem 2rem;font-size:.95rem;font-weight:600;border-radius:5px;text-decoration:none;transition:all .2s ease}.hzm-cta__btn--primary{background:var(--hzm-red);color:#fff}.hzm-cta__btn--primary:hover{background:#a00d24}.hzm-cta__btn--secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.hzm-cta__btn--secondary:hover{border-color:#fff}@media(max-width:999px){.hzm-products__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.hzm-hero{min-height:320px}.hzm-hero__content{padding:3rem 1.5rem}.hzm-trust__inner{justify-content:center}}@media(max-width:599px){.hzm-products__grid{grid-template-columns:1fr;gap:1rem}.hzm-hero{min-height:280px}.hzm-hero__content{padding:2rem 1rem}.hzm-hero__title{font-size:1.75rem}.hzm-hero__stats{gap:1.5rem}.hzm-hero__stat-value{font-size:1.25rem}.hzm-breadcrumb{padding:.75rem 1rem}.hzm-products{padding:2rem 1rem}.hzm-trust__inner{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.hzm-card__specs{grid-template-columns:1fr 1fr}.hzm-cta{padding:3rem 1rem}.hzm-cta__heading{font-size:1.5rem}}.hzm-compare__heading{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;color:var(--hzm-dark);text-align:center}.hzm-compare__subtext{font-size:.95rem;color:#666;margin:0 0 1.5rem;text-align:center}.collection{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 var(--page-margin, 1.5rem)}.breadcrumb{padding:1rem 0 0}.breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap;gap:0;list-style:none;margin:0;padding:0;font-size:.75rem}.breadcrumb__item{display:flex;align-items:center}.breadcrumb__item:not(:last-child):after{content:"/";margin:0 .5rem;color:var(--color-foreground-muted, #999)}.breadcrumb__link{color:var(--color-foreground-muted, #555);text-decoration:none}.breadcrumb__link:hover{color:var(--color-foreground, #1a1a1a);text-decoration:underline}.breadcrumb__item--current span{color:var(--color-foreground, #1a1a1a);font-weight:600}.collection__header{padding:1rem 0;border-bottom:1px solid var(--color-border, #e2e2e2);margin-bottom:1.5rem}.collection__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--color-foreground, #1a1a1a)}.collection__count{font-size:.75rem;color:var(--color-foreground-muted, #555)}.collection__layout{display:grid;grid-template-columns:240px 1fr;gap:2rem;align-items:start}.collection__sidebar{position:sticky;top:5rem;max-height:calc(100dvh - 6rem);overflow-y:auto;padding-right:1rem;-webkit-overflow-scrolling:touch}.filter-group{border-bottom:1px solid var(--color-border-light, #f0f0f0);padding:.75rem 0}.filter-group:first-child{padding-top:0}.filter-group__title{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-foreground, #1a1a1a);cursor:pointer;list-style:none;padding:.25rem 0}.filter-group__title::-webkit-details-marker{display:none}.filter-group__active-count{font-weight:400;color:var(--color-accent, #c41e3a)}.filter-group__content{padding-top:.5rem}.filter-group__select{width:100%;padding:.5rem;font-size:.8125rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;background:var(--color-background, #fff);color:var(--color-foreground, #1a1a1a)}.filter-group__list{list-style:none;margin:0;padding:0;max-height:200px;overflow-y:auto}.filter-group__item{padding:.125rem 0}.filter-group__checkbox{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-foreground, #1a1a1a);cursor:pointer;padding:.25rem 0}.filter-group__checkbox input[type=checkbox]{width:1rem;height:1rem;flex-shrink:0;accent-color:var(--color-accent, #c41e3a)}.filter-group__count{color:var(--color-foreground-muted, #999);margin-left:auto}.filter-group__price-inputs{display:flex;align-items:center;gap:.5rem}.filter-group__price-input{width:100%;padding:.375rem .5rem;font-size:.8125rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem}.filter-group__price-separator{color:var(--color-foreground-muted, #999)}.filter-group__price-btn{margin-top:.5rem;width:100%;padding:.5rem;font-size:.75rem;font-weight:600;background:var(--color-foreground, #1a1a1a);color:#fff;border:none;border-radius:.25rem;cursor:pointer}.filter-group__price-btn:hover{opacity:.85}.filter-group__active-tags{display:flex;flex-wrap:wrap;gap:.375rem;padding-top:.5rem}.filter-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.6875rem;background:var(--color-background-secondary, #f5f5f5);color:var(--color-foreground, #1a1a1a);border-radius:.25rem;text-decoration:none}.filter-tag:hover{background:var(--color-border, #e2e2e2)}.filter-tag--clear{background:none;color:var(--color-accent, #c41e3a);font-weight:600}.collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1px;background:var(--color-border-light, #f0f0f0);border:1px solid var(--color-border-light, #f0f0f0)}.product-card{contain:layout style;background:var(--color-background, #fff)}.product-card__link{display:block;text-decoration:none;color:inherit;padding:.5rem;height:100%}.product-card__link:hover .product-card__title{color:var(--color-accent, #c41e3a)}.product-card__media{position:relative;aspect-ratio:4 / 3;background:#fff;margin-bottom:.5rem;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:contain;display:block}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__badge{position:absolute;top:.375rem;left:.375rem;padding:.125rem .375rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:.125rem}.product-card__badge--sale{background:var(--color-accent, #c41e3a);color:#fff}.product-card__badge--soldout{background:var(--color-foreground-muted, #555);color:#fff}.product-card__info{min-height:3.5rem}.product-card__vendor{display:block;font-size:.625rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-foreground-muted, #999);margin-bottom:.125rem}.product-card__title{font-size:.6875rem;font-weight:500;line-height:1.3;margin:0 0 .25rem;color:var(--color-foreground, #1a1a1a);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700}.product-card__price--compare{text-decoration:line-through;color:var(--color-foreground-muted, #999);font-weight:400;font-size:.75rem}.product-card__price--sale{color:var(--color-accent, #c41e3a)}.product-card__stock-low{margin-top:.25rem;font-size:.6875rem;font-weight:700;color:var(--color-accent, #c41e3a)}.collection__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 0}.pagination__link{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;color:var(--color-foreground, #1a1a1a);text-decoration:none;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem}.pagination__link:hover{background:var(--color-background-secondary, #f5f5f5)}.pagination__info{font-size:.75rem;color:var(--color-foreground-muted, #555)}@media(max-width:899px){.collection__layout{grid-template-columns:1fr}.collection__sidebar{position:static;max-height:none;overflow:visible;padding-right:0;border-bottom:1px solid var(--color-border, #e2e2e2);padding-bottom:1rem;margin-bottom:1rem}.collection__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.collection__grid{grid-template-columns:repeat(2,1fr)}.product-card__link{padding:.375rem}.collection__header{padding:1rem 0 .75rem}.collection__title{font-size:1.25rem}}@media(min-width:900px){.collection__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.collection__grid{grid-template-columns:repeat(4,1fr)}}.collection__seo-description{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--color-border, #e2e2e2)}.collection__seo-content{font-size:.8125rem;line-height:1.6;color:var(--color-foreground-muted, #555);padding:1rem 0 2rem;columns:2;column-gap:2rem}@media(max-width:899px){.collection__seo-content{columns:1}}.collection__seo-content h2,.collection__seo-content h3,.collection__seo-content h4{font-size:.875rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:1.25rem 0 .5rem}.collection__seo-content p{margin:0 0 .75rem}.collection__seo-content ul,.collection__seo-content ol{margin:0 0 .75rem;padding-left:1.25rem}.collection__seo-content li{margin-bottom:.25rem}.collection__seo-content a{color:var(--color-accent, #c41e3a);text-decoration:underline}.collections-page{max-width:var(--page-width, 1400px);margin:0 auto;padding:2rem var(--page-margin, 1.5rem) 3rem}.collections-page__title{font-size:1.5rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 2rem}.collections-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.collection-card{display:block;text-decoration:none;color:var(--color-foreground, #1a1a1a);border:1px solid var(--color-border-light, #f0f0f0);border-radius:.25rem;overflow:hidden;contain:layout style}.collection-card:hover{border-color:var(--color-foreground, #1a1a1a)}.collection-card__image-wrap{aspect-ratio:4 / 3;overflow:hidden;background:#fafafa}.collection-card__image{width:100%;height:100%;object-fit:cover;display:block}.collection-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-foreground-muted, #ccc);background:var(--color-background-secondary, #f7f7f7)}.collection-card__info{padding:.75rem}.collection-card__title{font-size:.8125rem;font-weight:700;line-height:1.3;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-card__count{font-size:.6875rem;color:var(--color-foreground-muted, #999)}@media(max-width:599px){.collections-page__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:600px)and (max-width:899px){.collections-page__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.collections-page__grid{grid-template-columns:repeat(5,1fr)}}.contact-page{max-width:var(--page-width, 1400px);margin:0 auto;padding:2rem var(--page-margin, 1.5rem) 3rem}.contact-page__title{font-size:1.5rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 .5rem}.contact-page__subheading{font-size:.9375rem;color:var(--color-foreground-muted, #555);margin:0 0 2rem;max-width:600px}.contact-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-page__section-title{font-size:1rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 .75rem}.contact-page__details{margin-bottom:2rem}.contact-page__address{font-style:normal;font-size:.875rem;line-height:1.8;color:var(--color-foreground, #1a1a1a)}.contact-page__address p{margin:0}.contact-page__company{font-weight:700}.contact-page__address a{color:var(--color-foreground, #1a1a1a);text-decoration:none}.contact-page__address a:hover{color:var(--color-accent, #c41e3a);text-decoration:underline}.contact-page__hours{margin-bottom:2rem}.contact-page__hours-group{margin-bottom:1.25rem}.contact-page__hours-heading{font-size:.8125rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 .375rem}.contact-page__hours-table{width:100%;max-width:280px;border-collapse:collapse;font-size:.8125rem}.contact-page__hours-table td{padding:.25rem 0;color:var(--color-foreground, #1a1a1a)}.contact-page__hours-table td:first-child{color:var(--color-foreground-muted, #555);width:55%}.contact-page__hours-table td:last-child{font-weight:600;text-align:right}.contact-page__map{border-radius:.25rem;overflow:hidden;border:1px solid var(--color-border-light, #f0f0f0)}.contact-page__map iframe{display:block}.contact-page__form-intro{font-size:.8125rem;color:var(--color-foreground-muted, #555);margin:0 0 1.5rem}.contact-page__form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-page__field--full{grid-column:1 / -1}.contact-page__label{display:block;font-size:.75rem;font-weight:600;color:var(--color-foreground, #1a1a1a);margin-bottom:.25rem}.contact-page__input{width:100%;padding:.625rem .75rem;font-size:.875rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;background:#fff;color:var(--color-foreground, #1a1a1a);font-family:inherit}.contact-page__input:focus{outline:none;border-color:var(--color-foreground, #1a1a1a)}.contact-page__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' stroke='%23555' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.contact-page__textarea{resize:vertical;min-height:120px}.contact-page__submit{display:inline-block;padding:.75rem 2rem;font-size:.875rem;font-weight:700;background:var(--color-accent, #c41e3a);color:#fff;border:none;border-radius:.25rem;cursor:pointer;font-family:inherit}.contact-page__submit:hover{background:#a3182f}.contact-page__success{padding:1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:.25rem;margin-bottom:1rem;font-size:.875rem;color:#166534}.contact-page__success p{margin:0}.contact-page__errors{padding:1rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:.25rem;margin-bottom:1rem;font-size:.875rem;color:#991b1b}@media(max-width:899px){.contact-page__grid{grid-template-columns:1fr;gap:2rem}.contact-page__form{grid-template-columns:1fr}}@media(max-width:479px){.contact-page{padding:1.5rem var(--page-margin, 1rem) 2rem}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.featured-products{max-width:var(--page-width, 1400px);margin:0 auto;padding:2rem var(--page-margin, 1.5rem) 3rem}.featured-products__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.featured-products__title{font-size:1.25rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0}.featured-products__link{font-size:.8125rem;font-weight:600;color:var(--color-accent, #c41e3a);text-decoration:none}.featured-products__link:hover{text-decoration:underline}.featured-products__grid{display:grid;grid-template-columns:repeat(var(--columns, 5),1fr);gap:1rem}.fp-card{display:block;text-decoration:none;color:var(--color-foreground, #1a1a1a);border:1px solid var(--color-border-light, #f0f0f0);border-radius:.25rem;overflow:hidden;contain:layout style}.fp-card:hover{border-color:var(--color-border, #e2e2e2)}.fp-card__image-wrap{position:relative;aspect-ratio:1 / 1;background:#fafafa}.fp-card__image{width:100%;height:100%;object-fit:contain;display:block}.fp-card__badge{position:absolute;top:.5rem;left:.5rem;font-size:.625rem;font-weight:700;text-transform:uppercase;background:var(--color-accent, #c41e3a);color:#fff;padding:.125rem .375rem;border-radius:.125rem}.fp-card__badge--sold{background:var(--color-foreground-muted, #555)}.fp-card__info{padding:.75rem}.fp-card__vendor{display:block;font-size:.625rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-foreground-muted, #999);margin-bottom:.125rem}.fp-card__title{font-size:.75rem;font-weight:600;line-height:1.3;margin:0 0 .375rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fp-card__price{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700}.fp-card__price--compare{text-decoration:line-through;color:var(--color-foreground-muted, #999);font-weight:400}.fp-card__price--sale{color:var(--color-accent, #c41e3a)}@media(max-width:899px){.featured-products__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px)and (max-width:1199px){.featured-products__grid{grid-template-columns:repeat(4,1fr)}}.site-footer{background:#fff;color:var(--color-foreground, #1a1a1a);padding:3rem var(--page-margin, 1.5rem) 0;margin-top:3rem;border-top:1px solid var(--color-border, #e2e2e2)}.site-footer__inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;max-width:var(--page-width, 1400px);margin:0 auto;padding-bottom:2rem}.site-footer__col--right{text-align:right}.site-footer__col--right .site-footer__nav{align-items:flex-end}.site-footer__heading{font-size:.875rem;font-weight:700;margin:0 0 .75rem;color:var(--color-foreground, #1a1a1a)}.site-footer__contact-link{display:block;text-decoration:none;color:inherit}.site-footer__contact-link:hover .site-footer__address{color:var(--color-accent, #c41e3a)}.site-footer__address{font-style:normal;font-size:.8125rem;line-height:1.7;color:var(--color-foreground-muted, #555);transition:color .15s}.site-footer__address p{margin:0}.site-footer__social{display:flex;gap:.75rem;margin-top:1rem}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--color-foreground-muted, #999);border-radius:.25rem}.site-footer__social a:hover{color:var(--color-foreground, #1a1a1a)}.site-footer__hours-group{margin-bottom:1rem}.site-footer__hours-group:last-child{margin-bottom:0}.site-footer__hours-title{font-size:.6875rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.03em}.site-footer__hours-table{width:100%;max-width:240px;border-collapse:collapse;font-size:.75rem}.site-footer__hours-table td{padding:.15rem 0;color:var(--color-foreground, #1a1a1a)}.site-footer__hours-table td:first-child{color:var(--color-foreground-muted, #555)}.site-footer__hours-table td:last-child{font-weight:600;text-align:right}.site-footer__nav{display:flex;flex-direction:column;gap:.5rem}.site-footer__nav a{font-size:.8125rem;color:var(--color-foreground-muted, #555);text-decoration:none;line-height:1.4}.site-footer__nav a:hover{color:var(--color-foreground, #1a1a1a);text-decoration:underline}.site-footer__bottom{border-top:1px solid var(--color-border, #e2e2e2);max-width:var(--page-width, 1400px);margin:0 auto;padding:1.25rem 0}.site-footer__bottom p{font-size:.6875rem;color:var(--color-foreground-muted, #999);margin:0}@media(max-width:899px){.site-footer__inner{grid-template-columns:1fr 1fr;gap:2rem}.site-footer__col--right{text-align:left}.site-footer__col--right .site-footer__nav{align-items:flex-start}}@media(max-width:599px){.site-footer__inner{grid-template-columns:1fr;gap:1.5rem}.site-footer{padding:2rem var(--page-margin, 1rem) 0}}.header{position:sticky;top:0;z-index:1000;background:var(--color-background, #fff);border-bottom:1px solid var(--color-border, #e2e2e2)}.header__inner{display:flex;align-items:center;height:3.5rem;max-width:var(--page-width, 1700px);margin:0 auto;padding:0 var(--page-margin, 1.5rem);gap:1.5rem}.header__logo{margin:0;flex-shrink:0}.header__logo a{display:flex;align-items:center;text-decoration:none}.header__logo svg{width:140px;height:32px;display:block}.header__nav{display:flex;align-items:center;flex:1;justify-content:center;gap:1rem}.header__nav-item{position:relative}.header__nav-link{display:flex;align-items:center;gap:.5rem;padding:0 1rem;height:3rem;font-size:1rem;font-weight:600;color:var(--color-foreground, #1a1a1a);text-decoration:none;white-space:nowrap}.header__nav-link:hover{color:var(--color-accent, #c41e3a)}.header__nav-text--stacked{display:flex;flex-direction:column;line-height:1.1;font-size:.6875rem}.header__nav-and{font-weight:400;font-size:.625rem;opacity:.7}.header__nav-chevron{width:8px;height:5px;opacity:.5;transition:transform .15s}.header__nav-item.is-active .header__nav-chevron{transform:rotate(180deg)}.mega-menu{display:none;position:fixed;top:3.5rem;left:0;right:0;width:100vw;background:var(--color-background, #fff);border-top:2px solid var(--color-accent, #c41e3a);border-bottom:1px solid var(--color-border, #e2e2e2);box-shadow:0 8px 24px #00000014;padding:1.5rem 2rem;z-index:1100}.mega-menu__inner{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 var(--page-margin, 1.5rem)}.mega-menu[aria-hidden=false]{display:block}.mega-menu__categories{columns:4;column-gap:2rem}.mega-menu__category{break-inside:avoid;margin-bottom:1.25rem}.mega-menu__category-title{display:block;font-size:.8125rem;font-weight:700;color:var(--color-foreground, #1a1a1a);text-decoration:none;padding-bottom:.5rem;border-bottom:1px solid var(--color-border, #e2e2e2);margin-bottom:.5rem}.mega-menu__category-title:hover{color:var(--color-accent, #c41e3a)}.mega-menu__subcategories{list-style:none;margin:0;padding:0}.mega-menu__subcategory-link{display:block;font-size:.75rem;color:var(--color-foreground-muted, #555);text-decoration:none;padding:.2rem 0;line-height:1.4}.mega-menu__subcategory-link:hover{color:var(--color-accent, #c41e3a)}.header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header__icon-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;background:none;color:var(--color-foreground, #1a1a1a);cursor:pointer;text-decoration:none;border-radius:.25rem;position:relative}.header__icon-btn:hover{background:var(--color-background-secondary, #f5f5f5)}.header__icon-btn svg{width:1.5rem;height:1.5rem;display:block}.header__cart-count{position:absolute;top:.125rem;right:.125rem;min-width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;line-height:1;color:#fff;background:var(--color-accent, #c41e3a);border-radius:999px;padding:0 .25rem}.mobile-action-bar{display:none;align-items:center;justify-content:center;padding:.4rem 0;background:var(--color-background, #fff);border-top:1px solid var(--color-border, #e2e2e2)}.mobile-action-bar__btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;width:33.333%;max-width:120px;padding:.35rem 0;border:none;background:none;color:var(--color-foreground, #1a1a1a);text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-action-bar__btn:active{color:var(--color-accent, #c41e3a)}.mobile-action-bar__label{font-size:.625rem;font-weight:600;letter-spacing:.02em}.mobile-action-bar__cart-wrap{position:relative;display:flex;align-items:center;justify-content:center}.mobile-action-bar__badge{position:absolute;top:-5px;right:-7px;min-width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;font-size:.5625rem;font-weight:700;color:#fff;background:var(--color-accent, #c41e3a);border-radius:999px;padding:0 .25rem}.mobile-nav{position:fixed;top:0;left:0;width:85vw;max-width:360px;height:100dvh;background:var(--color-background, #fff);z-index:2000;transform:translate(-100%);transition:transform .2s ease-out;display:flex;flex-direction:column;overflow:hidden}.mobile-nav[aria-hidden=false]{transform:translate(0)}.mobile-nav__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1999;opacity:0;pointer-events:none;transition:opacity .2s}.mobile-nav__backdrop.is-visible{opacity:1;pointer-events:auto}.mobile-nav__header{display:flex;align-items:center;height:3.5rem;padding:0 1rem;border-bottom:1px solid var(--color-border, #e2e2e2);gap:.5rem;flex-shrink:0}.mobile-nav__back,.mobile-nav__close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;background:none;color:var(--color-foreground, #1a1a1a);cursor:pointer}.mobile-nav__title{flex:1;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.mobile-nav__close{margin-left:auto}.mobile-nav__panels{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-nav__panel{display:none;padding:.5rem 0}.mobile-nav__panel--active{display:block}.mobile-nav__list{list-style:none;margin:0;padding:0}.mobile-nav__item{border-bottom:1px solid var(--color-border-light, #f0f0f0)}.mobile-nav__row{display:flex;align-items:stretch}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;flex:1;padding:1rem 1.25rem;font-size:.9375rem;font-weight:500;color:var(--color-foreground, #1a1a1a);text-decoration:none;background:none;border:none;cursor:pointer;text-align:left}.mobile-nav__link:active{background:var(--color-background-secondary, #f5f5f5)}.mobile-nav__link svg{flex-shrink:0;opacity:.4}.mobile-nav__toggle{display:flex;align-items:center;justify-content:center;width:3rem;border:none;background:none;color:var(--color-foreground, #1a1a1a);cursor:pointer;border-left:1px solid var(--color-border-light, #f0f0f0);flex-shrink:0}.mobile-nav__toggle:active{background:var(--color-background-secondary, #f5f5f5)}.mobile-nav__toggle svg{opacity:.4}.mobile-nav__view-all{display:block;padding:.75rem 1.25rem;font-size:.75rem;font-weight:700;color:var(--color-accent, #c41e3a);text-decoration:none;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--color-border, #e2e2e2)}@media(max-width:1199px){.header__nav,.header__actions{display:none}.header__inner{padding:0 1rem;justify-content:center;height:2.75rem}.header__logo svg{width:120px;height:28px}.mobile-action-bar{display:flex}}@media(min-width:1200px){.mobile-nav,.mobile-nav__backdrop,.mobile-action-bar{display:none!important}}@media(min-width:1200px)and (max-width:1500px){.header__nav-link{font-size:.9375rem;padding:0 .75rem}.header__logo svg{width:120px;height:28px}.header__inner{gap:.75rem;height:3rem}}@media(min-width:1501px){.header__nav-link{font-size:1.0625rem;padding:0 1.1rem}.header__inner{height:3.125rem}}@media(min-width:1200px)and (max-width:1400px){.mega-menu__categories{columns:3}}@media(min-width:1401px){.mega-menu__categories{columns:4}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-search{position:relative;background:var(--color-background-secondary, #f7f7f7);padding:4rem var(--page-margin, 1.5rem);text-align:center;overflow:hidden}.hero-search--has-image{background:#1a1a1a}.hero-search__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-search__bg-img{width:100%;height:100%;object-fit:cover;opacity:.4}.hero-search__inner{position:relative;z-index:1;max-width:680px;margin:0 auto}.hero-search__title{font-size:2rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 .5rem;line-height:1.2}.hero-search--has-image .hero-search__title{color:#fff}.hero-search__subtitle{font-size:1rem;color:var(--color-foreground-muted, #555);margin:0 0 2rem;line-height:1.4}.hero-search--has-image .hero-search__subtitle{color:#ffffffd9}.hero-search__form{display:flex;max-width:560px;margin:0 auto;border:2px solid var(--color-foreground, #1a1a1a);border-radius:.25rem;overflow:hidden;background:#fff}.hero-search--has-image .hero-search__form{border-color:#fff}.hero-search__input{flex:1;padding:.875rem 1rem;font-size:1rem;border:none;outline:none;background:transparent;color:var(--color-foreground, #1a1a1a)}.hero-search__input::placeholder{color:var(--color-foreground-muted, #999)}.hero-search__btn{display:flex;align-items:center;justify-content:center;width:3.5rem;border:none;background:var(--color-accent, #c41e3a);color:#fff;cursor:pointer}.hero-search__btn:hover{background:#a3182f}@media(max-width:899px){.hero-search{padding:3rem var(--page-margin, 1rem)}.hero-search__title{font-size:1.5rem}.hero-search__subtitle{font-size:.875rem;margin-bottom:1.5rem}}.iwt{max-width:var(--page-width, 1400px);margin:0 auto;padding:3rem var(--page-margin, 1.5rem)}.iwt__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.iwt__inner--reversed{direction:rtl}.iwt__inner--reversed>*{direction:ltr}.iwt__media{aspect-ratio:4 / 3;overflow:hidden;border-radius:.25rem;background:#fafafa}.iwt__image{width:100%;height:100%;object-fit:cover;display:block}.iwt__placeholder{width:100%;height:100%;background:var(--color-background-secondary, #f7f7f7)}.iwt__title{font-size:1.5rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 1rem;line-height:1.2}.iwt__text{font-size:.9375rem;line-height:1.6;color:var(--color-foreground-muted, #555)}.iwt__text p{margin:0 0 .75rem}.iwt__btn{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;font-size:.875rem;font-weight:700;text-decoration:none;border:2px solid var(--color-foreground, #1a1a1a);color:var(--color-foreground, #1a1a1a);border-radius:.25rem}.iwt__btn:hover{background:var(--color-foreground, #1a1a1a);color:#fff}@media(max-width:899px){.iwt{padding:2rem var(--page-margin, 1rem)}.iwt__inner{grid-template-columns:1fr;gap:1.5rem}.iwt__inner--reversed{direction:ltr}.iwt__title{font-size:1.25rem}}.ke-brand-page{--ke-green: #2d7a3a;--ke-dark: #1a1a1a;--ke-orange: #e8530e;--ke-gray: #f8f8f8;--ke-border: #e5e5e5;max-width:1400px;margin:0 auto;font-family:inherit}.ke-hero{background:var(--ke-dark);color:#fff;padding:clamp(3rem,8vw,6rem) clamp(1.5rem,4vw,4rem);text-align:center;border-radius:0}.ke-hero__badge{display:inline-block;background:var(--ke-orange);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.375rem 1rem;border-radius:2px;margin-bottom:1.5rem}.ke-hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin:0 0 .75rem;letter-spacing:-.02em}.ke-hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);opacity:.85;margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}.ke-hero__cta{display:inline-block;background:var(--ke-orange);color:#fff;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:3px;transition:background .2s}.ke-hero__cta:hover{background:#c9440b}.ke-section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--ke-dark);margin:0 0 1rem;letter-spacing:-.01em}.ke-intro{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,4rem);max-width:800px;margin:0 auto;text-align:center}.ke-intro__text{font-size:1.0625rem;line-height:1.7;color:#444;margin:0 0 1rem}.ke-stats{background:var(--ke-gray);padding:clamp(2rem,4vw,3.5rem) clamp(1.5rem,4vw,4rem)}.ke-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:900px;margin:0 auto;text-align:center}.ke-stats__number{display:block;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--ke-dark)}.ke-stats__label{display:block;font-size:.875rem;color:#666;margin-top:.25rem}.ke-history{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,4rem);max-width:900px;margin:0 auto}.ke-history__intro{font-size:1.0625rem;line-height:1.7;color:#444;margin:0 0 2.5rem}.ke-timeline{position:relative;padding-left:2rem;border-left:2px solid var(--ke-border)}.ke-timeline__item{position:relative;padding:0 0 1.75rem 1.5rem}.ke-timeline__item:before{content:"";position:absolute;left:-2rem;top:.35rem;width:12px;height:12px;background:var(--ke-orange);border-radius:50%;margin-left:-5px}.ke-timeline__year{display:block;font-size:.8125rem;font-weight:700;color:var(--ke-orange);text-transform:uppercase;letter-spacing:.05em}.ke-timeline__event{display:block;font-size:1rem;color:#333;margin-top:.125rem}.ke-products{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,4rem);background:var(--ke-gray)}.ke-products__intro{font-size:1.0625rem;line-height:1.7;color:#444;margin:0 0 2.5rem;max-width:700px}.ke-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.ke-product-card{background:#fff;border:1px solid var(--ke-border);border-radius:6px;padding:1.75rem 1.5rem;transition:box-shadow .2s,border-color .2s}.ke-product-card:hover{border-color:var(--ke-orange);box-shadow:0 4px 16px #0000000f}.ke-product-card__icon{color:var(--ke-orange);margin-bottom:1rem}.ke-product-card__title{font-size:1.125rem;font-weight:700;color:var(--ke-dark);margin:0 0 .5rem}.ke-product-card__desc{font-size:.9375rem;line-height:1.6;color:#555;margin:0 0 .75rem}.ke-product-card__model{display:inline-block;font-size:.75rem;font-weight:600;color:var(--ke-orange);background:#e8530e14;padding:.25rem .625rem;border-radius:3px}.ke-why{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,4rem);max-width:1000px;margin:0 auto}.ke-why__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.ke-why__item h3{font-size:1.0625rem;font-weight:700;color:var(--ke-dark);margin:0 0 .5rem}.ke-why__item p{font-size:.9375rem;line-height:1.6;color:#555;margin:0}.ke-cta{background:var(--ke-dark);color:#fff;padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,4rem);text-align:center}.ke-cta__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 .75rem;color:#fff}.ke-cta__text{font-size:1.0625rem;opacity:.85;margin:0 0 2rem;max-width:550px;margin-left:auto;margin-right:auto}.ke-cta__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ke-cta__btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:3px;transition:background .2s,transform .1s}.ke-cta__btn:hover{transform:translateY(-1px)}.ke-cta__btn--primary{background:var(--ke-orange);color:#fff}.ke-cta__btn--primary:hover{background:#c9440b}.ke-cta__btn--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}.ke-cta__btn--secondary:hover{border-color:#fff;background:#ffffff0d}@media(max-width:900px){.ke-stats__grid,.ke-products__grid{grid-template-columns:repeat(2,1fr)}.ke-why__grid{grid-template-columns:1fr}}@media(max-width:600px){.ke-stats__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.ke-products__grid{grid-template-columns:1fr}.ke-hero{padding:2.5rem 1.25rem}.ke-timeline{padding-left:1.5rem}}.hzm-product{--hzm-red: #c8102e;--hzm-dark: #1a1a1a;--hzm-gray: #f5f5f5;--hzm-border: #e0e0e0;--hzm-radius: 8px;--hzm-max-width: 1200px}.hzm-breadcrumb{max-width:1400px;margin:0 auto;padding:1rem 2rem}.hzm-breadcrumb__list{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0;font-size:.8rem;color:#666}.hzm-breadcrumb__item:not(:last-child):after{content:"/";margin-left:.5rem;color:#999}.hzm-breadcrumb__link{color:#666;text-decoration:none}.hzm-breadcrumb__link:hover{color:var(--hzm-red)}.hzm-breadcrumb__item--current{font-weight:600;color:var(--hzm-dark)}.hzm-product-top{max-width:var(--hzm-max-width);margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr;gap:2rem}.hzm-product-top__main-image{position:relative;width:100%;aspect-ratio:4/3;background:#fff;border:1px solid var(--hzm-border);border-radius:var(--hzm-radius);overflow:hidden}.hzm-product-top__slide{display:none;width:100%;height:100%}.hzm-product-top__slide--active{display:flex;align-items:center;justify-content:center}.hzm-product-top__img{width:100%;height:100%;object-fit:contain;display:block}.hzm-product-top__video{width:100%;height:100%;object-fit:contain}.hzm-product-top__thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}.hzm-product-top__thumb{width:72px;height:72px;flex-shrink:0;padding:0;border:2px solid transparent;border-radius:4px;background:#fff;cursor:pointer;overflow:hidden;opacity:.6;transition:opacity .15s,border-color .15s}.hzm-product-top__thumb--active,.hzm-product-top__thumb:hover{border-color:var(--hzm-red);opacity:1}.hzm-product-top__thumb-img{width:100%;height:100%;object-fit:contain;display:block}.hzm-product-top__info{display:flex;flex-direction:column;gap:1rem}.hzm-product-top__category{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--hzm-red);font-weight:700}.hzm-product-top__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin:0;line-height:1.15;color:var(--hzm-dark)}.hzm-product-top__tagline{font-size:1rem;color:#555;margin:0;line-height:1.5}.hzm-product-top__price{display:flex;flex-direction:column;gap:.15rem;padding:1rem 0;border-top:1px solid var(--hzm-border);border-bottom:1px solid var(--hzm-border)}.hzm-product-top__price-now{font-size:1.75rem;font-weight:800;color:var(--hzm-red)}.hzm-product-top__price-ex{font-size:.85rem;color:#666}.hzm-product-top__leasing{font-size:.85rem;color:var(--hzm-dark);font-weight:500}.hzm-product-desc{background:var(--hzm-gray);padding:3rem 2rem}.hzm-product-desc__inner{max-width:800px;margin:0 auto}.hzm-product-desc__heading{font-size:1.5rem;font-weight:700;margin:0 0 1.25rem;color:var(--hzm-dark)}.hzm-product-desc__content{font-size:1rem;line-height:1.7;color:#444}.hzm-product-desc__content h3{font-size:1.1rem;font-weight:700;color:var(--hzm-dark);margin:1.5rem 0 .75rem}.hzm-product-desc__content p{margin:0 0 1rem}.hzm-product-top__actions{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:.5rem}.hzm-product-top__btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;font-size:.95rem;font-weight:600;border-radius:5px;text-decoration:none;transition:all .2s ease}.hzm-product-top__btn--primary{background:var(--hzm-red);color:#fff;flex:1;min-width:180px}.hzm-product-top__btn--primary:hover{background:#a00d24}.hzm-product-top__btn--secondary{background:transparent;color:var(--hzm-dark);border:2px solid var(--hzm-border);flex:1;min-width:180px}.hzm-product-top__btn--secondary:hover{border-color:var(--hzm-dark)}.hzm-specs{max-width:var(--hzm-max-width);margin:0 auto;padding:3rem 2rem}.hzm-specs__inner{max-width:800px;margin:0 auto}.hzm-specs__heading{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:var(--hzm-dark)}.hzm-specs__group{border-bottom:1px solid var(--hzm-border)}.hzm-specs__group-title{padding:1.25rem 0;font-weight:600;font-size:1rem;cursor:pointer;color:var(--hzm-dark);list-style:none;display:flex;align-items:center;justify-content:space-between}.hzm-specs__group-title::-webkit-details-marker{display:none}.hzm-specs__group-title:after{content:"+";font-size:1.25rem;color:var(--hzm-red);font-weight:300}details[open] .hzm-specs__group-title:after{content:"\2212"}.hzm-specs__group-content{padding:0 0 1.25rem;font-size:.95rem;line-height:1.7;color:#555}.hzm-specs__table{width:100%;border-collapse:collapse}.hzm-specs__table tr{border-bottom:1px solid #f0f0f0}.hzm-specs__table tr:last-child{border-bottom:none}.hzm-specs__table th{text-align:left;padding:.6rem 1rem .6rem 0;font-weight:600;color:var(--hzm-dark);width:40%;font-size:.9rem}.hzm-specs__table td{padding:.6rem 0;color:#555;font-size:.9rem}.hzm-specs__accessories{padding:.5rem 0}.hzm-gallery{max-width:var(--hzm-max-width);margin:0 auto;padding:3rem 2rem}.hzm-gallery__heading{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:var(--hzm-dark)}.hzm-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.hzm-gallery__item{border-radius:var(--hzm-radius);overflow:hidden;aspect-ratio:4/3;background:var(--hzm-gray)}.hzm-gallery__img{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .3s ease}.hzm-gallery__img:hover{transform:scale(1.03)}.hzm-gallery__item--video{aspect-ratio:16/9;grid-column:span 2}.hzm-gallery__video{width:100%;height:100%;object-fit:cover}.hzm-leasing{background:var(--hzm-gray);padding:3rem 2rem}.hzm-leasing__inner{max-width:var(--hzm-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hzm-leasing__heading{font-size:1.5rem;font-weight:700;margin:0 0 1rem;color:var(--hzm-dark)}.hzm-leasing__text{font-size:1rem;line-height:1.6;color:#555;margin:0 0 .75rem}.hzm-leasing__disclaimer{font-size:.8rem;color:#888;font-style:italic;margin:0}.hzm-leasing__calc{background:#fff;padding:1.5rem;border-radius:var(--hzm-radius);border:1px solid var(--hzm-border)}.hzm-leasing__field{margin-bottom:1rem}.hzm-leasing__field label{display:block;font-size:.8rem;font-weight:600;color:var(--hzm-dark);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.02em}.hzm-leasing__field input,.hzm-leasing__field select{width:100%;padding:.6rem .75rem;border:1px solid var(--hzm-border);border-radius:4px;font-size:.95rem}.hzm-leasing__field input:read-only{background:var(--hzm-gray)}.hzm-leasing__result{background:var(--hzm-gray);padding:1rem;border-radius:4px;text-align:center;margin-top:.5rem}.hzm-leasing__result-label{display:block;font-size:.75rem;text-transform:uppercase;color:#888;letter-spacing:.03em}.hzm-leasing__result-value{display:block;font-size:1.75rem;font-weight:800;color:var(--hzm-dark);margin:.25rem 0}.hzm-leasing__result-note{display:block;font-size:.75rem;color:#888}.hzm-compare{max-width:var(--hzm-max-width);margin:0 auto;padding:3rem 2rem}.hzm-compare__inner{max-width:100%}.hzm-compare__heading{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:var(--hzm-dark)}.hzm-compare__subtext{font-size:.95rem;color:#666;margin:0 0 1.5rem}.hzm-compare__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.hzm-compare__table{width:100%;border-collapse:collapse;min-width:700px;font-size:.85rem}.hzm-compare__table thead{background:var(--hzm-dark);color:#fff}.hzm-compare__th-label{text-align:left;padding:.85rem 1rem;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.hzm-compare__th-model{text-align:center;padding:.85rem .75rem;font-weight:600;font-size:.8rem}.hzm-compare__th-model a{color:#fff;text-decoration:none}.hzm-compare__th-model a:hover{text-decoration:underline}.hzm-compare__th-model--active{background:var(--hzm-red)}.hzm-compare__table tbody tr{border-bottom:1px solid #f0f0f0}.hzm-compare__table tbody tr:nth-child(2n){background:var(--hzm-gray)}.hzm-compare__table td{padding:.7rem .75rem;text-align:center;color:#555}.hzm-compare__label{text-align:left!important;font-weight:600;color:var(--hzm-dark)}.hzm-compare__active{background:#c8102e0a;font-weight:600;color:var(--hzm-dark)}.hzm-compare__row-price td{font-weight:700;color:var(--hzm-dark);border-top:2px solid var(--hzm-border)}.hzm-compare__row-cta td{padding:1rem .75rem;border-top:none}.hzm-compare__current{display:inline-block;padding:.4rem .8rem;background:var(--hzm-gray);border-radius:4px;font-size:.75rem;font-weight:600;color:#888}.hzm-compare__link{display:inline-block;padding:.4rem .8rem;background:var(--hzm-red);color:#fff;border-radius:4px;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .2s ease}.hzm-compare__link:hover{background:#a00d24}.hzm-related{max-width:var(--hzm-max-width);margin:0 auto;padding:3rem 2rem}.hzm-related__heading{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:var(--hzm-dark)}.hzm-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hzm-related__card{text-decoration:none;color:inherit;background:#fff;border:1px solid var(--hzm-border);border-radius:var(--hzm-radius);overflow:hidden;transition:box-shadow .2s ease}.hzm-related__card:hover{box-shadow:0 4px 20px #00000014}.hzm-related__card-image{aspect-ratio:4/3;background:var(--hzm-gray)}.hzm-related__card-img{width:100%;height:100%;object-fit:contain;padding:.75rem}.hzm-related__card-title{padding:.75rem 1rem .25rem;font-size:.9rem;font-weight:600}.hzm-related__card-spec{padding:0 1rem;font-size:.8rem;color:#666;display:block}.hzm-related__card-price{padding:.25rem 1rem .75rem;font-size:.85rem;color:var(--hzm-red);font-weight:600;display:block}.hzm-product-cta{background:var(--hzm-dark);color:#fff;padding:4rem 2rem;text-align:center}.hzm-product-cta__inner{max-width:700px;margin:0 auto}.hzm-product-cta__heading{font-size:2rem;font-weight:800;margin:0 0 1rem}.hzm-product-cta__text{font-size:1.05rem;opacity:.85;line-height:1.6;margin:0 0 2rem}.hzm-product-cta__buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hzm-product-cta__btn{display:inline-flex;align-items:center;padding:.85rem 2rem;font-size:.95rem;font-weight:600;border-radius:5px;text-decoration:none;transition:all .2s ease}.hzm-product-cta__btn--primary{background:var(--hzm-red);color:#fff}.hzm-product-cta__btn--primary:hover{background:#a00d24}.hzm-product-cta__btn--secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.hzm-product-cta__btn--secondary:hover{border-color:#fff}@media(min-width:900px){.hzm-product-top{grid-template-columns:55fr 45fr;gap:3rem;padding:2.5rem 2rem;align-items:start}.hzm-product-top__info{position:sticky;top:2rem}.hzm-product-top__main-image{aspect-ratio:4/3}}@media(max-width:999px){.hzm-gallery__grid{grid-template-columns:repeat(2,1fr)}.hzm-gallery__item--video{grid-column:span 2}.hzm-leasing__inner{grid-template-columns:1fr;gap:1.5rem}.hzm-related__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.hzm-product-top{padding:1rem;gap:1.5rem}.hzm-product-top__title{font-size:1.5rem}.hzm-product-top__price-now{font-size:1.4rem}.hzm-product-top__actions{flex-direction:column}.hzm-product-top__btn{width:100%;min-width:unset}.hzm-product-top__thumb{width:56px;height:56px}.hzm-gallery__grid{grid-template-columns:1fr 1fr}.hzm-gallery__item--video{grid-column:span 2}.hzm-related__grid{grid-template-columns:1fr}.hzm-breadcrumb{padding:.75rem 1rem}.hzm-specs,.hzm-gallery,.hzm-leasing,.hzm-compare,.hzm-related{padding:2rem 1rem}.hzm-product-cta{padding:3rem 1rem}.hzm-product-cta__heading{font-size:1.5rem}}.product-page{width:100%;max-width:var(--page-width, 1400px);margin:0 auto;padding:0 var(--page-margin, 1.5rem);min-width:0}.product-breadcrumb{padding:1rem 0 0}.product-breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap;gap:0;list-style:none;margin:0;padding:0;font-size:.75rem}.product-breadcrumb__item{display:flex;align-items:center}.product-breadcrumb__item:not(:last-child):after{content:"/";margin:0 .5rem;color:var(--color-foreground-muted, #999)}.product-breadcrumb__link{color:var(--color-foreground-muted, #555);text-decoration:none}.product-breadcrumb__link:hover{color:var(--color-foreground, #1a1a1a);text-decoration:underline}.product-breadcrumb__item--current span{color:var(--color-foreground, #1a1a1a);font-weight:600}.product{width:100%;display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);grid-template-areas:"media info" "below info";gap:clamp(2rem,5vw,4.5rem);padding:1.5rem 0 2rem;align-items:start;min-width:0}.product__media{grid-area:media}.product__info{grid-area:info}.product__below{width:100%;grid-area:below;max-width:none;margin:0;padding:0;display:grid;gap:.5rem;min-width:0}.product__media,.product__info{min-width:0}.product__info{display:flex;flex-direction:column;gap:.5rem}.product__media{display:grid;grid-template-columns:72px 1fr;gap:.75rem;align-items:start}.product__media--single{grid-template-columns:1fr}.product__thumbnails{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.product__thumbnail{width:72px;height:72px;flex-shrink:0;padding:0;border:2px solid transparent;border-radius:.25rem;background:#fff;cursor:pointer;overflow:hidden;opacity:.6;transition:none}.product__thumbnail--active,.product__thumbnail:hover{border-color:var(--color-foreground, #1a1a1a);opacity:1}.product__thumbnail-img{width:100%;height:100%;object-fit:contain;display:block}.product__main-image{position:relative;width:100%;aspect-ratio:1 / 1;background:#fff;border:1px solid var(--color-border-light, #f0f0f0);overflow:hidden}.product__main-image-slide{display:none;width:100%;height:100%}.product__main-image-slide--active{display:block}.product__image{width:100%;height:100%;object-fit:contain;display:block}.product__main-image-slide iframe,.product__main-image-slide video,.product__main-image-slide model-viewer,.product__media-item{width:100%;height:100%;display:block}.product__info{position:static}@media(min-width:900px){.product{min-height:calc(100svh - 3.5rem);align-items:start}.product__main-image{display:flex;align-items:center;justify-content:center;height:min(75vh,680px)}.product__main-image-slide{display:none}.product__main-image-slide--active{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product__image{max-height:100%;max-width:100%;width:auto;height:auto;margin:0 auto;display:block}.product__thumbnails{height:min(75vh,680px);overflow-y:auto;overflow-x:hidden;direction:rtl}.product__thumbnail{direction:ltr}.product__info{position:sticky;top:1rem;align-self:start;height:calc(100svh - 2rem);overflow:hidden;padding-right:.25rem;display:flex;flex-direction:column;justify-content:flex-start}.product__related--info{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;margin-top:.5rem}.product__mobile-trust{display:none}}.product__vendor{display:block;font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-foreground-muted, #999);margin-bottom:.4rem}.product__heading{padding:.25rem 0 .1rem;margin-bottom:.25rem}.product__title{font-size:clamp(1.5rem,2vw,2.15rem);font-weight:700;line-height:1.08;margin:0;color:var(--color-foreground, #1a1a1a);letter-spacing:-.02em}.product__price{display:grid;grid-template-columns:1fr auto;grid-template-areas:"label label" "current badge" "compare badge" "tax tax";gap:.2rem .75rem;padding:.85rem 1rem .95rem;margin:.2rem 0 .9rem;border:1px solid var(--color-border-light, #ececec);border-radius:.75rem;background:linear-gradient(180deg,#fff,#fafafa);box-shadow:0 8px 24px #0000000a;align-items:start}.product__price-label{grid-area:label;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-foreground-muted, #888)}.product__price--current{grid-area:current;font-size:clamp(1.8rem,2.5vw,2.35rem);font-weight:800;line-height:1;color:var(--color-foreground, #1a1a1a);letter-spacing:-.03em}.product__price--compare{grid-area:compare;font-size:.95rem;text-decoration:line-through;color:var(--color-foreground-muted, #999);align-self:center}.product__price--sale{grid-area:current;font-size:clamp(1.8rem,2.5vw,2.35rem);font-weight:800;line-height:1;color:var(--color-accent, #c41e3a);letter-spacing:-.03em}.product__price--badge{grid-area:badge;justify-self:end;align-self:start;font-size:.6875rem;font-weight:700;background:linear-gradient(135deg,var(--color-accent, #c41e3a),#ae1730);color:#fff;padding:.3rem .5rem;border-radius:999px;box-shadow:0 6px 16px #c41e3a2e}.product__price-tax{grid-area:tax;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;font-size:.78rem;color:var(--color-foreground-muted, #777);padding-top:.2rem;border-top:1px solid rgba(0,0,0,.06);margin-top:.15rem}.product__price-tax-line{white-space:nowrap;font-weight:600}.product__availability{margin-bottom:1rem;display:flex;flex-direction:row;align-items:center;gap:.75rem;flex-wrap:wrap}.product__stock{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600}.product__stock--in{color:#16a34a}.product__stock--low{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#c41e3a0d;border:1px solid rgba(196,30,58,.3);border-radius:.375rem;color:var(--color-accent, #c41e3a);font-size:.8125rem;font-weight:600}.product__stock--out{color:var(--color-accent, #c41e3a)}.product__shipping-benefit{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#16a34a0d;border:1px solid rgba(22,163,74,.3);border-radius:.375rem;color:#16a34a;font-size:.8125rem;font-weight:600}.product__form-wrapper{border-top:1px solid var(--color-border, #e2e2e2);padding-top:1rem;margin-bottom:1rem}.product__option{margin-bottom:.75rem}.product__option-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.375rem;color:var(--color-foreground, #1a1a1a)}.product__option-select{width:100%;padding:.625rem .75rem;font-size:.8125rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;background:var(--color-background, #fff);color:var(--color-foreground, #1a1a1a);cursor:pointer}.product__option-select:focus{border-color:var(--color-foreground, #1a1a1a);outline:none}.product__actions{display:flex;gap:.75rem;align-items:flex-end;margin-bottom:.75rem}.product__quantity{flex-shrink:0}.product__quantity-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.375rem;color:var(--color-foreground, #1a1a1a)}.product__quantity-controls{display:flex;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem;overflow:hidden}.product__quantity-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:none;background:var(--color-background-secondary, #f5f5f5);color:var(--color-foreground, #1a1a1a);font-size:1rem;cursor:pointer;font-weight:700}.product__quantity-btn:hover{background:var(--color-border, #e2e2e2)}.product__quantity-input{width:3rem;height:2.5rem;text-align:center;border:none;border-left:1px solid var(--color-border, #e2e2e2);border-right:1px solid var(--color-border, #e2e2e2);font-size:.875rem;font-weight:600;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.product__quantity-input::-webkit-inner-spin-button,.product__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product__add-to-cart{flex:1;height:3rem;padding:0 1.5rem;font-size:.875rem;font-weight:700;letter-spacing:.03em;background:var(--color-accent, #c41e3a);color:#fff;border:none;border-radius:.25rem;cursor:pointer}.product__add-to-cart:hover:not(:disabled){background:#a3182f}.product__add-to-cart:disabled{background:var(--color-foreground-muted, #999);cursor:not-allowed}.product__mobile-trust{display:flex;justify-content:space-between;padding:.625rem 0;border-top:1px solid var(--color-border-light, #f0f0f0);border-bottom:1px solid var(--color-border-light, #f0f0f0);margin:.5rem 0}.product__mobile-trust-item{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:600;color:var(--color-foreground-muted, #555)}.product__mobile-trust-item svg{color:#16a34a;flex-shrink:0}.product__contact-link{display:flex;align-items:center;justify-content:center;width:100%;margin-top:.75rem;height:3rem;padding:0 1.5rem;font-size:.8125rem;font-weight:700;letter-spacing:.03em;text-decoration:none;color:var(--color-foreground, #1a1a1a);background:var(--color-background-secondary, #f5f5f5);border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem}.product__contact-link:hover{border-color:var(--color-foreground, #1a1a1a)}.product__payments{display:flex;margin-top:.5rem}.product__payments-icons{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.product__payments-icons svg{height:24px;width:auto;display:block}.product__payment-fallback{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 6px;border:1px solid var(--color-border, #e2e2e2);border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--color-foreground, #1a1a1a);background:var(--color-background, #fff)}.product__related{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border, #e2e2e2)}.product__related--info{margin-top:.5rem;flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-end}.product__related--info .product__related-card[hidden]{display:none}.product__related-title{margin:0 0 .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-foreground, #1a1a1a)}.product__related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;justify-items:center;justify-content:center}.product__related--info .product__related-grid{gap:.5rem;justify-items:center;align-content:center}.product__related-brand{font-size:.625rem;text-transform:uppercase;color:var(--color-foreground-muted, #777);font-weight:600}.product__related-type{font-size:.625rem;color:var(--color-foreground-muted, #777)}.product__related-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border:1px solid var(--color-border-light, #f0f0f0);border-radius:.25rem;padding:.5rem;background:var(--color-background, #fff)}.product__related--info .product__related-card{flex-direction:row;align-items:center;gap:.5rem;padding:.375rem}.product__related-image{aspect-ratio:1 / 1;background:#fff;border-radius:.25rem;overflow:hidden}.product__related--info .product__related-image{width:64px;height:64px;flex:0 0 64px}.product__related-img{width:100%;height:100%;object-fit:contain;display:block}.product__related-meta{margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem;flex-grow:1}.product__related--info .product__related-meta{margin-top:0;gap:.125rem}.product__related-name{font-size:.75rem;font-weight:600;color:var(--color-foreground, #1a1a1a)}.product__related--info .product__related-name{font-size:.6875rem;line-height:1.2}.product__related-price{font-size:.75rem;color:var(--color-foreground-muted, #555)}.product__related--info .product__related-price{font-size:.6875rem}.product__related--info .product__related-grid{align-content:end}.product__related-card--hidden{display:none!important}.product__below{max-width:var(--page-width, 1400px);margin:1.5rem auto 0;padding:0 var(--page-margin, 1.5rem);display:grid;gap:.5rem}.product__details{border-top:1px solid var(--color-border, #e2e2e2);padding-top:.875rem}.product__details-title{margin:0 0 .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-foreground, #1a1a1a)}.product__description{font-size:.875rem;line-height:1.7;color:var(--color-foreground-muted, #555);background:var(--color-background-secondary, #f5f5f5);border:1px solid var(--color-border-light, #f0f0f0);border-radius:.5rem;padding:1rem 1.25rem 1.5rem;overflow-x:hidden;overflow-wrap:break-word;word-break:break-word}.product__description h1,.product__description h2,.product__description h3,.product__description h4,.product__description h5,.product__description h6{color:var(--color-foreground, #1a1a1a);font-weight:700;line-height:1.25;margin:1.25rem 0 .75rem}.product__description h1{font-size:1.375rem}.product__description h2{font-size:1.125rem}.product__description h3{font-size:1rem}.product__description h4,.product__description h5,.product__description h6{font-size:.9375rem}.product__description p{margin:0 0 .75rem}.product__description ul,.product__description ol{margin:0 0 .75rem;padding-left:1.25rem}.product__description li{margin-bottom:.25rem}.product__description table{width:100%;max-width:100%;border-collapse:collapse;margin:.75rem 0 1.25rem;font-size:.8125rem;table-layout:fixed;background:#fff;border:1px solid var(--color-border, #e2e2e2);border-radius:.5rem;box-shadow:0 1px #00000008}.product__description table td,.product__description table th{min-width:0;word-break:break-word}.product__description img,.product__description video,.product__description iframe,.product__description embed,.product__description object{max-width:100%;height:auto;display:block}.product__description *{max-width:100%;box-sizing:border-box}.product__description th,.product__description td{border:1px solid var(--color-border-light, #f0f0f0);padding:.625rem .75rem;text-align:left;vertical-align:top}.product__description th{background:#f3f4f6;color:var(--color-foreground, #1a1a1a);font-weight:700}.product__description tr:nth-child(2n) td{background:#fafafa}.product__description h2{padding-bottom:.5rem;border-bottom:1px solid var(--color-border, #e2e2e2)}.product__description blockquote{margin:1rem 0;padding:.75rem 1rem;border-left:3px solid var(--color-border, #e2e2e2);background:var(--color-background-secondary, #f5f5f5);color:var(--color-foreground, #1a1a1a)}.product__description strong{color:var(--color-foreground, #1a1a1a);font-weight:700}.product__description a{color:var(--color-accent, #c41e3a);text-decoration:underline;text-underline-offset:.15em}.product__meta{padding-bottom:1rem}.product__meta-row{display:flex;justify-content:space-between;padding:.375rem 0;font-size:.75rem;border-bottom:1px solid var(--color-border-light, #f0f0f0)}.product__meta-label{font-weight:600;color:var(--color-foreground, #1a1a1a)}.product__meta-value{color:var(--color-foreground-muted, #555)}@media(max-width:899px){.product-page{padding:0;overflow-x:clip}.product-breadcrumb{padding:.5rem .75rem 0;font-size:.6875rem}.product{grid-template-columns:minmax(0,1fr);grid-template-areas:"media" "info" "below";gap:.75rem;padding:0}.product__media{width:100%;grid-template-columns:1fr;gap:0}.product__main-image{width:100%;order:0;aspect-ratio:1 / 1;max-height:70svh;border:none;border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.product__main-image-slide{width:100%;height:100%;min-width:0}.product__main-image-slide--active{display:flex;align-items:center;justify-content:center;width:100%}.product__image{width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center center;display:block}.product__media-video,.product__media-item{width:100%;height:auto;max-width:100%;display:block}.product__thumbnails{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden;order:1;gap:.375rem;padding:.5rem .75rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product__thumbnails::-webkit-scrollbar{display:none}.product__thumbnail{width:48px;height:48px}.product__info{position:static;height:auto;overflow:visible;padding:0 .75rem;gap:.375rem}.product__vendor{margin-bottom:.125rem}.product__heading{padding:0;margin-bottom:.125rem}.product__title{font-size:1.125rem;line-height:1.2}.product__price{padding:.5rem 0;margin:0;border:none;border-radius:0;background:none;box-shadow:none;gap:.125rem .5rem;border-bottom:1px solid var(--color-border-light, #f0f0f0)}.product__price--current,.product__price--sale{font-size:1.5rem}.product__price-label{display:none}.product__price-tax{border-top:none;padding-top:0;margin-top:0;font-size:.7rem}.product__availability{margin-bottom:.5rem;gap:.375rem;flex-direction:row;flex-wrap:wrap}.product__stock--low,.product__shipping-benefit{padding:.375rem .625rem;font-size:.75rem}.product__form-wrapper{padding-top:.75rem;margin-bottom:.5rem;border-top:none}.product__option{margin-bottom:.5rem}.product__actions{gap:.5rem;margin-bottom:.5rem}.product__add-to-cart{height:2.75rem;font-size:.8125rem;border-radius:.375rem}.product__quantity-btn{width:2.25rem;height:2.75rem}.product__quantity-input{width:2.5rem;height:2.75rem}.product__mobile-trust{display:flex;gap:.25rem;padding:.5rem 0;margin:.25rem 0}.product__mobile-trust-item{font-size:.625rem;gap:.2rem}.product__mobile-trust-item svg{width:12px;height:12px}.product__contact-link{height:2.5rem;font-size:.75rem;margin-top:.375rem}.product__payments{margin-top:.375rem}.product__payments-icons svg{height:20px}.product__related{display:block;margin-top:.75rem;padding-top:.75rem}.product__related--info .product__related-grid{display:flex;overflow-x:auto;gap:.5rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product__related--info .product__related-grid::-webkit-scrollbar{display:none}.product__related--info .product__related-card{flex:0 0 140px;flex-direction:column}.product__related--info .product__related-image{width:100%;height:auto;aspect-ratio:1 / 1}.product__below{width:100%;margin-top:.5rem;padding:0 .75rem;overflow-x:clip}.product__details{width:100%;min-width:0;overflow-x:clip}.product__description{width:100%;max-width:100%;min-width:0;padding:.75rem;font-size:.8125rem;border-radius:.375rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.product__description table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;table-layout:auto}}@media(max-width:399px){.product__title{font-size:1rem}.product__price--current,.product__price--sale{font-size:1.25rem}.product__mobile-trust{flex-wrap:wrap;justify-content:center;gap:.375rem}.product__mobile-trust-item{font-size:.6rem}.product__thumbnail{width:40px;height:40px}}@media(min-width:900px)and (max-width:1199px){.product{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:2.5rem}}@media(min-width:1200px){.product{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:3rem}}@media(max-width:899px){.product__related-grid{grid-template-columns:1fr}}.rich-text{max-width:var(--page-width, 1400px);margin:0 auto;padding:3rem var(--page-margin, 1.5rem)}.rich-text--full{max-width:none}.rich-text--bg{background:var(--color-background-secondary, #f7f7f7)}.rich-text__inner{max-width:800px;margin:0 auto;text-align:center}.rich-text__title{font-size:1.5rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 1rem}.rich-text__content{font-size:.9375rem;line-height:1.6;color:var(--color-foreground-muted, #555)}.rich-text__content p{margin:0 0 .75rem}.rich-text__btn{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;text-decoration:none;background:var(--color-accent, #c41e3a);color:#fff;border-radius:.25rem}.rich-text__btn:hover{background:#a3182f}@media(max-width:899px){.rich-text{padding:2rem var(--page-margin, 1rem)}.rich-text__title{font-size:1.25rem}}.search-page{max-width:var(--page-width, 1400px);margin:0 auto;padding:2rem var(--page-margin, 1.5rem) 3rem}.search-page__header{margin-bottom:2rem}.search-page__form{display:flex;max-width:640px;border:2px solid var(--color-foreground, #1a1a1a);border-radius:.25rem;overflow:hidden;background:#fff}.search-page__input{flex:1;padding:.875rem 1rem;font-size:1rem;border:none;outline:none;background:transparent;color:var(--color-foreground, #1a1a1a)}.search-page__input::placeholder{color:var(--color-foreground-muted, #999)}.search-page__btn{display:flex;align-items:center;justify-content:center;width:3.5rem;border:none;background:var(--color-accent, #c41e3a);color:#fff;cursor:pointer}.search-page__btn:hover{background:#a3182f}.search-page__meta{margin-top:1rem}.search-page__count{font-size:.875rem;color:var(--color-foreground-muted, #555)}.search-page__tabs{display:flex;gap:0;margin-top:1rem;border-bottom:1px solid var(--color-border, #e2e2e2)}.search-page__tab{padding:.625rem 1.25rem;font-size:.8125rem;font-weight:600;text-decoration:none;color:var(--color-foreground-muted, #555);border-bottom:2px solid transparent;margin-bottom:-1px}.search-page__tab:hover{color:var(--color-foreground, #1a1a1a)}.search-page__tab--active{color:var(--color-foreground, #1a1a1a);border-bottom-color:var(--color-foreground, #1a1a1a)}.search-page__results{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.sr-card--product{display:block;text-decoration:none;color:var(--color-foreground, #1a1a1a);border:1px solid var(--color-border-light, #f0f0f0);border-radius:.25rem;overflow:hidden;contain:layout style}.sr-card--product:hover{border-color:var(--color-border, #e2e2e2)}.sr-card__image-wrap{position:relative;aspect-ratio:1 / 1;background:#fafafa}.sr-card__image{width:100%;height:100%;object-fit:contain;display:block}.sr-card__no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-foreground-muted, #ccc)}.sr-card__badge{position:absolute;top:.375rem;left:.375rem;font-size:.5625rem;font-weight:700;text-transform:uppercase;background:var(--color-accent, #c41e3a);color:#fff;padding:.125rem .375rem;border-radius:.125rem}.sr-card__badge--sold{background:var(--color-foreground-muted, #555)}.sr-card__info{padding:.625rem}.sr-card__vendor{display:block;font-size:.5625rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-foreground-muted, #999);margin-bottom:.125rem}.sr-card__title{font-size:.6875rem;font-weight:600;line-height:1.3;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sr-card__price{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:700}.sr-card__price--compare{text-decoration:line-through;color:var(--color-foreground-muted, #999);font-weight:400}.sr-card__price--sale{color:var(--color-accent, #c41e3a)}.sr-card--content{display:flex;gap:.75rem;align-items:flex-start;text-decoration:none;color:var(--color-foreground, #1a1a1a);padding:1rem;border:1px solid var(--color-border-light, #f0f0f0);border-radius:.25rem;grid-column:1 / -1}.sr-card--content:hover{border-color:var(--color-border, #e2e2e2)}.sr-card__content-image{width:80px;height:60px;flex-shrink:0;border-radius:.125rem;overflow:hidden;background:#fafafa}.sr-card__content-image img{width:100%;height:100%;object-fit:cover}.sr-card__type{font-size:.625rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:var(--color-foreground-muted, #999)}.sr-card__content-title{font-size:.875rem;font-weight:600;margin:.125rem 0 .25rem;line-height:1.3}.sr-card__excerpt{font-size:.75rem;color:var(--color-foreground-muted, #555);line-height:1.4;margin:0}.search-page__pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border, #e2e2e2)}.search-page__pagination-btn{font-size:.8125rem;font-weight:600;text-decoration:none;color:var(--color-foreground, #1a1a1a);padding:.5rem 1rem;border:1px solid var(--color-border, #e2e2e2);border-radius:.25rem}.search-page__pagination-btn:hover{background:var(--color-foreground, #1a1a1a);color:#fff;border-color:var(--color-foreground, #1a1a1a)}.search-page__pagination-info{font-size:.75rem;color:var(--color-foreground-muted, #555)}.search-page__empty,.search-page__initial{text-align:center;padding:4rem 1rem}.search-page__empty-title{font-size:1.125rem;font-weight:700;color:var(--color-foreground, #1a1a1a);margin:0 0 .5rem}.search-page__empty-text,.search-page__initial-text{font-size:.875rem;color:var(--color-foreground-muted, #555);margin:0 0 1.5rem}.search-page__empty-link{font-size:.8125rem;font-weight:600;color:var(--color-accent, #c41e3a);text-decoration:none}.search-page__empty-link:hover{text-decoration:underline}@media(max-width:599px){.search-page{padding:1.5rem var(--page-margin, 1rem) 2rem}.search-page__results{grid-template-columns:repeat(2,1fr)}.search-page__tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.search-page__tab{white-space:nowrap;padding:.5rem 1rem}.sr-card--content{grid-column:1 / -1;flex-direction:column}.sr-card__content-image{width:100%;height:120px}}@media(min-width:600px)and (max-width:899px){.search-page__results{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px)and (max-width:1199px){.search-page__results{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.search-page__results{grid-template-columns:repeat(5,1fr)}}.trust-bar{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;padding:1.5rem var(--page-margin, 1.5rem);border-top:1px solid var(--color-border, #e2e2e2);border-bottom:1px solid var(--color-border, #e2e2e2);max-width:var(--page-width, 1400px);margin:0 auto}.trust-bar__item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--color-foreground, #1a1a1a)}.trust-bar__item svg{color:#16a34a;flex-shrink:0}@media(max-width:899px){.trust-bar{gap:1rem;padding:1.25rem var(--page-margin, 1rem)}.trust-bar__item{font-size:.75rem}}@media(max-width:479px){.trust-bar{flex-direction:column;align-items:flex-start}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/37/compiled_assets/styles.css.map */
