.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:0.3s;--rdp-animation_timing:cubic-bezier(0.4,0,0.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{position:relative}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=after] .rdp-month,.rdp-root[data-nav-layout=around] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes rdp-slide_in_right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rdp-slide_out_left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}html[data-motolastik=true] .category-products-container[data-motolastik-package-listing=true],html[data-motolastik=true]:has(.motolastik-package-listing-stack) [data-component-name=CategoryProducts].category-products-container{padding-left:0!important;padding-right:0!important;min-height:0!important}html[data-motolastik=true]:has(.motolastik-package-listing-stack) [data-grid-item=true][data-component-name=CategoryProducts]{overflow:visible!important}html[data-motolastik=true]:has(.motolastik-package-listing-stack) [data-component-name=productsShowCase] .product-carousel-container:has(.product-card-type4--motolastik-catalog){min-height:0!important;margin-top:0!important;padding-top:10px!important;padding-bottom:14px!important;align-items:stretch!important;justify-content:flex-start!important}html[data-motolastik=true]:has(.motolastik-package-listing-stack) [data-component-name=productsShowCase] .product-carousel-item:has(.product-card-type4--motolastik-catalog){flex:0 0 calc((100% - (16px * 3)) / 4)!important;min-width:calc((100% - (16px * 3)) / 4)!important;max-width:calc((100% - (16px * 3)) / 4)!important;width:auto!important;align-self:stretch!important}.motolastik-package-listing-notice{position:relative;background:#fff;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:10px 15px;margin:0 0 32px;font-family:Gotham,sans-serif;font-size:16px;font-weight:500;line-height:19.2px;color:#232323}.motolastik-package-listing-notice__text{text-align:center}.motolastik-package-listing-notice__icon{width:1.125rem;height:1.125rem;flex-shrink:0;color:#ed1c24}.motolastik-package-listing-notice__info{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.motolastik-package-listing-notice__icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;background:none;color:#ed1c24;cursor:pointer;line-height:0}.motolastik-package-listing-notice__icon-btn:hover{color:#c4161d}.motolastik-package-listing-notice__tooltip{position:absolute;left:50%;top:calc(100% + .5rem);transform:translateX(-50%);z-index:50;width:max-content;max-width:min(22rem,calc(100vw - 2rem));padding:.75rem .875rem;border-radius:4px;background:#1f2937;color:#fff;font-family:Gotham,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.45;text-align:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease;box-shadow:0 4px 14px rgba(15,23,42,.2)}.motolastik-package-listing-notice__tooltip:before{content:"";position:absolute;left:50%;bottom:100%;transform:translateX(-50%);border:6px solid transparent;border-bottom-color:#1f2937}.motolastik-package-listing-notice__info.is-open .motolastik-package-listing-notice__tooltip,.motolastik-package-listing-notice__info:focus-within .motolastik-package-listing-notice__tooltip,.motolastik-package-listing-notice__info:hover .motolastik-package-listing-notice__tooltip{opacity:1;visibility:visible}html[data-motolastik=true] [data-component-name=CategoryProducts]:has(.motolastik-package-listing-stack){background-color:#f4f4f4!important}html[data-motolastik=true]:has(.motolastik-package-listing-stack) [data-component-name=CategoryToolbar] .listing-toolbar-title-wrap{font-family:Gotham,sans-serif!important;color:#2f2f2f!important;font-weight:700!important;font-size:clamp(1.625rem,4.2vw,2.25rem)!important;line-height:1.194!important;letter-spacing:.02em}html[data-motolastik=true]:has(.motolastik-package-listing-stack) [data-component-name=CategoryToolbar] .xl\:hidden .text-gray-600,html[data-motolastik=true]:has(.motolastik-package-listing-stack) [data-component-name=CategoryToolbar] nav .text-gray-600{font-family:Gotham,sans-serif!important;color:#2f2f2f!important;font-weight:400!important;font-size:clamp(1rem,2.2vw,1.125rem)!important;line-height:1.35!important}html[data-motolastik=true]:has([data-component-name=CategoryProducts]) [data-component-name=Slider] .hero-slider-content{--min-height-mobile:280px;--height-mobile:280px;--min-height-tablet:340px;--height-tablet:340px;min-height:280px!important;height:280px!important;max-height:none!important;overflow:visible!important}@media (min-width:768px){html[data-motolastik=true]:has([data-component-name=CategoryProducts]) [data-component-name=Slider] .hero-slider-content{min-height:340px!important;height:340px!important;max-height:none!important;overflow:visible!important}}@media (min-width:1280px){html[data-motolastik=true]:has([data-component-name=CategoryProducts]) [data-component-name=Slider] .hero-slider-content{min-height:563px!important;height:563px!important;max-height:none}}html[data-motolastik=true]:has([data-component-name=CategoryProducts]) [data-component-name=Slider] .hero-slider-section-bleed .hero-slider-content{padding-top:2rem!important;padding-bottom:2rem!important}@media (min-width:768px){html[data-motolastik=true]:has([data-component-name=CategoryProducts]) [data-component-name=Slider] .hero-slider-section-bleed .hero-slider-content{padding-top:2.25rem!important;padding-bottom:2.25rem!important}}.motolastik-package-listing-stack{display:flex;flex-direction:column;gap:0;width:100%;background-color:#f4f4f4}.motolastik-package-listing-card{display:flex;flex-direction:column;align-items:flex-start;padding:30px;background-color:#fff;position:relative;border-bottom:5px solid #dedede;border-radius:0;overflow:visible;opacity:.72;transition:opacity .25s ease,box-shadow .2s ease,border-bottom-color .2s ease}.motolastik-package-listing-card:hover{opacity:1;z-index:1;box-shadow:0 0 10px rgba(0,0,0,.25);border-bottom-color:#ed1c24}.motolastik-package-listing-card:hover .motolastik-package-listing-option--out{opacity:.55}.motolastik-package-listing-card--skeleton{opacity:1;pointer-events:none}.motolastik-package-listing-card--skeleton:hover{box-shadow:none;border-bottom-color:#dedede}.motolastik-package-listing-card__mobile{display:block;width:100%}.motolastik-package-listing-card__desktop{display:none;width:100%}@media (min-width:1024px){.motolastik-package-listing-card{flex-direction:row;align-items:stretch;padding:30px 0 30px 30px}.motolastik-package-listing-card__mobile{display:none!important}.motolastik-package-listing-card__desktop{display:flex!important;flex-direction:row;flex:1 1 auto;width:100%;min-width:0;align-items:stretch}.motolastik-package-listing-card__main{flex:0 0 44%;max-width:44%;align-items:flex-start;padding-right:1.5rem;box-sizing:border-box;width:auto}.motolastik-package-listing-card__options{flex:1 1 56%;max-width:56%;min-width:0;border-left:1px solid #e5e7eb;margin-top:0;padding:1rem 2rem}.motolastik-package-listing-option{grid-template-columns:minmax(12rem,435px) minmax(0,1fr) auto;gap:8px 1.25rem;padding:.625rem .5rem}.motolastik-package-listing-option__spec{width:100%;max-width:435px;min-width:0}.motolastik-package-listing-card__free-shipping{position:static;margin-top:auto}.motolastik-package-listing-card__desktop .motolastik-package-listing-card__img,.motolastik-package-listing-card__desktop .motolastik-package-listing-card__media,.motolastik-package-listing-card__desktop .motolastik-package-listing-card__media-link,.motolastik-package-listing-card__desktop .motolastik-package-listing-card__media-link>span{position:static!important}.motolastik-package-listing-card__desktop .motolastik-package-listing-card__media-link>span{display:block!important;width:244px!important;height:244px!important}}.motolastik-package-listing-card__main{display:flex;flex:1 1 auto;gap:1.25rem;padding:0;min-width:0;width:100%}.motolastik-package-listing-card__media{flex:0 0 auto;width:244px;display:flex;flex-direction:column;align-items:center}.motolastik-package-listing-card__media-link{display:block;width:244px;height:244px}.motolastik-package-listing-card__img,.motolastik-package-listing-card__img-placeholder{width:244px;height:244px;object-fit:contain}@media (min-width:1024px){.motolastik-package-listing-card__desktop .motolastik-package-listing-card__img,.motolastik-package-listing-card__desktop .motolastik-package-listing-card__img-placeholder{position:static!important;inset:auto!important;transform:none!important}.motolastik-package-listing-card__desktop .motolastik-package-listing-card__media-link>span{position:static!important;display:block!important;width:244px!important;height:244px!important}}.motolastik-package-listing-card__img-placeholder{background:#f3f4f6}.motolastik-package-listing-card__free-shipping{position:absolute;bottom:0;left:0;margin:0;padding:0;color:#5d5fef;font-family:Gotham,sans-serif;font-size:18px;font-weight:600;line-height:22px;letter-spacing:.05em;text-align:left}.motolastik-package-listing-card__info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;min-height:244px;position:relative;padding-bottom:2rem;font-family:Gotham,sans-serif}.motolastik-package-listing-card__brand-row{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:0;min-height:24px}.motolastik-package-listing-card__brand-logo{width:100px;height:24px;max-width:100px;max-height:24px;object-fit:contain;object-position:left center;flex-shrink:0;display:block}.motolastik-package-listing-card__brand-text,.motolastik-package-listing-card__category-tag{font-family:Gotham,sans-serif;font-size:18px;font-weight:700;color:#2f2f2f}.motolastik-package-listing-card__category-tag{display:inline-flex;align-items:center;padding:0;background:transparent;line-height:24px;letter-spacing:.05em}.motolastik-package-listing-card__title-link{color:inherit;text-decoration:none;margin-top:0;display:block}.motolastik-package-listing-card__desktop .motolastik-package-listing-card__title-link{margin-top:.625rem}.motolastik-package-listing-card__title{margin:0 0 .625rem;cursor:pointer;color:#2f2f2f;font-family:Gotham,sans-serif;font-size:18px;font-weight:700;line-height:22px;letter-spacing:.05em}.motolastik-package-listing-card__desc-link{color:inherit;text-decoration:none;display:block;margin:0 0 1.5rem}.motolastik-package-listing-card__desc{margin:0;cursor:pointer;color:#2f2f2f;font-family:Gotham,sans-serif;font-size:18px;font-weight:400;line-height:22px;letter-spacing:.05em;max-width:none}.motolastik-package-listing-card__options{flex:1 1 auto;min-width:0;width:100%;display:flex;flex-direction:column;justify-content:center;font-family:Gotham,sans-serif}@media (max-width:1023.98px){.motolastik-package-listing-card{padding:0}.motolastik-package-listing-card__desktop{display:none}.motolastik-package-listing-card__mobile{display:block}.motolastik-package-listing-card__mobile-header{display:block;width:100%}.motolastik-package-listing-card__mobile-image-btn{display:block;width:100%;margin:0;padding:0;border:none;background:transparent;cursor:pointer;color:inherit;font:inherit;text-align:center}.motolastik-package-listing-card__media--mobile{--ml-pkg-img-viewport-h:clamp(140px,38vw,180px);--ml-pkg-img-scale:1;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;margin:0 auto}.motolastik-package-listing-card.is-expanded .motolastik-package-listing-card__media--mobile{--ml-pkg-img-viewport-h:clamp(200px,52vw,260px);--ml-pkg-img-scale:1}.motolastik-package-listing-card__media--mobile .motolastik-package-listing-card__media-link{display:flex;align-items:center;justify-content:center;position:relative;width:100%;max-width:100%;height:var(--ml-pkg-img-viewport-h);max-height:var(--ml-pkg-img-viewport-h);overflow:hidden;pointer-events:none;transition:height .38s cubic-bezier(.33,0,.2,1)}.motolastik-package-listing-card__media--mobile .motolastik-package-listing-card__img-frame{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.motolastik-package-listing-card__media--mobile .motolastik-package-listing-card__img--mobile-crop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;transform:none!important}.motolastik-package-listing-card__media--mobile .motolastik-package-listing-card__media-link>span{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;max-width:none!important}.motolastik-package-listing-card__media--mobile .motolastik-package-listing-card__img-placeholder{width:100%;height:100%;max-height:none;background:#f3f4f6}.motolastik-package-listing-card__mobile-summary{padding:.625rem 1rem .75rem}.motolastik-package-listing-card__mobile-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;min-height:20px}.motolastik-package-listing-card__mobile-meta-row .motolastik-package-listing-card__brand-row{flex:1 1 auto;min-width:0;gap:.375rem;min-height:20px}.motolastik-package-listing-card__mobile-meta-row .motolastik-package-listing-card__brand-logo{width:72px;height:18px;max-width:72px;max-height:18px}.motolastik-package-listing-card__mobile-meta-row .motolastik-package-listing-card__brand-text,.motolastik-package-listing-card__mobile-meta-row .motolastik-package-listing-card__category-tag{font-size:13px;font-weight:700;line-height:18px;letter-spacing:.04em}.motolastik-package-listing-card__mobile-headline{display:flex;align-items:center;gap:.5rem;margin:.5rem 0 0;padding:0;width:100%;border:none;background:transparent;cursor:pointer;color:inherit;font:inherit;text-align:left}.motolastik-package-listing-card__mobile-title{flex:1 1 auto;min-width:0;color:#2f2f2f;font-family:Gotham,sans-serif;font-size:16px;font-weight:700;line-height:20px;letter-spacing:.04em;text-align:left}.motolastik-package-listing-card__mobile-chevron{flex:0 0 auto;width:1rem;height:1rem;color:#6b7280;transition:transform .2s ease}.motolastik-package-listing-card.is-expanded .motolastik-package-listing-card__mobile-chevron{transform:rotate(180deg)}.motolastik-package-listing-card.is-expanded .motolastik-package-listing-card__mobile-headline{border-bottom:7px solid #dedede;padding-bottom:.625rem;margin-bottom:.625rem}.motolastik-package-listing-card__mobile-expand{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease;padding:0 1rem}.motolastik-package-listing-card__mobile-expand-inner{overflow:hidden;min-height:0}.motolastik-package-listing-card.is-expanded .motolastik-package-listing-card__mobile-expand{grid-template-rows:1fr;padding-bottom:.875rem}.motolastik-package-listing-card__free-shipping--mobile{position:static;flex:0 0 auto;margin:0;padding:0;color:#5d5fef;font-family:Gotham,sans-serif;font-size:12px;font-weight:600;line-height:16px;letter-spacing:.03em;text-align:right;white-space:nowrap}.motolastik-package-listing-card__options--mobile{margin-top:0;padding:0;border-left:none}.motolastik-package-listing-card__options{margin-top:0;padding:0}.motolastik-package-listing-option{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;gap:.125rem .75rem;align-items:start;padding:.75rem 0}.motolastik-package-listing-option__spec{grid-column:1;grid-row:1;width:100%;max-width:none;min-width:0;gap:.25rem}.motolastik-package-listing-option__label{font-size:15px;line-height:18px}.motolastik-package-listing-option__installments-col{grid-column:1;grid-row:2;align-self:start;margin-top:0;padding-top:0}.motolastik-package-listing-option__purchase{grid-column:2;grid-row:1/-1;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;align-self:stretch;gap:0;min-height:100%}.motolastik-package-listing-option__price{grid-column:auto;grid-row:auto;justify-self:end;align-self:auto;margin:0;font-size:16px;text-align:right}.motolastik-package-listing-option__actions{grid-column:auto;grid-row:auto;justify-self:end;align-self:auto;margin-top:0}.motolastik-package-listing-card__model-link{display:flex;align-items:center;justify-content:center;width:calc(100% - 2rem);margin:.75rem 1rem 1rem;padding:.75rem 1rem;border:2px solid #3d3f44;background:#3d3f44;color:#fff;font-family:Gotham,sans-serif;font-size:13px;font-weight:700;letter-spacing:.12em;text-align:center;text-decoration:none;text-transform:uppercase}.motolastik-package-listing-card__model-link:hover{opacity:.92}.motolastik-package-listing-option__chip,.motolastik-package-listing-option__installments{font-size:12px}}.motolastik-package-listing-card__empty,.motolastik-package-listing-card__loading{padding:1.25rem;color:#6b7280;font-size:.875rem}.motolastik-package-listing-card__loading-bar{display:block;height:.75rem;margin-bottom:.5rem;border-radius:.25rem;background:#e5e7eb;animation:pulse 1.5s ease-in-out infinite}.motolastik-package-listing-card__loading-bar--short{width:66%}.motolastik-package-listing-option{display:grid;grid-template-columns:minmax(0,38%) minmax(0,1fr) auto;gap:8px 12px;align-items:center;padding:.625rem .375rem .625rem 0;border-top:1px solid #e5e7eb}.motolastik-package-listing-option:first-child{border-top:none}@media (min-width:1024px){.motolastik-package-listing-option__purchase{grid-column:3;display:flex;align-items:center;gap:10px;flex-shrink:0}.motolastik-package-listing-card__model-link{display:none}}.motolastik-package-listing-option--out{opacity:.55}.motolastik-package-listing-option--out .motolastik-package-listing-option__chip,.motolastik-package-listing-option--out .motolastik-package-listing-option__installments,.motolastik-package-listing-option--out .motolastik-package-listing-option__price{opacity:.75}.motolastik-package-listing-option--out .motolastik-package-listing-option__cart-btn{background:#94a3b8}.motolastik-package-listing-option--out .motolastik-package-listing-option__cart-icon{opacity:1}.motolastik-package-listing-option__spec{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:100%;gap:8px;font-family:Gotham,sans-serif;font-size:18px;min-width:0}@media (min-width:768px) and (max-width:1023.98px){.motolastik-package-listing-card__mobile-meta-row .motolastik-package-listing-card__brand-logo{width:80px;height:20px;max-width:80px;max-height:20px}}.motolastik-package-listing-option__label{margin:0;color:#2f2f2f;font-family:inherit;font-size:18px;font-weight:700;line-height:22px;letter-spacing:.05em;white-space:normal;word-break:break-word}.motolastik-package-listing-option__stock-out{display:inline-flex;align-items:center;gap:.25rem;margin:0;color:#9ca3af;font-family:Gotham,sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.04em}.motolastik-package-listing-option__ship-wrap{position:relative;display:inline-flex;z-index:2}.motolastik-package-listing-option__chip{display:inline-flex;align-items:center;gap:.3rem;font-family:Gotham,sans-serif;font-size:14px;font-weight:400;line-height:1.35}.motolastik-package-listing-option__chip-info{width:.75rem;height:.75rem;flex-shrink:0}.motolastik-package-listing-option__ship-wrap--same-day .motolastik-package-listing-option__chip,.motolastik-package-listing-option__ship-wrap--same-day .motolastik-package-listing-option__chip-info{color:#5d5fef}@media (max-width:1023.98px){html[data-motolastik=true] .motolastik-package-listing-option__ship-wrap--same-day .motolastik-package-listing-option__chip,html[data-motolastik=true] .motolastik-package-listing-option__ship-wrap--same-day .motolastik-package-listing-option__chip-info,html[data-motolastik=true] .motolastik-package-listing-option__ship-wrap--same-day .motolastik-package-listing-option__chip-label{color:#9ca3af!important}}.motolastik-package-listing-option__ship-wrap--delayed .motolastik-package-listing-option__chip,.motolastik-package-listing-option__ship-wrap--delayed .motolastik-package-listing-option__chip-info{color:#e30613}.motolastik-package-listing-option__ship-tooltip{position:absolute;left:0;top:calc(100% + .4rem);z-index:40;width:max-content;max-width:min(16rem,calc(100vw - 2rem));padding:.5rem .625rem;border-radius:4px;background:#1f2937;color:#fff;font-family:Gotham,sans-serif;font-size:.6875rem;font-weight:400;line-height:1.4;text-align:left;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease;box-shadow:0 4px 14px rgba(15,23,42,.2)}.motolastik-package-listing-option__ship-tooltip:before{content:"";position:absolute;left:.75rem;bottom:100%;border:5px solid transparent;border-bottom-color:#1f2937}.motolastik-package-listing-option__ship-wrap:focus-within .motolastik-package-listing-option__ship-tooltip,.motolastik-package-listing-option__ship-wrap:hover .motolastik-package-listing-option__ship-tooltip{opacity:1;visibility:visible}.motolastik-package-listing-option__installments-col{display:flex;align-items:center;justify-content:flex-start;min-width:0}.motolastik-package-listing-option__installments{display:inline-flex;align-items:center;justify-content:flex-start;gap:.35rem;padding:0;border:none;background:none;color:#5d5fef;font-family:Gotham,sans-serif;font-size:14px;font-weight:400;letter-spacing:.05em;line-height:1.3;text-align:left;white-space:nowrap;cursor:pointer}.motolastik-package-listing-option__installments-text{white-space:nowrap}.motolastik-package-listing-option__installments-chevron{width:.875rem;height:.875rem;flex-shrink:0;opacity:.85}.motolastik-package-listing-option__purchase,.motolastik-package-listing-option__purchase-group{display:flex;align-items:center;gap:10px;flex-shrink:0}@media (max-width:1023.98px){.motolastik-package-listing-stack .motolastik-package-listing-option__purchase{flex-direction:column!important;align-items:flex-end!important;justify-content:space-between!important;align-self:stretch!important;gap:0!important;min-height:100%!important}.motolastik-package-listing-stack .motolastik-package-listing-option__price{align-self:flex-end!important;margin:0!important;text-align:right!important}.motolastik-package-listing-stack .motolastik-package-listing-option__actions{align-self:flex-end!important;margin-top:0!important}.motolastik-package-listing-stack .motolastik-package-listing-option__installments-col{margin-top:0!important;padding-top:0!important}}.motolastik-package-listing-option__price{margin:0;color:#ed1c24;font-family:Gotham,sans-serif;font-size:18px;font-weight:500;line-height:1.15;white-space:nowrap}.motolastik-package-listing-option__price .price-new{color:#ed1c24;font-weight:400!important}.motolastik-package-listing-option--out .motolastik-package-listing-option__price{color:#9ca3af}.motolastik-package-listing-option__actions{display:flex;align-items:center;gap:3px}.motolastik-package-listing-option__stepper{display:flex;flex-direction:row;align-items:center;gap:3px;height:42px;background:transparent;border:none}.motolastik-package-listing-option__stepper-value{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;box-sizing:border-box;margin-right:3px;padding:0;border:0;background:#f4f4f4;color:#2f2f2f;font-family:inherit;font-size:18px;font-weight:700;line-height:42px;text-align:center;font-variant-numeric:tabular-nums}.motolastik-package-listing-option__stepper-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:42px;box-sizing:border-box;border:1px solid #d1d5db;background:#f3f4f6;color:#374151;cursor:pointer;transition:background-color .15s ease}.motolastik-package-listing-option__stepper-btn:hover:not(:disabled){background:#e5e7eb}.motolastik-package-listing-option__stepper-btn:disabled{opacity:.45;cursor:not-allowed}.motolastik-package-listing-option__cart-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;box-sizing:border-box;border:none;border-radius:0;background:#e30613;color:#fff;cursor:pointer;transition:opacity .15s ease,background-color .15s ease;flex-shrink:0}.motolastik-package-listing-option__cart-icon{width:1.25rem;height:1.25rem}.motolastik-package-listing-option__cart-btn:hover:not(:disabled){opacity:.92}.motolastik-package-listing-option__cart-btn:disabled{background:#d1d5db;cursor:not-allowed}.motolastik-showcase-banner-title,.motolastik-showcase-section-title{font-family:Gotham,sans-serif!important;font-weight:700!important;font-size:clamp(26px,6.2vw,36px)!important;line-height:clamp(31px,7.2vw,43px)!important;margin-bottom:20px!important;letter-spacing:normal!important;text-transform:none!important}@media (min-width:768px){.motolastik-showcase-banner-title,.motolastik-showcase-section-title{font-size:clamp(30px,3.4vw,36px)!important;line-height:clamp(36px,4vw,43px)!important}}@media (min-width:1280px){.motolastik-showcase-banner-title,.motolastik-showcase-section-title{font-size:36px!important;line-height:43px!important}}.motolastik-showcase-banner-copy{font-weight:400!important;font-size:21px!important;line-height:22px!important;letter-spacing:.05em!important;max-width:600px!important;text-transform:none!important}.motolastik-showcase-hero{position:relative;z-index:2;overflow:visible!important;padding-bottom:clamp(175px,12vw,195px)}.motolastik-showcase-banner{position:relative;z-index:1;overflow:visible!important}.motolastik-showcase-banner>.absolute.inset-0{bottom:0;overflow:hidden}.motolastik-showcase-carousel-slot{position:relative;z-index:30;min-height:370px;margin-top:calc(-1 * var(--ml-showcase-overlap, 185px));overflow:visible!important;background:transparent!important}@media (min-width:1280px){.motolastik-showcase-carousel-slot,.motolastik-showcase-carousel-slot--after-cta{padding-left:clamp(3rem,7vw,6.75rem)!important;padding-right:clamp(3rem,7vw,5.75rem)!important}}.motolastik-showcase-carousel-slot:has(.product-carousel-item>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered)){z-index:40!important}.motolastik-driving-style-showcase,.motolastik-product-group-showcase{overflow:visible!important}[data-grid-item=true][data-component-name=MotolastikDrivingStyleShowcase]{position:relative;z-index:var(--ml-showcase-grid-z,6);overflow:visible!important}@media (min-width:1280px){[data-grid-item=true][data-component-name=MotolastikDrivingStyleShowcase]{overflow:visible!important}}.motolastik-showcase-carousel-slot .product-carousel-background-wrapper,.motolastik-showcase-carousel-slot .product-carousel-container,.motolastik-showcase-carousel-slot .product-carousel-section,.motolastik-showcase-carousel-slot .product-carousel-wrapper{background:transparent!important;background-color:initial!important}.motolastik-showcase-carousel-slot .product-carousel-background-wrapper,.motolastik-showcase-carousel-slot .product-carousel-section,.motolastik-showcase-carousel-slot .product-carousel-wrapper{overflow:visible!important;min-height:0!important;max-height:none!important}.motolastik-showcase-carousel-slot .product-carousel-container,.motolastik-showcase-carousel-slot .product-carousel-container.product-carousel-container--motolastik-catalog{display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:flex-end!important;gap:11px!important;box-sizing:border-box!important;min-height:435px!important;height:auto!important;max-height:none!important;overflow-x:auto!important;overflow-y:visible!important;padding-top:65px!important;margin-top:-65px!important;padding-bottom:65px!important;padding-right:16px!important;scroll-padding-right:16px!important;touch-action:pan-x!important;-ms-overflow-style:none!important;scrollbar-width:none!important;scroll-snap-type:x mandatory!important}.motolastik-showcase-carousel-slot .product-carousel-item{flex:0 0 315px!important;min-width:315px!important;max-width:315px!important;width:315px!important;height:370px!important;min-height:370px!important;max-height:370px!important;overflow:visible!important;align-self:flex-end!important;margin-right:0!important;scroll-snap-align:start!important;position:relative!important;z-index:1;transition:filter .52s cubic-bezier(.33,0,.2,1)!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog{--motolastik-catalog-viewport-h:215px!important;--motolastik-catalog-image-hover-h:300px!important;--motolastik-catalog-rest-h:370px;--motolastik-catalog-hover-h:460px;--motolastik-catalog-hover-half:45px;--motolastik-catalog-inner-h:385px;display:flex!important;flex-direction:column!important;width:315px!important;min-width:315px!important;max-width:315px!important;height:370px!important;min-height:370px!important;max-height:370px!important;margin:0!important;transform:none!important;overflow:hidden!important;border-radius:4px!important;box-sizing:border-box!important;background-color:#ffffff!important;box-shadow:none!important;transition:height .52s cubic-bezier(.33,0,.2,1),min-height .52s cubic-bezier(.33,0,.2,1),max-height .52s cubic-bezier(.33,0,.2,1),top .52s cubic-bezier(.33,0,.2,1),box-shadow .52s cubic-bezier(.33,0,.2,1)!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog>*{max-width:100%;box-sizing:border-box}.motolastik-showcase-carousel-slot .product-card-image-wrapper{overflow:hidden!important;flex-shrink:0!important;background-color:#ffffff!important}.motolastik-showcase-carousel-slot .motolastik-catalog-image-dots{display:none!important}.motolastik-showcase-carousel-slot .motolastik-catalog-name-row{flex:0 0 auto!important;flex-shrink:0!important;background-color:#ffffff!important;margin-top:0!important;margin-bottom:0!important;padding-top:.375rem!important;padding-bottom:.125rem!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog .motolastik-catalog-brand{box-shadow:none!important}.motolastik-showcase-carousel-slot .motolastik-catalog-brand{flex:0 0 auto!important;flex-shrink:0!important;box-sizing:border-box!important;position:relative!important;width:100%!important;max-width:100%!important;align-self:stretch!important;margin:0!important;padding:.5rem 0 calc(.5rem - 3px)!important;border-bottom:3px solid var(--motolastik-catalog-border-color,#d1d5db)!important;background-color:#ffffff!important;box-shadow:none!important;transition:border-color .52s cubic-bezier(.33,0,.2,1)!important}.motolastik-showcase-carousel-slot .motolastik-catalog-brand:after{content:none!important;display:none!important}.motolastik-showcase-carousel-slot .motolastik-catalog-image-inner,.motolastik-showcase-carousel-slot .motolastik-catalog-image-inner img,.motolastik-showcase-carousel-slot .motolastik-catalog-img{transform:none!important;transition:none!important}@media (min-width:1280px){.motolastik-showcase-carousel-slot .motolastik-catalog-image-inner{position:absolute!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100%!important;height:385px!important;max-height:none!important;overflow:hidden!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog{position:absolute!important;left:0!important;right:0!important;top:0!important;bottom:auto!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered){height:460px!important;min-height:460px!important;max-height:460px!important;margin:0!important;top:calc(-1 * var(--motolastik-catalog-hover-half, 45px))!important;bottom:auto!important;left:0!important;right:0!important;width:315px!important;transform:none!important;position:absolute!important;z-index:70!important;overflow:hidden!important;box-shadow:none!important}.motolastik-showcase-carousel-slot .product-carousel-item:has(>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered)){transform:none!important;z-index:60!important;filter:none!important;overflow:visible!important}.motolastik-showcase-carousel-slot .product-carousel-item:not(:has(>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered)))>article.product-card-type4--motolastik-catalog{margin:0!important;top:0!important;bottom:auto!important;transform:none!important}.motolastik-driving-style-showcase .motolastik-showcase-carousel-slot .product-carousel-container:has(.product-card-type4--motolastik-catalog),.motolastik-product-group-showcase .motolastik-showcase-carousel-slot .product-carousel-container:has(.product-card-type4--motolastik-catalog){overflow-x:auto!important;overflow-y:visible!important;box-sizing:border-box!important;min-height:435px!important;padding-top:65px!important;margin-top:-65px!important;padding-bottom:65px!important;padding-right:16px!important;scroll-padding-right:16px!important;align-items:flex-end!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog .product-card-image-wrapper{height:215px!important;min-height:215px!important;max-height:215px!important;flex:0 0 215px!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered) .product-card-image-wrapper{height:300px!important;min-height:300px!important;max-height:300px!important;flex:0 0 300px!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered) .motolastik-catalog-brand{border-bottom:3px solid var(--checkout-primary-color,#e30613)!important;width:100%!important;align-self:stretch!important}}@media (max-width:767px){.motolastik-showcase-banner-copy{font-size:clamp(13px,3.6vw,15px)!important;line-height:clamp(17px,4.4vw,19px)!important;letter-spacing:.04em!important}.motolastik-showcase-hero{padding-bottom:0}.motolastik-showcase-banner{min-height:clamp(240px,52vw,320px)!important}.motolastik-showcase-banner .relative.z-10{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.motolastik-showcase-banner .relative.z-10 a{margin-top:1rem!important}.motolastik-showcase-carousel-slot,.motolastik-showcase-carousel-slot--after-cta{min-height:0!important;margin-top:calc(-1 * var(--ml-showcase-overlap, 1rem))!important}.motolastik-showcase-carousel-slot .product-carousel-background-wrapper,.motolastik-showcase-carousel-slot .product-carousel-section,.motolastik-showcase-carousel-slot .product-carousel-wrapper{min-height:0!important;max-height:none!important;overflow:visible!important}.motolastik-showcase-carousel-slot .product-carousel-container,.motolastik-showcase-carousel-slot .product-carousel-container.product-carousel-container--motolastik-catalog{min-height:0!important;height:auto!important;max-height:none!important;padding-top:0!important;padding-bottom:0!important;margin-top:0!important;gap:.75rem!important;align-items:flex-start!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch}.motolastik-showcase-carousel-slot .product-carousel-item{flex:0 0 calc((100% - 0.75rem) / 1.6)!important;min-width:calc((100% - .75rem) / 1.6)!important;max-width:calc((100% - .75rem) / 1.6)!important;width:calc((100% - .75rem) / 1.6)!important;height:auto!important;min-height:0!important;max-height:none!important;align-self:flex-start!important;scroll-snap-align:start!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog{width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;position:relative!important;top:auto!important;bottom:auto!important;overflow:hidden!important}.motolastik-showcase-carousel-slot .product-card-image-container,.motolastik-showcase-carousel-slot .product-card-image-wrapper,.motolastik-showcase-carousel-slot .product-carousel-container,.motolastik-showcase-carousel-slot .product-carousel-container.product-carousel-container--motolastik-catalog,.motolastik-showcase-carousel-slot .product-carousel-item,.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog{touch-action:pan-x pan-y!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog .product-card-image-container,.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog .product-card-image-wrapper,.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog .product-card-image-wrapper a,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog [data-motolastik-catalog-image=true]{aspect-ratio:auto!important;height:auto!important;min-height:0!important;max-height:none!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog .product-card-image-wrapper{position:relative!important;width:100%!important;flex:0 0 auto!important;align-self:stretch!important;display:block!important;margin:0!important;padding:0!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog [data-motolastik-catalog-image=true]{position:relative!important;flex:0 0 auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-image-inner{position:relative!important;inset:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:auto!important;max-height:none!important;min-height:0!important;aspect-ratio:auto!important;overflow:visible!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-image-inner img,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-img,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-img--fluid{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important}.motolastik-showcase-carousel-slot .product-card-image-container{height:auto!important}.motolastik-showcase-carousel-slot .motolastik-catalog-name-row{flex:0 0 auto!important;margin-top:.25rem!important;margin-bottom:0!important;padding-top:.25rem!important;padding-bottom:0!important}.motolastik-showcase-carousel-slot .motolastik-catalog-name-row .block,.motolastik-showcase-carousel-slot .motolastik-catalog-name-row h3{font-size:.75rem!important;line-height:1.2!important}.motolastik-showcase-carousel-slot .motolastik-catalog-brand{flex:0 0 auto!important;margin-top:0!important;padding-top:.375rem!important;padding-bottom:calc(.375rem - 3px)!important;border-bottom:none!important;box-shadow:inset 0 -3px 0 var(--checkout-primary-color,#e30613)!important}.motolastik-showcase-carousel-slot .motolastik-catalog-brand-logo{max-height:22px!important;max-width:96px!important;filter:none!important;opacity:1!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered,:active) .motolastik-catalog-brand{box-shadow:inset 0 -3px 0 var(--checkout-primary-color,#e30613)!important}@media (hover:hover) and (pointer:fine){.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered) .motolastik-catalog-brand{box-shadow:inset 0 -3px 0 var(--checkout-primary-color,#e30613)!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered) .motolastik-catalog-brand-logo{filter:none!important;opacity:1!important}}}@media (min-width:768px) and (max-width:1023.98px){.motolastik-showcase-carousel-slot,.motolastik-showcase-carousel-slot--after-cta{--ml-showcase-overlap:clamp(3.5rem,8vw,5rem);min-height:0!important}.motolastik-showcase-banner{min-height:clamp(320px,42vw,420px)!important}.motolastik-showcase-carousel-slot .product-carousel-container,.motolastik-showcase-carousel-slot .product-carousel-container.product-carousel-container--motolastik-catalog{min-height:0!important;height:auto!important;padding-top:0!important;padding-bottom:0!important;margin-top:0!important;overflow-y:hidden!important;gap:.75rem!important}.motolastik-showcase-carousel-slot .product-carousel-item{flex:0 0 calc((100% - (0.75rem * 2)) / 2.8)!important;min-width:calc((100% - (.75rem * 2)) / 2.8)!important;max-width:calc((100% - (.75rem * 2)) / 2.8)!important;width:calc((100% - (.75rem * 2)) / 2.8)!important;height:auto!important;min-height:0!important;max-height:none!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog{width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;position:relative!important;top:auto!important;overflow:hidden!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog .product-card-image-wrapper{position:relative!important;aspect-ratio:auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;flex:0 0 auto!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog [data-motolastik-catalog-image=true]{position:relative!important;flex:0 0 auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-image-inner{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;max-height:none!important;min-height:0!important;aspect-ratio:auto!important;overflow:visible!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-image-inner img,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-img,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-img--fluid{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;object-position:center center!important}.motolastik-showcase-carousel-slot .motolastik-catalog-name-row{margin-top:.25rem!important;margin-bottom:0!important;padding-top:.25rem!important;padding-bottom:0!important}.motolastik-showcase-carousel-slot .motolastik-catalog-brand{margin-top:0!important;padding-top:.375rem!important;box-shadow:inset 0 -3px 0 var(--checkout-primary-color,#e30613)!important;border-bottom:none!important}.motolastik-showcase-carousel-slot .motolastik-catalog-brand-logo{filter:none!important;opacity:1!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered,:active) .motolastik-catalog-brand{box-shadow:inset 0 -3px 0 var(--checkout-primary-color,#e30613)!important}}@media (max-width:1279.98px){.motolastik-showcase-carousel-slot .product-card-image-container{height:auto!important}.motolastik-showcase-carousel-slot .product-card-image-container,.motolastik-showcase-carousel-slot .product-card-image-wrapper,.motolastik-showcase-carousel-slot .product-carousel-container,.motolastik-showcase-carousel-slot .product-carousel-container.product-carousel-container--motolastik-catalog,.motolastik-showcase-carousel-slot .product-carousel-item,.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog,.motolastik-showcase-carousel-slot .product-carousel-section[data-motolastik-catalog-carousel=true] .product-carousel-container{touch-action:pan-x pan-y!important}.motolastik-driving-style-showcase .motolastik-showcase-carousel-slot .product-carousel-container,.motolastik-product-group-showcase .motolastik-showcase-carousel-slot .product-carousel-container,.motolastik-showcase-carousel-slot .product-carousel-container:has(.product-card-type4--motolastik-catalog){min-height:0!important;height:auto!important;padding-top:0!important;margin-top:0!important;padding-bottom:0!important;align-items:flex-start!important;overflow-y:hidden!important}.motolastik-driving-style-showcase .motolastik-showcase-carousel-slot .product-carousel-item,.motolastik-product-group-showcase .motolastik-showcase-carousel-slot .product-carousel-item,.motolastik-showcase-carousel-slot .product-carousel-item:has(.product-card-type4--motolastik-catalog){overflow:visible!important;align-self:flex-start!important}.motolastik-driving-style-showcase .motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog,.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog,html[data-motolastik=true] .motolastik-showcase-carousel-slot .product-carousel-item:has(.product-card-type4--motolastik-catalog)>article.product-card-type4--motolastik-catalog{position:relative!important;top:auto!important;bottom:auto!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;transform:none!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered,:active){position:relative!important;top:auto!important;bottom:auto!important;height:auto!important;min-height:0!important;max-height:none!important;z-index:auto!important;overflow:hidden!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered,:active) .product-card-image-wrapper,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .product-card-image-container,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .product-card-image-wrapper,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .product-card-image-wrapper a,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog [data-motolastik-catalog-image=true]{position:relative!important;aspect-ratio:auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;flex:0 0 auto!important;display:block!important}.motolastik-showcase-carousel-slot .motolastik-catalog-brand{border-bottom:none!important;box-shadow:inset 0 -3px 0 var(--checkout-primary-color,#e30613)!important}.motolastik-showcase-carousel-slot .motolastik-catalog-brand-logo,.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered,:active) .motolastik-catalog-brand-logo{filter:none!important;opacity:1!important}.motolastik-showcase-carousel-slot .product-carousel-item>article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered,:active) .motolastik-catalog-brand{border-bottom-color:transparent!important;box-shadow:inset 0 -3px 0 var(--checkout-primary-color,#e30613)!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog [data-motolastik-catalog-image=true],.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog:is(:hover,[data-motolastik-catalog-hovered=true],.product-card-motolastik-catalog--hovered) [data-motolastik-catalog-image=true]{position:relative!important;flex:0 0 auto!important;min-height:0!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-image-inner{position:relative!important;inset:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;overflow:visible!important}.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-image-inner img,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-img,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog .motolastik-catalog-img--fluid,.motolastik-showcase-carousel-slot article.product-card-type4--motolastik-catalog [data-motolastik-catalog-image=true] img{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important}}