:root {
  --orange: #FA5400;
}

body, #topcontent p {font-family: 'Avenir-Next-Cyr';  font-weight: normal;}

header {position: fixed; z-index: 999; width: calc(100% - 60px); margin: 0 30px; top: 30px; transition: 0.3s; height: auto; box-shadow: 0 0 10px #0007; border-radius: 20px; overflow: visible;}

header.fixed {position: sticky; top: 0; width: 100%; margin: 0}

.header-top {background: #000; display: flex; border-radius: 20px 20px 0 0; box-sizing: border-box; padding: 0 50px; align-items: center;}
.header-top figure.logo {flex: 1; height: auto; width: auto; display: flex; align-items: center; padding: 30px 0;}
.header-top figure.logo a {display: block; width: 268px;}
.header-top .header-right {flex: 1; display: flex; justify-content: flex-end;}
.header-top .mini-nav {height: auto; display: flex; background: none; gap: 2vw;}
.header-top .mini-nav a {text-decoration: none; color: #fff; position: relative; font-size: 14px; font-weight: 500; padding-left: 25px; transition: 0.3s;}
.header-top .mini-nav a::before {content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); mask-size: contain; mask-position: center; mask-repeat: no-repeat; background: #fff; transition: 0.3s;}
.header-top .mini-nav a.account::before {width: 16px; height: 18px; mask-image:url('/img/account.svg');}
.header-top .mini-nav a.cart::before {width: 16px; height: 20px; mask-image:url('/img/cart.svg');}
.header-top .search, .mobile-search .search {margin: auto; width: 100%; max-width: 600px; padding: 0; background: none;}
.header-top .search input, .mobile-search .search input {max-width: 100%; background: #fff; color: #000; text-transform: none; outline: 0; margin: 0; border: 0; font-size: 15px; line-height: 20px; padding: 15px 20px 15px; box-sizing: border-box; border-radius: 10px 0 0 10px; font-family: inherit; font-weight: 500;}
.header-top .search input::placeholder, .mobile-search .search input::placeholder {color: #BEBEBE;}

.header-top .search .submit, .mobile-search .search .submit {background: #fff; position: relative; border-radius: 0 10px 10px 0; height: 50px; width: 50px; z-index: 1; flex-shrink: 0;}
.header-top .search .submit::after, .mobile-search .search .submit::after {content: ''; display: block; position: absolute; z-index: -1; width: 20px; height: 20px; background: #000; mask-size: contain; mask-position: center; mask-repeat: no-repeat; mask-image: url('/img/search.svg'); top: 50%; left: 50%; transform: translate(-50%,-50%);}
.header-top .search input[type="submit"], .mobile-search .search input[type="submit"] {background: none; border-radius: 0; width: 100%; height: 100%;}

.mobile-search {display: none; border-radius: 0 0 10px 10px; background: #000;}
.mobile-search .search {padding: 0 10px 10px; max-width: 100%;}
.mobile-search .search input {border-radius: 5px 0 0 5px; width: 100%;}
.mobile-search .search .submit {border-radius: 0 5px 5px 0;}

.header-bottom nav.main > ul > li > div {top: 54px;}
.header-bottom nav.main > ul > li > .container-drop > .inner > ul > li > a, .header-bottom nav.main > ul > li > .container-drop > .inner > ul > li > .container-side > .inner > ul > li > a {color: #000;}

#search_form_redesign {display: flex; width: 100%;}

.header-top .mini-nav a:hover {color: var(--orange);}
.header-top .mini-nav a:hover::before {background: var(--orange);}

.hamburger {flex-direction: column; width: 25px; cursor: pointer; padding: 0px 17px 0 14px; position: relative; display: none;}
.hamburger span {background: #fff; border-radius: 5px; height: 4px; margin: 3px 0; transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);}
.hamburger span:nth-of-type(1) {width: 50%;}
.hamburger span:nth-of-type(2) {width: 100%;}
.hamburger span:nth-of-type(3) {width: 75%;}
.hamburger.active span:nth-of-type(1) {transform-origin: bottom; transform: rotateZ(45deg) translate(4px, 2px);}
.hamburger.active span:nth-of-type(2) {transform-origin: top; transform: rotateZ(-45deg);}
.hamburger.active span:nth-of-type(3) {transform-origin: bottom; width: 50%; transform: translate(11px, -6px) rotateZ(45deg);}

.no-scroll {max-height: 100dvh; overflow: hidden;}

.mobile-nav {position: fixed; max-height: 0dvh; overflow: hidden; width: 100%; top: 0; left: 0; height: 100dvh; background: #262323; color: #fff; z-index: -1; transition: 0.5s;}
.mobile-nav.active {max-height: 100dvh;}
.mobile-nav nav {box-sizing: border-box; height: 100dvh; padding: 180px 7.5vw 30px; overflow-y: scroll; display: block!important;}
.mobile-nav nav ul li {margin-bottom: 5px;}
.mobile-nav nav ul li a, .mobile-nav nav ul li span {color: #fff; text-decoration: none; font-size: 16px;}
.mobile-nav nav ul li ul {height: auto; max-height: 0; overflow: hidden; transition: 0.5s;}
.mobile-nav nav ul li ul li {position: relative; padding-left: 15px;}
.mobile-nav nav ul li ul li:first-child {margin-top: 10px;}
.mobile-nav nav ul li ul li::before {content: ''; display: block; position: absolute; top: 10px; width: 10px; background: #fff; height: 1px; left: 0;}
.mobile-nav nav ul li span.active + ul {max-height: 1000px;}

.header-bottom {background: #fff; border-radius: 0 0 20px 20px;}
.header-bottom nav {height: auto; background: none;}
.header-bottom nav .wrapper {display: flex; justify-content: center; gap: 3vw; max-width: 95%;}
.header-bottom nav.main > ul > li {margin: 0;}
.header-bottom nav.main > ul > li > a {color: #000; border-top: 0; font-family: 'Avenir-Next-Cyr'; font-weight: bold; font-size: 13px;}

.home-banner {position: relative; height: 100dvh; background: #fff;}
.home-banner figure {height: 100%; position: relative; border-radius: 0 0 60px 60px; overflow: hidden;}
.home-banner figure img {width: 100%; height: 100%; object-fit: cover;}
.home-banner figure::after {content: ''; display: block; position: absolute; bottom: 0; width: 100%; height: 100%; background: linear-gradient(5deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);}
.home-banner h1 {font-family: 'Eurostile-LT-Std'; font-weight: bold; text-transform: uppercase; letter-spacing: -0.1vw; max-width: 55vw; font-size: 5.5vw; line-height: 0.85;}
.home-banner p {font-size: 1.2vw; line-height: 1;}
.home-banner .flex-row {position: absolute; bottom: 2vw; width: 95%; left: 50%; transform: translateX(-50%); z-index: 1; color: #fff; align-items: flex-end;}

.homepage-categories {background: #fff; padding: 4vw 0;}
.homepage-categories .catSwiper {padding: 0 5vw; box-sizing: border-box;}
.homepage-categories .swiper-wrapper {display: grid; grid-template-columns: repeat(5,1fr); grid-gap: 10px;}
.homepage-categories .swiper-slide {margin: 0!important; width: 100% !important;}
.homepage-categories .swiper-slide a {border-radius: 20px; background: #000; display: block; text-decoration: none; color: #fff; text-align: center; box-sizing: border-box; padding: 20px; cursor: pointer; position: relative; overflow: hidden;}
.homepage-categories .swiper-slide a::after {content: ''; display: block; position: absolute; top: 0; left: 0;width: 100%; height: 100%; background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(250, 84, 0, 1) 100%); opacity: 0; transition: 0.3s;}
.homepage-categories .swiper-slide a figure {background: var(--orange); display: block; position: relative; margin: 20px auto 40px;width: 55px; height: 55px; mask-size: contain; mask-position: center; mask-repeat: no-repeat; z-index: 1; transition: 0.3s;}
.homepage-categories .swiper-slide a span {font-family: 'Eurostile-Extd'; font-size: 0.84vw; line-height: 1; text-transform: uppercase; position: relative; z-index: 1;}
.homepage-categories .swiper-slide:hover a figure {background: #fff;}
.homepage-categories .swiper-slide:hover a::after {opacity: 1;}

#whats-hot.fproducts {padding-top: 4vw;}
#whats-hot.fproducts h2 {margin: 0 auto 30px; text-align: center; font-family: 'Avenir-Next-Cyr'; font-weight: bold; font-size: 25px; line-height: 1; color: #f86a2b;}
.fpSwiper {padding: 0 5vw 4vw !important; background: #000; box-sizing: border-box;}
.fpSwiper .custom-navigation {margin: 30px 0 0; display: flex; justify-content: center; gap: 10px;}
.custom-next, .custom-prev {display: block; position: relative; width: 30px; height: 30px; cursor: pointer; }
.custom-next::after, .custom-prev::after {content: ''; display: block; position: absolute; width: 100%; height: 100%;background: #fff; mask-size: contain; mask-position: center; mask-repeat: no-repeat; mask-image: url('/img/arrow.svg'); transition: 0.3s;}
.custom-prev::after {transform: rotate(180deg);}
.custom-next:hover::after, .custom-prev:hover::after {background: var(--orange);}

.brandsSwiper .swiper-wrapper {transition-timing-function: linear!important;}
.fpSwiper .swiper-slide {width: 20%; transition: 1s; box-sizing: border-box; direction: ltr;}
.fpSwiper .swiper-slide a {text-decoration: none;}
.fpSwiper .swiper-slide .title {font-weight: bold; font-size: 19px; line-height: 26px; color: #fff; margin-top: 10px; text-transform: capitalize;}
.fpSwiper .swiper-slide .price {display: block; margin-top: 5px; font-size: 14px; line-height: 19px; color: #727272; font-weight: bold;}
.fpSwiper .new-product-band {top: 10px; right: auto; left: 10px; width: auto; text-transform: uppercase; font-size: 10px; font-family: 'Eurostile-Extd'; line-height: 13px; font-weight: normal; background: #45D545; color: #fff; letter-spacing: 0px; border-radius: 20px; padding: 5px 7px 2px;}

.fpSwiper .swiper-slide a figure {width: 100%; height: 0; padding-bottom: 80%; position: relative; border-radius: 18px; background: #fff; display: block;}
.fpSwiper .swiper-slide a img {object-fit: contain; display: block; position: absolute; width: 70%; height: 70%; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.fpSwiper .swiper-slide .badges {position: absolute; top: 14px; left: 14px; display: flex; align-items: center; gap: 8px;}
.fpSwiper .swiper-slide .category-band {background: #000; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.03em; padding: 6px 12px; border-radius: 999px; white-space: nowrap;}

.brand-title.redesign {background: #fff; padding: 0 0 4vw;}
.brand-title.redesign .wrapper {box-sizing: border-box; padding: 0 0 5vw; background: #000; max-width: 100%; width: 100%;}
.brand-title.redesign h2 {margin: 0 auto 30px; text-align: center; font-family: 'Avenir-Next-Cyr'; font-weight: bold; font-size: 25px; line-height: 1; color: #f86a2b;}

#topcontent h3 {margin-bottom: 15px; text-transform: capitalize; font-size: 26px; line-height: 1;}
#topcontent h3, #topcontent h4 {font-family: 'Avenir-Next-Cyr'; font-weight: bold;}

#brands .owl-stage-outer {max-height: 120px;}
#brands div.owl-item > div {border-radius: 10px; height: 100%; display: flex;}
#brands img {padding: 20px; border-radius: 10px; box-sizing: border-box; margin: 0; max-height: 120px;}
#brands .owl-item {height: 120px;}

#brands .swiper-slide {width: auto!important; background: #fff; border-radius: 10px; height: auto;}
#brands .swiper-slide a { display: flex; height: 100%; justify-content: center;}
#brands .swiper-slide a img {width: 100%; object-fit: contain;}

#topcontent {padding: 0px 0 4vw 0; position: relative; background: #fff;}
#topcontent article {background: #eee;}
#topcontent article, #club figure {overflow: hidden; border-radius: 15px;}

#topcontent h4, .standard-content .about-us h4 {font-weight: 500; font-size: 22px; margin-bottom: 15px; line-height: 1.3; font-family: 'Avenir-Next-Cyr'!important; text-transform: capitalize;}
#topcontent p {font-size: 18px; line-height: 1.4; margin-bottom: 25px;}

.full-width article:first-of-type p {margin: 0; padding: 0; font-size: 22px;}

#club {height: 100%; position: relative;}
#club img {height: 100%; object-fit: cover; position: absolute;}

#topcontent article#nlsu .top {padding: 4vw 300px;}

.future h4 {width: 100%;}
.future h4, .future h4 span, .col-6.newsletter-signup article#nlsu .top h5 {font-family: 'Eurostile-LT-Std'!important; font-weight: bold; text-transform: uppercase;}

footer h4, footer h4 strong, footer li a, .copyright span {font-family: 'Avenir-Next-Cyr'; font-weight: bold; text-transform: capitalize;}

#topcontent article#nlsu .top input[type="text"] {max-width: 100%; background: #fff; color: #000; text-transform: none; outline: 0; margin: 0; border: 0; font-size: 15px; line-height: 20px; padding: 15px 20px 15px; box-sizing: border-box; border-radius: 10px; font-family: inherit; font-weight: 500; text-indent: 0;}

#topcontent article#nlsu .top input::placeholder {color: #BEBEBE;}

.button, #topcontent article#nlsu .top input[type="submit"] {border-radius: 15px;}

.standard-content h2, .standard-content h3 {font-family: 'Avenir-Next-Cyr'; font-weight: 700;}
.standard-content p, #extense-description, #chklist, #calc, #custi, .standard-content nav ul li a {font-family: 'Avenir-Next-Cyr'; font-weight: 500;}

.standard-content #categorytitle {height: auto; background: #000;}
.standard-content #categorytitle h1 {font-family: 'Eurostile-LT-Std' !important; font-weight: bold; text-transform: uppercase; line-height: 25px; padding: 20px 0 15px;}

.standard-content nav {padding: 40px;}
.standard-content nav h3 {font-family: 'Eurostile-LT-Std' !important; font-weight: bold; text-transform: uppercase; font-size: 16px; line-height: 1;}
.standard-content nav ul {padding: 10px 0 30px;}
.standard-content nav ul:last-child {padding-bottom: 0;}

#categories a span, .standard-content p strong {font-family: 'Avenir-Next-Cyr'!important; font-weight: 700;}

#subcat > div.grid-item > a.button{border-radius: 0; font-family: 'Avenir-Next-Cyr'!important; font-weight: 700;}

.form .button {margin: 30px 0 0; outline: none; border: 0;}

@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1500px) {

  #topcontent h3 {font-size: 22px;}
  #topcontent h4 {font-size: 18px;}
  #topcontent p {font-size: 16px;}

}
@media screen and (max-width: 1400px) {
  .header-top {padding: 0 25px;}
  .header-top figure.logo a {width: 200px;}
  .header-bottom nav.main > ul > li > div {top: 51px;}
  .header-bottom nav.main > ul > li > a {font-size: 11px;}
  .header-bottom nav.main > ul > li > .container-drop > .inner > ul > li > a, .header-bottom nav.main > ul > li > .container-drop > .inner > ul > li > .container-side > .inner > ul > li > a {font-size: 13px;}
  .header-top .search {max-width: 500px;}

  #topcontent article .social, #topcontent article .button {margin-top: 20px;}
  #club article .button {margin-top: 0;}

  #topcontent {padding-bottom: 35px;}

}
@media screen and (max-width: 1250px) {

  .header-bottom nav .wrapper {gap: 2vw;}
  .homepage-categories .swiper-slide a figure {margin: 10px auto 25px; width: 45px; height: 45px;}

  .header-top .mini-nav a {font-size: 12px; padding-left: 20px;}
  .header-top .mini-nav a.account::before {width: 14px; height: 14px;}
  .header-top .mini-nav a.cart::before {width: 14px; height: 16px;}

  .header-top .search input {font-size: 13px;}

  .home-banner .flex-row {max-width: 92%;}
  .home-banner p {font-size: 16px;}

  .fpSwiper .swiper-slide .title {font-size: 16px; line-height: 20px;}
  .fpSwiper .swiper-slide .price {font-size: 12px;}

  .brand-title.redesign h2 {font-size: 22px;}

  #brands .owl-stage-outer {max-height: 100px;}
  #brands .owl-item {height: 100px;}
  #brands img {max-height: 100px;}

  #topcontent h4 { font-size: 16px; }

  #topcontent article#nlsu .top {padding: 53px 40px 52px 40px;}

}
@media screen and (max-width: 1100px) {

  .header-top figure.logo {padding: 20px 0;}
  .header-top .search {max-width: 350px;}

}
@media screen and (max-width: 1050px) {

  .header-top {border-radius: 10px; padding: 0 15px;}

  .header-bottom {display: none;}
  .header-top .mini-nav > a {display: none;}
  .header-top .search input {width: 100%;}

  .hamburger {display: flex;}

  .home-banner .flex-row {max-width: 92%;}
  .home-banner p {font-size: 14px;}
  .home-banner figure {border-radius: 0 0 30px 30px;}


  .fpSwiper .swiper-slide {width: 25%;}
  .fpSwiper .swiper-slide-active {width: 50%;}

  .homepage-categories .swiper-wrapper {display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;}
  .homepage-categories .swiper-slide {width: calc(33% - 5px) !important;}
  .homepage-categories .swiper-slide a span {font-size: 12px;}

}
@media screen and (max-width: 900px) {

  header {width: calc(100% - 30px); margin: 0 15px; top: 15px;}
  .header-top {border-radius: 10px 10px 0 0;}
.header-top figure.logo {margin: 0;}
.header-top .search {display: none;}
.mobile-search {display: block;}

.mobile-nav nav {padding: 180px 7.5vw;}

.home-banner h1 {max-width: 85vw; font-size: 10vw; margin-bottom: 10px;}
.home-banner .flex-row {max-width: 85%; bottom: 30px;}

.brand-title.redesign .wrapper {padding: 30px 0 !important;}

.homepage-categories .swiper-slide {width: 100%!important;}
.homepage-categories .custom-next, .homepage-categories .custom-prev {display: none!important}

#whats-hot.fproducts {padding-top: 30px;}
.fpSwiper {padding: 0 0 30px!important;}

#topcontent {padding: 0px 0 30px 0;}

.homepage-categories {padding: 30px 0;}
.brand-title.redesign {padding: 0 0 30px;}


#club figure {padding-bottom: 50%; height: 0;}

#topcontent article#nlsu .top input[type="submit"] {margin-left: 10px; width: calc(25% - 10px); padding: 15px;}

#topcontent article#nlsu .top { padding: 53px 20px 52px 20px;}
#topcontent article { padding: 30px;}

#topcontent::before, #topcontent::after{ height: 25px; }
#topcontent .wrapper {width: 90%;}

.fpSwiper .swiper-slide a figure {padding-bottom: 100%;}

.future {height: auto;}
.future h4 {padding: 30px 10px; box-sizing: border-box;}
.future::before { height: 50px; bottom: -23px; top: auto; }

footer {padding: 25px 0;}

}
@media screen and (max-width: 767px) {
#topcontent article#nlsu .top input[type="text"] {width: 100%;}
#topcontent article#nlsu .top input[type="submit"] {margin: 10px 0 0; width: 100%; padding: 18px 15px 15px;}
}

/* --- .fpSwiper "What's New" slider: prevent load flash of mis-sized slides --- */
.fpSwiper {visibility: hidden; animation: fpSwiperReveal 0s linear 3s forwards;}
.fpSwiper.is-ready {visibility: visible; animation: none;}
@keyframes fpSwiperReveal {to {visibility: visible;}}
/* only transition transform - never animate the width/margin Swiper sets */
.fpSwiper .swiper-slide {transition-property: transform;}
