@font-face{font-family:Manrope;font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F.ttf) format('truetype')}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F.ttf) format('truetype')}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype')}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype')}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf) format('truetype')}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format('truetype')}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype')}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;line-height:1.47;color:#000;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.header .header-container{margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:80px}.header .header-container .logo img{height:65px;width:auto}.header .header-container .main-nav ul{display:flex;list-style:none;gap:40px}.header .header-container .main-nav ul a{text-decoration:none;color:#000;font-weight:500;font-size:18px;letter-spacing:.05em;text-transform:uppercase;transition:color .3s ease}.header .header-container .main-nav ul a:hover{color:#ea5b0c}.header .header-container .header-actions{display:flex;align-items:center;justify-content:center;gap:20px}.header .header-container .header-actions .search-bar{position:relative;display:flex;align-items:center;justify-content:center}.header .header-container .header-actions .search-bar .search-form{display:flex;align-items:center;width:100%}.header .header-container .header-actions .search-bar input{width:950px;padding:10px 40px 10px 20px;border:1px solid #ea5b0c;border-radius:25px;background-color:rgba(234,91,12,.05);font-size:16px;outline:0;transition:all .3s ease}.header .header-container .header-actions .search-bar input::placeholder{color:#ea5b0c;opacity:.7}.header .header-container .header-actions .search-bar input.isLogged{width:765px}@media (max-width:1400px){.header .header-container .header-actions .search-bar input.isLogged{width:650px}}.header .header-container .header-actions .search-bar input:focus{background-color:rgba(234,91,12,.1)}.header .header-container .header-actions .search-bar .search-btn{position:absolute;right:20px;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.header .header-container .header-actions .search-bar .search-btn:hover{transform:scale(1.1)}.header .header-container .header-actions .header-icons{display:flex;align-items:center}.header .header-container .header-actions .header-icons .headerIcon{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:10px;border-radius:10px;transition:all .3s ease;position:relative}.header .header-container .header-actions .header-icons .headerIcon:hover{background-color:rgba(234,91,12,.1);transform:translateY(-2px)}.header .header-container .header-actions .header-icons .headerIcon img{width:24px;height:24px;object-fit:contain;transition:all .3s ease}.header .header-container .header-actions .header-icons .headerIcon:hover img{transform:scale(1.1)}.header .header-container .header-actions .header-icons .headerIcon.language-selector .language-dropdown{position:absolute;top:0;right:0;background:#fff;border:1px solid #f5e2cc;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.1);min-width:200px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;margin-top:10px}.header .header-container .header-actions .header-icons .headerIcon.language-selector .language-dropdown .language-option{display:flex;align-items:center;gap:10px;padding:10px 15px;text-decoration:none;color:#000;transition:all .3s ease}.header .header-container .header-actions .header-icons .headerIcon.language-selector .language-dropdown .language-option:hover{background-color:rgba(234,91,12,.05)}.header .header-container .header-actions .header-icons .headerIcon.language-selector .language-dropdown .language-option .flag-icon{width:20px;height:14px;object-fit:cover;border-radius:2px}.header .header-container .header-actions .header-icons .headerIcon.language-selector .language-dropdown .language-option .language-code{font-family:Manrope;font-weight:500;font-size:15px}.header .header-container .header-actions .header-icons .headerIcon.language-selector:hover .language-dropdown{opacity:1;visibility:visible;transform:translate(0,20%)}@media (max-width:768px){.header .header-container .header-actions .header-icons .headerIcon.language-selector .language-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:300px;margin-top:0;box-shadow:0 10px 30px rgba(0,0,0,.3)}.header .header-container .header-actions .header-icons .headerIcon.language-selector .language-option{padding:15px 20px;font-size:16px}}@media (max-width:1200px){.header .header-container{display:block;text-align:center;height:165px;padding:25px 0}.header .header-container .header-actions{margin-top:10px}.header .header-container #searchInput{width:auto}}@media (max-width:991px){.header .header-container{height:235px}.header .header-container .header-actions{display:inline-table!important;text-align:center}.header .header-container .search-bar{position:relative;display:flex;align-items:center;justify-content:center}.header .header-container .header-icons{display:inline-flex!important;align-items:center}}.hero{background:linear-gradient(135deg,#ea5b0c 0,#ea5b0c 100%);color:#fff;padding:100px 0;text-align:center}.hero .hero-content{max-width:800px;margin:0 auto;padding:0 20px}.hero .hero-content .hero-title{font-size:48px;font-weight:700;line-height:1.33;margin-bottom:40px}.hero .hero-content .hero-cta{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.featured-products{background-color:#fff;padding:15px 0}.featured-products .forceHeightSafari{height:600px}.featured-products .products-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;height:600px}.featured-products .products-grid .main-product{grid-row:1/-1}.featured-products .products-grid .main-product .product-image{height:100%}.featured-products .products-grid .small-products-grid{display:flex;gap:15px;height:100%}.featured-products .products-grid .small-products-grid .small-column{flex:1;display:flex;flex-direction:column;gap:20px;height:100%;min-height:0;overflow:hidden}.featured-products .products-grid .small-products-grid .small-column .small-product .product-image{height:65%;margin-top:15px}.featured-products .products-grid .small-products-grid .small-column:first-child .small-product:first-child{flex:0 0 calc(60% - 10px)}.featured-products .products-grid .small-products-grid .small-column:first-child .small-product:last-child{flex:0 0 calc(40% - 10px)}.featured-products .products-grid .small-products-grid .small-column:last-child .small-product:first-child{flex:0 0 calc(40% - 10px)}.featured-products .products-grid .small-products-grid .small-column:last-child .small-product:last-child{flex:0 0 calc(60% - 10px)}.product-card{position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.product-card .main-product-image{height:100%;position:relative;overflow:hidden}.product-card .main-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card .small-product-image{height:70%;position:relative;overflow:hidden;background-size:contain;background-position:center;background-repeat:no-repeat}.product-card:hover .small-product-image{transition:all .3s ease;transform:scale(1.05)}.product-card:hover .main-product-image img{transform:scale(1.05)}.product-card .product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 100%)}.product-card .product-content{position:absolute;bottom:0;left:0;right:0;padding:15px;color:#fff;z-index:10;display:inline-grid}.product-card .product-content h3{font-size:18px;font-weight:700;line-height:1.33;margin:0;flex:1;margin-right:20px}.product-card .product-content .product-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:rgba(255,255,255,.2);flex-shrink:0}.product-card .product-content p{z-index:10;margin-bottom:8px;font-family:Manrope;font-weight:700;font-size:16px;line-height:24px;letter-spacing:0}.product-card .product-content svg{fill:white;position:relative;z-index:inherit}.product-card .product-content::after{content:"";position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(to top,rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 50%,transparent 100%);pointer-events:none;z-index:1}.product-card:hover .product-icon{background-color:rgba(255,255,255,.3)}.small-product-link{display:block;text-decoration:none;color:inherit;max-height:100%}.small-product-link.small-product-link-60{height:calc(60% - 10px)}.small-product-link.small-product-link-40{height:calc(40% - 10px)}.flickity-product .flickity-viewport{height:100%!important}.flickity-product .flickity-viewport a{height:100%;width:100%}.flickity-product .flickity-page-dots{bottom:7px;text-align:end;padding-right:7px}.flickity-product .flickity-page-dots .dot{margin:0 3px;background:#fff}.contact-info-bar,.delivery-info-bar{background-color:#676e73;padding:20px 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;color:#fff}.contact-info-bar .contact-item,.delivery-info-bar .contact-item{display:flex;align-items:center;justify-content:center;gap:20px;min-width:0;overflow:hidden}.contact-info-bar .contact-item .contact-icon,.delivery-info-bar .contact-item .contact-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:transparent;flex-shrink:0}.contact-info-bar .contact-item:hover .contact-icon,.delivery-info-bar .contact-item:hover .contact-icon{background-color:rgba(255,255,255,.2)}.contact-info-bar .contact-item .contact-text h4,.delivery-info-bar .contact-item .contact-text h4{font-size:20px;margin-bottom:5px;line-height:1.33}.contact-info-bar .contact-item .contact-text p,.delivery-info-bar .contact-item .contact-text p{font-size:20px;line-height:1.33;margin:0}.contact-info-bar .contact-item .contact-text a,.delivery-info-bar .contact-item .contact-text a{color:#fff!important;text-decoration:none!important}.btn{padding:20px 30px;border-radius:25px;font-weight:700;font-size:15px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.btn.btn-primary{background-color:#ea5b0c;color:#fff;border:1px solid #ea5b0c}.btn.btn-primary:hover{background-color:#f0f1f1;transform:translateY(-2px)}.btn.btn-primary:active{background-color:#ea5b0c!important;border-color:#ea5b0c!important}.btn.btn-primary:disabled{background-color:#ea5b0c!important;border-color:#ea5b0c!important}.btn.btn-primary:focus{background-color:#ea5b0c!important;border-color:#ea5b0c!important}.btn.btn-secondary{background-color:#fff;color:#000;border:1px solid #000}.btn.btn-secondary:hover{background-color:#f8f9fa;transform:translateY(-2px)}.btn.btn-outline{background-color:#fff;color:#000;border:1px solid #000}.btn.btn-outline:hover{background-color:#000;color:#fff}.product-categories{padding:40px 0;background-color:#f8f9fa}.product-categories .category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.product-categories .category-card{background-color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease;position:relative}.product-categories .category-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.product-categories .category-card .category-image{position:relative;height:200px;overflow:hidden}.product-categories .category-card .category-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-categories .category-card:hover .category-image img{transform:scale(1.1)}.product-categories .category-card .category-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 100%)}.product-categories .category-card .category-content{padding:30px}.product-categories .category-card .category-content h3{font-size:24px;font-weight:700;color:#fff;margin-bottom:20px;position:relative;z-index:2}.product-categories .category-card .category-content p{color:#fff;margin-bottom:30px;position:relative;z-index:2;opacity:.9}.product-categories .category-card .category-content .category-btn{background-color:#ea5b0c;color:#fff;border:none;padding:10px 30px;border-radius:25px;font-weight:700;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;position:relative;z-index:2}.product-categories .category-card .category-content .category-btn:hover{background-color:#f0f1f1;transform:translateX(5px)}.info-sections{padding:40px 0;background-color:#fff}.info-sections .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.info-sections .info-card{padding:40px;background-color:rgba(234,91,12,.15);border-radius:20px}.info-sections .info-card h2{font-size:30px;font-weight:700;color:#000;margin-bottom:20px;line-height:1.33}.info-sections .info-card p{font-family:Montserrat,sans-serif;font-size:15px;line-height:1.47;color:#000;margin-bottom:30px}.info-sections .info-card .sectors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.info-sections .info-card .sectors-grid .sector-item{background-color:#fff;color:#000;padding:20px 20px;border-radius:8px;font-weight:700;font-size:30px;text-align:center;line-height:1.07;box-shadow:0 2px 10px rgba(0,0,0,.1)}.info-sections .info-card .features-list{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.info-sections .info-card .features-list .feature-item{display:flex;align-items:center;justify-content:center;gap:20px}.info-sections .info-card .features-list .feature-item .feature-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:#ea5b0c}.info-sections .info-card .features-list .feature-item span{font-weight:700;font-size:22px;color:#ea5b0c;line-height:1.25}.info-sections .info-card .brands-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.info-sections .info-card .brands-grid .brand-item{background-color:#fff;color:#000;padding:20px;border-radius:8px;text-align:center;font-weight:700;font-size:18px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.contact-section{background-color:#ea5b0c;color:#fff;padding:60px 0}.contact-section .contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;text-align:center}.contact-section .contact-content .contact-info h3{font-size:20px;font-weight:700;margin-bottom:10px;line-height:1.33}.contact-section .contact-content .contact-info p{font-size:20px;font-weight:700;line-height:1.33}.footerContainer{padding-top:30px;padding-bottom:30px;background-color:#676e73}.footerContainer .delivery-info-bar .contact-item:hover{background-color:transparent}.footerContainer .delivery-info-bar .contact-item:hover .contact-icon{background-color:transparent}.footerContainer .delivery-info-bar .contact-item .contact-icon{width:80px;height:auto}.footerContainer .delivery-info-bar .contact-item .contact-icon:hover{background-color:transparent}.footerContainer .delivery-info-bar .contact-item .contact-text p{font-size:16px}.linkFooterSectionProductLines{background:#f0f1f1;padding:30px 0;color:#495057;border-bottom:2px solid #fff}.linkFooterSectionProductLines *{color:#495057}.linkFooterSectionProductLines a{color:#000!important;text-decoration:none!important}.linkFooterSectionProductLines h2,.linkFooterSectionProductLines h4{font-family:Manrope;font-weight:700;font-size:20px;line-height:45px;letter-spacing:0}.linkFooterSectionProductLines .newsletterSection .newsletter-section{width:85%}@media (max-width:768px){.linkFooterSectionProductLines .newsletterSection .newsletter-section{width:100%}}.linkFooterSectionProductLines .newsletterSection h2,.linkFooterSectionProductLines .newsletterSection h4{font-family:Manrope;font-weight:700;font-size:30px;line-height:48px;letter-spacing:0}.linkFooterSectionProductLines .newsletterSection .newsletter-form{display:flex;flex-direction:column;gap:20px;margin-bottom:30px;background:rgba(255,255,255,.1);padding:30px;border-radius:10px;backdrop-filter:blur(10px);padding:0;background-color:transparent}.linkFooterSectionProductLines .newsletterSection .newsletter-form .form-group{width:100%;position:relative}.linkFooterSectionProductLines .newsletterSection .newsletter-form .form-group:last-of-type{margin-bottom:10px}.linkFooterSectionProductLines .newsletterSection .newsletter-form input[type=email],.linkFooterSectionProductLines .newsletterSection .newsletter-form input[type=text]{width:100%;background-color:#f0f1f1;border:1px solid #000;padding:2px 6px;margin-bottom:5px}.linkFooterSectionProductLines .newsletterSection .newsletter-form button[type=submit]{border:2px solid #ea5b0c;background-color:transparent;background:0 0;border-radius:25px;padding:7px;color:#ea5b0c;font-weight:700;padding:.75rem;background:#ea5b0c;border:none;border-radius:10px;color:#fff!important;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease;border-radius:50px;padding:5px 30px;text-decoration:none;font-family:Manrope,sans-serif;font-weight:700;margin-left:auto;margin-right:auto;text-align:center;display:table;transition:all .3s ease;width:100%}.linkFooterSectionProductLines .newsletterSection .newsletter-form button[type=submit] a{color:#fff!important}.linkFooterSectionProductLines .newsletterSection .newsletter-form button[type=submit]:hover{background:#b9480a}.linkFooterSectionProductLines .newsletterSection .newsletter-form .alert{padding:15px 20px;border-radius:8px;margin-top:15px;font-size:14px;font-weight:500;backdrop-filter:blur(10px);border:none;position:relative;overflow:hidden}.linkFooterSectionProductLines .newsletterSection .newsletter-form .alert::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%}.linkFooterSectionProductLines .newsletterSection .newsletter-form .alert.alert-success{background:linear-gradient(135deg,rgba(40,167,69,.15) 0,rgba(40,167,69,.25) 100%);color:#fff;border:1px solid rgba(40,167,69,.3)}.linkFooterSectionProductLines .newsletterSection .newsletter-form .alert.alert-success::before{background:#28a745}.linkFooterSectionProductLines .newsletterSection .newsletter-form .alert.alert-danger{background:linear-gradient(135deg,rgba(220,53,69,.15) 0,rgba(220,53,69,.25) 100%);color:#fff;border:1px solid rgba(220,53,69,.3)}.linkFooterSectionProductLines .newsletterSection .newsletter-form .alert.alert-danger::before{background:#dc3545}.linkFooterSectionProductLines .newsletterSection .newsletter-form .checkbox-label{display:flex;align-items:flex-start;gap:15px;font-size:13px;line-height:1.6;color:#fff;cursor:pointer;padding:10px;transition:all .3s ease;padding:0;background-color:transparent;line-height:15px;font-size:14px}.linkFooterSectionProductLines .newsletterSection .newsletter-form .checkbox-label input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0;z-index:-1}.linkFooterSectionProductLines .newsletterSection .newsletter-form .checkbox-label .custom-checkbox{position:relative;display:inline-block;width:18px;height:18px;background-color:transparent;border:2px solid #000;border-radius:50%;margin-top:2px;flex-shrink:0;transition:all .3s ease}.linkFooterSectionProductLines .newsletterSection .newsletter-form .checkbox-label .custom-checkbox::after{content:"";position:absolute;display:none;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.linkFooterSectionProductLines .newsletterSection .newsletter-form .checkbox-label .custom-checkbox.checked{background-color:#ea5b0c;border-color:#ea5b0c}.linkFooterSectionProductLines .newsletterSection .newsletter-form .checkbox-label .custom-checkbox.checked::after{display:block}.linkFooterSectionProductLines .newsletterSection .newsletter-form .checkbox-label .checkbox-text{flex:1;font-weight:400;white-space:normal;word-wrap:break-word;padding-left:0;text-indent:0;line-height:1.4;text-align:justify}.linkFooterSection{background:#f0f1f1;padding:30px 0;color:#ea5b0c}.linkFooterSection *{color:#ea5b0c;font-size:14px;font-family:Manrope;font-weight:400;line-height:26px}.linkFooterSection p{line-height:30px}.linkFooterSection h2,.linkFooterSection h4{font-family:Manrope;font-weight:700;font-size:30px;line-height:48px;letter-spacing:0}.linkFooterSection .metodiPagamento,.linkFooterSection .socials{display:flex;gap:10px;padding-top:15px;flex-direction:row;align-items:center;justify-content:left}.linkFooterSection .metodiPagamento img,.linkFooterSection .socials img{max-width:100%;object-fit:contain;height:40px}.footerInfo{padding-top:25px}.footerInfo img{max-width:190px;height:auto;object-fit:contain}.footerInfo p{font-size:12px;font-family:Manrope;font-weight:400;color:#000;margin-bottom:0;line-height:22px;min-height:25px}.footerInfo p a{color:#000!important;text-decoration:none!important}@media (max-width:768px){.header-container{flex-direction:column;height:auto;padding:20px;gap:20px}.main-nav ul{flex-wrap:wrap;gap:20px;justify-content:center}.search-bar input{width:250px}.hero-title{font-size:36px}.hero-cta{flex-direction:column;align-items:center}.small-products-grid{flex-direction:column;gap:20px;margin-top:30px}.small-column{flex-direction:row;gap:20px}.main-product .product-image{height:300px}.small-column:first-child .small-product:first-child{flex:0 0 60%}.small-column:first-child .small-product:last-child{flex:0 0 40%}.small-column:last-child .small-product:first-child{flex:0 0 40%}.small-column:last-child .small-product:last-child{flex:0 0 60%}.contact-info-bar{grid-template-columns:1fr;padding:30px 20px}.contact-item{flex-direction:column;text-align:center;gap:20px}.category-grid{grid-template-columns:1fr}.info-grid{grid-template-columns:1fr}.sectors-grid{grid-template-columns:1fr}.brands-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr}.footer-bottom{grid-template-columns:1fr}.footer-links-bottom{grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 20px}.hero{padding:60px 0}.hero-title{font-size:28px}.featured-products{padding:40px 0}.small-products-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,150px);gap:10px}.main-product .product-image{height:250px}.product-content{padding:20px}.product-content h3{font-size:16px}.contact-info-bar{padding:30px 20px}.contact-text h4{font-size:18px}.contact-text p{font-size:18px}.info-sections,.product-categories{padding:40px 0}.info-card{padding:30px}.sector-item{font-size:24px;padding:10px 20px}.feature-item span{font-size:18px}.contact-section{padding:40px 0}.footer{padding:40px 0 20px}.trusted-partner-section .section-header{flex-direction:column;gap:20px;text-align:center}.trusted-partner-section .trust-boxes .trust-box{margin-bottom:20px}}.roundedLink{display:inline-block;background-color:#fff;border:1px solid #000;border-radius:50px;padding:5px 30px;text-decoration:none;color:#000;font-family:Manrope,sans-serif;font-weight:700;font-size:18px;margin-left:auto;margin-right:auto;text-align:center;display:table;transition:all .3s ease}.roundedLink a{color:#000;text-decoration:none!important}.roundedLink:hover{background-color:#000;color:#fff!important;text-decoration:none;cursor:pointer}.roundedLink:hover a{color:#fff!important}.roundedLink:focus{outline:0;box-shadow:0 0 0 2px rgba(0,0,0,.2)}.trusted-partner-section{padding:60px 0;background-color:#fff}.trusted-partner-section .section-header{display:inline-block;width:100%;margin-bottom:20px}.trusted-partner-section .section-header h2{text-align:left;margin-bottom:0;font-size:30px;font-weight:700;color:#000;font-family:Manrope;float:left;display:inline-block}.trusted-partner-section .section-header .roundedLink{float:right;margin-right:0;display:inline-block}.trusted-partner-section .trust-boxes .trust-box{background-color:#f2f2f2;border-radius:20px;padding:20px;height:100%;display:block;align-items:center;text-align:center;transition:all .3s ease}.trusted-partner-section .trust-boxes .trust-box:hover{transform:translateY(-5px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.trusted-partner-section .trust-boxes .trust-box .trust-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;display:block;margin-left:0;text-align:left;max-width:100%}.trusted-partner-section .trust-boxes .trust-box .trust-icon svg{width:30px;height:30px;fill:#ffffff}.trusted-partner-section .trust-boxes .trust-box .trust-icon img{max-width:100%;max-height:100%;object-fit:contain}.trusted-partner-section .trust-boxes .trust-box .trust-title{font-weight:700;color:#ea5b0c;margin-bottom:20px;line-height:1.07;width:100%;text-align:left;font-size:18px;font-weight:700;font-family:Manrope}.trusted-partner-section .trust-boxes .trust-box .trust-description{font-size:14px;line-height:1.47;color:#000;margin:0;text-align:left}.PartnerContainer{margin-top:75px}.PartnerContainer h2{text-align:left;margin-bottom:25px;font-size:30px;font-weight:700;color:#000;font-family:Manrope}.partnerBox{aspect-ratio:1;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease}.partnerBox:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.partnerBox a{text-decoration:none;color:inherit;display:block;height:100%}.partnerBox a:hover{text-decoration:none}.partnerBox .partner-image-container{height:80%;padding:30px}.partnerBox .partner-image-container img{max-width:85%;max-height:85%;object-fit:contain}.partnerBox .partner-content{padding:20px}.partnerBox .partner-content .text{font-size:20px;font-weight:600;line-height:1.07}.partnerBox .partner-content .arrow-container{display:inline-block}.partnerBox .partner-content .arrow-container svg{transition:transform .3s ease}.partnerBox:hover .arrow-container svg{transform:translateX(5px)}@media (max-width:768px){.PartnerContainer{padding:40px 0}.PartnerContainer h2{font-size:48px}.partnerBox .partner-content{padding:0 15px 15px 15px!important}.partnerBox .partner-content .text{font-size:15px}}@media (max-width:480px){.PartnerContainer{padding:30px 0}.PartnerContainer h2{font-size:30px;margin-bottom:30px}.partnerBox .partner-image-container{padding:20px}.partnerBox .partner-content{padding:15px}.partnerBox .partner-content .text{font-size:14px}}.fullContainerGrey{padding:35px 0;background-color:#f2f2f2}.fullContainerGrey .carousel-section .section-header h2{float:left}.fullContainerGrey .carousel-section .section-header .roundedLink{float:right}.fullContainerGrey .carousel-section .carousel-container{clear:both;padding-top:25px}.fullContainerGrey .carousel-section .carousel{background:#f2f2f2}.fullContainerGrey .carousel-section .carousel .flickity-prev-next-button.previous{left:-25px}.fullContainerGrey .carousel-section .carousel .flickity-prev-next-button.next{right:-25px}.fullContainerGrey .carousel-section .carousel .flickity-button{background-color:#000}.fullContainerGrey .carousel-section .carousel .flickity-button .flickity-button-icon{fill:white}.fullContainerGrey .carousel-section .carousel-cell{width:304px;height:329px;margin-right:26px;counter-increment:carousel-cell;position:relative}.fullContainerGrey .carousel-section .carousel-cell:hover .card-content,.fullContainerGrey .carousel-section .carousel-cell:hover .card-image{transform:scale(1.05);transition:all .3s ease}.fullContainerGrey .carousel-section .carousel-cell:hover .card-content{border-radius:12px}.fullContainerGrey .carousel-section .carousel-cell .card-image{height:100%;width:100%;background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:20px;transition:all .3s ease}.fullContainerGrey .carousel-section .carousel-cell .card-content{position:absolute;bottom:0;left:0;right:0;padding:15px;color:#fff;z-index:10;display:flex;align-items:flex-end;justify-content:space-between;background:linear-gradient(to top,rgba(0,0,0,.4) 0,rgba(0,0,0,.6) 50%,transparent 100%);border-radius:22px;width:100%;flex:1;margin-right:20px;transition:all .3s ease}.fullContainerGrey .carousel-section .carousel-cell .card-content h3{font-size:18px;font-weight:700;line-height:1.33;margin:0;margin-bottom:4px}.fullContainerGrey .carousel-section .carousel-cell .card-content p{z-index:10;margin:0;font-family:Manrope;font-weight:700;font-size:14px;line-height:24px;letter-spacing:0}.fullContainerGrey .carousel-section .carousel-cell .card-content .text{font-family:Manrope;font-size:24px;font-weight:700;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;white-space:normal;max-width:200px}.fullContainerGrey .carousel-section .carousel-cell .card-content .card-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:rgba(255,255,255,.2);flex-shrink:0;margin-bottom:0}.fullContainerGrey .carousel-section .carousel-cell .card-content svg{fill:white;position:relative;z-index:inherit}.fullContainerGrey .carousel-section .carousel-cell:hover .card-icon{background-color:rgba(255,255,255,.3)}.fullContainerWhite{padding:35px 0;background-color:#fff}.trademarksSection{padding:35px 0}.trademarksSection h2{margin-bottom:25px;font-size:30px;font-weight:700;color:#000;font-family:Manrope;text-align:left}.footerContainer{padding-top:30px;padding-bottom:30px;background-color:#676e73}.footerContainer .delivery-info-bar .contact-item:hover{background-color:transparent}.footerContainer .delivery-info-bar .contact-item:hover .contact-icon{background-color:transparent}.footerContainer .delivery-info-bar .contact-item .contact-icon{width:80px;height:auto}.footerContainer .delivery-info-bar .contact-item .contact-icon:hover{background-color:transparent}.footerContainer .delivery-info-bar .contact-item .contact-text p{font-size:16px}.linkFooterSection,.linkFooterSectionProductLines{background:#f0f1f1;padding:30px 0;color:#495057}.linkFooterSection p,.linkFooterSectionProductLines p{font-size:14px;font-family:Manrope;font-weight:400;line-height:26px}.linkFooterSection *,.linkFooterSectionProductLines *{color:#495057}.linkFooterSection h2,.linkFooterSection h4,.linkFooterSectionProductLines h2,.linkFooterSectionProductLines h4{font-family:Manrope;font-weight:700;font-size:30px;line-height:48px;letter-spacing:0}.linkFooterSection .metodiPagamento,.linkFooterSection .socials{display:flex;gap:10px;padding-top:15px;flex-direction:row;align-items:center;justify-content:left}.linkFooterSection .metodiPagamento img,.linkFooterSection .socials img{max-width:100%;object-fit:contain;height:40px}.linkFooterSectionProductLines{border-bottom:2px solid #fff;color:#495057}.linkFooterSectionProductLines *{color:#495057}.linkFooterSectionProductLines a{color:#000!important;text-decoration:none!important}.linkFooterSectionProductLines h2,.linkFooterSectionProductLines h4{font-family:Manrope;font-weight:700;font-size:20px;line-height:45px;letter-spacing:0}.linkFooterSectionProductLines .newsletterSection h2,.linkFooterSectionProductLines .newsletterSection h4{font-family:Manrope;font-weight:700;font-size:30px;line-height:48px;letter-spacing:0}.linkFooterSectionProductLines .newsletterSection form input[type=email],.linkFooterSectionProductLines .newsletterSection form input[type=text]{width:100%;background-color:#f0f1f1;border:2px solid #ea5b0c;padding:2px 6px;margin-bottom:5px}.linkFooterSectionProductLines .rightLinksCollection p{font-size:16px;line-height:30px}.linkFooterSectionProductLines .rightLinksCollection p a{font-size:16px;line-height:30px;line-height:20px;display:inline-block;margin-bottom:8px}.linkFooterSectionProductLines .rightLinksCollection .umb-block-grid__area{padding:0;padding-right:20px}.footerInfo{padding-top:25px}.footerInfo img{max-width:190px;height:auto;object-fit:contain}.footerInfo p{font-size:12px;font-family:Manrope;font-weight:400;color:#000;margin-bottom:0;line-height:22px;min-height:25px}.footerInfo p a{color:#000!important;text-decoration:none!important}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:10px;position:absolute;right:15px;top:50%;transform:translateY(-50%);z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s;border-radius:2px}.mobile-menu-toggle.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.headerTop{background-color:#ea5b0c;position:relative}.headerTop .menuVoices{display:flex;gap:45px;align-items:center;justify-content:left;padding:5px 0;position:relative}.headerTop .menuVoices .menuItem{text-transform:uppercase;position:relative;cursor:pointer;display:flex;align-items:center}.headerTop .menuVoices .menuItem a{color:#fff!important;text-decoration:none!important}.headerTop .menuVoices .subMenu{display:none;position:absolute;top:100%;left:0;background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);min-width:200px;z-index:1000;padding:8px 0;margin-top:5px}.headerTop .menuVoices .subMenu .subMenuItem{padding:5px 16px}.headerTop .menuVoices .subMenu .subMenuItem:hover{background-color:#e9e9e9}.headerTop .menuVoices .subMenu .subMenuItem a{color:#333!important;text-decoration:none!important;font-size:14px;display:block;width:100%;text-transform:none}.headerTop .menuVoices .subMenu .subMenuItem.parentNode a{font-weight:700}@media (max-width:991px){.headerTop .menuVoices{position:fixed;top:0;left:-100%;width:80%;max-width:300px;height:100vh;background-color:#ea5b0c;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:60px 20px 20px;gap:0;transition:left .3s ease;z-index:1200;box-shadow:2px 0 10px rgba(0,0,0,.1);overflow-y:auto}.headerTop .menuVoices.mobile-menu-open{left:0}.headerTop body::after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.headerTop body.menu-open::after{opacity:1;visibility:visible}.headerTop body.menu-open{overflow:hidden}.headerTop .menuVoices .menuItem{width:100%;border-bottom:1px solid rgba(255,255,255,.2);padding:15px 0;align-items:flex-start}.headerTop .menuVoices .menuItem a{font-size:16px;padding:10px 0;display:block;width:100%;color:#fff}.headerTop .menuVoices .menuItem .subMenu{max-height:0;overflow:hidden;transition:max-height .3s ease;display:none!important}.headerTop .menuVoices .menuItem.open .subMenu{max-height:500px;background-color:#ec6c25;border-radius:4px;display:block!important;margin-top:-20px}.headerTop .menuVoices .subMenu .subMenuItem{padding:8px 15px;border-bottom:1px solid rgba(255,255,255,.1);border-radius:4px}.headerTop .menuVoices .subMenu .subMenuItem:last-child{border-bottom:none}.headerTop .menuVoices .subMenu .subMenuItem a{color:rgba(255,255,255,.9)!important;font-size:14px}.headerTop .submenu-toggle{color:#fff;transition:transform .3s ease}.headerTop .menuItem.open .submenu-toggle{transform:rotate(180deg)}}@media (max-width:991px){.mobile-menu-toggle{display:flex!important;background-color:#ea5b0c;z-index:1100;position:fixed;top:50px;right:20px}}.access-page{padding:2rem 0;min-height:60vh;display:flex;align-items:center}.access-content{background:#fff;border-radius:20px;padding:2rem}.login-container{width:100%}.login-box{background:#f8f9fa;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.login-header{background:#ea5b0c;color:#fff;padding:1.5rem;text-align:center;margin:0}.login-header h2{margin:0;font-size:1.5rem;font-weight:600;text-transform:uppercase}.login-form{padding:2rem;background:#f2f2f2;border:1px solid #999;border-top:none}.login-form .form-group{margin-bottom:.5rem}.login-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#000}.login-form .form-group .form-control{width:100%;padding:7px .75rem;border:1px solid #999;border-radius:0;font-size:1rem;transition:border-color .3s ease;line-height:1}.login-form .form-group .form-control:focus{outline:0;border-color:#ea5b0c!important;box-shadow:0 0 0 2px rgba(234,91,12,.2)}.login-form .pwd-recovery-link{margin-bottom:1.5rem!important}.login-form .forgot-password{color:#ea5b0c;text-decoration:none;font-size:.9rem}.login-form .forgot-password:hover{text-decoration:underline}.login-form .btn-login,.login-form .btn-retrieve-password{width:100%;padding:.75rem;background:#ea5b0c;border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease;border-radius:50px;padding:5px 30px;text-decoration:none;font-family:Manrope,sans-serif;font-weight:700;font-size:18px;margin-left:auto;margin-right:auto;text-align:center;display:table;transition:all .3s ease}.login-form .btn-login:hover,.login-form .btn-retrieve-password:hover{background:#b9480a}.login-form .register-prompt{margin:1rem 0 .5rem 0;color:#000;font-size:.9rem}.login-form .back-to-login,.login-form .btn-register{width:100%;padding:.75rem;background:#f2f2f2;border:1px solid #f2f2f2;border-radius:10px;color:#000;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:pointer;display:inline-block;background-color:#f2f2f2;border:1px solid #000;border-radius:50px;padding:5px 30px;text-decoration:none;color:#000;font-family:Manrope,sans-serif;font-weight:700;font-size:18px;margin-left:auto;margin-right:auto;text-align:center;display:table;transition:all .3s ease}.login-form .back-to-login:hover,.login-form .btn-register:hover{background:#000;border-color:#000;text-decoration:none;color:#f2f2f2}.seneca-mail{color:#ea5b0c;text-decoration:none}.seneca-mail:hover{text-decoration:underline}.login-status{text-align:center;padding:2rem;background:#f8f9fa;border-radius:20px}.login-status p{margin-bottom:1rem;font-size:1.1rem;color:#000}.login-status .btn-outline-secondary{padding:.5rem 1.5rem;border:1px solid #6c757d;border-radius:10px;color:#6c757d;background:0 0;text-decoration:none;transition:all .3s ease}.login-status .btn-outline-secondary:hover{background:#6c757d;color:#fff;text-decoration:none}.headerLineProd,.headerStandard{position:relative;width:100%}.headerLineProd__topBar,.headerStandard__topBar{height:8px;background-color:#007bff;width:100%}.headerLineProd__content,.headerStandard__content{background-color:#f0f1f1;padding:40px;position:relative}.headerLineProd__breadcrumb,.headerStandard__breadcrumb{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:14px;color:#495057;margin-bottom:30px}.headerLineProd__breadcrumb span,.headerStandard__breadcrumb span{color:#495057}.headerLineProd__breadcrumb span:not(:last-child)::after,.headerStandard__breadcrumb span:not(:last-child)::after{content:" / ";color:#495057}.headerLineProd__breadcrumb span a,.headerStandard__breadcrumb span a{color:#495057;text-decoration:none}.headerLineProd__main,.headerStandard__main{display:flex;gap:60px;align-items:flex-start}@media (max-width:991px){.headerLineProd__main,.headerStandard__main{display:inline-block}}.headerLineProd__left,.headerStandard__left{flex:0 0 500px}.headerLineProd__right,.headerStandard__right{flex:1}.headerLineProd__title,.headerStandard__title{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:42px;color:#ea5b0c;margin:0 0 15px 0;line-height:1.2;font-family:Manrope;font-weight:700;font-style:Bold;font-size:36px;line-height:45px;letter-spacing:0;text-transform:uppercase}.headerLineProd__subtitle,.headerStandard__subtitle{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:20px;color:#495057;margin:0;line-height:1.4}.headerLineProd__right p,.headerStandard__right p{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:16px;color:#495057;line-height:1.6;margin:0 0 20px 0}.headerLineProd__right p:last-child,.headerStandard__right p:last-child{margin-bottom:0}.headerStandard__main{display:inline-block;width:100%}.headerLineProd__title{text-transform:none}.filterSelectionBanner{display:grid;align-items:center;background:linear-gradient(90deg,#6085a7 16%,#cfdae5 16%);max-width:1920px;margin-left:auto;margin-right:auto;height:48px}.filterSelectionBanner:before{background-color:var(--before-bg,#6085a7);content:"";position:absolute;top:0;bottom:0;z-index:-1;left:0;right:50%;height:48px}.filterSelectionBanner:after{background-color:var(--after-bg,#cfdae5);content:"";position:absolute;top:0;bottom:0;z-index:-1;left:50%;right:0;height:48px}.filterSelectionBanner .containerTopFilters{display:inline-block!important;width:100%!important;padding:0 20px!important;height:48px}.filterSelectionBanner .containerTopFilters .row{height:48px}.filterSelectionBanner .containerTopFilters .row .selectFilter{height:48px}.filterSelectionBanner .containerTopFilters .row .filterQueue{height:48px;position:absolute;top:0}.filterSelectionBanner .containerTopFilters .row .filterQueue .filterTag{height:48px}.filterSelectionBanner .selectFilter{background-color:#6085a7;color:#fff;padding:12px 24px;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:16px;font-weight:600;white-space:nowrap;margin-right:0;display:inline-block;align-items:center;justify-content:center;min-width:160px;max-width:160px;border-top:1px solid #6085a7}.filterSelectionBanner .selectFilter span{color:#fff}.filterSelectionBanner .filterQueue{display:inline-flex;align-items:center;flex:1;gap:0}.filterSelectionBanner .filterQueue .filterTag{display:inline-block;align-items:center;background-color:transparent;padding:12px 16px;position:relative;border-right:1px solid}.filterSelectionBanner .filterQueue .filterTag .filterIcon{color:#ea5b0c;font-size:14px;margin-right:8px;cursor:pointer;font-weight:700}.filterSelectionBanner .filterQueue .filterTag .filterIcon:hover{color:#2e5a7a}.filterSelectionBanner .filterQueue .filterTag .filterText{color:#333;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:14px;font-weight:500}.productLines{background-color:#f2f2f2;padding:60px 0}.productLines .container{display:flex;align-items:flex-start;gap:60px}@media (max-width:768px){.productLines .container{display:inline-block}}.productLines .PartnerContainer{flex:0 0 300px}.productLines .PartnerContainer h2{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:32px;font-weight:600;color:#333;margin:0;line-height:1.2}.productLines .container-fluid{flex:1}.productLines .container-fluid .row{display:flex;gap:20px;margin:0}.productLines .container-fluid .row .col-md-3{flex:1;padding:0;margin:0}.productLines .container-fluid .row .col-md-3 .partnerBox{height:277px;border-radius:12px;width:100%;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.productLines .container-fluid .row .col-md-3 .partnerBox:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.productLines .container-fluid .row .col-md-3 .partnerBox a{text-decoration:none;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:20px}.productLines .container-fluid .row .col-md-3 .partnerBox a .partner-image-container{flex:1;display:flex;align-items:center;justify-content:center}.productLines .container-fluid .row .col-md-3 .partnerBox a .partner-image-container img{max-width:150px;max-height:150px;filter:brightness(0) invert(1)}.productLines .container-fluid .row .col-md-3 .partnerBox a .partner-content .text{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:18px;font-weight:600;color:#fff;margin-bottom:10px}.productLines .container-fluid .row .col-md-3 .partnerBox a .partner-content .arrow-container svg{width:19px;height:15px}.filtersAndProducts{position:relative}.filtersAndProducts .product-categories-tree{background-color:#eff3f6}.filtersAndProducts .product-categories-tree .category-item{border-bottom:1px solid #a7bcce}.filtersAndProducts .product-categories-tree .category-item a{font-family:Manrope;font-weight:400;font-style:Regular;font-size:13px;color:#000;line-height:20px;letter-spacing:0;text-decoration:none;text-align:left}.prodDetailPage .topDetailProd{justify-content:center;align-items:center}.prodDetailPage .topDetailProd .spaceFilterList{margin:5px 0}.prodDetailPage .topDetailProd .buttonCTAProd{font-size:.9rem;cursor:pointer;transition:all .2s ease;-webkit-appearance:button;-moz-appearance:button;appearance:button;text-decoration:none;color:#000;font-family:Manrope,sans-serif;font-weight:700;font-size:18px;margin-left:auto;margin-right:auto;text-align:center;display:table;transition:all .3s ease;border:1px solid #000;width:320px;max-width:100%;font-size:14px;border-radius:25px;margin-left:0;margin-top:25px;margin-bottom:5px;padding:5px 0}.prodDetailPage .topDetailProd .buttonCTAProd:hover{background-color:#000;color:#fff}.prodDetailPage .topDetailProd h1{font-weight:400!important;font-size:35px!important;line-height:48px!important;letter-spacing:0!important;color:#ea5b0c!important}.prodDetailPage .topDetailProd h4{font-family:Montserrat;font-weight:400;font-size:15px;line-height:22px;letter-spacing:0;padding:25px 0}.prodDetailPage .topDetailProd .mainImageProd{width:555px;height:auto;object-fit:contain;transition:transform .2s ease;background-color:#fff;object-position:center;max-width:100%}.prodDetailPage .topDetailProd .product-image-carousel{position:relative;width:100%;max-width:555px;margin:0 auto}.prodDetailPage .topDetailProd .product-image-carousel .carousel-container{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.prodDetailPage .topDetailProd .product-image-carousel .carousel-container .carousel-slide{display:none;width:100%;text-align:center;background-color:#fff}.prodDetailPage .topDetailProd .product-image-carousel .carousel-container .carousel-slide.active{display:block}.prodDetailPage .topDetailProd .product-image-carousel .carousel-container .carousel-slide img{width:100%;height:auto;object-fit:contain;transition:transform .2s ease;background-color:#fff;object-position:center}.prodDetailPage .topDetailProd .product-image-carousel .carousel-controls{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none}.prodDetailPage .topDetailProd .product-image-carousel .carousel-controls .carousel-btn{background:rgba(255,255,255,.9);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;pointer-events:auto;box-shadow:0 2px 8px rgba(0,0,0,.15)}.prodDetailPage .topDetailProd .product-image-carousel .carousel-controls .carousel-btn:hover{background:#fff;transform:scale(1.1)}.prodDetailPage .topDetailProd .product-image-carousel .carousel-controls .carousel-btn i{color:#333;font-size:14px}.prodDetailPage .topDetailProd .product-image-carousel .carousel-controls .carousel-btn.prev-btn{margin-left:15px}.prodDetailPage .topDetailProd .product-image-carousel .carousel-controls .carousel-btn.next-btn{margin-right:15px}.prodDetailPage .topDetailProd .product-image-carousel .carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:15px}.prodDetailPage .topDetailProd .product-image-carousel .carousel-indicators .indicator{width:12px;height:12px;border-radius:50%;background-color:rgba(0,0,0,.3);cursor:pointer;transition:all .3s ease}.prodDetailPage .topDetailProd .product-image-carousel .carousel-indicators .indicator.active{background-color:#007bff}.prodDetailPage .topDetailProd .product-image-carousel .carousel-indicators .indicator:hover{background-color:rgba(0,123,255,.7)}.prodDetailPage .topDetailProd .carousel-cell{width:100%;display:flex;align-items:center;justify-content:center}.prodDetailPage .topDetailProd .carousel-cell img{width:75%;height:auto;object-fit:contain;transition:transform .2s ease;background-color:#fff}.prodDetailPage .topDetailProd .flickity-button{background:#000!important;color:#fff!important}.prodDetailPage .topDetailProd .flickity-button:hover{background:#000!important;color:#fff!important}.prodDetailPage .search-context{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:1.5rem;border-radius:10px;margin-bottom:2rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.prodDetailPage .search-context h4{color:#fff;margin-bottom:1rem;font-weight:600}.prodDetailPage .filters-badge{background:rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:20px;margin:.25rem;display:inline-block;font-size:.9rem;border:1px solid rgba(255,255,255,.3)}.prodDetailPage .back-to-search-btn{background:linear-gradient(135deg,#ff6b6b 0,#ee5a24 100%);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(238,90,36,.3)}.prodDetailPage .back-to-search-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(238,90,36,.4);color:#fff}.prodDetailPage .expiry-info{background:rgba(255,255,255,.1);padding:.75rem;border-radius:8px;margin-top:1rem;border-left:4px solid gold}.prodDetailPage .product-info{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);margin-top:2rem}.prodDetailPage .no-filters-message{background:#f8f9fa;padding:1rem;border-radius:8px;text-align:center;color:#6c757d;border:1px dashed #dee2e6}.prodDetailPage .qty-input.disabled{opacity:.5;cursor:not-allowed;background-color:#f8f9fa}.prodDetailPage .add-to-cart-btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;background-color:#6c757d!important}.prodDetailPage .add-to-cart-btn.disabled:hover{background-color:#6c757d!important;transform:none}.fitlerBold{font-weight:600}.tabAccordionProducts{margin-top:2rem;background:#fff;overflow:hidden}.tabAccordionProducts .product-tabs{border-bottom:1px solid #ea5b0c;background:#fff;margin:0;padding:0;margin-bottom:15px}.tabAccordionProducts .product-tabs .nav-item{margin:0}.tabAccordionProducts .product-tabs .nav-item .nav-link{border:none;border-radius:0;padding:7px 2rem;font-weight:600;color:#000;background:0 0;transition:all .3s ease;border:1px solid #ea5b0c}.tabAccordionProducts .product-tabs .nav-item .nav-link:hover{color:#fff;background:#ea5b0c;border-radius:0}.tabAccordionProducts .product-tabs .nav-item .nav-link.active{color:#fff;background:#ea5b0c;border-radius:0}.tabAccordionProducts .tab-content{padding:0}.tabAccordionProducts .tab-content .tab-pane{padding:0}.tabAccordionProducts #download .download-section .download-row,.tabAccordionProducts #download .download-section tr,.tabAccordionProducts #download table .download-row,.tabAccordionProducts #download table tr,.tabAccordionProducts .product-characteristics .download-section .download-row,.tabAccordionProducts .product-characteristics .download-section tr,.tabAccordionProducts .product-characteristics table .download-row,.tabAccordionProducts .product-characteristics table tr{display:flex;padding:.75rem 0;border-bottom:1px solid #e9ecef;align-items:anchor-center;background-color:#ebebeb;border:2px solid #fff;padding-top:0;padding-bottom:0}.tabAccordionProducts #download .download-section .download-row:last-child,.tabAccordionProducts #download .download-section tr:last-child,.tabAccordionProducts #download table .download-row:last-child,.tabAccordionProducts #download table tr:last-child,.tabAccordionProducts .product-characteristics .download-section .download-row:last-child,.tabAccordionProducts .product-characteristics .download-section tr:last-child,.tabAccordionProducts .product-characteristics table .download-row:last-child,.tabAccordionProducts .product-characteristics table tr:last-child{border-bottom:none}.tabAccordionProducts #download .download-section .download-row:nth-child(2n),.tabAccordionProducts #download .download-section tr:nth-child(2n),.tabAccordionProducts #download table .download-row:nth-child(2n),.tabAccordionProducts #download table tr:nth-child(2n),.tabAccordionProducts .product-characteristics .download-section .download-row:nth-child(2n),.tabAccordionProducts .product-characteristics .download-section tr:nth-child(2n),.tabAccordionProducts .product-characteristics table .download-row:nth-child(2n),.tabAccordionProducts .product-characteristics table tr:nth-child(2n){background-color:#f7f7f7;margin:0 -2rem;padding-left:2rem;padding-right:2rem}.tabAccordionProducts #download .download-section .download-row .download-label,.tabAccordionProducts #download .download-section .download-row td:first-child,.tabAccordionProducts #download .download-section .download-row th:first-child,.tabAccordionProducts #download .download-section tr .download-label,.tabAccordionProducts #download .download-section tr td:first-child,.tabAccordionProducts #download .download-section tr th:first-child,.tabAccordionProducts #download table .download-row .download-label,.tabAccordionProducts #download table .download-row td:first-child,.tabAccordionProducts #download table .download-row th:first-child,.tabAccordionProducts #download table tr .download-label,.tabAccordionProducts #download table tr td:first-child,.tabAccordionProducts #download table tr th:first-child,.tabAccordionProducts .product-characteristics .download-section .download-row .download-label,.tabAccordionProducts .product-characteristics .download-section .download-row td:first-child,.tabAccordionProducts .product-characteristics .download-section .download-row th:first-child,.tabAccordionProducts .product-characteristics .download-section tr .download-label,.tabAccordionProducts .product-characteristics .download-section tr td:first-child,.tabAccordionProducts .product-characteristics .download-section tr th:first-child,.tabAccordionProducts .product-characteristics table .download-row .download-label,.tabAccordionProducts .product-characteristics table .download-row td:first-child,.tabAccordionProducts .product-characteristics table .download-row th:first-child,.tabAccordionProducts .product-characteristics table tr .download-label,.tabAccordionProducts .product-characteristics table tr td:first-child,.tabAccordionProducts .product-characteristics table tr th:first-child{flex:0 0 40%;color:#495057;padding-right:1rem;padding:0 15px;border-right:2px solid #fff;height:100%;margin-bottom:0}.tabAccordionProducts #download .download-section .download-row .download-value,.tabAccordionProducts #download .download-section .download-row td:last-child,.tabAccordionProducts #download .download-section .download-row th:last-child,.tabAccordionProducts #download .download-section tr .download-value,.tabAccordionProducts #download .download-section tr td:last-child,.tabAccordionProducts #download .download-section tr th:last-child,.tabAccordionProducts #download table .download-row .download-value,.tabAccordionProducts #download table .download-row td:last-child,.tabAccordionProducts #download table .download-row th:last-child,.tabAccordionProducts #download table tr .download-value,.tabAccordionProducts #download table tr td:last-child,.tabAccordionProducts #download table tr th:last-child,.tabAccordionProducts .product-characteristics .download-section .download-row .download-value,.tabAccordionProducts .product-characteristics .download-section .download-row td:last-child,.tabAccordionProducts .product-characteristics .download-section .download-row th:last-child,.tabAccordionProducts .product-characteristics .download-section tr .download-value,.tabAccordionProducts .product-characteristics .download-section tr td:last-child,.tabAccordionProducts .product-characteristics .download-section tr th:last-child,.tabAccordionProducts .product-characteristics table .download-row .download-value,.tabAccordionProducts .product-characteristics table .download-row td:last-child,.tabAccordionProducts .product-characteristics table .download-row th:last-child,.tabAccordionProducts .product-characteristics table tr .download-value,.tabAccordionProducts .product-characteristics table tr td:last-child,.tabAccordionProducts .product-characteristics table tr th:last-child{flex:1;font-weight:600;color:#212529;line-height:1.5;padding:0 15px;height:100%;margin-bottom:0}.tabAccordionProducts #download .download-section .download-row p,.tabAccordionProducts #download .download-section tr p,.tabAccordionProducts #download table .download-row p,.tabAccordionProducts #download table tr p,.tabAccordionProducts .product-characteristics .download-section .download-row p,.tabAccordionProducts .product-characteristics .download-section tr p,.tabAccordionProducts .product-characteristics table .download-row p,.tabAccordionProducts .product-characteristics table tr p{vertical-align:middle;margin-top:auto;margin-bottom:auto;margin-top:10px}.tabAccordionProducts #download .download-section .download-row,.tabAccordionProducts #download table .download-row,.tabAccordionProducts .product-characteristics .download-section .download-row,.tabAccordionProducts .product-characteristics table .download-row{padding-top:12px;padding-bottom:12px}.tabAccordionProducts #download table,.tabAccordionProducts .product-characteristics table{width:100%!important;max-width:100%!important}.tabAccordionProducts #download table tr,.tabAccordionProducts .product-characteristics table tr{flex-direction:row;min-height:48px}@media (max-width:768px){.tabAccordionProducts #download table tr,.tabAccordionProducts .product-characteristics table tr{height:auto!important;display:table-row!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}}.tabAccordionProducts #download table tr .characteristic-label,.tabAccordionProducts .product-characteristics table tr .characteristic-label{flex:none;margin-bottom:.5rem;padding-right:0}.tabAccordionProducts #download table.piuColonne td,.tabAccordionProducts #download table.piuColonne th,.tabAccordionProducts #download table.piuColonne tr,.tabAccordionProducts .product-characteristics table.piuColonne td,.tabAccordionProducts .product-characteristics table.piuColonne th,.tabAccordionProducts .product-characteristics table.piuColonne tr{flex:none!important;border-right:2px solid #fff!important;text-align:center!important;width:10%}.tabAccordionProducts #download table.piuColonne tr,.tabAccordionProducts .product-characteristics table.piuColonne tr{display:table-row!important}.tabAccordionProducts #download table.piuColonne td,.tabAccordionProducts #download table.piuColonne th,.tabAccordionProducts .product-characteristics table.piuColonne td,.tabAccordionProducts .product-characteristics table.piuColonne th{display:table-cell!important}.tabAccordionProducts #download table.piuColonne td,.tabAccordionProducts .product-characteristics table.piuColonne td{font-weight:400!important}.tabAccordionProducts .download-section .download-item{display:flex;align-items:center;padding:1.5rem;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;transition:all .3s ease}.tabAccordionProducts .download-section .download-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.tabAccordionProducts .download-section .download-item .download-icon{flex:0 0 60px;text-align:center;margin-right:1.5rem}.tabAccordionProducts .download-section .download-item .download-icon i{font-size:2rem;color:#dc3545}.tabAccordionProducts .download-section .download-item .download-info{flex:1}.tabAccordionProducts .download-section .download-item .download-info h5{margin:0 0 .5rem 0;color:#212529;font-weight:600}.tabAccordionProducts .download-section .download-item .download-info p{margin:0 0 1rem 0;color:#6c757d;font-size:.9rem}.tabAccordionProducts .download-section .download-item .download-info .btn{border-radius:20px;padding:.5rem 1.5rem;font-weight:600}.tabAccordionProducts .accessories-section .row{padding:5px 0;margin-bottom:0}.tabAccordionProducts .accessories-section .accessory-item{display:flex;align-items:center;padding:1.5rem;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;transition:all .3s ease}.tabAccordionProducts .accessories-section .accessory-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.tabAccordionProducts .accessories-section .accessory-item .accessory-image{flex:0 0 80px;margin-right:1.5rem}.tabAccordionProducts .accessories-section .accessory-item .accessory-image img{width:100%;height:80px;object-fit:cover;border-radius:6px}.tabAccordionProducts .accessories-section .accessory-item .accessory-info{flex:1}.tabAccordionProducts .accessories-section .accessory-item .accessory-info h5{margin:0 0 .5rem 0;color:#212529;font-weight:600}.tabAccordionProducts .accessories-section .accessory-item .accessory-info p{margin:0 0 .5rem 0;color:#6c757d;font-size:.9rem}.tabAccordionProducts .accessories-section .accessory-item .accessory-info .accessory-price{font-size:1.1rem;font-weight:700;color:#28a745;margin-bottom:1rem}.tabAccordionProducts .accessories-section .accessory-item .accessory-info .btn{border-radius:20px;padding:.5rem 1.5rem;font-weight:600}.my-account-page .account-tabs{border-bottom:1px solid #ea5b0c;background:#fff;margin:0;padding:0;margin-bottom:15px}.my-account-page .account-tabs .nav-item{margin:0}.my-account-page .account-tabs .nav-item .nav-link{border:none;border-radius:0;padding:7px 2rem;font-weight:600;color:#000;background:0 0;transition:all .3s ease;border:1px solid #ea5b0c}.my-account-page .account-tabs .nav-item .nav-link:hover{color:#fff;background:#ea5b0c;border-radius:0}.my-account-page .account-tabs .nav-item .nav-link.active{color:#fff;background:#ea5b0c;border-radius:0}.my-account-page .tab-content{padding:0}.my-account-page .tab-content .tab-pane{padding:0}.my-account-page .form-control{border-radius:0}.my-account-page .form-control:active,.my-account-page .form-control:focus,.my-account-page .form-control:hover{box-shadow:none}.my-account-page .accordion-button{background-color:#f8f9fa;border:1px solid #dee2e6;font-size:1rem}.my-account-page .accordion-button:not(.collapsed){background-color:#e3f2fd;border-color:#2196f3;color:#1976d2}.my-account-page .accordion-button:focus{box-shadow:0 0 0 .25rem rgba(33,150,243,.25)}.my-account-page .accordion-item{border:1px solid #dee2e6;margin-bottom:1rem;border-radius:.375rem}.my-account-page .accordion-item:first-of-type{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.my-account-page .accordion-item:last-of-type{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.my-account-page .order-info p{margin-bottom:.5rem;font-size:.9rem}.my-account-page .payment-method,.my-account-page .shipping-method{display:flex;align-items:center;padding:.5rem;background-color:#f8f9fa;border-radius:.25rem;border:1px solid #e9ecef}.my-account-page .variants-table{font-size:.9rem}.my-account-page .variants-table th{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;color:#495057}.my-account-page .variants-table td{vertical-align:middle;padding:.75rem}.my-account-page .product-code{font-family:'Courier New',monospace;font-weight:600;color:#6c757d}.my-account-page .product-description{max-width:300px}.my-account-page .order-totals{background-color:#f8f9fa;padding:1.5rem;border-radius:.375rem;border:1px solid #e9ecef}.my-account-page .order-totals hr{margin:1rem 0;border-color:#dee2e6}.my-account-page .text-center.py-5{padding:3rem 1rem}.my-account-page .disclaimer-section{margin:2rem 0;padding:1.5rem;background-color:#f8f9fa;border-radius:10px;border:1px solid #e5e5e5}.my-account-page .disclaimer-section .disclaimer-content{width:100%;min-height:120px;max-height:300px;padding:1rem;border:1px solid #e5e5e5;border-radius:8px;background-color:#fff;font-size:.9rem;line-height:1.5;color:#000;margin-bottom:1rem;font-family:Manrope,sans-serif;overflow-y:auto;overflow-x:hidden;word-wrap:break-word}.my-account-page .disclaimer-section .disclaimer-content h1,.my-account-page .disclaimer-section .disclaimer-content h2,.my-account-page .disclaimer-section .disclaimer-content h3,.my-account-page .disclaimer-section .disclaimer-content h4,.my-account-page .disclaimer-section .disclaimer-content h5,.my-account-page .disclaimer-section .disclaimer-content h6{margin-top:.5rem;margin-bottom:.5rem;font-weight:600;color:#000}.my-account-page .disclaimer-section .disclaimer-content p{margin-bottom:.75rem}.my-account-page .disclaimer-section .disclaimer-content p:last-child{margin-bottom:0}.my-account-page .disclaimer-section .disclaimer-content ol,.my-account-page .disclaimer-section .disclaimer-content ul{margin-bottom:.75rem;padding-left:1.5rem}.my-account-page .disclaimer-section .disclaimer-content li{margin-bottom:.25rem}.my-account-page .disclaimer-section .disclaimer-content b,.my-account-page .disclaimer-section .disclaimer-content strong{font-weight:600}.my-account-page .disclaimer-section .disclaimer-content em,.my-account-page .disclaimer-section .disclaimer-content i{font-style:italic}.my-account-page .disclaimer-section .disclaimer-content a{color:#ea5b0c;text-decoration:underline}.my-account-page .disclaimer-section .disclaimer-content a:hover{color:#b9480a}.my-account-page .disclaimer-section .disclaimer-content blockquote{border-left:3px solid #ea5b0c;padding-left:1rem;margin:1rem 0;font-style:italic;color:#333}.my-account-page .disclaimer-section .checkbox-accept{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem}.my-account-page .disclaimer-section .checkbox-accept input[type=checkbox]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:#ea5b0c;flex-shrink:0;margin-top:2px}.my-account-page .disclaimer-section .checkbox-accept label{font-size:.95rem;font-weight:500;color:#000;cursor:pointer;line-height:1.4;margin:0;user-select:none;font-family:Manrope,sans-serif}.my-account-page .disclaimer-section .checkbox-accept label:hover{color:#ea5b0c}.my-account-page .continueButton.disabled{opacity:.6;pointer-events:none;cursor:not-allowed;background-color:#e5e5e5!important;border-color:#e5e5e5!important;color:#000!important}.my-account-page .continueButton.disabled:hover{background-color:#e5e5e5!important;border-color:#e5e5e5!important;color:#000!important;transform:none!important}@media (max-width:768px){.tabAccordionProducts .product-tabs .nav-item .nav-link{padding:.75rem 1rem;font-size:.9rem}.tabAccordionProducts .tab-content .tab-pane{padding:1rem}.my-account-page .account-tabs .nav-item .nav-link{padding:.75rem 1rem;font-size:.9rem}.my-account-page .accordion-button .d-flex{flex-direction:column;align-items:flex-start}.my-account-page .accordion-button .d-flex .text-end{text-align:left!important;margin-top:.5rem}.my-account-page .variants-table{font-size:.8rem}.my-account-page .disclaimer-section{margin:1.5rem 0;padding:1rem}.my-account-page .disclaimer-section .disclaimer-content{min-height:100px;max-height:250px;font-size:.85rem;padding:.75rem}.my-account-page .disclaimer-section .disclaimer-content h1,.my-account-page .disclaimer-section .disclaimer-content h2,.my-account-page .disclaimer-section .disclaimer-content h3,.my-account-page .disclaimer-section .disclaimer-content h4,.my-account-page .disclaimer-section .disclaimer-content h5,.my-account-page .disclaimer-section .disclaimer-content h6{font-size:.9rem;margin-top:.25rem;margin-bottom:.25rem}.my-account-page .disclaimer-section .disclaimer-content p{margin-bottom:.5rem}.my-account-page .disclaimer-section .disclaimer-content ol,.my-account-page .disclaimer-section .disclaimer-content ul{padding-left:1rem;margin-bottom:.5rem}.my-account-page .disclaimer-section .checkbox-accept{gap:.5rem}.my-account-page .disclaimer-section .checkbox-accept input[type=checkbox]{width:16px;height:16px}.my-account-page .disclaimer-section .checkbox-accept label{font-size:.9rem}.my-account-page .product-description{max-width:200px}.product-characteristics .characteristics-table .characteristic-row{flex-direction:column}.product-characteristics .characteristics-table .characteristic-row .characteristic-label{flex:none;margin-bottom:.5rem;padding-right:0}.accessories-section .accessory-item,.accessories-section .download-item,.download-section .accessory-item,.download-section .download-item{flex-direction:column;text-align:center}.accessories-section .accessory-item .accessory-image,.accessories-section .accessory-item .download-icon,.accessories-section .download-item .accessory-image,.accessories-section .download-item .download-icon,.download-section .accessory-item .accessory-image,.download-section .accessory-item .download-icon,.download-section .download-item .accessory-image,.download-section .download-item .download-icon{margin-right:0;margin-bottom:1rem}}.centralDetailProd .chooseVariants{margin:55px 0}.centralDetailProd .chooseVariants h4{font-family:Manrope;font-weight:700;font-style:Bold;font-size:24px;line-height:48px;letter-spacing:0}.centralDetailProd .chooseVariants .filterIcon{display:flex;align-items:center;gap:8px}.centralDetailProd .chooseVariants .filterIcon img{width:24px;height:24px}.centralDetailProd .chooseVariants .filterIcon span{font-family:Manrope;font-weight:700;font-style:Bold;font-size:18px;line-height:48px;letter-spacing:0;color:#ea5b0c}.chooseVariants{margin-top:2rem;background:#fff;border-radius:8px}.chooseVariants h4{font-family:Manrope;font-weight:600;font-size:24px;color:#333;margin-bottom:1.5rem}.chooseVariants .preTableInfo{display:flex;align-items:anchor-center;gap:2rem;flex-wrap:wrap}.chooseVariants .preTableInfo .filterIcon{display:flex;align-items:center;gap:8px;flex-shrink:0}.chooseVariants .preTableInfo .filterIcon img{width:24px;height:24px}.chooseVariants .preTableInfo .filterIcon span{font-family:Manrope;font-weight:700;font-size:18px;color:#ea5b0c;white-space:nowrap}.chooseVariants .preTableInfo .filterDescription{flex:1;font-family:Manrope;font-weight:400;font-size:16px;line-height:1.5;color:#333;min-width:300px}@media (max-width:768px){.chooseVariants .preTableInfo{flex-direction:column;gap:1rem;align-items:flex-start}.chooseVariants .preTableInfo .filterDescription{min-width:auto}}.chooseVariants .tableInfo{margin-top:1.5rem;overflow-x:auto;border-radius:0}.chooseVariants .tableInfo .variants-table{width:100%;border-collapse:collapse;background:#fff;font-family:Manrope,sans-serif}.chooseVariants .tableInfo .variants-table thead{background:#f5e2cc}.chooseVariants .tableInfo .variants-table thead th{padding:15px 8px;text-align:left;font-weight:600;font-size:14px;color:#ea5b0c;border:1px solid #fff;white-space:nowrap;max-width:110px;text-wrap:auto}.chooseVariants .tableInfo .variants-table tbody tr:nth-child(2n){background:#f7f7f7}.chooseVariants .tableInfo .variants-table tbody tr:nth-child(odd){background:#ebebeb}.chooseVariants .tableInfo .variants-table tbody tr td{padding:12px 8px;border:1px solid #fff;font-size:14px;color:#333;vertical-align:middle}.chooseVariants .tableInfo .variants-table tbody tr td:first-child{font-weight:600;color:#ea5b0c}.chooseVariants .tableInfo .variants-table .price-cell{background:#ea5b0c!important;color:#fff!important;font-weight:700;text-align:center}.chooseVariants .tableInfo .variants-table .add-cell{text-align:center;padding:0;display:table-cell;align-items:center;justify-content:center;height:100%;min-width:90px!important}.chooseVariants .tableInfo .variants-table .add-cell .boxNumberValue{width:35px;height:32px}.chooseVariants .tableInfo .variants-table .add-cell .quantity-selector{display:inline-flex;align-items:center;margin-right:0;float:left;margin-left:5px}.chooseVariants .tableInfo .variants-table .add-cell .add-to-cart-btn{background:#ea5b0c;border:none;width:32px;height:32px;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s;float:left;margin-left:2px}.chooseVariants .tableInfo .variants-table .add-cell .add-to-cart-btn:hover{background:#ea5b0c}.chooseVariants .tableInfo .variants-table .add-cell .add-to-cart-btn i{font-size:14px}.chooseVariants .tableInfo .variants-table .availability{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase;text-align:center;display:block}@media (max-width:1200px){.chooseVariants .tableInfo .variants-table{font-size:12px}.chooseVariants .tableInfo .variants-table td,.chooseVariants .tableInfo .variants-table th{padding:8px 4px}}@media (max-width:768px){.chooseVariants .tableInfo .variants-table .add-cell .quantity-selector{margin-bottom:4px;margin-right:0}}.cart-table{width:100%;border-collapse:collapse;margin-bottom:20px;background:#fff;overflow:hidden}.cart-table thead{background:#f5e2cc}.cart-table thead th{text-align:center;color:#000;border-bottom:2px solid #ea5b0c;font-size:13px;padding:15px 10px;text-align:left;font-weight:600;font-size:14px;color:#ea5b0c;border:1px solid #fff;white-space:nowrap}.cart-table tbody tr{border-bottom:1px solid #eee;transition:background-color all .2s ease}.cart-table tbody tr:hover{background-color:#f8f9fa}.cart-table tbody tr:last-child{border-bottom:none}.cart-table tbody tr:nth-child(2n){background:#f7f7f7}.cart-table tbody tr:nth-child(odd){background:#ebebeb}.cart-table tbody tr td{padding:15px 10px;vertical-align:middle;font-size:13px;text-align:left}.cart-table .product-info{display:flex;align-items:left}.cart-table .product-info .product-image{border-radius:8px;border:1px solid #eee}.cart-table .product-info .product-details{flex:1;font-weight:600;color:#ea5b0c!important}.cart-table .product-info .product-details strong{color:#ea5b0c!important;font-size:13px;display:block;margin-bottom:4px}.cart-table .product-info .product-details small{color:#666;font-size:12px}.cart-table .availability{padding:4px 8px;border-radius:8px;font-size:12px;font-weight:500;display:inline-block}.cart-table .availability.available{background:#d4edda;color:#155724}.cart-table .availability.limited{background:#fff3cd;color:#856404}.cart-table .availability.not-available{background:#f8d7da;color:#721c24}.cart-table .price-cell{color:#ea5b0c;text-align:center;font-weight:600;background-color:#ea5b0c;min-width:100px;color:#fff}.cart-table .quantity-cell{text-align:center}.cart-table .quantity-cell .quantity-selector{display:flex;align-items:center;justify-content:center;gap:5px}.cart-table .quantity-cell .quantity-selector .qty-btn{width:30px;height:30px;border:1px solid #ddd;background:#fff;color:#000;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transition:all .2s ease}.cart-table .quantity-cell .quantity-selector .qty-btn:hover{background:#ea5b0c;color:#fff;border-color:#ea5b0c}.cart-table .quantity-cell .quantity-selector .qty-btn.disabled,.cart-table .quantity-cell .quantity-selector .qty-btn:disabled{background:#f5f5f5;color:#999;border-color:#ddd;cursor:not-allowed;opacity:.6}.cart-table .quantity-cell .quantity-selector .qty-btn.disabled:hover,.cart-table .quantity-cell .quantity-selector .qty-btn:disabled:hover{background:#f5f5f5;color:#999;border-color:#ddd}.cart-table .quantity-cell .quantity-selector .qty-input{width:60px;height:30px;text-align:center;border:1px solid #ddd;border-radius:8px;font-size:13px;font-weight:500}.cart-table .quantity-cell .quantity-selector .qty-input:focus{outline:0;border-color:#ea5b0c;box-shadow:0 0 0 2px rgba(203,108,0,.2)}.cart-table .quantity-cell .quantity-selector .qty-input.disabled,.cart-table .quantity-cell .quantity-selector .qty-input:disabled{background:#f5f5f5;color:#999;border-color:#ddd;cursor:not-allowed;opacity:.6}.cart-table .quantity-cell .quantity-selector .qty-input.disabled:focus,.cart-table .quantity-cell .quantity-selector .qty-input:disabled:focus{outline:0;border-color:#ddd;box-shadow:none}.cart-table .quantity-cell .remove-btn{width:35px;height:35px;border:1px solid #dc3545;background:#fff;color:#dc3545;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:all .2s ease}.cart-table .quantity-cell .remove-btn:hover{background:#dc3545;color:#fff;transform:scale(1.1)}.cart-table tfoot{background:#f8f9fa;border-top:2px solid #ea5b0c}.cart-table tfoot td{padding:20px 10px;font-size:16px;font-weight:600}.cart-table tfoot td.cart-total{color:#ea5b0c;font-size:18px}.cart-actions{margin-top:30px;padding:20px 0;border-top:1px solid #eee}.cart-actions .btn{padding:10px 20px;border-radius:6px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.cart-actions .btn.btn-secondary{background:#6c757d;color:#fff;border:1px solid #6c757d}.cart-actions .btn.btn-secondary:hover{background:#5a6268;border-color:#545b62;color:#fff}.cart-actions .btn.btn-primary{background:#ea5b0c;color:#fff;border:1px solid #ea5b0c}.cart-actions .btn.btn-primary:hover{background:#b85d00;border-color:#a85400;color:#fff}.empty-cart{text-align:center;padding:60px 20px;background:#f8f9fa;border-radius:8px;margin:40px 0}.empty-cart i{color:#6c757d;margin-bottom:20px}.empty-cart h3{color:#000;margin-bottom:15px;font-size:24px}.empty-cart p{color:#666;margin-bottom:20px;font-size:16px}.empty-cart .btn{padding:10px 30px;font-size:16px;font-weight:500}@media (max-width:768px){.cart-table{font-size:12px}.cart-table tbody td,.cart-table thead th{padding:10px 8px}.cart-table .product-info{flex-direction:column;align-items:flex-start}.cart-table .product-info .product-image{width:40px;height:40px;margin-bottom:8px}.cart-table .quantity-selector{flex-direction:column;gap:3px}.cart-table .quantity-selector .qty-btn{width:25px;height:25px;font-size:13px}.cart-table .quantity-selector .qty-input{width:50px;height:25px;font-size:12px}.cart-table .remove-btn{width:30px;height:30px;font-size:12px}.cart-actions .btn{padding:10px 20px;font-size:13px}}#accountTabContent .account-section{margin-bottom:25px;min-height:480px;border:1px solid #eee}#accountTabContent .account-section .section-title{background-color:#f0f1f1;font-size:19px;color:#ea5b0c;margin:0 0 15px 0;font-family:Manrope;line-height:45px;letter-spacing:0;text-transform:uppercase;padding:5px 15px}#accountTabContent .account-section .section-content,#accountTabContent .account-section .section-note{padding:0 15px;font-size:14px}#accountTabContent .account-section .section-content .form-group,#accountTabContent .account-section .section-note .form-group{display:flex;align-items:center;justify-content:center;padding:0 15px;margin-bottom:15px;vertical-align:middle}#accountTabContent .account-section .section-content .form-group label,#accountTabContent .account-section .section-note .form-group label{flex:0 0 200px;text-align:right;margin-right:30px;margin-left:25px;max-width:150px;font-weight:700}#accountTabContent .account-section .section-content .account-form .form-actions,#accountTabContent .account-section .section-note .account-form .form-actions{text-align:right;margin-right:15px;margin-top:25px;margin-bottom:35px}#accountTabContent .account-section .info-row{display:flex;margin-bottom:8px;align-items:flex-start}#accountTabContent .account-section .info-row .label{font-weight:700;flex:0 0 200px;margin-right:20px;line-height:1.4}#accountTabContent .account-section .info-row .value{flex:1;line-height:1.4}.btnCTA{border-radius:20px!important;padding:.5rem 1.5rem!important;font-weight:600!important;padding:.75rem;background:#ea5b0c;border:none;border-radius:10px;color:#fff!important;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease;border-radius:50px;padding:5px 30px;text-decoration:none;font-family:Manrope,sans-serif;font-weight:700;margin-left:auto;margin-right:auto;text-align:center;display:table;transition:all .3s ease}.btnCTA a{color:#fff!important}.btnCTA:hover{background:#b9480a!important;border-color:#b9480a!important}.variant-filters-panel{background:0 0;border-radius:8px;margin:15px 0}#variantFilterToggle{cursor:pointer}.filters-container{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.filter-category{flex:1;min-width:150px;background:#fff;border:1px solid #ea5b0c;border-radius:6px;overflow:hidden}.filter-header{background:#f5e2cc;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s ease}.filter-header h6{margin:0;font-size:14px;font-weight:600;color:#ea5b0c}.filter-arrow{font-size:12px;color:#6c757d;transition:transform .2s ease;display:none!important}.filter-category.expanded .filter-arrow{transform:rotate(180deg)}.filter-options{padding:10px 15px;max-height:none;overflow-y:auto}.filter-options.detailsFilterPage{max-height:160px}.filter-option{display:flex;align-items:center;padding:3px 0;cursor:pointer;transition:background-color .2s ease;border-radius:4px;margin:2px 0}.filter-option:hover{background:#f8f9fa}.variant-filter-checkbox{display:none}.checkbox-custom{width:16px;height:16px;border:1px solid #ea5b0c;border-radius:3px;margin-right:10px;position:relative;transition:all .2s ease;flex-shrink:0}.variant-filter-checkbox:checked+.checkbox-custom{border-color:#ea5b0c!important;background:#ea5b0c!important}.option-text{font-size:13px;color:#495057;user-select:none}.no-filters-message{text-align:center;padding:20px;color:#666;font-style:italic}.no-filters-message p{margin:0}@media (max-width:768px){.filters-container{flex-direction:column}.filter-category{min-width:100%}}.tableInfo tbody,.tableInfo td,.tableInfo tfoot,.tableInfo th,.tableInfo thead,.tableInfo tr{overflow:auto}.tableInfo tfoot{border-top:2px solid #f5e2cc!important}.no-accessories-message{text-align:center;padding:20px;color:#666;font-style:italic}.no-accessories-message p{margin:0}.row-split.withBorder{border-bottom:1px solid #e9ecef;padding:15px 0;margin-bottom:10px}.row-split.withBorder:last-child{border-bottom:none}.accessory-content{display:flex;align-items:center;gap:15px}.accessory-image{flex:0 0 80px}.accessory-image img{width:80px;height:80px;object-fit:cover;border-radius:6px}.accessory-info{flex:1}.accessory-link{display:block;text-decoration:none;color:inherit}.accessory-link:hover{text-decoration:none;color:inherit}.accessory-link strong{display:block;margin-bottom:5px;color:#212529;font-weight:600;color:#ea5b0c!important}.shortProductDescription{margin:5px 0 0 0;font-size:12px;color:#666;line-height:1.4;font-style:italic}.contact-form-section{background-color:#f8f9fa;padding:60px 0}.contact-form-section h2{color:#212529;font-weight:600;margin-bottom:30px;font-size:2rem;font-family:Manrope;font-weight:700;font-style:Bold;font-size:24px;line-height:36px}.form-row{display:flex;gap:15px;margin-bottom:20px}.form-group.col-md-6{flex:1}.form-control{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:0;font-size:14px;transition:border-color .3s ease;line-height:1}.form-control:focus{outline:0;border-color:#ea5b0c!important;box-shadow:0 0 0 2px rgba(0,105,180,.2)}.form-control::placeholder{color:#999}textarea.form-control{resize:vertical;min-height:120px}.form-check{display:flex;align-items:flex-start;gap:10px}.form-check-input{margin:0;margin-top:2px}.form-check-label{font-size:13px;color:#666;line-height:1.4;margin:0}.btn-primary{background-color:#ea5b0c;border-color:#ea5b0c;padding:12px 30px;border-radius:25px;font-weight:600;transition:all .3s ease}.btn-primary:hover{background-color:#ea5b0c;border-color:#ea5b0c;transform:translateY(-1px)}.alert{padding:12px 20px;border-radius:4px;margin-top:20px;font-size:14px}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}#contactRecaptcha{margin:20px 0}@media (max-width:768px){.form-row{flex-direction:column;gap:0}.contact-form{padding:20px}.contact-form-section h2{font-size:1.5rem;margin-bottom:20px}}#contactForm .form-control{border-radius:0;background-color:transparent;box-shadow:none;line-height:1}#contactForm .checkbox-label{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.6;color:#666;cursor:pointer;padding:10px 0;margin:0}#contactForm .checkbox-label input[type=checkbox]{position:absolute;opacity:0;height:0;width:0;z-index:-1}#contactForm .custom-checkbox{position:relative;display:inline-block;width:18px;height:18px;background-color:transparent;border:2px solid #000;border-radius:50%;margin-top:2px;flex-shrink:0;transition:all .3s ease}#contactForm .custom-checkbox::after{content:"";position:absolute;display:none;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}#contactForm .custom-checkbox.checked{background-color:#ea5b0c;border-color:#ea5b0c}#contactForm .custom-checkbox.checked::after{display:block}#contactForm .checkbox-text{flex:1;font-weight:400;white-space:normal;word-wrap:break-word;padding-left:0;text-indent:0}#contactForm button{font-size:.9rem;cursor:pointer;transition:all .2s ease;-webkit-appearance:button;-moz-appearance:button;appearance:button;text-decoration:none;color:#000!important;font-family:Manrope,sans-serif;font-weight:700;font-size:18px;margin-left:auto;margin-right:auto;text-align:center;display:table;transition:all .3s ease;border:1px solid #000;width:320px;max-width:100%;font-size:14px;border-radius:25px;margin-left:0;margin-top:25px;margin-bottom:5px;padding:5px 0;background:0 0!important}#contactForm button:hover{color:#fff!important;background:#000!important}#contactForm .form-group{margin-bottom:0}#contactForm .form-group.text-right{float:right}.registration-page{padding:40px 0;background-color:#f8f9fa;min-height:80vh}.registration-content{background:#fff;padding-bottom:25px}.registration-content button:hover{background-color:#b9480a!important}.form-section h4{color:#000;margin-bottom:30px;font-weight:600;font-size:1.2rem;letter-spacing:.5px;background-color:#f0f1f1;font-size:19px;color:#ea5b0c;margin:0 0 15px 0;font-family:Manrope;line-height:45px;letter-spacing:0;text-transform:uppercase;padding:5px 15px}.form-section .forcePadding,.form-section .row{padding:0 15px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:10px;font-weight:500;color:#000;font-size:.95rem}.form-control{width:100%;padding:12px 15px;border:2px solid #f5e2cc;border-radius:0;font-size:1rem;line-height:1;transition:border-color .3s ease}.form-control:focus{outline:0;border-color:#ea5b0c!important;box-shadow:0 0 0 3px rgba(234,91,12,.1)}.form-check{margin-bottom:15px}.form-check-input{margin-right:10px}.form-check-label{font-size:.95rem;color:#555;line-height:1.4}.btn-primary{background-color:#ea5b0c;border-color:#ea5b0c;padding:15px 40px;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease}.btn-primary:hover{background-color:#ea5b0c!important;border-color:#ea5b0c!important;transform:translateY(-2px)}.alert{padding:15px 20px;border-radius:8px;margin-bottom:20px}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.text-decoration-underline{text-decoration:underline!important}.text-decoration-underline:hover{text-decoration:none!important}@media (max-width:768px){.registration-page{padding:20px 0}.registration-content{padding:20px}.form-section{padding:20px;margin-bottom:20px}.form-group{margin-bottom:15px}}.cart-navigation-steps{display:flex;justify-content:space-between;align-items:center;margin:45px 0;margin-left:auto;margin-right:auto;gap:10px}.step-box{flex:1;background-color:#f5f5f5;border:1px solid #ddd;padding:5px 10px;text-align:center;transition:all .3s ease;min-height:45px;display:flex;align-items:center;justify-content:center}.step-box.active{background-color:#ea5b0c;border-color:#ea5b0c;color:#fff}.step-box:not(.active){background-color:#f8f9fa;color:#6c757d;border-color:#dee2e6}.step-text{font-weight:500;font-size:14px;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.step-box.active .step-text{color:#fff}.step-box:not(.active) .step-text{color:#6c757d}@media (max-width:768px){.cart-navigation-steps{flex-direction:column;gap:10px}.step-box{width:100%;margin:0}.step-text{font-size:12px}}@media (max-width:480px){.step-text{font-size:10px}.step-box{padding:10px 5px;min-height:50px}}.continueButton,.previousButton{font-size:.9rem;cursor:pointer;transition:all .2s ease;-webkit-appearance:button;-moz-appearance:button;appearance:button;text-decoration:none;color:#000;font-family:Manrope,sans-serif;font-weight:700;font-size:18px;margin-left:auto;margin-right:auto;text-align:center;display:table;transition:all .3s ease;border:1px solid #000;width:320px;max-width:100%;font-size:14px;border-radius:25px;margin-left:0;margin-top:25px;margin-bottom:5px;padding:5px 0;float:right;margin-bottom:55px}.continueButton:hover,.previousButton:hover{background-color:#000;color:#fff}.previousButton{float:left}.infoh3{font-family:Manrope;font-weight:700;font-style:Bold;font-size:20px;line-height:20px;letter-spacing:0;background-color:#fff;width:100%}.cart-info-form #cartInfoForm{background-color:#f8f9fa;border:1px solid #ddd;padding:25px 10px;margin-top:15px;margin-left:0;margin-right:0}.cart-info-form #cartInfoForm .formPaddingTop{padding-top:35px}.cart-info-form .form-section .section-title{color:#333;font-size:18px;font-weight:600;margin-bottom:20px;padding-bottom:10px}.cart-info-form .form-group{margin-bottom:20px}.cart-info-form .form-group label{font-weight:500;margin-bottom:5px;display:block;font-size:14px}.cart-info-form .form-group textarea.form-control{resize:vertical;min-height:80px}.cart-info-form .form-check{margin-bottom:20px;padding-bottom:5px}.cart-info-form .form-check .form-check-input{margin-right:8px}.cart-info-form .form-check .form-check-label{font-weight:500;color:#555;cursor:pointer}.cart-info-form .form-actions{margin-top:30px}.cart-info-form .form-actions .btnCTA{padding:12px 30px;font-size:16px;font-weight:600;border-radius:6px;transition:all .3s ease}.cart-info-form #shippingFields{transition:opacity .3s ease}.cart-info-form #shippingFields.hidden{opacity:.5;pointer-events:none}.cart-info-form #cartInfoMessage{text-align:center}.cart-info-form #cartInfoMessage.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.cart-info-form #cartInfoMessage.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}@media (max-width:768px){.cart-info-form{padding:20px;margin:10px 0}.cart-info-form .form-section{padding:20px;margin-bottom:15px}.cart-info-form .form-section .section-title{font-size:16px;margin-bottom:15px}.cart-info-form .form-group{margin-bottom:15px}.cart-info-form .form-actions{margin-top:20px}.cart-info-form .form-actions .btnCTA{padding:10px 25px;font-size:14px}}.confirmOrder{float:right}.confirmOrder .form-check-label{width:auto;max-width:100%}.topRightLinks{display:flex;align-items:center;gap:40px;position:absolute;right:0}@media (max-width:991px){.topRightLinks{display:block!important;align-items:center;position:static}}.genericOrangeButton{padding:.75rem;background:#ea5b0c;border:none;border-radius:10px;color:#fff!important;font-weight:600;cursor:pointer;transition:background-color .3s ease;border-radius:50px;padding:5px 30px;text-decoration:none;font-family:Manrope,sans-serif;font-weight:700;margin-left:auto;margin-right:auto;text-align:center;display:table;transition:all .3s ease}.genericOrangeButton a{color:#fff!important}.genericOrangeButton:hover{background:#b9480a;border-color:#b9480a!important}#descriptionPreviewPageSearch p{font-size:16px}#relatedProducts{padding:50px 0}#relatedProducts .otherProds a{text-decoration:none!important;color:#000!important}#relatedProducts .otherProds .relativeProdWrapper{background:#fff;border-radius:8px;transition:all .2s ease;display:flex;flex-direction:column;margin-bottom:15px}#relatedProducts .otherProds .relativeProdWrapper:hover img{transform:scale(1.02)}#relatedProducts .otherProds .imageWrap{position:relative;height:220px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center;border:1px solid #949494;background-color:#fff}#relatedProducts .otherProds .imageWrap img{width:75%;height:100%;object-fit:contain;transition:transform .2s ease;background-color:#fff}#relatedProducts .otherProds .variantsNumber{padding:8px 0}#relatedProducts .otherProds .variantsNumber .variants-badge{display:inline-flex;align-items:center;background:#ea5b0c;color:#fff;padding:5px;border-radius:25px;font-size:15px;font-weight:600;text-transform:uppercase;width:25px;height:25px;text-align:center;justify-content:center}#relatedProducts .otherProds .variantsNumber .variants-badge-label{color:#ea5b0c;font-weight:500;font-size:14px;margin-left:5px}#relatedProducts .otherProds .titleProd{font-size:18px;font-weight:600;color:#2c3e50;margin:12px 0 0;line-height:1.4;flex:1;min-height:2.8em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:75px}#relatedProducts .otherProds .goToProd{font-size:.9rem;cursor:pointer;transition:all .2s ease;height:30px;top:919px;left:353px;border-radius:25px;border-width:1px;opacity:1;background-color:#fff;font-weight:500;padding:0;width:100%;margin-top:15px;border:1px solid #000;text-align:center;padding:3px 0}#relatedProducts .otherProds .goToProd:hover{background:#000;color:#fff;border-color:#000}.pageContentBtnContacts{background-color:#f2f2f2;text-align:center;padding:50px 0;margin-bottom:25px}.pageContentBtnContacts .btn.btn-primary{padding:.75rem;background:#ea5b0c;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:background-color .3s ease;border-radius:50px;padding:5px 30px;text-decoration:none;font-family:Manrope,sans-serif;font-weight:700;margin-left:auto;margin-right:auto;text-align:center;transition:all .3s ease;color:#fff!important;margin-right:25px}.pageContentBtnContacts .btn.btn-primary a{color:#fff!important}.pageContentBtnContacts .btn.btn-primary:hover{background:#b9480a;border-color:#b9480a!important}.pageContentBtnContacts .btn.btn-secondary{padding:.75rem;background:#f2f2f2;border:1px solid #f2f2f2;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-block;background-color:#f2f2f2;border:1px solid #000;border-radius:50px;padding:5px 30px;text-decoration:none;color:#000;font-family:Manrope,sans-serif;font-weight:700;font-size:15px;margin-left:auto;margin-right:auto;text-align:center;transition:all .3s ease;margin-left:25px}.pageContentBtnContacts .btn.btn-secondary:hover{background:#000;border-color:#000;text-decoration:none;color:#f2f2f2}.pageContent{padding:50px 0}.pageContent .faqAccordion .accordion-button:after{display:none!important}.pageContent .faqAccordion .wrapperDomanda{margin-bottom:25px;border:0}.pageContent .faqAccordion .wrapperDomanda .domanda .accordion-button{background-color:transparent!important;box-shadow:none!important;padding-top:10px;padding-bottom:10px;border:1px solid #ea5b0c!important;border-radius:25px;color:#ea5b0c;font-family:Montserrat;font-weight:700;font-size:20px;line-height:22px;letter-spacing:0;vertical-align:middle;padding-left:100px}.pageContent .faqAccordion .wrapperDomanda .domanda .accordion-button .roundedBtnExpand{display:inline-block;position:absolute;top:-1px;left:-1px;font-size:30px;background-color:#ea5b0c;width:44px;height:44px;border-radius:25px;text-align:center;color:#fff;padding:12px}.pageContent .faqAccordion .wrapperDomanda .domanda .accordion-button.collapsed{border:1px solid #f2f2f2!important;color:#000}.pageContent .faqAccordion .wrapperDomanda .domanda .accordion-button.collapsed .roundedBtnExpand{background-color:#f2f2f2;color:#000}.pageContent .faqAccordion .wrapperDomanda .domanda .accordion-button:focus{border-color:transparent;box-shadow:none}.pageContent .faqAccordion .wrapperDomanda .accordion-body{font-family:Montserrat;font-weight:400;font-style:Regular;font-size:15px;line-height:22px;letter-spacing:0;padding:20px 75px;padding-bottom:0}.pageContent .umb-block-grid__layout-container{margin-bottom:15px}.pageContent .umb-block-grid__layout-item{margin-top:15px}.pageContent .umb-block-grid__area{padding:15px;justify-content:flex-start}.pageContent .umb-block-grid__area img{max-width:100%!important;border-radius:20px}.pageContent .umb-block-grid__area h2{font-family:Manrope;font-weight:700;font-style:Bold;font-size:36px;leading-trim:NONE;line-height:45px;letter-spacing:0}.pageContent .umb-block-grid__area p{font-family:Montserrat;font-weight:400;font-style:Regular;font-size:15px;leading-trim:NONE;line-height:22px;letter-spacing:0}.pageContent .umb-block-grid__area li::marker{font-size:.7em}.pageContent .umb-block-grid__area li p{margin-bottom:1px}.pageContent .umb-block-grid__area ul.largeList li{margin-bottom:5px}.title-h1{font-size:40pt;margin-bottom:2.5rem}.title-h2{font-size:36pt;margin-bottom:2.5rem}.title-h3{font-size:30pt;margin-bottom:2.5rem}.title-h4{font-size:24pt}.title-h5{font-size:22pt}.title-h6{font-size:18pt}.body-text{font-size:15pt}.h-orange{color:#ea5b0c}.text-primary-seneca{color:#ea5b0c!important;font-size:18px;margin-top:10px;margin-bottom:10px}.shipSelectionRow{display:flex;justify-content:flex-start;vertical-align:middle;justify-content:left;align-items:center;gap:10px;margin-bottom:25px}.shipSelectionRow img{max-width:80px;height:auto;object-fit:contain}.row-step3{min-height:90px!important}@media (max-width:991px){.fullContainerGrey .carousel-section .carousel-cell{width:251px;height:271px}}@media (max-width:768px){.featured-products .products-grid{grid-template-columns:auto;grid-template-rows:1.2fr 2fr}.featured-products .products-grid .main-product{grid-row:auto/auto}.fullContainerGrey .carousel-section .carousel-cell{width:204px;height:221px}.fullContainerGrey .carousel-section .carousel-cell .card-content .text{font-size:20px}}@media (max-width:575px){.fullContainerGrey .carousel-section .carousel-cell{width:151px;height:165px}.fullContainerGrey .carousel-section .carousel-cell .card-content .text{font-size:16px}}.recapNumbers{text-align:right}.recapNumbers .text-right{display:flex;justify-content:right;gap:45px}.recapNumbers .text-right .labelRecap{font-weight:400}.recapNumbers .text-right .number{display:inline-block;width:100px;font-weight:700}#goToCart{float:right;margin-top:25px}.cartIconContainer{position:relative}.cartIconContainer .bulletItem{position:absolute;top:0;right:-5px;background-color:#ea5b0c;color:#fff;font-weight:700;border-radius:50%;width:20px;height:20px;text-align:center;font-size:11px;padding-top:2px}.loggedContainer .loggedIcon{margin-right:11px}.loggedContainer .textLoginInfo a{line-height:13px;font-size:11px;text-decoration:none;color:#000!important}.loggedContainer .textLoginInfo .nameSurname,.loggedContainer .textLoginInfo .welcome{display:block;font-size:13px}.bigModal{max-width:75%!important;height:90%!important;align-items:baseline!important}.bigModal .textRedAlert{color:red;font-weight:700;text-align:center}.shopping-notification{z-index:99999!important}@media (max-width:768px){.featured-products .products-grid{display:inline-block;width:100%}.featured-products .products-grid .flickity-enabled{height:300px}.featured-products .products-grid .small-products-grid{display:inline-block!important;width:100%;height:auto!important}.featured-products .products-grid .small-column{display:inline!important;width:100%;height:300px}.featured-products .products-grid .small-product-link{height:300px!important;margin:15px 0}.genericOrangeButton{font-size:13px;float:none!important;margin-right:auto!important;margin-left:auto!important;display:table!important;text-align:center}h2{font-size:36px!important;text-align:center!important;float:none!important}.product-image-new{height:350px!important}.btn-product-detail-new{padding:0!important}#relatedProducts{padding:50px 15px}.btn-primary,.btn-secondary{margin-left:auto!important;margin-right:auto!important;margin-bottom:10px}.variants-table thead{display:none}.variants-table td,.variants-table tr{display:table-header-group;text-align:center}.variants-table tr{margin-bottom:28px;display:inline-table;text-align:center;width:100%}.variants-table .add-cell{display:inline-table!important}.modal-dialog{margin-left:auto!important;margin-right:auto!important}.continueButton,.previousButton{width:150px}}.underTitleDesc{display:inline-block;width:100%;float:left;clear:both;font-weight:400;font-style:italic;margin-bottom:25px}