/*--------------------------------------------------------------
  VARIABLES
--------------------------------------------------------------*/

@import url('variables.css');

/*--------------------------------------------------------------
  KD CATEGORIES BANNER
--------------------------------------------------------------*/

section#kd-categories-banner {
  margin: -195px auto 0;
  background-color: transparent;
  padding: 30px 0;
  z-index: 10;
  position: relative;
}

section#kd-categories-banner .kd-categories-banner-wrapper {
  width: 100%;
}

section#kd-categories-banner .kd-categories-banner-wrapper ul.products.main-category.columns-4 {
  padding: 0;
  list-style: none outside;
  clear: both;
  margin: 10px 0 20px;
  display: flex;
  flex-wrap: wrap;
}

section#kd-categories-banner .kd-categories-banner-wrapper .arrow-down {
  margin: 0 auto;
  width: 26px;
  height: 19px;
}
section#kd-categories-banner .kd-categories-banner-wrapper .arrow-down img {
  width: 100%;
  height: auto;
}

section#kd-categories-banner .kd-categories-banner-wrapper .scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* arrow */
section#kd-categories-banner .kd-categories-banner-wrapper .scroll-down .arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-left: 5px solid var(--primary-accent);
  border-bottom: 5px solid var(--primary-accent);
  transform: rotate(-45deg);
  animation: bouncePause 6s infinite;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  will-change: transform;
}

section#kd-categories-banner .kd-categories-banner-wrapper .scroll-down:hover .arrow,
section#kd-categories-banner .kd-categories-banner-wrapper .scroll-down:active .arrow {
  animation-play-state: paused;
}

@keyframes bouncePause {
  /* default */
  0%, 5%, 15%, 25% {
    transform: translateY(0) rotate(-45deg);
  }
  /* bounce phases */
  10% {
    transform: translateY(10px) rotate(-45deg);
  }
  20% {
    transform: translateY(6px) rotate(-45deg);
  }

  /* pause */
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

section#kd-categories-banner .kd-categories-banner-wrapper .scroll-down.hidden {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  section#kd-categories-banner .kd-categories-banner-wrapper .scroll-down .arrow {
    animation: none;
  }
}

/*--------------------------------------------------------------
  KD CATEGORIES BANNER
--------------------------------------------------------------*/

section.homepage-content {
  background: linear-gradient(
    to bottom,
    var(--homepage-content-section-gradient-start),
    var(--homepage-content-section-gradient-end)
  );
  padding: 90px 0;
}
section#homepage-content {
  padding: 112px 0 90px;
  margin: -202px auto 0;
}

section.homepage-content h2 {
  color: var(--default-white);
  text-transform: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 2rem;
  padding: 0;
  margin: 0 auto 30px;
  text-align: center;
}
section.homepage-content h3 {
  color: var(--primary-accent);
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 2rem;
  padding: 0;
  margin: 0 auto 10px;
}

section#homepage-content2 h2 {
  text-align: center;
  color: var(--primary-accent);
  font-size: 35px;
  font-weight: 400;
  line-height: 3rem;
  padding: 0;
  margin-bottom: 45px;
}

section.homepage-content p {
  color: var(--default-white);
}

/* ----------------------------
   Responsive Breakpoints
---------------------------- */

@media (max-width: 991.98px) {

  section#kd-categories-banner {
    margin: -249px auto 0;
  }  

  section#homepage-content {
    margin: -200px auto 0;
    padding: 200px 0 0;
  }
  section#homepage-content2 {
    padding: 30px 0;
  }
  section#homepage-content2 h2 {
    margin-bottom: 30px;
  }
  section#homepage-content2 p {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  section#homepage-content {
    margin: -200px auto 0;
    padding: 200px 0 0;
  }

  section.homepage-content h2 {
    font-size: 18px!important;
    line-height: 1.7rem!important;
  }
  section.homepage-content h3 {
    font-size: 18px!important;
    line-height: 1.7rem!important;
  }
  section#homepage-content2 h2 {
    font-size: 22px!important;
    line-height: 1.7rem!important;
  }

}


/*--------------------------------------------------------------
  HOMEPAGE NEW ARRIVALS / RECENTLY REDUCED / AUCTIONS
--------------------------------------------------------------*/

/* recently reduced + new arrivals + auctions homepage sliders */
section#section-kd-new-arrivals,
section#kd-recently-reduced {
  padding: 0;
}
section#section-kd-new-arrivals .row,
section#kd-recently-reduced .row {
  margin: 0;
}
section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper {
  padding: 90px 0 30px;
}
section#kd-recently-reduced .row .kd-recently-reduced-wrapper {
  padding: 60px 0 90px;
}
section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper h2,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper h2 {
  text-align: center;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper h2 a,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper h2 a {
  font-weight: 900;
  color: var(--primary-dark);
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper h2 a:hover,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper h2 a:hover {
  color: var(--primary-accent);
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider {
  list-style:none; 
  margin:0; 
  padding:0;
  visibility: hidden;
}

section#section-auctions {
  padding: 90px 0;
  background-image: url('/wp-content/uploads/2025/07/Auctions-Homepage-Background.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

section#section-auctions .overlay {
  position: absolute;
  inset: 0;
  background: var(--dark-overlay);
  z-index: 0;
  pointer-events: none;
}

section#section-auctions h2 {
  text-align: center;
  color: var(--kda-primary-accent);
}
section#section-auctions h2 a {
  color: var(--kda-primary-accent);
}
section#section-auctions h2 a:hover {
  color: var(--kda-alt-accent);
}

section#section-auctions .col-12 {
  position: relative;
}

section#section-auctions .kda-logo {
  position: absolute;
  top: -10px;
  right: -20px;
}

section#section-auctions .kda-logo img {
  width: 100%;
  height: 75px;
}

section#section-auctions .information-slider {
  padding: 40px 0 0;
}

section#section-auctions .information-slider .content {
  padding: 20px;
  overflow-y: hidden;
  background-color: var(--default-white);
  margin: 0 30px;
}
section#section-auctions .information-slider .content .content-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  height: 100%;
}
section#section-auctions .information-slider .content .content-wrapper .meta {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#section-auctions .information-slider .content .content-wrapper .meta .date-wrapper {
  padding: 10px 15px 0px;
  border: 1px solid var(--auction-date-border);
  border-bottom-color: var(--auction-date-border-bottom);
  border-bottom-width: 1px;
  margin: 0 0 10px;
}

section#section-auctions .information-slider .content .content-wrapper .meta .date-wrapper .date {
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  height: 130px;
  display: grid;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: center;
  text-align: center;
  font-size: 26px;
  padding: 10px 0 0;
  line-height: 32px;
  font-weight: 700;
  color: var(--alt-blue-gray);
}
section#section-auctions .information-slider .content .content-wrapper .meta .copy {
  height: 190px;
  overflow-y: hidden;
  text-align: center;
}

section#section-auctions .information-slider .content .content-wrapper .image-cta {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section#section-auctions .information-slider .content .content-wrapper .image-cta .image {
  margin: 0 auto;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 290px;
}
section#section-auctions .information-slider .content .content-wrapper .image-cta .cta {
  text-align: center;
}
section#section-auctions .information-slider .content .content-wrapper .image-cta .cta a.btn.auction-register-btn {
  color: var(--default-white);
  background-color: var(--alt-gray-blue);
  border: 1px solid var(--alt-gray-blue);
  margin: 16px auto 0;
  width: 100%;
  font-size: var(--default-font-size);
}
section#section-auctions .information-slider .content .content-wrapper .image-cta .cta a.btn.auction-register-btn:hover {
  color: var(--alt-gray-blue);
  background-color: var(--default-white);
  border: 1px solid var(--alt-gray-blue);
}

section#section-auctions .row .information-slider .slick-arrow,
section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-arrow,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-arrow {
  z-index:100;
  background: transparent;
  border: none;
  color: var(--alt-blue-light)!important;
  padding: 0;
  margin: 0;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-arrow.slick-prev,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -75px;
  top: calc(50% - 99px);
  width: 77px;
}
section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider[data-pricing="1"] .slick-arrow.slick-prev,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider[data-pricing="1"] .slick-arrow.slick-prev {
  top: calc(50% - 110px);
}

section#section-auctions .row .information-slider .slick-arrow.slick-prev svg,
section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-arrow.slick-prev svg,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-arrow.slick-prev svg {
  transform: scale(-1, 1);
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-arrow svg,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-arrow svg {
  height: 100px;
  width: 100%;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-arrow.slick-next,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-arrow.slick-next {
  position: absolute;
  right: -75px;
  top: calc(50% - 99px);
  width: 77px;
}
section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider[data-pricing="1"] .slick-arrow.slick-next,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider[data-pricing="1"] .slick-arrow.slick-next {
  top: calc(50% - 110px);
}

section#section-auctions .row .information-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -45px;
  top: calc(50% - 25px);
  width: 77px;
}
section#section-auctions .row .information-slider .slick-arrow svg {
  height: 100px;
  width: 100%;
}

section#section-auctions .row .information-slider .slick-arrow.slick-next {
  position: absolute;
  right: -45px;
  top: calc(50% - 25px);
  width: 77px;
}

section#section-auctions a.btn.view-auctions {
  width: fit-content;
  margin: 45px auto 0;
  background: var(--kda-primary-accent);
  border-color: var(--kda-primary-accent);
  color: var(--default-white);
  font-size: 24px;
}
section#section-auctions a.btn.view-auctions:hover {
  background: var(--kda-alt-light);
  border-color: var(--kda-alt-light);
  color: var(--default-white);
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider.slick-initialized, 
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider.slick-initialized {
  visibility: visible;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-list,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-list {
  margin: 0 -8.547px;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide {
  margin: 0 0;
  display: flex;
  height: 460px;
  align-items: stretch;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider[data-pricing="1"] .slick-slide,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider[data-pricing="1"] .slick-slide {
  height: 486px;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper {
  max-width: 245px;
  flex: 1 0 100%;
  margin: 0 auto;
  height: auto;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper p,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper p {
  font-size: var(--default-font-size);
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper .woocommerce-LoopProduct-link.woocommerce-loop-product__link
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper .img-holder,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper .img-holder {
  height: 250px; 
  width: auto; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper .woocommerce-loop-product__title,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper .woocommerce-loop-product__title {
  color: var(--primary-dark);
  text-transform: none;
  font-weight: bold;
  letter-spacing: 2px;
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
  text-align: center;
  height: 64px;
  overflow:hidden;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper .content-area,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper .content-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  flex-grow: 1;
}

section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper .content-area p.sku,
section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper .content-area p.sku {
  margin-bottom:0;
}

/* ----------------------------
   Responsive Breakpoints
---------------------------- */

@media (max-width: 1399.98px) {
  section#section-auctions .information-slider .content .content-wrapper .meta .copy {
    height: 230px;
  }
}

@media (max-width: 1199.98px) {

  section#section-auctions .information-slider .content .content-wrapper .meta .copy {
    height: 270px;
  }
  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide {
    padding: 0 10px;
  }
  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide {
    height: 510px;
  }
}

@media (max-width: 991.98px) {

  section#section-auctions {
    padding: 30px 0;
  }  

  section#section-auctions .kda-logo {
    position: relative;
    top: auto;
    right: auto;
    padding: 0 0 30px 0;
  }

  section#section-auctions .information-slider .content {
    padding: 10px;
    margin: 0 0;
    height: 345px;
    min-height: 100%;
    max-height: 100%;
  }

  section#section-auctions .information-slider .content .content-wrapper {
    column-gap: 16px;
  }

  section#section-auctions .information-slider .content .content-wrapper .meta {

  }

  section#section-auctions .information-slider .content .content-wrapper .meta .date-wrapper {
    padding: 10px 15px 0px;
    margin: 0 0 10px;
  }

  section#section-auctions .information-slider .content .content-wrapper .meta .date-wrapper .date {
    width: 90px;
    height: 90px;
    font-size: 16px;
    line-height: 1.3rem;
    padding: 6px 12px 0;
  }

  section#section-auctions .information-slider .content .content-wrapper .meta .copy {
    height: 100%;
    font-size: 12px;
  }

  section#section-auctions .information-slider .content .content-wrapper .image-cta {
    flex-basis: 60%;
    justify-content: flex-start;
  }

  section#section-auctions .information-slider .content .content-wrapper .image-cta .image {
    background-size: cover;
    height: 190px;
  }

  section#section-auctions .information-slider .content .content-wrapper .image-cta .cta {
    margin-top: 0px;
  }

  section#section-auctions .information-slider .content .content-wrapper .image-cta .cta a.btn.auction-register-btn  {
    font-size: var(--default-mobile-font-size);
    margin: 15px auto 0;
  }

  section#section-auctions a.btn.view-auctions {
    margin: 45px auto 0;
    font-size: var(--default-mobile-font-size);
  }

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper {
    padding: 30px 0 0;
  }  

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper h2,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper h2 {
    margin-bottom: 20px;
  }

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper h2 a,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper h2 a {
    padding: 8px 30px;
    background-color: var(--primary-accent);
    border-radius: 10px;
    border: 1px solid var(--primary-accent);
    color: var(--default-white);
    white-space: nowrap;
    font-size: var(--default-mobile-font-size);
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    line-height: 1.2;
    white-space: normal;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    width: fit-content;
    margin: 0 auto;
  }

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper h2 a:hover,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper h2 a:hover {
    background-color: var(--default-white);
    border: 1px solid var(--primary-accent);
    color: var(--primary-accent);
  }  

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide {
    height: 350px!important;
  }

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper {
    max-width: 300px!important;
  }

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide {
    height: auto;
  }

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider[data-price="1"] .slick-slide,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider[data-price="1"] .slick-slide {
    height: auto;
  }  

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-arrow.slick-prev,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-arrow.slick-prev {
    left: -58px;
  }
  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-arrow.slick-next,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-arrow.slick-next {
    right: -58px;
  }

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-arrow svg path,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-arrow svg path {
    fill: var(--mobile-slider-arrow-color)!important;
  }

  section#section-auctions .row .information-slider .slick-arrow.slick-prev {
    left: -35px;
  }
  section#section-auctions .row .information-slider .slick-arrow.slick-next {
    right: -35px;
  }

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide {
    min-height: 475px;
  }
  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper {
    max-width: 227.9px;
  }

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper .content-area,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper .content-area {
    justify-content: flex-start;
  }

  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-slide .product-wrapper .woocommerce-loop-product__title,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-slide .product-wrapper .woocommerce-loop-product__title {
    height: auto;
  }  

}

@media (max-width: 767.98px) {

}

@media (max-width: 549.98px) {
  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-arrow.slick-prev,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-arrow.slick-prev {
    left: -35px;
  }
  section#section-kd-new-arrivals .row .kd-new-arrivals-wrapper .kd-new-arrivals-slider .slick-arrow.slick-next,
  section#kd-recently-reduced .row .kd-recently-reduced-wrapper .kd-recently-reduced-slider .slick-arrow.slick-next {
    right: -37px;
  }  
}


/*--------------------------------------------------------------
  TESTIMONIALS
--------------------------------------------------------------*/

section#section-testimonials {
  padding: 90px 0;
  background: var(--primary-dark);
  color: var(--default-white);
  text-align: center;
}

section#section-testimonials h2 {
  text-align: center;
  color: var(--primary-accent);
  font-size: 35px;
  font-weight: 400;
  line-height: 3rem;
  padding: 0;
  margin-bottom: 0;
}

section#section-testimonials h3 {
  text-align: center;
  color: var(--default-white);
  font-weight: 400;
}

section#section-testimonials a.btn.testimonials {
  width: fit-content;
  margin: 45px auto 0;
  color: var(--primary-dark);
  background: var(--default-white);
  border-color: var(--default-white);
  font-size: 24px;
}

section#section-testimonials a.btn.testimonials:hover {
  background: var(--primary-accent);
  border-color: var(--primary-accent);
  color: var(--default-white);
}

@media (max-width: 991.98px) {

  section#section-testimonials {
    padding: 30px 0;
  }  

  section#section-testimonials h2 {
    line-height: 2rem;
    margin-bottom: 0rem;
  }

  section#section-testimonials a.btn.testimonials {
    font-size: var(--default-mobile-font-size);
  }
}

@media (max-width: 767.98px) {
  section#section-testimonials h2 {
    font-size: 22px;
  }
}



/*--------------------------------------------------------------
  HOMEPAGE SELL YOUR MACHINE
--------------------------------------------------------------*/

section#section-sell-your-machine {
  padding: 90px 0;
  background: linear-gradient(
    to bottom,
    var(--homepage-content-section-gradient-start),
    var(--homepage-content-section-gradient-end)
  );
  color: var(--default-white);
  text-align: center;
}

section#section-sell-your-machine h2 {
  text-align: center;
  color: var(--primary-accent);
  font-size: 35px;
  font-weight: 400;
  line-height: 3rem;
  padding: 0;
  margin-bottom: 45px;
}

section#section-sell-your-machine p {
  font-weight: 600;
  font-size: 22px;
}

section#section-sell-your-machine a.btn.sell-your-machine {
  width: fit-content;
  margin: 45px auto 0;
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  font-size: 24px;
}
section#section-sell-your-machine a.btn.sell-your-machine:hover {
  background: var(--primary-accent);
  border-color: var(--primary-accent);
  color: var(--default-white);
}

/* ----------------------------
   Responsive Breakpoints
---------------------------- */

@media (max-width: 991.98px) {

  section#section-sell-your-machine {
    padding: 30px 0;
  }

  section#section-sell-your-machine .container .row .col-12 {
    display: flex;
    flex-direction: column;
  }
  section#section-sell-your-machine .container .row .col-12 h2.lg-title {
    display: none;
  }
  section#section-sell-your-machine .container .row .col-12 p {
    order: 1;
  }
  section#section-sell-your-machine .container .row .col-12 a.btn.sell-your-machine {
    order: 0;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767.98px) {
  section#section-sell-your-machine h2 {
    font-size: 22px!important;
    line-height: 1.7rem;
    margin-bottom: 1.5rem;
  }
  section#section-sell-your-machine a.btn.sell-your-machine { 
    font-size: var(--default-mobile-font-size);
  }
}


/*--------------------------------------------------------------
  HOMEPAGE SERVICES SECTION
--------------------------------------------------------------*/

section#section-services {
  padding: 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section#section-services .overlay {
  position: absolute;
  inset: 0;
  background: var(--light-overlay);
  z-index: 1;
  pointer-events: none;
}

section#section-services .content {
  z-index: 1;
  text-align: center;
}

section#section-services h2 {
  text-align: center;
  color: var(--primary-dark);
  font-size: 35px;
  font-weight: 400;
  line-height: 3rem;
  padding: 0;
  margin-bottom: 45px;
}

section#section-services ul {
  list-style: none;
  padding: 0;
  columns: 2;
  column-gap: 2rem;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

section#section-services ul li:before {
  display: flex;
  color: var(--primary-accent);
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: relative;
  z-index: 1;
  font-size: 36px;
  padding-right: 12px;
}

section#section-services ul li {
  display: flex;
  justify-content: flex-start;
  font-size: 26px;
  line-height: 46px;
  font-weight: 600;
  font-family: var(--main-font);
  break-inside: avoid;
  text-align: left;
  margin-left: 200px;
  white-space: nowrap;
}

/* ----------------------------
   Responsive Breakpoints
---------------------------- */

@media (max-width: 1199.98px) {
  section#section-services ul {
    width: 120%;
  }
  section#section-services ul li {
    margin-left: 70px;
  }
}

@media (max-width: 991.98px) {

  section#section-services {
    padding: 30px 0;
  }

  section#section-services h2 {
    font-size: 22px!important;
    line-height: 2rem;
    text-align: center;
  }

  section#section-services ul li:before {
    padding-right: 12px;
  }  

  section#section-services ul li {
    font-size: 20px;
    line-height: 40px;
    margin-left: 50px;
  }

}

@media (max-width: 767.98px) {
  section#section-services ul {  
    columns: 1;
  }
  section#section-services ul li {
    margin-left: 60px;
  }  
}

@media (max-width: 575.98px) {
  section#section-services ul {
    width: 100%;
  }
  section#section-services ul li:before {
    padding-right: 8px;
  }  
  section#section-services ul li {
    font-size: 15px;
    white-space: wrap;
    margin-left: 0;
  }
}