.text-center{text-align:center}.hidden{display:none!important}.lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center;flex-direction:column}.lightbox.active{display:flex}.lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e0}.lightbox__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:90vw;max-height:80vh}.lightbox__img{max-width:90vw;max-height:78vh;object-fit:contain;border-radius:var(--radius);box-shadow:0 8px 40px #00000080;display:block}.lightbox__counter{margin-top:10px;color:#ffffffb3;font-size:.85rem}.lightbox__close{position:absolute;top:16px;right:20px;z-index:2;background:none;border:none;color:#fff;font-size:2.5rem;line-height:1;cursor:pointer;opacity:.8;transition:opacity .2s}.lightbox__close:hover{opacity:1}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:#ffffff1f;border:none;color:#fff;font-size:3rem;line-height:1;width:52px;height:52px;border-radius:50%;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.lightbox__nav:hover{background:#ffffff40}.lightbox__nav--prev{left:16px}.lightbox__nav--next{right:16px}.lightbox__thumbs{position:relative;z-index:1;display:flex;gap:8px;margin-top:14px;overflow-x:auto;max-width:90vw;padding-bottom:4px}.lightbox__thumb.active,.lightbox__thumb:hover{border-color:var(--accent)}body.lightbox-open{overflow:hidden}.product-gallery__main-img{cursor:zoom-in}.zoom-lens{display:none;position:absolute;border:2px solid var(--primary);background:#001d5614;pointer-events:none;z-index:10;box-shadow:0 0 0 1px #ffffff80 inset;border-radius:2px;cursor:crosshair}.zoom-window{display:none;position:absolute;left:calc(100% + 16px);top:0;width:400px;height:400px;border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);background:var(--white);z-index:100;pointer-events:none}.zoom-window__inner{background-repeat:no-repeat;width:100%;height:100%}@media(max-width:1023px){.zoom-lens,.zoom-window{display:none!important}}.product-gallery{position:relative;min-width:0;width:100%;max-width:100%}.form-label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.3px;color:var(--gray-700);text-transform:uppercase;margin-bottom:.35rem}select.form-input{cursor:pointer}.profile-tabs{display:flex;gap:0;border-bottom:2px solid var(--gray-200);margin-bottom:2rem;overflow-x:auto;scrollbar-width:none}.profile-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:6px;padding:1.5rem;margin-bottom:1rem}.addr-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:6px;padding:1.1rem 1.25rem;transition:border-color .18s,box-shadow .18s}.pm-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:6px;padding:.9rem 1.25rem;display:flex;align-items:center;gap:1rem;transition:border-color .18s}.pm-tab{padding:.4rem 1rem;border-radius:4px;border:1.5px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.82rem;font-weight:600;font-family:var(--font-heading);letter-spacing:.3px;text-transform:uppercase;cursor:pointer;transition:all .15s}.stripe-element-box{border:1.5px solid var(--gray-200);border-radius:4px;padding:.7rem .9rem;background:var(--white);transition:border-color .18s}.profile-modal-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000d2899;overflow-y:auto;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.alert--success{background:#e6f9ee;border-left:4px solid var(--success);color:#14532d;padding:.85rem 1rem;border-radius:4px;font-size:.9rem}.prepay-box{background:var(--light-blue);border:1.5px solid var(--primary);border-radius:6px;padding:1rem 1.25rem;font-size:.88rem;line-height:1.7;color:var(--primary)}input.addr-autofilled{background:#e6f9ee!important}.section-title{font-family:var(--font-heading);font-size:1.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--primary);display:inline-block;padding-bottom:.4rem;border-bottom:3px solid var(--accent);margin:0}.pay-tab{padding:.5rem 1rem;border-radius:4px;border:1.5px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.82rem;font-weight:600;font-family:var(--font-heading);letter-spacing:.3px;text-transform:uppercase;cursor:pointer;transition:all .15s}.wishlist-remove-btn:hover{transform:scale(1.15);background:#fff!important}.faq-categories{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.faq-cat-pill{display:inline-block;padding:7px 18px;border-radius:999px;background:var(--gray-100);color:var(--primary);font-size:.875rem;font-weight:600;text-decoration:none;transition:background var(--transition),color var(--transition);border:1.5px solid transparent}.faq-cat-pill:hover{background:var(--primary);color:#fff}.faq-section-title{display:flex;align-items:center;gap:10px;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--primary);margin:40px 0 12px;padding-left:.75rem;border-left:3px solid var(--accent)}.faq-section-title svg{flex-shrink:0;color:var(--accent)}.faq-list{margin-bottom:8px}.faq-item{border-bottom:1px solid var(--gray-200);transition:background var(--transition)}.faq-item:first-child{border-top:1px solid var(--gray-200)}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 4px;font-size:.975rem;font-weight:600;color:var(--gray-900);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:color var(--transition)}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{color:var(--primary)}.faq-chevron{flex-shrink:0;color:var(--gray-400);transition:transform .25s ease,color .2s;display:flex}.faq-item[open] .faq-question{color:var(--primary)}.faq-item[open] .faq-chevron{transform:rotate(180deg);color:var(--accent)}.faq-answer{padding:0 4px 18px;font-size:.925rem;line-height:1.75;color:var(--gray-700);animation:faqFadeIn .2s ease}.faq-answer p{margin-bottom:10px}.faq-answer p:last-child{margin-bottom:0}.faq-answer ul{margin:10px 0 10px 20px;list-style:disc}.faq-answer ul li{margin-bottom:6px}.faq-answer a{color:var(--primary);text-decoration:underline}@keyframes faqFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.faq-cta-box{display:flex;align-items:center;gap:20px;margin-top:48px;padding:24px 28px;background:var(--gray-100);border-radius:var(--radius);border-left:4px solid var(--accent);flex-wrap:wrap}.faq-cta-box__icon{color:var(--primary);flex-shrink:0}.faq-cta-box>div{flex:1;min-width:200px}.faq-cta-box strong{display:block;font-size:1rem;color:var(--primary);margin-bottom:4px}.faq-cta-box p{font-size:.9rem;color:var(--gray-700);margin:0}@media(max-width:600px){.faq-cta-box{flex-direction:column;align-items:flex-start}}.search-header{padding:40px 0 24px}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:40px;flex-wrap:wrap}.search-dropdown__detail{display:block;font-size:.75rem;color:var(--gray-700);margin-top:2px}.alert{padding:12px 16px;border-radius:var(--radius-sm);margin-bottom:16px}.article-page{padding:0 0 56px}.article-layout{display:grid;gap:24px}.article-featured-img{border-radius:var(--radius);overflow:hidden}.article-content{line-height:1.8}.article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.article-tag{display:inline-flex;padding:4px 10px;border-radius:999px;border:1px solid var(--gray-200);background:var(--gray-100);font-size:.8rem}.cart-grid{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.collection-section{padding:var(--page-top-spacing) 0 40px}.collection-filters-form{margin:0}.collection-search-form{display:flex;gap:8px;margin-bottom:16px}.collection-search-wrap{z-index:6}@media(min-width:990px){.search-section .collection-search-form{display:none}}@media(max-width:989px){.search-section .collection-search-form{display:flex}}.collection-search-form__input,.collection-sort__select,.nav-searchbar__input{width:100%;padding:10px 12px;border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white)}.collection-search-form__btn{min-height:44px}.collection-empty{text-align:center;padding:56px 20px;color:var(--gray-700)}.custom-pagination__nav--prev,.custom-pagination__nav--next{font-weight:700}.coming-soon{min-height:62vh;display:flex;align-items:center;justify-content:center}.coming-soon__wrap{max-width:720px;text-align:center}.coming-soon__badge{display:inline-flex;padding:4px 10px;border-radius:999px;background:var(--light-blue);color:var(--primary);font-size:.78rem;margin-bottom:10px}.coming-soon__title{margin:0 0 10px}.coming-soon__text{color:var(--gray-700);margin:0 0 18px}.coming-soon__button{display:inline-flex;padding:10px 18px}.consent-banner__title{margin:0;font-size:1rem;font-weight:700;color:var(--primary)}.consent-banner__content{color:var(--gray-700);font-size:.9rem;line-height:1.6}.contact-form-wrap,.contact-info-wrap,.footer__col{min-width:0}.footer__newsletter{margin-top:12px}.price-contact-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200}.price-contact-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.price-contact-modal__dialog{position:relative;margin:7vh auto 0;max-width:720px;background:var(--white);border-radius:var(--radius);padding:24px;z-index:1}.price-contact-modal__close{position:absolute;top:10px;right:10px}.price-contact-modal__eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:1px;color:var(--primary)}.price-contact-modal__title{margin:6px 0 10px;font-size:1.2rem}.price-contact-modal__text,.price-contact-modal__motor{color:var(--gray-700)}.price-contact-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.price-contact-modal__actions{display:flex;gap:10px;margin-top:14px}.price-contact-modal__checkbox{display:flex;gap:8px;align-items:flex-start}.price-contact-toast{position:fixed;right:18px;bottom:18px;z-index:1250}.product-info{min-width:0}.product-info__contact-note{margin:10px 0 0;color:var(--gray-700);font-size:.9rem}.prose--product{line-height:1.7}.product-card__img{aspect-ratio:1 / 1;display:block;width:100%;height:100%;object-fit:cover;background:transparent;overflow:hidden}.product-card__img--placeholder{min-height:180px;color:var(--gray-700);font-size:.85rem}.product-card__badge--sold-out{position:absolute;top:10px;left:10px;padding:3px 8px;border-radius:var(--radius-sm);background:var(--danger);color:var(--white);font-size:.72rem;font-weight:700}.product-card__excerpt{color:var(--gray-700);font-size:.86rem;margin:6px 0}.a24-rating-badge{display:inline-flex;align-items:center;gap:6px;color:var(--gray-800);font-size:.86rem;line-height:1}.a24-rating-badge__stars{position:relative;display:inline-block;letter-spacing:1.4px;font-size:.9em;line-height:1;color:#d5dae3}.a24-rating-badge__stars:before{content:"\2605\2605\2605\2605\2605"}.a24-rating-badge__stars:after{content:"\2605\2605\2605\2605\2605";position:absolute;top:0;left:0;width:calc((var(--rating, 0) / 5) * 100%);overflow:hidden;color:#f3b511}.a24-rating-badge__value{font-weight:700;color:var(--gray-900)}.a24-rating-badge__count{color:var(--gray-700)}.a24-rating-badge--compact{gap:5px;font-size:.8rem}.product-card__rating,.collection-product-card__rating{margin:6px 0 4px}.product-card__rating--judgeme,.collection-product-card__rating--judgeme{min-height:16px}.a24-rating-empty{display:inline-block;margin-top:4px;color:var(--gray-700);font-size:.76rem;line-height:1.25}.product-card__price-label,.product-card__price-from{color:var(--gray-700);font-size:.8rem}.product-card__price-current--sale{color:var(--danger)}.product-card__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;border-radius:var(--radius-sm);font-size:.82rem;font-weight:700;line-height:1}.search-section{padding:20px 0 44px}.testimonials__arrow--prev,.testimonials__arrow--next{display:inline-flex;align-items:center;justify-content:center}.testimonials__google-info{color:var(--gray-700);font-size:.85rem}.outboard-facts__list{list-style:none;margin:0;padding:0}.outboard-facts__list li{font-size:.9rem;color:var(--gray-900);padding:3px 0}@media(max-width:900px){.cart-grid,.price-contact-modal__grid{grid-template-columns:1fr}}.ci-page-intro__title.has-inline-logo{display:inline-flex;align-items:center;gap:10px}.ci-page-intro__logo-below{margin-top:10px;width:100%;display:flex}.ci-page-intro__logo-below.is-left{justify-content:flex-start}.ci-page-intro__logo-below.is-center{justify-content:center}.ci-page-intro__logo-below.is-right{justify-content:flex-end}.ci-page-intro__brand-logo{object-fit:contain;flex:0 0 auto}.product-info__price-save{display:block;margin-top:4px;font-size:.88rem}.product-info__price-save strong{color:#2f855a}.product-info__actions .btn{flex:1}.section--related-products{padding-bottom:0}.not-found-page{min-height:60vh;display:flex;align-items:center;padding:80px 0}.not-found-page__inner{text-align:center}.not-found-page__code{font-family:var(--font-heading);font-size:clamp(72px,12vw,140px);font-weight:900;line-height:.95;color:var(--accent);margin-bottom:18px}.not-found-page__title{color:var(--primary);text-transform:uppercase;margin-bottom:12px}.not-found-page__text{color:var(--gray-700);margin:0 auto 28px;max-width:520px}.not-found-page__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.product-gallery .a24-product-carousel{position:relative;width:min(100%,calc(100vw - 40px));max-width:100%;margin:0 auto;min-width:0;padding-bottom:0}.product-gallery .a24-product-carousel__viewport{position:relative;width:100%;max-width:100%;aspect-ratio:1 / 1;background:transparent;border-radius:0;overflow:hidden}.product-gallery .product-gallery__main.a24-product-carousel{background:transparent;border-radius:0;padding:0;width:100%;max-width:100%;aspect-ratio:auto;flex-direction:column;align-items:stretch}.product-gallery .product-gallery__slide{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:transparent;margin:0;padding:0;cursor:zoom-in}.product-gallery .product-gallery__slide.is-active{display:block}.product-gallery .product-gallery__slide img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;object-position:center}.product-gallery .a24-product-carousel__controls{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.product-gallery .a24-product-carousel__nav{width:38px;height:38px;border-radius:999px;border:1px solid rgba(0,29,86,.35);background:#fff;color:var(--primary);font-size:1.5rem;line-height:1;display:grid;place-items:center;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:3;pointer-events:auto;box-shadow:0 6px 14px #001d5626}.product-gallery [data-product-prev]{left:10px}.product-gallery [data-product-next]{right:10px}.product-gallery .a24-product-carousel__dots{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 10px;position:absolute;left:50%;bottom:-26px;transform:translate(-50%);z-index:3;border-radius:999px;background:#ffffffe0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto}.product-gallery .a24-product-carousel__dot{width:9px;height:9px;border-radius:999px;border:0;background:#001d5647;cursor:pointer;flex:0 0 auto}.product-gallery .a24-product-carousel__dot.is-active{background:var(--accent);box-shadow:0 0 0 1px #001d562e}.product-gallery .a24-product-carousel__counter{position:absolute;top:10px;right:10px;margin:0;padding:4px 8px;font-size:.78rem;color:#0e1c33;background:#ffffffe0;border:1px solid rgba(0,29,86,.2);border-radius:999px;z-index:3}.product-gallery .a24-product-carousel__thumbs-wrap{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;max-width:100%;min-width:0;margin-top:8px}.product-gallery .a24-product-carousel__thumbs{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:4px 0;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.product-gallery .a24-product-carousel__thumbs::-webkit-scrollbar{width:0;height:0;display:none}.product-gallery .a24-product-carousel__thumb-nav{width:30px;height:30px;border-radius:999px;border:1px solid rgba(0,29,86,.3);background:#fff;color:var(--primary);font-size:1.05rem;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 8px #001d561f}.product-gallery .a24-product-carousel__thumb-nav:disabled{opacity:.35;cursor:default;box-shadow:none}.product-gallery .a24-product-carousel__thumb{width:62px;height:62px;border:2px solid rgba(0,29,86,.24);border-radius:8px;overflow:hidden;padding:0;background:#fff;cursor:pointer;flex:0 0 auto;scroll-snap-align:center;box-shadow:0 2px 8px #001d5614}.product-gallery .a24-product-carousel__thumb img{width:100%;height:100%;object-fit:contain;display:block}.product-gallery .a24-product-carousel__thumb.is-active{border-color:var(--accent);box-shadow:0 0 0 1px #001d562e}@media(max-width:999px){.product-gallery .a24-product-carousel{width:min(100%,calc(100vw - 24px));padding-bottom:0}.product-gallery .a24-product-carousel__nav{width:34px;height:34px;font-size:1.25rem}.product-gallery .a24-product-carousel__dots{bottom:-22px;padding:5px 8px;gap:5px}.product-gallery .a24-product-carousel__thumbs-wrap{gap:6px;margin-top:6px}.product-gallery .a24-product-carousel__thumbs{padding:4px 0}.product-gallery .a24-product-carousel__thumb-nav{width:28px;height:28px;font-size:.95rem}.product-gallery .a24-product-carousel__thumb{width:56px;height:56px}}.product-tabs__panel .rte .table-scroll-wrap{width:100%;max-width:100%;margin:16px 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.product-tabs__panel .rte .table-scroll-wrap.table-scroll-wrap--with-desktop-sticky-title{position:relative;scrollbar-gutter:auto}.product-tabs__panel .rte .table-scroll-wrap>.product-desktop-data-table__sticky-title{position:-webkit-sticky;position:sticky;left:0;inset-inline-start:0;z-index:8;display:block;width:max-content;min-width:100%;padding:10px 14px;border:1px solid var(--gray-200, #d5d8dc);border-bottom:0;background-color:var(--primary, #0f2a63);color:#fff;font-family:var(--font-heading, "Oswald", "Inter", sans-serif);font-size:.92rem;font-weight:500;line-height:1.45}.product-tabs__panel .rte .table-scroll-wrap>table{margin:0;width:max-content;min-width:100%;table-layout:auto}.product-tabs__panel .rte .table-scroll-wrap>table :is(th,td){white-space:normal;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto;line-height:1.45;min-width:120px;max-width:none;vertical-align:top}.product-tabs__panel .rte .table-scroll-wrap>table tr>:first-child:not([colspan]){position:-webkit-sticky;position:sticky;left:0;inset-inline-start:0;z-index:2;min-width:220px;max-width:220px;background-color:var(--white, #fff);background-clip:padding-box;box-shadow:1px 0 0 var(--gray-200, #e5e7eb),6px 0 8px -8px #0f172a73;font-weight:600}.product-tabs__panel .rte .table-scroll-wrap>table.product-desktop-data-table tr>:not(:first-child):not([colspan]){width:140px;min-width:140px;max-width:140px}.product-tabs__panel .rte .table-scroll-wrap.table-scroll-wrap--with-desktop-sticky-title>table.product-desktop-data-table[data-a24-desktop-title-detached="1"]{width:100%;min-width:max-content}.product-tabs__panel .rte .table-scroll-wrap.table-scroll-wrap--with-desktop-sticky-title>table.product-desktop-data-table[data-a24-desktop-title-detached="1"] tr>:first-child:not([colspan]){width:clamp(220px,24vw,320px);min-width:220px;max-width:none}.product-tabs__panel .rte .table-scroll-wrap.table-scroll-wrap--with-desktop-sticky-title>table.product-desktop-data-table[data-a24-desktop-title-detached="1"] tr>:not(:first-child):not([colspan]){width:clamp(160px,15vw,220px);min-width:160px;max-width:none}.product-tabs__panel .rte .table-scroll-wrap>table.product-desktop-data-table--compact{width:100%;min-width:100%;max-width:100%}.product-tabs__panel .rte .table-scroll-wrap>table.product-desktop-data-table tr>th:first-child[colspan]{position:-webkit-sticky;position:sticky;left:0;inset-inline-start:0;z-index:5;background-color:var(--primary, #0f2a63);color:#fff}.product-tabs__panel .rte .table-scroll-wrap>table tr>th:first-child:not([colspan]){z-index:3;background-color:var(--primary, #0f2a63);color:#fff}.product-tabs__panel .rte .table-scroll-wrap>table tbody tr:nth-child(2n)>td:first-child:not([colspan]){background-color:var(--gray-100, #f3f4f6)}.product-tabs__panel .rte .table-scroll-wrap>table :is(th,td):empty{width:14px;min-width:14px;max-width:14px;padding-left:4px;padding-right:4px}@media(min-width:901px){.product-tabs__panel .rte .table-scroll-wrap>table{min-width:760px}}.product-mobile-accordion__content.rte .table-scroll-wrap{--product-mobile-label-column-expanded-width: 144px;--product-mobile-label-column-collapsed-width: 64px;--product-mobile-label-column-width: var(--product-mobile-label-column-expanded-width);--product-mobile-value-column-width: 144px;--product-mobile-spec-icon-size: 48px;--product-mobile-first-value-scroll-padding: 18px;position:relative;isolation:isolate;width:100%;max-width:100%;margin:16px 0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.product-mobile-accordion__content.rte .table-scroll-wrap>table{display:table;width:max-content;min-width:100%;max-width:none;margin:0;overflow:visible;table-layout:auto;border-collapse:separate;border-spacing:0}@media(max-width:749px){.product-mobile-accordion__content.rte .table-scroll-wrap.table-scroll-wrap--is-scrolled>table.product-mobile-data-table--has-label-icons{--product-mobile-label-column-width: var(--product-mobile-label-column-collapsed-width)}.product-mobile-accordion__content.rte .table-scroll-wrap.table-scroll-wrap--is-scrolled>table.product-mobile-data-table--has-label-icons.product-mobile-data-table--multi-value{--product-mobile-value-column-width: var(--product-mobile-value-column-collapsed-width, 144px)}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table{display:table!important;width:var(--product-mobile-table-width, 100%);min-width:var(--product-mobile-table-min-width, 288px);max-width:none;overflow:visible!important;table-layout:fixed;border-collapse:separate;border-spacing:0}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table--single-value{width:100%;min-width:var(--product-mobile-table-min-width, 288px)}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table--multi-value{width:var(--product-mobile-table-width, 432px);min-width:var(--product-mobile-table-min-width, 432px);max-width:var(--product-mobile-table-width, 432px)}.product-mobile-accordion__content.rte .product-mobile-data-table__label-column{width:var(--product-mobile-label-column-width);min-width:var(--product-mobile-label-column-width);max-width:var(--product-mobile-label-column-width)}.product-mobile-accordion__content.rte .product-mobile-data-table--multi-value .product-mobile-data-table__value-column{width:var(--product-mobile-value-column-width);min-width:var(--product-mobile-value-column-width);max-width:var(--product-mobile-value-column-width)}.product-mobile-accordion__content.rte .product-mobile-data-table--single-value .product-mobile-data-table__value-column,.product-mobile-accordion__content.rte .product-mobile-data-table--single-value .product-mobile-data-table__value-column--fill{width:auto;min-width:144px;max-width:none}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table :is(th,td){box-sizing:border-box;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.45}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table th{background-color:var(--primary)!important;color:#fff}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__locked-row,.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__locked-row>:is(th,td){height:var(--product-mobile-row-height)}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__locked-row>:is(th,td){vertical-align:middle}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table--multi-value tr>:not(:first-child):not([colspan]){width:var(--product-mobile-value-column-width);min-width:var(--product-mobile-value-column-width);max-width:var(--product-mobile-value-column-width)}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table--single-value tr>:not(:first-child):not([colspan]){width:auto;min-width:144px;max-width:none}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table tr:not(.product-mobile-data-table__model-header-row)>:first-child:not([colspan]),.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__first-header-cell{position:-webkit-sticky;position:sticky;left:0;inset-inline-start:0;z-index:2;width:var(--product-mobile-label-column-width);min-width:var(--product-mobile-label-column-width);max-width:var(--product-mobile-label-column-width);overflow:hidden;background-color:var(--white, #fff);background-clip:padding-box;box-shadow:1px 0 0 var(--gray-200, #e5e7eb),6px 0 8px -8px #0f172a73;font-weight:600;transition:width .24s ease,min-width .24s ease,max-width .24s ease,padding-inline .24s ease}.product-mobile-accordion__content.rte .table-scroll-wrap.table-scroll-wrap--is-scrolled>table.product-mobile-data-table--has-label-icons tr:not(.product-mobile-data-table__model-header-row)>:first-child:not([colspan]),.product-mobile-accordion__content.rte .table-scroll-wrap.table-scroll-wrap--is-scrolled>table.product-mobile-data-table--has-label-icons .product-mobile-data-table__first-header-cell{padding-inline-start:8px!important;padding-inline-end:8px!important}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table tbody tr:nth-child(2n):not(.product-mobile-data-table__model-header-row)>:first-child:not([colspan]){background-color:var(--gray-100, #f3f4f6)}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table tr:not(.product-mobile-data-table__model-header-row)>th:first-child:not([colspan]),.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__first-header-cell{z-index:4;background-color:var(--primary)!important;color:#fff}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__section-cell,.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table tr>th:only-child{position:-webkit-sticky;position:sticky;left:0;inset-inline-start:0;z-index:6;width:var(--product-mobile-label-column-expanded-width);min-width:var(--product-mobile-label-column-expanded-width);max-width:var(--product-mobile-label-column-expanded-width);padding:12px 14px!important;overflow:visible;white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none;hyphens:none;text-overflow:clip;background-color:var(--primary)!important;color:#fff;background-clip:padding-box;box-shadow:none!important}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__section-filler-cell{position:relative;z-index:1;width:var(--product-mobile-value-column-width);min-width:var(--product-mobile-value-column-width);max-width:var(--product-mobile-value-column-width);padding:12px 14px!important;background-color:var(--primary)!important;color:#fff}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__label-content{position:relative;z-index:2;display:flex;align-items:center;min-height:var(--product-mobile-spec-icon-size);width:100%}.product-mobile-accordion__content.rte .table-scroll-wrap.table-scroll-wrap--is-scrolled>table.product-mobile-data-table--has-label-icons .product-mobile-data-table__locked-row .product-mobile-data-table__label-content{min-height:max(var(--product-mobile-spec-icon-size),calc(var(--product-mobile-row-height) - 24px))}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__label-text{display:block;max-width:100%;opacity:1;transform:translate(0);transition:opacity .18s ease,transform .24s ease}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__label-icon{position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;width:var(--product-mobile-spec-icon-size);height:var(--product-mobile-spec-icon-size);opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.86);transition:opacity .2s ease,transform .24s ease}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__label-icon img{display:block;width:var(--product-mobile-spec-icon-size);height:var(--product-mobile-spec-icon-size);object-fit:contain}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table th .product-mobile-data-table__label-icon img{filter:brightness(0) invert(1)}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__section-row .product-mobile-data-table__label-icon{display:none!important}.product-mobile-accordion__content.rte .table-scroll-wrap.table-scroll-wrap--is-scrolled>table.product-mobile-data-table--has-label-icons .product-mobile-data-table__section-row .product-mobile-data-table__label-text{opacity:1;transform:none}.product-mobile-accordion__content.rte .table-scroll-wrap.table-scroll-wrap--is-scrolled>table.product-mobile-data-table--has-label-icons .product-mobile-data-table__label-cell .product-mobile-data-table__label-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;overflow:hidden;opacity:0;transform:translate(-8px) scale(.96)}.product-mobile-accordion__content.rte .table-scroll-wrap.table-scroll-wrap--is-scrolled>table.product-mobile-data-table--has-label-icons .product-mobile-data-table__label-icon{opacity:1;transform:translate(-50%,-50%) scale(1)}.product-mobile-accordion__content.rte .table-scroll-wrap.table-scroll-wrap--is-scrolled>table.product-mobile-data-table--has-label-icons tr:not(.product-mobile-data-table__section-row)>:nth-child(2):not([colspan]){padding-inline-start:calc(14px + var(--product-mobile-first-value-scroll-padding))!important}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__section-row>th{border-inline-start:0!important;border-inline-end:0!important;border-left:0!important;border-right:0!important;outline:0!important;box-shadow:none!important;background-clip:border-box}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__section-row>th+th{border-left:0!important}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__section-row>.product-mobile-data-table__section-cell{border-inline-end:0!important}.product-mobile-accordion__content.rte .table-scroll-wrap>table.product-mobile-data-table .product-mobile-data-table__section-row>.product-mobile-data-table__section-cell~.product-mobile-data-table__section-filler-cell{border-inline-start:0!important;border-inline-end:0!important}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/a24-theme-utilities.css.map */
