/*
Theme Name: Yooker Theme
Template: Impreza
Version: 1.0.0
Author:	Yooker
Theme URI: https://yooker.nl
Author URI: https://yooker.nl
*/

@import url("./forms.css");
@import url("./responsive.css");

:root { /* Deze aanpassen naar klant stylen */
	--main-color: #b28ba1;
	--secondary-color: #301429;
	--tertiary-color: #03b10f;
	--inactive-color: #FEF5F5;

	--background-grey: #f9fafb;
	--background-pink: rgba(178,139,161,0.20);
	--gradient-background: linear-gradient(90deg, rgba(178,139,161,1) 0%, rgba(48,20,41,1) 100%);

	--border-color: #ECF0F4;
	--border-radius: 50px;
}

main:not(.archive main) {
	contain: paint;
}

/* Algemeen */
.overflow-slider .owl-stage-outer { overflow: visible; }
.bold { font-weight: 700; }
.logo-rood i { color: var(--main-color); }
.contain-img img { object-fit: contain !important; }
textarea { border-radius: 2rem !important; }
/* KVK-nummer before */
.kvk-nummer {
	display: flex;
	align-items: flex-end;
}
.kvk-nummer:before {
	content: "KvK";
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--main-color);
	margin-right: calc(15px + 0.2em);
}
.btw-nummer {
	display: flex;
	align-items: flex-end;
}
.btw-nummer:before {
	content: "Btw";
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--main-color);
	margin-right: calc(15px + 0.2em);
}



/* Home */
#banner-navigatie > .vc_column-inner,
#banner-navigatie > .vc_column-inner > .wpb_wrapper,
#banner-navigatie > .vc_column-inner > .wpb_wrapper > .vc_wp_custommenu,
#banner-navigatie > .vc_column-inner > .wpb_wrapper > .vc_wp_custommenu > .widget_nav_menu,
#banner-navigatie > .vc_column-inner > .wpb_wrapper > .vc_wp_custommenu > .widget_nav_menu > .menu-banner-menu-container,
.menu-with-icons #menu-banner-menu {
	height: 100%;
}
.menu-with-icons #menu-banner-menu {
	background: #fff;
	border: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.menu-with-icons #menu-banner-menu > li {
	flex: 1;
}
.menu-with-icons #menu-banner-menu a {
	border: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.menu-with-icons #menu-banner-menu a:hover {
	background: var(--background-pink);
}
.menu-with-icons #menu-banner-menu a:after {
	content: "\f054";
	font-family: 'fontawesome';
	color: #555;
	position: absolute;
	right: 2rem;
}
.menu-with-icons #menu-banner-menu a:hover:after {
	animation: left-right 1.5s linear infinite;
}
.menu-with-icons #menu-banner-menu a:before {
	font-family: 'fontawesome';
	font-weight: 400;
	color: var(--main-color);
	font-size: 1.5rem;
	margin-right: 1rem;
}


.accessoires-icon > a:before { content: "\f590"; } 	/* Accessoires */
.airco-icon > a:before { content: "\f2dc"; }		/* Airco/luchtreinigers */
.audio-icon > a:before { content: "\f025"; } 		/* Audio */
.beamer-icon > a:before { content: "\f8d6"; } 		/* Beamer */
.camera-icon > a:before { content: "\f030"; }		/* Camera */
.computers-icon > a:before { content: "\f390"; } 	/* Computers */ 
.games-icon > a:before { content: "\f8bc"; } 		/* Games */
.kabels-icon > a:before { content: "\f1e6"; }		/* Kabels */
.kantoor-icon > a:before { content: "\f67d"; }		/* Kantoor */
.navigatie-icon > a:before { content: "\f279"; } 	/* Navigatie */
.onderdelen-icon > a:before { content: "\f2db"; } 	/* Onderdelen */
.smartwatch-icon > a:before { content: "\f63e"; }	/* Smartwatches */
.sporten-icon > a:before { content: "\f1e3"; }		/* Sporten */
.tablets-icon > a:before { content: "\f10a"; } 		/* Tablets */
.tassen-icon > a:before { content: "\f5d4"; }		/* Tassen */
.telefoon-icon > a:before { content: "\f10b"; } 	/* Telefoons */
.uitverkoop-icon > a:before { content: "\f788"; } 	/* Uitverkoop */




.menu-with-icons #menu-banner-menu #menu-item-9355 > a:before { content: "\f67d"; } /* Telefoons */
.menu-with-icons #menu-banner-menu #menu-item-9354 > a:before { content: "\f10a"; } /* Tablets */
.menu-with-icons #menu-banner-menu #menu-item-19312 > a:before { content: "\f590"; } /* Headsets */
.menu-with-icons #menu-banner-menu #menu-item-9351 > a:before { content: "\f390"; } /* Computers */ 
.menu-with-icons #menu-banner-menu #menu-item-19324 > a:before { content: "\f030"; } /* Foto Camera's */
.menu-with-icons #menu-banner-menu #menu-item-19323 > a:before { content: "\f2dc"; } /* Airco/Luchtreinigers */


/* Populaire categorieën */
#popular-categories .owl-prev {
	top: -10%;
	left: unset;
	right: 3.5rem;
	width: 2.5rem;
	height: 2.5rem;
}
#popular-categories .owl-next {
	top: -10%;
	right: 0;
	left: unset;
	height: 2.5rem;
	width: 2.5rem;
}
#subcat-wrapper > .subcat {
	color: var(--color-content-faded);
	display: block;
}
#subcat-wrapper > .subcat:nth-child(n + 5) {
	display: none;
}




#home-slider:before {
	content: "";
	background: var(--gradient-background);
	height: 125%;
	width: 37.5%;
	position: absolute;
	top: -12.5%;
	left: 0;
	bottom: 0;
	border-radius: 0 22rem 22rem 0;
	z-index: 3;
}

/* Product overzicht */
.product-grid-item .quantity {
	display: none;
}
.product-grid-item .add_to_cart_button {
	width: 100% !important;
}
.add_to_cart_button > span:before {
	content: "\f07a";
	font-family: 'fontawesome';
	font-weight: 400;
	margin-right: 10px;
}
.product-grid-item img {
	object-fit: contain !important;
}

/* - Single product - */
.single-product .woocommerce-product-gallery__wrapper img:not(.zoomImg) {
	background: #fff;
	border: solid 2px var(--color-content-border);
	border-radius: 16px;
	object-fit: contain;
	aspect-ratio: 1;
	max-height: 600px;
	width: 100%;
	padding: 2.5rem;
}
.single-product .woocommerce-product-gallery__wrapper img {
	width: 100%;
	height: auto;
}
.single-product ol.flex-control-nav.flex-control-thumbs img {
	object-fit: contain;
	height: 100%;
	width: 100%;
	aspect-ratio: 1;
}
.single-product .add_to_cart .woocommerce-notices-wrapper {
	background: rgba(3, 177, 15, 0.25) !important;
}
.quantity input {
	border-radius: 4px !important;
	border: solid 1px var(--color-content-border);
	box-shadow: 0px 3px 0px 0px #D0D0D0 !important;
}
/* Upsellers */
.upsellers {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}
.upsell-container {
	flex: 1;
	border: solid 1px var(--color-content-border);
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}
.upsellers .content-container {
	display: flex;
	padding: 1rem;
	gap: 1rem;
}
.upsell-image {
	width: 40%;
}
.upsell-content {
	width: 60%;
}
p.upsell-text {
	max-height: 3.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
}
.upsell-price {
	text-align: center;
	padding: 0.25rem 0;
	font-weight: 600;
	font-size: 1.1rem;
}
label.checkbox-toggler {
	text-align: center;
	background: var(--main-color);
	padding: 0.5rem 0;
	width: 100%;
	display: block;
}
.upsell-to-cart {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
	float: right;
}
.add-upsells-to-cart {
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.2!important;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
	border-radius: 0.25rem;
	padding: 0.9em 1.2em;
	background: var(--color-content-secondary);
	border-color: transparent;
	color: #ffffff!important;
	box-shadow: 0px 3px 0px 0px #1c8523;
	display: inline-block;
	text-align: center;
	position: relative;
	transition-property: background,border,box-shadow,color,opacity,transform;
	transition-duration: 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.add-upsells-to-cart:hover {
	box-shadow: 0px 0px 0px 0px #1c8523;
	background: var(--color-content-secondary);
	border-color: transparent;
	color: #ffffff!important;
}
.total-upsell-price {
	color: var(--main-color);
	font-size: 1.35rem;
}
/* product tabs */
#product-tabs > .w-tabs-list {
	background: transparent;
}
#product-tabs .w-tabs-item {
	border-bottom: solid 3px var(--color-alt-content-border);
	border-top: 0 !important;
	background: transparent !important;
	flex: 1;
	min-width: 33.333%;
}
#product-tabs .w-tabs-item.active {
	border-bottom: solid 3px var(--main-color);
}




/* - Footer - */
footer .w-socials-item i {
	color: var(--color-content-heading);
	border-radius: 50%;
	border: solid 1px var(--main-color);
	box-shadow: none;
	padding: 0;
	height: 2.5rem;
	width: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease 0.3s;
}
footer .w-socials-item a:hover i {
	background: var(--main-color);
	color: #fff;
}
/* Klantenservice */
#footer-klantenservice:before {
	content: "";
	background-image: url(/wp-content/uploads/2023/10/headset-regular.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 25%;
	position: absolute;
	top: 0;
	left: 35%;
	pointer-events: none;
}
.headset-before:before {
	content: "\f590";
	font-size: 2rem;
	font-family: 'fontawesome';
	font-weight: 400;
	line-height: 1.35;
	position: absolute;
	left: -1.5rem;
}
.klantenservice-knop {
	text-decoration: underline;
}
/* Socket */
#footer-logos .w-grid-list {
	justify-content: center;
}
#footer-logos img {
	object-fit: contain;
}

/* Winkelwagen + afrekenen */
.kruimelpadje i{
	margin: 0 5px;
}
/* Winkelwagen pagina */
#winkelwagen .cart th{
	color: var(--color-content-heading);
	opacity: 1;
	border-bottom: solid 1px var(--color-content-bg-alt) !important;
	font-weight: 600 !important;
}
#winkelwagen .cart .cart_item{
	border-top: solid 1px var(--color-content-bg-alt) !important;
	border-bottom: solid 1px var(--color-content-bg-alt) !important;
}
#winkelwagen .cart .cart_item > td{
	vertical-align: middle;
	border: none !important;
}
#winkelwagen .cart-collaterals .cart_totals{
	background: #fff;
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 8px 2px;
	border-radius: var(--border-radius);
	padding: 40px;
	border: none;
}
#winkelwagen .shop_table button{
	padding: 0.9rem 1.8rem !important;
}
#winkelwagen .button{
	border-radius: var(--border-radius);
}
.current-broodkruimel{
	font-weight: 700 !important;
	color: var(--main-color) !important;
}
#winkelwagen .cross-sells img {
	aspect-ratio: 1;
	object-fit: contain !important;
}


/* Afrekenen */
#afrekenen .vc_col-sm-6.wpb_column:last-child .wpb_wrapper{
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 8px 2px;
	border-radius: var(--border-radius);
	padding: 40px;
	border: none;
	background: #fff;
}
#afrekenen h3{
	margin-bottom: 1.5rem;
}
#afrekenen .w-checkout-order-review{
	margin-bottom: 1.5rem !important;
}
#afrekenen .cart_item:not(:last-child){
	border-bottom: solid 1px var(--color-content-bg-alt);
}
#afrekenen .cart_item > td{
	padding: 0.75rem 0;
}
#afrekenen .wc_payment_method{
	box-shadow: none !important;
}
#afrekenen li.wc_payment_method > *{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#afrekenen button{
	padding: 0.9rem 1.8rem !important;
	border-radius: var(--border-radius);
}


/* Bestelling compleet */
#bestelnummer .woocommerce-order{
	padding: 0;
}
#bestelnummer .woocommerce-order ul{
	display: flex;
	justify-content: space-evenly;
}
#bestelgegevens .woocommerce-order-details{
	width: 50%;
	margin: 0 auto;
}
#bestelgegevens .woocommerce-order-details > h2{
	text-align: center;
	margin-bottom: 1.5rem;
}
#bestelgegevens .woocommerce-order-details > table{
	width: 85%;
	margin: 0 auto;
}
#bestelgegevens .woocommerce-customer-details{
	width: 50%;
	margin: 75px auto 0;
}
#bestelgegevens .woocommerce-customer-details .addresses > .woocommerce-column{
	padding: 20px;
	border: solid 1px var(--color-content-bg-alt);
	border-radius: var(--border-radius);
}
#bestelgegevens .woocommerce-customer-details--phone{
	margin-bottom: 0 !important;
}

/* Header */
.header-usp {
	display:flex;
	align-items: center;
}
.header-usp:before {
	content: "\f058";
	font-family: 'fontawesome';
	font-weight: 700;
	font-size: 1.2rem;
	color: var(--main-color);
	margin-right: 10px;
}
#zoeken .w-search-form form {
	border-radius: 50px;
	overflow: hidden;
}
#zoeken .w-search-form form .w-search-form-btn {
	background: var(--main-color) !important;
	color: #fff;
	height: 100%;
	width: 15%;
	margin: 0;
}
/* Wineklwagen popup */
.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
	border: solid 2px var(--tertiary-color);
	background: transparent;
	color: #000 !important;
}


/* mijn account */
.woocommerce-account .woocommerce-MyAccount-navigation li a:before{
	font-family: 'fontawesome';
	margin-right: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a:before{ content: "\f62a"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a:before{ content: "\f847"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a:before{ content: "\f2b9"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before{ content: "\f2bd"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before{ content: "\f08b" }
.woocommerce-MyAccount-content table tr{
	border-bottom: solid 1px var(--color-content-bg-alt);
}
.woocommerce-MyAccount-content table td, .woocommerce-MyAccount-content table th{
	border: none !important;
}
.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}
/* mijn account */
.mp-dashboard-wrapper{
	display: none;
}
.custom-dash-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.custom-dash-container a {
	background: var(--main-color);
	display: block;
	padding: 40px 20px;
	border-radius: 1rem;
	text-align: center;
	width: calc(50% - 10px);
}
.custom-dash-container a:hover i {
	animation: size-grow 2s linear infinite;
	background: linear-gradient(270deg, rgba(178,139,161,1) 0%, rgba(48,20,41,1) 100%);
}
.custom-dash-blok i {
	background: var(--gradient-background);
	color: #fff;
	padding: 10px;
	font-size: 36px;
	border-radius: 50px;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 69px;
}
.custom-dash-blok span {
	display: block;
	color: #000;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.myaccount_container .myaccount_custom {
	width: 90px;
	height: 90px;
	border-radius: 50px;
	overflow: hidden;
	min-width:90px;
}
.myaccount_container .myaccount_custom img {
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 100%;
}
.myaccount_container {
	display:flex;
	align-items:center;
	gap: 20px;
}
.myaccount_container .username {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.myaccount_container .email {
	color: var(--color-alt-content-link-hover);
	font-weight: 400;
	font-size: 15px;
}
/* .woocommerce-MyAccount-content {
margin-top: -90px !important;
} */
.woocommerce-MyAccount-navigation-link a:before {
	color: #000;
	padding: 10px;
	border-radius: 50px;
	transition:all ease .3s;
}
.woocommerce-MyAccount-navigation-link:hover a:before {
	color: #fff !important;
	background: var(--color-alt-content-link-hover);
	transition:all ease .3s;
}
.woocommerce-MyAccount-navigation-link a {
	padding: 15px 0px !important;
	display: block;
	border-bottom: solid 2px #0000000f;
	color: #000 !important;
}
.woocommerce-MyAccount-navigation-link.is-active a:before {
	color: #fff !important;
	background: var(--color-alt-content-link-hover);
}
.woocommerce-MyAccount-navigation-link.is-active a {
	color:#000 !important;
}
.woocommerce-MyAccount-navigation-link {
	margin-bottom:0 !important;
}
.avatar {
	padding-left:0 !important;
}
.woocommerce>.woocommerce-MyAccount-navigation {
	margin-top:15px;
}
.woocommerce-EditAccountForm em {
	display: none;
}
/* Bestellingen */
.woocommerce-orders-table .woocommerce-button.invoice {
	background: transparent;
	color: #000 !important;
	border-color: var(--tertiary-color);
}


/* Scrollbar */
body::-webkit-scrollbar {
	width: 1em;
}
body::-webkit-scrollbar-track {
	background:#fff;
}
body::-webkit-scrollbar-thumb {
	background-color: var(--main-color);
}

/* CSS NOG TESTEN */
/* Cookie Banner */
.seopress-user-consent {
	font-size: 1rem !important;
	padding: 0.75rem !important;
	background: #f7f7f7 !important;
	border-right: 0 !important;
}
.seopress-user-consent p a:first-child {
	background-image: url(/wp-content/uploads/2022/01/yooker-cookies.png);
	width: 2rem;
	height: 2rem;
	display: inline-block;
	background-size: cover;
	margin-bottom: -11px;
	margin-right: 13px;
}
.seopress-user-consent #seopress-user-consent-accept{
	background: var(--main-color);
	color: #fff;
	border-radius: var(--border-radius);
	padding: 0.5rem 2rem;
	font-size: 0.8rem;
	font-weight: 600;
	margin-left:50px !important;
	border: var(--border-radius);
	transition:all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close {
	background: none !important;
	border: none !important;
	font-size: 0.8rem;
	padding: 3px 20px;
	font-weight: 600;
	color: #000;
	transition:all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close:hover {
	border:none;
	background:none;
	color:red;
	transition:all ease .3s;
}
.seopress-user-consent p a:nth-child(2) {
	text-decoration:underline;
}
.seopress-user-consent p {
	padding-bottom:0 !important;
}


/* Footer */
footer .widget.widget_nav_menu li {
	margin-bottom: 0.8rem !important;
}


/* klantenservice pagina */
.klantenservice-children .w-grid-item-h {
	display: flex;
	justify-content: center;
	align-items: center;
}
.klantenservice-logos img {
	object-fit: contain !important;
}
/* FAQ's */
.faq-tab .accordion {
	background-color: var(--background-grey);
	padding: 18px;
	width: 100%;
	text-align: left;
	transition: ease 0.4s;
	border-bottom: solid 1px var(--color-content-border);
	font-weight: 500;
	font-size: 1.1rem;
}
.faq-tab .accordion:hover{
	background-color: var(--background-pink);
}
.faq-tab.active .accordion{
	background-color: var(--background-pink);
}
.faq-tab .panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0.09, 0.52, 0.04, 1.01), padding 0.5s;
}
.faq-tab.active .panel{
	max-height: 10000px;
	padding: 18px;
}
.faq-tab .accordion:after {
	content: '\f063'; 
	float: right;
	margin-left: 5px;
	font-family: fontawesome;
	font-size: 16px;
	transition: ease 0.5s;
}
.faq-tab.active .accordion:after {
	transform: rotate(180deg);
}


/* Leverbaar avanf */
.leverbaar-vanaf i {
    color: var(--main-color);
}

/* Mijn account knop */
.mijn-account-knop {
	margin-right: 1rem;
	display: flex;
	align-items: center;
}
.mijn-account-knop i {
	font-size: 1.5rem;
}

/* category-titel */
.category-titel {
	display: flex;
	align-items: center !important;
}

@keyframes left-right {
	0% { transform: translatex(0); }
	50% { transform: translatex(10px); }
	100% { transform: translatex(0); }
}
@keyframes vertical {
	0% { transform: translatey(0); }
	50% { transform: translatey(10px); }
	100% { transform: translatey(0); }
}
@keyframes size-grow {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}


.tweedehands {
	background: var(--color-alt-content-link);
	color: #fef5f5;
	padding: 3px 15px;
	border-radius: 50px;
	margin-bottom: 15px;
	display: block;
	width: fit-content;
	font-size: 14px;
}

/* Hide afrekenen button */
.woocommerce-mini-cart__buttons .checkout {
	display: none !important;
}


/* Zoom icoon producten */
.no-touch .woocommerce-product-gallery__trigger {
	color: var(--secondary-color) !important;
	opacity: 1;
	background: var(--background-pink) !important;
	border-radius: 16px;
}
.no-touch .woocommerce-product-gallery__trigger:before {
	transition: ease 0.3s;
}
.no-touch .woocommerce-product-gallery__trigger:hover:before {
	font-size: 1.6rem;
}

/* background zoomed in product */
.pswp__bg {
	background: rgba(0,0,0,0.75);
}
.pswp__caption {
	display: none;
}
/*goedgate plaast mine*/
.woocommerce-product-attributes-item--attribute_pa_mobile-earphones,
.woocommerce-product-attributes-item--attribute_pa_mobile-samsung-models,
.woocommerce-product-attributes-item--attribute_pa_mobile-samsung-storage,
.woocommerce-product-attributes-item--attribute_pa_mobile-phones-samsung-colors,
.woocommerce-product-attributes-item--attribute_pa_mobile-apple-iphone-storage,
.woocommerce-product-attributes-item--attribute_pa_mobile-apple-iphone-model,
.woocommerce-product-attributes-item--attribute_pa_mobile-apple-iphone-colors,
.woocommerce-product-attributes-item--attribute_pa_mobile-earphones,
.woocommerce-product-attributes-item--attribute_pa_tablet-covers-screen-size,
.woocommerce-product-attributes-item--attribute_pa_tablet-covers-type,
.woocommerce-product-attributes-item--attribute_pa_desktop-pcs-processor,
.woocommerce-product-attributes-item--attribute_pa_desktop-pcs-ram,
.woocommerce-product-attributes-item--attribute_pa_processor-configuratie,
.woocommerce-product-attributes-item--attribute_pa_android-tablets-wifi,
.woocommerce-product-attributes-item--attribute_pa_android-tablets-capacity,
.woocommerce-product-attributes-item--attribute_pa_android-tablets-properties,
.woocommerce-product-attributes-item--attribute_pa_apple-ipads-brand-line,
.woocommerce-product-attributes-item--attribute_pa_apple-ipads-storage,
.woocommerce-product-attributes-item--attribute_pa_apple-ipads-color,
.woocommerce-product-attributes-item--attribute_pa_introductory-year,
.woocommerce-product-attributes-item--attribute_pa_game-consoles-model,
.woocommerce-product-attributes-item--attribute_pa_smartwatches-op-system,
.woocommerce-product-attributes-item--attribute_pa_smartwatches-colors,
.woocommerce-product-attributes-item--attribute_pa_headphones-type,
.woocommerce-product-attributes-item--attribute_pa_headphones-brands,
.woocommerce-product-attributes-item--attribute_pa_headphones-properties,
.woocommerce-product-attributes-item--attribute_pa_windows-laptops-screen-size,
.woocommerce-product-attributes-item--attribute_pa_windows-laptops-processor,
.woocommerce-product-attributes-item--attribute_pa_windows-laptops-ram,
.woocommerce-product-attributes-item--attribute_pa_mobile-covers-samsung,
.woocommerce-product-attributes-item--attribute_pa_loudspeakers-wattage,
.woocommerce-product-attributes-item--attribute_pa_android-tablets-screensize,
.woocommerce-product-attributes-item--attribute_pa_mobile-other-brands-model,
.woocommerce-product-attributes-item--attribute_pa_other-brands-camera-res,
.woocommerce-product-attributes-item--attribute_pa_bedroom-bedding-color
{
    display: none !important;
}

@media only screen and (min-width: 600px) {
	.woocommerce-loop-product__title {
		height: 100px;
	}
}



.heading-1 {
	font-family: var(--h1-font-family);
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-weight: var(--h1-font-weight);
    text-transform: var(--h1-text-transform);
    font-style: var(--h1-font-style);
    letter-spacing: var(--h1-letter-spacing);
    margin-bottom: var(--h1-margin-bottom);
}
.heading-2 {
	font-family: var(--h2-font-family);
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-weight: var(--h2-font-weight);
    text-transform: var(--h2-text-transform);
    font-style: var(--h2-font-style);
    letter-spacing: var(--h2-letter-spacing);
    margin-bottom: var(--h2-margin-bottom);
}
.heading-3 {
	font-family: var(--h3-font-family);
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-weight: var(--h3-font-weight);
    text-transform: var(--h3-text-transform);
    font-style: var(--h3-font-style);
    letter-spacing: var(--h3-letter-spacing);
    margin-bottom: var(--h3-margin-bottom);
}
.heading-4 {
	font-family: var(--h4-font-family);
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-font-weight);
    text-transform: var(--h4-text-transform);
    font-style: var(--h4-font-style);
    letter-spacing: var(--h4-letter-spacing);
    margin-bottom: var(--h4-margin-bottom);
}
.heading-5 {
	font-family: var(--h5-font-family);
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    font-weight: var(--h5-font-weight);
    text-transform: var(--h5-text-transform);
    font-style: var(--h5-font-style);
    letter-spacing: var(--h5-letter-spacing);
    margin-bottom: var(--h5-margin-bottom);
}
.heading-6 {
	font-family: var(--h6-font-family);
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    font-weight: var(--h6-font-weight);
    text-transform: var(--h6-text-transform);
    font-style: var(--h6-font-style);
    letter-spacing: var(--h6-letter-spacing);
    margin-bottom: var(--h6-margin-bottom);
}