﻿.transition-soft{transition:all .3s ease}.transition-up{position:relative;top:-8px;transition:all .5s ease;z-index:10;pointer-events:none}.transition-up-active{top:0;opacity:1;z-index:100;pointer-events:all}.fade-in-vertical{transition:all .5s cubic-bezier(0.16, 0.68, 0.43, 0.99);transition-delay:.3s;transform:translate(0, 40%)}.fade-in-vertical.visible{transform:translate(0, 0%);opacity:1}:root{--icon-btn-spinner: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M460.115 373.846l-6.941-4.008c-5.546-3.202-7.564-10.177-4.661-15.886 32.971-64.838 31.167-142.731-5.415-205.954-36.504-63.356-103.118-103.876-175.8-107.701C260.952 39.963 256 34.676 256 28.321v-8.012c0-6.904 5.808-12.337 12.703-11.982 83.552 4.306 160.157 50.861 202.106 123.67 42.069 72.703 44.083 162.322 6.034 236.838-3.14 6.149-10.75 8.462-16.728 5.011z"/></svg>')}.btn-transition{position:relative;overflow:hidden}.btn-transition .transition-container{position:absolute;top:50%;left:0;width:100%;opacity:0;transition:all .5s ease;pointer-events:none;cursor:not-allowed;transform:translateY(-50%)}.btn-transition .transition-container.active{opacity:1}.form-select-options{position:absolute;top:100%;left:0;z-index:200;width:100%;max-height:200px;margin-top:5px;list-style:none;overflow-y:auto;background-color:var(--main-background);border:var(--border-solid) var(--main-foreground-opacity-30);transition:all .2s ease;opacity:0}.form-select-options.open{opacity:1}.form-select-options::-webkit-scrollbar{width:7px}.form-select-options::-webkit-scrollbar-track{background:var(--main-foreground-opacity-50);border-radius:6px}.form-select-options::-webkit-scrollbar-thumb{background:var(--main-foreground-opacity-50);border-radius:6px}.form-select-option{padding:12px;font-size:var(--font-small);transition:all .4s ease;cursor:pointer}.form-select-option:hover,.form-select-option:active,.form-select-option.selected{background-color:var(--main-foreground-opacity-03)}.form-select-icon{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease}.form-select.open .form-select-icon{transform:translateY(-50%) rotateX(180deg);-webkit-transform:translateY(-50%) rotateX(180deg);-moz-transform:translateY(-50%) rotateX(180deg);-ms-transform:translateY(-50%) rotateX(180deg);-o-transform:translateY(-50%) rotateX(180deg)}.form-quantity-icon{cursor:pointer}.input-clear-content{position:absolute;right:8px;bottom:0;width:25px;height:40px;padding:4px;cursor:pointer}.input-clear-content:before{display:block;width:13px;height:13px;margin:8px 1px 0 4px}.form-spinner:before{display:inline-block;width:12px;height:12px;-webkit-mask-image:var(--icon-btn-spinner);-ms-mask-image:var(--icon-btn-spinner);-moz-mask-image:var(--icon-btn-spinner);-o-mask-image:var(--icon-btn-spinner);mask-image:var(--icon-btn-spinner)}input[disabled],select[disabled],textarea[disabled],button[disabled],input[disabled]:hover,select[disabled]:hover,textarea[disabled]:hover,button[disabled]:hover,input[readonly],select[readonly],textarea[readonly],button[readonly],input[readonly]:hover,select[readonly]:hover,textarea[readonly]:hover,button[readonly]:hover{background-color:#ddd;cursor:not-allowed}.list .radio-button-icons-container{display:none}.list .radio-button-label{padding:0}.alert{clear:both;margin-bottom:15px;padding:8px 10px;border:var(--border-solid);font-size:14px}.alert-danger,.alert-error{color:var(--danger);border-color:var(--danger)}.alert-warning{color:var(--warning);border-color:var(--warning)}.alert-info{color:var(--main-foreground);border-color:var(--main-foreground)}.alert-success{color:var(--success);border-color:var(--success)}.alert-primary{border-color:var(--accent-color);color:var(--accent-color)}.notification-arrow-up{border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid var(--main-background);border-left:10px solid rgba(0,0,0,0)}.notification-danger{color:var(--danger)}.notification-hidden{transition:all .2s cubic-bezier(0.16, 0.68, 0.43, 0.99);transform:translate(0, -10%);opacity:0;pointer-events:none}.notification-visible{transition:all .2s cubic-bezier(0.16, 0.68, 0.43, 0.99);opacity:1;transform:translate(0, 0)}.notification-cart{font-size:14px}.notification-cart-container{left:initial;width:320px}.notification-cart-container.notification-fixed{top:100%;left:15px;width:calc(100% - 30px)}.notification-img{width:80px;height:80px;overflow:hidden}.notification-img svg{border-radius:100%;background:var(--main-background)}.notification-close{position:absolute;top:9px;right:3px;z-index:1;font-size:var(--font-smallest);cursor:pointer}.bar-progress{position:relative;height:17px;border:var(--border-solid) var(--main-foreground)}.bar-progress .bar-progress-active{width:0%;height:15px;background:var(--accent-color)}.ship-free-rest-message{position:relative;height:50px}.ship-free-rest-message .ship-free-rest-text{position:absolute;top:-5px;width:100%;text-align:center;line-height:40px;opacity:0}.ship-free-rest-message.success .bar-progress-success{top:0;opacity:1}.ship-free-rest-message.amount .bar-progress-amount{top:0;opacity:1}.ship-free-rest-message.condition .bar-progress-condition{top:0;opacity:1}.bar-progress-check{position:absolute;top:-1px;right:0;width:20px;height:15px;font-size:16px;text-align:center;transform:scale(0.5);opacity:0;fill:var(--main-background)}.bar-progress-check.active{transform:scale(1);opacity:1}.modal{position:fixed;top:0;z-index:20000;display:block;width:100%;height:100%;color:var(--main-foreground);fill:var(--main-foreground);background-color:var(--main-background);-webkit-overflow-scrolling:touch;overflow-y:auto;transition:all .3s ease-in-out}.modal-transition-fast{transition:all .05s ease-in-out}.modal-zindex-top{z-index:20001}.modal-img-full{max-width:100%;max-height:190px}.modal-header{width:100%;padding:0;font-size:var(--font-big);text-align:center;text-transform:var(--main-text-transform);cursor:pointer;transition:all .4s ease;border-bottom:var(--border-solid) var(--main-foreground)}.modal-header:hover,.modal-header:focus{opacity:.8}.modal-header-no-title{text-align:right}.modal-floating-close{position:sticky;top:0;right:0;z-index:1;width:auto;margin:0 0 -50px 0;padding:15px;float:right}.modal-body{padding:15px;background-color:var(--main-background)}.modal-scrollable-area{background-color:var(--main-background)}.modal-shadow{box-shadow:0 0 8px 4px var(--main-foreground-opacity-10)}.modal-footer{padding:0 15px 15px 15px;clear:both}.modal .modal-footer{background-color:var(--main-background)}.modal-with-fixed-footer{display:flex;flex-direction:column;height:100%}.modal-with-fixed-footer .modal-scrollable-area{height:100%;overflow:auto}.modal-flex-column{display:flex;flex-direction:column}.modal-full{width:100%}.modal-docked-md{width:100%}.modal-docked-small{width:90%}.modal-top{top:-100%}.modal.transition-fade{top:initial;bottom:-1%;opacity:0;transition:all .2s ease-in-out}.modal-bottom{top:100%;left:0}.modal-left{left:-100%}.modal-right{right:-100%}.modal-centered{height:100%;width:100%}.modal-centered-small{width:90%;height:auto;left:50%;transform:translate(-50%, 0%)}.modal-centered-small .modal-body{min-height:150px;max-height:400px}.modal.modal-show{opacity:1}.modal-top.modal-show,.modal-bottom.modal-show{top:50%;transform:translateY(-50%)}.modal-left.modal-show,.modal-left-xs.modal-show{left:0}.modal-right.modal-show{right:0}.modal-centered.modal-show{left:50%;transform:translate(-50%, -50%)}.modal-centered-md.modal-show{left:initial;transform:none}.modal-centered-md.modal-show.modal-bottom{top:50%;transform:translateY(-50%)}.modal.transition-fade.modal-show{bottom:0;opacity:1}.modal-close,.modal-back{display:inline-block;margin-top:-1px;padding:15px;text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none}.modal-bottom-sheet{top:initial;bottom:-100%;width:100%;height:auto;transform:none}.modal-bottom-sheet.modal-show,.modal-centered-md.modal-show.modal-bottom-sheet{top:initial;bottom:0;left:0;height:auto;transform:translateY(0)}.modal .tab-group{margin:0 -20px 20px 0}.modal-overflow-none{overflow:hidden}.modal-scrollable{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.modal-bottom-sheet,.modal-bottom-sheet .modal-scrollable{max-height:100vh}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;cursor:pointer;background-color:var(--main-foreground-opacity-60)}.modal-overlay.modal-zindex-top{z-index:20000}.tab-group{padding:0;overflow-x:scroll;white-space:nowrap}.tab-group .tab{display:inline-flex;float:none;margin-right:10px}.tab-group .tab-link{float:left;padding:10px;font-size:var(--font-small);text-transform:var(--main-text-transform);text-align:center;border-bottom:var(--border-solid) var(--main-foreground-opacity-20);color:var(--main-foreground)}.tab-group .tab.active .tab-link{border-bottom:var(--border-solid) var(--button-background);color:var(--button-background)}.tab-panel:not(.active){display:none}.tab-panel.active{display:block}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box}.card-collapse{height:55px;padding:0;overflow:hidden;transition:all .3s ease;cursor:pointer}.card-collapse-toggle{position:absolute;top:7px;right:8px;padding:10px;transition:all .3s ease}.card-collapse.active{height:100%}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.card-header{padding:16px 15px;margin-bottom:0}.card-header-collapse{padding-right:50px;position:relative}.card-footer{padding:15px}.tooltip-trigger{fill:currentcolor;background:none;border:none}.tooltip-card{position:absolute;top:calc(100% + 8px);right:0;z-index:100;display:none;min-width:280px;max-width:calc(100vw - 20px);padding:10px;white-space:normal;box-shadow:0 4px 8px rgba(0,0,0,.08),0 0 1px rgba(0,0,0,.12);background:var(--main-background)}.tooltip-container:hover .tooltip-card,.tooltip-card.is-visible{display:block}.g-recaptcha>div{margin:20px auto}.grecaptcha-badge{bottom:100px !important}.head-main.compress .logo-img{max-height:30px}.head-main.compress .logo-img-big{max-height:40px}.head-main a{cursor:pointer}.nav-desktop-list>.nav-item-desktop>.nav-item-container>.nav-list-link:after{background:var(--header-foreground)}.modal-full-width{width:100%;max-width:100%}.modal-body-scrollable-auto .modal-body{max-height:calc(100vh - 100px);overflow-y:auto}.modal-nav-hamburger{flex:1}.modal-nav-hamburger .nav-list{margin:0;padding:0;list-style:none}.modal-nav-hamburger .nav-item{display:block;padding:0}.modal-nav-hamburger .nav-list-link{display:flex;margin:0 15px;padding:15px 0 5px 0;font-size:var(--font-huge);font-family:var(--heading-font);font-weight:var(--title-font-weight);text-transform:var(--main-text-transform);line-height:initial;border-bottom:var(--border-solid) var(--main-foreground)}.modal-nav-hamburger .nav-list .nav-item:last-child .nav-list-link{margin-bottom:40px}.modal-nav-hamburger .nav-list>.nav-item:first-child>.nav-list-link{padding-top:10px}.modal-nav-hamburger .list-subitems .nav-list-link{padding:20px 0 10px 0;font-size:var(--font-big);font-family:var(--body-font);font-weight:normal;text-transform:initial}.modal-nav-hamburger .nav-secondary{border-top:var(--border-solid) var(--main-foreground)}.modal-nav-hamburger .nav-list-arrow{position:absolute;top:50%;right:0;margin:2px 5px 5px 5px;font-size:var(--font-base);cursor:pointer;transform:translateY(-50%)}.modal-nav-hamburger .item-with-subitems{position:relative}.modal-nav-hamburger .item-with-subitems .nav-list-link{padding-right:70px}.nav-list-panel{color:var(--main-foreground);fill:var(--main-foreground);background-color:var(--main-background)}.modal-nav-hamburger .nav-list-panel{position:fixed;top:0;right:0;z-index:9;width:100%;height:100%;padding:0 0 100px 0;list-style:none;overflow-y:auto;transition:all .4s ease-in-out}.modal-nav-hamburger .nav-list-panel-left{left:-100%}.modal-nav-hamburger .nav-list-panel-right{right:-100%}.modal-nav-hamburger .nav-list-panel-left.nav-list-panel-show{left:0}.modal-nav-hamburger .nav-list-panel-right.nav-list-panel-show{right:0}.modal-nav-hamburger .nav-list-panel-bottom-hide{top:100%}.modal-nav-hamburger .nav-body{display:flex;flex-direction:column;height:100%;padding:0 0 100px 0}.modal-nav-hamburger .nav-primary{flex:1}.modal-nav-hamburger .navigation-banner{width:100%;max-height:145px;margin-bottom:-3px;object-fit:cover}.modal-nav-hamburger .search-input{padding:15px;background-color:var(--main-foreground-opacity-03);border-bottom:var(--border-solid) var(--main-foreground-opacity-30)}.modal-nav-hamburger .search-btn{right:15px}.nav-list-link{position:relative}.desktop-dropdown::-webkit-scrollbar{width:5px}.desktop-dropdown{padding:20px 0;background-color:var(--main-background);border-bottom:var(--border-solid) var(--main-foreground-opacity-10)}.desktop-dropdown-container{display:flex;justify-content:space-between}.desktop-dropdown .nav-item a{color:var(--main-foreground)}.desktop-dropdown::-webkit-scrollbar-track{background:var(--main-foreground-opacity-50)}.desktop-dropdown::-webkit-scrollbar-thumb{background:var(--main-foreground-opacity-40)}.desktop-dropdown::-webkit-scrollbar-thumb:hover{background:var(--main-foreground)}.desktop-list-subitems{width:100%;padding:0;text-align:left;column-count:6;column-gap:20px}.desktop-list-subitems .nav-item{display:block;margin:0;padding:0;-webkit-column-break-inside:avoid;break-inside:avoid}.desktop-list-subitems .nav-item .nav-list-link{margin-bottom:10px;font-size:var(--font-h6);text-transform:uppercase}.desktop-list-subitems .nav-item .list-subitems{padding:0;margin:0 0 30px 0}.desktop-list-subitems .nav-item .list-subitems .nav-item .nav-list-link{margin-bottom:5px;font-size:var(--font-base);text-transform:initial}.desktop-list-subitems .nav-item .list-subitems .nav-item .list-subitems{margin:0 0 0 8px}.desktop-list-subitems .nav-item .list-subitems .nav-item .list-subitems .nav-list-link{padding:0px 0 0 10px;line-height:15px;font-size:var(--font-small)}.desktop-list-subitems .nav-list-link{display:block;margin-bottom:10px;line-height:20px}.desktop-dropdown-small{z-index:9;margin-left:-5px;padding:15px;background:var(--header-background);color:var(--header-foreground)}.nav-dropdown-content:hover,.nav-dropdown:hover .nav-dropdown-content,.nav-desktop-list:hover .nav-main-item.selected .nav-dropdown-content{visibility:visible;opacity:1;transition-delay:0s}.nav-item-desktop:hover .navigation-banner{display:block}.search-form .search-empty-btn{margin:-19px 2px 0 0}.search-input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.search-suggestions{position:absolute;left:15px;z-index:99999;width:calc(100% - 30px);max-height:calc(100vh - 250px);margin-top:15px;overflow-y:auto;overflow-x:hidden;background-color:var(--main-background);border:var(--border-solid) var(--main-foreground)}.search-suggestions a{color:var(--main-foreground);fill:var(--main-foreground)}.search-suggestions .search-suggestions-list{margin:0;padding:0}.search-suggestions .search-suggestions-text{flex-basis:0;flex-grow:1;max-width:100%;padding:0 25px 0 5px;font-size:14px;font-weight:bold;text-transform:uppercase}.search-suggestions .search-suggestions-item{padding:0;text-align:left;list-style:none}.search-suggestions .search-suggestions-item .search-suggestions-link{display:flex;flex-wrap:wrap;align-items:center;margin:0}.search-suggestions .search-suggestions-item .search-suggestions-text,.search-suggestions .search-suggestions-item .search-suggestions-name{margin-bottom:2px}.search-suggestions .search-suggestions-item .search-suggestions-price{font-weight:normal}.search-suggestions .search-suggestions-image-container{position:relative;flex:0 0 auto;width:80px;height:80px;overflow:hidden}.search-suggestions .search-suggestions-image-container img{position:absolute;top:50%;left:50%;width:100%;height:100%;padding:5px;transform:translate(-50%, -50%);object-fit:cover}.search-suggestions .search-suggestions-all-link-container{margin:15px 0;text-align:center}.head-main .search-suggestions{width:calc(100% - 30px)}footer{color:var(--footer-foreground);background:var(--footer-background)}footer a,footer .contact-link,footer .footer-menu-item{color:var(--footer-foreground)}footer a:hover{color:var(--footer-foreground-opacity-80)}footer svg{fill:var(--footer-foreground)}footer .form-control{color:var(--footer-foreground);border-color:var(--footer-foreground-opacity-50)}footer .form-control:hover,footer .form-control:active{border-color:var(--footer-foreground)}footer .form-control::-webkit-input-placeholder{color:var(--footer-foreground-opacity-50)}footer .form-control:-moz-placeholder{color:var(--footer-foreground-opacity-50)}footer .form-control::-moz-placeholder{color:var(--footer-foreground-opacity-50)}footer .form-control:-ms-input-placeholder{color:var(--footer-foreground-opacity-50)}footer .footer-payments-shipping-logos img{border:var(--border-solid) var(--footer-foreground-opacity-20)}footer.section-footer-home{margin-top:-70px}.footer-colors .divider,.footer-colors .accordion{border-color:var(--footer-foreground)}.footer-colors .btn-link{color:var(--footer-foreground)}.footer-colors .alert-success,.footer-colors .alert-danger{color:var(--footer-foreground);border-color:var(--footer-foreground)}.footer-logo img{max-width:70px;max-height:50px}.newsletter form{position:relative}.newsletter form .newsletter-btn{position:absolute;top:-10px;right:20px;width:15px;height:40px;text-indent:-99999px}.newsletter form .newsletter-btn.btn{z-index:9}.newsletter form .newsletter-btn-spinner{padding:14px 0}.section-newsletter-home{padding:var(--section-distance-huge) 0}.section-newsletter-home .newsletter-content{position:relative;z-index:9}.section-newsletter-home .newsletter-description{font-size:var(--font-largest);line-height:initial}.section-newsletter-home-colors{background:var(--newsletter-background);color:var(--newsletter-foreground)}.section-newsletter-home-colors .form-control{color:var(--newsletter-foreground);border-color:var(--news-foreground)}.section-newsletter-home-colors .form-control:hover,.section-newsletter-home-colors .form-control:active{border-color:var(--news-foreground)}.section-newsletter-home-colors .btn-link{color:var(--newsletter-foreground)}.section-newsletter-home-colors .form-control::-webkit-input-placeholder{color:var(--news-foreground-opacity-50)}.section-newsletter-home-colors .form-control:-moz-placeholder{color:var(--news-foreground-opacity-50)}.section-newsletter-home-colors .form-control::-moz-placeholder{color:var(--news-foreground-opacity-50)}.section-newsletter-home-colors .form-control:-ms-input-placeholder{color:var(--news-foreground-opacity-50)}.section-newsletter-home-colors .alert-success,.section-newsletter-home-colors .alert-danger{color:var(--newsletter-foreground);border-color:var(--newsletter-foreground)}.footer{padding:var(--section-distance-huge) var(--gutter-container)}.footer-menu-item{display:block;margin-bottom:10px;padding-bottom:10px;border-bottom:var(--border-solid) var(--footer-foreground)}.social-icon{display:inline-block;margin:10px 15px;font-size:var(--font-small);text-align:center}.social-icon:hover{opacity:.8}.social-icon svg{fill:var(--footer-foreground)}.footer-legal{padding:25px 0;background:var(--footer-foreground-opacity-10);color:var(--footer-foreground)}.footer-legal a{color:var(--footer-foreground)}.footer-legal a:hover{opacity:.8}.powered-by-text{display:inline-block}.powered-by-logo{display:inline-block;width:125px;margin-bottom:15px}.powered-by-logo svg{fill:var(--footer-foreground)}.copyright{margin-bottom:15px}.testimonial-image{max-width:80px}.testimonial-quote{height:120px;font-size:250px;line-height:230px}.instafeed-link{position:relative;display:block;padding-top:100%;overflow:hidden;margin-bottom:15px}.instafeed-link:hover .instafeed-img,.instafeed-link:focus .instafeed-img{transform:scale(1.03)}.instafeed-link:hover .instafeed-info,.instafeed-link:focus .instafeed-info{opacity:1}.instafeed-link .instafeed-img{position:absolute;top:0;width:100%;height:100%;object-fit:cover;transition:all .8s ease}.instafeed-link .instafeed-info{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;text-align:center;opacity:0;transition:all .8s ease}.instafeed-link .instafeed-info .instafeed-info-item{display:inline-block;margin-top:45%}.instafeed-info{color:var(--main-background);background:var(--main-foreground-opacity-60)}.textbanner .textbanner-image-effect,.textbanner .textbanner-text{transition:all .3s ease}.textbanner:hover img.textbanner-image-effect,.textbanner:focus img.textbanner-image-effect{transform:scale(1.05)}.section-brands-home-colors{background:var(--brands-background);color:var(--brands-foreground)}.section-brands-home-colors .opacity-10-line{border-color:var(--brands-foreground-opacity-10)}.section-brands-home-colors .svg-icon-text{fill:var(--brands-foreground)}.section-welcome-home-colors{background:var(--welcome-background);color:var(--welcome-foreground)}.section-welcome-home-colors a{color:var(--welcome-foreground)}.section-announcement-home-colors{background:var(--announcement-background);color:var(--announcement-foreground)}.section-announcement-home-colors a{color:var(--announcement-foreground)}.section-institutional-home-colors{background:var(--institutional-background);color:var(--institutional-foreground)}.section-institutional-home-colors .btn-link{color:var(--institutional-foreground)}.home-institutional-background{background:var(--institutional-background)}.section-informative-banners{background:var(--banner-services-background);color:var(--banner-services-foreground)}.section-informative-banners a{color:var(--banner-services-foreground)}.section-informative-banners .svg-icon-text{fill:var(--banner-services-foreground)}.service-item-image{max-width:24px;max-height:24px}.placeholder-overlay{position:absolute;top:0;left:0;z-index:9;width:100%;height:100%}.placeholder-info{position:relative;top:50%;left:50%;width:330px;padding:30px 25px;text-align:center;line-height:18px;transform:translate(-50%, -50%);box-sizing:border-box;border-radius:var(--border-radius)}.placeholder-info .placeholder-description{margin:20px 0}.placeholder-info .placeholder-button{padding:8px 15px}.filter-accordion{padding:12px 15px;border-bottom:var(--border-solid) var(--main-foreground-opacity-10)}.filters-overlay{position:fixed;top:0;left:0;z-index:30000;width:100%;height:100%}.filters-overlay .filters-updating-message{position:absolute;top:50%;left:50%;width:80%;text-align:center;transform:translate(-50%, -50%)}.price-filter-container .filter-input-price-container{position:relative;display:inline-block;width:calc(50% - 50px);margin-right:8px;vertical-align:bottom}.filter-input-price{padding-right:30px;font-size:14px}.price-filter-container .btn-default{font-size:14px}.price-filter-container .form-group{margin-bottom:8px}.filters-badge:before{content:"("}.filters-badge:after{content:")"}.item-image:not(.item-image-slider):hover img,.item-image-slider:hover .swiper-slide-active img{transform:translateX(-50%) scale(1.04) !important}.item-actions .alert{position:absolute;bottom:100%;z-index:1;width:140px;margin-bottom:10px;text-align:center;color:var(--main-foreground);background-color:var(--main-background);box-shadow:var(--shadow-distance) var(--main-foreground-opacity-20);border-radius:var(--border-radius-half)}.quickshop-image{position:absolute;width:auto;height:100%;max-height:90vh}.quickshop-image-container{position:relative;max-height:90vh;overflow:hidden}.btn+.alert-warning{margin-top:15px;background-color:var(--main-background)}.section-fb-comments{margin-bottom:40px}.btn-add-to-cart+.alert{margin-top:15px}.fancybox__container .has-inline .fancybox__content{width:100%;height:calc(100% - 20px);padding:0;transform:translateY(20px);background:rgba(0,0,0,0)}.fancybox__container .has-inline .fancybox__content .fancybox-close-small{color:#ccc !important}.fancybox__container .fancybox__slide.has-inline::before{display:none}.fancybox-toolbar{opacity:1 !important;visibility:visible !important}.fancybox-toolbar .fancybox-button{display:none !important}.fancybox-toolbar .fancybox-button.fancybox-button--close{display:block !important}.fancybox-close-small{display:none !important}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.fancybox__nav .swiper-button-next,.fancybox__nav .swiper-button-prev{top:0;width:40px;height:40px;line-height:40px}.fancybox__nav .swiper-button-prev{left:10px}.fancybox__nav .swiper-button-next{left:50px}.fancybox__toolbar{z-index:1;padding:0;color:var(--main-background);background:rgba(0,0,0,0) !important;text-shadow:none !important}.fancybox__container .fancybox__backdrop{background:var(--main-foreground-opacity-60)}.carousel__button .svg-icon-text{fill:var(--main-background);filter:none}.fancybox__container{z-index:30000}.user-content img{max-width:100%;height:auto !important}.social-share{margin-bottom:20px}.social-share-button{margin:5px 15px 5px 0;color:var(--main-foreground)}.social-share-button:hover,.social-share-button:focus{opacity:.8}.label-top-left{top:25px;left:25px;z-index:2}.product-image-limited{max-height:320px;max-width:100%;object-fit:contain}.cart-img-col-title{width:110px}.cart-qty-col-title{width:90px}.cart-item-image-col{width:95px}.cart-item-image{max-height:120px}.cart-item-btn{padding:6px;display:inline-block;background:rgba(0,0,0,0);font-size:16px;opacity:.8}.cart-item-btn:hover{opacity:.6}.cart-item-input{display:inline-block;width:40px;height:30px;font-size:16px;text-align:center;-moz-appearance:textfield}.cart-item-input::-webkit-outer-spin-button,.cart-item-input::-webkit-inner-spin-button{-webkit-appearance:none}.cart-item .fa-cog{display:none}.cart-item-spinner{position:absolute;left:50%;width:40px;margin-left:-20px;text-align:center}.cart-item-delete{width:49px}.cart-quantity-input-container i{padding:6px 14px}.cart-unit-price{float:left;width:100%;margin:5px 0 2px 0}.cart-subtotal{float:right;clear:both;margin:0 0 10px 0}.total-promotions-row{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px}.cart-promotion-detail,.cart-promotion-number{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;position:relative;width:100%;min-height:1px}.cart-promotion-number{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;text-align:right}.contact-item{position:relative;padding-left:30px}.contact-item-icon{position:absolute;left:0;fill:var(--main-foreground)}@media(min-width: 768px){.modal-nav-search{background:var(--main-foreground-opacity-90);color:var(--main-background)}.modal-nav-search .modal-body{display:flex;flex-wrap:wrap;align-content:center;height:100%;background-color:rgba(0,0,0,0)}.modal-nav-search .modal-header,.modal-nav-search .modal-header svg{color:var(--main-background);fill:var(--main-background);border-bottom:0}.modal-nav-search .search-form{margin-top:-150px}.modal-nav-search .search-input{padding:15px 200px 15px 15px;font-size:96px;color:var(--main-background);border-bottom:var(--border-solid) var(--main-background)}.modal-nav-search .search-input::-webkit-input-placeholder{color:var(--main-background-opacity-50)}.modal-nav-search .search-input:-moz-placeholder{color:var(--main-background-opacity-50)}.modal-nav-search .search-input::-moz-placeholder{color:var(--main-background-opacity-50)}.modal-nav-search .search-input:-ms-input-placeholder{color:var(--main-background-opacity-50)}.modal-nav-search .search-btn{margin-top:-24px;font-size:48px;font-weight:bold;color:var(--main-background)}.modal-nav-search .modal-header svg{font-size:48px}.modal-nav-search .search-suggestions{background:rgba(0,0,0,0);border:none}.modal-nav-search .search-suggestions::-webkit-scrollbar{width:10px}.modal-nav-search .search-suggestions::-webkit-scrollbar-track{background:var(--main-background-opacity-50)}.modal-nav-search .search-suggestions::-webkit-scrollbar-thumb{background:var(--main-background-opacity-50)}.modal-nav-search .search-suggestions::-webkit-scrollbar-thumb:hover{background:var(--main-background)}.modal-nav-search .search-suggestions-list{display:flex;flex-wrap:wrap}.modal-nav-search .search-suggestions .search-suggestions-item{flex:25%;max-width:25%}.modal-nav-search .search-suggestions .search-suggestions-image-container{width:180px;height:180px;margin-bottom:15px}.modal-nav-search .search-suggestions .search-suggestions-item .search-suggestions-text{padding:0 30px 30px 15px;font-size:16px;color:var(--main-background)}.modal-nav-search .search-suggestions .search-suggestions-all-link-container{width:100%}.modal-nav-search .search-suggestions .search-suggestions-all-link{color:var(--main-background);font-size:var(--font-big)}.notification-cart-container.notification-fixed{top:calc(100% - 15px);bottom:initial;left:initial;max-width:320px}.modal::-webkit-scrollbar-track,.modal-scrollable-area::-webkit-scrollbar-track{background:var(--main-foreground-opacity-40)}.modal::-webkit-scrollbar-thumb,.modal-scrollable-area::-webkit-scrollbar-thumb{background:var(--main-foreground-opacity-40)}.modal::-webkit-scrollbar-thumb:hover,.modal-scrollable-area::-webkit-scrollbar-thumb:hover{background:var(--main-foreground)}.modal-centered{left:50%;height:80%;width:70%}.modal-centered-small{left:50%;width:40%;height:auto;max-height:80%}.modal-centered-medium{width:700px;max-height:465px}.modal-centered-md-600px{width:600px}.modal-bottom{transform:translateX(-50%)}.modal-bottom.modal-centered-md{left:50%}.modal-docked-md{width:450px}.modal-docked-md-centered{bottom:auto;height:auto}.modal-docked-md-right{right:20px;bottom:-100%;left:initial;transform:none}.modal-docked-small{width:375px}.modal-left-md{top:initial;right:initial;left:-100%;bottom:0}.modal-left-md.modal-show{right:initial;left:0}.modal-right-md{top:0;right:-100%;left:initial;bottom:0;height:100%;margin:0}.modal-right-md.modal-show{top:0;right:0;left:initial;height:100%;margin:0}.modal-bottom-md{top:100%;transform:translate(-50%, 0)}.modal-bottom-md.modal-show{top:50%}.modal-centered-md.modal-show{left:50%;transform:translateX(-50%)}.modal-centered-md.modal-show.modal-bottom-md,.modal-centered-md.modal-show.modal-bottom{top:50%;bottom:auto;left:50%;height:100%;transform:translate(-50%, -50%)}.modal-bottom-sheet{top:100%}.modal-bottom-sheet.modal-right-md{top:0}.modal-bottom-sheet.modal-centered-md{bottom:auto}.modal-bottom-sheet.modal-show{top:0;bottom:auto}.modal-docked-md-right.modal-show{top:initial;right:20px;bottom:20px;left:initial}.modal-fade{opacity:0}.modal-fade.modal-show{opacity:1}.modal-floating-close{margin:20px 35px -50px 0}.modal::-webkit-scrollbar,.modal-scrollable::-webkit-scrollbar,.modal-scrollable-area::-webkit-scrollbar{width:4px}.fancybox__container .has-inline .fancybox__content,.fancybox-slide--html .fancybox-content{width:90%;height:auto}.modal-md-width-400px{width:400px;max-width:90vw}.tab-group{overflow-x:auto;white-space:normal}.tab-group .tab{float:left}.head-main .search-suggestions{top:100%;right:15px;left:initial;max-width:280px}.head-logo-md-center .search-suggestions{left:0;right:initial}.modal-nav-hamburger .nav-list-panel{width:450px}.modal-nav-hamburger .nav-list-panel-left-md{right:initial;left:-100%}.modal-nav-hamburger .nav-list-panel-right-md{right:-100%;left:initial}.modal-nav-hamburger .nav-list-panel-left-md.nav-list-panel-show{right:initial;left:0}.modal-nav-hamburger .nav-list-panel-right-md.nav-list-panel-show{right:0;left:initial}.head-logo-md-left-nav-below.compress .head-logo-row,.head-logo-md-center.compress:not(.head-md-hamburger) .head-logo-row{padding:15px 0}.head-main.compress .logo-img{max-height:40px}.head-main.compress .logo-img-small{max-height:30px}.head-main.compress .logo-img-big{max-height:50px}.section-newsletter-home{padding:var(--section-distance-huge-md) 0}.section-newsletter-home .newsletter{width:500px}.home-institutional-background{position:absolute;top:50%;right:0;transform:translateY(-50%)}.filter-input-price{padding:8px 10px;font-size:var(--font-small)}.price-filter-container .btn{padding:10px 15px;line-height:14px}.quickshop-image{position:relative;max-height:465px}.quickshop-image-container{max-height:465px}.cart-item-image-col-md{width:110px}.cart-item-image-md{max-height:140px}.contact-info-item{width:250px}.footer{padding:var(--section-distance-huge-md) var(--gutter-container-md)}footer .accordion{border:0}.social-icon{margin:0 15px 0 0}.footer form .newsletter-btn{top:5px}.copyright{padding:0}.footer-legal{padding:8px 0}}@media(max-width: 767px){.product-image-limited{max-height:210px}}.visible-when-content-ready{visibility:visible !important}.display-when-content-ready{display:block !important}.atlas-lab-debug strong{color:#4ca380}@media(min-width: 768px){.product-image-column.atlas-3d-ready>[data-store^=product-image],.product-image-column.atlas-3d-ready>.js-swiper-product,.product-image-column.atlas-3d-ready>.swiper-buttons,.product-image-column.atlas-3d-ready>.js-swiper-product-pagination{display:none !important}.atlas-product-gallery-3d{width:calc(100% - 48px);max-width:690px;margin:4px 24px 34px 24px;padding:0 0 14px;position:relative;color:#d8d8d8;overflow:visible}.atlas-gallery-stage{position:relative;width:100%;height:520px;perspective:1450px;overflow:visible;border-radius:0;background:rgba(0,0,0,0);border:0;box-shadow:none}.atlas-gallery-stage::before{content:"";position:absolute;left:8%;right:8%;top:52%;height:1px;background:linear-gradient(90deg, transparent, rgba(76, 163, 128, 0.38), transparent);opacity:.55;pointer-events:none}.atlas-gallery-stage::after{content:"";position:absolute;left:13%;right:13%;top:50%;height:118px;transform:translateY(-50%);background:radial-gradient(ellipse at center, rgba(76, 163, 128, 0.15), transparent 68%);filter:blur(10px);pointer-events:none}.atlas-gallery-ring{position:absolute;left:50%;top:50%;width:1px;height:1px;transform-style:preserve-3d;z-index:2;will-change:transform}.atlas-gallery-card{position:absolute;left:50%;top:50%;width:270px;height:270px;margin-left:-135px;margin-top:-135px;padding:12px;border-radius:17px;border:2px solid rgba(76,163,128,.62);background:linear-gradient(180deg, rgba(20, 34, 29, 0.96), rgba(10, 18, 16, 0.98));box-shadow:0 0 0 1px rgba(0,61,37,.45),0 12px 25px rgba(0,0,0,.32);cursor:pointer;transform-style:preserve-3d;backface-visibility:hidden;transition:opacity .45s ease,filter .45s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.atlas-gallery-card::before{content:"";position:absolute;inset:6px;border-radius:12px;background:radial-gradient(circle at center, rgba(76, 163, 128, 0.1), transparent 58%),linear-gradient(180deg, rgba(20, 34, 29, 0.96), rgba(6, 17, 12, 0.98));z-index:0;pointer-events:none}.atlas-gallery-card:hover,.atlas-gallery-card.is-active:hover{background:linear-gradient(180deg, rgba(76, 163, 128, 0.22), rgba(0, 61, 37, 0.98));border-color:#4ca380;box-shadow:0 0 0 2px rgba(76,163,128,.36),0 0 18px rgba(76,163,128,.5),0 18px 34px rgba(0,0,0,.42)}.atlas-gallery-card img{position:relative;z-index:1;width:100%;height:100%;aspect-ratio:1/1;object-fit:contain;object-position:center center;display:block;border-radius:10px;background:radial-gradient(circle at center, rgba(76, 163, 128, 0.08), transparent 58%),linear-gradient(180deg, rgba(16, 28, 24, 0.96), rgba(6, 17, 12, 0.98))}.atlas-gallery-card.is-active{opacity:1;filter:none;border-color:rgba(76,163,128,.86);box-shadow:0 0 0 1px rgba(76,163,128,.24),0 14px 30px rgba(0,0,0,.36),0 0 22px rgba(76,163,128,.24)}.atlas-gallery-card:not(.is-active){opacity:.42;filter:saturate(0.74) brightness(0.72)}.atlas-gallery-nav{position:absolute;top:50%;z-index:20;width:44px;height:44px;border-radius:50%;border:1px solid rgba(76,163,128,.5);background:rgba(3,26,12,.82);color:#d8d8d8;font-family:"Orbitron",sans-serif;font-size:25px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%);transition:all .2s ease}.atlas-gallery-nav:hover{background:rgba(76,163,128,.22);border-color:rgba(76,163,128,.95);color:#fff;box-shadow:0 0 15px rgba(76,163,128,.32)}.atlas-gallery-prev{left:-18px}.atlas-gallery-next{right:-18px}.atlas-gallery-counter{margin-top:-4px;text-align:center;font-family:"Orbitron",sans-serif;font-size:12px;letter-spacing:.12em;color:#4ca380}.atlas-gallery-note{margin-top:5px;text-align:center;font-family:"Exo 2",sans-serif;font-size:13px;letter-spacing:.03em;color:rgba(216,216,216,.72)}}@media(max-width: 767px){.atlas-product-gallery-3d{display:none !important}}.atlas-gallery-modal{position:fixed;inset:0;z-index:1000000;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(0,0,0,.88);backdrop-filter:blur(7px)}.atlas-gallery-modal.is-open{display:flex}.atlas-gallery-modal-panel{position:relative;width:min(92vw,980px);height:min(88vh,900px);border-radius:18px;border:2px solid rgba(76,163,128,.62);background:radial-gradient(circle at center, rgba(76, 163, 128, 0.1), transparent 52%),linear-gradient(180deg, rgba(20, 34, 29, 0.98), rgba(8, 14, 12, 0.99));box-shadow:0 0 0 1px rgba(0,61,37,.42),0 0 30px rgba(76,163,128,.18),0 30px 70px rgba(0,0,0,.62);display:flex;flex-direction:column;overflow:hidden;transition:width .22s ease,height .22s ease}.atlas-gallery-modal-toolbar{flex:0 0 auto;min-height:48px;padding:10px 58px 8px 14px;display:flex;align-items:center;justify-content:center;gap:8px;border-bottom:1px solid rgba(76,163,128,.18);background:rgba(3,26,12,.34)}.atlas-gallery-modal-zoom,.atlas-gallery-modal-fit,.atlas-gallery-modal-real{height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(76,163,128,.55);background:rgba(3,26,12,.86);color:#d8d8d8;font-family:"Orbitron",sans-serif;font-size:11px;letter-spacing:.08em;cursor:pointer;transition:all .2s ease}.atlas-gallery-modal-zoom{width:34px;padding:0;font-size:18px}.atlas-gallery-modal-zoom:hover,.atlas-gallery-modal-fit:hover,.atlas-gallery-modal-real:hover{background:rgba(76,163,128,.24);border-color:#4ca380;color:#fff;box-shadow:0 0 12px rgba(76,163,128,.26)}.atlas-gallery-modal-zoom[disabled],.atlas-gallery-modal-fit[disabled],.atlas-gallery-modal-real[disabled]{opacity:.35;cursor:default;box-shadow:none}.atlas-gallery-modal-zoom-state{min-width:76px;color:rgba(216,216,216,.82);text-align:center;font-family:"Orbitron",sans-serif;font-size:11px;letter-spacing:.08em}.atlas-gallery-modal-image-wrap{flex:1 1 auto;min-height:0;margin:14px 18px 8px;border-radius:14px;background:radial-gradient(circle at center, rgba(76, 163, 128, 0.1), transparent 58%),linear-gradient(180deg, rgba(16, 28, 24, 0.98), rgba(6, 17, 12, 0.99));border:1px solid rgba(76,163,128,.22);display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;cursor:default}.atlas-gallery-modal-image-wrap.is-draggable{cursor:grab}.atlas-gallery-modal-image-wrap.is-dragging{cursor:grabbing}.atlas-gallery-modal-image{width:auto;height:auto;max-width:none;max-height:none;object-fit:contain;display:block;background:radial-gradient(circle at center, rgba(76, 163, 128, 0.08), transparent 58%),linear-gradient(180deg, rgba(16, 28, 24, 0.96), rgba(6, 17, 12, 0.98));transform-origin:center center;will-change:transform;user-select:none;-webkit-user-drag:none}.atlas-gallery-modal-caption{flex:0 0 auto;padding:0 22px 14px;color:rgba(216,216,216,.82);text-align:center;font-family:"Orbitron",sans-serif;font-size:12px;letter-spacing:.1em}.atlas-gallery-modal-close,.atlas-gallery-modal-prev,.atlas-gallery-modal-next{position:absolute;z-index:3;border:1px solid rgba(76,163,128,.55);background:rgba(3,26,12,.86);color:#fff;cursor:pointer;transition:all .2s ease}.atlas-gallery-modal-close:hover,.atlas-gallery-modal-prev:hover,.atlas-gallery-modal-next:hover{background:rgba(76,163,128,.24);border-color:#4ca380;box-shadow:0 0 16px rgba(76,163,128,.34)}.atlas-gallery-modal-close{top:12px;right:14px;width:38px;height:38px;border-radius:50%;font-size:24px;line-height:1}.atlas-gallery-modal-prev,.atlas-gallery-modal-next{top:50%;width:46px;height:46px;border-radius:50%;transform:translateY(-50%);font-family:"Orbitron",sans-serif;font-size:28px;line-height:1}.atlas-gallery-modal-prev{left:18px}.atlas-gallery-modal-next{right:18px}body.atlas-modal-open{overflow:hidden}.atlas-gallery-modal{padding:56px 86px}.atlas-gallery-modal-panel{overflow:visible}.atlas-gallery-modal-toolbar{padding:10px 14px 8px 14px;border-radius:16px 16px 0 0;overflow:hidden}.atlas-gallery-modal-image{pointer-events:none}.atlas-gallery-modal-close,.atlas-gallery-modal-prev,.atlas-gallery-modal-next{z-index:5;border:1px solid rgba(76,163,128,.62);background:rgba(3,26,12,.94);box-shadow:0 0 0 1px rgba(0,61,37,.45),0 10px 28px rgba(0,0,0,.42)}.atlas-gallery-modal-close:hover,.atlas-gallery-modal-prev:hover,.atlas-gallery-modal-next:hover{box-shadow:0 0 0 1px rgba(76,163,128,.32),0 0 18px rgba(76,163,128,.42),0 10px 28px rgba(0,0,0,.42)}.atlas-gallery-modal-close{top:-20px;right:-20px;width:42px;height:42px}.atlas-gallery-modal-prev,.atlas-gallery-modal-next{width:48px;height:48px;font-size:30px}.atlas-gallery-modal-prev{left:-66px}.atlas-gallery-modal-next{right:-66px}@media(max-width: 900px){.atlas-gallery-modal{padding:52px 62px}.atlas-gallery-modal-prev{left:-52px}.atlas-gallery-modal-next{right:-52px}}.atlas-v9-original-row-hidden{display:none !important}.atlas-product-layout-v9{width:100%;max-width:1380px;margin:0 auto;padding:26px 30px 44px;color:#b9b9b9}.atlas-product-layout-v9,.atlas-product-layout-v9 p,.atlas-product-layout-v9 li{font-family:"Exo 2",Arial,sans-serif;line-height:1.72}.atlas-v9-kicker{max-width:1220px;margin:0 auto 12px}.atlas-v9-kicker .breadcrumbs{margin:0;opacity:.78}.atlas-v9-kicker .breadcrumbs,.atlas-v9-kicker .breadcrumbs a,.atlas-v9-kicker .breadcrumbs span{font-size:13px;letter-spacing:.04em}.atlas-v9-kicker .crumb.active{opacity:.72}.atlas-v9-gallery-zone{position:relative;max-width:1220px;margin:0 auto 16px;padding:0 0 4px}.atlas-product-layout-v9 .atlas-product-gallery-3d{width:calc(100% - 64px) !important;max-width:1120px !important;margin:0 auto 16px auto !important}.atlas-product-layout-v9 .atlas-gallery-stage{height:500px}.atlas-v9-main-grid{display:grid;grid-template-columns:minmax(0, 1.72fr) minmax(310px, 0.88fr);gap:42px;align-items:start;max-width:1280px;margin:12px auto 46px}.atlas-v9-story{min-width:0}.atlas-v9-title{margin:0 0 24px;color:#bfc0c0;font-family:"Orbitron",Arial,sans-serif;font-size:clamp(25px,2.25vw,38px);line-height:1.18;letter-spacing:.08em;text-transform:uppercase}.atlas-v9-intro{max-width:820px}.atlas-v9-intro p{margin:0 0 18px;color:rgba(221,221,221,.75);font-size:16px}.atlas-v9-side{min-width:0;position:sticky;top:150px}.atlas-v9-tech-card,.atlas-v9-purchase-card,.atlas-v9-topic-card{border:1px solid rgba(76,163,128,.34);border-radius:18px;background:radial-gradient(circle at 100% 0%, rgba(76, 163, 128, 0.09), transparent 38%),linear-gradient(180deg, rgba(18, 29, 25, 0.55), rgba(9, 14, 13, 0.72));box-shadow:0 0 0 1px rgba(0,61,37,.18),0 14px 34px rgba(0,0,0,.22)}.atlas-v9-tech-card{padding:22px 24px 18px;margin-bottom:18px}.atlas-v9-tech-title,.atlas-v9-purchase-title,.atlas-v9-topics-title{margin:0 0 16px;color:#4ca380;font-family:"Orbitron",Arial,sans-serif;font-size:13px;letter-spacing:.13em;text-transform:uppercase}.atlas-v9-tech-list{display:grid;gap:10px}.atlas-v9-tech-row{display:grid;grid-template-columns:minmax(120px, 0.78fr) minmax(0, 1.22fr);gap:10px;align-items:baseline;padding-bottom:10px;border-bottom:1px solid rgba(76,163,128,.13)}.atlas-v9-tech-row:last-child{border-bottom:0;padding-bottom:0}.atlas-v9-tech-label{color:rgba(230,230,230,.78);font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:12px}.atlas-v9-tech-value{color:rgba(230,230,230,.82);font-size:14px}.atlas-v9-purchase-card{padding:22px 24px 24px}.atlas-v9-purchase-card .price-container{margin-bottom:18px !important}.atlas-v9-purchase-card .js-product-form{margin-top:18px !important}.atlas-v9-purchase-card #price_display,.atlas-v9-purchase-card .font-largest{font-family:"Orbitron",Arial,sans-serif;letter-spacing:.06em}.atlas-v9-details{max-width:1280px;margin:0 auto 34px;display:grid;grid-template-columns:minmax(260px, 330px) minmax(0, 1fr);gap:24px;align-items:stretch}.atlas-v9-topic-nav{padding:18px}.atlas-v9-topic-list{display:grid;gap:10px}.atlas-v9-topic-button{width:100%;text-align:left;padding:13px 14px;border:1px solid rgba(76,163,128,.26);border-radius:12px;background:rgba(3,26,12,.38);color:rgba(221,221,221,.72);font-family:"Orbitron",Arial,sans-serif;font-size:12px;line-height:1.35;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease}.atlas-v9-topic-button:hover,.atlas-v9-topic-button.is-active{border-color:rgba(76,163,128,.86);color:#fff;background:rgba(76,163,128,.13);box-shadow:0 0 18px rgba(76,163,128,.14)}.atlas-v9-topic-panel{padding:24px 28px 30px;min-height:360px}.atlas-v9-topic-content{display:none}.atlas-v9-topic-content.is-active{display:block}.atlas-v9-topic-heading{margin:0 0 18px;color:#bfc0c0;font-family:"Orbitron",Arial,sans-serif;font-size:18px;letter-spacing:.1em;line-height:1.35;text-transform:uppercase}.atlas-v9-topic-content p,.atlas-v9-topic-content li{color:rgba(221,221,221,.72);font-size:15px}.atlas-v9-topic-content p{margin:0 0 17px}.atlas-v9-topic-content ul{margin:0 0 18px 18px;padding:0}.atlas-v9-topic-content li{margin-bottom:8px}.atlas-v9-seo-shadow{display:none}@media(max-width: 991px){.atlas-product-layout-v9{padding:18px 16px 36px}.atlas-product-layout-v9 .atlas-product-gallery-3d{width:100% !important;margin-left:0 !important;margin-right:0 !important}.atlas-v9-main-grid,.atlas-v9-details{grid-template-columns:1fr;gap:22px}.atlas-v9-side{position:static}.atlas-v9-topic-panel{min-height:auto}}@media(max-width: 767px){.atlas-product-layout-v9{padding-top:14px}.atlas-v9-title{font-size:22px}.atlas-v9-intro p,.atlas-v9-topic-content p,.atlas-v9-topic-content li{font-size:14px}.atlas-v9-tech-row{grid-template-columns:1fr;gap:3px}.atlas-v9-topic-button{font-size:11px}}.atlas-product-layout-v9{padding-top:12px}.atlas-v9-kicker{max-width:1320px;margin:0 auto 0;padding-left:2px}.atlas-v9-gallery-zone{max-width:1360px;margin:-8px auto 6px;padding-bottom:0}.atlas-product-layout-v9 .atlas-product-gallery-3d{width:calc(100% - 24px) !important;max-width:1280px !important;margin:0 auto 2px auto !important}.atlas-product-layout-v9 .atlas-gallery-stage{height:390px !important}.atlas-product-layout-v9 .atlas-gallery-counter{margin-top:-30px !important}.atlas-product-layout-v9 .atlas-gallery-note{margin-top:2px !important;margin-bottom:0 !important}.atlas-v9-main-grid{margin-top:14px}@media(min-width: 1200px){.atlas-product-layout-v9 .atlas-gallery-stage{height:380px !important}.atlas-v9-gallery-zone{margin-top:-12px;margin-bottom:4px}}@media(max-width: 991px){.atlas-product-layout-v9 .atlas-gallery-stage{height:420px !important}.atlas-product-layout-v9 .atlas-gallery-counter{margin-top:-18px !important}.atlas-v9-gallery-zone{margin-top:0}}.atlas-v9-gallery-zone{max-width:1440px}.atlas-product-layout-v9 .atlas-product-gallery-3d{width:calc(100% - 8px) !important;max-width:1380px !important}.atlas-product-layout-v9 .atlas-gallery-stage{height:390px !important}.atlas-product-layout-v9 .atlas-gallery-counter{margin-top:-28px !important}@media(min-width: 1200px){.atlas-product-layout-v9 .atlas-gallery-stage{height:385px !important}}#installments-modal{align-items:center !important;justify-content:center !important;background:rgba(0,0,0,.78) !important;backdrop-filter:blur(6px)}#installments-modal.modal,#installments-modal.modal--md,#installments-modal.modal-right,#installments-modal.modal-centered{width:min(1080px,100vw - 44px) !important;max-width:min(1080px,100vw - 44px) !important;height:auto !important;max-height:calc(100vh - 56px) !important;min-height:0 !important;left:50% !important;right:auto !important;top:50% !important;bottom:auto !important;transform:translate(-50%, -50%) !important;border:1px solid rgba(76,163,128,.55) !important;border-radius:18px !important;background:radial-gradient(circle at 100% 0%, rgba(76, 163, 128, 0.1), transparent 36%),linear-gradient(180deg, rgba(18, 29, 25, 0.98), rgba(8, 14, 12, 0.99)) !important;box-shadow:0 0 0 1px rgba(0,61,37,.28),0 0 38px rgba(76,163,128,.16),0 32px 90px rgba(0,0,0,.72) !important;overflow:hidden !important}#installments-modal .modal-header{flex:0 0 auto !important;min-height:54px !important;padding:0 !important;border-bottom:1px solid rgba(76,163,128,.22) !important;background:rgba(3,26,12,.38) !important;color:#d8d8d8 !important;cursor:default !important}#installments-modal .modal-header .col.p-3.text-center{padding:16px 22px !important;text-align:left !important;color:#bfc0c0 !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:17px !important;line-height:1.2 !important;letter-spacing:.12em !important;text-transform:uppercase !important}#installments-modal .modal-close{width:42px !important;height:42px !important;margin-right:10px !important;border:1px solid rgba(76,163,128,.55) !important;border-radius:50% !important;background:rgba(3,26,12,.76) !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#fff !important;transition:all .2s ease !important}#installments-modal .modal-close:hover{border-color:#4ca380 !important;background:rgba(76,163,128,.18) !important;box-shadow:0 0 16px rgba(76,163,128,.28) !important}#installments-modal .modal-body,#installments-modal .modal-scrollable,#installments-modal .modal-scrollable-area{overflow:visible !important;max-height:none !important}#installments-modal .modal-body{padding:0 !important;flex:1 1 auto !important;min-height:0 !important}#installments-modal.atlas-pay-ready .js-tab-container>.js-payments-tab-group,#installments-modal.atlas-pay-ready .js-tabs-content{display:none !important}#installments-modal .modal-footer{flex:0 0 auto !important;padding:10px 18px 14px !important;border-top:1px solid rgba(76,163,128,.18) !important;background:rgba(3,26,12,.22) !important}#installments-modal .modal-footer .btn-link,#installments-modal .modal-footer span{color:rgba(216,216,216,.72) !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:13px !important;letter-spacing:.04em !important}.atlas-pay-compact{display:grid;grid-template-columns:292px minmax(0, 1fr);gap:18px;padding:20px;color:#d8d8d8}.atlas-pay-sidebar{display:grid;gap:12px;align-content:start}.atlas-pay-intro{padding:14px 16px;border:1px solid rgba(76,163,128,.26);border-radius:14px;background:rgba(3,26,12,.34)}.atlas-pay-intro-title{margin:0 0 8px;color:#4ca380;font-family:"Orbitron",Arial,sans-serif;font-size:12px;line-height:1.35;letter-spacing:.12em;text-transform:uppercase}.atlas-pay-intro-text{margin:0;color:rgba(216,216,216,.68);font-family:"Exo 2",Arial,sans-serif;font-size:13px;line-height:1.45}.atlas-pay-menu{display:grid;gap:10px}.atlas-pay-button{width:100%;padding:14px 14px;border:1px solid rgba(76,163,128,.28);border-radius:14px;background:radial-gradient(circle at 100% 0%, rgba(76, 163, 128, 0.08), transparent 42%),rgba(8,18,14,.76);color:rgba(216,216,216,.78);text-align:left;cursor:pointer;transition:all .2s ease}.atlas-pay-button:hover,.atlas-pay-button.is-active{border-color:rgba(76,163,128,.9);background:radial-gradient(circle at 100% 0%, rgba(76, 163, 128, 0.18), transparent 48%),rgba(8,26,17,.88);color:#fff;box-shadow:0 0 0 1px rgba(76,163,128,.18),0 0 18px rgba(76,163,128,.16)}.atlas-pay-button-pix{border-color:rgba(76,163,128,.55)}.atlas-pay-button-title{display:flex;justify-content:space-between;gap:8px;color:#e1e1e1;font-family:"Orbitron",Arial,sans-serif;font-size:12px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.atlas-pay-badge{flex:0 0 auto;padding:2px 7px;border-radius:999px;background:rgba(76,163,128,.18);color:#4ca380;font-size:10px;letter-spacing:.08em;white-space:nowrap}.atlas-pay-button-subtitle{margin-top:6px;color:rgba(216,216,216,.62);font-family:"Exo 2",Arial,sans-serif;font-size:13px;line-height:1.35}.atlas-pay-content-card{min-height:430px;border:1px solid rgba(76,163,128,.34);border-radius:18px;background:radial-gradient(circle at 100% 0%, rgba(76, 163, 128, 0.08), transparent 38%),linear-gradient(180deg, rgba(17, 28, 24, 0.74), rgba(8, 13, 12, 0.88));box-shadow:0 0 0 1px rgba(0,61,37,.18),0 14px 34px rgba(0,0,0,.26);overflow:hidden}.atlas-pay-panel{display:none;padding:22px 24px 24px}.atlas-pay-panel.is-active{display:block}.atlas-pay-panel-heading{margin:0 0 16px;color:#bfc0c0;font-family:"Orbitron",Arial,sans-serif;font-size:19px;line-height:1.32;letter-spacing:.12em;text-transform:uppercase}.atlas-pay-panel-lead{margin:-6px 0 18px;color:rgba(216,216,216,.66);font-family:"Exo 2",Arial,sans-serif;font-size:14px;line-height:1.45}.atlas-pay-panel .js-info-payment-method-container,.atlas-pay-panel .card{padding:0 !important;border:0 !important;background:rgba(0,0,0,0) !important;box-shadow:none !important;color:rgba(216,216,216,.74) !important}.atlas-pay-panel .js-payment-method-total{margin-bottom:12px !important}.atlas-pay-panel .font-big,.atlas-pay-panel .js-payment-method-total span{color:rgba(216,216,216,.78) !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:15px !important;line-height:1.45 !important}.atlas-pay-panel .js-payment-method-total strong,.atlas-pay-panel .js-price-with-discount,.atlas-pay-panel .js-installments-no-discount,.atlas-pay-panel .js-installment-price{color:#d8d8d8 !important;font-family:"Orbitron",Arial,sans-serif !important;letter-spacing:.05em !important}.atlas-pay-panel-pix .js-price-with-discount,.atlas-pay-panel-pix .js-payment-method-discount strong{color:#4ca380 !important}.atlas-pay-panel .price-compare{color:rgba(216,216,216,.38) !important;text-decoration-color:rgba(216,216,216,.38) !important}.atlas-pay-panel .js-discount-explanation,.atlas-pay-panel .js-discount-disclaimer{color:rgba(216,216,216,.54) !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:12px !important;line-height:1.4 !important}.atlas-pay-panel img.card-img{width:auto !important;max-height:22px !important;margin:0 5px 7px 0 !important;filter:saturate(0.82) brightness(0.92)}.atlas-pay-panel-credit .js-payment-method-installments-table-title{margin:14px 0 9px !important;color:#4ca380 !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:12px !important;letter-spacing:.1em !important;text-transform:uppercase !important}.atlas-pay-panel-credit .js-payments-table{display:block !important;width:100% !important;margin:10px 0 12px !important;border-collapse:separate !important;border-spacing:0 !important}.atlas-pay-panel-credit .js-payments-table tbody{display:grid !important;grid-template-columns:repeat(2, minmax(0, 1fr));gap:7px 10px;width:100%}.atlas-pay-panel-credit .js-payments-table tr{display:grid !important;grid-template-columns:minmax(0, 1fr) auto;gap:8px;align-items:center;padding:9px 10px !important;border:1px solid rgba(76,163,128,.18) !important;border-radius:11px;background:rgba(3,26,12,.34)}.atlas-pay-panel-credit .js-payments-table td{display:block !important;padding:0 !important;border:0 !important;color:rgba(216,216,216,.72) !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:13px !important;line-height:1.25 !important}.atlas-pay-panel-credit .js-payments-table td:nth-child(2){display:none !important}.atlas-pay-panel-credit .js-payments-table td:nth-child(3){text-align:right !important;white-space:nowrap;opacity:.78}.atlas-pay-panel-credit .js-payments-table .js-installment-amount,.atlas-pay-panel-credit .js-payments-table .js-installment-price{color:#d8d8d8 !important;font-weight:700 !important}.atlas-pay-panel-credit .js-payments-table .js-installment-total-price{color:rgba(216,216,216,.72) !important}.atlas-pay-panel-pix .js-payment-method-discount,.atlas-pay-panel-boleto .js-payment-method-total,.atlas-pay-panel-pix .js-payment-method-total{padding:14px 16px !important;border:1px solid rgba(76,163,128,.2);border-radius:14px;background:rgba(3,26,12,.34)}.atlas-pay-panel-pix .js-payment-method-discount{border-color:rgba(76,163,128,.42);background:radial-gradient(circle at 100% 0%, rgba(76, 163, 128, 0.16), transparent 45%),rgba(3,26,12,.42)}.atlas-pay-footer-note{margin-top:14px;padding-top:12px;border-top:1px solid rgba(76,163,128,.14);color:rgba(216,216,216,.52);font-family:"Exo 2",Arial,sans-serif;font-size:12px;line-height:1.45}@media(max-width: 860px){#installments-modal.modal,#installments-modal.modal--md,#installments-modal.modal-right,#installments-modal.modal-centered{width:calc(100vw - 20px) !important;max-width:calc(100vw - 20px) !important;max-height:calc(100vh - 24px) !important;border-radius:16px !important}#installments-modal .modal-body,#installments-modal .modal-scrollable,#installments-modal .modal-scrollable-area{overflow:auto !important;max-height:calc(100vh - 120px) !important}.atlas-pay-compact{grid-template-columns:1fr;padding:14px}.atlas-pay-content-card{min-height:0}.atlas-pay-panel-credit .js-payments-table tbody{grid-template-columns:1fr}}.atlas-pay-card-brands{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:-4px 0 16px;padding:10px 12px;border:1px solid rgba(76,163,128,.2);border-radius:12px;background:rgba(3,26,12,.3)}.atlas-pay-card-brands img.card-img{display:block !important;width:auto !important;max-height:22px !important;margin:0 !important;filter:saturate(0.82) brightness(0.94)}.atlas-pay-panel-credit .js-info-payment-method-container>img.card-img,.atlas-pay-panel-credit .js-info-payment-method-container .card-img:not(.atlas-pay-card-brands .card-img){display:none !important}body.template-product.atlas-modal-open{overflow:hidden !important}body.template-product .atlas-product-layout-v9{box-sizing:border-box}body.template-product .atlas-product-layout-v9 *,body.template-product .atlas-gallery-modal *,body.template-product #installments-modal .atlas-pay-compact *{box-sizing:border-box}@media(max-width: 767px){body.template-product .atlas-product-layout-v9{display:none !important}body.template-product .atlas-v9-original-row-hidden{display:flex !important}body.template-product .product-image-column.atlas-3d-ready>[data-store^=product-image],body.template-product .product-image-column.atlas-3d-ready>.js-swiper-product,body.template-product .product-image-column.atlas-3d-ready>.swiper-buttons,body.template-product .product-image-column.atlas-3d-ready>.js-swiper-product-pagination{display:block !important}}body:not(.template-product) .atlas-product-gallery-3d,body:not(.template-product) .atlas-product-layout-v9{display:none !important}body.template-cart{background:#161616 !important;color:#d8d8d8 !important;width:100% !important;max-width:100% !important;overflow-x:hidden !important}body.template-cart *{box-sizing:border-box !important}body.template-cart #shoppingCartPage{background:radial-gradient(circle at 84% 10%, rgba(76, 163, 128, 0.055), transparent 32%),radial-gradient(circle at 20% 70%, rgba(0, 61, 37, 0.09), transparent 36%),#161616 !important;color:#d8d8d8 !important;padding-bottom:54px !important;max-width:100vw !important;overflow-x:clip !important}body.template-cart #shoppingCartPage p,body.template-cart #shoppingCartPage span,body.template-cart #shoppingCartPage div,body.template-cart #shoppingCartPage small,body.template-cart #shoppingCartPage label,body.template-cart #shoppingCartPage strong,body.template-cart #shoppingCartPage li,body.template-cart #shoppingCartPage td,body.template-cart #shoppingCartPage th,body.template-cart #shoppingCartPage a,body.template-cart #shoppingCartPage button{color:inherit}body.template-cart #shoppingCartPage a{color:#d8d8d8 !important;text-decoration-color:rgba(216,216,216,.42) !important}body.template-cart #shoppingCartPage a:hover{color:#4ca380 !important;text-decoration-color:#4ca380 !important}body.template-cart #shoppingCartPage .row{margin-left:0 !important;margin-right:0 !important}body.template-cart #shoppingCartPage>.container,body.template-cart #shoppingCartPage form.container{width:100% !important;max-width:min(1250px,100vw - 48px) !important;padding-left:24px !important;padding-right:24px !important}@media(min-width: 768px){body.template-cart #shoppingCartPage form[data-store=cart-form]>.row{display:grid !important;grid-template-columns:minmax(0, 1fr) minmax(300px, 318px) !important;gap:28px !important;align-items:start !important;width:100% !important}body.template-cart #shoppingCartPage form[data-store=cart-form]>.row>.col-md-9,body.template-cart #shoppingCartPage form[data-store=cart-form]>.row>.col-md-3{width:100% !important;max-width:none !important;min-width:0 !important;flex:initial !important;padding-left:0 !important;padding-right:0 !important}}body.template-cart #shoppingCartPage .page-header{padding-top:28px !important;padding-bottom:16px !important}body.template-cart #shoppingCartPage .breadcrumbs{margin-bottom:14px !important}body.template-cart #shoppingCartPage .breadcrumbs .crumb,body.template-cart #shoppingCartPage .breadcrumbs .separator{color:rgba(216,216,216,.66) !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:12px !important;letter-spacing:.06em !important}body.template-cart #shoppingCartPage .page-header h1{color:#c5c7c7 !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:clamp(36px,5.1vw,68px) !important;line-height:1 !important;letter-spacing:.12em !important;font-weight:500 !important;text-transform:uppercase !important}body.template-cart #shoppingCartPage .cart-row{padding:0 4px 10px !important;border-bottom:1px solid rgba(76,163,128,.18) !important;color:rgba(216,216,216,.68) !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:11px !important;letter-spacing:.1em !important}body.template-cart #shoppingCartPage .js-cart-item{position:relative !important;width:100% !important;margin:0 0 24px 0 !important;padding:22px 18px 18px 18px !important;border:1px solid rgba(76,163,128,.36) !important;border-radius:18px !important;background:radial-gradient(circle at 100% 0%, rgba(76, 163, 128, 0.075), transparent 38%),linear-gradient(180deg, rgba(17, 28, 24, 0.78), rgba(8, 13, 12, 0.95)) !important;box-shadow:0 0 0 1px rgba(0,61,37,.16),0 18px 42px rgba(0,0,0,.24) !important;overflow:visible !important}body.template-cart #shoppingCartPage .js-cart-item::before{content:"PEÇA SELECIONADA";position:absolute;left:18px;top:-11px;z-index:5;padding:4px 9px;border:1px solid rgba(76,163,128,.46);border-radius:999px;background:rgba(3,26,12,.96);color:#4ca380;font-family:"Orbitron",Arial,sans-serif;font-size:9px;letter-spacing:.1em}body.template-cart #shoppingCartPage .cart-item-image-col{width:116px !important;height:116px !important;padding:8px !important;border:1px solid rgba(76,163,128,.3) !important;border-radius:14px !important;background:#f4f7f5 !important;box-shadow:0 0 18px rgba(76,163,128,.1) !important;overflow:hidden !important}body.template-cart #shoppingCartPage .cart-item-image{width:100% !important;height:100% !important;object-fit:contain !important;border-radius:9px !important}body.template-cart #shoppingCartPage .cart-item-name{color:#d8d8d8 !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:13px !important;line-height:1.4 !important;letter-spacing:.055em !important;text-transform:uppercase !important;text-decoration-color:rgba(216,216,216,.34) !important}body.template-cart #shoppingCartPage .cart-item-name:hover{color:#fff !important;text-decoration-color:rgba(76,163,128,.9) !important}body.template-cart #shoppingCartPage .form-quantity{border:1px solid rgba(76,163,128,.28) !important;border-radius:9px !important;background:rgba(3,26,12,.38) !important;overflow:hidden !important}body.template-cart #shoppingCartPage .form-quantity-icon{color:rgba(216,216,216,.72) !important}body.template-cart #shoppingCartPage .form-quantity-icon:hover{color:#4ca380 !important;background:rgba(76,163,128,.1) !important}body.template-cart #shoppingCartPage .js-cart-quantity-input{color:#d8d8d8 !important;background:rgba(0,0,0,0) !important;border:0 !important;font-family:"Orbitron",Arial,sans-serif !important}body.template-cart #shoppingCartPage .js-cart-item-unit-price,body.template-cart #shoppingCartPage .js-cart-item-subtotal{color:#d8d8d8 !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:14px !important;letter-spacing:.055em !important}body.template-cart #shoppingCartPage .js-cart-item-subtotal{color:#fff !important}body.template-cart #shoppingCartPage .cart-item-delete .btn-link,body.template-cart #shoppingCartPage button[data-component="line-item.remove"]{color:rgba(216,216,216,.66) !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:12px !important;letter-spacing:.06em !important;text-decoration-color:rgba(216,216,216,.34) !important}body.template-cart #shoppingCartPage .cart-item-delete .btn-link:hover,body.template-cart #shoppingCartPage button[data-component="line-item.remove"]:hover{color:#dc8f38 !important;text-decoration-color:#dc8f38 !important}body.template-cart #shoppingCartPage .cart-fulfillment-info{margin:0 0 18px 0 !important;padding:18px 18px 20px 18px !important;min-height:232px !important;border:1px solid rgba(76,163,128,.36) !important;border-radius:18px !important;background:radial-gradient(circle at 100% 0%, rgba(76, 163, 128, 0.08), transparent 38%),linear-gradient(180deg, rgba(17, 28, 24, 0.76), rgba(8, 13, 12, 0.94)) !important;box-shadow:0 0 0 1px rgba(0,61,37,.16),0 14px 34px rgba(0,0,0,.22) !important;overflow:visible !important;color:#d8d8d8 !important}body.template-cart #shoppingCartPage #cart-shipping-container::before{content:"Ficou faltando algum produto?\a Entre em contato pelo WhatsApp.\aPodemos procurar para você!" !important;white-space:pre-line !important;display:block !important;margin-bottom:16px !important;padding:12px 14px !important;border:1px solid rgba(220,143,56,.52) !important;border-radius:12px !important;background:rgba(220,143,56,.08) !important;color:#dc8f38 !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:13px !important;font-weight:600 !important;line-height:1.46 !important;letter-spacing:.035em !important}body.template-cart #shoppingCartPage .js-shipping-calculator-response>.alert-warning{font-size:0 !important;line-height:0 !important;padding:12px 14px !important;border:1px solid rgba(220,143,56,.52) !important;border-radius:12px !important;background:rgba(220,143,56,.08) !important}body.template-cart #shoppingCartPage .js-shipping-calculator-response>.alert-warning::before{content:"Ficou faltando algum produto?\a Entre em contato pelo WhatsApp.\aPodemos procurar para você!" !important;white-space:pre-line !important;display:block !important;color:#dc8f38 !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:13px !important;font-weight:600 !important;line-height:1.46 !important;letter-spacing:.035em !important}body.template-cart #shoppingCartPage .shipping-calculator-head,body.template-cart #shoppingCartPage .js-shipping-calculator-head{min-height:0 !important;height:auto !important;overflow:visible !important}body.template-cart #shoppingCartPage .js-shipping-calculator-form,body.template-cart #shoppingCartPage .shipping-calculator-form{width:100% !important;height:auto !important}body.template-cart #shoppingCartPage .shipping-calculator-form .form-group,body.template-cart #shoppingCartPage .js-shipping-calculator-form .form-group,body.template-cart #shoppingCartPage .shipping-calculator-form .form-group>.position-relative,body.template-cart #shoppingCartPage .js-shipping-calculator-form .form-group>.position-relative{display:block !important;width:100% !important;min-width:0 !important;height:auto !important;margin:0 !important;padding:0 !important;overflow:visible !important}body.template-cart #shoppingCartPage .shipping-calculator-form .form-group>.font-weight-bold,body.template-cart #shoppingCartPage .js-shipping-calculator-form .form-group>.font-weight-bold,body.template-cart #shoppingCartPage .js-shipping-calculator-response>.font-weight-bold,body.template-cart #shoppingCartPage .js-shipping-calculator-response .font-weight-bold{display:block !important;margin:0 0 10px 0 !important;color:#d8d8d8 !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:12px !important;line-height:1.25 !important;letter-spacing:.08em !important;text-transform:uppercase !important}body.template-cart #shoppingCartPage .shipping-calculator-form .form-control-container,body.template-cart #shoppingCartPage .js-shipping-calculator-form .form-control-container{display:block !important;width:100% !important;max-width:100% !important;min-width:0 !important;height:auto !important;margin:0 0 10px 0 !important;padding:0 !important}body.template-cart #shoppingCartPage .js-shipping-input,body.template-cart #shoppingCartPage input.js-shipping-input.form-control-line,body.template-cart #shoppingCartPage input[name=zipcode]{display:block !important;position:static !important;width:100% !important;max-width:100% !important;min-width:0 !important;height:42px !important;margin:0 !important;padding:0 12px !important;border:1px solid rgba(76,163,128,.38) !important;border-radius:9px !important;background:rgba(3,26,12,.5) !important;color:#d8d8d8 !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:13px !important;letter-spacing:.06em !important;line-height:42px !important}body.template-cart #shoppingCartPage .js-shipping-input::placeholder{color:rgba(216,216,216,.52) !important}body.template-cart #shoppingCartPage .js-calculate-shipping,body.template-cart #shoppingCartPage .js-calculate-shipping.btn,body.template-cart #shoppingCartPage .form-control-btn.js-calculate-shipping,body.template-cart #shoppingCartPage .form-control-line-btn.js-calculate-shipping,body.template-cart #shoppingCartPage .shipping-calculator-form .btn.form-control-btn,body.template-cart #shoppingCartPage .js-shipping-calculator-form .btn.form-control-btn{display:inline-flex !important;position:static !important;inset:auto !important;top:auto !important;right:auto !important;bottom:auto !important;left:auto !important;transform:none !important;float:none !important;clear:both !important;align-items:center !important;justify-content:center !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:42px !important;margin:0 0 10px 0 !important;padding:0 12px !important;border:1px solid rgba(76,163,128,.58) !important;border-radius:9px !important;background:rgba(76,163,128,.18) !important;color:#fff !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:12px !important;line-height:1 !important;letter-spacing:.07em !important;text-align:center !important;white-space:nowrap !important;cursor:pointer !important}body.template-cart #shoppingCartPage .js-calculate-shipping:hover,body.template-cart #shoppingCartPage .js-calculate-shipping.btn:hover{background:rgba(76,163,128,.82) !important;color:#06110c !important}body.template-cart #shoppingCartPage .js-calculate-shipping-wording,body.template-cart #shoppingCartPage .js-calculate-shipping span{color:inherit !important;display:inline-block !important;line-height:1 !important}body.template-cart #shoppingCartPage .shipping-calculator-form a[href*=buscacep],body.template-cart #shoppingCartPage .js-shipping-calculator-form a[href*=buscacep],body.template-cart #shoppingCartPage a[href*=buscacep]{display:inline-block !important;margin-top:2px !important;color:rgba(216,216,216,.72) !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:11px !important;letter-spacing:.055em !important;text-decoration-color:rgba(216,216,216,.36) !important}body.template-cart #shoppingCartPage .radio-button-item.card,body.template-cart #shoppingCartPage .js-shipping-list-item{margin-bottom:10px !important;padding:13px !important;border:1px solid rgba(76,163,128,.28) !important;border-radius:13px !important;background:rgba(3,26,12,.4) !important;color:rgba(216,216,216,.78) !important}body.template-cart #shoppingCartPage .shipping-option-name{color:#d8d8d8 !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:12px !important;letter-spacing:.05em !important;text-transform:uppercase !important}body.template-cart #shoppingCartPage .radio-button-container ul,body.template-cart #shoppingCartPage .radio-button-container li,body.template-cart #shoppingCartPage .js-shipping-list-item ul,body.template-cart #shoppingCartPage .js-shipping-list-item li{color:rgba(216,216,216,.72) !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:12px !important;line-height:1.45 !important}body.template-cart #shoppingCartPage #cart-sticky-summary{padding:18px !important;border:1px solid rgba(76,163,128,.4) !important;border-radius:18px !important;background:radial-gradient(circle at 100% 0%, rgba(76, 163, 128, 0.1), transparent 38%),linear-gradient(180deg, rgba(17, 28, 24, 0.78), rgba(8, 13, 12, 0.95)) !important;box-shadow:0 0 0 1px rgba(0,61,37,.18),0 18px 46px rgba(0,0,0,.3) !important;color:#d8d8d8 !important}body.template-cart #shoppingCartPage #cart-sticky-summary::before{content:"RESUMO DA COMPRA";display:block;margin-bottom:14px;color:#4ca380;font-family:"Orbitron",Arial,sans-serif;font-size:13px;letter-spacing:.12em}body.template-cart #shoppingCartPage #cart-sticky-summary .row{color:rgba(216,216,216,.72) !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:14px !important}body.template-cart #shoppingCartPage .js-cart-subtotal,body.template-cart #shoppingCartPage #shipping-cost,body.template-cart #shoppingCartPage .js-cart-total{color:#d8d8d8 !important;font-family:"Orbitron",Arial,sans-serif !important;letter-spacing:.055em !important}body.template-cart #shoppingCartPage .js-cart-total-container{margin-top:12px !important;padding-top:14px !important;border-top:1px solid rgba(76,163,128,.2) !important}body.template-cart #shoppingCartPage .js-cart-total{color:#fff !important;font-size:20px !important}body.template-cart #shoppingCartPage .cart-installments{color:rgba(216,216,216,.66) !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:12px !important;text-transform:none !important}body.template-cart #shoppingCartPage #go-to-checkout{height:52px !important;border:1px solid rgba(76,163,128,.58) !important;border-radius:9px !important;background:linear-gradient(180deg, rgba(0, 83, 48, 0.98), rgb(0, 61, 37)) !important;color:#fff !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:14px !important;font-weight:600 !important;letter-spacing:.08em !important;text-transform:uppercase !important;box-shadow:0 0 20px rgba(76,163,128,.12) !important;transition:all .2s ease !important}body.template-cart #shoppingCartPage #go-to-checkout:hover{border-color:#4ca380 !important;box-shadow:0 0 24px rgba(76,163,128,.25) !important;transform:translateY(-1px) !important}body.template-cart #shoppingCartPage [id^=wallet-express-checkout-panel]{margin-top:12px !important;overflow:hidden !important;border-radius:9px !important}body.template-cart #shoppingCartPage a.btn-link[href="/produtos/"]{display:inline-block !important;margin-top:12px !important;color:rgba(216,216,216,.72) !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:12px !important;letter-spacing:.06em !important;text-decoration-color:rgba(216,216,216,.34) !important}@media(max-width: 767px){body.template-cart #shoppingCartPage>.container,body.template-cart #shoppingCartPage form.container{max-width:calc(100vw - 32px) !important;padding-left:16px !important;padding-right:16px !important}body.template-cart #shoppingCartPage .page-header{padding-top:18px !important;padding-bottom:12px !important}body.template-cart #shoppingCartPage .page-header h1{font-size:34px !important;line-height:1.05 !important}body.template-cart #shoppingCartPage .js-cart-item{padding:16px 14px 14px 14px !important}body.template-cart #shoppingCartPage .js-cart-item::before{position:static;display:inline-block;margin-bottom:10px}body.template-cart #shoppingCartPage .cart-item-image-col{width:92px !important;height:92px !important}body.template-cart #shoppingCartPage .cart-item-name{font-size:12px !important}body.template-cart #shoppingCartPage .cart-fulfillment-info,body.template-cart #shoppingCartPage #cart-sticky-summary{margin-top:16px !important;padding:15px !important}}body.template-cart #shoppingCartPage #cart-shipping-container .js-shipping-calculator-response>.alert-warning,body.template-cart #shoppingCartPage #cart-shipping-container .js-shipping-calculator-response .alert-warning{display:none !important}body.template-cart #shoppingCartPage .cart-fulfillment-info,body.template-cart #shoppingCartPage #cart-shipping-container{overflow:hidden !important;max-width:100% !important}body.template-cart #shoppingCartPage #cart-shipping-container .shipping-calculator-head,body.template-cart #shoppingCartPage #cart-shipping-container .js-shipping-calculator-head,body.template-cart #shoppingCartPage #cart-shipping-container .shipping-calculator-form,body.template-cart #shoppingCartPage #cart-shipping-container .js-shipping-calculator-form,body.template-cart #shoppingCartPage #cart-shipping-container .form-group,body.template-cart #shoppingCartPage #cart-shipping-container .position-relative,body.template-cart #shoppingCartPage #cart-shipping-container .form-control-container{position:static !important;inset:auto !important;transform:none !important;width:100% !important;max-width:100% !important;min-width:0 !important;height:auto !important;overflow:visible !important}body.template-cart #shoppingCartPage #cart-shipping-container .js-shipping-calculator-with-zipcode,body.template-cart #shoppingCartPage #cart-shipping-container .js-cart-saved-zipcode{display:block !important;position:static !important;width:100% !important;max-width:100% !important;margin:0 0 12px 0 !important;padding:0 !important;color:rgba(216,216,216,.74) !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:12px !important;line-height:1.35 !important}body.template-cart #shoppingCartPage #cart-shipping-container .js-shipping-calculator-with-zipcode a,body.template-cart #shoppingCartPage #cart-shipping-container .js-cart-saved-zipcode a{color:#4ca380 !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:11px !important;letter-spacing:.055em !important;text-decoration-color:rgba(76,163,128,.45) !important}body.template-cart #shoppingCartPage #cart-shipping-container .js-shipping-input,body.template-cart #shoppingCartPage #cart-shipping-container input.js-shipping-input.form-control-line,body.template-cart #shoppingCartPage #cart-shipping-container input[name=zipcode]{display:block !important;position:static !important;width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;margin:0 0 10px 0 !important}body.template-cart #shoppingCartPage #cart-shipping-container .js-calculate-shipping,body.template-cart #shoppingCartPage #cart-shipping-container .js-calculate-shipping.btn,body.template-cart #shoppingCartPage #cart-shipping-container .form-control-btn.js-calculate-shipping,body.template-cart #shoppingCartPage #cart-shipping-container .form-control-line-btn.js-calculate-shipping,body.template-cart #shoppingCartPage #cart-shipping-container .btn.form-control-btn{display:flex !important;position:static !important;inset:auto !important;transform:none !important;float:none !important;clear:both !important;align-items:center !important;justify-content:center !important;width:100% !important;min-width:0 !important;max-width:100% !important;box-sizing:border-box !important;height:42px !important;margin:0 0 10px 0 !important;padding:0 12px !important;overflow:hidden !important}body.template-cart #shoppingCartPage #cart-shipping-container a[href*=buscacep]{display:inline-block !important;max-width:100% !important;margin-top:2px !important}body.template-cart #shoppingCartPage .atlas-pickup-original-line-hidden{display:none !important}body.template-cart #shoppingCartPage .atlas-pickup-hours-summary{display:block !important;margin-top:10px !important;padding:10px 11px !important;border:1px solid rgba(76,163,128,.22) !important;border-radius:10px !important;background:rgba(3,26,12,.3) !important;color:rgba(216,216,216,.78) !important;font-family:"Exo 2",Arial,sans-serif !important;font-size:12px !important;line-height:1.45 !important;letter-spacing:.025em !important}body.template-cart #shoppingCartPage .atlas-pickup-hours-summary strong{display:block !important;margin-bottom:4px !important;color:#d8d8d8 !important;font-family:"Orbitron",Arial,sans-serif !important;font-size:11px !important;line-height:1.35 !important;letter-spacing:.06em !important;text-transform:uppercase !important}body.template-cart #shoppingCartPage .atlas-pickup-hours-summary span{display:block !important;color:rgba(216,216,216,.78) !important}body.template-cart #shoppingCartPage #cart-shipping-container .radio-button-item.card,body.template-cart #shoppingCartPage #cart-shipping-container .js-shipping-list-item{overflow:hidden !important;max-width:100% !important}body.template-product{overflow-x:hidden !important}body.template-product #related-products,body.template-product .section-products-related{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;overflow:hidden !important;text-align:center !important;color:#d8d8d8 !important}body.template-product #related-products>.container-fluid,body.template-product .section-products-related>.container-fluid{width:100% !important;max-width:1320px !important;margin-left:auto !important;margin-right:auto !important;padding-left:28px !important;padding-right:28px !important;box-sizing:border-box !important;overflow:hidden !important}body.template-product #related-products .products-section-title-container,body.template-product .section-products-related .products-section-title-container{display:block !important;width:100% !important;margin:0 auto 26px auto !important;padding:0 !important;text-align:center !important}body.template-product #related-products .products-section-title,body.template-product .section-products-related .products-section-title{display:inline-block !important;width:auto !important;margin:0 auto !important;padding:0 !important;color:#c5c7c7 !important;font-family:"Orbitron",sans-serif !important;font-size:clamp(24px,3vw,36px) !important;font-weight:500 !important;line-height:1.1 !important;letter-spacing:.115em !important;text-transform:uppercase !important;text-align:center !important}body.template-product #related-products .products-section-slider-controls-container,body.template-product .section-products-related .products-section-slider-controls-container,body.template-product #related-products .swiper-button-prev,body.template-product #related-products .swiper-button-next,body.template-product .section-products-related .swiper-button-prev,body.template-product .section-products-related .swiper-button-next{display:none !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important}body.template-product #related-products .products-section-slider-container,body.template-product .section-products-related .products-section-slider-container,body.template-product #related-products .swiper-container,body.template-product .section-products-related .swiper-container{width:100% !important;max-width:100% !important;overflow:hidden !important;margin-left:auto !important;margin-right:auto !important;padding:14px 0 22px 0 !important;box-sizing:border-box !important;cursor:default !important}body.template-product #related-products .atlas-related-continuous-ready,body.template-product .section-products-related .atlas-related-continuous-ready{-webkit-mask-image:linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%) !important;mask-image:linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%) !important}body.template-product #related-products .atlas-related-continuous-ready .products-section-slider-wrapper,body.template-product .section-products-related .atlas-related-continuous-ready .products-section-slider-wrapper,body.template-product #related-products .atlas-related-continuous-ready .swiper-wrapper,body.template-product .section-products-related .atlas-related-continuous-ready .swiper-wrapper{display:flex !important;flex-wrap:nowrap !important;align-items:stretch !important;justify-content:flex-start !important;gap:18px !important;width:max-content !important;max-width:none !important;margin:0 !important;padding:0 !important;transition:none !important;animation:atlasRelatedMarquee var(--atlas-related-duration, 110s) linear infinite !important;will-change:transform !important}body.template-product #related-products .atlas-related-continuous-ready:hover .products-section-slider-wrapper,body.template-product .section-products-related .atlas-related-continuous-ready:hover .products-section-slider-wrapper,body.template-product #related-products .atlas-related-continuous-ready:hover .swiper-wrapper,body.template-product .section-products-related .atlas-related-continuous-ready:hover .swiper-wrapper,body.template-product #related-products .atlas-related-continuous-ready:focus-within .products-section-slider-wrapper,body.template-product .section-products-related .atlas-related-continuous-ready:focus-within .products-section-slider-wrapper,body.template-product #related-products .atlas-related-continuous-ready:focus-within .swiper-wrapper,body.template-product .section-products-related .atlas-related-continuous-ready:focus-within .swiper-wrapper{animation-play-state:paused !important}body.template-product #related-products .atlas-related-continuous-ready .js-item-product,body.template-product #related-products .atlas-related-continuous-ready .item-product,body.template-product #related-products .atlas-related-continuous-ready .swiper-slide,body.template-product .section-products-related .atlas-related-continuous-ready .js-item-product,body.template-product .section-products-related .atlas-related-continuous-ready .item-product,body.template-product .section-products-related .atlas-related-continuous-ready .swiper-slide{flex:0 0 218px !important;width:218px !important;min-width:218px !important;max-width:218px !important;height:auto !important;margin:0 !important;padding:0 !important;transform:none !important;box-sizing:border-box !important}body.template-product #related-products .item,body.template-product .section-products-related .item{width:100% !important;min-height:100% !important;padding:12px 12px 15px 12px !important;border:1px solid rgba(76,163,128,.28) !important;border-radius:14px !important;background:radial-gradient(circle at 100% 0%, rgba(76, 163, 128, 0.06), transparent 42%),linear-gradient(180deg, rgba(17, 28, 24, 0.72), rgba(8, 13, 12, 0.92)) !important;box-shadow:0 0 0 1px rgba(0,61,37,.12),0 12px 26px rgba(0,0,0,.2) !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;transition:border-color .22s ease,box-shadow .22s ease !important}body.template-product #related-products .js-item-product:hover .item,body.template-product .section-products-related .js-item-product:hover .item{border-color:rgba(76,163,128,.68) !important;box-shadow:0 0 0 1px rgba(76,163,128,.16),0 0 22px rgba(76,163,128,.12),0 14px 28px rgba(0,0,0,.24) !important}body.template-product #related-products .product-item-image-container.item-image,body.template-product .section-products-related .product-item-image-container.item-image{position:relative !important;width:100% !important;max-width:100% !important;aspect-ratio:1/1 !important;margin:0 auto 12px auto !important;border:1px solid rgba(76,163,128,.18) !important;border-radius:10px !important;background:#f4f7f5 !important;overflow:hidden !important}body.template-product #related-products .product-item-image-container.item-image .js-item-image-padding,body.template-product .section-products-related .product-item-image-container.item-image .js-item-image-padding{position:relative !important;width:100% !important;height:0 !important;padding-bottom:100% !important;overflow:hidden !important;background:#f4f7f5 !important}body.template-product #related-products .product-item-image-container.item-image a,body.template-product .section-products-related .product-item-image-container.item-image a{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;background:#f4f7f5 !important}body.template-product #related-products .product-item-image-container.item-image img,body.template-product .section-products-related .product-item-image-container.item-image img{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;background:#f4f7f5 !important;opacity:1 !important;visibility:visible !important;transform:none !important}body.template-product #related-products .placeholder-fade,body.template-product .section-products-related .placeholder-fade{display:none !important}body.template-product #related-products .item-description,body.template-product .section-products-related .item-description{display:flex !important;flex-direction:column !important;flex-grow:1 !important;padding-top:0 !important}body.template-product #related-products .item-link,body.template-product .section-products-related .item-link{display:flex !important;flex-direction:column !important;height:100% !important;text-decoration:none !important}body.template-product #related-products .item-name,body.template-product .section-products-related .item-name{display:block !important;min-height:58px !important;margin:0 0 10px 0 !important;color:#d8d8d8 !important;font-family:"Orbitron",sans-serif !important;font-size:11.5px !important;font-weight:500 !important;line-height:1.38 !important;letter-spacing:.055em !important;text-transform:uppercase !important;white-space:normal !important;word-break:break-word !important;overflow:visible !important;text-overflow:unset !important;max-height:none !important}body.template-product #related-products .item-price-container,body.template-product .section-products-related .item-price-container{margin-top:auto !important}body.template-product #related-products .item-price,body.template-product #related-products .js-price-display,body.template-product #related-products .price,body.template-product .section-products-related .item-price,body.template-product .section-products-related .js-price-display,body.template-product .section-products-related .price{color:#4ca380 !important;font-family:"Orbitron",sans-serif !important;font-size:13.5px !important;font-weight:600 !important;letter-spacing:.06em !important}@keyframes atlasRelatedMarquee{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(calc(-1 * var(--atlas-related-cycle-width, 1200px)), 0, 0)}}@media(max-width: 767px){body.template-product #related-products>.container-fluid,body.template-product .section-products-related>.container-fluid{padding-left:18px !important;padding-right:18px !important}body.template-product #related-products .products-section-title,body.template-product .section-products-related .products-section-title{font-size:24px !important;letter-spacing:.09em !important}body.template-product #related-products .products-section-slider-container,body.template-product .section-products-related .products-section-slider-container,body.template-product #related-products .swiper-container,body.template-product .section-products-related .swiper-container{padding-top:12px !important;padding-bottom:18px !important}body.template-product #related-products .atlas-related-continuous-ready .js-item-product,body.template-product #related-products .atlas-related-continuous-ready .item-product,body.template-product #related-products .atlas-related-continuous-ready .swiper-slide,body.template-product .section-products-related .atlas-related-continuous-ready .js-item-product,body.template-product .section-products-related .atlas-related-continuous-ready .item-product,body.template-product .section-products-related .atlas-related-continuous-ready .swiper-slide{flex-basis:164px !important;width:164px !important;min-width:164px !important;max-width:164px !important}body.template-product #related-products .atlas-related-continuous-ready .products-section-slider-wrapper,body.template-product .section-products-related .atlas-related-continuous-ready .products-section-slider-wrapper,body.template-product #related-products .atlas-related-continuous-ready .swiper-wrapper,body.template-product .section-products-related .atlas-related-continuous-ready .swiper-wrapper{gap:12px !important}body.template-product #related-products .item,body.template-product .section-products-related .item{padding:9px 9px 12px 9px !important}body.template-product #related-products .item-name,body.template-product .section-products-related .item-name{min-height:50px !important;font-size:10px !important;line-height:1.28 !important}}@media(min-width: 768px){body.template-cart #shoppingCartPage form[data-store=cart-form]>.row{display:grid !important;grid-template-columns:minmax(0, 1fr) !important;grid-auto-flow:row !important;gap:26px !important;align-items:stretch !important;width:100% !important}body.template-cart #shoppingCartPage form[data-store=cart-form]>.row>.col-md-9,body.template-cart #shoppingCartPage form[data-store=cart-form]>.row>.col-md-3{grid-column:1/-1 !important;width:100% !important;max-width:100% !important;min-width:0 !important;flex:0 0 100% !important;padding-left:0 !important;padding-right:0 !important}body.template-cart #shoppingCartPage form[data-store=cart-form]>.row>.col-md-9{order:1 !important}body.template-cart #shoppingCartPage form[data-store=cart-form]>.row>.col-md-3{order:2 !important;display:grid !important;grid-template-columns:minmax(0, 1fr) !important;gap:18px !important;margin-top:2px !important}body.template-cart #shoppingCartPage .cart-fulfillment-info,body.template-cart #shoppingCartPage #cart-sticky-summary{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important}body.template-cart #shoppingCartPage #cart-sticky-summary,body.template-cart #shoppingCartPage #cart-sticky-summary.position-sticky-md,body.template-cart #shoppingCartPage .position-sticky-md#cart-sticky-summary{position:relative !important;top:auto !important;right:auto !important;bottom:auto !important;left:auto !important;z-index:auto !important;align-self:stretch !important}}@media(max-width: 767px){body.template-cart #shoppingCartPage form[data-store=cart-form]>.row>.col-md-3{margin-top:18px !important}body.template-cart #shoppingCartPage #cart-sticky-summary,body.template-cart #shoppingCartPage #cart-sticky-summary.position-sticky-md,body.template-cart #shoppingCartPage .position-sticky-md#cart-sticky-summary{position:relative !important;top:auto !important}}@media(min-width: 769px){body.template-search>.container-fluid,body.template-search .category-body>.container-fluid{width:100% !important;max-width:1480px !important;margin-left:auto !important;margin-right:auto !important;padding-left:36px !important;padding-right:36px !important;box-sizing:border-box !important}body.template-search .page-header{padding-top:34px !important;padding-bottom:8px !important}body.template-search .page-header h1,body.template-search [data-store=page-title] h1{margin:0 !important;color:#d9d9d9 !important;font-family:"Orbitron",sans-serif !important;font-size:clamp(42px,4.8vw,72px) !important;line-height:.92 !important;font-weight:400 !important;letter-spacing:.14em !important;text-transform:uppercase !important}body.template-search .page-header+h2{max-width:1120px !important;margin-top:2px !important;margin-bottom:30px !important;padding-bottom:0 !important;color:rgba(230,236,232,.72) !important;font-family:"Orbitron",sans-serif !important;font-size:14px !important;line-height:1.45 !important;font-weight:400 !important;letter-spacing:.08em !important;text-transform:uppercase !important}body.template-search .page-header+h2 .font-weight-bold,body.template-search .page-header+h2 strong{color:#dfe7e2 !important;font-weight:500 !important}body.template-search .category-body{padding-top:0 !important}body.template-search .category-body>.container-fluid{margin-top:0 !important;margin-bottom:58px !important}body.template-search .category-body>.container-fluid>.row{display:grid !important;grid-template-columns:245px minmax(0, 1fr) !important;column-gap:34px !important;align-items:start !important;margin-left:0 !important;margin-right:0 !important}body.template-search .filters-sidebar{width:245px !important;max-width:245px !important;min-width:245px !important;flex:0 0 245px !important;padding:0 20px 0 0 !important;margin:0 !important;border-right:1px solid rgba(76,163,128,.16) !important;box-sizing:border-box !important}body.template-search .filters-sidebar .form-group{position:relative !important;width:100% !important;max-width:100% !important}body.template-search .filters-sidebar label,body.template-search .filters-sidebar .h1,body.template-search .filters-sidebar .h2{color:#d9d9d9 !important;font-family:"Orbitron",sans-serif !important;text-transform:uppercase !important;letter-spacing:.12em !important}body.template-search .filters-sidebar label.h2,body.template-search .filters-sidebar .h2.font-extra-large{margin-bottom:12px !important;font-size:21px !important;line-height:1.1 !important;font-weight:500 !important}body.template-search .filters-sidebar .h1.font-huge{font-size:22px !important;line-height:1.1 !important;font-weight:500 !important}body.template-search .filters-sidebar .form-select,body.template-search .filters-sidebar select,body.template-search .filters-sidebar input[type=number],body.template-search .filters-sidebar input[type=text]{width:100% !important;height:40px !important;min-height:40px !important;padding:0 12px !important;border:1px solid rgba(76,163,128,.34) !important;border-radius:4px !important;background:rgba(255,255,255,.035) !important;color:rgba(238,244,241,.82) !important;font-family:"Exo 2",sans-serif !important;font-size:13px !important;letter-spacing:.04em !important;box-shadow:none !important;box-sizing:border-box !important}body.template-search .filters-sidebar .form-select:focus,body.template-search .filters-sidebar select:focus,body.template-search .filters-sidebar input:focus{border-color:rgba(76,163,128,.72) !important;outline:none !important;box-shadow:0 0 0 2px rgba(76,163,128,.13) !important}body.template-search .filters-sidebar .form-select-icon{right:10px !important;color:rgba(238,244,241,.66) !important}body.template-search #filters,body.template-search .filters-properties-container{margin-top:22px !important}body.template-search .js-filter-container,body.template-search .filter-accordion{padding-top:0 !important;padding-bottom:20px !important;margin-bottom:22px !important;border-bottom:1px solid rgba(76,163,128,.16) !important}body.template-search .filters-sidebar a,body.template-search .filters-sidebar span,body.template-search .filters-sidebar label:not(.h2){color:rgba(232,238,235,.76) !important;font-family:"Exo 2",sans-serif !important;font-size:13px !important;line-height:1.45 !important;letter-spacing:.035em !important;text-transform:none !important}body.template-search .filters-sidebar .btn,body.template-search .filters-sidebar button,body.template-search .filters-sidebar input[type=submit]{min-height:36px !important;padding:0 16px !important;border:1px solid rgba(76,163,128,.5) !important;border-radius:4px !important;background:linear-gradient(180deg, rgba(76, 163, 128, 0.22), rgba(0, 61, 37, 0.92)) !important;color:#fff !important;font-family:"Orbitron",sans-serif !important;font-size:11px !important;font-weight:500 !important;letter-spacing:.08em !important;text-transform:uppercase !important}body.template-search [data-store=search-grid]{min-width:0 !important;width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;margin:0 !important}body.template-search [data-store=search-grid] .js-product-table.row-grid{display:grid !important;grid-template-columns:repeat(4, 220px) !important;justify-content:start !important;align-items:stretch !important;gap:34px 22px !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;transform:none !important}body.template-search [data-store=search-grid] .js-product-table.row-grid>.js-item-product,body.template-search [data-store=search-grid] .js-product-table.row-grid>.item-product,body.template-search [data-store=search-grid] .js-product-table.row-grid>.col-grid{width:220px !important;min-width:220px !important;max-width:220px !important;flex:none !important;padding:0 !important;margin:0 !important;float:none !important}body.template-search [data-store=search-grid] .js-item-product .item,body.template-search [data-store=search-grid] .item-product .item{position:relative !important;width:220px !important;min-width:220px !important;max-width:220px !important;height:100% !important;min-height:342px !important;display:flex !important;flex-direction:column !important;margin:0 !important;padding:12px 12px 16px !important;border:1px solid rgba(76,163,128,.34) !important;border-radius:12px !important;background:linear-gradient(180deg, rgba(20, 34, 29, 0.96) 0%, rgba(14, 24, 21, 0.98) 100%) !important;box-shadow:0 0 0 1px rgba(0,61,37,.34),0 10px 22px rgba(0,0,0,.22) !important;overflow:hidden !important;box-sizing:border-box !important;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease !important}body.template-search [data-store=search-grid] .js-item-product:hover .item,body.template-search [data-store=search-grid] .item-product:hover .item{border-color:rgba(76,163,128,.66) !important;box-shadow:0 0 0 1px rgba(76,163,128,.18),0 14px 28px rgba(0,0,0,.3) !important;transform:translateY(-2px) !important}body.template-search [data-store=search-grid] .product-item-image-container.item-image{position:relative !important;width:100% !important;max-width:100% !important;margin:0 auto !important;border-radius:9px !important;overflow:hidden !important;background:#fff !important}body.template-search [data-store=search-grid] .product-item-image-container.item-image .js-item-image-padding{position:relative !important;width:100% !important;height:0 !important;padding-bottom:100% !important;overflow:hidden !important;border-radius:9px !important;background:#fff !important}body.template-search [data-store=search-grid] .product-item-image-container.item-image .js-product-item-image-link-private{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;background:#fff !important;z-index:1 !important}body.template-search [data-store=search-grid] .product-item-image-container.item-image img,body.template-search [data-store=search-grid] .product-item-image-container.item-image img.img-absolute,body.template-search [data-store=search-grid] .product-item-image-container.item-image img.img-absolute-centered,body.template-search [data-store=search-grid] .product-item-image-container.item-image img.item-image-featured{position:absolute !important;left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;margin:auto !important;object-fit:contain !important;object-position:center center !important;transform:none !important;display:block !important;background:#fff !important;z-index:5 !important}body.template-search [data-store=search-grid] .product-item-image-container.item-image img.lazyloaded,body.template-search [data-store=search-grid] .product-item-image-container.item-image img.fade-in,body.template-search [data-store=search-grid] .product-item-image-container.item-image img.image-priority-high{opacity:1 !important;visibility:visible !important}body.template-search [data-store=search-grid] .product-item-image-container.item-image .placeholder-fade{display:none !important;opacity:0 !important;visibility:hidden !important}body.template-search [data-store=search-grid] .labels,body.template-search [data-store=search-grid] .js-labels-floating-group{z-index:20 !important}body.template-search [data-store=search-grid] .label,body.template-search [data-store=search-grid] .label-accent,body.template-search [data-store=search-grid] .label-default{border-radius:999px !important;font-family:"Orbitron",sans-serif !important;font-size:9px !important;letter-spacing:.08em !important;text-transform:uppercase !important}body.template-search [data-store=search-grid] .item-description{display:flex !important;flex-direction:column !important;flex-grow:1 !important;padding-top:12px !important}body.template-search [data-store=search-grid] .item-link{display:flex !important;flex-direction:column !important;height:100% !important;text-decoration:none !important}body.template-search [data-store=search-grid] .item-name,body.template-search [data-store=search-grid] .js-item-name{display:block !important;min-height:54px !important;max-height:none !important;height:auto !important;margin:0 0 12px 0 !important;overflow:visible !important;color:#f0f0f0 !important;font-family:"Orbitron",sans-serif !important;font-size:12.5px !important;line-height:1.34 !important;font-weight:400 !important;letter-spacing:.055em !important;text-transform:none !important;white-space:normal !important;word-break:normal !important;overflow-wrap:anywhere !important;text-overflow:unset !important}body.template-search [data-store=search-grid] .item-price-container{margin-top:auto !important;padding-top:8px !important}body.template-search [data-store=search-grid] .item-price,body.template-search [data-store=search-grid] .js-price-display,body.template-search [data-store=search-grid] .price{color:#4ca380 !important;font-family:"Orbitron",sans-serif !important;font-size:15px !important;line-height:1.2 !important;font-weight:500 !important;letter-spacing:.08em !important;text-decoration:none !important}body.template-search [data-store=search-grid] .price-compare,body.template-search [data-store=search-grid] .js-compare-price-display{display:none !important}body.template-search [data-store=search-grid] .js-product-item-slider-pagination-container-private,body.template-search [data-store=search-grid] .product-item-slider-pagination-container.d-md-none{display:none !important}body.template-search [data-store=search-grid] .js-load-more{grid-column:1/-1 !important;width:100% !important;margin-top:34px !important;margin-bottom:0 !important;text-align:center !important}body.template-search [data-store=search-grid] .js-load-more .btn,body.template-search [data-store=search-grid] .js-load-more a.btn{min-width:260px !important;min-height:44px !important;padding:13px 22px !important;border:1px solid rgba(76,163,128,.55) !important;border-radius:8px !important;background:linear-gradient(180deg, rgba(76, 163, 128, 0.22), rgba(0, 61, 37, 0.94)) !important;color:#fff !important;font-family:"Orbitron",sans-serif !important;font-size:12px !important;font-weight:500 !important;letter-spacing:.09em !important;text-transform:uppercase !important;box-shadow:0 0 0 1px rgba(0,61,37,.34),0 8px 18px rgba(0,0,0,.22) !important}body.template-search [data-store=search-grid] .js-load-more .btn:hover,body.template-search [data-store=search-grid] .js-load-more a.btn:hover{border-color:rgba(76,163,128,.85) !important;background:linear-gradient(180deg, rgba(76, 163, 128, 0.34), rgba(0, 61, 37, 0.98)) !important;color:#fff !important}}@media(min-width: 769px)and (max-width: 1240px){body.template-search .category-body>.container-fluid>.row{grid-template-columns:230px minmax(0, 1fr) !important;column-gap:26px !important}body.template-search .filters-sidebar{width:230px !important;max-width:230px !important;min-width:230px !important}body.template-search [data-store=search-grid] .js-product-table.row-grid{grid-template-columns:repeat(3, 220px) !important}}@media(min-width: 769px){body.template-search .category-body>.container-fluid>.row{display:grid !important;grid-template-columns:245px minmax(0, 1fr) !important;column-gap:34px !important;align-items:start !important}body.template-search .category-body>.container-fluid>.row>.filters-sidebar{grid-column:1 !important;grid-row:1 !important;align-self:start !important}body.template-search .category-body>.container-fluid>.row>[data-store=search-grid]{grid-column:2 !important;grid-row:1 !important;align-self:start !important;min-width:0 !important}body.template-search .filters-sidebar{position:relative !important;z-index:2 !important}body.template-search [data-store=search-grid]{position:relative !important;z-index:1 !important}body.template-search .filters-sidebar>.mb-4.pb-2:first-child,body.template-search .filters-sidebar .filters-properties-container,body.template-search .filters-sidebar .js-filter-container,body.template-search .filters-sidebar .filter-accordion{width:100% !important;max-width:100% !important}body.template-search .filters-sidebar .form-group.d-inline-block.w-auto,body.template-search .filters-sidebar .form-group.d-inline-block,body.template-search .filters-sidebar .form-group.w-auto{display:block !important;width:100% !important;max-width:100% !important}body.template-search .filters-sidebar .form-select,body.template-search .filters-sidebar select.js-sort-by-private,body.template-search .filters-sidebar select[data-component=sort-by]{appearance:none !important;-webkit-appearance:none !important;width:100% !important;height:42px !important;min-height:42px !important;padding:0 38px 0 13px !important;border:1px solid rgba(76,163,128,.44) !important;border-radius:5px !important;background-color:rgba(3,26,12,.92) !important;color:rgba(238,244,241,.92) !important;font-family:"Exo 2",sans-serif !important;font-size:13px !important;line-height:42px !important;letter-spacing:.045em !important;box-shadow:inset 0 0 0 1px rgba(0,61,37,.28) !important}body.template-search .filters-sidebar .form-select:hover,body.template-search .filters-sidebar select.js-sort-by-private:hover,body.template-search .filters-sidebar select[data-component=sort-by]:hover{border-color:rgba(76,163,128,.66) !important;background-color:rgba(5,35,19,.96) !important;color:#fff !important}body.template-search .filters-sidebar .form-select:focus,body.template-search .filters-sidebar select.js-sort-by-private:focus,body.template-search .filters-sidebar select[data-component=sort-by]:focus{border-color:rgba(76,163,128,.85) !important;background-color:rgba(5,35,19,.98) !important;color:#fff !important;outline:none !important;box-shadow:0 0 0 2px rgba(76,163,128,.14),inset 0 0 0 1px rgba(0,61,37,.32) !important}body.template-search .filters-sidebar select option{background-color:#06110c !important;color:#eaf4ef !important;font-family:"Exo 2",sans-serif !important;font-size:13px !important}body.template-search .filters-sidebar select option:checked,body.template-search .filters-sidebar select option:hover{background-color:#0b3823 !important;color:#fff !important}body.template-search .filters-sidebar .form-select-icon{position:absolute !important;top:auto !important;right:12px !important;bottom:11px !important;width:16px !important;height:16px !important;color:rgba(76,163,128,.9) !important;pointer-events:none !important;z-index:3 !important}body.template-search .filters-sidebar .form-select-icon svg,body.template-search .filters-sidebar .form-select-icon .icon-inline{width:14px !important;height:14px !important;fill:currentColor !important}body.template-search .price-filter-container .form-group,body.template-search .filters-sidebar .price-filter-container .form-group,body.template-search .filters-sidebar [data-component="list.filter-price"] .form-group{display:flex !important;flex-direction:column !important;align-items:stretch !important;gap:0 !important;width:100% !important;max-width:100% !important;margin:0 !important}body.template-search .filters-sidebar .filter-input-price-container,body.template-search .filters-sidebar .js-filter-input-price-container{display:block !important;width:100% !important;max-width:100% !important;margin:0 0 12px 0 !important;padding:0 !important;position:relative !important}body.template-search .filters-sidebar .filter-input-price-container .form-label,body.template-search .filters-sidebar .js-filter-input-price-container .form-label{display:block !important;width:100% !important;margin:0 0 6px 0 !important;color:rgba(232,238,235,.78) !important;font-family:"Exo 2",sans-serif !important;font-size:12px !important;line-height:1.25 !important;letter-spacing:.04em !important;text-transform:none !important}body.template-search .filters-sidebar .filter-input-price,body.template-search .filters-sidebar .js-price-filter-input,body.template-search .filters-sidebar input[name=min_price],body.template-search .filters-sidebar input[name=max_price]{display:block !important;width:100% !important;max-width:100% !important;height:40px !important;min-height:40px !important;margin:0 !important;padding:0 12px !important;border:1px solid rgba(76,163,128,.38) !important;border-radius:5px !important;background-color:rgba(255,255,255,.035) !important;color:rgba(238,244,241,.9) !important;font-family:"Exo 2",sans-serif !important;font-size:13px !important;letter-spacing:.04em !important;box-sizing:border-box !important}body.template-search .filters-sidebar .filter-input-price::placeholder,body.template-search .filters-sidebar .js-price-filter-input::placeholder{color:rgba(238,244,241,.42) !important}body.template-search .filters-sidebar .js-price-filter-btn,body.template-search .filters-sidebar .price-filter-container button[type=submit],body.template-search .filters-sidebar [data-component="list.filter-price.submit"]{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;min-height:38px !important;margin:6px 0 0 0 !important;padding:0 16px !important;border-radius:5px !important;box-sizing:border-box !important}body.template-search .filters-sidebar .js-price-filter-btn.disabled,body.template-search .filters-sidebar .js-price-filter-btn:disabled,body.template-search .filters-sidebar [data-component="list.filter-price.submit"].disabled,body.template-search .filters-sidebar [data-component="list.filter-price.submit"]:disabled{opacity:.72 !important;cursor:not-allowed !important}body.template-search .filters-sidebar .checkbox-container,body.template-search .filters-sidebar .js-filter-checkbox{display:flex !important;align-items:center !important;width:100% !important;margin:0 !important;padding:2px 0 !important}body.template-search .filters-sidebar .checkbox-text{color:rgba(232,238,235,.78) !important}body.template-search .filters-sidebar .checkbox-container:hover .checkbox-text,body.template-search .filters-sidebar .js-filter-checkbox:hover .checkbox-text{color:#fff !important}}@media(min-width: 769px)and (max-width: 1240px){body.template-search .category-body>.container-fluid>.row{grid-template-columns:230px minmax(0, 1fr) !important;column-gap:26px !important}}@media(min-width: 480px)and (max-width: 768px){body.template-search .category-controls,body.template-search .category-body{clear:both !important}body.template-search .category-controls .category-controls-row,body.template-search .category-controls-container,body.template-search .filters-properties-container{position:relative !important;z-index:3 !important}body.template-search [data-store=search-grid]{position:relative !important;z-index:1 !important;clear:both !important}body.template-search .js-price-filter-container .form-group,body.template-search .price-filter-container .form-group{display:flex !important;flex-direction:column !important;align-items:stretch !important}body.template-search .js-filter-input-price-container,body.template-search .filter-input-price-container{display:block !important;width:100% !important;margin:0 0 10px 0 !important}body.template-search .js-price-filter-btn,body.template-search .price-filter-container button[type=submit]{display:block !important;width:100% !important;margin-top:6px !important}}@media(min-width: 769px){:root{--atlas-card-title-size-desktop: 13px;--atlas-card-title-line-desktop: 1.34;--atlas-card-title-min-height-desktop: 70px;--atlas-card-price-size-desktop: 15px}body.template-home .section-featured-products-home .row.row-grid,body.template-home .section-new-products-home .row.row-grid,body.template-home .section-featured-home .swiper-wrapper.row-grid,body.template-home .section-new-products-home .swiper-wrapper.row-grid{align-items:stretch !important}body.template-home .section-featured-products-home .js-item-product,body.template-home .section-featured-products-home .item-product,body.template-home .section-featured-products-home .col-grid,body.template-home .section-new-products-home .js-item-product,body.template-home .section-new-products-home .item-product,body.template-home .section-new-products-home .col-grid{display:flex !important;align-items:stretch !important;align-self:stretch !important;height:auto !important}body.template-home .section-featured-products-home .item,body.template-home .section-new-products-home .item{min-height:330px !important;height:100% !important;display:flex !important;flex-direction:column !important}body.template-search [data-store=search-grid] .js-item-product,body.template-search [data-store=search-grid] .item-product,body.template-search [data-store=search-grid] .col-grid{display:flex !important;align-items:stretch !important;align-self:stretch !important}body.template-search [data-store=search-grid] .item{min-height:338px !important;height:100% !important;display:flex !important;flex-direction:column !important}body.template-product #related-products .item,body.template-product .section-products-related .item{min-height:318px !important;height:100% !important;display:flex !important;flex-direction:column !important}body.template-home .section-featured-products-home .item-description,body.template-home .section-new-products-home .item-description,body.template-search [data-store=search-grid] .item-description,body.template-product #related-products .item-description,body.template-product .section-products-related .item-description{display:flex !important;flex-direction:column !important;flex-grow:1 !important}body.template-home .section-featured-products-home .item-link,body.template-home .section-new-products-home .item-link,body.template-search [data-store=search-grid] .item-link,body.template-product #related-products .item-link,body.template-product .section-products-related .item-link{display:flex !important;flex-direction:column !important;flex-grow:1 !important;height:100% !important;text-decoration:none !important}body.template-home .section-featured-products-home .item-name,body.template-home .section-featured-products-home .js-item-name,body.template-home .section-new-products-home .item-name,body.template-home .section-new-products-home .js-item-name,body.template-search [data-store=search-grid] .item-name,body.template-search [data-store=search-grid] .js-item-name,body.template-product #related-products .item-name,body.template-product #related-products .js-item-name,body.template-product .section-products-related .item-name,body.template-product .section-products-related .js-item-name{display:block !important;min-height:var(--atlas-card-title-min-height-desktop) !important;max-height:none !important;height:auto !important;margin:0 0 12px 0 !important;overflow:visible !important;color:#f0f0f0 !important;font-family:"Orbitron",sans-serif !important;font-size:var(--atlas-card-title-size-desktop) !important;line-height:var(--atlas-card-title-line-desktop) !important;font-weight:400 !important;letter-spacing:.055em !important;text-transform:none !important;white-space:normal !important;word-break:normal !important;overflow-wrap:anywhere !important;text-overflow:unset !important}body.template-home .section-featured-products-home .item-price-container,body.template-home .section-new-products-home .item-price-container,body.template-search [data-store=search-grid] .item-price-container,body.template-product #related-products .item-price-container,body.template-product .section-products-related .item-price-container{margin-top:auto !important;padding-top:8px !important}body.template-home .section-featured-products-home .item-price,body.template-home .section-featured-products-home .js-price-display,body.template-home .section-featured-products-home .price,body.template-home .section-new-products-home .item-price,body.template-home .section-new-products-home .js-price-display,body.template-home .section-new-products-home .price,body.template-search [data-store=search-grid] .item-price,body.template-search [data-store=search-grid] .js-price-display,body.template-search [data-store=search-grid] .price,body.template-product #related-products .item-price,body.template-product #related-products .js-price-display,body.template-product #related-products .price,body.template-product .section-products-related .item-price,body.template-product .section-products-related .js-price-display,body.template-product .section-products-related .price{color:#4ca380 !important;font-family:"Orbitron",sans-serif !important;font-size:var(--atlas-card-price-size-desktop) !important;line-height:1.2 !important;font-weight:500 !important;letter-spacing:.075em !important;text-decoration:none !important}body.template-product #related-products,body.template-product .section-products-related{--atlas-card-title-size-desktop: 12.5px;--atlas-card-title-min-height-desktop: 66px;--atlas-card-price-size-desktop: 14px}}@media(min-width: 769px){body.template-home .section-featured-products-home .js-item-image-padding,body.template-home .section-new-products-home .js-item-image-padding{cursor:grab !important;user-select:none !important;-webkit-user-select:none !important;touch-action:pan-y !important}body.template-home .section-featured-products-home .js-item-image-padding.atlas-home-carousel-dragging,body.template-home .section-new-products-home .js-item-image-padding.atlas-home-carousel-dragging{cursor:grabbing !important}}body.template-home .section-featured-products-home .atlas-home-card-carousel-ready .js-item-image-padding,body.template-home .section-new-products-home .atlas-home-card-carousel-ready .js-item-image-padding{overflow:hidden !important}body.template-home .section-featured-products-home .atlas-home-card-carousel-ready .js-product-item-image-link-private,body.template-home .section-new-products-home .atlas-home-card-carousel-ready .js-product-item-image-link-private{z-index:2 !important}body.template-home .section-featured-products-home .atlas-home-card-carousel-ready .product-item-image,body.template-home .section-featured-products-home .atlas-home-card-carousel-ready .js-item-image,body.template-home .section-new-products-home .atlas-home-card-carousel-ready .product-item-image,body.template-home .section-new-products-home .atlas-home-card-carousel-ready .js-item-image{transition:opacity .18s ease,transform .22s ease !important;will-change:opacity,transform !important}body.template-home .section-featured-products-home .atlas-home-card-carousel-ready.atlas-home-card-carousel-loading .product-item-image,body.template-home .section-featured-products-home .atlas-home-card-carousel-ready.atlas-home-card-carousel-loading .js-item-image,body.template-home .section-new-products-home .atlas-home-card-carousel-ready.atlas-home-card-carousel-loading .product-item-image,body.template-home .section-new-products-home .atlas-home-card-carousel-ready.atlas-home-card-carousel-loading .js-item-image{opacity:.35 !important}body.template-home .atlas-home-carousel-arrow{position:absolute !important;top:50% !important;z-index:12 !important;width:30px !important;height:44px !important;padding:0 !important;margin:0 !important;border:1px solid rgba(76,163,128,.45) !important;border-radius:8px !important;background:rgba(3,26,12,.74) !important;color:#dff5eb !important;font-family:"Orbitron",sans-serif !important;font-size:24px !important;line-height:1 !important;display:flex !important;align-items:center !important;justify-content:center !important;cursor:pointer !important;opacity:0 !important;visibility:hidden !important;transform:translate3d(0, -50%, 0) !important;transition:opacity .18s ease,visibility .18s ease,background .18s ease,border-color .18s ease !important;box-shadow:0 0 10px rgba(0,0,0,.25) !important}body.template-home .atlas-home-carousel-arrow-prev{left:8px !important}body.template-home .atlas-home-carousel-arrow-next{right:8px !important}body.template-home .atlas-home-card-carousel-ready:hover .atlas-home-carousel-arrow,body.template-home .atlas-home-card-carousel-ready:focus-within .atlas-home-carousel-arrow{opacity:1 !important;visibility:visible !important}body.template-home .atlas-home-carousel-arrow:hover,body.template-home .atlas-home-carousel-arrow:focus{background:rgba(0,61,37,.95) !important;border-color:rgba(76,163,128,.9) !important;color:#fff !important;outline:none !important}body.template-home .atlas-home-carousel-count{position:absolute !important;right:9px !important;bottom:9px !important;z-index:12 !important;min-width:38px !important;padding:3px 7px !important;border-radius:999px !important;background:rgba(3,26,12,.78) !important;border:1px solid rgba(76,163,128,.45) !important;color:#dff5eb !important;font-family:"Orbitron",sans-serif !important;font-size:10px !important;line-height:1.2 !important;letter-spacing:.06em !important;text-align:center !important;pointer-events:none !important;opacity:.88 !important;box-shadow:0 0 8px rgba(0,0,0,.22) !important}@media(max-width: 768px){body.template-home .atlas-home-carousel-arrow{opacity:.82 !important;visibility:visible !important;width:26px !important;height:38px !important;font-size:20px !important}body.template-home .atlas-home-carousel-arrow-prev{left:6px !important}body.template-home .atlas-home-carousel-arrow-next{right:6px !important}body.template-home .atlas-home-carousel-count{right:7px !important;bottom:7px !important;font-size:9px !important}}@media(min-width: 769px){.btn-whatsapp{bottom:auto !important;top:50% !important;transform:translate3d(0, -50%, 0) !important;will-change:transform,box-shadow !important;backface-visibility:hidden !important}.btn-whatsapp:hover,.btn-whatsapp:focus-visible{transform:translate3d(0, calc(-50% - 2px), 0) !important}.btn-whatsapp::after{transform:translate3d(12px, -50%, 0) !important;will-change:transform,opacity,filter !important;backface-visibility:hidden !important}.btn-whatsapp:hover::after,.btn-whatsapp:focus-visible::after{transform:translate3d(0, -50%, 0) !important}.btn-whatsapp svg,.btn-whatsapp .icon-inline{transform-origin:50% 50% !important;backface-visibility:hidden !important;will-change:filter,transform !important;animation:atlas-whatsapp-glow-smooth 2.6s ease-in-out infinite !important}.btn-whatsapp:hover svg,.btn-whatsapp:hover .icon-inline,.btn-whatsapp:focus-visible svg,.btn-whatsapp:focus-visible .icon-inline{animation:none !important;transform:translateZ(0) scale(1) !important}}@keyframes atlas-whatsapp-glow-smooth{0%,100%{filter:drop-shadow(0 0 4px rgba(76, 163, 128, 0.36));transform:translateZ(0) scale(1)}50%{filter:drop-shadow(0 0 11px rgba(76, 163, 128, 0.82));transform:translateZ(0) scale(1.035)}}.atlas-cnpj-normalized{white-space:nowrap !important}@media(min-width: 769px){.btn-whatsapp{bottom:auto !important;top:50% !important;transform:translate3d(0, -50%, 0) !important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease !important;will-change:transform,box-shadow !important;backface-visibility:hidden !important}.btn-whatsapp:hover,.btn-whatsapp:focus-visible{transform:translate3d(0, calc(-50% - 1px), 0) !important}.btn-whatsapp::after{transform:translate3d(2px, -50%, 0) !important;transition:transform .22s ease,opacity .22s ease,filter .22s ease !important;will-change:transform,opacity,filter !important;backface-visibility:hidden !important}.btn-whatsapp:hover::after,.btn-whatsapp:focus-visible::after{transform:translate3d(0, -50%, 0) !important}.btn-whatsapp svg,.btn-whatsapp .icon-inline{transform-origin:50% 50% !important;backface-visibility:hidden !important;will-change:filter,transform !important;animation:atlas-whatsapp-glow-subtle 2.9s ease-in-out infinite !important}.btn-whatsapp:hover svg,.btn-whatsapp:hover .icon-inline,.btn-whatsapp:focus-visible svg,.btn-whatsapp:focus-visible .icon-inline{animation:none !important;transform:translateZ(0) scale(1) !important}}@keyframes atlas-whatsapp-glow-subtle{0%,100%{filter:drop-shadow(0 0 4px rgba(76, 163, 128, 0.36));transform:translateZ(0) scale(1)}50%{filter:drop-shadow(0 0 9px rgba(76, 163, 128, 0.72));transform:translateZ(0) scale(1.006)}}body.template-home .textbanner img.textbanner-image-effect,body.template-home .textbanner:hover img.textbanner-image-effect,body.template-home .textbanner:focus img.textbanner-image-effect,body.template-home .textbanner:focus-within img.textbanner-image-effect,body.template-home .section-banner-home img.textbanner-image-effect,body.template-home .section-banners-home img.textbanner-image-effect{transform:none !important;animation:none !important}body.template-home .textbanner .textbanner-image-effect,body.template-home .textbanner .textbanner-text{transition:opacity .22s ease,filter .22s ease,color .22s ease,background-color .22s ease !important}body.template-home [data-store=home-slider] img,body.template-home .section-slider-home img,body.template-home .js-home-slider img,body.template-home .js-home-slider-mobile img{transform:none !important;animation:none !important}.atlas-institutional-page{max-width:1040px !important;margin:46px auto 70px !important;padding:0 22px !important;color:#d8d8d8 !important;font-family:"Exo 2",sans-serif !important;line-height:1.68 !important;letter-spacing:.02em !important;box-sizing:border-box !important}.atlas-institutional-page *{box-sizing:border-box !important}.atlas-institutional-page .atlas-policy-card{width:100% !important;padding:34px 38px 38px !important;background:linear-gradient(180deg, rgba(20, 34, 29, 0.96), rgba(10, 18, 16, 0.98)) !important;border:1px solid rgba(76,163,128,.35) !important;border-radius:14px !important;box-shadow:0 0 0 1px rgba(0,61,37,.28),0 16px 36px rgba(0,0,0,.28) !important}.atlas-institutional-page h1,.atlas-institutional-page h2,.atlas-institutional-page h3{font-family:"Orbitron",sans-serif !important;color:#f1f4f2 !important;text-transform:uppercase !important;font-weight:500 !important}.atlas-institutional-page h1{margin:0 0 12px !important;font-size:32px !important;line-height:1.18 !important;letter-spacing:.09em !important;text-align:left !important}.atlas-institutional-page .atlas-policy-updated{display:inline-block !important;margin:0 0 30px !important;padding:6px 10px !important;font-family:"Orbitron",sans-serif !important;font-size:11px !important;line-height:1.35 !important;letter-spacing:.08em !important;color:#4ca380 !important;border:1px solid rgba(76,163,128,.32) !important;border-radius:999px !important;background:rgba(76,163,128,.08) !important}.atlas-institutional-page h2{margin:34px 0 14px !important;padding-top:18px !important;border-top:1px solid rgba(76,163,128,.22) !important;font-size:18px !important;line-height:1.35 !important;letter-spacing:.08em !important}.atlas-institutional-page h2:first-of-type{margin-top:28px !important}.atlas-institutional-page p{margin:0 0 15px !important;color:#d8d8d8 !important;font-family:"Exo 2",sans-serif !important;font-size:15.5px !important;line-height:1.68 !important;letter-spacing:.02em !important}.atlas-institutional-page ul{margin:8px 0 18px 0 !important;padding-left:22px !important}.atlas-institutional-page li{margin:0 0 7px !important;padding-left:4px !important;color:#d8d8d8 !important;font-family:"Exo 2",sans-serif !important;font-size:15.5px !important;line-height:1.58 !important;letter-spacing:.02em !important}.atlas-institutional-page li::marker{color:#4ca380 !important}.atlas-institutional-page strong{color:#f1f4f2 !important;font-weight:700 !important}.atlas-institutional-page .atlas-policy-intro{margin:18px 0 26px !important;padding:18px 20px !important;border-left:3px solid rgba(76,163,128,.75) !important;background:rgba(255,255,255,.035) !important;border-radius:10px !important}.atlas-institutional-page .atlas-policy-intro p:last-child,.atlas-institutional-page .atlas-policy-box p:last-child,.atlas-institutional-page .atlas-contact-box p:last-child{margin-bottom:0 !important}.atlas-institutional-page .atlas-policy-box,.atlas-institutional-page .atlas-contact-box{margin:22px 0 !important;padding:18px 20px !important;background:rgba(0,0,0,.2) !important;border:1px solid rgba(76,163,128,.24) !important;border-radius:12px !important}.atlas-institutional-page .atlas-contact-box{margin-top:16px !important}.atlas-institutional-page a{color:#4ca380 !important;text-decoration:none !important}.atlas-institutional-page a:hover{text-decoration:underline !important}@media(max-width: 768px){.atlas-institutional-page{margin:28px auto 48px !important;padding:0 15px !important}.atlas-institutional-page .atlas-policy-card{padding:24px 18px 28px !important;border-radius:12px !important}.atlas-institutional-page h1{font-size:23px !important;line-height:1.28 !important;letter-spacing:.07em !important}.atlas-institutional-page h2{margin-top:28px !important;font-size:15px !important;line-height:1.42 !important;letter-spacing:.07em !important}.atlas-institutional-page p,.atlas-institutional-page li{font-size:14.5px !important;line-height:1.62 !important}.atlas-institutional-page ul{padding-left:19px !important}}html,body{overflow-x:hidden;width:100%}
/* Engine:dart */