[class^=ds-] *,[class^=ds-] *:before,[class^=ds-] *:after{box-sizing:border-box;margin:0;padding:0}:root{--ds-primary: #05616e;--ds-primary-dark: #054e59;--ds-primary-darker: #033d47;--ds-primary-light: #e6f4f5;--ds-primary-lighter: #b2dde3;--ds-accent: #7dd8e0;--ds-bg: #f9f9f9;--ds-bg-alt: #f8f8f8;--ds-text-dark: #2e2a39;--ds-text-gray: #6b7280;--ds-text-light: #71717a;--ds-white: #ffffff;--ds-border: #e5e7eb;--ds-badge-bg: #e0f2f1;--ds-whatsapp: #25D366;--ds-footer-divider: #0a7a8a;--ds-footer-text: #e8f6f8;--ds-footer-muted: #d0eaef;--ds-footer-tagline: #daf0f3;--ds-shadow-sm: 0 1px 3px rgba(0,0,0,.08);--ds-shadow-md: 0 4px 12px rgba(0,0,0,.1);--ds-shadow-lg: 0 8px 30px rgba(0,0,0,.12);--ds-radius-sm: 6px;--ds-radius: 8px;--ds-radius-md: 12px;--ds-radius-lg: 20px;--ds-transition: .3s ease;--ds-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ds-font-display: "Buenard", Georgia, serif}[class^=ds-]{font-family:var(--ds-font);color:var(--ds-text-dark);line-height:1.6;-webkit-font-smoothing:antialiased}[class^=ds-] img{max-width:100%;height:auto;display:block}[class^=ds-] a{text-decoration:none;color:inherit}[class^=ds-] ul,[class^=ds-] ol{list-style:none}.ds-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--ds-font);font-weight:600;font-size:15px;padding:14px 28px;border-radius:var(--ds-radius);border:none;cursor:pointer;transition:all var(--ds-transition);white-space:nowrap;line-height:1}.ds-btn--white{background:var(--ds-white);color:var(--ds-primary)}.ds-btn--white:hover{background:#f0f0f0;transform:translateY(-1px)}.ds-btn--outline-white{background:transparent;color:var(--ds-white);border:1.5px solid var(--ds-white)}.ds-btn--outline-white:hover{background:#ffffff1a}.ds-btn--primary{background:var(--ds-primary);color:var(--ds-white)}.ds-btn--primary:hover{background:var(--ds-primary-dark);transform:translateY(-1px)}.ds-btn--outline-teal{background:transparent;color:var(--ds-primary);border:1.5px solid var(--ds-primary)}.ds-btn--outline-teal:hover{background:var(--ds-primary);color:var(--ds-white)}.ds-btn--whatsapp{background:var(--ds-whatsapp);color:var(--ds-white)}.ds-btn--whatsapp:hover{background:#1ebe5d;transform:translateY(-1px)}.ds-btn--full{width:100%}.ds-btn--sm{font-size:13px;padding:10px 20px}.ds-btn--icon{gap:10px}.ds-btn--disabled{background:#ccc;color:#888;cursor:not-allowed}.ds-header{position:sticky;top:0;z-index:1000;background:var(--ds-primary-darker);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.ds-header__inner{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 80px;height:70px}.ds-header__logo img{height:44px;width:auto}.ds-header__logo-text{font-size:20px;font-weight:700;color:var(--ds-white)}.ds-header__nav{display:flex;gap:32px}.ds-header__nav-link{color:#ffffffd9;font-size:14px;font-weight:500;transition:color var(--ds-transition);position:relative}.ds-header__nav-link:hover{color:var(--ds-white)}.ds-header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--ds-accent);transition:width var(--ds-transition)}.ds-header__nav-link:hover:after{width:100%}.ds-header__actions{display:flex;align-items:center;gap:16px}.ds-header__cart{position:relative;color:var(--ds-white);display:flex;align-items:center;transition:opacity var(--ds-transition)}.ds-header__cart:hover{opacity:.8}.ds-header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--ds-accent);color:var(--ds-primary-darker);font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ds-header__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1001}.ds-header__hamburger span{display:block;width:24px;height:2px;background:var(--ds-white);transition:all var(--ds-transition)}.ds-header__hamburger[aria-expanded=true] span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.ds-header__hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.ds-header__hamburger[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.ds-hero{background:#f9f9f9;position:relative;overflow:hidden}.ds-hero__inner{max-width:1440px;margin:0 auto;display:flex;align-items:center;gap:40px;padding:70px 144px;min-height:580px}.ds-hero__content{flex:0 0 38%;display:flex;flex-direction:column;gap:8px}.ds-hero__logo-wrapper{margin-bottom:12px}.ds-hero__brand-logo{height:auto;object-fit:contain}.ds-hero__logo-placeholder{height:auto}.ds-hero__title{font-family:var(--ds-font-display);font-size:34px;font-weight:700;color:var(--ds-text-dark);line-height:1.15}.ds-hero__subtitle{font-size:15px;color:var(--ds-text-gray);line-height:1.6;margin-top:12px}.ds-hero__cta-row{display:flex;gap:14px;margin-top:20px;flex-wrap:wrap}.ds-hero__slideshow{flex:1;position:relative;border-radius:var(--ds-radius-lg);overflow:hidden;min-width:0}.ds-hero__slides-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1)}.ds-hero__slide{min-width:100%;position:relative}.ds-hero__slide-img{width:100%;height:auto;display:block}.ds-hero__slide-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff0d}.ds-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--ds-primary-dark);transition:all var(--ds-transition);box-shadow:var(--ds-shadow-md)}.ds-hero__arrow:hover{background:var(--ds-white);transform:translateY(-50%) scale(1.1)}.ds-hero__arrow--prev{left:16px}.ds-hero__arrow--next{right:16px}.ds-hero__dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.ds-hero__dot{width:10px;height:10px;border-radius:50%;background:#05616e4d;border:none;cursor:pointer;transition:all var(--ds-transition)}.ds-hero__dot.is-active{background:var(--ds-primary);transform:scale(1.2)}.ds-hero__deco-circle{position:absolute;bottom:-30px;left:50px;width:120px;height:120px;border-radius:50%;background:var(--ds-primary-lighter);opacity:.3}.ds-products{background:var(--ds-bg-alt);padding:60px 0}.ds-products__container{max-width:1440px;margin:0 auto;padding:0 80px}.ds-products__header{margin-bottom:40px}.ds-products__title-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.ds-products__title{font-size:36px;font-weight:700;color:var(--ds-text-dark)}.ds-products__rating{display:flex;align-items:center;gap:8px}.ds-products__stars{display:flex;gap:2px}.ds-products__rating-text{font-size:14px;color:var(--ds-text-gray);font-weight:500}.ds-products__carousel{position:relative}.ds-products__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;cursor:grab;padding-bottom:8px}.ds-products__track.is-dragging{cursor:grabbing;scroll-behavior:auto}.ds-products__card{flex:0 0 calc(25% - 18px);min-width:260px;background:var(--ds-white);border-radius:var(--ds-radius-md);border:1.5px solid var(--ds-border);padding:20px;display:flex;flex-direction:column;gap:12px;transition:box-shadow var(--ds-transition),transform var(--ds-transition)}.ds-products__card:hover{box-shadow:var(--ds-shadow-lg);transform:translateY(-4px)}.ds-products__card-img{border-radius:var(--ds-radius);overflow:hidden;height:180px;background:var(--ds-bg)}.ds-products__card-img img{width:100%;height:100%;object-fit:cover;transition:transform var(--ds-transition)}.ds-products__card:hover .ds-products__card-img img{transform:scale(1.05)}.ds-products__card-link{display:block}.ds-products__badge{display:inline-block;padding:4px 10px;background:var(--ds-badge-bg);color:var(--ds-primary);font-size:12px;font-weight:600;border-radius:var(--ds-radius-sm)}.ds-products__card-name{font-size:14px;font-weight:600;color:var(--ds-text-dark);line-height:1.4;display:block;transition:color var(--ds-transition)}.ds-products__card-name:hover{color:var(--ds-primary)}.ds-products__card-price{font-size:20px;font-weight:700;color:var(--ds-primary)}.ds-products__form{margin-top:auto}.ds-products__card{scroll-snap-align:start}.ds-products__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background:#ffffffd9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--ds-shadow-md);color:var(--ds-primary-dark);transition:all var(--ds-transition)}.ds-products__arrow:hover{background:var(--ds-white);transform:translateY(-50%) scale(1.1)}.ds-products__arrow--prev{left:8px}.ds-products__arrow--next{right:8px}.ds-products__view-all{display:flex;justify-content:center;margin-top:32px}.ds-products__placeholder{width:100%;height:100%}.ds-video-section-wrapper{background:var(--ds-bg)}.ds-video{padding:40px 0}.ds-video__container{max-width:1440px;margin:0 auto;padding:0 80px}.ds-video__wrapper{display:flex;border-radius:var(--ds-radius-lg);overflow:hidden;height:420px;box-shadow:var(--ds-shadow-lg)}.ds-video__player{flex:1;position:relative;background:#0a0a0a;overflow:hidden;cursor:pointer}.ds-video__element,.ds-video__poster-img{width:100%;height:100%;object-fit:cover}.ds-video__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:#05616ed9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--ds-transition)}.ds-video__play-btn:hover{background:var(--ds-primary);transform:translate(-50%,-50%) scale(1.1)}.ds-video__play-btn svg{margin-left:4px}.ds-video__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#1a1a2e}.ds-video__content{flex:1;background:var(--ds-primary);padding:60px 56px;display:flex;flex-direction:column;justify-content:center;gap:28px}.ds-video__heading{font-size:28px;font-weight:700;color:var(--ds-white);line-height:1.3}.ds-video__bullets{display:flex;flex-direction:column;gap:20px}.ds-video__bullet{display:flex;align-items:center;gap:14px;font-size:16px;color:#e0f5f7}.ds-video__check{flex-shrink:0}.ds-references-wrapper{background:var(--ds-bg)}.ds-refs{padding:0}.ds-refs__header{text-align:center;padding:60px 144px 0;display:flex;flex-direction:column;align-items:center;gap:12px}.ds-refs__title{font-size:36px;font-weight:700;color:var(--ds-text-dark)}.ds-refs__subtitle{font-size:16px;color:var(--ds-text-light);max-width:600px}.ds-refs__accent{width:60px;height:3px;background:var(--ds-primary);border-radius:2px}.ds-refs__marquee-wrapper{overflow:hidden;padding:40px 0;margin-top:20px}.ds-refs__marquee-track{display:flex;gap:24px;animation:ds-marquee var(--marquee-duration, 30s) linear infinite;width:max-content}.ds-refs__marquee-track:hover{animation-play-state:paused}@keyframes ds-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.ds-refs__logo-card{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 24px;min-width:200px;background:none!important;border:none!important;box-shadow:none!important;border-radius:0!important}.ds-refs__logo-img{height:200px!important;width:auto!important;max-width:none!important;max-height:none!important;object-fit:contain;background:none!important}.ds-refs__logo-text{font-size:14px;font-weight:600;color:var(--ds-text-gray);text-align:center}.ds-refs__separator{height:1px;background:var(--ds-border);margin:0 80px}.ds-refs__footer{text-align:center;padding:24px 0 40px}.ds-cta-banner-wrapper{background:var(--ds-primary)}.ds-cta{padding:70px 0}.ds-cta__inner{max-width:1440px;margin:0 auto;padding:0 80px;display:flex;align-items:center;gap:40px}.ds-cta__content{flex:1}.ds-cta__title{font-size:36px;font-weight:700;color:var(--ds-white)}.ds-cta__subtitle{font-size:17px;color:var(--ds-primary-lighter);line-height:1.6;margin-top:14px}.ds-cta__buttons{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.ds-process{background:var(--ds-bg-alt);padding:64px 0}.ds-process__container{max-width:1440px;margin:0 auto;padding:0 80px}.ds-process__header{text-align:center;margin-bottom:48px}.ds-process__title{font-size:32px;font-weight:700;color:var(--ds-text-dark)}.ds-process__subtitle{font-size:16px;color:var(--ds-text-gray);max-width:550px;margin:12px auto 0}.ds-process__steps{display:flex;align-items:flex-start;justify-content:center;gap:0;flex-wrap:nowrap}.ds-process__step{display:flex;flex-direction:column;align-items:center;gap:16px;width:240px;text-align:center}.ds-process__step-circle{width:72px;height:72px;border-radius:50%;background:var(--ds-primary-light);display:flex;align-items:center;justify-content:center}.ds-process__step-num{font-size:24px;font-weight:700;color:var(--ds-primary)}.ds-process__step-title{font-size:16px;font-weight:600;color:var(--ds-text-dark)}.ds-process__step-desc{font-size:14px;color:var(--ds-text-gray);line-height:1.5}.ds-process__arrow{display:flex;align-items:center;justify-content:center;width:48px;height:72px;flex-shrink:0}.ds-services{background:#f9f9f9;padding:64px 0}.ds-services__container{max-width:1440px;margin:0 auto;padding:0 80px}.ds-services__header{margin-bottom:48px}.ds-services__title{font-size:40px;font-weight:700;color:#060606}.ds-services__carousel{position:relative}.ds-services__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;cursor:grab;padding-bottom:8px}.ds-services__track::-webkit-scrollbar{display:none}.ds-services__track{-ms-overflow-style:none;scrollbar-width:none}.ds-services__track.is-dragging{cursor:grabbing;scroll-behavior:auto}.ds-services__card{flex:0 0 calc(25% - 18px);min-width:260px;scroll-snap-align:start;background:var(--ds-white);border-radius:var(--ds-radius-md);overflow:hidden;transition:box-shadow var(--ds-transition),transform var(--ds-transition)}.ds-services__card:hover{box-shadow:var(--ds-shadow-lg);transform:translateY(-4px)}.ds-services__card-img{height:260px;overflow:hidden}.ds-services__card-img img{width:100%;height:100%;object-fit:cover;transition:transform var(--ds-transition)}.ds-services__card:hover .ds-services__card-img img{transform:scale(1.05)}.ds-services__card-body{padding:24px;display:flex;flex-direction:column;gap:12px}.ds-services__card-title{font-size:18px;font-weight:700;color:var(--ds-text-dark)}.ds-services__card-desc{font-size:14px;color:var(--ds-text-gray);line-height:1.5}.ds-services__placeholder{width:100%;height:100%}.ds-brand-leaders-wrapper{background:var(--ds-bg)}.ds-brands{padding:64px 0}.ds-brands__container{max-width:1280px;margin:0 auto;padding:0 40px}.ds-brands__header{text-align:center;margin-bottom:48px}.ds-brands__title{font-size:32px;font-weight:700;color:var(--ds-text-dark)}.ds-brands__subtitle{font-size:16px;color:var(--ds-text-gray);max-width:600px;margin:12px auto 0}.ds-brands__layout{display:flex;align-items:stretch;gap:20px}.ds-brands__stats{width:160px;display:flex;flex-direction:column;justify-content:space-around;gap:32px;flex-shrink:0}.ds-brands__stat{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.ds-brands__stat-value{font-size:30px;font-weight:800;color:var(--ds-primary)}.ds-brands__stat-icon{width:44px;height:44px;border-radius:12px;background:var(--ds-primary-light);color:var(--ds-primary);display:flex;align-items:center;justify-content:center}.ds-brands__stat-label{font-size:13px;color:var(--ds-text-gray);line-height:1.3}.ds-brands__grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:16px}.ds-brands__card{display:block;position:relative;border-radius:16px;overflow:hidden;height:240px;background:#1a1a2e;transition:transform var(--ds-transition)}.ds-brands__card--featured{grid-column:1 / -1;height:320px}.ds-brands__card:hover{transform:scale(1.02)}.ds-brands__card-bg{width:100%;height:100%;object-fit:cover;opacity:.75;transition:opacity var(--ds-transition)}.ds-brands__card:hover .ds-brands__card-bg{opacity:.9}.ds-brands__card-overlay{position:absolute;bottom:0;left:0;right:0;padding:16px 20px;background:linear-gradient(transparent,#000000b3);display:flex;justify-content:space-between;align-items:flex-end}.ds-brands__card-name{font-size:20px;font-weight:700;color:var(--ds-white)}.ds-brands__card-cta{font-size:13px;font-weight:600;color:var(--ds-accent);display:flex;align-items:center;gap:6px;transition:color var(--ds-transition)}.ds-brands__card:hover .ds-brands__card-cta{color:var(--ds-white)}.ds-footer-wrapper{background:var(--ds-primary)}.ds-footer,.ds-footer a,.ds-footer p,.ds-footer span,.ds-footer h4,.ds-footer li,.ds-footer [class^=ds-]{color:#fff!important}.ds-footer__top{max-width:1440px;margin:0 auto;display:flex;gap:60px;justify-content:space-between;padding:60px 80px}.ds-footer__brand{width:340px;flex-shrink:0}.ds-footer__logo-text{font-size:22px;font-weight:700;display:block;margin-bottom:16px}.ds-footer__tagline{font-size:14px;color:var(--ds-white);line-height:1.7;margin-bottom:16px}.ds-footer__contact-group{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.ds-footer__contact-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ds-white);transition:color var(--ds-transition)}.ds-footer__contact-item:hover{color:var(--ds-white)}.ds-footer__contact-item svg{flex-shrink:0;stroke:#fff!important}.ds-footer__col{min-width:0}.ds-footer__col-title{font-size:17px;font-weight:600;margin-bottom:16px;color:var(--ds-white)}.ds-footer__links{display:flex;flex-direction:column;gap:12px}.ds-footer__link{font-size:14px;color:var(--ds-white);transition:opacity var(--ds-transition)}.ds-footer__link:hover{color:var(--ds-white)}.ds-footer__divider{height:1px;background:var(--ds-footer-divider);max-width:1440px;margin:0 auto}.ds-footer__bottom{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:20px 80px}.ds-footer__copyright{font-size:13px;color:var(--ds-white)}.ds-footer__social{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ds-footer__social-label{font-size:13px;color:var(--ds-footer-muted)}.ds-footer__social-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--ds-radius-sm);background:#044e58;font-size:13px;color:var(--ds-white);transition:all var(--ds-transition)}.ds-footer__social-btn:hover{background:var(--ds-primary-dark);color:var(--ds-white)}.ds-footer__social-btn--whatsapp{background:var(--ds-whatsapp);color:#fff}.ds-footer__social-btn--whatsapp:hover{background:#1fb855;color:#fff}@media(max-width:1024px){.ds-header__inner{padding:0 32px}.ds-header__hamburger{display:flex}.ds-header__nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--ds-primary-darker);flex-direction:column;padding:80px 32px 32px;gap:24px;transition:right var(--ds-transition);z-index:1000;box-shadow:-4px 0 20px #0000004d}.ds-header__nav.is-open{right:0}.ds-header__nav-link{font-size:16px}.ds-hero__inner{padding:50px 40px;flex-direction:column;gap:32px;min-height:auto}.ds-hero__content{flex:none;width:100%}.ds-hero__title{font-size:28px}.ds-hero__slideshow{width:100%}.ds-products__container{padding:0 32px}.ds-products__card{flex:0 0 calc(50% - 12px);min-width:240px}.ds-video__container{padding:0 32px}.ds-video__wrapper{flex-direction:column;height:auto}.ds-video__player{height:300px}.ds-video__content{padding:40px 32px}.ds-video__heading{font-size:24px}.ds-refs__header{padding:60px 32px 0}.ds-refs__separator{margin:0 32px}.ds-cta__inner{padding:0 32px;flex-direction:column;text-align:center}.ds-cta__buttons{flex-direction:row;flex-wrap:wrap;justify-content:center}.ds-process__container{padding:0 32px}.ds-process__steps{flex-wrap:wrap;gap:24px;justify-content:center}.ds-process__arrow{display:none}.ds-process__step{width:calc(50% - 12px)}.ds-services__container{padding:0 32px}.ds-services__card{flex:0 0 calc(50% - 12px);min-width:240px}.ds-brands__container{padding:0 32px}.ds-brands__layout{flex-direction:column}.ds-brands__stats{display:none}.ds-footer__top{padding:40px 32px;flex-wrap:wrap;gap:32px}.ds-footer__brand{width:100%}.ds-footer__bottom{padding:20px 32px}}@media(max-width:640px){.ds-header__inner{padding:0 16px;height:60px}.ds-hero__inner{padding:32px 16px}.ds-hero__content{flex:none}.ds-hero__title{font-size:24px}.ds-hero__subtitle{font-size:14px}.ds-hero__slideshow{width:100%}.ds-hero__cta-row{flex-direction:column}.ds-hero__cta-row .ds-btn{width:100%;justify-content:center}.ds-hero__brand-logo,.ds-hero__logo-placeholder{height:auto}.ds-products{padding:40px 0}.ds-products__container{padding:0 16px}.ds-products__title{font-size:28px}.ds-products__title-row{flex-direction:column;align-items:flex-start;gap:8px}.ds-products__card{flex:0 0 calc(80% - 12px);min-width:220px}.ds-video{padding:24px 0}.ds-video__container{padding:0 16px}.ds-video__player{height:220px}.ds-video__content{padding:32px 20px;gap:20px}.ds-video__heading{font-size:22px}.ds-video__bullet{font-size:14px;gap:10px}.ds-refs__header{padding:40px 16px 0}.ds-refs__title{font-size:28px}.ds-refs__separator{margin:0 16px}.ds-cta{padding:48px 0}.ds-cta__inner{padding:0 16px}.ds-cta__title{font-size:28px}.ds-cta__buttons{width:100%}.ds-cta__buttons .ds-btn{width:100%;justify-content:center}.ds-process{padding:48px 0}.ds-process__container{padding:0 16px}.ds-process__title{font-size:26px}.ds-process__steps{flex-direction:column;align-items:center}.ds-process__step{width:100%;max-width:300px}.ds-services{padding:48px 0}.ds-services__container{padding:0 16px}.ds-services__title{font-size:28px}.ds-services__card{flex:0 0 calc(80% - 12px);min-width:220px}.ds-services__card-img{height:200px}.ds-brands{padding:48px 0}.ds-brands__container{padding:0 16px}.ds-brands__title{font-size:26px}.ds-brands__stats{display:none}.ds-brands__grid{grid-template-columns:1fr}.ds-brands__card{height:200px}.ds-brands__card--featured{grid-column:auto;height:200px}.ds-brands__card-name{font-size:16px}.ds-footer__top{padding:32px 16px;flex-direction:column;gap:28px}.ds-footer__brand{width:100%}.ds-footer__bottom{padding:16px;flex-direction:column;gap:12px;text-align:center}.ds-footer__social{flex-wrap:wrap;justify-content:center}}.ds-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all var(--ds-transition)}.ds-nav-overlay.is-visible{opacity:1;visibility:visible}.ds-products__track::-webkit-scrollbar{display:none}.ds-products__track{-ms-overflow-style:none;scrollbar-width:none}.product__title h1,.product__title .h1{font-size:1.6rem;line-height:1.3}@media screen and (min-width:750px){.product__title h1,.product__title .h1{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/ds-theme.css.map */
