html{scroll-behavior:smooth}.product-image-wrapper{position:relative;text-align:center;margin-bottom:2rem}.product-image-actions{position:absolute;top:1rem;left:1rem;right:1rem;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.product-favorite-button,.product-share-button{--product-favorite-accent: var(--primary-color, #f26728);--ui-icon-button-bg: rgba(255, 255, 255, .96);--ui-icon-button-border: rgba(15, 23, 42, .08);--ui-icon-button-color: var(--text-color-muted, #6c757d);--ui-icon-button-hover-bg: #fff;--ui-icon-button-hover-border: rgba(15, 23, 42, .14);--ui-icon-button-hover-color: var(--product-favorite-accent);--ui-icon-button-shadow: 0 10px 24px rgba(15, 23, 42, .14);--ui-icon-button-shadow-hover: 0 14px 28px rgba(15, 23, 42, .18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-favorite-button i,.product-share-button i{font-size:1.35rem;line-height:1}.product-favorite-button.is-active,.product-favorite-button[aria-pressed=true]{--ui-icon-button-bg: rgba(var(--primary-color-rgb), .12);--ui-icon-button-border: rgba(var(--primary-color-rgb), .2);--ui-icon-button-color: var(--product-favorite-accent);--ui-icon-button-hover-bg: rgba(var(--primary-color-rgb), .16);--ui-icon-button-hover-border: rgba(var(--primary-color-rgb), .24);--ui-icon-button-hover-color: var(--product-favorite-accent);--ui-icon-button-shadow: 0 12px 24px rgba(194, 59, 47, .12);--ui-icon-button-shadow-hover: 0 14px 28px rgba(194, 59, 47, .16)}.product-share{position:relative;flex:0 0 auto}.product-image-wrapper img{width:100%;max-width:500px;display:inline-block}.product-image-wrapper img{transition:opacity .5s ease,transform .6s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.product-image-wrapper img:not(.loaded){transform:scale(1.04)}.product-image-wrapper img.loaded{transform:scale(1);will-change:auto}.product-brand-logo{padding:10px 0;display:inline-block}.product-brand-logo img{height:40px;width:auto}.product-offer-head{margin-bottom:1.15rem}.product-offer-title{margin:0;font-size:clamp(1.55rem,2.6vw,2.15rem);line-height:1.16;font-weight:700;color:var(--text-color-dark, #111827)}.product-offer-brand{margin-bottom:1rem}.product-description-specs{max-width:500px}.product-description-specs .specs-item{display:inline-flex;width:100%;break-inside:avoid;margin-bottom:12px}.product-description-specs .specs-item:after{flex-grow:1;order:1;display:block;overflow:hidden;height:1em;border-bottom:1px dotted rgba(15,23,42,.18);content:""}.product-description-specs .specs-item_left{padding:0 6px 0 0;color:var(--text-color-muted, #6c757d);float:left}.product-description-specs .specs-item_right{max-width:300px;text-align:right;order:2;word-break:break-word;padding:0 0 0 6px;color:var(--text-color-dark, #111827);float:right}.product-description-specs .specs-item_right a{color:inherit;text-underline-offset:.14em}.product-description-specs .specs-item_right a:hover{color:var(--primary-color, #f26728)}.product-offers .diameter-trigger{font-size:1rem;font-weight:600;color:var(--text-color-dark, #333)}.product-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.product-section-head--compact{margin-bottom:1rem}.product-section-head--inline{align-items:center}.product-section-head__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-color-muted, #6c757d);margin-bottom:.25rem}.product-section-head__title{font-size:clamp(1.05rem,1.2vw,1.25rem);font-weight:700;line-height:1.25;color:var(--text-color-dark, #111827)}.product-context-card{margin-top:1rem}.product-context-empty{margin-top:.5rem}.product-context-form .form-label{font-weight:600;color:var(--text-color-dark, #111827)}.product-pair-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.product-pair-summary__item{min-height:100%}.product-pair-summary__label{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-color-muted, #6c757d);margin-bottom:.35rem}.product-pair-summary__value{font-size:1rem;font-weight:700;color:var(--text-color-dark, #111827)}.product-pair-summary__meta{margin-top:.3rem;font-size:.875rem;color:var(--text-color-muted, #6c757d)}.product-pair-summary__item--total{background:rgba(var(--bs-primary-rgb, 242, 103, 40),.08);border-color:rgba(var(--bs-primary-rgb, 242, 103, 40),.12)}.product-compatibility-list{display:grid;gap:.75rem}.product-compatibility-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-compatibility-item:hover{border-color:rgba(var(--bs-primary-rgb, 242, 103, 40),.16);box-shadow:0 4px 12px #0f172a0f;color:inherit;transform:translateY(-1px)}.product-compatibility-item__title{font-weight:700;color:var(--text-color-dark, #111827)}.product-compatibility-item__meta{margin-top:.2rem;font-size:.875rem;color:var(--text-color-muted, #6c757d)}.product-secondary-section{margin-top:2.5rem}.diameter-section-header{margin:1.5rem 0 .85rem}.diameter-section-header:first-child{margin-top:0}@media (min-width: 768px){.product-image-wrapper{position:sticky;top:calc(var(--header-sticky-height, 0px) + 1rem);z-index:10;transition:top .3s cubic-bezier(.4,0,.2,1)}}@media (max-width: 768px){.product-image-wrapper{margin-bottom:1.5rem}.product-image-actions{left:.75rem;right:.75rem;top:.75rem}.product-favorite-button{--ui-icon-button-size: 40px}.product-image-wrapper img{max-width:100%}}.scroll-to-description{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.3rem;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--text-color-dark, #111827);text-decoration:none;font-weight:600;font-size:.88rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.scroll-to-description:hover{color:var(--text-color-dark, #111827);border-color:#0f172a1f;background:#f8f9fa;box-shadow:0 8px 18px #0f172a14}.product-offers-table{width:100%;border-collapse:collapse;margin-bottom:0}.product-offers-table-wrapper{overflow:hidden}.product-offers-table thead{background-color:var(--bg-light, #f8f9fa);border-bottom:1px solid rgba(15,23,42,.08)}.product-offers-table th{padding:8px 12px;text-align:left;font-weight:600;font-size:.875rem;color:var(--text-color-dark, #333);white-space:nowrap}.product-offers-table td{padding:10px 12px;vertical-align:middle}.product-offers-table tbody tr.offer-row-name,.product-offers-table tbody tr.offer-row-data{background-color:#fff;transition:background-color .15s ease;cursor:pointer}.product-offers-table tbody tr.offer-row-name td{padding:10px 12px 4px;border-bottom:none}.product-offers-table tbody tr.offer-row-data td{padding:4px 12px 10px;border-bottom:1px solid rgba(15,23,42,.08)}.product-offers-table tbody tr.offer-row-name:hover,.product-offers-table tbody tr.offer-row-name:hover+tr.offer-row-data,.product-offers-table tbody tr.offer-row-data:hover,.product-offers-table tbody tr.offer-row-name:has(+tr.offer-row-data:hover){background-color:#f267280d}.product-offers-table .offer-name{font-weight:600;color:var(--text-color-dark, #111827);text-decoration:none;font-size:.9375rem}.product-offers-table .offer-name:hover{color:var(--primary-color, #f26728);text-decoration:underline}.product-offers-table .offer-size{font-weight:600;color:var(--text-color-dark, #333);font-family:monospace;white-space:nowrap}.product-offers-table .offer-index{font-size:.875rem;color:var(--text-color-muted, #6c757d)}.product-offers-table .offer-price{font-size:1.125rem;font-weight:700;color:var(--primary-color, #f26728);white-space:nowrap}.product-offers-table .btn-cart{min-width:120px}.product-offers-cards{display:none}.product-offer-card{padding:16px;margin-bottom:16px}.product-offer-card-header{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(15,23,42,.08)}.product-offer-card-title{font-size:1rem;font-weight:600;margin-bottom:8px;line-height:1.4}.product-offer-card-title a{color:var(--text-color-dark, #333);text-decoration:none}.product-offer-card-title a:hover{color:var(--primary-color, #f26728);text-decoration:underline}.product-offer-card-size{font-size:1.125rem;font-weight:700;font-family:monospace;color:var(--text-color-dark, #111827);margin-bottom:4px}.product-offer-card-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.875rem;color:var(--text-color-muted, #6c757d);margin-top:8px}.product-offer-card-body{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.product-offer-card-price{font-size:1.5rem;font-weight:700;color:var(--primary-color, #f26728)}@media (max-width: 992px){.product-offers-table-wrapper{display:none}.product-offers-cards{display:block}}@media (min-width: 992px){.product-offers-table-wrapper{display:block;overflow-x:auto;overflow-y:hidden}.product-offers-cards{display:none}}@media (max-width: 1200px){.product-offers-table .col-axis,.product-offers-table .col-sku{display:none}}.product-offers-empty{max-width:44rem;margin:0 auto}.product-offers-empty--page{padding:2.5rem 0 1rem}.product-offers--empty{padding-top:1.25rem}@media (max-width: 992px){.product-section-head{gap:.75rem}.product-section-head__title{font-size:1.05rem}.product-pair-summary{grid-template-columns:1fr}.product-compatibility-item{align-items:flex-start}}@media (max-width: 992px){.product-offer-content--with-mobile-purchase{padding-bottom:calc(var(--mobile-toolbar-height, 0px) + 6.5rem)}}.product-purchase-card-wrapper{margin-bottom:1.5rem;overflow:visible}@media (min-width: 992px){.product-purchase-card-wrapper{position:sticky;top:calc(var(--header-sticky-height, 0px) + 16px);z-index:12;transition:top .3s cubic-bezier(.4,0,.2,1)}}.product-purchase-card{padding:1.2rem}.product-purchase-card__status{display:flex;align-items:center;justify-content:flex-start;margin-bottom:.85rem}.product-purchase-card__head{margin-bottom:1rem}.product-purchase-card__details{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1rem}.product-purchase-card__detail{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem}.product-purchase-card__detail-label{font-size:.88rem;font-weight:500;color:var(--text-color-muted, #6c757d)}.product-purchase-card__detail-value{text-align:right;font-size:.95rem;font-weight:600;color:var(--text-color-dark, #111827);word-break:break-word}.product-purchase-card__actions{display:grid;gap:.6rem}.product-purchase-card__cart-btn,.product-purchase-card__fast-order{width:100%;justify-content:center}.product-purchase-card .product-price{font-size:clamp(1.6rem,2.1vw,1.9rem);font-weight:700;color:var(--primary-color, #f26728);line-height:1.05}.product-stock-pill{gap:.34rem;white-space:nowrap}.product-stock-pill .mdi{font-size:.9rem;line-height:1}@media (max-width: 1200px){.product-purchase-card{padding:1.1rem}.product-purchase-card__detail{gap:.75rem}}.product-purchase-bar{display:none}@media (max-width: 992px){.product-purchase-bar{display:block;position:fixed;left:0;right:0;bottom:calc(var(--mobile-toolbar-height, 0px) + 12px);z-index:1010;padding:0 calc(12px + var(--safe-area-right, 0px)) 0 calc(12px + var(--safe-area-left, 0px));opacity:0;visibility:hidden;transform:translateY(14px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s}.product-purchase-bar.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition-delay:0s}}@media (max-width: 992px){.product-purchase-card{padding:1.1rem}.product-purchase-card .product-price{font-size:1.45rem}}.product-purchase-bar-content{max-width:520px;margin:0 auto;overflow:visible}.product-purchase-bar__button{flex:1 1 auto;min-width:0;width:100%;justify-content:space-between;gap:.85rem;letter-spacing:0;--ui-btn-padding-y: .85rem;--ui-btn-padding-x: 1rem}.product-purchase-bar__button-main{display:inline-flex;align-items:center;gap:.55rem;min-width:0}.product-purchase-bar__button-main .mdi{font-size:1.15rem;line-height:1}.product-purchase-bar__button-price{flex:0 0 auto;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.product-purchase-bar__button.is-active{border-color:transparent}.product-purchase-bar__fast-order{flex:0 0 auto;justify-content:center;gap:.4rem;min-width:0;--ui-btn-padding-x: .85rem;text-align:center;white-space:nowrap}.product-purchase-bar__fast-order .mdi{font-size:1.1rem;line-height:1}.product-purchase-bar__fast-order--icon{width:48px;min-width:48px;padding-inline:0;gap:0}.product-purchase-bar__fast-order--icon span{display:none}.product-purchase-bar-content--split .product-purchase-bar__button{flex:1 1 0;width:auto;flex-direction:column;align-items:flex-start;justify-content:center;gap:.3rem;--ui-btn-padding-y: .8rem;--ui-btn-padding-x: .95rem}.product-purchase-bar-content--split .product-purchase-bar__button-price{line-height:1}.product-purchase-bar-content--split .product-purchase-bar__fast-order{flex:1 1 0;flex-direction:column;gap:.3rem;--ui-btn-padding-x: .95rem;white-space:normal;line-height:1.15}.product-mobile-summary-bar{display:none}@media (max-width: 992px){.product-mobile-summary-bar{display:block;position:fixed;top:calc(var(--header-sticky-height, 0px) + 12px + env(safe-area-inset-top,0px));left:0;right:0;z-index:1008;padding:0 calc(12px + var(--safe-area-right, 0px)) 0 calc(12px + var(--safe-area-left, 0px));opacity:0;visibility:hidden;transform:translateY(-12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,top .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .2s}.product-mobile-summary-bar.is-visible{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s,0s,0s,0s}}.product-mobile-summary-bar__content{max-width:520px;margin:0 auto;display:flex;align-items:center;gap:.7rem;padding:.55rem .72rem;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fffffff5;box-shadow:0 14px 32px #0f172a1f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.product-mobile-summary-bar__image{flex:0 0 auto;width:40px;height:40px;border-radius:12px;overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#fff}.product-mobile-summary-bar__image img{width:100%;height:100%;display:block;object-fit:cover}.product-mobile-summary-bar__text{min-width:0;display:flex;flex-direction:column;gap:.14rem}.product-mobile-summary-bar__title{color:var(--text-color-dark, #111827);font-size:.84rem;font-weight:700;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-mobile-summary-bar__meta{color:var(--text-color-muted, #6b7280);font-size:.72rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-desktop-purchase-bar{display:none}@media (min-width: 992px){.product-desktop-purchase-bar{display:block;position:fixed;top:calc(var(--header-sticky-height, 0px) + 16px);left:0;right:0;z-index:1020;padding:0 16px;opacity:0;visibility:hidden;transform:translateY(-14px);pointer-events:none;transition:opacity .22s ease,transform .22s ease,top .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .22s}.product-desktop-purchase-bar.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition-delay:0s}}.product-desktop-purchase-bar__content{max-width:1240px;margin:0 auto;display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fffffff5;box-shadow:0 20px 48px #0f172a29;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:visible}.product-desktop-purchase-bar__summary{min-width:0;flex:1 1 20rem;display:flex;align-items:center;gap:.9rem}.product-desktop-purchase-bar__image{flex:0 0 auto;width:54px;height:54px;border-radius:18px;overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#fff}.product-desktop-purchase-bar__image img{width:100%;height:100%;object-fit:cover;display:block}.product-desktop-purchase-bar__text{min-width:0;display:flex;flex-direction:column;gap:.2rem}.product-desktop-purchase-bar__title{color:var(--text-color-dark, #111827);font-size:1rem;font-weight:700;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-desktop-purchase-bar__meta{color:var(--text-color-muted, #6b7280);font-size:.875rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-desktop-purchase-bar__purchase{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:.45rem}.product-desktop-purchase-bar__price{color:var(--primary-color, #f26728);font-size:1.2rem;font-weight:700;line-height:1;white-space:nowrap}.product-desktop-purchase-bar__actions{flex:0 0 auto;width:auto}.product-desktop-purchase-bar__cart-btn,.product-desktop-purchase-bar__fast-order{white-space:nowrap}@media (max-width: 1200px){.product-desktop-purchase-bar__content{flex-wrap:wrap}.product-desktop-purchase-bar__actions{width:100%;justify-content:flex-end}}
