﻿.categories-grid{display:-ms-grid;display:grid;width:100vw;min-height:calc(100vh - 6rem);-ms-grid-columns:repeat(auto-fill, minmax(100%, 1fr));grid-template-columns:repeat(auto-fill, minmax(100%, 1fr))}.categories-grid__item{position:relative;overflow:hidden;background-color:var(--color-primary-dark);padding:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;aspect-ratio:4/3}.categories-grid__item::before,.categories-grid__item::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0}.categories-grid__item::before{background-image:url("/content/default/default-categories.webp");background-size:cover;background-repeat:no-repeat;background-position:center;z-index:1;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.categories-grid__item::after{height:200%;top:auto;bottom:0;z-index:2}.categories-grid__item.with-image::before{background-image:var(--image);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.categories-grid__item.with-image::after{background:rgba(0,0,0,0);background:-webkit-linear-gradient(to bottom, transparent, var(--color-primary-dark));background:linear-gradient(to bottom, transparent, var(--color-primary-dark))}.categories-grid__item--data{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:80%;max-width:500px;z-index:5}.categories-grid__item--data h2{font-size:2.4rem;font-weight:700;font-style:italic;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.categories-grid__item--data h3{font-size:1.4rem}.categories-grid__item--data button{position:relative;-webkit-border-radius:0;-webkit-background-clip:padding-box;-moz-border-radius:0;-moz-background-clip:padding;border-radius:0;background-clip:padding-box;margin-top:1rem;background-color:var(--color-white)}.categories-grid__item--data button::before,.categories-grid__item--data button::after{background-color:var(--color-white);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;z-index:1}.categories-grid__item--data button span{font-weight:700;color:var(--color-primary);z-index:5}.categories-grid__item a{position:absolute;width:100%;height:100%;top:0;left:0;z-index:6}.categories-grid__item:hover::before{transform:scale(1.2) rotate(-5deg)}.categories-grid__item:hover .categories-grid__item--data h2{color:var(--color-secondary)}.categories-grid__item:hover .categories-grid__item--data button{background-color:var(--color-secondary)}.categories-grid__item:hover .categories-grid__item--data button::before,.categories-grid__item:hover .categories-grid__item--data button::after{background-color:var(--color-secondary)}.products-list{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;margin-top:5rem;padding-bottom:1rem;gap:3rem}.products-list__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--color-primary-dark);-webkit-transition:background-color 5s ease-in-out;-moz-transition:background-color 5s ease-in-out;-o-transition:background-color 5s ease-in-out;transition:background-color 5s ease-in-out;padding:2rem 2rem 3rem 2rem}.products-list__item *{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.products-list__item--image{position:relative;width:100%;padding-top:75%;background-image:var(--image);background-size:contain;background-position:center;background-repeat:no-repeat}.products-list__item--colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.products-list__item--colors .color-swatch{position:relative;width:18px;height:10px;background-color:var(--color, var(--color-gray))}.products-list__item--colors .color-swatch::before,.products-list__item--colors .color-swatch::after{background-color:var(--color, var(--color-gray));z-index:-1}.products-list__item--colors .color-swatch::before{left:-50%}.products-list__item--data{text-align:center}.products-list__item--data h2{position:relative;display:inline-block;font-size:3rem;font-style:italic;font-weight:700}.products-list__item--data h2 .mxf-skew{max-width:50%;margin-bottom:.75rem;z-index:-1}.products-list__item--data h2 .mxf-skew::before,.products-list__item--data h2 .mxf-skew::after{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.products-list__item--link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20}.products-list__item:hover{-webkit-box-shadow:0 2px 6px rgba(0,0,0,.4);-moz-box-shadow:0 2px 6px rgba(0,0,0,.4);box-shadow:0 2px 6px rgba(0,0,0,.4)}.product-view__header{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-primary-dark)}.product-view__header.without-images{padding:8rem 0}.product-view__header.without-images::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-image:url("/content/default/default-product-header.webp");background-position:center;background-repeat:no-repeat;background-size:cover;z-index:1}.product-view__header:not(.without-images){height:70vh}.product-view__header:not(.without-images)::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-image:var(--image-mobile, var(--image));background-position:center;background-repeat:no-repeat;background-size:cover;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=20);-moz-opacity:.2;-khtml-opacity:.2;opacity:.2;z-index:1}.product-view__header::after{content:"";position:absolute;width:100%;height:50%;bottom:0;left:0;background:rgba(0,0,0,0);background:-webkit-linear-gradient(to bottom, transparent, var(--color-primary));background:linear-gradient(to bottom, transparent, var(--color-primary));z-index:2}.product-view__header .center-content{position:relative;z-index:5}.product-view__header .center-content h1{font-size:5rem;font-style:italic;font-weight:900;letter-spacing:-2px;color:var(--color-white);text-align:center;line-height:1.2}.product-view__header .center-content h1 small{display:block;clear:both;letter-spacing:normal;color:var(--color-secondary)}.product-view .slider{pointer-events:none;display:none;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;position:relative;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:90%;max-width:1400px;margin-left:auto;margin-right:auto;max-width:none;height:0;overflow:hidden;margin-top:-50%;z-index:10}.product-view .slider.active{display:block;height:40vh;max-height:40vh;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;z-index:20}.product-view .slider .slider__item{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;max-width:2000px;height:100%;max-height:80vh;opacity:0;transition:opacity .5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4rem}.product-view .slider .slider__item img{max-width:100%;order:1;width:auto;height:auto;max-height:100%}.product-view .slider .slider__item.active{opacity:1}.product-view .slider .slider-arrows{position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;z-index:30}.product-view .slider .slider-arrows button{position:relative;width:50px;height:50px;pointer-events:all}.product-view .slider .slider-arrows button i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-top:-1px;font-size:4rem;color:var(--color-white);pointer-events:none;opacity:.7}.product-view .slider .slider-arrows button.next-arrow i{margin-left:-2px}.product-view .slider .slider-arrows button.prev-arrow i{margin-right:-2px}.product-view .slider .slider-arrows button:hover{background-color:var(--color-secondary)}.product-view .available-colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.product-view .available-colors span{flex:1 auto;width:100%;text-align:center;color:var(--color-white)}.product-view .available-colors .swatch{position:relative;width:44px;height:44px;pointer-events:all;-webkit-border-radius:22px;-webkit-background-clip:padding-box;-moz-border-radius:22px;-moz-background-clip:padding;border-radius:22px;background-clip:padding-box;border:3px solid var(--color-primary-light);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;cursor:pointer}.product-view .available-colors .swatch span{pointer-events:none;position:absolute;top:4px;left:4px;width:30px;height:30px;-webkit-border-radius:20px;-webkit-background-clip:padding-box;-moz-border-radius:20px;-moz-background-clip:padding;border-radius:20px;background-clip:padding-box;background-color:var(--product-color)}.product-view .available-colors .swatch.swatch-default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:1.5rem;padding-right:1.5rem}.product-view .available-colors .swatch.swatch-default span{position:relative;width:auto;height:auto;top:auto;left:auto;-webkit-border-radius:0;-webkit-background-clip:padding-box;-moz-border-radius:0;-moz-background-clip:padding;border-radius:0;background-clip:padding-box;background-color:var(--color-primary);color:var(--color-white)}.product-view .available-colors .swatch.active,.product-view .available-colors .swatch:hover{border-color:var(--color-white)}.product-view__description{padding:5rem 0;text-align:center}.product-view__description svg{width:auto;max-height:30px}.product-view__description h2{font-size:1.6rem;margin-top:1rem;line-height:2.2}.product-view__description h2>*{font-size:1.6rem}.product-view .product-block{position:relative;width:100%;padding:8rem 0;height:var(--fixed-height, auto);min-height:var(--min-height, auto);max-height:var(--max-height, auto);background-color:var(--bg-color, var(--color-primary-dark));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-view .product-block.block-bg-image::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-image:var(--block-bg-mobile, var(--block-bg));background-position:center;background-size:cover;background-repeat:no-repeat;opacity:var(--block-bg-opacity, 1);z-index:1}@media(min-width: 768px){.product-view .product-block.block-bg-image::before{background-image:var(--block-bg)}}.product-view .product-block.block-bg-image .product-block__body{z-index:3}.product-view .product-block.block-bg-video .video-player,.product-view .product-block.block-bg-video-mobile .video-player{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;overflow:hidden;opacity:var(--block-bg-opacity, 1);z-index:1}.product-view .product-block.block-bg-video .video-player video,.product-view .product-block.block-bg-video-mobile .video-player video{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);min-width:100%;min-height:100%}.product-view .product-block.block-bg-video .product-block__body,.product-view .product-block.block-bg-video-mobile .product-block__body{z-index:3}.product-view .product-block.block-bg-video .video-player-desktop video{max-width:450%}.product-view .product-block.block-bg-video-mobile .video-player-desktop{display:none}.product-view .product-block.block-bg-video-mobile .video-player-mobile video{max-width:none;max-height:140%}@media(min-width: 576px){.product-view .product-block.block-bg-video-mobile .video-player-mobile video{max-height:185%}}@media(min-width: 767px){.product-view .product-block.block-bg-video .video-player video{max-width:300%}.product-view .product-block.block-bg-video-mobile .video-player-mobile video{max-height:250%}}@media(min-width: 976px){.product-view .product-block.block-bg-video .video-player{display:block}.product-view .product-block.block-bg-video .video-player video{max-width:200%}.product-view .product-block.block-bg-video-mobile .video-player-mobile{display:none}}@media(min-width: 1100px){.product-view .product-block.block-bg-video .video-player video{max-width:140%}}.product-view .product-block__body{width:90%;max-width:1400px;margin-left:auto;margin-right:auto;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-view .product-block__body *,.product-view .product-block__body .block-color{color:var(--block-color, var(--color-white))}.product-view .product-block__body--title{position:relative;display:block;font-size:3.5rem;font-weight:900;line-height:1.3;color:var(--content-color, var(--color-white))}.product-view .product-block__body--title .bar{position:relative;display:block;clear:both;width:50%;max-width:150px;height:5px;margin-top:1.5rem;margin:2rem auto 0 auto;background-color:var(--separator-color, var(--color-secondary))}.product-view .product-block__body--content{margin-top:1.5rem;line-height:2.2;font-size:1.6rem;color:var(--content-color, var(--color-white))}.product-view .product-block__body--content *{font-size:1.6rem}.product-view .product-block__body--content a{color:var(--color-primary)}.product-view .product-block__body--content ul{list-style-type:disc;list-style-position:inside;margin:1.5rem 0}.product-view .product-block__body--button{position:relative;padding:1rem 1.5rem;margin-top:2rem;background-color:var(--button-bg, var(--color-white));font-weight:600;font-style:italic;color:var(--button-color, var(--color-primary))}.product-view .product-block__body--button::before{content:"";position:absolute;top:0;left:-15px;bottom:0;width:50%;background-color:var(--button-bg, var(--color-white));transform-origin:bottom right;transform:skewX(-15deg);z-index:1}.product-view .product-block__body--button::after{content:"";position:absolute;top:0;right:-15px;bottom:0;width:50%;background-color:var(--button-bg, var(--color-white));transform-origin:bottom left;transform:skewX(-15deg);z-index:1}.product-view .product-block__body--button>*{position:relative;font-weight:600;font-style:italic;color:var(--button-color, var(--color-primary));z-index:2}.product-view .product-block.block-tleft{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.product-view .product-block.block-tleft .product-block__body{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left}.product-view .product-block.block-tleft .product-block__body .product-block__body--title .bar{margin-left:0;margin-right:auto}.product-view .product-block.block-tright{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.product-view .product-block.block-tright .product-block__body{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right}.product-view .product-block.block-tright .product-block__body .product-block__body--title .bar{margin-left:auto;margin-right:0}.product-view .product-block.block-tright .product-block__body--button{margin-right:15px}.product-view .product-block.block-tcenter{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.product-view .product-block.block-tcenter .product-block__body{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.product-view .product-block.block-tcenter .product-block__body--title{text-align:center}.product-view .product-block.block-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-view .product-block.block-center .product-block__body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-view .product-block.block-center .product-block__body--title{text-align:center}.product-view .product-block.block-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-view .product-block.block-left .product-block__body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left}.product-view .product-block.block-left .product-block__body .product-block__body--title .bar{margin-left:0;margin-right:auto}.product-view .product-block.block-left .product-block__body--button{margin-left:15px}.product-view .product-block.block-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-view .product-block.block-right .product-block__body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right}.product-view .product-block.block-right .product-block__body .product-block__body--title .bar{margin-left:auto;margin-right:0}.product-view .product-block.block-right .product-block__body--button{margin-right:15px}.product-view .product-block.block-bleft{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.product-view .product-block.block-bleft .product-block__body{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left}.product-view .product-block.block-bleft .product-block__body .product-block__body--title .bar{margin-left:0;margin-right:auto}.product-view .product-block.block-bleft .product-block__body--button{margin-left:15px}.product-view .product-block.block-bright{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.product-view .product-block.block-bright .product-block__body{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right}.product-view .product-block.block-bright .product-block__body .product-block__body--title .bar{margin-left:auto;margin-right:0}.product-view .product-block.block-bright .product-block__body--button{margin-right:15px}.product-view .product-block.block-bcenter{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.product-view .product-block.block-bcenter .product-block__body{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.product-view .product-block.block-content img{max-width:100%;height:auto}.product-view .product-block.block-fixed.block-bg-image::before{background-attachment:initial}.product-view .product-block.block-fullscreen{width:100%;height:100vh}.product-view .product-block.block-fullscreen.first-block{height:calc(100vh - 60px)}.product-view .product-block.block-grid .block-grids{width:90%;max-width:1400px;margin-left:auto;margin-right:auto;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:4rem}.product-view .product-block.block-grid .block-grids__item{background-color:var(--color-primary);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2)}.product-view .product-block.block-grid .block-grids__item--icon{width:100%;padding:3rem 2rem 0 2rem;text-align:center}.product-view .product-block.block-grid .block-grids__item--icon svg{width:auto;height:auto;max-height:80px}.product-view .product-block.block-grid .block-grids__item--icon img{width:auto;height:auto;max-height:80px}.product-view .product-block.block-grid .block-grids__item--image{position:relative;padding-top:75%;width:100%;max-height:80vh}.product-view .product-block.block-grid .block-grids__item--data{padding:1rem 3rem 3rem 2rem}.product-view .product-block.block-grid .block-grids__item--data h3{font-size:1.8rem;font-weight:700;text-transform:uppercase;color:var(--color-white);text-align:center}.product-view .product-block.block-grid .block-grids__item--data h4{font-size:1.3rem;line-height:2;text-align:center}.product-view .product-block.block-gridnew .block-grids-new{width:90%;max-width:1400px;margin-left:auto;margin-right:auto;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:0}.product-view .product-block.block-gridnew .block-grids-new__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--color-primary);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2)}.product-view .product-block.block-gridnew .block-grids-new__item--image{position:relative;aspect-ratio:16/9;flex-basis:50%;max-height:600px;overflow:hidden;background-image:var(--image);background-size:cover;background-repeat:no-repeat;background-position:center}.product-view .product-block.block-gridnew .block-grids-new__item--data{padding:3rem;flex-basis:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-view .product-block.block-gridnew .block-grids-new__item--data h3{font-size:2.2rem;font-weight:700;text-transform:uppercase;color:var(--color-white);text-align:center}.product-view .product-block.block-gridnew .block-grids-new__item--data h4{font-size:1.6rem;line-height:2;text-align:center}@media(min-width: 767px){.product-view .product-block.block-gridnew .block-grids-new{width:100%}.product-view .product-block.block-gridnew .block-grids-new__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.product-view .product-block.block-gridnew .block-grids-new__item:nth-child(2) .block-grids-new__item--image{order:2}.product-view .product-block.block-gridnew .block-grids-new__item:nth-child(2) .block-grids-new__item--data{order:1}}.product-view .product-block.block-gallery{padding:0;width:100%;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.product-view .product-block.block-gallery .block-gallery__item{position:relative;padding-top:55.6%;overflow:hidden;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.product-view .product-block.block-gallery .block-gallery__item .image-wrapper{position:absolute;width:100%;height:100%;top:0;left:0;background-position:center;background-size:cover;background-repeat:no-repeat;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.product-view .product-block.block-gallery .block-gallery__item a{position:absolute;width:100%;height:100%;top:0;left:0}.product-view .product-block.block-gallery .block-gallery__item:hover .image-wrapper{transform:scale(1.2) rotate(-5deg);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.product-view .product-block.block-gallery.gallery-highlighted .block-gallery__item:nth-child(1){grid-column:1/3}.product-view .product-block.block-gallery.gallery-grid3{-ms-grid-columns:1fr;grid-template-columns:1fr}.product-view .product-block.block-gallery.gallery-grid4{-ms-grid-columns:1fr;grid-template-columns:1fr}.product-view .product-block.block-slide{padding:0;height:500px}.product-view .product-block.block-slide .glide{height:100%}.product-view .product-block.block-slide .glide .glide__track{height:100%}.product-view .product-block.block-slide .glide .glide__track .glide__slides{height:100%}.product-view .product-block.block-slide .glide .glide__track .glide__slides .glide__slide{height:100%;background-image:var(--bg);background-size:cover;background-position:center;background-repeat:no-repeat}.product-view__tabs{padding:8rem 0 0 0}.product-view__tabs--nav{position:sticky;top:75px;background-color:var(--color-primary);width:90%;max-width:1400px;margin-left:auto;margin-right:auto;border:1px solid var(--color-primary-extralight);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-view__tabs--nav::after{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:1rem;content:"";font-family:"icon";speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;display:inline;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.8rem;color:var(--color-secondary)}.product-view__tabs--nav.open::after{content:""}.product-view__tabs--nav .nav-item{pointer-events:none;display:none;position:relative;padding:1rem 1.5rem;color:var(--color-primary-extralight);font-weight:700;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;cursor:pointer;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.product-view__tabs--nav .nav-item i{color:var(--color-primary-extralight)}.product-view__tabs--nav .nav-item.active{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--color-white)}.product-view__tabs--nav .nav-item.active i{color:var(--color-secondary)}.product-view__tabs--nav .nav-item:hover{color:var(--color-white)}.product-view__tabs--nav.open .nav-item{display:-webkit-box;display:-ms-flexbox;display:flex;pointer-events:all}.product-view__tabs--content{width:90%;max-width:1400px;margin-left:auto;margin-right:auto}.product-view__tabs--content .tab-content{display:none;padding:3rem 0}.product-view__tabs--content .tab-content.active{display:block}.product-view__tabs--content .tab-content#tab-overviews{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:4rem}.product-view__tabs--content .tab-content#tab-overviews.active{display:-ms-grid;display:grid}.product-view__tabs--content .tab-content#tab-overviews .overview-title{font-size:2rem;font-weight:700}.product-view__tabs--content .tab-content#tab-overviews .overview-content{line-height:2}.product-view__tabs--content .tab-content#tab-overviews .overview-media{margin-top:1rem}.product-view__tabs--content .tab-content#tab-overviews .overview-media img{width:auto;height:auto;max-width:100%}.product-view__tabs--content .tab-content#tab-overviews .overview-media .player-youtube iframe{position:absolute;width:100%;height:100%}.product-view__tabs--content .tab-content#tab-resources .resource-item{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:3rem}.product-view__tabs--content .tab-content#tab-resources .resource-item__media{position:relative;padding-top:55.6%;overflow:hidden}.product-view__tabs--content .tab-content#tab-resources .resource-item__media .image-wrapper,.product-view__tabs--content .tab-content#tab-resources .resource-item__media .embed-video{position:absolute;width:100%;height:100%;top:0;left:0}.product-view__tabs--content .tab-content#tab-resources .resource-item__media .image-wrapper{background-image:var(--image);background-size:cover;background-repeat:no-repeat;background-position:center}.product-view__tabs--content .tab-content#tab-resources .resource-item__content--title{font-size:2rem;font-weight:700}.product-view__tabs--content .tab-content#tab-resources .resource-item__content--content{line-height:2}.product-view__tabs--content .tab-content#tab-resources .resource-item.resource-item-inv:not(.without-media) .resource-item__media{order:2}.product-view__tabs--content .tab-content#tab-resources .resource-item.resource-item-inv:not(.without-media) .resource-item__content{order:1}.product-view__tabs--content .tab-content#tab-resources .resource-item+.resource-item{padding-top:3rem;margin-top:3rem;border-top:1px solid var(--color-primary-extralight)}.product-view__tabs--content .tab-content#tab-sheets .sheet-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;padding-top:2rem;padding-bottom:2rem;border-top:2px solid var(--color-primary-extralight);border-bottom:2px solid var(--color-primary-extralight);cursor:pointer}.product-view__tabs--content .tab-content#tab-sheets .sheet-group *{pointer-events:none}.product-view__tabs--content .tab-content#tab-sheets .sheet-group span{flex:1;font-size:1.8rem;font-weight:700;color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-sheets .sheet-group i{font-size:2rem;color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-sheets .sheet-items{max-height:none;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.product-view__tabs--content .tab-content#tab-sheets .sheet-items.retreat{max-height:0;overflow:hidden}.product-view__tabs--content .tab-content#tab-sheets .sheet-items__row{display:-ms-grid;display:grid;-ms-grid-columns:120px 1fr;grid-template-columns:120px 1fr}.product-view__tabs--content .tab-content#tab-sheets .sheet-items__row--label{position:relative;font-size:1.2rem;font-weight:700;padding:1.5rem 1.5rem}.product-view__tabs--content .tab-content#tab-sheets .sheet-items__row--label::after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background-color:var(--color-primary-extralight)}.product-view__tabs--content .tab-content#tab-sheets .sheet-items__row--content{font-size:1.2rem;padding:1.5rem 1.5rem}.product-view__tabs--content .tab-content#tab-sheets .sheet-items__row--content .divider{height:1.75rem;margin:1.75rem 0 0 0;border-top:1px dashed var(--color-primary-extralight)}.product-view__tabs--content .tab-content#tab-sheets .sheet-items__row--content .divider::before{display:none}.product-view__tabs--content .tab-content#tab-sheets .sheet-items__row+.sheet-items__row{border-top:1px solid var(--color-primary-extralight)}.product-view__tabs--content .tab-content#tab-sheets .sheet-items#sheet-1{padding:2rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.product-view__tabs--content .tab-content#tab-sheets .sheet-items#sheet-1 .sheet-items__row{padding:0 0;border-top:0}.product-view__tabs--content .tab-content#tab-sheets .sheet-items#sheet-1 .sheet-items__row.striped{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:2rem}.product-view__tabs--content .tab-content#tab-sheets .sheet-items#sheet-1 .sheet-items__row.striped *::after{display:none}.product-view__tabs--content .tab-content#tab-sheets .sheet-items#sheet-1 .sheet-items__row.striped div{display:-ms-grid;display:grid;-ms-grid-columns:100px 1fr;grid-template-columns:100px 1fr}.product-view__tabs--content .tab-content#tab-sheets .sheet-items#sheet-1 .sheet-items__row.striped:nth-child(even)>div{background-color:rgba(0,0,0,0)}.product-view__tabs--content .tab-content#tab-sheets .sheet-items#sheet-1 .sheet-items__row.striped:nth-child(odd)>div{background-color:rgba(255,255,255,.1)}.product-view__tabs--content .tab-content#tab-geometry{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem}.product-view__tabs--content .tab-content#tab-geometry.active{display:-webkit-box;display:-ms-flexbox;display:flex}.product-view__tabs--content .tab-content#tab-geometry .geometry-item img{max-width:100%;height:auto}.product-view__tabs--content .tab-content#tab-geometry .geometry-item+.geometry-item{padding-top:4rem;border-top:1px solid var(--color-primary-extralight)}.product-view__tabs--content .tab-content#tab-sizes .size-row{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid var(--color-primary-extralight)}.product-view__tabs--content .tab-content#tab-sizes .size-row>div{padding:1.5rem;font-size:1.2rem;text-align:center}.product-view__tabs--content .tab-content#tab-sizes .size-row__label>div{font-weight:700;border-bottom:2px solid var(--color-primary-extralight)}.product-view__tabs--content .tab-content#tab-sizes .size-row.header>div{font-weight:700;color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-sizes .size-row.header+.size-row{border-top:2px solid var(--color-secondary)}.product-view__tabs--content .tab-content#tab-attachments{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.product-view__tabs--content .tab-content#tab-attachments.active{display:-webkit-box;display:-ms-flexbox;display:flex}.product-view__tabs--content .tab-content#tab-attachments .attachment-item{padding:1.5rem 2.5rem;background-color:var(--color-primary-dark);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between}.product-view__tabs--content .tab-content#tab-attachments .attachment-item__item{flex:1}.product-view__tabs--content .tab-content#tab-attachments .attachment-item__button a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.75rem 1rem;background-color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-attachments .attachment-item__button a i{font-size:2rem;color:var(--color-white)}.product-view__tabs--content .tab-content#tab-reviews .list-reviews{display:none;padding-bottom:2rem;text-align:center}.product-view__tabs--content .tab-content#tab-reviews .list-reviews.active{display:block}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews-stats{width:100%;margin-bottom:2rem;display:flex;justify-content:space-between;padding-bottom:3rem;border-bottom:1px solid var(--color-primary-extralight)}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews-stats i{font-size:2rem;color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews-stats>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews-stats span{font-size:2.2rem;line-height:1;color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews__item{width:100%;margin-bottom:2rem;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;padding-bottom:3rem;border-bottom:1px solid var(--color-primary-extralight);gap:2rem}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .review-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .review-title div{font-size:2rem}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .review-title div:first-child{color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .review-title div:last-child{font-weight:bold}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .review-comments{text-align:center;line-height:2}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews_item--column h5{color:var(--color-gray-dark);margin-bottom:1rem}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews_item--column p{color:var(--color-gray-dark)}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .open-review{display:inline-block;position:relative;background-color:var(--color-secondary);margin:0 auto}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .open-review>*{pointer-events:none}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .open-review::before,.product-view__tabs--content .tab-content#tab-reviews .list-reviews .open-review::after{background-color:var(--color-secondary);z-index:1}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .open-review span{position:relative;z-index:6}.product-view__tabs--content .tab-content#tab-reviews .form-review{display:none;padding:3rem;background-color:var(--color-primary-dark)}.product-view__tabs--content .tab-content#tab-reviews .form-review.active{display:block}.product-view__tabs--content .tab-content#tab-reviews .form-review__product{font-size:2.2rem;font-weight:700;font-style:italic;color:var(--color-secondary);margin-bottom:2rem}.product-view__tabs--content .tab-content#tab-reviews .form-review label{color:var(--color-white)}.product-view__tabs--content .tab-content#tab-reviews .form-review label.label-rating{text-align:center}.product-view__tabs--content .tab-content#tab-reviews .form-review input,.product-view__tabs--content .tab-content#tab-reviews .form-review textarea{background-color:var(--color-primary);border:1px solid var(--color-primary);-webkit-border-radius:0;-webkit-background-clip:padding-box;-moz-border-radius:0;-moz-background-clip:padding;border-radius:0;background-clip:padding-box;color:var(--color-white)}.product-view__tabs--content .tab-content#tab-reviews .form-review .select-wrapper{background-color:var(--color-primary);border:1px solid var(--color-primary);color:var(--color-white)}.product-view__tabs--content .tab-content#tab-reviews .form-review .select-wrapper select{color:var(--color-white);margin-right:2rem;background-color:var(--color-primary)}.product-view__tabs--content .tab-content#tab-reviews .form-review .select-wrapper::after{color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-reviews .form-review .featurette-divider{border-top:1px solid var(--color-primary-light)}.product-view__tabs--content .tab-content#tab-reviews .form-review .rating{display:flex;flex-direction:row;justify-content:center;direction:ltr}.product-view__tabs--content .tab-content#tab-reviews .form-review .star{font-size:4rem;cursor:pointer;color:#fff;transition:color .2s ease-in-out}.product-view__tabs--content .tab-content#tab-reviews .form-review .star.hover,.product-view__tabs--content .tab-content#tab-reviews .form-review .star.selected{color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-reviews .form-review .star:not(:last-child){margin-left:5px}.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;padding-top:3rem;margin-top:3rem;border-top:1px solid var(--color-primary-light)}.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button{display:inline-block;position:relative;margin:0 auto}.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button>*{pointer-events:none}.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button::before,.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button::after{z-index:1}.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button span{position:relative;z-index:6}.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button#send-review{background-color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button#send-review::before,.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button#send-review::after{background-color:var(--color-secondary)}.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button#cancel-review{background-color:var(--color-primary-light)}.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button#cancel-review::before,.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons button#cancel-review::after{background-color:var(--color-primary-light)}.product-view__tabs--content .tab-content#tab-reviews .empty{margin-bottom:2rem}.search-category{font-size:3.5rem;font-weight:700;font-style:italic;color:var(--color-secondary);text-transform:uppercase}@media(min-width: 480px){.product-view .slider.active{height:50vh;max-height:50vh}}@media(min-width: 576px){.product-view .slider{margin-top:-40%}.product-view .slider.active{height:60vh;max-height:60vh}.product-view .product-block.block-gallery.gallery-grid3{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.product-view .product-block.block-gallery.gallery-grid4{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.product-view__tabs--content .tab-content#tab-reviews .form-review .review-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4rem}}@media(min-width: 767px){.categories-grid{-ms-grid-columns:repeat(auto-fill, minmax(50%, 1fr));grid-template-columns:repeat(auto-fill, minmax(50%, 1fr))}.categories-grid.grid-odd .categories-grid__item:last-child{grid-column:1/3}.categories-grid__item{aspect-ratio:unset;min-height:50vh}.products-list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.product-view__header.without-images{height:50vh;max-height:700px}.product-view__header:not(.without-images){height:50vh;max-height:700px}.product-view__header:not(.without-images)::before{background-image:var(--image, var(--image-mobile))}.product-view .slider{margin-top:-20%}.product-view__tabs--nav{position:sticky;top:60px;z-index:100;background-color:var(--color-primary);border:none;border-bottom:1px solid var(--color-primary-extralight);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem}.product-view__tabs--nav::after{display:none}.product-view__tabs--nav .nav-item{pointer-events:all;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding:1rem .5rem;color:var(--color-primary-extralight);font-weight:700}.product-view__tabs--nav .nav-item i{display:none}.product-view__tabs--nav .nav-item::after{content:"";position:absolute;width:100%;height:5px;bottom:0;left:0;margin-bottom:-2.5px;background-color:var(--color-secondary);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.product-view__tabs--nav .nav-item.active{color:var(--color-white)}.product-view__tabs--nav .nav-item.active::after{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$value_mult)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews-stats{width:100%;margin-bottom:2rem;display:flex;justify-content:space-between;padding-bottom:3rem;border-bottom:1px solid var(--color-primary-extralight)}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews__item{-ms-grid-columns:2fr 1fr;grid-template-columns:2fr 1fr}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews__item .review-title{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}.product-view__tabs--content .tab-content#tab-reviews .list-reviews .list-reviews__item .review-comments{text-align:left}}@media(min-width: 976px){.product-view__header.without-images{height:50vh;max-height:700px}.product-view__header:not(.without-images){height:50vh;max-height:700px}.product-view__header:not(.without-images)::before{background-image:var(--image, var(--image-mobile))}.product-view .slider{margin-top:-15%}.product-view .product-block.block-grid .block-grids.grids-1{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:0}.product-view .product-block.block-grid .block-grids.grids-2{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.product-view .product-block.block-grid .block-grids.grids-3{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.product-view .product-block.block-grid .block-grids.grids-4{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}.product-view .product-block.block-gallery.gallery-grid3{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.product-view .product-block.block-gallery.gallery-grid4{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}.product-view__tabs--content .tab-content#tab-overviews{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.product-view__tabs--content .tab-content#tab-overviews .overview-item.with-media{grid-column:1/3}.product-view__tabs--content .tab-content#tab-resources .resource-item{-ms-grid-columns:1.5fr 1fr;grid-template-columns:1.5fr 1fr}.product-view__tabs--content .tab-content#tab-resources .resource-item__content{place-self:center}.product-view__tabs--content .tab-content#tab-resources .resource-item.resource-item-inv:not(.without-media){-ms-grid-columns:1fr 1.5fr;grid-template-columns:1fr 1.5fr}.product-view__tabs--content .tab-content#tab-resources .resource-item.without-media{-ms-grid-columns:1fr;grid-template-columns:1fr}}@media(min-width: 1100px){.products-list{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}}@media(min-width: 1200px){.product-view .slider{margin-top:-12%}}@media(max-width: 1600px){.product-view .product-block.block-gallery:not(.gallery-highlighted) .block-gallery__item .image-wrapper{background-image:var(--small)}.product-view .product-block.block-gallery.gallery-highlighted .block-gallery__item:not(:nth-child(1)) .image-wrapper{background-image:var(--small)}.product-view .product-block.block-gallery.gallery-highlighted .block-gallery__item:nth-child(1){grid-column:1/3}.product-view .product-block.block-gallery.gallery-highlighted .block-gallery__item:nth-child(1) .image-wrapper{background-image:var(--large)}}@media(min-width: 1600px){.product-view .slider{margin-top:-20rem}.product-view .slider.active{height:80vh;max-height:80vh}.product-view .product-block.block-gallery .block-gallery__item .image-wrapper{background-image:var(--large)}}@media(min-width: 1920px){.categories-grid:not(.grid-2):not(.grid-4):not(.grid-7):not(.grid-10):not(.grid-13):not(.grid-16){-ms-grid-columns:repeat(auto-fill, minmax(33.333333%, 1fr));grid-template-columns:repeat(auto-fill, minmax(33.333333%, 1fr))}.categories-grid.grid-5 .categories-grid__item:last-child,.categories-grid.grid-8 .categories-grid__item:last-child,.categories-grid.grid-11 .categories-grid__item:last-child,.categories-grid.grid-14 .categories-grid__item:last-child,.categories-grid.grid-17 .categories-grid__item:last-child{grid-column:unset}.categories-grid.grid-5 .categories-grid__item:nth-last-child(-n+1),.categories-grid.grid-8 .categories-grid__item:nth-last-child(-n+1),.categories-grid.grid-11 .categories-grid__item:nth-last-child(-n+1),.categories-grid.grid-14 .categories-grid__item:nth-last-child(-n+1),.categories-grid.grid-17 .categories-grid__item:nth-last-child(-n+1){grid-column:1/2}.categories-grid.grid-5 .categories-grid__item:last-child,.categories-grid.grid-8 .categories-grid__item:last-child,.categories-grid.grid-11 .categories-grid__item:last-child,.categories-grid.grid-14 .categories-grid__item:last-child,.categories-grid.grid-17 .categories-grid__item:last-child{grid-column:2/4}}
