/* MISC */
.popup-a.shown { display: block; }

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#mobile li a { transition: all .2s ease-out; }
#mobile li a:hover { border-left: 2px solid black; text-decoration: underline; color: #7A7A7A; }

#nav { padding: 0; margin: 0 0 0 348px; }

#top #formSearch button:before { padding-left: 3px; }

html.lang-active header#top #nav .lang ul { display: block; }


/* TEMPLATES */
.page-index .list-big li.wide > figure { height: 573px; }
.page-index .list-big li.wide figure img { height: 100% !important; }
.page-index .list-big li:nth-child( 2 ) > figure { height: 373px; }
.page-index .list-big li:nth-child( 2 ) > figure img { object-fit: cover; }
@media ( min-width: 761px ){ 
	.page-index .list-big li.wide > figure { height: 717px; }
  .page-index .list-big li:nth-child( 2 ) > figure { height: 573px; }
}

.page-catalog .catalog-categories li:nth-of-type( 2n-1 ) a { background: #F7F7F7; }
.page-catalog .catalog-categories li a:hover { color: white; background: #242424; }

.page-product .media { background: #F2F5F8; }
@media( min-width: 1201px ){
  .page-product .media { width: 55%; }
  .page-product .product-content { width: 45%; }
}




/* SNIPPETS */
header #logo { min-height: 45px; }
header #logo a img { max-height: 45px; }
header #nav { z-index: 5; }
header #nav .lang a:after { content: none; }
header #nav .lang a.toggle { display: none; }
header#top #nav .lang ul { display: none; transform: translateX( 0 ); right: 0; left: auto; }
@media( min-width: 761px ){
  #top #logo { min-height: 65px; top: 70px; }
  header #logo a img { max-height: 65px; }
}
@media( min-width: 1001px ){
	#top #logo { min-height: 65px; top: 55px; }
}


.snippet-collection-product { background: #F7F7F7; margin-top: -1px; margin-left: -1px; width: 100%; }
.snippet-collection-product:nth-of-type(2n){ background: white; }
.snippet-collection-product .youtube-logo { width: 73px; margin-right: 45px; }
.snippet-collection-product p { line-height: normal; }
.snippet-collection-product > a { padding: 31px 45px; }
.snippet-collection-product > a h4 { font-size: 23px; line-height: normal; border-bottom: 1px solid transparent; transition: border .4s cubic-bezier(.4,0,.2,1) 0s; }
.snippet-collection-product:hover > a { background: #242424; color: white; }
.snippet-collection-product:hover > a h4 { border-bottom-color: white; }
@media( min-width: 1201px ){
  .snippet-collection-product { width: 50%; }
  .snippet-collection-product:nth-of-type(2n){ background: #F7F7F7; }
  .snippet-collection-product:nth-of-type(4n), .snippet-collection-product:nth-of-type(4n-1) { background: white; }
}

.snippet-side-navbar a:hover { text-decoration: underline; color: #7A7A7A; }


/* Pages */
.product-content ul { list-style: unset; padding-left: 30px; }