	/*
Theme Name:  VapeDealer
Theme URI:   https://lnnetworks.com
Author:      LNNetworks
Author URI:  https://lnnetworks.com
Description: Looking for a WooCommerce Storefront child theme? Look no further!
Version:     1.0
Template:    storefront
License:     GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags:        e-commerce, custom
*/

.wpc-filters-main-wrap li.wpc-term-item a {

  min-width: 130px;
}
.wpc-term-count {

  background: #e5e7eb;
  text-align: center;
  border-radius: 100rem;
}
.wpc-filter-link {
  margin-right: 1rem !important;
}

/**
 * ----------------- Theme customization starts here -----------------
 *
 * + Wordpress Breakpoints
 *   - @media (min-width: 768px) {}
 *   - @media (max-width: 568px) {}
 *   - @media (max-width: 66.4989em) {}
 *
 * + Tailwind Breakpoints
 *   - sm	40rem (640px)	@media (width >= 40rem) { ... }
 *   - md	48rem (768px)	@media (width >= 48rem) { ... }
 *   - lg	64rem (1024px)	@media (width >= 64rem) { ... }
 *   - xl	80rem (1280px)	@media (width >= 80rem) { ... }
 *   - 2xl	96rem (1536px)	@media (width >= 96rem) { ... }
 *
 * + MAIN
 *   - Font
 *   - Columns
 * + HEADER
 *   - Logo & Description
 *   - Searchform
 *   - Links (Secondary Navigation)
 *   - Cart
 *   - Menu Toggle
 *   - Handheld Navigation
 *   - Primary Navigation
 *   - Breadcrumb
 * + HOME
 *   - Hero
 *   - Vapes
 *   - Pod Systeme
 * + SHOP
 *   - Filter
 *   - Pagination
 *   - Single Product Page
 * + FOOTER
 *   - Branding
 */

/* Einfachster und direkteste Weg: Deinen genauen Button ausblenden */
.wc-block-components-checkout-place-order-button {
    display: none !important;
}

/*********************************************************************
 * + MAIN
 *   - Font
 *   - Columns
 *   - Shorten Titles
 */
.woocommerce-coming-soon-entire-site .woocommerce-coming-soon-header .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
display: none;
}

.site {
  overflow-x: hidden;

  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;

  display: initial;
}
/*
.site {
	overflow-x: scroll;
}
*/

html {/* scroll-behavior: smooth; */ 
}


/* Font */

@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  src: url(assets/fonts/Inter-VariableFont_opsz,wght.ttf) format('truetype-variations');
}

@font-face {
  font-family: 'Rushon Ground';
  font-weight: 900;
  src: url(assets/fonts/Rushon_Ground.ttf) format('truetype');
}

@font-face {
  font-family: 'Champagne & Limousines';
  font-weight: 900;
  src: url(assets/fonts/Champagne_&_Limousines_Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'zain';
  font-weight: 900;
  src: url(assets/fonts/Zain-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'zain';
  font-weight: 700;
  src: url(assets/fonts/Zain-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'zain';
  font-weight: 600;
  src: url(assets/fonts/Zain-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'zain';
  font-weight: 400;
  src: url(assets/fonts/Zain-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'zain';
  font-weight: 200;
  src: url(assets/fonts/Zain-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'zain';
  font-weight: 100;
  src: url(assets/fonts/Zain-ExtraLight.ttf) format('truetype');
}



@font-face {
  font-family: "xxxx";
  font-weight: 900;
  src: url(assets/fonts/BillyOhio.ttf) format('truetype');
}
body, button, input, textarea {
  font-family: "Inter";
}
a:focus, button:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1.woocommerce-products-header__title.page-title,
h1.entry-title {
  font-size: 2.25rem;
  font-weight: 800;
  /*
  background: -webkit-linear-gradient(0deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  padding-bottom: .5rem !important;
  
  max-width: fit-content;
  text-transform: uppercase;
  
  
  background: -webkit-linear-gradient(0deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: .5rem !important;
	*/
	font-family: 'Rushon Ground';
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-shadow: 
  0 6px 10px rgb(0 0 0 / 0.12),
  0 3px 5px rgb(0 0 0 / 0.10);
}

@media (min-width: 768px) {
  h1.woocommerce-products-header__title.page-title,
  h1.entry-title {
    font-size: 5.5rem;
  }
}

.links {
  color: #000;
  text-decoration: 1.5px underline !important;
       -webkit-text-decoration-line:  underline !important;
   -webkit-text-decoration-color: #000 !important;
   -webkit-text-decoration-style: solid !important;
   -webkit-text-decoration-thickness: 1.5px !important;
}

/* Columns */
.col-full {
  display: flex;
  max-width: 1152px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
	width: inherit;
}
.col-full3 {
  display: flex;
  max-width: 1152px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
	width: 100%;
}
#content.site-content .col-full {
  flex-direction: column;
}

.columns-3,
.columns-4 {
  columns: auto !important;
}
/* Shorten Titles */
ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*********************************************************************
 * + HEADER
 *   - Logo & Description
 *   - Searchform
 *   - Links (Secondary Navigation)
 *   - Cart
 *   - Menu Toggle
 *   - Handheld Navigation
 *   - Primary Navigation
 *   - Breadcrumb
 */
 
.primary-navigation {
  display: flex;
  overflow: hi dden;
}


.main-navigation {
  width: 100% !important;
  margin-right: 0 !important;
  /*
  background: linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%) left bottom transparent no-repeat;
  background-size: 100% 2px;
  */
  /*
   background: linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%) left bottom transparent no-repeat;
  background-size: 100% 3px;
  */
	
}
#site-navigation-2 {
		padding-top: 1rem;
	padding-bottom: 1rem;
	max-width: 1152px;
  margin-left: auto;
  margin-right: auto !important;
}

@media (min-width: 768px) {
	.main-navigation {
	 
	
}}

.site-header .custom-logo-link img {
  max-width: 180px;



}

@media (min-width: 768px) {
  .site-header .site-branding img {
  max-width: 180px;
 
  }
}
@media (max-width: 767.98px) {
  .site-header-cart {
    margin-left: auto;
  }
}

.storefront-primary-navigation {
	/*
  background: linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%) left bottom transparent no-repeat;
  background-size: 100% 3px;
  
padding: 2px 0;
*/
}

 .home.page:not(.page-template-template-homepage) header#masthead {

  box-shadow: none;
}

/*
 .home.page:not(.page-template-template-homepage) .storefront-primary-navigation .pre-menu {

  margin-bottom: 15px;
}
 .home.page:not(.page-template-template-homepage) .storefront-primary-navigation .main-navigation {
  width: 100% !important;
  margin-right: 0 !important;
  background: transparent;
  background-size: 100% 0px;
}
*/
.site-branding, .site-search, .secondary-navigation, .site-header-cart {
  margin: 0;
}
.site-branding {
  margin-top:-6px;
	padding: 17px 0px;
}

/* Logo & Description */
.site-branding {
  width: auto !important;
  margin-right: 0 !important;
}
.site-branding .site-title a {
  display: flex; color: transparent;
}
.site-branding .site-title a:hover {
  color: transparent;
}
.site-branding .site-title a::before {
  content: url(assets/imgs/elfbar-logo-dark.png);
  display: inline-flex;
  align-self: center;
  width: 50px;
  height: 50px;
}
.site-branding .site-title a::after {
  content: url(assets/imgs/elfbar-logo-text-dark.png);
  display: inline-flex;
  align-self: center;
  width: 144px;
  height: 24px;
  margin-left: -161px;
  margin-top: -10px;
}
.site-branding .site-description {
  display: flex;
  font-family: 'Champagne & Limousines';
  text-transform: uppercase;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 4px;
  margin-top: -19px;
  margin-left: 61px;
}

/* Searchform */
@media (min-width: 768px) {
  .site-search {
    flex-grow: 1;
	align-content: center;
    margin-right: .75rem !important;
	margin-left: 1.75rem;
  }
}
.site-search button[type="submit"] {
  clip: unset !important;
  -webkit-clip-path: unset !important;
  clip-path: unset !important;
  height: auto !important;
  padding: .5rem .875rem !important;
  width: auto !important;
  top: auto !important;
  left: auto !important;
  right: 6px;
  bottom: 5.4px;
  font-size: 13px;
  border-radius: 100rem;
}
input[type="search"],
input[type="search"]:focus {
  outline-offset: 0;
  padding-left: 2.5rem !important;
  background-color: #f3f4f6;
  box-shadow: none;
  outline: none;
  border-radius: 100rem;
}
input[type="search"]:hover, input[type="search"]:focus {
  background-color: #ecedef;
}

/* Links (Secondary Navigation) */
.secondary-navigation {
  width: auto !important;
  align-content: center;
  margin-right: .25rem !important;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .secondary-navigation ul.menu a:hover,
  .secondary-navigation ul.menu a:active,
  .site-header ul.menu li.current-menu-item > a  {
    text-decoration: none;
  }
}

/* Cart */
.site-header-cart {
  align-content: center;
  width: auto !important;
}
@media (max-width: 767.98px) {
  .site-header-cart {
    margin-left: auto;
    margin-right: 2.75rem;
	margin-top: 7px;
  }
}

button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before {

  margin-top: -2px;

}
.site-header-cart .cart-contents {
  padding: 0;
  display: grid !important;
  
  border-radius: 100rem;
margin-right: 10px;
padding: 5.5px 7.5px 3.5px 4.5px;
background: linear-gradient(white, #ffffff7a) padding-box, linear-gradient(to right, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%) border-box;
border: 3px solid transparent;

  
  
}
.site-header-cart .cart-contents::after {
  display: none;
}
.site-header-cart .amount {
  font-size: 12px;
  font-weight: 500;
/*  text-decoration: underline 1.5px #000 solid;

     -webkit-text-decoration-line:  underline !important;
   -webkit-text-decoration-color: #000 !important;
   -webkit-text-decoration-style: solid !important;
   -webkit-text-decoration-thickness: 2px !important;
   */
  margin-right: 0 !important;
 align-content: center;
 margin-left: 7px;
 display: none !important;
}
.site-header-cart:hover .widget_shopping_cart {
  display: none;
}

/* Menu Toggle */
button.menu-toggle {
  margin-top: -57px;
  padding: 22px;
  background-color: transparent;
  border: none;
}
button.menu-toggle:hover {
  background-color: transparent;
}
button.menu-toggle::before,
button.menu-toggle::after,
button.menu-toggle span::before {
  width: 20px;
}
button.menu-toggle::before {
  transform: translateY(-6.5px);
}
button.menu-toggle::after {
  transform: translateY(6.6px);
}

/* Handheld Navigation */
.handheld-navigation {
  padding-left: 11px;
  padding-right: 15px;
}
.handheld-navigation ul {
  overflow: visible;
}
.handheld-navigation ul ul {
  margin-left: 0;
}
.handheld-navigation .dropdown-toggle {
  top: 10px;
}
.handheld-navigation .site-search {
  margin-top: .5rem;
  margin-bottom: 1rem;
    display: block;
  width: calc(100% + 25px);
  margin-left: -11px;
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
.handheld-navigation .site-search {
  display: block;
  width: calc(100% + 25px);
  margin-left: -11px;
}
}

/* Primary Navigation */
.primary-navigation ul {
  display: flex;
  white-space: nowrap;
  margin-left: 0 !important;
}
.site-header ul.menu li > a,
.site-header ul.menu li > div > a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
}
.primary-navigation ul.menu > li > div > a {
  display: flex;
  padding: 7px 12px;
  border-radius: .5rem;
  box-shadow: none;
  color: #000;
  background: #d1d5dc;
  font-weight: 600;
  font-size: 1rem;
/* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); */
}
.primary-navigation ul.menu > li > div > a:hover {
  background: #ecedef;
  box-shadow: none;
  transition-duration: 300ms;
}
@media (min-width: 768px) {
  .primary-navigation ul.menu > li.menu-item-has-children > div > a::after {
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
	font-size: 14px;
    margin-top: 2px;
  }
}
.primary-navigation ul ul {
  position: absolute;
  left: -9999px;
  background: transparent !important;
}
.gradient-border {
/*  margin-right: 6px; */
  border-radius: 100rem;

  background: linear-gradient(120deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
  background: #f3f4f6;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); 
}
.gradient-border:hover {
  background: linear-gradient(120deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
  background: #f3f4f6;
  box-shadow: none;
}
.current-menu-item .gradient-border,
.current-menu-ancestor .gradient-border {
	/*
  background: linear-gradient(120deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
  background: #000;
  */
  border-bottom: 2px solid #000;
}
.current-menu-item .gradient-border a,
.current-menu-ancestor .gradient-border a {

}
.primary-navigation ul ul .gradient-border {
  margin: 7px 0;
  background: linear-gradient(120deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
  padding: 2px;
}
.primary-navigation ul ul .gradient-border a {
width: 222px;
  padding: 5px 10px 5px 10px !important;
  background: #fff !important;
  border-radius: 100rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  font-size: 15px !important;
}
.pre-menu {
  font-size: 0.875rem;
  line-height: 1.1;
  margin-right: .75rem;
  align-self: center;
  border-left: 1px solid #000;
  padding-left: 5px;
}

#menu-item-106 a {
  align-items: center;
  font-size: 12px;
  display: grid
}
#menu-item-106 a::before {
background-image: url(assets/imgs/user2.png);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
#menu-item-112 a::before {
  content: url(assets/imgs/hamburger-dots-dark.svg);
  display: inline-flex;
  align-self: center;
  width: 4px;
  height: 13px;
  margin-right: 6px;
  display: none;
}
#menu-item-1574 .gradient-border {
  margin-right: 0;
}

#menu-item-1574 a::before {
  content: url(assets/imgs/fire.gif);
  display: inline-flex;
  align-self: center;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  margin-top: -7px;
  margin-left: -6px;
  
  
    background-image: url(assets/imgs/fire.gif);
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  display: none;
}


/* Breadcrumb */
.storefront-breadcrumb {
  position: relative;
  margin: 0;
  padding: 1rem 0 1rem 0;
}
@media (min-width: 768px) {
	.storefront-breadcrumb {
	 padding: 1rem 0 1rem 0;
}
}
.storefront-breadcrumb .woocommerce-breadcrumb {
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.woocommerce-breadcrumb a {
  display: inline-flex;
  margin-top: -2px;
}
.woocommerce-breadcrumb a:first-of-type::before {
  content: url(assets/imgs/home.svg);
  display: inline-block;
  align-self: center;
  width: 12px;
  height: 12px;
  margin-top: -3px;
}
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.woocommerce-breadcrumb .breadcrumb-separator {
  margin-top: -2px; 
  margin-left: 4px;
  margin-right: 4px;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
  opacity: .5;
}


/*********************************************************************
 * + HOME
 *   - Hero
 *   - Vapes
 *   - Pod Systeme
 */

/*
.site-content {
  position: relative;

}
*/
.content-area {
  margin-bottom: 2rem;
  order: 2;
}
@media (min-width: 768px) {
.content-area {
  margin-bottom: calc(2.5rem + 18px);
  order: 2;
}
}
.site-main {
  margin-bottom: 0;
}
.hentry .entry-content a {
  text-decoration: none;
}
.edit-link a.post-edit-link {
  color: red;
  text-decoration: 1.5px underline;
}

/* Hero */
.hero {
  background-image: linear-gradient(180deg, #FF5EA7 0%, #C85AFF 50%, #5A74FF 100%);
  padding: 0;
  margin-bottom: 0 !important;
  overflow: visible;
}
/*
.hero img.wp-block-cover__image-background {
  background-image: url("assets/imgs/hero-bg.webp"); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container {
  padding: 0;
    width: 100%;
  max-width: 100%;
}

/*
@media (min-width: 768px) {
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container :nth-last-child(-n+1) {
   margin-bottom: -1rem;
  }
}
*/

input[type="search"]::placeholder {
  color: rgb(156 163 175);
}



.home.storefront-align-wide.page-template-template-fullwidth .hentry .entry-content > .wp-block-cover.alignfull {

margin-top: 0;
}

.home.page:not(.page-template-template-homepage) .site-header {

margin-bottom: 0;

}

/* 
#clippath {
  height: 94px;
  background: #fff;
  margin-top: -60px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  clip-path: polygon(100% 100%, 0% 100% , 0.00% 69.00%, 1.00% 68.77%, 2.00% 68.07%, 3.00% 66.93%, 4.00% 65.37%, 5.00% 63.44%, 6.00% 61.17%, 7.00% 58.63%, 8.00% 55.87%, 9.00% 52.97%, 10.00% 50.00%, 11.00% 47.03%, 12.00% 44.13%, 13.00% 41.37%, 14.00% 38.83%, 15.00% 36.56%, 16.00% 34.63%, 17.00% 33.07%, 18.00% 31.93%, 19.00% 31.23%, 20.00% 31.00%, 21.00% 31.23%, 22.00% 31.93%, 23.00% 33.07%, 24.00% 34.63%, 25.00% 36.56%, 26.00% 38.83%, 27.00% 41.37%, 28.00% 44.13%, 29.00% 47.03%, 30.00% 50.00%, 31.00% 52.97%, 32.00% 55.87%, 33.00% 58.63%, 34.00% 61.17%, 35.00% 63.44%, 36.00% 65.37%, 37.00% 66.93%, 38.00% 68.07%, 39.00% 68.77%, 40.00% 69.00%, 41.00% 68.77%, 42.00% 68.07%, 43.00% 66.93%, 44.00% 65.37%, 45.00% 63.44%, 46.00% 61.17%, 47.00% 58.63%, 48.00% 55.87%, 49.00% 52.97%, 50.00% 50.00%, 51.00% 47.03%, 52.00% 44.13%, 53.00% 41.37%, 54.00% 38.83%, 55.00% 36.56%, 56.00% 34.63%, 57.00% 33.07%, 58.00% 31.93%, 59.00% 31.23%, 60.00% 31.00%, 61.00% 31.23%, 62.00% 31.93%, 63.00% 33.07%, 64.00% 34.63%, 65.00% 36.56%, 66.00% 38.83%, 67.00% 41.37%, 68.00% 44.13%, 69.00% 47.03%, 70.00% 50.00%, 71.00% 52.97%, 72.00% 55.87%, 73.00% 58.63%, 74.00% 61.17%, 75.00% 63.44%, 76.00% 65.37%, 77.00% 66.93%, 78.00% 68.07%, 79.00% 68.77%, 80.00% 69.00%, 81.00% 68.77%, 82.00% 68.07%, 83.00% 66.93%, 84.00% 65.37%, 85.00% 63.44%, 86.00% 61.17%, 87.00% 58.63%, 88.00% 55.87%, 89.00% 52.97%, 90.00% 50.00%, 91.00% 47.03%, 92.00% 44.13%, 93.00% 41.37%, 94.00% 38.83%, 95.00% 36.56%, 96.00% 34.63%, 97.00% 33.07%, 98.00% 31.93%, 99.00% 31.23%, 100.00% 31.00%);
}
*/

/* Vapes */
.hover-scale-img:hover {
  transform: scale(1.05);
}

/* Pod Systeme */

@media (max-width: 768px) {
 

body.archive #page #content #primary #main div.flex.flex-col.p-4.rounded-2xl   {

	border-radius: 0;
  }
}


@media (max-width: 768px) {
	#home-categories,
	/* #home-pod-systeme,*/
	 #proof   {
    margin-left: -.5rem;
	margin-right: -.5rem;

  }
}
/*
  #home-pod-systeme ul {

gap: 1rem;
}
*/



/*********************************************************************
 * + SHOP
 *   - Filter
 *   - Pagination
 *   - Single Product Page
 */

.background {
 /* background-image: url("assets/imgs/swirl-effect-gradient-paint-xxx.png"); */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;	
}
.woocommerce-products-header {
  padding: 0 !important;
  background: #f3f4f6;
  border-radius: 1rem;
  padding: 1.5rem 0rem !important;
  color: #fff !important;

  text-align: left !important;
}
@media (min-width: 768px) {
  .woocommerce-products-header {
    text-align: center;
  }
  .woocommerce-products-header {

  padding: 4rem 0rem 5.5rem 0 !important;
}
}
.woocommerce-result-count {
  float: unset;
  padding: 0;
padding: 0 0 1rem 0;
 font-size: .875rem;
 background: #e5e7eb;
padding: 1rem;
border-radius: .5rem;
margin-bottom: 1rem;

  font-weight: 500;
}
@media (min-width: 768px) {
.woocommerce-result-count {
 
 padding: 1rem;
}
}
.page-description,
.term-description {
	color: #000;
  margin-top: 1rem;

  --tw-text-opacity: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .page-description,
  .term-description {
   /* margin-bottom: calc(1.5rem + 18px) !important;*/
	margin-top: 1rem;
  }
}
.page-description,
.term-description {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .page-description,
  .term-description {

  margin-bottom: 0 !important;
  color: #fff;
  }
}

.woocommerce-pagination .page-numbers {

  font-weight: 500;
  border-radius: .5rem;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #fff;
}
ul.products::before, ul.products::after {
  content: unset;
}
/*
ul.products {
  padding-bottom: 1.5rem;
}
*/

/* Produkte in der Übersicht */
ul.products li.product {
  width: 100% !important;
  margin-bottom: auto;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); 
  background: #fff;
  border: 1px solid #ddd;
/*  background: #ecedef; */
}
ul.products li.product img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 auto 0 !important;
  width: 100%;
/*  border-radius: 1rem; */
 /* padding: 5px; */
}
ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
  font-weight: 600;
  margin: .75rem 15px;
  letter-spacing: -0.025em;
  color: #000;
}
@media (min-width: 768px) {
  ul.products li.product .woocommerce-loop-category__title,
  ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
  }
}
ul.products li.product .woocommerce-loop-product__title {
  text-align: left;
  margin: .25rem 15px;
margin-bottom: 0;
}
ul.products li.product .woocommerce-loop-category__title mark.count {
  display: none;
}
ul.products li.product .onsale {
  border-radius: 4px;
  position: absolute;
  right: 4px;
  top: 4px;
  display: none;
}

/* Star Rating */
ul.products li.product .star-rating{
  font-size: 13px;
  float: left;
  margin-left: 15px;
}
@media (min-width: 768px) {
  ul.products li.product .star-rating{
    font-size: 1rem;
  }
}
.star-rating::before {
  opacity: 1;
  color: #99a1af;
}
.star-rating span,
.star-rating span::before {
  color: #FDE047 !important;
}


.star-rating-count-overview {
  position: absolute;
  left: 91px;
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;

}
@media (min-width: 768px) {
.star-rating-count-overview {
  left: 108px;
  margin-top: 4px;
}
}

body.archive .star-rating-count-overview {
  position: absolute;
  left: 91px;
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
  display: none;
}
@media (min-width: 768px) {
body.archive .star-rating-count-overview {
  left: 108px;
  margin-top: 4px;
  display: none;
}
}

/* Price */
ul.products li.product .price {
  display: grid;
  text-align: right;
  margin-top: 1px;
  margin-right: 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
ul.products li.product .price {

  margin-top: 3px;

}
}


ul.products li.product .price ins {
  color: green;
  font-size: 1rem;
  font-weight: 700;
  margin-top: -2px;
  margin-left: 0;
}
@media (min-width: 768px) {
ul.products li.product .price ins {
  font-size: 1.125rem;
}
}

/* Button */
ul.products li.product .button {
  background-image: linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
  color: #fff;
  border-radius: .6rem;
  width: calc(100% - 30px);
  margin: 5px 15px 15px 15px;
  padding: .65rem;
  font-size: 13px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
@media (min-width: 768px) {
  ul.products li.product .button {
    font-size: .875rem;
  }
}
li.product-category.product p {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: -5px;
  padding: 0px 15px 15px 15px;
}

/* Filter */
#thirdary.widget-area {
width: auto;
margin-bottom: .5rem;

}
@media (min-width: 768px) {
  #thirdary.widget-area {
    width: auto;
	margin-bottom: 0;
	margin-right: 1rem;
	background: #f9fafb;
    border-radius: 1rem;
  }
}
#thirdary.widget-area .widget {
  list-style: none;
  margin: 0;
  font-size: .875rem;
  
  background: #f3f4f6;
  border-radius: 1rem;
  padding: .5rem;
}
#thirdary.widget-area .widget h2 {
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  font-size: 1rem;
}
#thirdary.widget-area .widget h3 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: .5rem;
}
@media (max-width: 768px) {
  #thirdary.widget-area .widget h2 {
    display: none;
  }
}
#thirdary.widget-area .widget .wc-block-attribute-filter {
  margin-bottom: 0 !important;
}
#thirdary.widget-area .widget .wc-block-attribute-filter__actions {
  display: none;
}
#thirdary.widget-area .widget ul {
 /* display: flex;*/
}
@media (min-width: 768px) {
  #thirdary.widget-area .widget ul {
    display: block;
  }
}
#thirdary .wc-block-components-checkbox-list li .wc-block-components-checkbox {
  width: fit-content;
 /* background: #f2f2f2; */
 /* padding: 6px 9px 5px 7px; */
  border-radius: 8px;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  #thirdary .wc-block-components-checkbox-list li .wc-block-components-checkbox {
    margin-top: 7px !important;
  }
}
#thirdary .wc-block-components-checkbox-list li .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
  margin-right: 5px !important;
}
#thirdary .wc-block-components-checkbox-list li .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: none;
}
#thirdary .wc-block-components-checkbox-list li .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background: #1d4ed8 !important;
}
#thirdary .wc-block-components-checkbox-list li .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff !important;
}
#thirdary .wc-block-components-checkbox-list li .wc-block-components-checkbox .wc-block-components-checkbox__label {
  color: #000;
  font-size: .875rem;
  display: flex;
  align-items: center;
  margin-top: -1.125px;
}
#thirdary .wc-block-components-checkbox-list li .wc-block-components-checkbox .wc-block-components-checkbox__label span.wc-filter-element-label-list-count {
  display: flex;
  margin-left: 3px;
}
#thirdary .wc-block-components-checkbox-list li {
  margin-right: 7px;
}
#thirdary .wc-block-components-checkbox-list li:last-child {
  margin-right: 0;
}
/*
#thirdary .wc-block-components-checkbox-list li:nth-child(6) .wc-block-components-checkbox .wc-block-components-checkbox__label::before {
  content: url(assets/imgs/ice.png);
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
*/

/* Pagination */
.storefront-sorting {
  margin-bottom: 0;
  
}
.woocommerce-pagination {
  float: none;
  border: none;
  background: #e5e7eb;
  padding: 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
}

/* Single Product Page */
button.alt {
  background-image: linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
  border-radius: .6rem;
}


/*********************************************************************
 * + FOOTER
 *   - Branding
 */
footer.site-footer {
  padding: 2rem 0 0 0;
  margin-top: auto;
}
@media (min-width: 768px) {
footer.site-footer {
  padding: calc(2rem + 18px) 0 0 0;
}
}
footer.site-footer h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
footer.site-footer a {
  text-decoration: none;
}
footer.site-footer a:hover {
  text-decoration: underline;
}
footer.site-footer .footer-widgets {
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
footer.site-footer .footer-widgets {
  width: 100%;
  margin-bottom: calc(2rem + 18px);
  padding-top: 0;
  border-bottom: none;
}
}
footer.site-footer .footer-widgets .widget {
  margin: 0;	
}
footer.site-footer .footer-widgets .widget ul li {
  font-size: 15px;
}
@media (min-width: 768px) {
  .footer-widget-1 {
    width: 47.8% !important;
  }
}
footer.site-footer .site-info {
  display: none;
}

/* Branding */
footer.site-footer .site-branding .site-title a {
  color: transparent !important;
}
footer.site-footer .site-branding .site-title a::before {
  content: url(assets/imgs/elfbar-logo.png);
}
footer.site-footer .site-branding .site-title a::after {
  content: url(assets/imgs/elfbar-logo-text.png);
}
footer.site-footer .site-branding .site-description {
  color: #fff;
}

footer #block-35 a {
	font-size: 1rem;
	--tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}



footer #block-47 .is-layout-flex {
align-items: flex-start;
}

footer #block-47 ul:first-child {
margin-right: 1rem;
}

footer .footer-widget-3 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  footer .footer-widget-3 {
    margin-bottom: 0;
  }
}

.rainbow-seperator {
	margin-left: 0;
  width: 65px !important;
  border-bottom: 1.5px solid rgb(156 163 175);

}


  footer .footer-widget-2 {
    float: left;
   margin-right: 2rem;
   margin-bottom: 2.5rem;
  }
  footer .footer-widget-3  {
margin-top: 60px;
  }



@media (min-width: 768px) {
  footer .footer-widget-1 {
    width: calc(46% - 4rem) !important;
    margin-right: 4rem !important;
  }
}
@media (min-width: 768px) {
  footer .footer-widget-2 {
    width: calc(13% - 4rem) !important;
    margin-right: 4rem !important;
  }
}
@media (min-width: 768px) {
  footer .footer-widget-3  {
    width: calc(18% - 4rem) !important;
    margin-right: 4rem !important;
	margin-top: 0;
  }
}
@media (min-width: 768px) {
  footer .footer-widget-3 #block-53  {
    margin-top: 27px;
  }
}
@media (min-width: 768px) {
  footer .footer-widget-4 {
    width: 23% !important;
    margin-right: 0 !important;
  }
}


footer .footer-widget-4 #block-49 p,
footer .footer-widget-4 #block-44 p {
font-size: 15px;

}



.rainbow-underline a span{
  background: -webkit-linear-gradient(0deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rainbow-underline {
	/*
  text-decoration: none;
  background-image: linear-gradient(transparent, transparent),linear-gradient(transparent, transparent),linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
  background-repeat: no-repeat;
  background-position: 120%, 122%, 0 130%;
  background-size: 100% 10px;
  width: fit-content;
  */
}


a.added_to_cart.wc-forward {
display: none;
}

:root :where(.is-layout-flex) {
  gap: .5rem;
}
#block-34 {
	
	margin-top: 1rem;
}
#block-46 > div {
  flex-wrap: wrap;
}

.single-product div.product .woocommerce-product-rating {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 45%;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
	padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .storefront-full-width-content.single-product div.product .summary {
    width: 55%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
	padding-left: 2rem;
	padding-top: 1rem;
  }
}
.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
  /*
  border-radius: 1rem;
  
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  border: 1px solid #ddd;
  padding: 5px;
  */
}
.onsale {
	display: none;
}

.single-product div.product {

  overflow: visible;
}

.single-product div.product p.price {
display: grid;
  text-align: right;
  margin-top: -39px;
  margin-bottom: .5rem;
}
.single-product div.product .woocommerce-product-rating a {
  font-weight: 400;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: .875rem;
}

.single-product div.product .woocommerce-product-rating .star-rating {
  margin-right: 5px;
}

.price ins {
  color: green;
  font-weight: 700;
}
.price del {
  opacity: .5;
  font-weight: 400;
  font-size: .875rem;
}

button.alt {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  background-image: linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
  color: #fff;
  border-radius: .6rem;
  width: calc(100% - 30px);
  padding: .7rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.single-product div.product form.cart {
  margin-bottom: 0;
  padding: 1.5rem 0 0 0;
  display: flex;
}


@media (min-width: 768px) {
  .storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: auto;
    float: none;
    margin-right: 0;
    display: flex;
  }
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin-left: 0;
  text-align: left;
  border-top: none;
  display: flex;
}
@media (min-width: 768px) {
  .storefront-full-width-content .woocommerce-tabs .panel {
    width: auto;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
  }
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
    margin-right: 0px;
  border-bottom: 1px solid rgba(0,0,0,.05);
  position: relative;
  margin-right: 1rem;
}

.single-product div.product .woocommerce-product-rating .container-rating {
  display: flex;
  align-items: center;
}

.storefront-full-width-content .related.products > h2:first-child {
    text-align: left;
	font-weight: 600;
    margin-bottom: 1rem;
	font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
  font-weight: 600;
  }

.woocommerce-product-details__short-description > p {
	color: #000;
	margin-bottom: 1rem;
}

.single-product div.product .product_meta {
  font-size: .875em;
  padding-top: 1rem;
  border-top: none;
}



.stock.in-stock::before {
  content: "Lagerbestand:";
  font-family: inter;
  font-weight: 400;
  font-size: .875rem;
  margin-right: 0;
  color: #6d6d6d;
}
.stock.in-stock {
  color: green;
  text-transform: capitalize;
  font-weight: 600;
}



.single-product input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  box-shadow: none;
  border: 1px solid hsla(0,0%,7%,.11);
  height: 100%;
}
.single-product div.product form.cart .quantity {
	margin-right: 0;
}
.single-product input:focus {
	outline: none;
}
.single-product button.minus {
min-width: 30px;
border-left: 1px solid hsla(0,0%,7%,.11);
border-top: 1px solid hsla(0,0%,7%,.11);
border-bottom: 1px solid hsla(0,0%,7%,.11);
border-top-left-radius: .5rem;
border-bottom-left-radius: .5rem;
color: #000;
}
.single-product button.plus {
 margin-right: 1rem;
 min-width: 30px;
 border-right: 1px solid hsla(0,0%,7%,.11);
border-top: 1px solid hsla(0,0%,7%,.11);
border-bottom: 1px solid hsla(0,0%,7%,.11);
border-top-right-radius: .5rem;
border-bottom-right-radius: .5rem;
color: #000;
}

.woocommerce-tabs ul.tabs li.active a {
color: #000;

  font-size: 1.25rem;
  border-bottom: 2.5px solid #000;
  font-weight: 600;
}
.woocommerce-tabs ul.tabs li.active::after {
	display: none;
}
.woocommerce-tabs .panel h2:first-of-type {
  display: none;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .storefront-full-width-content .woocommerce-tabs .panel {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.woocommerce-tabs ul.tabs li a {
  padding: .5rem 0;
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}
  .storefront-full-width-content .woocommerce-tabs .panel p {
    color: #000;
  }
  
  .woocommerce-product-details__short-description ul li::before {

content: url(assets/imgs/backhand-index-pointing-right_1f449.png);
  display: inline-flex;
  align-self: baseline;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  
  background-image: url(assets/imgs/backhand-index-pointing-right_1f449.png);
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  min-width: 25px;
}
  .woocommerce-product-details__short-description ul li {

color: #000;
display: flex;
  align-items: center;
}

.single-product div.product .product_meta a {
  font-weight: 400;
  text-decoration: underline;
}

.product-additional-info {
	margin-top: 2rem;
	
}
.product-additional-info table {
	margin: 0;
	
}
.product-description {
	color: rgb(75 85 99);
}

.term-description a {
text-decoration:underline;
} 


/*  FILTER EVERYTHING HIDE FILTERS ON SPECIFIC PAGE */
/*  FILTER EVERYTHING HIDE FILTERS ON SPECIFIC PAGE */
/*  FILTER EVERYTHING HIDE FILTERS ON SPECIFIC PAGE */
/*  FILTER EVERYTHING HIDE FILTERS ON SPECIFIC PAGE */
/*  FILTER EVERYTHING HIDE FILTERS ON SPECIFIC PAGE */
/*  FILTER EVERYTHING HIDE FILTERS ON SPECIFIC PAGE */
.wpc-filter-terms-count-0 {
  display: none;
}
body.post-type-archive .wpc-filter-pa_farbe {
  display: none;
}

/*

body.tax-product_cat.term-einweg-vapes .wpc-filter-pa_typ,
body.tax-product_cat.term-pod-systeme .wpc-filter-pa_typ {
	
	display: none;
}

body.tax-product_cat.term-elfbar-600 .wpc-filter-pa_typ,
body.tax-product_cat.term-elfbar-600 .wpc-filter-pa_marke,
body.tax-product_cat.term-elfbar-cr600 .wpc-filter-pa_typ,
body.tax-product_cat.term-elfbar-cr600 .wpc-filter-pa_marke,
body.tax-product_cat.term-elfbar-t600 .wpc-filter-pa_typ,
body.tax-product_cat.term-elfbar-t600 .wpc-filter-pa_marke,
body.tax-product_cat.term-lost-mary-bm600 .wpc-filter-pa_typ,
body.tax-product_cat.term-lost-mary-bm600 .wpc-filter-pa_marke,
body.tax-product_cat.term-lost-mary-qm600 .wpc-filter-pa_typ,
body.tax-product_cat.term-lost-mary-qm600 .wpc-filter-pa_marke,

body.tax-product_cat.term-elfbar-elfa .wpc-filter-pa_typ,
body.tax-product_cat.term-elfbar-elfa .wpc-filter-pa_marke,
body.tax-product_cat.term-elfbar-elfa-turbo .wpc-filter-pa_typ,
body.tax-product_cat.term-elfbar-elfa-turbo .wpc-filter-pa_marke,
body.tax-product_cat.term-elfbar-elfx .wpc-filter-pa_typ,
body.tax-product_cat.term-elfbar-elfx .wpc-filter-pa_marke,
body.tax-product_cat.term-elfbar-mate-500 .wpc-filter-pa_typ,
body.tax-product_cat.term-elfbar-mate-500 .wpc-filter-pa_marke,
body.tax-product_cat.term-lost-mary-tappo .wpc-filter-pa_typ,
body.tax-product_cat.term-lost-mary-tappo .wpc-filter-pa_marke
 {
	
	display: none;
}
*/



.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size) {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
}

#post-541 h2,
#post-545 h2,
#post-3 h2,
#post-543 h2,
#post-11 h2 {
font-size: 1rem;

margin-top: 1rem;

font-weight: 500;
}
@media (min-width: 768px) {
#post-541 h2,
#post-545 h2,
#post-3 h2,
#post-543 h2,
#post-11 h2 {
font-size: 1.125rem;
}
}
#post-541 p,
#post-545 p,
#post-3 p,
#post-543 p,
#post-11 p {
font-size: 1rem;
font-weight: 400;
margin-top: 1rem;
color: rgb(75 85 99);
}

#post-541 p a,
#post-545 p a,
#post-3 p a,
#post-543 p a,
#post-11 p a {
color: #000;
  text-decoration: 1.5px underline !important;

}


/* login */
.storefront-full-width-content.woocommerce-account .entry-header {

padding-bottom: calc(2rem + 18px) !important;
}
form {
  margin-bottom: 0;
}

article#post-10.hentry {
  margin-bottom: calc(2rem + 18px);
}

article#post-10.hentry .entry-content .woocommerce {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
  border-radius: 1rem;
  padding: 1.5rem;
  background: #f9fafb;
}
@media (min-width: 768px) {
article#post-10.hentry .entry-content .woocommerce {

  padding: 2.5rem;

}
}
article#post-10.hentry .entry-content .woocommerce form label {
margin-bottom: .25rem;
}
article#post-10.hentry .entry-content .woocommerce form label[for=password] {
margin-top: .5rem;
}
article#post-10.hentry .entry-content .woocommerce form .woocommerce-form-login__rememberme {
margin-top: .5rem;
margin-bottom: 1rem;
}
article#post-10.hentry .entry-content .woocommerce form p.woocommerce-LostPassword.lost_password {
margin-top: .5rem;

}

article#post-10.hentry .entry-content .woocommerce h2 {
	display: none;
}
article#post-10.hentry .entry-content .woocommerce button.woocommerce-button.button.woocommerce-form-login__submit {

--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
font-weight: 600;
font-size: 1rem;
  line-height: 1.5rem;
padding-top: 0.875rem;
  padding-bottom: 0.875rem;
padding-left: 1.25rem;
  padding-right: 1.25rem;
--tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
border-radius: 0.5rem;
justify-content: center;
width: 100%;
}



.hentry {
  margin: 0;
}


/*
.site {
	overflow-x: initial;
}
*/

.main-navigation ul li a {
  padding: .6rem 0;

}

.storefront-primary-navigation .handheld-navigation li a {
  font-weight: 600 !important;
}

.storefront-primary-navigation .handheld-navigation li ul.sub-menu a {
  font-weight: 500 !important;
}

footer .custom-logo-link img {
  max-width: 206px;
  margin-bottom: 1rem;
  filter: grayscale(1);
}


#proof {
	/*
	  background-image: url("assets/imgs/bg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  
  background-image: linear-gradient(180deg, #FF5EA7 0%, #C85AFF 50%, #5A74FF 100%);
    */
}

.footer-widget-2 #block-52 ul li a,
.footer-widget-3 #block-53 ul li a {
  color: rgb(156 163 175) !important;
  font-weight: 500;
}


body.page-id-76 .woocommerce-coming-soon-header,
body.page-id-76 .woocommerce-coming-soon-powered-by-woo {
  display: none;
}

body.page-id-76 .woocommerce-coming-soon-logo {
  max-width: 250px;
  margin-block-start: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: 1rem;
}

body:has(.woocommerce-coming-soon-banner), body:has(.woocommerce-coming-soon-entire-site) {
/*
  --wp--preset--color--contrast: #111;
  --wp--style--global--wide-size: 1280px;
  background-color: var(--woocommerce-coming-soon-color);
  font-family: Inter,sans-serif;
  margin: 0;
  min-width: 320px;
*/
background-image: linear-gradient(180deg, #FF5EA7 0%, #C85AFF 50%, #5A74FF 100%);
}
body:has(.woocommerce-coming-soon-banner) .coming-soon-cover .wp-block-cover__background, body:has(.woocommerce-coming-soon-entire-site) .coming-soon-cover .wp-block-cover__background {
  background-color: #fff6 !important;
    background-image: url("https://elfbar-original-vapes.de/wp-content/themes/vapedealer/assets/imgs/elfbar-logo-dark-bg.webp");
  background-size: 10%;
  background-position: -5% -8%;
}
@media (min-width: 768px) {
body:has(.woocommerce-coming-soon-banner) .coming-soon-cover .wp-block-cover__background, body:has(.woocommerce-coming-soon-entire-site) .coming-soon-cover .wp-block-cover__background {
background-size: 4%;
background-position: -2% -4%;
}
}


/*
body.page-id-76 h1 {
	font-family: inherit !important;
	font-size: 1.125rem !important;
	line-height: inherit !important;
	max-width: 500px !important;
}
@media (min-width: 768px) {
body.page-id-76 h1 {

	font-size: 1.5rem !important;

}
}
*/


body.page-id-76 .woocommerce-coming-soon-banner-container .wp-block-group.is-vertical.is-content-justification-center.is-layout-flex.wp-container-core-group-is-layout-6.wp-block-group-is-layout-flex
{
margin-bottom: auto;
}
body.page-id-76 .woocommerce-coming-soon-banner-container > div:nth-child(1)
{
margin-top: -2rem;
}


.woocommerce-message

/* , .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments */ {
	
	/*
  margin-bottom: 2.617924em;
  background-color: #0f834d;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: .6180469716em solid rgba(0,0,0,.15);
  padding: 1em 2em 1em 3.5em;
  position: relative;
  list-style: none outside;
  margin-top: 0 !important;
  margin-bottom: 1rem;
  */
  
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
.woocommerce-message{

font-size: .875rem;
}
}
@media (max-width: 768px) {
.woocommerce-message .button{
float: left;
  margin-left: 0;

}
}

#proof {
		background-color: #fff !important;
  background-image: url("https://elfbar-original-vapes.de/wp-content/themes/vapedealer/assets/imgs/elfbar-logo-dark-bg.webp");
background-size: 17%;
  background-position: -8% -5%;
}
@media (min-width: 768px) {
#proof {
	

  background-size: 10%;
  background-position: -5% -13%;
	
}
}


.hero-padding {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	
}




.bg-highlight-hero {
	background: #f3f4f6;
	padding: .75rem;
	border-radius: .5rem;
	margin-bottom: .75rem;
	padding-left: .75rem;
}

@media (min-width: 768px) {
.bg-highlight-hero {
	padding: 1rem;
	padding-left: 1.0rem;
	margin-bottom: 1rem
}
}

.bg-highlight-hero-two {
	background: #e5e7eb;
	padding: .5rem;
	border-radius: .5rem;
	margin-bottom: 1.25rem;
	padding-left: 1rem;
}

@media (min-width: 768px) {
.bg-highlight-hero-two {
	padding: 1rem;
	padding-left: 1.0rem;
}
}






/*
#home-vapes ul li a p::before {
margin-right: 6px;
  margin-top: 3.5px;
  background-image: url(assets/imgs/herb.png);
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
  background-repeat: no-repeat;
}
*/
/*
#home-vapes h2.topxxx,
#home-pod-systeme h2.topxxx,
#home-categories h2.topxxx {

font-family: xxxx;
  font-size: 5rem;
}

@media (min-width: 768px) {
	#home-vapes h2.topxxx,
	#home-pod-systeme h2.topxxx,
	#home-categories h2.topxxx {
font-family: xxxx;
  font-size: 6.5rem;
	}
}
*/

/*
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1 {
  font-size: 1.125rem;
    line-height: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1 {
  font-size: 1.25rem;
    line-height: 1.75rem;
	margin-bottom: 1.25rem;;
}
}
*/
#site-header-cart a.cart-contents::before {
  /*content: url(assets/imgs/shopping-cart.png);*/
  background-image: url(assets/imgs/cart.webp);
  display: inline-flex;
  align-self: center;
  height: 25px;
  margin-right: 5px;
  margin-top: 0px;
  display: inline-block;
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  min-width: 25px;
  margin-left: auto;
margin-right: auto !important;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
#site-header-cart a.cart-contents::before {
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  min-width: 25px;
}
}
@media (max-width: 768px) {
#site-header-cart a.cart-contents::before {

  margin-right: -7px;

}
}


/*
@media (max-width: 768px) {
  .site-header-cart .cart-contents .amount {
    display: none !important;
  }
}
*/

.handheld-navigation ul.sub-menu li {
  background: #f3f4f6;
  border-radius: 10px;
  padding: 2px 15px;
  margin-bottom: 8px;
}

.site-header {
position: sticky;
  top: 0;
  

}
@media (max-width: 768px) {
.site-header {

  
	overflow: hidden;
}
}

.site {

 
}

.site-content {

      position: relative;
	margin-top: 0;
}
@media (min-width: 768px) {
  .main-navigation ul.menu ul.sub-menu {
    padding-top: 0px;
  }
}


/*
#menu-item-2345 a::before {
  content: url(assets/imgs/menu_vape.png);
  display: inline-flex;
  align-self: center;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  margin-top: -7px;
  margin-left: -6px;
  background-image: url(assets/imgs/menu_vape.png);
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
}
*/

.custom-shape-divider-top-1706938029 {
  position: absolute;
 /* top: 0;*/
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1706938029 svg {
  position: relative;
  display: block;
  width: calc(111% + 1.3px);
  height: 270px;
}
.custom-shape-divider-top-1706938029 .shape-fill {
  fill: #000;
}




.site-header .custom-logo-link img {
  transition-duration: 300ms;
}
.home.page:not(.page-template-template-homepage) .storefront-primary-navigation {
  background: transparent;
    background-size: auto;
  background-size: 100% 3px;
}



/* Navbar Shrink */
 .home.page:not(.page-template-template-homepage) header#masthead.navbar-shrink {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-header.navbar-shrink .custom-logo-link img {
  transition-duration: 300ms;
}
@media (min-width: 768px) {
  .site-header.navbar-shrink .site-branding img {
	transition-duration: 300ms;
  }
}
.site-header.navbar-shrink {
  background: #ffffff84;
  backdrop-filter: blur(10px);
}
.site-header.navbar-shrink button.menu-toggle::before, .site-header.navbar-shrink button.menu-toggle::after, .site-header.navbar-shrink button.menu-toggle span::before {
  margin-top: .5px;
}
.home.page:not(.page-template-template-homepage) .site-header.navbar-shrink .storefront-primary-navigation {
  background: linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%) left bottom transparent no-repeat;
    background-size: auto;
  background-size: 100% 3px;
}
.site-header.navbar-shrink .storefront-primary-navigation {
  background: linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%) left bottom transparent no-repeat;
    background-size: auto;
  background-size: 100% 3px;
}


.gradient-line {
	background: linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%) left top transparent no-repeat;
background-size: 100% 3px;
margin-top: -3px !important;
}
.gradient-line-hide {
	background: none !important;
}





.secondary-navigation {
  display: block;
margin-left: auto;
}




#home-vapes,
#home-pod-systeme ,
#prefilled-pods,
#home-vapes-best  {
	
	margin-left: -1rem;
	margin-right: -1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	overflow: hidden;
}
#home-vapes strong,
#home-pod-systeme strong,
#prefilled-pods strong,
#home-vapes-best strong {
	
font-weight: 600 !important;
}


.hero h1 {
	background: -webkit-linear-gradient(0deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%); 
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 3rem !important;
	line-height: 1;
	padding-bottom: .5rem !important;
	margin-bottom: 0 !important;
	padding-right: 6rem !important;
}
@media (min-width: 768px) {
.hero h1 {
	font-size: 3.5rem !important;
	margin-bottom: .5rem !important;
}
}
@media (min-width: 1024px) {
.hero h1 {
	font-size: 4.5rem !important;
	margin-bottom: .5rem !important;
}
}
@media (max-width: 1152px) {
.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull {
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;

}
}

@media (max-width: 767.98px) {
.hero-elf-image {
	
	margin-left: 42%;
}
}



body {
	overflow-x: hidden;
}





/*
.site-search form.woocommerce-product-search button::before {
  background-image: url(assets/imgs/search.svg);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
}*/

#gradienticon {

    shape-rendering: crispEdges;
    fill: url(#MyGradient);
}


:root :where(.is-layout-constrained) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

@media (max-width: 767.98px) {
section#advantage svg {
	margin-top: -10px;
}
}

#category-swiper img {
	min-width: 105px;
	
}
@media (min-width: 1024px) {
#category-swiper img {
	min-width: 170px;
	
}
}

@media (max-width: 1024px) {
#category-swiper h2 {
	white-space: break-spaces;
	
}
#category-swiper {
	overflow: hidden;
	margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
	
}
}



.widget_product_search form::before {
  display: none !important;
}
/* Search Bar Expand */
@media (min-width: 768px) {
  .woocommerce-product-search .relative {
  --size: 100%;
  --expanded-width: 100%;
/*
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  */
  margin-inline-start: auto;
  width: var(--size);
  max-width: 100%;
  transition: width 0.5s, outline 0.5s;
  }
  .woocommerce-product-search .relative:focus-within {width: var(--expanded-width);}
  .woocommerce-product-search .relative .search-field {cursor: pointer;}
  .woocommerce-product-search .relative:focus-within .search-field {cursor: text;}
  .woocommerce-product-search .relative .search-submit {opacity: 0; z-index: -1;}
  .woocommerce-product-search .relative:focus-within .search-submit {opacity: 1; z-index: 0;}
}



.wpc-filters-main-wrap li.wpc-term-item {
  border: none !important;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.wpc-filters-main-wrap input[type="checkbox"] {
  border: 2px solid #c9d1e0 !important;
}
.wpc-filters-main-wrap input[type="checkbox"]:hover {
    border-color: #1d4ed8 !important;
  }
}

.wpc-filters-main-wrap li.wpc-term-item {
  background-color: rgb(255 255 255) !important;
  border: 1px solid rgb(229 231 235) !important;
  padding: .5rem .65rem !important;
  border-radius: 0.5rem !important;
  margin-bottom: 7px !important;
}

.wpc-filters-main-wrap li.wpc-term-item:hover {
  border: 2px solid #1d4ed8 !important;
}


.woocommerce-breadcrumb { display: block !important; }
.home.post-type-archive-product .site-header {
  margin-bottom: 0;
  // border-image: linear-gradient(0deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
}


@media (min-width: 768px) {
  .woocommerce-ordering {
    float: left;
    margin-right: 0;
    margin-bottom: 0 !important;
    padding: .327em 0;
    margin-left: auto;
  }
}
.woocommerce-result-count {
  float: unset;
  padding: 0;
  padding: 0 0 1rem 0;
  font-size: .875rem;
  background: transparent;
  padding: 1rem;
  border-radius: .5rem;
  margin-bottom: 0;
  font-weight: 500;
}






.col-full2 {
  position: relative; /* Container für absolute Positionierung */
  width: 100%;
  display: flex;
  justify-content: center; /* Optional: Inhalt zentrieren */
  align-items: center; /* Optional: Vertikale Zentrierung */
  margin-top: -77.8333px;
  padding-top: 77.8333px;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Nimmt die gesamte Höhe des Eltern-Containers */
  background-image: url('/wp-content/uploads/afd60c2f-dfca-459e-a679-fecfa7c1a975.jpg');
  background-size: cover;
  background-position: center;
  z-index: 1; /* Ganz im Hintergrund */
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Nimmt die gesamte Höhe des Eltern-Containers */
  /*background: linear-gradient(133deg, #000 0%, #0009 50%, #0000 100%);*/
  z-index: 2; /* Über dem Hintergrundbild */
}

.gradient-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Nimmt die gesamte Höhe des Eltern-Containers */
 /* background: linear-gradient(90deg, #000, #fff);*/ /* Beispiel-Gradient, anpassen nach Bedarf */
  z-index: 3; /* Über dem Gradient-Overlay */
}

.woocommerce-products-header {
  position: relative;
  z-index: 4; /* Ganz vorne */
  padding: 20px; /* Abstand für den Inhalt */
  text-align: center; /* Optional: Text zentrieren */
  width: 100%; /* Breite des Headers bestimmt die Größe */
  background: transparent; /* Optional: Header transparent, damit der Hintergrund sichtbar bleibt */
}

.woocommerce-products-header__title {
  margin: 0;
  font-size: 2.5rem; /* Beispielgröße, anpassen nach Bedarf */
}

.page-description {
  margin-top: 10px;
  font-size: 1.25rem; /* Beispielgröße, anpassen nach Bedarf */
	max-width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}





