.aligners-section{position:relative;max-width:1400px;margin:0 auto;padding:60px 20px;box-sizing:border-box}.aligners-section__title{position:absolute;top:24px;left:50%;transform:translate(-50%);margin:0;color:#fff;font-size:4rem;font-weight:900;text-shadow:0 2px 8px rgba(0,0,0,.7);z-index:2}.aligners-carousel-wrapper{position:relative;margin-top:100px}.aligners-carousel{display:flex;overflow-x:auto;overflow-y:visible;gap:20px;scroll-behavior:smooth;padding-bottom:10px;padding-top:8px;margin-top:-8px}.aligners-carousel::-webkit-scrollbar{display:none}.aligners-item{flex:0 0 calc((100% - 60px)/4);max-width:calc((100% - 60px)/4)}.aligners-carousel-prev,.aligners-carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:3.5rem;height:3.5rem;font-size:2rem;background:#00000080;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:background .2s}.aligners-carousel-prev:hover,.aligners-carousel-next:hover{background:#000000b3}.aligners-carousel-prev{left:0}.aligners-carousel-next{right:0}@media (max-width: 767px){.aligners-carousel{gap:12px}.aligners-item{flex:0 0 calc(50% - 6px);max-width:calc(50% - 6px);min-width:calc(50% - 6px)}}.category-grid-new-section{padding:var(--padding-top) 0 var(--padding-bottom);background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.category-grid-new-container{max-width:1440px;margin:0 auto;padding:0 clamp(16px,4vw,40px)}.section-header{text-align:center;margin-bottom:clamp(32px,5vw,56px)}.section-title{margin:0 0 12px;font-size:clamp(28px,4.5vw,48px);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:rgb(var(--color-foreground))}.section-subtitle{font-size:clamp(16px,2vw,20px);line-height:1.6;color:rgba(var(--color-foreground),.7);max-width:600px;margin:0 auto}.category-grid-new{display:grid;grid-template-columns:repeat(var(--cols-desktop),1fr);gap:var(--gap);margin-bottom:0}.category-card{position:relative;display:block;border-radius:var(--radius);overflow:hidden;background:rgb(var(--color-background));box-shadow:0 4px 20px #00000014;transform:translateZ(0);transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease;text-decoration:none;color:inherit;will-change:transform;max-width:380px;margin:0 auto}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.category-card:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.category-card:active{transform:translateY(-4px)}.category-card__media{position:relative;width:100%;aspect-ratio:var(--card-ratio);background:linear-gradient(135deg,rgba(var(--color-foreground),.03),rgba(var(--color-foreground),.01));overflow:hidden}.category-card__image{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.category-card:hover .category-card__image{transform:scale(1.08)}.category-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-foreground),.06),rgba(var(--color-foreground),.02));display:flex;align-items:center;justify-content:center}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.85) 100%);opacity:1;transition:opacity .4s ease;pointer-events:none}.category-card:hover .category-card__overlay{opacity:var(--overlay-opacity);background:var(--overlay)}.category-card__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:clamp(20px,3vw,32px);z-index:2}.category-card__text{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;transform:translateY(0);transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.category-card:hover .category-card__text{transform:translateY(-60px)}.category-card__title{margin:0 0 8px;font-size:clamp(20px,2.5vw,28px);font-weight:800;line-height:1.2;letter-spacing:-.01em;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5),0 4px 12px rgba(0,0,0,.4),0 1px 2px rgba(0,0,0,.8);transition:color .3s ease,text-shadow .3s ease;position:relative;display:inline-block;padding:8px 16px;background:linear-gradient(135deg,#ffffff26,#ffffff14);border-radius:12px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.category-card:hover .category-card__title{text-shadow:0 2px 6px rgba(0,0,0,.6),0 4px 16px rgba(0,0,0,.5),0 1px 3px rgba(0,0,0,.9);background:linear-gradient(135deg,#fff3,#ffffff1f);border-color:#ffffff4d}.category-card__description{margin:4px 0 0;font-size:clamp(13px,1.5vw,15px);line-height:1.5;color:#fffffff2;text-shadow:0 1px 3px rgba(0,0,0,.4);max-width:85%}.category-card__cta{position:absolute;bottom:clamp(20px,3vw,32px);left:50%;transform:translate(-50%) translateY(20px);display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 28px;border-radius:calc(var(--radius) * .6);background:var(--accent);color:#fff;font-size:15px;font-weight:600;letter-spacing:.02em;opacity:0;transition:opacity .5s ease,transform .5s cubic-bezier(.34,1.56,.64,1),background .3s ease,box-shadow .3s ease;pointer-events:none;box-shadow:0 8px 24px #0000004d;white-space:nowrap}.category-card:hover .category-card__cta{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.category-card__cta:hover{background:#1a1a1a;box-shadow:0 12px 32px #00000080;transform:translate(-50%) translateY(-2px)}.category-card__cta:active{transform:translate(-50%) translateY(0);box-shadow:0 6px 20px #0000004d}.category-card__cta-icon{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.category-card__cta:hover .category-card__cta-icon{transform:translate(4px)}.card-style--minimal .category-card{box-shadow:0 2px 12px #0000000f}.card-style--minimal .category-card:hover{box-shadow:0 8px 32px #0000001f}.card-style--minimal .category-card__overlay{background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.2) 70%,rgba(0,0,0,.5) 100%)}.card-style--bold .category-card{box-shadow:0 8px 32px #0000001f}.card-style--bold .category-card:hover{box-shadow:0 16px 56px #0003;transform:translateY(-12px)}.card-style--bold .category-card__overlay{background:linear-gradient(180deg,#0003,#00000080 60%,#000c)}.category-grid-empty{display:flex;justify-content:center;padding:80px 20px}.empty-state{text-align:center;max-width:400px}.empty-state__icon{margin:0 auto 24px;color:rgba(var(--color-foreground),.3)}.empty-state__title{margin:0 0 8px;font-size:20px;font-weight:600;color:rgb(var(--color-foreground))}.empty-state__text{margin:0;font-size:16px;color:rgba(var(--color-foreground),.6)}.carousel-indicators{display:none;justify-content:center;gap:8px;margin-top:32px}.carousel-indicator{width:8px;height:8px;border-radius:50%;background:rgba(var(--color-foreground),.2);border:none;padding:0;cursor:pointer;transition:all .3s ease}.carousel-indicator:hover{background:rgba(var(--color-foreground),.4);transform:scale(1.2)}.carousel-indicator.is-active{width:24px;border-radius:4px;background:var(--accent)}@media screen and (max-width: 1024px){.category-grid-new{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.category-card__content{padding:clamp(16px,2.5vw,24px)}}@media screen and (max-width: 767px){.category-grid-new{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.category-grid-new.is-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:85%;overflow-x:auto;overflow-y:visible;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding:0 16px;-webkit-overflow-scrolling:touch;gap:16px;padding:0 16px;margin:0 -16px;scrollbar-width:none}.category-grid-new.is-carousel::-webkit-scrollbar{display:none}.category-grid-new.is-carousel .category-card{scroll-snap-align:start;scroll-snap-stop:always}.carousel-indicators{display:flex}.category-card__cta,.category-card__description{display:none}.category-card:hover .category-card__text,.category-card:hover{transform:translateY(0)}.category-card:active{transform:scale(.98)}}@media screen and (max-width: 480px){.category-grid-new.is-carousel{grid-auto-columns:90%}.section-header{margin-bottom:24px}}@media (prefers-reduced-motion: reduce){.category-card,.category-card__image,.category-card__overlay,.category-card__text,.category-card__description,.category-card__cta,.category-card__cta-icon,.carousel-indicator{transition:none!important}}@media (prefers-contrast: high){.category-card{border:2px solid currentColor}.category-card:focus-visible{outline-width:4px}}.dentists-banner{position:relative;min-height:var(--db-height);display:grid}.dentists-banner .db-media{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#111;background-size:cover;background-position:center;filter:saturate(.95) contrast(1.05)}.dentists-banner .db-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(70deg,#00000094,#0006 45%,#00000026)}.dentists-banner .db-inner{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:48px 20px;box-sizing:border-box;min-height:var(--db-height);display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.dentists-banner .db-content{color:#8b0000}.dentists-banner .db-content--center{text-align:center}.dentists-banner .db-title{margin:0 0 12px;font-size:3.25rem;line-height:1.1;font-weight:900;letter-spacing:-.5px;text-shadow:0 1px 0 rgba(0,0,0,.2)}.dentists-banner .db-subtitle{max-width:720px;opacity:.9;font-size:1.125rem;line-height:1.6;margin-bottom:20px}.dentists-banner .db-cta{display:inline-block;background:#fff;color:#8b0000;text-decoration:none;padding:.9rem 1.6rem;border-radius:999px;font-weight:800;letter-spacing:.015em;border:2px solid #8B0000;box-shadow:0 6px 18px #8b000040;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}.dentists-banner .db-cta:hover{transform:translateY(-2px);box-shadow:0 10px 22px #8b000059;background:#8b0000;color:#fff}.dentists-banner .db-nav{display:flex;flex-direction:column;gap:10px;background:#ffffffe6;border:2px solid #8B0000;border-radius:14px;padding:14px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.dentists-banner .db-nav__link{display:block;white-space:nowrap;text-decoration:none;background:#8b0000;color:#fff;border:0;padding:12px 16px;border-radius:999px;font-weight:800;letter-spacing:.01em;transition:background .2s ease,color .2s ease,box-shadow .15s ease,transform .15s ease}.dentists-banner .db-nav__link:hover,.dentists-banner .db-nav__link:focus{background:#a40000;color:#fff;box-shadow:0 8px 18px #8b000059;transform:translateY(-1px)}.dentists-banner .db-nav__link--active{background:#a40000;color:#fff}@media (max-width: 991px){.dentists-banner{min-height:var(--db-height-mobile)}.dentists-banner .db-inner{grid-template-columns:1fr;gap:18px;align-content:center}.dentists-banner .db-content--center{text-align:left}.dentists-banner .db-nav{flex-direction:row;overflow-x:auto;gap:8px;padding:10px;-ms-overflow-style:none;scrollbar-width:none}.dentists-banner .db-nav::-webkit-scrollbar{display:none}}.dentists-new{max-width:1400px;margin:0 auto;padding:56px 20px;box-sizing:border-box}.dentists-new__title{text-align:center;color:#8b0000;font-size:2.75rem;font-weight:900;margin-bottom:28px}.dentists-new__category{margin-bottom:44px}.dentists-new__header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px}.dentists-new__heading{color:#8b0000;font-size:1.875rem;font-weight:800;margin:0}.dentists-new__view-all{color:#000;text-decoration:none;font-weight:600}.dentists-new__view-all:hover{color:#8b0000;text-decoration:underline}.dentists-new__carousel-wrapper{position:relative}.dentists-new__carousel{display:flex;overflow-x:auto;overflow-y:visible;gap:20px;scroll-behavior:smooth;padding-bottom:12px;padding-top:8px;margin-top:-8px}.dentists-new__carousel::-webkit-scrollbar{display:none}.dentists-new__item{flex:0 0 calc((100% - 80px)/5);max-width:calc((100% - 80px)/5)}.dentists-new__prev,.dentists-new__next{position:absolute;top:50%;transform:translateY(-50%);width:3.5rem;height:3.5rem;font-size:2rem;background:#00000080;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0003;z-index:2}.dentists-new__prev:hover,.dentists-new__next:hover{background:#000000b3}.dentists-new__prev{left:0}.dentists-new__next{right:0}@media (max-width: 1024px){.dentists-new__item{flex-basis:calc((100% - 60px)/4);max-width:calc((100% - 60px)/4)}}@media (max-width: 767px){.dentists-new__carousel{gap:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.dentists-new__item{flex:0 0 calc(50% - 6px);min-width:calc(50% - 6px);max-width:calc(50% - 6px);scroll-snap-align:start}.dentists-new__prev{display:none}}.digital-dentistry-section{max-width:1400px;margin:0 auto;padding:60px 20px;box-sizing:border-box}.dds-title{text-align:center;color:#8b0000;font-size:3rem;font-weight:900;margin-bottom:40px}.dds-subtitle{color:#8b0000;font-size:2rem;font-weight:700;margin-bottom:20px}.dds-grid-wrapper,.dds-carousel-wrapper{position:relative;margin-bottom:20px}.dds-grid{display:grid;grid-template-columns:repeat(3,350px);gap:20px;overflow:visible;justify-content:center}.dds-grid>.dds-item{width:350px;max-width:350px;box-sizing:border-box}.dds-product-card{background:#fff;border:1px solid #ddd;padding:16px;display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:transform .2s;width:100%;box-sizing:border-box}.dds-product-card:hover{transform:translateY(-4px)}.dds-product-card__img{width:100%;height:260px;object-fit:contain;margin-bottom:12px;transition:box-shadow .2s}.dds-product-card__title{font-size:1.5rem;margin:0 0 12px;text-align:center}.dds-product-card__prices{display:flex;gap:8px;align-items:baseline;margin-bottom:12px}.dds-product-card__price,.dds-product-card__price-eur{font-size:1.75rem;transition:font-weight .2s}.dds-product-card__price{color:#b12704}.dds-product-card__price-eur{color:#000}.dds-product-card:hover .dds-product-card__img{box-shadow:0 4px 8px #00000026}.dds-product-card:hover .dds-product-card__price,.dds-product-card:hover .dds-product-card__price-eur{font-weight:700}.dds-product-card__button{background:#000;color:#fff;padding:.75rem 1.5rem;font-size:1.125rem;border:none;border-radius:4px;cursor:pointer;margin-top:auto;transition:background .2s,color .2s}.dds-product-card__button:hover{background:#8b0000;color:#fff}.dds-carousel{display:flex;overflow-x:auto;overflow-y:visible;gap:20px;scroll-behavior:smooth;padding-bottom:10px;padding-top:8px;margin-top:-8px}.dds-carousel .dds-item{flex:0 0 calc((100% - 80px)/5);max-width:calc((100% - 80px)/5)}.dds-carousel::-webkit-scrollbar{display:none}.dds-grid-prev,.dds-grid-next,.dds-carousel-prev,.dds-carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:4rem;height:4rem;font-size:2.5rem;background:#00000080;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background .2s;z-index:10}.dds-grid-prev:hover,.dds-grid-next:hover,.dds-carousel-prev:hover,.dds-carousel-next:hover{background:#000000b3}.dds-grid-prev{left:0}.dds-grid-next{right:0}.dds-carousel-prev{left:0}.dds-carousel-next{right:0}@media (max-width: 767px){.dds-grid{display:flex;overflow-x:auto;gap:10px;justify-content:center;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px;scrollbar-width:none}.dds-grid::-webkit-scrollbar{display:none}.dds-grid .dds-item{flex:0 0 calc(100% - 20px);min-width:calc(100% - 20px);max-width:calc(100% - 20px);scroll-snap-align:start}.dds-carousel{gap:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.dds-carousel .dds-item{flex:0 0 calc(50% - 6px);min-width:calc(50% - 6px);max-width:calc(50% - 6px);scroll-snap-align:start}}@media (min-width: 768px){.dds-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;overflow:visible;padding-bottom:0}.dds-grid .dds-item{flex:initial;min-width:auto;max-width:none}}.for-technicians-section{display:flex;flex-wrap:nowrap;gap:32px;align-items:stretch;max-width:1400px;margin:0 auto;padding:60px 5px;box-sizing:border-box}.for-technicians-section__banner{position:relative;flex:0 0 33.333%;max-width:33.333%;box-sizing:border-box;display:flex;flex-direction:column}.for-technicians-section__title{position:absolute;top:16px;left:50%;transform:translate(-50%);margin:0;color:#fff;font-size:3rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:2}.for-technicians-section__banner-img{width:100%;flex:1 1 auto;display:block;height:100%;object-fit:cover;object-position:49% center}.for-technicians-section__banner-button{position:absolute;bottom:16px;left:50%;transform:translate(-50%);background:#b71c1c;color:#fff;padding:1rem 2rem;font-size:1.25rem;font-weight:700;text-decoration:none;border-radius:4px;z-index:2}.for-technicians-section__grid{flex:0 0 66.666%;max-width:66.666%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:auto;gap:16px;box-sizing:border-box}.for-technicians-grid-item{width:100%;height:100%;display:flex}.for-technicians-grid-item .card{width:100%;max-width:100%;height:100%}.for-technicians-grid-item .card__inner{padding:12px}.for-technicians-grid-item .card__media{height:180px}.for-technicians-grid-item .card__content{padding:8px 0}.for-technicians-grid-item .card__heading{font-size:14px;line-height:1.3;margin-bottom:8px}.for-technicians-grid-item .price{font-size:16px}.for-technicians-grid-item .card__badge{font-size:11px;padding:4px 8px}.for-technicians-product-card{flex:0 0 calc((100% - 40px) / 3);background:#fff;border:1px solid #ddd;text-decoration:none;color:inherit;padding:12px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.for-technicians-product-card__img{width:100%;height:180px;object-fit:contain;background:#fafafa;margin-bottom:12px;transition:box-shadow .2s}.for-technicians-product-card__title{font-size:1.5rem;margin:0 0 12px;text-align:center}.for-technicians-product-card__prices{display:flex;gap:8px;margin-bottom:12px;align-items:baseline}.for-technicians-product-card__price{font-size:1.75rem;color:#b12704;transition:font-weight .2s}.for-technicians-product-card__price-eur{font-size:1.75rem;color:#000;transition:font-weight .2s}.for-technicians-product-card:hover .for-technicians-product-card__img{box-shadow:0 4px 12px #00000026}.for-technicians-product-card:hover .for-technicians-product-card__price,.for-technicians-product-card:hover .for-technicians-product-card__price-eur{font-weight:700}.for-technicians-section__grid--desktop{display:grid}.for-technicians-carousel-wrapper{display:none}@media (max-width: 767px){.for-technicians-section{display:block!important;padding:40px 0}.for-technicians-section__banner{width:100%!important;flex:none!important;max-width:100%;box-sizing:border-box;margin-bottom:16px}.for-technicians-section__grid--desktop{display:none!important}.for-technicians-carousel-wrapper{display:block;position:relative;margin-top:24px}.for-technicians-carousel{display:flex;overflow-x:auto;gap:12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px;scrollbar-width:none}.for-technicians-carousel::-webkit-scrollbar{display:none}.for-technicians-carousel .for-technicians-grid-item{flex:0 0 calc(50% - 6px);min-width:calc(50% - 6px);scroll-snap-align:start}.for-technicians-carousel-prev,.for-technicians-carousel-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#00000080;color:#fff;border:none;width:3rem;height:3rem;font-size:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0003}.for-technicians-carousel-prev{left:0}.for-technicians-carousel-next{right:0}}.uniti-new-section{max-width:1400px;margin:0 auto;padding:60px 5px;box-sizing:border-box}.uniti-new-title{text-align:center;color:#8b0000;font-size:3rem;font-weight:900;margin-bottom:32px}.uniti-new-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch;max-width:800px;margin:0 auto}.uniti-new-grid>.uniti-new-item{width:100%;box-sizing:border-box;height:100%;display:flex}.uniti-new-item .card{width:100%;max-width:100%;height:100%}.uniti-new-item .card__inner{padding:12px}.uniti-new-item .card__media{height:200px}.uniti-new-item .card__content{padding:10px 0}.uniti-new-item .card__heading{font-size:15px;line-height:1.3;margin-bottom:8px}.uniti-new-item .price{font-size:17px}.uniti-new-item .card__badge{font-size:11px;padding:4px 8px}@media (max-width: 767px){.uniti-new-grid{grid-template-columns:1fr;max-width:350px}}.uniti-section{max-width:1400px;margin:0 auto;padding:60px 20px;box-sizing:border-box}.uniti-title{text-align:center;color:#8b0000;font-size:3rem;font-weight:900;margin-bottom:32px}.uniti-grid-wrapper,.uniti-carousel-wrapper{position:relative}.uniti-grid{display:grid;grid-template-columns:repeat(2,350px);gap:24px;justify-content:center;overflow:visible}.uniti-grid>.uniti-item{width:350px;max-width:350px;box-sizing:border-box}.uniti-product-card{background:#fff;border:1px solid #ddd;padding:16px;display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:transform .2s;width:100%;box-sizing:border-box}.uniti-product-card:hover{transform:translateY(-4px)}.uniti-carousel-prev,.uniti-carousel-next{display:none}@media (max-width: 767px){.uniti-grid{display:flex;overflow-x:auto;gap:0;scroll-snap-type:x mandatory;scroll-snap-stop:always;-webkit-overflow-scrolling:touch;padding-bottom:10px;scrollbar-width:none}.uniti-grid::-webkit-scrollbar{display:none}.uniti-carousel-wrapper{overflow:hidden}.uniti-grid .uniti-item{flex:0 0 100%;min-width:100%;max-width:100%;scroll-snap-align:start}.uniti-carousel-prev,.uniti-carousel-next{display:flex;position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#00000080;color:#fff;border:none;width:3.5rem;height:3.5rem;font-size:2rem;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0003}.uniti-carousel-prev{left:0}.uniti-carousel-next{right:0}}.white-bar-section{width:100%;height:100px;background-color:#fff}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
