:root{--blue:#00778b;--deep:#005e75;--yellow:#fffc00;--ink:#202527;--paper:#f5f7f7;--line:#dbe2e3;--muted:#667276}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:var(--yellow);border-bottom:1px solid #d4d100}.nav{min-height:68px;display:flex;align-items:center;gap:32px}.logo{font-size:25px;font-weight:900;letter-spacing:-.08em;line-height:1}.logo small{font-size:9px;letter-spacing:.18em;margin-left:6px}.custom-logo{max-width:125px;height:auto}.main-nav{margin-left:auto;display:flex;align-items:center;gap:25px;font-size:14px;font-weight:700}.main-nav a:nth-child(2){background:var(--ink);color:#fff;border-radius:6px;padding:9px 13px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:6px;font-size:14px;font-weight:800}.btn-dark{background:var(--ink);color:#fff}.btn-yellow{background:var(--yellow);color:var(--ink)}.menu-toggle{display:none;border:0;background:transparent;font-size:24px}.hero{min-height:min(690px,calc(100vh - 68px));position:relative;display:flex;align-items:flex-end;color:#fff}.hero>img,.hero-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(0,29,39,.9),rgba(0,38,49,.55) 52%,rgba(0,0,0,.12)),linear-gradient(0deg,rgba(0,0,0,.45),transparent 55%)}.hero-content{position:relative;z-index:2;padding-bottom:70px}.kicker{font-size:12px;letter-spacing:.12em;font-weight:900;margin:0 0 17px}.kicker.blue{color:var(--blue)}h1,h2,h3,p{margin-top:0}.hero h1{max-width:800px;font-size:clamp(48px,6vw,82px);line-height:.92;letter-spacing:-.065em;margin-bottom:24px}.hero h1 em{color:var(--yellow);font-weight:400}.hero-lead{max-width:650px;font-size:18px;line-height:1.55;color:#e8f1f2}.actions{display:flex;align-items:center;gap:25px;margin-top:28px}.link-light{font-weight:800;border-bottom:1px solid currentColor}.benefit-bar{background:var(--yellow)}.benefit-bar .wrap{min-height:58px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:18px}.benefit-bar span{text-align:center;font-size:12px;font-weight:900;text-transform:uppercase}.section{padding:90px 0}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:48px}.section-heading h2,.maintenance h2,.about h2,.regulation h2,.product-story h2,.product-support h2,.product-cta h2{font-size:clamp(40px,4.6vw,64px);line-height:.96;letter-spacing:-.055em;margin:0}.section-heading h2 em,.about h2 em,.product-story h2 em{color:var(--blue);font-weight:400}.section-heading>p{color:var(--muted);font-size:17px;margin:0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-box{min-height:320px;padding:25px;display:flex;flex-direction:column;background:var(--paper);border-top:4px solid var(--blue);transition:.2s}.category-box:nth-child(2){background:var(--yellow);border-color:var(--ink)}.category-box:nth-child(3){background:var(--ink);color:#fff;border-color:var(--yellow)}.category-box:hover{transform:translateY(-4px)}.category-box small{font-weight:900}.category-box h3{font-size:25px;line-height:1.05;margin:auto 0 13px}.category-box p{font-size:14px;min-height:63px}.category-box>span{font-size:13px;font-weight:900}.catalog-preview{background:var(--deep);color:#fff}.section-heading.light h2 em{color:var(--yellow)}.section-heading.light>a{color:var(--yellow);font-weight:900;justify-self:end}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:#fff;color:var(--ink);border:1px solid var(--line)}.product-media{height:330px;background:#edf1f1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;padding:20px}.product-media>small{position:absolute;top:12px;left:12px;background:var(--yellow);padding:7px 9px;border-radius:5px;font-size:10px;font-weight:900;text-transform:uppercase}.product-media.no-photo>span{font-size:28px;font-weight:900;text-align:center;color:var(--deep);padding:20px}.product-media.no-photo>span small{display:block;font-size:12px;font-weight:400;margin-top:8px;color:var(--muted)}.product-info{padding:20px}.product-info>p{color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}.product-info h2,.product-info h3{font-size:25px;margin-bottom:18px}.spec-row{display:grid;grid-template-columns:1fr 1fr;border-block:1px solid var(--line);padding:13px 0}.spec-row span{font-size:11px;color:var(--muted)}.spec-row b{display:block;color:var(--ink);font-size:14px}.product-bottom{display:flex;justify-content:space-between;align-items:end;padding-top:16px}.product-bottom small{display:block;color:var(--muted);font-size:10px}.product-bottom span>b{font-size:19px}.product-bottom>a{font-size:12px;font-weight:900;color:var(--deep)}.catalog-wide{display:flex;justify-content:space-between;background:var(--yellow);color:var(--ink);padding:20px 24px;margin-top:20px;font-weight:900}.guide{background:#fff}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.guide-grid article{min-height:280px;padding:25px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.guide-grid small{color:var(--blue);font-weight:900}.guide-grid h3{font-size:24px;margin:55px 0 14px}.guide-grid p{font-size:14px;color:var(--muted)}.maintenance{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:#fff}.maintenance-image{min-height:640px}.maintenance-image img{width:100%;height:100%;object-fit:cover}.maintenance-content{padding:80px clamp(35px,6vw,90px)}.maintenance h2 em{color:var(--yellow);font-weight:400}.maintenance-content>p:not(.kicker){color:#c7d0d2;font-size:17px;margin:25px 0}.maintenance ul{list-style:none;padding:0;margin:30px 0}.maintenance li{padding:13px 0;border-top:1px solid #ffffff25;font-weight:700}.maintenance li:before{content:"";display:inline-block;width:7px;height:7px;background:var(--yellow);margin-right:13px}.about{background:var(--yellow)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.about-grid>div:last-child>p{font-size:17px;line-height:1.65}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}.facts span{border-top:2px solid var(--ink);padding-top:12px;font-size:12px}.facts b{display:block;font-size:16px}.regulation{background:var(--blue);color:#fff}.regulation-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.regulation-grid>div:last-child p{color:#d6e9ec;line-height:1.65}.regulation a{color:var(--yellow);font-weight:900}.faq-list{max-width:850px;margin-left:auto}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;padding:21px 0;display:flex;justify-content:space-between;gap:20px;font-weight:800;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list details p{color:var(--muted);max-width:760px;padding:0 40px 20px 0;margin:0}.visit{background:var(--yellow);padding:75px 0}.visit-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}.visit h2{font-size:clamp(40px,4.5vw,62px);letter-spacing:-.055em;margin-bottom:16px}.hours{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hours span{font-size:11px;text-transform:uppercase;font-weight:900}.hours b{display:block;font-size:17px}.hours .btn{grid-column:1/-1}.site-footer{background:var(--deep);color:#fff;padding:45px 0}.footer-grid{display:grid;grid-template-columns:auto 1fr auto;gap:35px;align-items:center}.footer-grid p{margin:0;font-style:italic}.footer-grid nav{display:flex;gap:20px;font-weight:800}.footer-grid>small{grid-column:1/-1;color:#bfd7da}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:60;background:#1fa85a;color:#fff;border-radius:999px;padding:13px 17px;font-weight:900;box-shadow:0 8px 24px #1238}.catalog-hero{background:var(--deep);color:#fff;padding:75px 0}.catalog-hero h1{font-size:clamp(44px,5vw,68px);letter-spacing:-.055em;margin-bottom:15px}.catalog-hero p:last-child{max-width:680px;color:#d2e5e8}.catalog-toolbar{position:sticky;top:68px;z-index:40;background:#fff;border-bottom:1px solid var(--line);padding:16px 0}.catalog-toolbar .wrap{display:flex;gap:25px;justify-content:space-between;align-items:center}.catalog-search{display:flex}.catalog-search input{height:44px;min-width:260px;border:1px solid var(--line);padding:0 13px}.catalog-search button{border:0;background:var(--ink);color:#fff;padding:0 16px;font-weight:800}.catalog-categories{display:flex;gap:9px;overflow:auto}.catalog-categories a{border:1px solid var(--line);padding:9px 12px;border-radius:99px;font-size:12px;font-weight:800;white-space:nowrap}.catalog-page{background:var(--paper)}.catalog-count{font-size:13px;font-weight:800;color:var(--muted);margin-bottom:22px}.product-grid-archive{grid-template-columns:repeat(4,1fr)}.product-grid-archive .product-media{height:280px}.nav-links{display:flex;gap:10px;margin-top:30px}.nav-links a,.nav-links span{background:#fff;border:1px solid var(--line);padding:8px 12px}.single-product{display:grid;grid-template-columns:1.1fr .9fr;min-height:680px}.product-gallery{background:#edf1f1;display:flex;align-items:center;justify-content:center;padding:45px}.product-gallery img{max-width:100%;max-height:580px;object-fit:contain}.missing-photo{text-align:center;color:var(--deep)}.missing-photo span{font-size:58px;font-weight:900}.product-summary{padding:65px clamp(30px,5vw,75px)}.back{display:inline-block;font-size:13px;font-weight:800;margin-bottom:55px}.product-summary h1{font-size:clamp(48px,5vw,72px);line-height:.95;letter-spacing:-.06em;margin-bottom:12px}.product-tagline{font-size:20px;color:var(--blue)}.single-specs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);margin:28px 0}.single-specs span{padding:15px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.single-specs small{display:block;color:var(--muted)}.single-price{font-size:36px;font-weight:900;letter-spacing:-.04em}.btn-full{width:100%;margin-top:20px}.purchase-note{font-size:12px;color:var(--muted);margin-top:12px}.product-story{background:var(--deep);color:#fff}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.story-grid>div:first-child>p{color:#d0e4e7;max-width:550px}.feature-table{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #ffffff33}.feature-table span{padding:22px 0;border-bottom:1px solid #ffffff33}.feature-table small{display:block;color:#a9ced3}.feature-table b{font-size:16px}.support-grid{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:60px}.support-grid ul{list-style:none;padding:0}.support-grid li{border-top:1px solid var(--line);padding:11px 0;font-weight:700}.product-cta{background:var(--yellow);padding:75px 0}.product-cta .wrap{position:relative}.product-cta .btn{margin-top:25px}.basic-page{padding:80px 0}
@media(max-width:1050px){.main-nav{display:none}.menu-toggle{display:block;margin-left:auto}.main-nav.open{position:absolute;display:flex;flex-direction:column;align-items:stretch;top:68px;left:0;right:0;background:var(--yellow);padding:20px}.product-grid-archive{grid-template-columns:repeat(3,1fr)}.category-grid,.guide-grid{grid-template-columns:1fr 1fr}.single-product{grid-template-columns:1fr}.product-gallery{min-height:520px}.support-grid{grid-template-columns:1fr}.section-heading{grid-template-columns:1fr}.maintenance,.about-grid,.regulation-grid{grid-template-columns:1fr}.maintenance-image{min-height:500px}.about-grid,.regulation-grid{gap:35px}}
@media(max-width:760px){.nav-cta{display:none}.hero{min-height:620px}.hero-content{padding-bottom:45px}.hero-lead{font-size:16px}.benefit-bar .wrap{grid-template-columns:1fr 1fr;padding:15px 0}.section{padding:65px 0}.product-grid,.product-grid-archive{grid-template-columns:1fr 1fr}.product-media,.product-grid-archive .product-media{height:270px}.catalog-toolbar{position:relative;top:0}.catalog-toolbar .wrap{align-items:stretch;flex-direction:column}.catalog-categories{width:100%}.catalog-search input{width:100%;min-width:0}.catalog-search{width:100%}.catalog-search input{flex:1}.visit-grid,.story-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>small{grid-column:auto}.facts{grid-template-columns:1fr}.maintenance-content{padding:60px 25px}}
@media(max-width:520px){.wrap{width:min(100% - 28px,1180px)}.hero h1{font-size:45px}.actions{align-items:flex-start;flex-direction:column}.category-grid,.guide-grid,.product-grid,.product-grid-archive{grid-template-columns:1fr}.category-box{min-height:270px}.product-media,.product-grid-archive .product-media{height:340px}.section-heading h2,.maintenance h2,.about h2,.regulation h2,.product-story h2,.product-support h2,.product-cta h2{font-size:39px}.maintenance-image{min-height:390px}.single-product{min-height:0}.product-gallery{min-height:400px;padding:20px}.product-summary{padding:45px 20px}.single-specs{grid-template-columns:1fr}.feature-table{grid-template-columns:1fr}.hours{grid-template-columns:1fr}.hours .btn{grid-column:auto}}
.feature-table .colors-spec{grid-column:1/-1}.feature-table .colors-spec b{font-size:15px;line-height:1.6}
.category-grid{grid-template-columns:repeat(5,1fr)}
.catalog-entry{background:var(--deep);color:#fff;padding:70px 0}.catalog-entry-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.catalog-entry h2,.product-media-section h2,.spin-section h2{font-size:clamp(38px,4vw,58px);line-height:.98;letter-spacing:-.05em;margin:0}.catalog-entry h2 em{color:var(--yellow);font-weight:400}.catalog-entry-grid>div:last-child p{color:#d2e5e8;font-size:17px}.catalog-entry .btn{margin-top:12px}
.maintenance-image{height:540px;min-height:0;overflow:hidden}.maintenance-image img{object-position:center 58%}.maintenance-content{height:540px;padding:48px clamp(35px,6vw,78px);overflow:hidden}.maintenance-content>p:not(.kicker){font-size:15px;margin:18px 0}.maintenance ul{margin:20px 0}.maintenance li{padding:9px 0}
.gallery-shell{background:#edf1f1;min-width:0;padding:32px;display:flex;flex-direction:column;justify-content:center}.gallery-shell .product-gallery{padding:0;min-height:490px}.gallery-shell .product-gallery img{width:100%;height:490px;object-fit:contain}.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding:14px 2px 2px}.gallery-thumb{width:78px;height:68px;flex:0 0 78px;padding:4px;border:2px solid transparent;border-radius:5px;background:#fff;cursor:pointer}.gallery-thumb.active{border-color:var(--blue)}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.color-box{border-left:4px solid var(--yellow);background:var(--paper);padding:14px 16px;margin:0 0 22px}.color-box small,.color-box strong{display:block}.color-box strong{font-size:15px}.color-box p{font-size:11px;color:var(--muted);margin:5px 0 0}.accessory-specs{grid-template-columns:1fr 1fr}
.product-media-section{background:#fff}.media-split,.spin-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.product-media-section h2 em,.spin-section h2 em{color:var(--blue);font-weight:400}.video-frame{aspect-ratio:16/9;background:#111;display:flex;align-items:center;justify-content:center;overflow:hidden}.video-frame iframe,.video-frame video{width:100%;height:100%;border:0}.spin-section{background:var(--yellow)}.spin-viewer{height:500px;background:#fff;position:relative;overflow:hidden;cursor:ew-resize;user-select:none;touch-action:pan-y}.spin-viewer img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:20px;opacity:0;pointer-events:none}.spin-viewer img.active{opacity:1}.spin-controls{display:flex;align-items:center;gap:13px;margin-top:25px}.spin-controls button{width:44px;height:44px;border:0;background:var(--ink);color:#fff;font-size:20px;cursor:pointer}.spin-controls span{font-size:12px;font-weight:800}
@media(max-width:1050px){.category-grid{grid-template-columns:repeat(3,1fr)}.maintenance-image,.maintenance-content{height:auto;min-height:0}.maintenance-image{aspect-ratio:16/9}.maintenance-content{overflow:visible}.catalog-entry-grid,.media-split,.spin-grid{grid-template-columns:1fr}.gallery-shell .product-gallery{min-height:430px}.gallery-shell .product-gallery img{height:430px}}
@media(max-width:760px){.category-grid{grid-template-columns:1fr 1fr}.catalog-entry{padding:55px 0}.gallery-shell{padding:18px}.gallery-shell .product-gallery{min-height:340px}.gallery-shell .product-gallery img{height:340px}.spin-viewer{height:380px}}
@media(max-width:520px){.category-grid{grid-template-columns:1fr}.maintenance-image{aspect-ratio:4/3}.maintenance-content{padding:45px 24px}.gallery-shell .product-gallery{min-height:290px}.gallery-shell .product-gallery img{height:290px}.gallery-thumb{width:64px;height:58px;flex-basis:64px}.spin-viewer{height:300px}.accessory-specs{grid-template-columns:1fr}}
.blog-hero{background:var(--deep);color:#fff;padding:90px 0}.blog-hero h1{font-size:clamp(46px,6vw,76px);line-height:.94;letter-spacing:-.06em;margin-bottom:20px}.blog-hero h1 em{color:var(--yellow);font-weight:400}.blog-hero p:last-child{max-width:650px;color:#d2e5e8;font-size:18px}.blog-page,.home-blog{background:var(--paper)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-card{background:#fff;border:1px solid var(--line)}.post-cover{height:245px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.post-cover img{width:100%;height:100%;object-fit:cover}.post-cover>span{font-size:36px;font-weight:900;text-align:center}.post-cover small{font-size:12px;font-weight:400;display:block}.post-card-content{padding:24px}.post-date{font-size:11px;color:var(--blue);font-weight:900;text-transform:uppercase}.post-card h2,.post-card h3{font-size:25px;line-height:1.08;margin-bottom:13px}.post-card-content>p:not(.post-date){color:var(--muted);font-size:14px}.post-link{font-size:13px;color:var(--deep);font-weight:900}.blog-empty{grid-column:1/-1;padding:45px;background:#fff;border-left:5px solid var(--yellow)}.single-post-head{background:var(--deep);color:#fff;padding:75px 0}.single-post-head .back{color:var(--yellow)}.single-post-head h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.055em;max-width:950px}.single-post-head p:last-child{max-width:700px;color:#d2e5e8;font-size:18px}.single-post-image{margin-top:55px}.single-post-image img{width:100%;max-height:650px;object-fit:cover}.post-content{max-width:820px;padding-top:60px;padding-bottom:60px;font-size:18px;line-height:1.8}.post-content h2{font-size:36px;line-height:1.1;margin-top:45px}.post-content img{height:auto}.post-footer{display:flex;gap:14px;padding-bottom:75px}
@media(max-width:760px){.blog-grid{grid-template-columns:1fr 1fr}.post-cover{height:220px}}
@media(max-width:520px){.blog-grid{grid-template-columns:1fr}.blog-hero{padding:65px 0}.post-content{font-size:16px}.post-footer{flex-direction:column}}
.main-nav a:nth-child(2){background:transparent;color:inherit;padding:0}.main-nav a.is-current{background:var(--ink);color:#fff;border-radius:6px;padding:9px 13px}
.catalog-categories a.active{background:var(--ink);border-color:var(--ink);color:#fff}.page-numbers{list-style:none;display:flex;gap:8px;padding:0;margin:35px 0 0}.page-numbers a,.page-numbers span{display:flex;min-width:40px;height:40px;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);font-weight:800}.page-numbers .current{background:var(--yellow);border-color:var(--yellow)}
.page-template-page-catalogo .main-nav a:nth-child(2){background:var(--ink);color:#fff;border-radius:6px;padding:9px 13px}
.gallery-shell{padding:0;background:#e9eeee;justify-content:flex-start}.gallery-shell .product-gallery{min-height:620px;width:100%}.gallery-shell .product-gallery img{width:100%;height:620px;max-height:none;object-fit:cover;padding:0}.gallery-thumbs{padding:16px 28px 22px}.color-box{padding:17px 18px}.screen-reader-color-names{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.color-swatches{display:flex;flex-wrap:wrap;gap:11px;margin:8px 0 5px}.color-swatch{display:block;width:38px;height:38px;border-radius:50%;border:3px solid #fff;outline:1px solid #b9c1c3;box-shadow:0 2px 7px #16323b1f}.spin-section{display:block}.spin-viewer img{object-fit:cover;padding:0}
.page-template-page-catalogo main{display:grid;grid-template-columns:270px minmax(0,1fr);background:var(--paper)}.page-template-page-catalogo .catalog-hero{grid-column:1/-1}.page-template-page-catalogo .catalog-toolbar{grid-column:1;position:sticky;top:68px;align-self:start;height:calc(100vh - 68px);padding:34px 22px;background:#fff;border-right:1px solid var(--line);border-bottom:0}.page-template-page-catalogo .catalog-toolbar .wrap{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:28px}.page-template-page-catalogo .catalog-search{display:grid;grid-template-columns:1fr}.page-template-page-catalogo .catalog-search input{min-width:0;width:100%;border-radius:5px 5px 0 0}.page-template-page-catalogo .catalog-search button{height:42px;border-radius:0 0 5px 5px}.page-template-page-catalogo .catalog-categories{display:flex;flex-direction:column;gap:4px;overflow:visible}.page-template-page-catalogo .catalog-categories:before{content:'Categorias';font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:var(--blue);margin-bottom:9px}.page-template-page-catalogo .catalog-categories a{border:0;border-radius:4px;padding:12px 13px}.page-template-page-catalogo .catalog-page{grid-column:2;padding:58px 0}.page-template-page-catalogo .catalog-page>.wrap{width:min(100% - 50px,1280px)}.page-template-page-catalogo .product-grid-archive{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1050px){.page-template-page-catalogo main{grid-template-columns:220px minmax(0,1fr)}.page-template-page-catalogo .product-grid-archive{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.gallery-shell .product-gallery{min-height:440px}.gallery-shell .product-gallery img{height:440px}.page-template-page-catalogo main{display:block}.page-template-page-catalogo .catalog-toolbar{position:relative;top:0;height:auto;padding:22px}.page-template-page-catalogo .catalog-toolbar .wrap{gap:18px}.page-template-page-catalogo .catalog-categories{flex-direction:row;overflow-x:auto}.page-template-page-catalogo .catalog-categories:before{display:none}.page-template-page-catalogo .catalog-page>.wrap{width:min(100% - 30px,1180px)}}
@media(max-width:520px){.gallery-shell .product-gallery{min-height:360px}.gallery-shell .product-gallery img{height:360px}.gallery-thumbs{padding:13px 16px 18px}.page-template-page-catalogo .product-grid-archive{grid-template-columns:1fr}}
.gallery-shell{background:#eef2f2}.gallery-shell .product-gallery{background:linear-gradient(145deg,#f8f9f9,#e4e9e9)}.gallery-shell .product-gallery img{object-fit:contain;padding:18px}.spin-viewer{background:linear-gradient(145deg,#fff,#e9eeee);border:1px solid #d5dddd;border-radius:8px;box-shadow:0 18px 45px #273d421c}.spin-viewer img{object-fit:contain;padding:25px}
