.products-list.cookware .input-colours-label,
.product-details .input-colours-label {
	border: 3px solid transparent;
	transition: border .25s linear;
}

.products-list.cookware .input-colours:hover .input-colours-label,
.product-details .input-colours:hover .input-colours-label {
	background-size: 32px;
	transition: all .25s linear;
}

.products-list.cookware .input-colours-label:hover,
.product-details .input-colours-label:hover {
	cursor: pointer;
}

.products-list.cookware .input-colours:hover .input-colours-label,
.products-list.cookware .input-colours-circle:checked+.input-colours-label,
.product-details .input-colours:hover .input-colours-label,
.product-details .input-colours-circle:checked+.input-colours-label {
	border: 3px solid var(--white);
	transition: all .25s linear;
}

.products-list.cookware .input-colours-circle:checked+.input-colours-label:after,
.product-details .input-colours-circle:checked+.input-colours-label:after {
	opacity: 1;
}

.products-list.cookware .input-colours .input-colours-label::after,
.product-details .input-colours .input-colours-label::after {
	content: "\e91d";
	position: absolute;
	color: var(--white);
	width: 16px;
	height: 16px;
	font-family: icons-pal;
	font-size: 10px;
	background-color: var(--transparent);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	opacity: 0;
	transition: opacity .25s linear;
}

.products-list.cookware .input-colours:hover .input-colours-label::after,
.product-details .input-colours:hover .input-colours-label::after {
	opacity: 1;
	transition: opacity .25s linear;
}

.product-details .input-colours.properties-product__colour {
	pointer-events: none;
}

.landing-collections {
	background-color: var(--black100);
	position: relative;
}

.landing-collections .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/*.landing-collections .image img {
    */
/* visibility: visible;
    */
/* opacity: 1;
    */
/* transition: opacity .35s linear;
    */
/*
}
*/
/*.landing-collections-loading .image img {
    */
/* visibility: hidden;
    */
/* opacity: 0;
    */
/* transition: opacity .35s linear;
    */
/*
}
*/
.landing-cookware .our-range .our-range__arrows .icon-arrow-left:before,
.swiper-primary .swiper-button-prev .icon-arrow-left:before {
	background: url('/media/arrow-left-svg.svg') no-repeat 100%;
	content: '';
	width: 30px;
	height: 70px;
	display: block;
	filter: invert(67%) sepia(89%) saturate(7492%) hue-rotate(346deg) brightness(84%) contrast(146%);
}

.landing-cookware .our-range .our-range__arrows .icon-arrow-right:before,
.swiper-primary .swiper-button-next .icon-arrow-right:before {
	background: url('/media/arrow-right-svg.svg') no-repeat 100%;
	content: '';
	width: 30px;
	height: 70px;
	display: block;
	filter: invert(67%) sepia(89%) saturate(7492%) hue-rotate(346deg) brightness(84%) contrast(146%);
}

.landing-cookware .our-range .our-range__arrows .icon-arrow-left:before,
.landing-cookware .our-range .our-range__arrows .icon-arrow-right:before {
	filter: unset;
}

.landing-cookware .our-range__slider .swiper-button-prev,
.swiper-primary .swiper-button-prev {
	left: -70px;
}

.landing-cookware .our-range__slider .swiper-button-next,
.swiper-primary .swiper-button-next {
	right: -70px;
}

.food-packaging .twoColumnsImage {
	position: relative;
}

.food-packaging .twoColumnsImage:after {
	content: '';
	position: absolute;
	bottom: 0;
	top: auto;
	right: 0;
	left: 0;
	width: 100%;
	height: 25%;
	background: #F2F2F2;
	z-index: -1;
}

@media (min-width: 768px) {
	.food-packaging .twoColumnsImage:after {
		height: 50%;
	}
}

.column-sticky-container {
	box-shadow: -14px 24px 60px rgba(13, 21, 49, 0.07);
}

/* secondary inner banner gradient overlay */
.banner-secondary .gradient-cover {
	background: -webkit-gradient(linear, left top, right top, color-stop(20.44%, rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(90deg, rgba(0, 0, 0, .4) 20.44%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

/* hero banner */
@media (max-width: 600px) {
	.banner-landing__background {
		min-height: 100vh;
		height: 100vh;
		max-height: 100%;
	}

	.banner-landing__background .gradient-cover {
		height: 100vh;
	}

	.landing-collections__slider {
		height: 60px;
	}

	.landing-collections {
		min-height: 550px;
	}

	.landing-collections__product-name p {
		font-family: "Avenir Next";
		color: var(--black100);
		margin-bottom: 0;
		font-weight: 700;
		font-size: 60px;
		line-height: 83px;
	}

	.landing-collections__texts {
		margin-bottom: 99px;
	}
}

/* menu search */
@media (max-width: 1024px) {
	.menu-search-template__content .go-back-link::before {
		rotate: 180deg;
	}

	.header__language-bar {
		right: 70px;
	}

	.header__search {
		background: rgb(242, 242, 242);
	}
}

.about-us-landing .button-primary {
	margin-top: 30px;
}

/* sliders controls */
.swiper-button-prev,
.swiper-button-next {
	color: var(--red100);
	opacity: .7;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: var(--red100);
	opacity: 1;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	color: #949494;
	opacity: 1;
}

@media (min-width: 992px) {
	/*.card-product-hz__image img {
         */
	/* -o-object-position: top right;
        */
	/* object-position: top right;
        */
	/*
    }
    */
}

/* pick your color */
@media all and (min-width: 1280px) {
	.pick-color {
		min-height: 770px;
	}

	.pick-color__slider {
		position: absolute;
		min-width: 1000px;
		right: 0;
	}
}

@media (min-width: 992px) {
	.pick-color__color-name {
		padding-left: 25px;
		padding-bottom: 0;
		bottom: 25px;
		left: 0;
		height: auto;
		transition-property: transform;
		transition-duration: .4s;
		transform: translate(0);
	}

	.pick-color__image:hover .pick-color__color-name {
		padding: 0;
		transform: translate(0, -50%);
		top: 50%;
		justify-content: center;
		text-align: center;
		transition-property: top, transform;
		transition-duration: .3s, .6s;
	}
}

@media (min-width: 1400px) {
	.pick-color__slider .swiper-slide:nth-child(8) {
		margin-right: 115px;
	}

	.pick-color__slider .swiper-slide:nth-child(9) {
		margin-left: 110px;
	}

	.pick-color__slider .swiper-slide:last-child {
		margin-right: auto;
	}
}

@media (min-width: 1600px) {
	.pick-color__slider .swiper-slide:nth-child(9) {
		margin-left: 85px;
	}
}

.closeMenu {
	position: absolute;
	right: 0;
}

.our-range {
	overflow: hidden;
}

/* Secondary MENU */
.menu-search-template .menu-search-template__content {
	max-width: 100%;
}

/* secondary menu - search */
.header__search .icon {
	margin-top: 0;
}

.header__icons .icon.icon-search {
		margin-top: .5em;
}

.header__search .searchBar {
	max-width: 940px;
}

@media all and (min-width: 1200px) {
	.menu-search-template .menu-search-template__content {
		background-size: 30% !important;
		background-position-x: 75%;
	}
}

/*@media all and (min-width: 1920px) {
    */
/* .menu-search-template .menu-search-template__content {
        */
/* background-position-x: 1000px;
        */
/* 
    }
    */
/*
}
*/
/* PRODUCT */
.product-details .properties-product .input-range-size__labels .number:hover {
	color: var(--red100);
}

/* PRODUCT LISTING - RANGE SLIDER */
.listing-filters .input-colours-label:hover {
	cursor: pointer;
	/*border: 5px solid var(--white);
    */
}

.listing-filters .input-checkbox sup {
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	color: var(--black60);
	position: relative;
	left: 5px;
	top: -.3em;
}

.listing-filters .input-checkbox-square:checked+.input-checkbox-label sup {
	font-weight: 700;
	color: var(--black100);
}

.listing-filters .input-checkbox {
	display: inline-flex;
}

.listing-filters .input-checkbox:hover .input-checkbox-label {
	cursor: pointer;
	font-weight: 600;
}

.frypans-list .noResults {
	visibility: hidden;
	height: 0;
}

.frypans-list .noResults.true {
	visibility: visible;
	height: auto;
}

/* range container */
.range_container {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 20px auto 0 auto;
}

.range_container .sliders_control {
	position: relative;
	min-height: 20px;
}

.range_container .sliders_control .fromSlider:hover {
	cursor: pointer;
}

.range_container .form_control .fromInput,
.range_container .form_control .toInput {
	position: absolute;
}

.range_container .form_control {
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: 24px;
	color: #635a5a;
}

.range_container input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	pointer-events: all;
	width: 30px;
	height: 30px;
	cursor: pointer;
	content: '...';
	box-shadow: -4px 4px 10px rgba(13, 21, 49, .15);
	background-color: var(--red100);
	color: var(--gray);
	border-radius: 50%;
	border: 2px solid var(--gray);
}

.range_container .sliders_control::before,
.range_container .sliders_control::after {
	content: "";
	position: absolute;
	right: 0;
	width: 2px;
	height: 7px;
	background-color: var(--black20);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 1px;
}

.range_container .sliders_control::after {
	left: 0;
}

/*.range_container input[type=range]#toSlider::after {
    */
/* content: '...';
    */
/* position: absolute;
    */
/* z-index: 10;
    */
/* color: white;
    */
/* bottom: -8px;
    */
/* right: 10px;
    */
/*
}
*/
.range_container .sliders_control .sliders_control_fromThumb {
	position: relative;
}

.range_container .sliders_control .sliders_control_fromThumb .sliders_control_theThumb {
	/*content: '...';
    */
	position: absolute;
	z-index: 10;
	color: white;
	top: -13px;
	left: 6px;
	width: 20px;
}

.range_container .sliders_control .sliders_control_toThumb .sliders_control_theThumb {
	/*content: '...';
    */
	position: absolute;
	z-index: 10;
	color: white;
	top: -13px;
	right: 6px;
	width: 20px;
}

/*.range_container .sliders_control .sliders_control_fromThumb:hover:after,*/
/*.range_container .sliders_control .sliders_control_toThumb:hover:after {
    */
/* content: '';
    */
/* z-index: -5;
    */
/*
}
*/
.range_container input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;
	pointer-events: all;
	width: 25px;
	height: 25px;
	cursor: pointer;
	content: '...';
	box-shadow: -4px 4px 10px rgba(13, 21, 49, .15);
	background-color: var(--red100);
	color: var(--gray);
	border-radius: 50%;
	border: 2px solid var(--gray);
}

/*.range_container input[type=range]::-webkit-slider-thumb:hover {
    */
/* background: #f7f7f7;
    */
/*
}
*/
/*.range_container input[type=range]::-webkit-slider-thumb:active {
    */
/* box-shadow: inset 0 0 3px var(--red100), 0 0 9px var(--red100);
    */
/* -webkit-box-shadow: inset 0 0 3px var(--red100), 0 0 9px var(--red100);
    */
/*
}
*/
.range_container input[type="number"] {
	color: #000;
	border: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	background: none;
	width: 20px;
	display: flex;
	align-items: center;
}

.range_container input[type="number"].form_control_input_digits {
	width: 30px;
	position: absolute;
}

.range_container input[type=number]::-webkit-inner-spin-button,
.range_container input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

.range_container input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	height: 3px;
	border-radius: 14px;
	width: 100%;
	position: absolute;
	background-color: #C6C6C6;
	pointer-events: none;
}

.range_container .sliders_control .fromSlider,
.range_container #fromSlider,
.range_container #fromSliderDiameter,
.range_container #fromSliderLength,
.range_container #fromSliderVolume,
.range_container #fromSliderWidth {
	height: 0;
	z-index: 1;
}

.range_container datalist {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	writing-mode: vertical-lr;
	width: 100%;
}

.range_container datalist option {
	transform: rotate(-90deg);
}

/* END RANGE SLIDER */
/* PRODUCT INNER */
.input-range-size {
	/*display: block !important;
    */
}

.slider-doble>input[type="range"] {
	pointer-events: all;
}

.slider-doble .sizeleft,
.slider-doble .sizeright {
	/*width: 50% !important;
    */
	left: 0 !important;
}

.slider-doble .sizeleft {
	margin-right: 50%;
}

.slider-doble .sizeright {
	width: 50% !important;
	z-index: 4 !important;
	margin-left: 50%;
}

/* PRODUCT INNER TRANSITIONS */
/*.product-details #titleProductV {
    */
/* visibility: hidden;
     */
/* opacity: 0;
    */
/* transition: opacity .5s linear;
    */
/*
}
*/
/*.js-activated-animation #titleProductV {
    */
/* transition: opacity .5s linear;
    */
/* visibility: visible;
    */
/* opacity: 1;
    */
/*
}
*/
.add-to-your-cart.bg-duo-black05-white-h {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, var(black05)), color-stop(0, var(--gray)));
	background: linear-gradient(180deg, var(--black05) 56.5%, var(--gray) 0);
}

@media (max-width: 1081px) {
	.swiper-primary__pagination {
		display: none;
	}
}

/* MOBILE SWIPER OVERFLOWS */
@media all and (max-width: 592px) {

	.add-to-your-cart,
	.landing-cookware__taste,
	.news-events-slider {
		overflow: hidden;
	}

	.add-to-your-cart .swiper-primary .swiper,
	.landing-cookware__taste .swiper-primary .swiper,
	.news-events-slider .swiper-primary .swiper {
		overflow: unset;
	}
}

@media all and (max-width: 768px) {
	.card-taste__clicktag .share-tag {
		top: 10px;
		right: 10px;
		left: auto;
	}

	.card-news-vertical__clicktag .share-tag {
		top: 10px;
		right: 10px;
	}
}

/* TASTE SLIDER */
.js-taste-swiper .swiper-slide {
	transition: all .25s linear;
}

.js-taste-swiper .swiper-slide:hover {
	transition: transform .25s linear;
	transform: scale(1.04);
}

.js-taste-swiper .swiper-slide:hover .card-taste {
	box-shadow: -4px 14px 60px rgba(13, 21, 49, .05);
}

/* COOKWARE - LANDING COLLECTIONS */
.landing-collections__product-sub-name p,
.landing-collections__tag input+div p {
	text-transform: lowercase;
}

.landing-collections__product-name p,
.landing-collections__product-sub-name p,
.landing-collections__tag input+div p {
	transition: all .2s linear;
	color: white;
}

.landing-collections__tag:hover input+div {
	transition: all .2s linear;
	background-color: var(--black100);
	border-color: var(--black100);
}

@media all and (max-width: 592px) {
	.landing-collections .button-primary {
		width: 100%;
	}
}

@media all and (min-width: 1200px) {
	.landing-collections__product-sub-name p {
		font-size: 80px;
	}

	.menu-search-template__content .menu-column.featured-product {
		background-position-x: right;
		background-position-y: center;
	}

	.menu-search-template__content .menu-column.featured-product,
	.menu-search-template__content .menu-column.featured-product .col-12 {
		position: relative;
		z-index: 1;
	}

	.menu-search-template__content .menu-column.featured-product:before {
		content: '';
		background: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
		position: absolute;
		top: 45%;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		opacity: 1;
		height: 49%;
		z-index: 1;
	}
}

@media all and (min-width: 768px) {
	.card-product-grid__title {
		min-height: 73px;
	}
}

@media all and (min-width: 1400px) {
	.card-product-grid__image {
		min-height: 200px;
	}
}

.add-to-your-cart .card-product {
	max-height: 498px;
}

.landing-cookware__taste .card-taste .title {
	min-height: 80px;
}

.landing-cookware__taste .card-taste .card-taste__content .paragraph .icon {
	margin-top: 8px;
}

.landing-cookware__taste .card-taste .card-taste__content .paragraph--serves {
	margin-right: 3px;
}

@media (min-width: 768px) {
	.landing-cookware__taste .card-taste {
		height: 382px;
		width: 636px;
	}

	.landing-cookware__taste .card-taste .title {
		min-height: 96px;
	}
}

/* SHARE TAG - GLOBAL */
.share-tag .share-content-main {
	min-height: 40px;
}

/* FOOTER FIXES LANDING - ALL*/
@media all and (max-width: 767px) {
	.footer__section--mobile {
		text-align: center;
	}
}

.footer__contact-link {
	display: inline-flex;
	align-items: center;
}

.footer__contact-link .icon {
	margin: 0;
}

.footer__contact-link:hover {
	text-decoration: unset;
}

@media all and (min-width: 992px) {
	.mt-lg-2-5 {
		margin-top: 2.5rem !important;
	}
}

.footer__section--units {
	margin-top: 0;
}

.footer__section--units .flex-column {
	border-top: 1px solid rgba(204, 204, 204, 1);
	padding-top: 2.5rem;
}

@media all and (min-width: 768px) {
	.footer__section--units {
		margin-top: var(--bs-gutter-y);
	}

	.footer__section--units .flex-column {
		border-top: unset;
		padding-top: unset;
	}
}

/* SIGNUP NEWSLETTER FORM */
#mc_embed_signup {
	margin-bottom: 2.5rem;
}

#mc_embed_signup_scroll {
	position: relative;
}

#mc_embed_signup_scroll .optionalParent {
	position: absolute;
	top: 0;
	right: 0;
}

/* LANDING PAGE FIXES */
.card-business-units {
	overflow: hidden;
}


.card-business-units .card-business-units__image img {
	transition: transform .3s linear;
}

.card-business-units:hover .card-business-units__image img {
	transition: transform .3s linear;
	transform: scale(1.04);
}

/* FIX TERMS - PRIVACY TEMPALTES font family */
.blog-content ul li,
.blog-content ol li {
	font-family: "Avenir Next";
	color: var(--black100);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding-bottom: 1rem;
}

.card-location-details .col-12.col-md-auto .icon {
	margin: 0;
	margin-bottom: 0.1em;
}

.events-details__date-time p .icon {
	margin: 0;
	margin-bottom: 0.2em;
}

.news-details__date .icon {
	margin: 0 !important;
	/*margin-bottom: 0.2em;
    */
}

/*hover events on news listing */
#resultLandingNewsAndEvents .card-event-horizontal:hover,
.card-news-horizontal:hover,
.card-news-vertical:hover,
.card-event-vertical:hover {
	transition: transform .25s linear;
	transform: scale(1.04);
}

/*product details*/
.extraproduct .col.px-2.d-flex.align-items-center {
	margin-bottom: 0.9em;
}

.extraproduct .detail-table__name {
	font-family: "Avenir Next";
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #666666;
}

.detail-table .row .title--s h5 {
	font-family: "Avenir Next";
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	width: max-content;
}

.extraproduct .detail-table__info {
	font-family: "Avenir Next";
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.01em;
	text-align: right;
}

.news-details__date .icon {
	padding-right: 0.5em;
	padding-bottom: 0.2em;
}

.header-icon .icon  {
	display: block;
	margin: auto;
	/*margin-top: 2.5px;*/
	margin-top: .5em;
	
}
@media (max-width: 768px) {
	.icon {
	margin-top: 0px;
	}
	.header__icons .icon.icon-search {
    margin-top: 0px;
}
}
.card-other-news:hover {
	transition: transform .25s linear;
	transform: scale(1.04);
}

.news-events .column-sticky-container:first-child {
	box-shadow: none;
}

#about-button {
	/*padding-right: 0.5rem;
    */
	/*padding-left: 0.5rem;
    */
}

#collection-button {
	padding-right: 0.4rem;
	/*padding-left: 0.5rem;
    */
}

/*.card-product-hz__paragraph p{
    */
/*-webkit-line-clamp: 3;
    */
/* 
}
*/
.bb-white-space {
	white-space: nowrap;
}

.bb-max-height {
	max-height: 0;
}

.value {
	position: absolute;
	top: 41px;
	left: 50%;
	margin: 0 0 0 -20px;
	width: 40px;
	text-align: center;
	display: block;
	font-family: 'Avenir Next';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	color: #000000;
}

.range-both.value {
	width: 100px;
	margin: 0 0 0 -50px;
	top: 26px;
}

.range-both {
	display: none;
}

.value i {
	font-style: normal;
}

.ui-slider.ui-slider-horizontal {
	height: 3px;
	border-radius: none;
	background-color: var(--black20);
	border: none;
	width: 90%;
	margin: 0 auto;
}

.ui-slider .ui-widget-header {
	background: var(--red100);
}

.ui-slider .ui-state-default {
	border-radius: 50%;
	background: var(--red100);
	border: 2px solid white;
}

.ui-slider .ui-slider-handle {
	width: 30px;
	height: 30px;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
	top: -.8em;
}

.ui-slider.ui-slider-horizontal::after,
.ui-slider.ui-slider-horizontal::before {
	content: "";
	position: absolute;
	right: 0;
	width: 2px;
	height: 7px;
	background-color: var(--black20);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 1px;
}

.ui-slider.ui-slider-horizontal::after {
	left: 0;
}

.ui-slider.ui-slider-horizontal.sliderRange {
	margin-top: 10px;
	margin-bottom: 35px;
}

.sliderRange .ui-slider-handle {
	box-shadow: -4px 4px 10px rgba(13, 21, 49, 0.08);
}

.banner-secondary .gradient-cover {
	z-index: 0;
}

.banner-secondary {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
}

.sale-points__breadcrumb {
	top: calc(88px + 37px);
}

@media (max-width: 768px) {

	.share:hover .share-content,
	.share:active .share-content,
	.share:focus .share-content {
		-webkit-transform: scale(1);
		transform: scale(1);
		pointer-events: none;
	}
}

.select-secondary.nice-select::after {
	content: "\e909";
}

.login input:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
	border-bottom: 2px solid #000 !important;
	/* Alternative focus style */
}

.dropdown-shopping-bag .button-primary p {
	color: white;
}

#ModalAlert .modal-backdrop.show {
	z-index: -1;
}

.ajax-results .click-area {
	text-decoration: none;
	/*background-color:#fff;
    */
}

.truncate-paragraph {
	/* Set the height to the line height of your text times the number of lines you want to show */
	height: calc(1.6em * 4);
	/* Assuming a line-height of 1.6em */
	/* This will make the text overflow hidden */
	overflow: hidden;
	/* Set word wrapping */
	word-wrap: break-word;
	/* Set a fixed line height */
	line-height: 1.6em;
	/* To indicate that there's more text, you can add an ellipsis or some other indicator */
	/* This part is optional and can be adjusted as needed */
	position: relative;
	padding-right: 1em;
	/* Make space for the ellipsis */
}

.truncate-paragraph::after {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 0;
}

.bg-fc {
	background-color: #fcfcfc;
}

.salesPointsTitle {
	z-index: 1;
}

@media only screen and (max-width: 600px) {
	.sale-points__breadcrumb {
		top: calc(88px - 14px);
	}

	.card-product-hz__price p {
		margin-top: 2.6em;
	}
}



.shop-place-item img {
	max-width: 50px;
	max-height: 50px;
}

@media (min-width: 1024px) {
	.mt-10 {
		margin-top: 10rem;
	}
}

.dropdown-shopping-bag__header .title-icon {
	position: relative;
	top: 0.2rem;
}

@media (min-width: 1400px) {
	.header__link {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.header__prenavbar a {
		font-size: 13px;
	}
}

.header--transparent--undo {
	background: var(--gray);
}

.js-add-to-your-cart-swiper .swiper-wrapper .swiper-slide .card-product__title p {
	font-size: 1.175rem;
}

.featured-product__product-name {
	font-size: 6.375rem;
}

/* Assuming each collapsible element has a class 'collapse' */
.collapse .aos-init {
	/* Initially hide or set up the element for animation */
	opacity: 0;
	transform: translateY(20px);
	/* Example transformation */
	transition: opacity 0.3s, transform 0.3s;
	transition-delay: 0.3s;
	/* Adjust this delay to match the collapse transition */
}

.collapse.show .aos-init {
	/* How the element should appear after animation */
	opacity: 1;
	transform: translateY(0);
}

.share-content-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	pointer-events: all;
}

.share-content-main__social {
	height: 76%;
}

.tray-regular-item .icon {
	margin-left: 0px;
}

.card-product__title {
	-webkit-line-clamp: 2;
}

.tray-regular-item__size-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* Hiding scrollbar for Chrome, Safari and Opera */
/*body::-webkit-scrollbar {
    */
/* display: none;
    */
/*
}
*/
/* Hiding scrollbar for IE, Edge and Firefox */
body {
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: unset;
}

.trio-image-template__layer-bg::before {
	opacity: 1;
}

.fixPack {
	margin-top: .5em;
}

.modal-backdrop.fade {
	display: none;
}

.input-range-size__labels .number {
	width: max-content;
}

.my-account-sidebar__link {
	font-size: 14px;
}

.my-account-sidebar .row .title h2 {
	font-size: 33px;
}

#goCheckout:hover {
	background-color: var(--red100);
}

#careUse {
	font-size: 11px;
}

#descriptionProduct {
	text-align: justify;
}

.landing-collection__image#ZEN,
.landing-collection__image#TITANIUM {
	opacity: 0.5;
	visibility: visible;
	transition: opacity 0.5s linear;
}

.landing-collection__image.d-none#ZEN,
.landing-collection__image.d-none#TITANIUM {
	opacity: 0;
	transition: opacity 0.5s linear;
	display: block !important;
	visibility: hidden;
}

/*new inner page*/
#innerStatic #codeProductVariant.label {
	font-weight: normal;
	line-height: 20px;
}

#innerStatic #titleProduct {
	font-size: 29px;
}

#innerStatic li::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: var(--red100);
	border-radius: 50%;
	margin-right: 1rem;
}

#innerStatic ul {
	list-style-type: none;
	padding: 0;
}

#innerStatic li {
	color: #292929;
	margin-bottom: 5px;
}

#innerStatic .extraproduct .detail-table__name {
	font-weight: 500;
	color: #606060;
}

#innerStatic .detail-table .row .title--s h5 {
	font-weight: 500;
}

@media (min-width: 1024px) {
	.terms .title--bold h2 {
		font-size: 55px !important;
	}
}

.card-recipes__paragraph p {
	-webkit-line-clamp: 6;
}

.card-event-vertical__title {
	height: 55% !important;
}

/*super temp solution MUST be changed*/
@media (min-width: 1024px) {
	.our-range__icon.white-icon img[title="drinkware (1).svg"] {
		margin-left: 1em;
		width: 60%;
	}
}

.card-recipes {
	transition: transform 0.3s ease-in-out;
}

.card-recipes:hover {
	transform: scale(1.05);
}

.header--transparent .header__about {
	border-right: 1px solid #ffffff;
}

.header--transparent .header__language {
	border-left: 1px solid #ffffff;

}

#filterCategory label[for="filter-news"]:hover {
	color: #DD001B;
}

#filterCategory label[for="filter-events"]:hover {
	color: #DD001B;
}

#filterCategory label[for="filter-news-events"]:hover {
	color: #DD001B;
}

@media (min-width: 992px) {
	.accordion-body p {
		margin-top: 10px;
		text-align: justify;
	}
}

#pickYourColor .title--xl.title--bold.title--white {
	font-weight: 600;
	font-family: "Avenir Next"
}

#pickYourColor .paragraph {
	font-size: 18px;
	color: #cccccc;
	font-family: "Avenir Next"
}

.card-business-units .card-business-units__clicktag {
	pointer-events: all;
}

@media only screen and (max-width: 767px) {
	.landing-collections__tag input:checked+div p {
		font-size: 13px;
	}

	.landing-collections__tag input+div {
		font-size: 13px;
	}

	.landing-collections__tag input+div p {
		font-size: 13px;
	}

	.landing-collections__product-name p {
		font-size: 48px;
	}

	.breadcrumb-item+.breadcrumb-item a {
		font-size: 11px;
	}
}

.landing-collections__product-name p {
	text-transform: uppercase;
}


@media (max-width: 575px) {
	.breadcrumb {
		margin-bottom: 15px;
        margin-top: 25px;
		flex-flow: row;
	}

	.breadcrumb-item+.breadcrumb-item a {
		font-size: 11px;
	}

    .products-list__breadcrumb .breadcrumb-item::before {
        color: #535353bf;
    }
    
    .breadcrumb-item+.breadcrumb-item a {
        color: #535353bf;
    }
    
    .products-list__breadcrumb .breadcrumb-item a {
        color: #535353bf;
    }
    .sale-points__breadcrumb  .breadcrumb .breadcrumb-item a {
        color: white; 
    }
	#CookwareDescription {
	    padding-top:20px;
	    margin-left: 12px;
	    }
	 .product-inner-cookware{
	        padding:0;
	     }
	  .info-product{
            padding-left: 20px;
            padding-right: 20px;
	      }
	   #productBox{
	       background: white;
           padding: 0;
	       }
       .input-range-size__labels .number {
                font-size: 14px;
        }
        .input-range-size__labels .number.active {
                font-size: 14px;
            }
           .js-swiper-care {
            width: calc(100% + 68px);
            margin-left: -35px;
            padding-left: 35px;
        }

        .js-swiper-care .swiper-slide:last-child {
            padding-right: 10px;
            }
         .tasteCardsTitle {
              height:90px;
             }
        
}

#overlaySearch {
    position: fixed;
    display: block;
    width: 50%;
    height: 14%;
    left: 0;
    right: 0;
    bottom: 72%;
    background: linear-gradient(to bottom, #aaaaaa38, rgb(255 0 0 / 0%));
    z-index: 0;
}

@media (max-width: 800px) {
    #overlaySearch {
            width: 100%;
            bottom: 76%;
        }
}
 .results-container {
    max-height: 700px; 
    overflow-y: auto; 
}
@media (max-width: 800px) {
 .results-container {
     max-height: 521px;
    }
}
.input-colours:hover  .input-colours-label {
background-size: 32px;
transition: all .25s linear;
}
.pick-color__image {
    transition: transform 0.3s ease; 
}
.pick-color__image:hover {
    transform: scale(1.2); 
}
.ex{
    fill: #c1c1c1; 
    stroke: #c1c1c1; 
}
.ex:hover svg {
    fill: #000; 
    stroke: #000; 
}
.our-range__product-name p {
    font-size: 17px;
}

.properties-product{
    width: 511px;
    }
    
.button-primary.addToCardStyle {
	padding: 16px 32px;
}
@media (max-width: 768px) {
.button-primary.addToCardStyle {
    padding: inherit;
}
}
.header--transparent .icon-user:before{
    color:white;
    }
.card-event-vertical__image img{
        object-fit: contain;
    }
.co-red{
    color: #dd031b!important;
    }
.avenirDemi {
  font-family: "Avenir Next Demi"!important;
  font-weight: 600!important;
}
.button-primary.button-address-add{
        color: #dd001b;
        background: white;
        box-shadow: none;
    }
#documentInvoice,
#documentReceipt {
    appearance: none!important;
    -webkit-appearance: none!important;
    width: 20px!important;
    height: 20px!important;
    border: 2px solid #dc3545!important;
    border-radius: 50%!important;
    position: relative!important;
    cursor: pointer!important;
    background-color: #fff!important;
}

#documentInvoice:checked,
#documentReceipt:checked {
    background-color: #ffffff!important;
    border-color: #dc3545!important;
}

/* dot inside when checked */
#documentInvoice:checked::before,
#documentReceipt:checked::before {
    content: ""!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    width: 10px!important;
    height: 10px!important;
    background-color: #dc3545!important; /* dot color */
    border-radius: 50%!important;
    transform: translate(-50%, -50%)!important;
}

#overlaySearch {
    pointer-events:none;
    }  
.forceWidth{
	min-width: -webkit-fill-available;
}