.product-sheet .product-sheet-bot,.product-sheet .product-sheet-top{display:grid}.product-sheet .product-sheet-bot .product-image .large-image,.product-sheet .product-sheet-bot .product-image .small-images img,.product-sheet .product-sheet-top .product-image .large-image,.product-sheet .product-sheet-top .product-image .small-images img{border:1px solid #c7d1d6;border-radius:4px}.product-sheet .product-sheet-bot .product-image .large-image,.product-sheet .product-sheet-top .product-image .large-image{display:flex;justify-content:center;margin-bottom:15px}.product-sheet .product-sheet-bot .product-image .coverImage,.product-sheet .product-sheet-bot .product-image .small-images .thumbnail,.product-sheet .product-sheet-top .product-image .coverImage,.product-sheet .product-sheet-top .product-image .small-images .thumbnail{border-radius:4px;cursor:pointer}.product-sheet .product-sheet-bot .product-image video,.product-sheet .product-sheet-top .product-image video{max-height:550px}.product-sheet .product-sheet-bot .product-image .small-images,.product-sheet .product-sheet-top .product-image .small-images{display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(80px,90px))}.product-sheet .product-sheet-bot .product-image.has-scrollbar,.product-sheet .product-sheet-top .product-image.has-scrollbar{scrollbar-gutter:unset}.product-sheet .product-sheet-bot .product-image .thumbnail,.product-sheet .product-sheet-top .product-image .thumbnail{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative}.product-sheet .product-sheet-bot .product-image .thumbnail i,.product-sheet .product-sheet-top .product-image .thumbnail i{color:var(--primary-color);line-height:0;pointer-events:none;position:absolute}.product-sheet .product-sheet-bot .product-image .thumbnail i,.product-sheet .product-sheet-bot .product-image .thumbnail img,.product-sheet .product-sheet-bot .product-image .thumbnail video,.product-sheet .product-sheet-top .product-image .thumbnail i,.product-sheet .product-sheet-top .product-image .thumbnail img,.product-sheet .product-sheet-top .product-image .thumbnail video{transition:opacity .5s ease}.product-sheet .product-sheet-bot .product-image .thumbnail img,.product-sheet .product-sheet-bot .product-image .thumbnail video,.product-sheet .product-sheet-top .product-image .thumbnail img,.product-sheet .product-sheet-top .product-image .thumbnail video{height:80px;-o-object-fit:cover;object-fit:cover;opacity:.5;width:auto}.product-sheet .product-sheet-bot .product-image .thumbnail img.focus,.product-sheet .product-sheet-bot .product-image .thumbnail img:hover,.product-sheet .product-sheet-bot .product-image .thumbnail video.focus,.product-sheet .product-sheet-bot .product-image .thumbnail video:hover,.product-sheet .product-sheet-top .product-image .thumbnail img.focus,.product-sheet .product-sheet-top .product-image .thumbnail img:hover,.product-sheet .product-sheet-top .product-image .thumbnail video.focus,.product-sheet .product-sheet-top .product-image .thumbnail video:hover{opacity:1}.product-sheet .product-sheet-bot .product-image .thumbnail img.focus+i,.product-sheet .product-sheet-bot .product-image .thumbnail img:hover+i,.product-sheet .product-sheet-bot .product-image .thumbnail video.focus+i,.product-sheet .product-sheet-bot .product-image .thumbnail video:hover+i,.product-sheet .product-sheet-top .product-image .thumbnail img.focus+i,.product-sheet .product-sheet-top .product-image .thumbnail img:hover+i,.product-sheet .product-sheet-top .product-image .thumbnail video.focus+i,.product-sheet .product-sheet-top .product-image .thumbnail video:hover+i{color:#fff}.product-sheet .product-sheet-top .wishlist-actions{padding:0 15px;position:absolute;right:0;top:0}.product-sheet .product-sheet-top .wishlist-actions i{color:var(--primary-color);font-size:35px}.product-sheet .product-sheet-top .add-to-cart-button-component{display:grid;gap:15px;grid-template-columns:1fr 1.5fr;max-width:300px}@media screen and (min-width:1696px){.product-sheet .product-sheet-top .add-to-cart-button-component{max-width:500px}}@media screen and (max-width:768px){.product-sheet .product-sheet-top .add-to-cart-button-component{max-width:250px}}.product-sheet .product .value-title{font-weight:600}.product-sheet .product .values-col{-moz-column-gap:30px;column-gap:30px;display:flex;justify-content:space-between}@media screen and (max-width:768px){.product-sheet .product .values-col{-moz-column-gap:15px;column-gap:15px}}.product-sheet .product .values-col{row-gap:30px}@media screen and (max-width:768px){.product-sheet .product .values-col{row-gap:15px}}.product-sheet .product .brand-image{border:1px solid #c7d1d6;float:right;margin-left:7.5px;max-width:100px}.product-sheet .product .brand-image img{display:flex;transform:scale(.9);transition:all .3s ease}.product-sheet .product .brand-image:hover img{transform:scale(1)}.product-sheet .product .description-col+.price-col,.product-sheet .product .values-col+.description-col{border-top:1px dashed #c7d1d6;margin-top:15px;padding-top:15px}.product-sheet .product .price-col{align-items:center;display:flex;justify-content:space-between;padding-top:15px}.product-sheet .product .price-col .product-last-price{font-size:24px}.product-sheet .package-section{border-top:1px dashed #c7d1d6;padding:15px 0}.product-sheet .package-section .title-section{font-weight:600}.product-sheet .package-section .packed-product-list{padding:15px}.product-sheet .package-section .packed-product-list .packed-product{padding-bottom:15px}.product-sheet .package-section .packed-product-list .packed-product:last-child{padding-bottom:0}.product-sheet .package-section .packed-product-list .packed-product .product-column{align-items:center;display:grid;grid-template-columns:2fr 1fr}.product-sheet .package-section .packed-product-list .packed-product .product-name{background-color:transparent;border-bottom:0;padding-left:0}@media screen and (min-width:1024px){.product-sheet .product-sheet-bot,.product-sheet .product-sheet-top{grid-auto-columns:1fr 1fr;grid-auto-flow:column}.product-sheet .product-name{background-color:#eff5fb;border-bottom:1px solid #c7d1d6;padding-left:10px}}@media screen and (max-width:1023px){.product-sheet .product-sheet-top{grid-template-columns:1fr 1fr}.product-sheet .product-features{grid-row:1}}@media screen and (max-width:768px){.product-sheet .product-sheet-top{grid-template-columns:1fr}.product-sheet .product-features{grid-row:1}}.product-section:not(.product){margin-top:30px!important}.product-section>.title-section{background-color:#eff5fb;border-radius:4px;font-weight:600;margin-bottom:15px;padding:15px}.product-section .content-section{border:1px solid #c7d1d6;border-radius:4px;padding:15px}.product-section .product-list.grid{margin-top:15px}@media screen and (min-width:1216px){.product-section .product-list.grid{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1696px){.product-section .product-list.grid{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1023px){.product-section .product-list.grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.product-section .product-list.grid{grid-template-columns:repeat(2,1fr)}}.product-section .feature-selector-container{margin-bottom:1rem}.product-section .feature-selector-container label{display:block;font-weight:600;margin-bottom:15px}.product-section .feature-selector-container select{width:240px}.product-section .features-list{display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}.product-section .features-list .feature{border:1px solid #c7d1d6;border-radius:4px;padding:.5rem 15px}@media screen and (max-width:1023px){.product-section .product-list.list{margin-top:.5rem}}@media screen and (max-width:768px){.product-section .features-list{grid-template-columns:repeat(2,1fr)}}.original-image-modal{text-align:center}.product-image{position:relative}#modal-images .box{margin-bottom:0}#modal-images .small-images .secondary{background-color:rgba(9,9,7,.57);border:none;color:#fff;cursor:pointer;display:flex;font-size:40px;height:40px;justify-content:center;line-height:43px;padding:0;position:absolute;top:50%;transition:all .3s ease;width:40px}#modal-images .small-images .secondary:hover{background-color:var(--primary-color)}#modal-images .small-images .secondary:before{border:5px solid #fff;border-radius:2px;content:" ";display:block;float:right;height:.425em;margin-top:.28em;pointer-events:none;transform:rotate(-45deg);transform-origin:center;transition:all .3s ease;width:.425em}#modal-images .small-images .secondary.prev{left:0;margin-left:15px}#modal-images .small-images .secondary.prev:before{border-bottom:0;border-right:0;margin-left:4px}#modal-images .small-images .secondary.next{margin-right:15px;right:0}#modal-images .small-images .secondary.next:before{border-left:0;border-top:0;margin-right:4px}#modal-images .small-images .secondary:not(.prev,.next,.active.prev,.active.next){display:none}.product-section>.title-section{background-color:#f3f3f3;font-size:16px}.product-sheet .product>.product-name{background-color:unset;border-bottom:unset;color:#86ac28;font-size:20px;padding:unset}.product-sheet .product .values-col{padding:unset}.product-sheet .product .description-col{border-top:unset!important;padding-top:0}.product-sheet .product .description-col p{line-height:2}.product-sheet .product .product-availability+.price-col{border-top:1px solid #c7d1d6;margin-top:25px;padding-top:25px}.product-sheet-top .product .product-name+.product-availability{padding-top:25px}.product-sheet-top .product .product-availability+.select-reference-block{border-top:1px solid #c7d1d6;padding-top:25px}.product-sheet-top .product .ask-for-information{border-top:1px dashed #c7d1d6;margin-top:25px;padding-top:25px}.product-sheet .product-sheet-bot .product-image .large-image,.product-sheet .product-sheet-bot .product-image .small-images img,.product-sheet .product-sheet-top .product-image .large-image,.product-sheet .product-sheet-top .product-image .small-images img{border:unset}.product-tabs .tabs{justify-content:flex-start;position:relative;scrollbar-gutter:auto}.product-tabs .tabs::-webkit-scrollbar{height:6px}.product-tabs .tabs::-webkit-scrollbar-thumb{background:#c7d1d6}.product-tabs .tabs::-webkit-scrollbar-thumb:active,.product-tabs .tabs::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.product-tabs .tab{align-items:center;background:#f3f3f3;cursor:pointer;display:flex;gap:5px;padding:10px 30px;transition:all .3s ease}.product-tabs .tab i{font-size:18px}.product-tabs .tab-content{border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:none;min-height:150px;padding:40px 30px}.product-tabs .tab-content.active{display:block}.product-tabs .tab-content ul:not(.grid-row,.document-list,.faq-list){list-style-position:inside;list-style-type:disc}@media screen and (min-width:1024px){.product-tabs .tab-content ul.faq-list{max-width:50%}}.product-tabs .tab-content ul.faq-list .faq{border-bottom:1px solid #c7d1d6;padding-bottom:1rem}.product-tabs .tab-content ul.faq-list .faq:not(:first-child){padding-top:1rem}.product-tabs .tab-content ul.faq-list dt *{font-weight:700}.product-tabs .tab-content ul.faq-list dd.active>*+*{margin-top:.5rem}.product-tabs .tab-content ul.faq-list .open-dropdown.with-arrow:after{border-color:#788692}.product-tabs .tab-content ul.faq-list .open-dropdown.with-arrow.active:after,.product-tabs .tab-content ul.faq-list .open-dropdown.with-arrow:hover:after{border-color:var(--primary-color)}.product-tabs .tab-content>*+*{margin-top:15px}.product-tabs .document-list{display:block}.product-tabs .document-list a{align-items:center;display:flex;font-weight:700;gap:5px;transition:all .3s ease}.product-tabs .document-list a:hover{background-color:#f3f3f3}.product-tabs .document-list a i{font-size:50px;line-height:1}@media screen and (min-width:1024px){.product-tabs .modal.is-active{display:none}.product-tabs .tabs .tab{border-right:1px solid #c7d1d6;border-top:1px solid #c7d1d6}.product-tabs .tabs .tab:first-child{border-left:1px solid #c7d1d6}.product-tabs .tabs .tab.active{background-color:#333;border-color:#333;color:#fff}.product-tabs .tabs .tab.active i{color:#fff}}@media screen and (max-width:1023px){.product-tabs .tab-content{display:none!important}.product-tabs .tabs{border:1px solid #c7d1d6;flex-flow:column}.product-tabs .tabs .tab+.tab{border-top:1px solid #c7d1d6}.product-tabs .tabs .tab{padding:10px 15px}}.product-sheet .product .product-availability{font-weight:500;margin-top:25px}.product-sheet .product .product-availability+.description-col{border-top:1px dashed #c7d1d6;margin-top:15px}.product-sheet .product .product-availability>div{align-items:flex-start;display:flex;gap:10px}.product-sheet .product .product-availability>div i{line-height:1}.product-sheet .product .product-availability .available>*{color:#14c97e}.product-sheet .product .product-availability .on-request>*{color:#c9870d}.product-sheet .product .product-availability .not-available>*{color:#f10000}.product-sheet .product .button.is-primary-black{margin-top:15px}
