/*
Theme Name:   Idées Larges
Theme URI:    https://www.ideeslarges.com
Description:  Thème de l'agence Idées Larges
Author:       Idées Larges
Author URI:   https://www.ideeslarges.com
Template:     generatepress
Version:      1
*/



.product-template-default .woocommerce-product-gallery img {
	max-height : 500px;
	width : auto !important;
	margin : auto;
}

.woocommerce-tabs {
	display : none;
}


@media screen and (min-width: 1000px)  {
	.single-product .summary.entry-summary {
		margin-bottom : 120px !important;
	}
}


.single-product .related.products > h2 {
	color : var(--accent);
	margin-bottom : 35px;
}


.product_cat-rouge .couleur-vin .gb-shape svg path, .product_cat-rouge .summary .gb-shape svg path {
	fill : #B80D0D !important;
}

.product_cat-blanc .couleur-vin .gb-shape svg path, .product_cat-blanc .summary .gb-shape svg path {
	fill : #ffe869 !important;
}

.product_cat-rose .couleur-vin .gb-shape svg path, .product_cat-rose .summary .gb-shape svg path {
	fill : #FFCFF5 !important;
}


.single-product .site-footer, .post-type-archive-product .site-footer {
	margin-top : 50px;
}


.single-product .price {
	margin-bottom : 5px;
}


.liste-meilleur-produits ul {
	margin : auto
}

.liste-meilleur-produits button {
	border-radius : 0px !important;
	background-color : var(--accent)
}

.liste-meilleur-produits button:hover {
	background-color : var(--accent-hover)
}

header .inside-header {
	padding : 20px 30px;
}

.icon-header {
	text-wrap: balance;
}

.wc-block-product .wc-block-components-product-image a, 
ul.products a .wc-product-image,
ul.wc-block-grid__products a .wc-block-grid__product-image {
	position : relative;
	margin-bottom : 20px;
}
.wc-block-product .wc-block-components-product-image a:before, 
ul.products a .wc-product-image:before,
ul.wc-block-grid__products a .wc-block-grid__product-image:before {
	content : '';
	height : 2px;
	width : 0px;
	background-color : var(--accent-hover);
	display : block;
	margin : auto;
	margin-bottom : 20px;
	transition : 0.3s ease;
}

.wc-block-product .wc-block-components-product-image a:after, 
ul.products a .wc-product-image:after,
ul.wc-block-grid__products a .wc-block-grid__product-image:after {
	content : '';
	height : 2px;
	width : 0px;
	background-color : var(--accent-hover);
	display : block;
	margin : auto;
	margin-top : 20px;
	transition : 0.3s ease;
}


.wc-block-product .wc-block-components-product-image a:hover:before, 
.wc-block-product .wc-block-components-product-image a:hover:after, 
ul.products a:hover .wc-product-image:before, 
ul.products a:hover .wc-product-image:after,
ul.wc-block-grid__products a:hover .wc-block-grid__product-image:before,
ul.wc-block-grid__products a:hover .wc-block-grid__product-image:after {
	width : 150px;
}

.woocommerce-cart .wc-block-components-product-metadata__description {
	display : none;
}

