.wurthgift {
	height: 100%;
	background: #ECECEC;
	background: radial-gradient(81.66% 81.66% at 50% 50%, rgba(0, 0, 0, 0) 29.69%, rgba(0, 0, 0, 0.15) 100%), #FFFFFF;
	line-height: 130%;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.wurthgift .gift-top {
	flex-grow: 1;
	padding: 1.5em 1.5em 1em 1.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.wurthgift .gift-top .gift-titre {
	font-family: wuerthextra_bold_cond, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-top: 1em;
}
.wurthgift .gift-top .gift-titre span {
	color: #cc0000;
}
.wurthgift .gift-top .gift-specs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	list-style: none;
	margin-top: 0.3em;
	margin-bottom: 0;
}
.wurthgift .gift-top .gift-specs li {
	padding: 0.2em 0.5em;
}
.wurthgift .gift-top .gift-desc {
	font-size: 0.8em;
	line-height: 110%;
	margin-top: 0.5em;
	color: #959595;
}
.wurthgift .gift-top .gift-image {
	mix-blend-mode: multiply;
	max-height: 12em;
	transition: transform 0.5s ease;
}
.wurthgift .gift-vague {
	width: 100%;
	height: 22px;
}
.wurthgift .gift-vague path {
	fill: #dedede;
	transition: fill 0.3s ease;
}
.wurthgift .gift-bottom {
	padding: 1em 1.5em 1.5em 1.5em;
	background: #dedede;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: background 0.3s ease, color 0.3s ease;
}
.wurthgift .gift-bottom .gift-code {
	padding: 0.5em 0.7em;
	font-family: wuerthbook, sans-serif;
	line-height: 100%;
	background: #000;
	border-radius: 20px;
	color: #fff;
	margin-bottom: 1em;
	transition: background 0.3s ease, color 0.3s ease;
}
.wurthgift .gift-bottom .gift-code strong {
	font-family: wuerthbold, sans-serif;
	font-weight: normal;
}
.wurthgift .gift-cta {
	display: none;
	font-family: wuerthbold, sans-serif;
	font-weight: normal;
	background: #cc0000;
	color: #fff;
	padding: 0.75em 1.5em;
	border-radius: 0px 0px 4px 4px;
	transition: background 0.3s ease, color 0.3s ease;
}
.wurthgift:hover .gift-cta {
	background: #000;
	color: #fff;
}
.wurthgift:hover .gift-bottom {
	background: #cc0000;
	color: #fff;
}
.wurthgift:hover .gift-bottom .gift-code {
	background: #fff;
	color: #000;
}
.wurthgift:hover .gift-vague path {
	fill: #cc0000;
}
.wurthgift:hover .gift-image {
	transform: translateY(-1em);
}

.wurthgift-link {
	display: flex;
	flex-direction: row;
	position: relative;
	align-items: center;
	color: #000;
	text-decoration: none;
}
.wurthgift-link:hover {
	text-decoration: none;
	color: #000;
}
.wurthgift-link:before {
	content: " ";
	display: block;
	position: absolute;
	width: 85%;
	height: 100%;
	right: 0;
	background: #ECECEC;
	border-radius: 4px;
	z-index: -1;
	transition: background 0.5s ease;
}
.wurthgift-link:hover:before {
	background: #dedede;
}
.wurthgift-link .gift-gifts {
	margin: 1em;
	max-height: 11em;
	transition: transform 0.5s ease;
}
.wurthgift-link:hover .gift-gifts {
	transform: translateX(1em);
}
.wurthgift-link .gift-bloc {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 2em;
}
.wurthgift-link .gift-titre {
	text-transform: uppercase;
	margin-right: 2em;
}
.wurthgift-link .gift-titre .gift-titre-1 {
	font-size: 2.2em;
	line-height: 100%;
	font-family: wuerthbook, sans-serif;
}
.wurthgift-link .gift-titre .gift-titre-2 {
	font-size: 4.5em;
	line-height: 80%;
	color: #cc0000;
	font-family: wuerthbold, sans-serif;
}
.wurthgift-link .gift-bloc .gift-fleche {
	height: 4.5em;
}
.wurthgift-link .gift-bloc .gift-fleche path {
	fill: #CECECE;
	transition: fill 0.5s ease;
}
.wurthgift-link:hover .gift-bloc .gift-fleche path {
	fill: #cc0000;
}

@media screen and (max-width: 576px) {
	.wurthgift-link {
		flex-direction: column;
	}
	.wurthgift-link:before {
		width: 100%;
		height: 85%;
		bottom: 0;
	}
	.wurthgift-link .gift-bloc {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.wurthgift-link .gift-titre  {
		font-size: 0.787878em;
		margin-right: 0;
		margin-top: 1em;
	}
	.gift-bloc .gift-fleche  {
		height: 3.6667em;
	}
}

.col-md-4 .wurthgift-link {
	flex-direction: column;
	height: 100%;
}
.col-md-4 .wurthgift-link:before {
	width: 100%;
	height: 85%;
	bottom: 0;
}
.col-md-4 .wurthgift-link .gift-bloc {
	flex-direction: column-reverse;
	align-items: flex-start;
}
.col-md-4 .wurthgift-link .gift-titre  {
	font-size: 0.787878em;
	margin-right: 0;
	margin-top: 1em;
}
.col-md-4 .gift-bloc .gift-fleche  {
	height: 3.6667em;
}
.col-md-4 .wurthgift-link:hover .gift-gifts {
	transform: translateY(1em);
}
.col-md-6 .wurthgift-link {
	flex-direction: column;
	height: 100%;
}
.col-md-6 .wurthgift-link:before {
	width: 100%;
	height: 85%;
	bottom: 0;
}
.col-md-6 .wurthgift-link .gift-bloc {
	flex-direction: column-reverse;
	align-items: flex-start;
}
.col-md-6 .wurthgift-link .gift-titre  {
	font-size: 0.787878em;
	margin-right: 0;
	margin-top: 1em;
}
.col-md-6 .gift-bloc .gift-fleche  {
	height: 3.6667em;
}
.col-md-6 .wurthgift-link:hover .gift-gifts {
	transform: translateY(1em);
}
.row .col-md-6 .wurthgift-link .gift-gifts {
	height: 13em;
	max-height: 13em;
}


#main-wrapper {
	overflow-x: hidden!important;
}
.giftbanner .flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.giftbanner .alignfull {
	position: relative;
}
.giftbanner .alignfull:before {
	content: ' ';
	position: absolute;
	height: 100%;
	left: calc( 50% - 50vw );
	width: 100vw;
	padding: 0 0;
	z-index: -1;
}
.giftbanner .bannertop {
	color: #fff;
}
.giftbanner .bannertop .flex {
	align-items: center;
}
.giftbanner .bannertop:before {
	background: url('/is-bin/intershop.static/WFS/WuerthGroup-Wuerth-Site/3108-B1/en_US/2023/apr/giftshop/GiftShop2.gif');
	background-size: 100% 100%;
}
.giftbanner .padding-y {
	padding: 5em 0;
}

.giftbanner .bannertop h1 {
	width: 42.5%;
	font-size: 1.3582em;
	margin: 0;
	text-transform: uppercase;
}
.giftbanner .bannertop h1 .gift-titre-1 {
	display: block;
	font-size: 2.2em;
	line-height: 100%;
	color: #000;
	font-family: wuerthbook, sans-serif;
}
.giftbanner .bannertop h1 .gift-titre-2 {
	display: block;
	font-size: 4.5em;
	line-height: 80%;
	color: #cc0000;
	font-family: wuerthbold, sans-serif;
}

.giftbanner .bannertop .animation-container {
	width: 57.5%;
	align-items: center;
	justify-content: center;
}

#animation-cpa {
	max-width: 100%;
	max-height: 100%;
}

#animation-cpa2 {
	width: 500px;
	max-height: 500px;
}

@media screen and (max-width: 700px) {
	.giftbanner .padding-y {
		padding: 2em 0;
	}
	.giftbanner .bannertop:before {
		background-size: 100% 50%;
		background-repeat: no-repeat;
	}
	.giftbanner .bannertop h1 {
		width: 100%;
		font-size: 1em;
	}
	.giftbanner .bannertop .animation-container {
		width: 100%;
	}
}

.breadcrumb:last-child {
    display: none !important;
}

.d-flex {
    display: none !important;
}

.giftbanner .flex {
	max-height: 350px !important;
	}