.brand-hero{position:relative;width:100%;height:var(--hero-height-desktop, 400px);display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#000}.brand-hero--bottom_left{align-items:flex-end;justify-content:flex-start;text-align:left;padding-bottom:60px}.brand-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:2}.brand-hero__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.brand-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.brand-hero__content{position:relative;z-index:3;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff;padding:0 40px}.brand-hero--bottom_left .brand-hero__content{justify-content:flex-end;align-items:flex-start;padding-bottom:60px}.brand-hero__breadcrumb{position:absolute;top:40px;left:40px;font-family:Urbanist,sans-serif;font-size:14px;font-weight:500;color:#fff;opacity:.8}.brand-hero__text-container{max-width:800px}.brand-hero__title{font-family:Urbanist,sans-serif;font-size:var(--title-size-desktop, 56px);font-weight:700;margin:0 0 8px;color:#fff;line-height:1.1}.brand-hero__description{font-family:Urbanist,sans-serif;font-size:18px;max-width:600px;margin:8px auto 0;color:#fff;opacity:.9;line-height:1.5}.brand-hero--center .brand-hero__description{margin:8px auto 0}@media screen and (max-width:768px){.brand-hero{height:var(--hero-height-mobile, 320px)}.brand-hero__breadcrumb{top:24px;left:24px}.brand-hero--bottom_left .brand-hero__content{padding:0 24px 40px}.brand-hero__title{font-size:var(--title-size-mobile, 36px)}.brand-hero__description{font-size:16px}}.brand-grid{padding:60px 40px;max-width:1440px;margin:0 auto}.brand-grid__header{text-align:center;margin-bottom:40px}.brand-grid__header h2{font-family:Urbanist,sans-serif;font-size:36px;font-weight:600;color:#000;margin:0}.brand-grid__container{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.brand-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#000;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.brand-card:hover{transform:translateY(-8px)}.brand-card__image-wrapper{width:100%;aspect-ratio:4/3;background:#f8f8f8;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:24px;margin-bottom:16px;border:1px solid transparent;transition:border-color .3s ease}.brand-card:hover .brand-card__image-wrapper{border-color:#ededed;background:#fff;box-shadow:0 4px 12px #0000000d}.brand-card__image{max-width:100%;max-height:100%;object-fit:contain}.brand-card__title{font-family:Urbanist,sans-serif;font-size:18px;font-weight:600;text-align:center;color:#000}@media screen and (max-width:989px){.brand-grid{padding:40px 20px}.brand-grid__container{grid-template-columns:repeat(2,1fr);gap:16px}.brand-card__image-wrapper{padding:16px}.brand-grid__header h2{font-size:28px}}.product-category{width:100%;background-color:#fff;padding-top:60px;padding-bottom:60px;display:flex;justify-content:center}.product-category__container{width:100%;max-width:1300px;margin:0 auto;padding:0 20px}.product-category__header{text-align:center;margin-bottom:40px}.product-category__title{font-family:Urbanist,sans-serif;font-size:40px;font-weight:500;line-height:1.2;color:#000;max-width:1000px;margin:0 auto}.product-category__grid{display:flex;justify-content:space-between;gap:20px;width:100%}.product-category__card{width:419px;height:494px;display:flex;flex-direction:column;align-items:center;text-align:center}.product-category__image-wrapper{width:417px;height:383px;margin-bottom:16px;border-radius:20px;overflow:hidden;background-color:#f5f5f5}.product-category__image{width:100%;height:100%;object-fit:cover}.product-category__card-title{font-family:Urbanist,sans-serif;font-size:24px;font-weight:600;color:#000;margin:0 0 16px}.product-category__button{width:102px!important;height:43px!important;min-height:43px!important;padding:0!important;display:flex!important;align-items:center;justify-content:center;font-family:Urbanist,sans-serif;font-size:14px;font-weight:600;background-color:#ed6027;color:#fff;border-radius:8px;border:none}@media screen and (max-width:768px){.product-category{padding-top:40px;padding-bottom:40px}.product-category__title{font-size:24px;padding:0 16px}.product-category__slider-wrapper{position:relative;width:100%;overflow:hidden}.product-category__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:20px;margin:0;padding-left:0;padding-right:0;width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.product-category__grid::-webkit-scrollbar{display:none}.product-category__card{width:100%;min-width:100%;height:auto;scroll-snap-align:center}.product-category__image-wrapper{width:100%;height:350px;border-radius:12px}.product-category__arrow{position:absolute;top:35%;transform:translateY(-50%);background-color:#ffffffe6;border:1px solid #e5e5e5;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 6px #0000001a;color:#000;padding:0}.product-category__arrow:hover{background-color:#fff;box-shadow:0 6px 8px #00000026}.product-category__arrow--prev{left:10px}.product-category__arrow--next{right:10px}.product-category__image{height:350px;object-fit:contain;width:100%}}@media screen and (min-width:769px){.product-category__arrow{display:none}}.product-showcase{margin-top:60px;margin-bottom:60px;overflow:hidden}.product-showcase__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;padding:0 4px}.product-showcase__title{font-family:Urbanist,sans-serif;font-size:32px;font-weight:700;color:#000;margin:0}.product-showcase__description{font-size:16px;color:#666;max-width:600px;margin-top:8px}.product-showcase__view-all{display:flex;align-items:center;gap:8px;font-family:Urbanist,sans-serif;font-size:14px;font-weight:600;color:#000;text-decoration:none;transition:opacity .3s ease}.product-showcase__view-all:hover{opacity:.7}.product-showcase__slider{width:100%;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin:0 -20px;padding:0 20px 20px}.product-showcase__track{display:flex;gap:24px;width:max-content}.product-showcase__card{width:280px;flex-shrink:0;display:flex;flex-direction:column;background:#fff;border-radius:12px;transition:transform .3s ease}.product-showcase__card:hover{transform:translateY(-5px)}.product-showcase__image-wrapper{position:relative;width:100%;aspect-ratio:1;background:#f5f5f5;border-radius:12px;overflow:hidden;margin-bottom:16px}.product-showcase__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease,transform .5s ease}.product-showcase__image--secondary{position:absolute;top:0;left:0;opacity:0;z-index:1}.product-showcase__card:hover .product-showcase__image--secondary{opacity:1}.product-showcase__card:hover .product-showcase__image{transform:scale(1.05)}.product-showcase__badge{position:absolute;top:12px;left:12px;background:#ed6027;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:4px;z-index:2;text-transform:uppercase;letter-spacing:.05em}.product-showcase__info{display:flex;flex-direction:column;gap:8px}.product-showcase__product-title{font-family:Urbanist,sans-serif;font-size:18px;font-weight:600;margin:0;line-height:1.3}.product-showcase__product-title a{color:#000;text-decoration:none}.product-showcase__price{font-family:Urbanist,sans-serif;font-size:16px;font-weight:500;color:#333}.product-showcase__price--sale{color:#ed6027;font-weight:700;margin-left:8px}.product-showcase__price--regular{color:#000}.product-showcase__price--regular:has(+.product-showcase__price--sale){text-decoration:line-through;color:#888;font-size:14px}.product-showcase__button{margin-top:8px;width:100%;justify-content:center;opacity:0;transform:translateY(10px);transition:all .3s ease}.product-showcase__card:hover .product-showcase__button{opacity:1;transform:translateY(0)}@media screen and (max-width:768px){.product-showcase__header{flex-direction:column;align-items:flex-start;gap:12px}.product-showcase__view-all{display:none}.product-showcase__button{opacity:1;transform:none}}.segway-popular{width:100%;background-color:#fff;padding-top:60px;padding-bottom:60px;min-height:796px;box-sizing:border-box}.segway-popular__container{width:100%;max-width:1300px;margin:0 auto;padding:0 20px}.segway-popular__title{font-family:Urbanist,sans-serif;font-size:28px;font-weight:700;color:#000;margin:0 0 40px;text-align:left}.segway-popular__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}.segway-popular__card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;transition:transform .3s ease}.segway-popular__card:hover{transform:translateY(-5px)}.segway-popular__image-wrapper{width:100%;aspect-ratio:1;background:#f9f9f9;border-radius:12px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.segway-popular__image{width:90%;height:90%;object-fit:contain}.segway-popular__info{display:flex;flex-direction:column;gap:4px}.segway-popular__card-title{font-family:Urbanist,sans-serif;font-size:18px;font-weight:700;color:#000;margin:0}.segway-popular__card-subtitle{font-family:Urbanist,sans-serif;font-size:14px;font-weight:400;color:#666;margin:0}@media screen and (max-width:768px){.segway-popular{min-height:828px}.segway-popular__title{font-size:24px;margin-bottom:24px}.segway-popular__grid{grid-template-columns:repeat(2,1fr);gap:16px}.segway-popular__image-wrapper{border-radius:8px}.segway-popular__card-title{font-size:16px}.segway-popular__card-subtitle{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/brand-redesign.css.map */
