@import "config/config.scss";
/* SINGLE */

.prodotto__intro {
	margin-bottom: 70px;
	@include mq($from: tablet){
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	    margin-bottom: 100px;
        margin-top: 70px;
	}
}

.prodotto__cover {
    width: 100%;
    flex-shrink: 0;
	background-color: #f9f9f9;

    @include mq($from: tablet){
    	width: calc(50% - 20px);
    	padding: 60px;
    }
}

.prodotto__cover_wrapper {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: multiply;
    background-color: #f9f9f9;
}

.prodotto__content {
    width: 100%;

    @include mq($from: tablet){
    	width: calc(50% - 20px);
    }
}

.prodotto__desc {
    font-size: 1.5625rem;
    font-weight: 400;

    @include mq($to: tablet){
        font-size: 1rem;
    }  
}

h2.prodotto__title {
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;

    @include mq($to: tablet){
        font-size: 2rem;
        margin-top: 15px;
    } 
}

.prodotto__applicazione {
    margin-top: 30px;
}

.prodotto__applicazione h5 {
	font-size: 1.5625rem;
	font-weight: 600;
	text-transform: unset;
}

.prodotto__applicazione__list {
	list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.prodotto__applicazione__list li {
	font-size: 1.5625rem;
}

.prodotto__slider_ambientate {
	margin-bottom: 100px;
	width: 100vw;
    height: 0;
    padding-bottom: 64%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

	@include mq($from: tablet){
		padding-bottom: 0;
		height: calc(100vh - 70px);
		margin-bottom: 150px;
	}
}

.wk-slider.wk-ambientate-prodotto {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;

    @include mq($from: tablet){
    	position: relative;
	    display: flex;
	    flex-direction: column;
    }
}

.wk-ambientate-prodotto ul.slides li .slideimg {
	padding-bottom: 64%;

	@include mq($from: tablet){
    	padding-bottom: calc(100vh - 140px);
    }
}

.wk-ambientate-prodotto .flex-control-nav {
    bottom: 0px;
    height: 40px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notouch .wk-ambientate-prodotto .flex-direction-nav li a.flex-next,
.notouch .wk-ambientate-prodotto .flex-direction-nav li a.flex-prev {
	font-size: 0;
}

.prodotto__disegno_tech .wk-slider {
	padding-bottom: 100%;
    margin-top: 50px;
    height: 0;

    @include mq($from: tablet){
    	padding-bottom: 70%;
	    margin-top: 50px;
	    height: 0;
    }
}

.wk-disegno-tecnico ul.slides li .slideimg {
    background-size: contain;
}

.prodotto__disegno_tech ul.slides li .slideimg {
	width: 100%;
	padding-bottom: 100%;

	@include mq($from: tablet){
		width: 70%;
    	padding-bottom: 70%;
        margin: 0 auto;
	}
}


.prodotto__tech {
	margin-bottom: 70px;
	@include mq($from: tablet){
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	    margin-bottom: 100px;
	}

	& > div {
		width: 100%;
        margin-bottom: 80px;

		@include mq($from: tablet){
			flex-shrink: 0;;
			width: calc(50% - 20px);
		}
	}
}



/*** CONTATTI ***/
.prodotto__contatti {
    margin-bottom: 70px;
    @include mq($from: tablet){
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 100px;
    }
}

.prodotto__form_contatti {
	width: 100%;
    flex-shrink: 0;

    @include mq($from: tablet){
    	width: calc(50% - 20px);
    }
}

.prodotto__meta {
	width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    @include mq($from: tablet){
    	width: calc(50% - 20px);
    }
}

.prodotto__form_contatti {
	@include mq($from: tablet){
    	width: calc(50% - 20px);
    }
}

.prodotto__meta_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:16px;
}

.meta__item_button {
    display: block;
    background-color: black;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    padding: 30px;
}

.meta__item_text {
    color: black;
    font-family: 'Raleway';
    font-weight: 600;
    margin-top: 10px;
}


/*** CTA LANDING ***/
.prodotto__cta_landing {
    width: 100vw;
    height: 75vh;
    position: relative;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
    transform: translateX(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prodotto__cta_landing_link {
    padding: 15px 30px;
    color: white;
    font-size: 1.5rem;
    font-weight: 300;
    border: 2px solid white;
    border-radius: 50px;
    @include transition;
}

.prodotto__cta_landing_link:active, 
.prodotto__cta_landing_link:hover {
    color: #333;
    background-color: white;
    opacity: 1;
    @include transition;
}


/*** FINITURE ***/
.prodotto__finiture {
	margin-bottom: 70px;
	@include mq($from: tablet){
	    margin-bottom: 100px;
	}
}

.finiture_grid {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;

    .finiture_item {
    	width: calc(33.333% - 10px);
    	display: block;
    	margin: 5px;

    	@include mq($from: tablet){
    		width: calc(16.667% - 10px);
    	}
    }
}

.finitura__cover {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: #f6f6f6;
	position: relative;
    @include transition;

    .finitura__cover_wrapper {
		position: absolute;
		width: 70%;
		height: 70%;
		left: 15%;
		top: 15%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	    background-blend-mode: multiply;
	    background-color: #f6f6f6;
    }
}

.finiture_item:hover .finitura__cover {
    transform: scale(1.05);
    @include transition;
}

.finitura__caption {
	color: black;
    font-size: .6875rem;
    line-height: 1.3em;
    display: block;
    position: relative;
    padding: 2px 0;
    margin-bottom: 0;
    margin-top: 10px;

	@include mq($from: tablet){
        font-size: 1rem;
	}
}

.finitura__colore {
    font-size: .6875rem;
    line-height: 1.3em;
    color: #333;
    display: block;

    @include mq($from: tablet){
        font-size: .8rem;
    }
}



/*** ACCESSORI ***/
.prodotto__accessori {
	margin-bottom: 70px;
	@include mq($from: tablet){
	    margin-bottom: 100px;
	}
}

.accessori_grid {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;

    .accessori_item {
    	width: calc(50% - 10px);
    	margin: 5px;

    	@include mq($from: tablet){
    		width: calc(33.333% - 10px);
    	}

    	@include mq($from: desktop){
    		width: calc(25% - 10px);
    	}
    }
}

.accessori_item h6 {
    width: 100%;
    line-height: 1.3em;
    margin-top: 8px;
    margin-bottom: 3px;
    font-size: .6875rem;

    @include mq($from: tablet){
        line-height: 20px;
        margin-top: 10px;
        font-size: 1rem;
    }
}

.accessori__desc {
    font-size: .6875rem;
    line-height: 1.3em;
    font-style: italic;

    @include mq($from: tablet){
        font-size: .8rem;
    }
}

.accessori_item .prodotto__applicazione__list {
    justify-content: flex-start;
    width: 100%;
    list-style-type: none;
    padding-left: 0;    
    margin-bottom: 10px;
    margin-top: 4px;

    @include mq($from: tablet){
        margin-bottom: 16px;
        margin-top: 0px;
    }
}

.accessori_item .applicazioni-item {
    max-width: 18px;
    height: 18px;
    margin: 5px 8px 0 0;
    border-radius: 20px;
}

.accessori_item .applicazioni-item .filter-item-name {
    border-radius: 20px;
    box-shadow: 0 0 5px -3px rgba(51, 51, 51, .5);
    height: 100%;
    padding-bottom: 0;
}

.accessori__cover {
	width: 100%;
	height: 0;
	padding-bottom: 64%;
	position: relative;
	background-color: #f6f6f6;
    overflow: hidden;

	.accessori__cover_wrapper {
		position: absolute;
		width: 70%;
		height: 70%;
		top: 15%;
		left: 15%;
		background-blend-mode: multiply;
		background-color: #f6f6f6;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

.accessori__cover_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(224, 102, 82, .8);
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Raleway';
    font-weight: 700;
    text-shadow: 0 0 4px #55595c;
    @include transition;
}


.accessori__cover:hover .accessori__cover_overlay {
    transform: translateX(0%);
    opacity: 1;
    color: white;
    @include transition;
}

a.accessori__cover_overlay_icon {
    display: block;
    width: 55px;
    height: 55px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 10px 0px rgba(51, 51, 51, .5);
    @include transition;

    &:hover {
        opacity: 1;
        box-shadow: 0 0 10px 4px rgba(51, 51, 51, .5);
        @include transition;
    }

    svg {
        display: block;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}


select {
    height: 40px;
    font-size: 1.125rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid black;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 1.25rem !important;
    background-color: transparent !important;
    color: #666;
}