@font-face{font-family:"Inter";src:url("../../assets/fonts/Inter_24pt-Regular.woff2") format("woff2"),url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff"),url("../../assets/fonts/Inter_28pt-Regular.ttf") format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("../../assets/fonts/Inter_24pt-SemiBold.woff2") format("woff2"),url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff"),url("../../assets/fonts/Inter_24pt-SemiBold.ttf") format("opentype");font-weight:600;font-style:normal;font-display:swap}*{padding:0;margin:0;box-sizing:border-box}body{font-family:"Inter",sans-serif}.container{max-width:1880px;margin:0 auto;padding:0 20px}.header{margin:20px}.header img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1024px){.header{display:none}}.hero{min-height:600px;display:flex;flex-direction:column;align-items:center;background-color:#000}@media(max-width: 768px){.hero{height:700px}}.hero__title{margin-top:200px;font-size:167px;font-weight:600;line-height:202.11px;color:#fff;text-transform:uppercase}@media screen and (max-width: 768px){.hero__title{font-size:130px}}@media screen and (max-width: 480px){.hero__title{font-size:100px}}.hero__buttons{display:flex;gap:48px}@media screen and (max-width: 768px){.hero__buttons{flex-direction:column}}.hero__button{display:flex;align-items:center;justify-content:center;width:225px;height:50px;border-radius:4px;border:1px solid #747272;background-color:#fff;font-size:20px;font-weight:600;line-height:24.2px;color:#000;text-align:center;text-transform:uppercase;text-decoration:none;transition:background-color .3s,color .3s}.hero__button:hover{background-color:#000;color:#fff;border-color:#fff}.categories{padding:70px 0}.categories__wrapper{display:flex;justify-content:space-between}@media screen and (max-width: 1440px){.categories__wrapper{flex-direction:column;gap:30px}}.categories__container{display:flex;align-items:baseline;gap:20px}@media screen and (max-width: 1670px){.categories__container{flex-direction:column;align-items:center}}.categories__title{margin-left:20px;font-size:36px;font-weight:600;line-height:43.57px;color:#000}@media screen and (max-width: 480px){.categories__title{font-size:32px}}.categories__buttons{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px}@media screen and (max-width: 1440px){.categories__buttons{display:flex;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:10px}}.categories__button{display:flex;align-items:center;justify-content:center;min-width:154px;height:45px;border-radius:4px;border:1px solid #747272;background-color:#fff;font-size:20px;font-weight:600;line-height:24.2px;color:#000;opacity:70%;text-decoration:none;transition:background-color .3s,color .3s}.categories__button:hover{background-color:#000;color:#fff;opacity:100%}.categories__button:nth-child(6){grid-column:2}.categories__button:nth-child(7){grid-column:3}.categories__button:nth-child(8){grid-column:4}.categories__button:nth-child(9){grid-column:5}.toggle-switch{position:relative;width:260px;height:67px;border-radius:50px;border:1px solid #000;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:2px}.toggle-switch input{display:none}.toggle-label{width:50%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:1;transition:color .3s ease;font-size:20px;font-weight:600;line-height:24.2px;color:#000;opacity:70%}.toggle-slider{position:absolute;left:2px;width:126px;height:63px;border-radius:50px;background-color:#969393;transition:transform .3s ease;z-index:0}input#men:checked~.toggle-slider{transform:translateX(0)}input#women:checked~.toggle-slider{transform:translateX(130px)}input#men:checked+label[for=men],input#women:checked+label[for=women]{color:#fff;opacity:100%}.exclusive__text{font-size:28px;font-weight:600;line-height:33.89px;color:#fff;padding-bottom:70px}@media screen and (max-width: 480px){.exclusive__text{font-size:24px;padding-bottom:30px}}.exclusive__cards{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;position:relative}@media screen and (max-width: 1440px){.exclusive__cards{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px}.exclusive__cards::-webkit-scrollbar{display:none}}.exclusive__card{transition:transform 1s ease-in-out,opacity 1s ease-in-out}@media screen and (max-width: 1440px){.exclusive__card{flex:0 0 33.3333333333%;margin-right:10px;scroll-snap-align:start}}@media screen and (max-width: 1024px){.exclusive__card{flex:0 0 50%}}@media screen and (max-width: 768px){.exclusive__card{flex:0 0 83.3333333333%}}.exclusive__card-static{background-color:#000;padding:122px 51px 0 51px}.exclusive__card-hidden{display:none}.exclusive__card img{width:100%;height:auto;object-fit:cover}.exclusive__card-title{font-size:20px;font-weight:400;line-height:24.2px;color:#000;margin-top:10px}.best{margin-top:130px}.best__title{margin-left:20px;font-size:36px;font-weight:600;line-height:43.57px;color:#000}.best__title span{color:#ff0505}@media screen and (max-width: 480px){.best__title{font-size:32px}}.best__wrapper{margin-top:45px;display:flex;flex-wrap:wrap}@media screen and (max-width: 768px){.best__wrapper{flex-direction:column;align-items:center}}.best__slider{background-color:#f2f2f2;position:relative;width:50%;overflow:hidden}@media screen and (max-width: 768px){.best__slider{order:1;width:100%}}.best__slider-images{display:flex;transition:transform .5s ease-in-out}.best__slider-images img{width:100%;height:100%;object-fit:cover}.best__slider-dots{text-align:center;position:absolute;bottom:10%;width:100%}.best__slider-dot{display:inline-block;width:15px;height:15px;margin:0 8px;background-color:#d9d9d9;border-radius:50%;cursor:pointer}.best__slider-dot.active{background-color:#ff0505}.best__image{width:50%;position:relative;overflow:hidden}@media screen and (max-width: 768px){.best__image{order:0;width:100%}}.best__image img{width:100%;height:100%;object-fit:cover}.best__button{position:absolute;left:50%;transform:translateX(-50%);bottom:69px;display:flex;align-items:center;justify-content:center;width:225px;height:50px;border-radius:4px;border:1px solid #747272;background-color:#fff;font-size:20px;font-weight:600;line-height:24.2px;color:#000;text-align:center;text-transform:uppercase;text-decoration:none;transition:background-color .3s,color .3s}.best__button:hover{background-color:#000;color:#fff;border-color:#fff}.shoes{margin-top:99px}.shoes__title{margin-left:20px;font-size:36px;font-weight:600;line-height:43.57px;color:#000}.shoes__title span{color:#ff0505}@media screen and (max-width: 480px){.shoes__title{font-size:32px}}.shoes__image{margin-top:45px;position:relative}.shoes__image img{width:100%;height:100%;object-fit:cover}.shoes__button{position:absolute;left:50%;transform:translateX(-50%);bottom:8%;display:flex;align-items:center;justify-content:center;width:225px;height:50px;border-radius:4px;border:1px solid #747272;background-color:#fff;font-size:20px;font-weight:600;line-height:24.2px;color:#000;text-align:center;text-transform:uppercase;text-decoration:none;transition:background-color .3s,color .3s}.shoes__button:hover{background-color:#000;color:#fff;border-color:#fff}.evergreen{margin-top:89px}.evergreen__title{margin-left:20px;font-size:36px;font-weight:600;line-height:43.57px;color:#000}.evergreen__title span{color:#ff0505}@media screen and (max-width: 480px){.evergreen__title{font-size:32px}}.evergreen__cards{margin-top:35px;display:grid;grid-template-columns:repeat(3, 1fr);gap:26px}@media screen and (max-width: 768px){.evergreen__cards{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px}.evergreen__cards::-webkit-scrollbar{display:none}}.evergreen__card{position:relative;overflow:hidden}@media screen and (max-width: 768px){.evergreen__card{flex:0 0 83.3333333333%;margin-right:10px;scroll-snap-align:start}}.evergreen__card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.evergreen__card img:hover{transform:scale(1.05)}.evergreen__link{position:absolute;left:50%;transform:translateX(-50%);bottom:6.5%;font-size:36px;font-weight:600;line-height:43.57px;color:#000;text-align:center;text-transform:uppercase}@media screen and (max-width: 1660px){.evergreen__link{font-size:28px}}@media screen and (max-width: 1440px){.evergreen__link{font-size:20px}}@media screen and (max-width: 1024px){.evergreen__link{font-size:14px}}@media screen and (max-width: 768px){.evergreen__link{font-size:24px}}@media screen and (max-width: 425px){.evergreen__link{font-size:14px}}.evergreen__link:hover{text-decoration:none}@keyframes pulse{0%{transform:translate(-50%, -50%) scale(1)}50%{transform:translate(-50%, -50%) scale(1.1)}100%{transform:translate(-50%, -50%) scale(1)}}.looks{margin-top:103px}.looks__title{margin-left:20px;font-size:36px;font-weight:600;line-height:43.57px;color:#000}.looks__title span{color:#ff0505}@media screen and (max-width: 480px){.looks__title{font-size:32px}}.looks__cards{margin-top:45px;display:grid;grid-template-columns:repeat(3, 1fr);gap:27px}@media screen and (max-width: 768px){.looks__cards{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px}.looks__cards::-webkit-scrollbar{display:none}}.looks__card{position:relative}@media screen and (max-width: 768px){.looks__card{flex:0 0 83.3333333333%;margin-right:10px;scroll-snap-align:start}}.looks__card-img{width:100%;height:100%;object-fit:cover}.looks__card-cart1,.looks__card-cart2{border:none;background-color:rgba(0,0,0,0);position:absolute;animation:pulse 1.5s infinite;cursor:pointer}.looks__card-cart1{top:25%;left:60%;transform:translate(-50%, -50%)}.looks__card-cart2{top:54%;left:42%;transform:translate(-50%, -50%)}.modal{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2;background:#fff;padding:20px;box-shadow:0 0 8px 3px rgba(0,0,0,.3);width:170px;height:280px;border-radius:30px;background-color:#f2f2f2}.modal__image{width:100%;object-fit:cover}.modal__title,.modal__price{font-size:20px;font-weight:400;line-height:24.2px;color:#000;text-align:center}.modal.active{display:block}.footer{margin-top:138px}.footer img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1024px){.footer{display:none}}/*# sourceMappingURL=style.min.css.map */