@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
HEADER
*/
.user-nav .btn {
  color: #8f95a1;
  width: 42px;
  border: none !important;
}

.user-nav .btn:hover, .user-nav .btn:focus, .btn.show, .btn:active {
  background-color: #fff;
  color: #000;
  border: none;
}


/*
FOOTER
*/
.site-footer {
  background-color: #ffffff;
  color: #49505c;
}

.footer-widget-title {
  font-size: 16px;
  margin-bottom: 15px;
  color: #49505c;
  font-weight: 600;
}

.site-footer a {
  color: #49505c;
  text-decoration: none;
  font-size: 14px;
}

.site-footer a:hover {
  color: #49505c;
}

.footer-column .menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.footer-column .menu .menu-item {
  display: flex;
  padding: 3px 0;
}
.nav-link[data-bs-toggle="collapse"] {
  position: relative;
}

.nav-link[data-bs-toggle="collapse"]::after {
  content:"";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/site/wp-content/themes/just-sell-it/assets/images/chevron-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(0deg);
  transition: all .2s linear;
}
.nav-link:not(.collapsed)[data-bs-toggle="collapse"]::after {
  transform: rotate(180deg);
}
.nav-link.collapsed[data-bs-toggle="collapse"]::after {
  transform: rotate(0deg);
}

/* 
COMMON 
*/
body, html {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #111111;
}

.custom-logo-link {
  display: flex; 
}
.custom-logo-link img {
  max-width: 220px;
}

.text-bg-dark {
  color: #f5f5f4 !important;
}

.bg-light {
  background-color: #f5f5f4 !important;
}

.text-bg-light {
  color: #111111 !important;
}

.btn-link {
  color: #111 !important;
  text-decoration: none;
}

.btn-link > svg {
  transition: all .2s ease;
}

.btn-link:hover > svg {
  transform: translateX(5px);
}

.bg-dark .btn-link {
  color: #ffdb57 !important;
}



.btn {
  font-size: 12px;
  text-transform: uppercase;
  color: #111111;
  font-weight: 500;
}
.btn-lg {
  font-size: 14px;
}
.btn-primary {
  color: #111111;
  background-color: #ffdb57;
  border-color: #ffdb57;
}

.btn-primary:hover {
  color: #111111;
  background-color: #d1b13a;
  border-color: #d1b13a;
}


button {
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 49px;
    height: 49px;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
  }
  
  button span {
    display: block;
    height: 2px;
    width: 30px;
    background: #8f95a1;
    transition: all 0.15s ease;
    position: absolute;
    left: 8px;
    transform: rotate(0deg);
  }
  
  button span:first-child {
    width: 30px;
    top: 18px;
  }
  button span:last-child {
    width: 20px;
    top: 27px;
  }
  
  button[aria-expanded="true"] span {
    /* background-color: #ffd9cb; */
    top: 23px;
  }
  button[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }
  button[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
    width: 30px;
  }

.main-hero .main-hero-inner, 
.main-segment .main-segment-inner,
.main-category .main-category-inner {
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main-segment .main-segment-inner {
  height: 380px;
}

.main-category .main-category-inner {
  height: 300px;
}

.main-clubs .main-clubs-inner {
  height: 220px;
}

.main-others .main-others-inner {
  height: 200px;
}
.main-others .main-others-inner.big-one {
  height: 416px;
}

.main-manufactures .main-manufactures-inner {
  height: 160px;
}

.main-hero .main-hero-inner > *,
.main-segment .main-segment-inner > *,
.main-category .main-category-inner > * {
  position: relative;
  z-index: 5;
}

.main-hero .main-hero-inner::after,
.main-segment .main-segment-inner::after,
.main-category .main-category-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,1) 100%);
}

.main-category .main-category-inner::after {
  background: rgb(245,245,244);
  background: linear-gradient(180deg, rgba(245,245,244,1) 5%, rgba(245,245,244,1) 100%);
}

.main-hero .main-hero-inner .hero-headline {
  font-weight: 900;
  font-size: clamp(1.375rem, 1.255rem + 0.6vw, 1.75rem);
}
.main-hero .main-hero-inner.slick-slide .hero-headline,
.main-hero .main-hero-inner.slick-slide .hero-content,
.main-hero .main-hero-inner.slick-slide .hero-cta {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.1s both;
            animation: slide-bottom 0.5s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.1s both;
}
.main-hero .main-hero-inner.slick-slide.slick-current .hero-headline {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.6s both;
          animation: slide-top 0.5s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.6s both;
}
.main-hero .main-hero-inner.slick-slide.slick-current .hero-content {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.7s both;
          animation: slide-top 0.5s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.7s both;
}
.main-hero .main-hero-inner.slick-slide.slick-current .hero-cta {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.445, 0.050, 0.550, 0.950) .8s both;
          animation: slide-top 0.5s cubic-bezier(0.445, 0.050, 0.550, 0.950) .8s both;
}

 @-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}


.main-segment a.main-segment-inner,
.main-category a.main-category-inner,
.main-others .main-others-inner {
  text-decoration: none;
}

.main-segment .main-segment-inner .segment-headline,
.main-category .main-category-inner .category-headline,
.main-others .main-others-inner .others-headline {
  font-weight: 900;
  font-size: clamp(1.125rem, 1.045rem + 0.4vw, 1.375rem);
}

.main-hero .main-hero-inner > div {
  width: 35%;
}

.main-hero  .slick-arrow {
    position: absolute;
    z-index: 5;
    top: calc(50% - 16px);
    cursor: pointer;
    transition: all .2s linear;
}
.slick-arrow:hover {
  opacity: .5;
}

.main-hero .slick-arrow.prev-arrow {
  left: 14px;
}
.main-hero .slick-arrow.next-arrow {
  right: 14px;
}

.slick-initialized .slick-slide > a {
  display: flex;
}

.slick-initialized .slick-slide > a {
  width: 100%;
}

.product-list-card .products-for-you-inner,
.product-list-card .products-new-inner {
  padding-bottom: 80px !important;
  position: relative;
}

.product-list-card h3 {
  font-size: 14px;
  font-weight: 400;
}
.product-list-card h3 a {
  color: #111;
  text-decoration: none !important;
  display: inline-block;
  height: 34px;
  overflow: hidden;
}

.product-list-card .btn {
  min-width: 145px;
}

.product-list-card .img-box {
  display: flex;
  height: 300px;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-list-card .product-list-card-more {
  min-height: 80px;
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 100%);
}

.product-list-card .product-list-card-badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 11px;
  letter-spacing: 1px;
}

.main-newsletter {
  background-color: #ffdb57;
}

.nav-link {
  font-size: 16px;
  color: #111111 !important;
}



@media (max-width: 1399.98px) { }

@media (max-width: 1199.98px) {  }

@media (max-width: 991.98px) {
  .main-hero .main-hero-inner {
    height: 380px;
  }
  .main-segment .main-segment-inner,
  .product-list-card .img-box {
      height: 300px;
  }
  .main-hero .main-hero-inner > div {
      width: 50%;
  }
}


@media (max-width: 767.98px) { 
  .custom-logo-link img {
    max-width: 160px;
}
  .container {
    max-width: 100%;
  }
  .product-list-card .img-box {
    height: 200px;
  }
  .product-list-card .btn {
    min-width: 1px;
  }
  .main-clubs .main-clubs-inner,
  .main-manufactures .main-manufactures-inner {
    height: 160px;
  }
}

@media (max-width: 575.98px) {
  .main-hero .main-hero-inner {
    height: 280px;
  }
  .main-segment .main-segment-inner,
  .main-category .main-category-inner {
      height: 200px;
  }
  .product-list-card .img-box {
    height: 160px;
  }
  .main-hero .main-hero-inner > div {
      width: 100%;
  }
  .main-hero .main-hero-inner .hero-content,
  .main-segment .main-segment-inner .segment-content {
    display: none;
  }
}