:root{
    --mega-nav-content-max-width: var(--max-width-lg);
    --carousel-item-auto-size: 260px;
    --f-header-height: 90px;
    --mega-nav-height: 90px;
}
.input-group--main-page {
  width: 500px;
  opacity: 0.7;
}
.list-v3__item:not(:last-child){
  padding-bottom: var(--space-xs);
  padding-top: var(--space-xs);
}
.list-v3__item:not(:first-child){
  padding-top: var(--space-xs);
}
.product-card-v2__title {
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
}
#loader-custom-id{
  transition: 0.3s;
}
#adv-filter-gallery{
  transition: 0.8s;
}
.loader-custom {
  border: 3px solid var(--color-bg-lighter);
  border-top: 3px solid var(--color-primary);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  transition: 1s;
}
#adv-filter{
  transition: 0.3s;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.header-color {
  background-color: var(--color-bg);
}
.mega-nav {
  box-shadow: none !important;
}

.mega-nav__logo {
  height: auto !important;
  width: auto !important;
}

.mega-nav--desktop .mega-nav__control {
  font-size: 1.125rem;;
}

.mega-nav--desktop .mega-nav__control {
  padding: 0 var(--space-sm);
}

.mega-nav--desktop .mega-nav__sub-nav {
  padding: var(--space-lg) 0;
}

a:focus-visible{
    outline: 2px solid var(--color-primary);
}
.img-mag__asset{
  object-position: right bottom;
}
.prod-card-v2__img-link img{
    object-position: right bottom;
}
.btn--icon:focus{
    outline: none;
    box-shadow: none;
}
.subnavmain{
    height: 68px;
}
.card-v5{
    background-color: transparent;
}
.slideshow-custom{
    height: 80vh;
}
.hiw-v3__bullet::after{
    background-color: var(--color-bg-darker);
}
.hiw-v3__item:not(:last-child)::before{
    background: var(--color-bg-darker);
}
.hiw-v3__item:last-child .hiw-v3__bullet::after{
    background-color: var(--color-bg-darker);
    color: var(--color-black);
}
.f-header__link{
    color: white;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }

  .hero-video-bg {
    height: 100vh;
  }

  .card-v14__icon-wrapper {
    background-color: var(--color-accent);
  }

  .cart__product {
    padding-top: var(--space-sm);
    padding-bottom: var(--space-sm);
  }

  .chip--product {
    width: fit-content;

    color: var(--color-black);
  }

  .chip--product .chip__icon-wrapper {
    background-color: var(--color-accent);
  }

  .chip-product--stock {
    background-color: hsl(127.38deg 53.24% 52.51%);
  }

  .chip-product--stock .chip__icon-wrapper {
    background-color: white;
  }

  .chip-product--stock .icon {
    color: hsl(127.38deg 53.24% 52.51%);
  }

  .cart__product.text-bg-fx--scale-x {
    background-image: linear-gradient(hsla(var(--color-bg-dark-h), var(--color-bg-dark-s), var(--color-bg-dark-l), 0.5), hsla(var(--color-bg-dark-h), var(--color-bg-dark-s), var(--color-bg-dark-l), 0.5));
  }

  .slideshow--product .slideshow__btn {
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;
  }

.slideshow[data-swipe=on] .slideshow__control {
    display: block;
}

.mega-nav__icon-btn--state-b {
  background-color: transparent;
}

.input-group__tag {
  background: var(--color-primary);
  color: var(--color-black);
  border: 2px solid var(--color-primary);
}

.form-control-custom {
  border-bottom-left-radius: var(--btn-radius, 0.25em);
  border-top-left-radius: var(--btn-radius, 0.25em);

  background-color: var(--color-white);

  font-family: var(--font-primary);
  font-weight: 300;
  line-height: 1.2;
  color: var(--color-black);

  cursor: pointer;

  box-shadow: none;
}

.thumbslide__nav-item img {
  object-fit: cover;
  height: 75px;
  width: 100%;
}

@media(max-width: 1024px){
    .title-headling{
        font-size: 2.8rem;
    }
    .card--link .card__img-wrapper{
        height: 200px;
    }

    .mega-nav__logo--desktop {
      display: none !important;
    } 
}

@media(max-width: 321px) {
    .card-v14__icon-wrapper--product {
        height: 35px;
    }
}

@media (min-width:768px) {
    .cart__product-info--custom {
        grid-template-columns: 1fr 1fr 1fr 1fr;
      }

      .slideshow--product .slideshow__navigation {
        display: none;
      }
}

/***** NEWS *****/

.slide-wrap {
    padding: 20px 40px;
    margin-top: 20px;
    background: var(--color-black);

	transition: all 0.3s ease-in-out;
}

.slide-wrap:hover {
	box-shadow: var(--shadow-md);
}

.short-news-item, .slide-wrap{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.short-news-container {
	flex-grow: 1;
	overflow: hidden;
}

.height-swiper{
    height: 96px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.short-news-buttons {
    flex-grow: 0;
    flex-shrink: 0;
    width: 28px;
    margin-left: 20px;
}

.short-news-buttons {
    flex-grow: 0;
    flex-shrink: 0;
    width: 28px;
    margin-left: 20px;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.short-news-time {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-right: 3rem;
    font-size: 16px;
    line-height: 24px;
    color: hsl(0, 0%, 72.5%);
}

.padding-sm .short-news-time {
	position: absolute;
    bottom: 0;
}

.short-news-content {
    font-size: 18px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    color: #000;
}

.card-v6-custom:hover > figure > img{
    transform: scale(1.05);
}

.story--featured:hover > a > figure > img{
    transform: scale(1.05);
}

.card-v6-img{
    transition: 0.4s;
}

.story__title a:hover {
    text-decoration: none;
}

.story--featured .story__title {
	font-size: var(--text-lg);
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4 {
	color: var(--color-primary);
	text-transform: uppercase;
}

.select-pagination-item {
	font-weight: bold;
}