
.epv2-catalog,
.epv2-catalog * {
	box-sizing: border-box;
}

.epv2-catalog {
	--epv2-bg: #ffffff;
	--epv2-soft: #fbfaf8;
	--epv2-heading: #2d292a;
	--epv2-text: #777071;
	--epv2-accent: #8a817b;
	--epv2-line: #e7e1dc;
	--epv2-button-bg: #2f2b2b;
	--epv2-button-text: #ffffff;
	--epv2-hero-bg: #f3efea;
	--epv2-filter-bg: #ffffff;
	--epv2-filter-heading: #2d292a;
	--epv2-filter-text: #777071;
	--epv2-tabs-bg: #ffffff;
	--epv2-card-bg: #ffffff;
	--epv2-card-title: #333333;
	--epv2-price: #333333;
	--epv2-sale-price: #7d2946;
	--epv2-old-price: #999999;
	--epv2-hover-button-bg: rgba(255,255,255,.94);
	--epv2-hover-button-text: #2f2b2b;

	width: 100%;
	padding: 0 20px 76px;
	background: var(--epv2-bg);
	color: var(--epv2-heading);
	font-family: Montserrat, sans-serif;
}

.epv2-shell {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

/* Full-width, minimal title band */
.epv2-hero {
	position: relative;
	left: 50%;
	display: block;
	width: 100vw;
	min-height: 150px;
	margin-left: -50vw;
	overflow: hidden;
	background: var(--epv2-hero-bg);
	border-top: 1px solid color-mix(in srgb, var(--epv2-line) 70%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--epv2-line) 70%, transparent);
}

.epv2-hero-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% - 40px);
	max-width: 1440px;
	min-height: 150px;
	margin: 0 auto;
	padding: 24px 20px;
	text-align: center;
}

.epv2-eyebrow {
	display: none;
}

.epv2-hero h1 {
	margin: 0 !important;
	color: var(--epv2-heading) !important;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(42px, 4vw, 62px);
	font-weight: 500;
	line-height: .95;
	letter-spacing: -.02em;
}

.epv2-description,
.epv2-description p {
	max-width: 620px;
	margin: 11px auto 0 !important;
	color: var(--epv2-text);
	font-size: 11px;
	line-height: 1.65;
}

.epv2-description p:last-child {
	margin-bottom: 0 !important;
}

/* Lightweight top navigation */
.epv2-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1440px;
	min-height: 64px;
	margin: 0 auto;
	overflow-x: auto;
	border-bottom: 1px solid var(--epv2-line);
	background: var(--epv2-tabs-bg);
	scrollbar-width: none;
}

.epv2-tabs::-webkit-scrollbar {
	display: none;
}

.epv2-tabs a {
	position: relative;
	flex: 0 0 auto;
	padding: 23px clamp(18px, 2.4vw, 38px);
	color: var(--epv2-text);
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease;
}

.epv2-tabs a:hover,
.epv2-tabs a.is-current {
	color: var(--epv2-heading);
}

.epv2-tabs a.is-current {
	font-weight: 600;
}

.epv2-tabs a.is-current::after {
	content: "";
	position: absolute;
	right: 28px;
	bottom: -1px;
	left: 28px;
	border-bottom: 1px solid var(--epv2-heading);
}

/* Toolbar */
.epv2-toolbar,
.epv2-layout {
	width: 100%;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}

.epv2-toolbar {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 24px;
	padding: 26px 0 22px;
}

.epv2-open-filters {
	display: none;
}

.epv2-found {
	color: var(--epv2-text);
	font-size: 9px;
	letter-spacing: .02em;
}

.epv2-found strong {
	color: var(--epv2-heading);
	font-weight: 600;
}

.epv2-sort {
	display: flex;
	align-items: center;
	gap: 13px;
}

.epv2-sort label {
	color: var(--epv2-text);
	font-size: 8px;
	font-weight: 600;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.epv2-sort select {
	min-width: 220px;
	min-height: 40px;
	padding: 0 38px 0 13px;
	border: 1px solid var(--epv2-line);
	border-radius: 0;
	background: #ffffff;
	color: var(--epv2-heading);
	font: inherit;
	font-size: 9px;
}

/* Layout */
.epv2-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.epv2-sidebar {
	position: sticky;
	top: 96px;
	align-self: start;
	max-height: calc(100vh - 116px);
	overflow-y: auto;
	overscroll-behavior: contain;
	background: transparent;
	scrollbar-width: thin;
	scrollbar-color: #d8d2ce transparent;
}

.epv2-filter-panel {
	padding: 0 4px 10px 0;
	border: 0;
	background: transparent;
}

.epv2-mobile-filter-head {
	display: none;
}

/* Editorial category navigation */
.epv2-categories-panel {
	padding: 0 0 24px;
	border-bottom: 1px solid var(--epv2-line);
}

.epv2-categories-panel__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: 0 0 18px;
	color: var(--epv2-filter-heading);
	font-family: "Cormorant Garamond", serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
}

.epv2-categories-panel__head span {
	display: none;
}

.epv2-category-all {
	position: relative;
	display: inline-flex;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: var(--epv2-filter-text);
	font-size: 9px;
	font-weight: 500;
	text-decoration: none;
}

.epv2-category-all.is-active {
	color: var(--epv2-heading);
}

.epv2-category-all.is-active::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid var(--epv2-heading);
}

.epv2-category-groups {
	display: grid;
	gap: 0;
}

.epv2-category-group {
	position: relative;
	padding: 16px 0;
	border-top: 1px solid var(--epv2-line);
}

.epv2-category-group:first-child {
	border-top: 0;
	padding-top: 0;
}

.epv2-category-group.is-active {
	padding-left: 12px;
}

.epv2-category-group.is-active::before {
	content: "";
	position: absolute;
	top: 17px;
	bottom: 17px;
	left: 0;
	border-left: 1px solid var(--epv2-accent);
}

.epv2-category-group__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 8px;
	color: var(--epv2-filter-heading);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.45;
	text-decoration: none;
	text-transform: uppercase;
}

.epv2-category-group__children {
	display: grid;
	gap: 5px;
}

.epv2-category-group__children a {
	display: block;
	color: var(--epv2-filter-text);
	font-size: 9px;
	line-height: 1.5;
	text-decoration: none;
	transition: color .2s ease, transform .2s ease;
}

.epv2-category-group__children a:hover,
.epv2-category-group__children a.is-active {
	color: var(--epv2-heading);
	transform: translateX(2px);
}

/* Attributes – clean accordion */
.epv2-filter-group {
	border-bottom: 1px solid var(--epv2-line);
}

.epv2-filter-group summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 17px 0;
	list-style: none;
	cursor: pointer;
	color: var(--epv2-filter-heading);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .025em;
}

.epv2-filter-group summary::-webkit-details-marker {
	display: none;
}

.epv2-filter-group summary i {
	position: relative;
	width: 11px;
	height: 11px;
	opacity: .6;
}

.epv2-filter-group summary i::before,
.epv2-filter-group summary i::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 11px;
	border-top: 1px solid currentColor;
	transition: transform .2s ease;
}

.epv2-filter-group summary i::after {
	transform: rotate(90deg);
}

.epv2-filter-group[open] summary i::after {
	transform: rotate(0);
}

.epv2-filter-options {
	max-height: 270px;
	padding: 0 0 15px;
	overflow: auto;
}

.epv2-filter-option {
	display: grid;
	grid-template-columns: 13px minmax(0,1fr) auto;
	align-items: center;
	gap: 9px;
	padding: 6px 0;
	color: var(--epv2-filter-text);
	font-size: 9px;
	cursor: pointer;
}

.epv2-filter-option input {
	width: 13px;
	height: 13px;
	margin: 0;
	accent-color: var(--epv2-heading);
}

.epv2-filter-option small {
	color: #aaa3a0;
	font-size: 8px;
}

.epv2-filter-option.is-color {
	grid-template-columns: 13px 16px minmax(0,1fr) auto;
}

.epv2-filter-option.is-color b {
	width: 14px;
	height: 14px;
	border: 1px solid #d8d2ce;
	border-radius: 50%;
}

/* Filter actions */
.epv2-filter-actions {
	padding-top: 20px;
}

.epv2-filter-actions button {
	width: 100%;
	min-height: 42px;
	border: 1px solid var(--epv2-heading);
	background: transparent;
	color: var(--epv2-heading);
	font: inherit;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}

.epv2-filter-actions button:hover {
	background: var(--epv2-heading);
	color: #ffffff;
}

.epv2-filter-actions a {
	display: block;
	margin-top: 12px;
	color: var(--epv2-filter-text);
	font-size: 8px;
	text-align: center;
	text-decoration: none;
}

/* Preserve original product card design */
.epv2-results.ep-latest {
	min-width: 0;
	background: transparent;
}

.epv2-results .ep-latest__grid {
	grid-template-columns: repeat(var(--epv2-columns,4), minmax(0,1fr));
	gap: 44px 22px;
}

.epv2-results .ep-product-card {
	min-width: 0;
	background: var(--epv2-card-bg);
}

.epv2-results .ep-product-card__title {
	color: var(--epv2-card-title);
}

.epv2-results .ep-product-card__price {
	color: var(--epv2-price);
}

.epv2-results .ep-product-card__price ins,
.epv2-results .ep-product-card__price ins .amount {
	color: var(--epv2-sale-price);
}

.epv2-results .ep-product-card__price del,
.epv2-results .ep-product-card__price del .amount {
	color: var(--epv2-old-price);
}

.epv2-results .epx-buy-button--b {
	background: var(--epv2-hover-button-bg);
	color: var(--epv2-hover-button-text);
}

.epv2-pagination {
	display: none;
}

.epv2-infinite {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 88px;
	margin-top: 38px;
	color: var(--epv2-text);
	font-size: 8px;
	text-align: center;
}

.epv2-infinite__status {
	display: flex;
	align-items: center;
	gap: 10px;
}

.epv2-infinite__spinner {
	width: 16px;
	height: 16px;
	border: 1px solid var(--epv2-line);
	border-top-color: var(--epv2-heading);
	border-radius: 50%;
	animation: epv2-spin .8s linear infinite;
}

.epv2-infinite:not(.is-loading) .epv2-infinite__spinner {
	display: none;
}

.epv2-infinite__retry {
	margin-top: 12px;
	padding: 10px 18px;
	border: 1px solid var(--epv2-line);
	background: #ffffff;
	font: inherit;
	font-size: 9px;
}

@keyframes epv2-spin {
	to { transform: rotate(360deg); }
}

.epv2-overlay {
	display: none;
}

@media (max-width: 1180px) {
	.epv2-layout {
		grid-template-columns: 225px minmax(0,1fr);
		gap: 30px;
	}

	.epv2-results .ep-latest__grid {
		grid-template-columns: repeat(3,minmax(0,1fr));
	}
}

@media (max-width: 900px) {
	.epv2-catalog {
		padding-inline: 16px;
	}

	.epv2-layout {
		display: block;
	}

	.epv2-open-filters {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 10px 14px;
		border: 1px solid var(--epv2-line);
		background: #ffffff;
		color: var(--epv2-heading);
		font: inherit;
		font-size: 9px;
		text-transform: uppercase;
	}

	.epv2-open-filters > span {
		width: 15px;
		border-top: 1px solid currentColor;
	}

	.epv2-toolbar {
		grid-template-columns: auto 1fr auto;
	}

	.epv2-sidebar {
		position: fixed;
		z-index: 999999;
		top: 0;
		bottom: 0;
		left: 0;
		width: min(88vw,380px);
		max-height: none;
		overflow-y: auto;
		padding: 0 20px 22px;
		background: #ffffff;
		transform: translateX(-105%);
		transition: transform .25s ease;
	}

	.epv2-catalog.is-open .epv2-sidebar {
		transform: translateX(0);
	}

	.epv2-mobile-filter-head {
		position: sticky;
		z-index: 3;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 -20px;
		padding: 18px 20px;
		border-bottom: 1px solid var(--epv2-line);
		background: #ffffff;
	}

	.epv2-close-filters {
		border: 0;
		background: transparent;
		font-size: 28px;
	}

	.epv2-overlay {
		position: fixed;
		z-index: 999998;
		inset: 0;
		background: rgba(25,20,22,.38);
	}

	.epv2-catalog.is-open .epv2-overlay {
		display: block;
	}
}

@media (max-width: 767px) {
	.epv2-catalog {
		padding: 0 12px 54px;
	}

	.epv2-hero {
		min-height: 120px;
	}

	.epv2-hero-copy {
		min-height: 120px;
		padding: 22px 16px;
	}

	.epv2-hero h1 {
		font-size: 38px;
	}

	.epv2-tabs {
		justify-content: flex-start;
		min-height: 52px;
	}

	.epv2-tabs a {
		padding: 18px 15px;
		font-size: 9px;
	}

	.epv2-toolbar {
		grid-template-columns: auto 1fr;
		gap: 10px;
		padding: 17px 0;
	}

	.epv2-found {
		display: none;
	}

	.epv2-sort {
		justify-self: end;
	}

	.epv2-sort label {
		display: none;
	}

	.epv2-sort select {
		min-width: 150px;
		min-height: 38px;
	}

	.epv2-results .ep-latest__grid {
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 28px 10px;
	}
}


/* v3.31.2 – katalogo išdėstymo stabilumas */
.epv2-catalog{overflow-x:clip}
.epv2-shell,.epv2-toolbar,.epv2-layout{min-width:0}
.epv2-toolbar{grid-template-columns:minmax(0,1fr) auto;min-height:86px}
.epv2-sort{flex:0 0 auto}
.epv2-sort select{width:220px;max-width:220px}
.epv2-layout{grid-template-columns:260px minmax(0,1fr)!important;align-items:start}
.epv2-sidebar{width:260px;min-width:260px;max-width:260px;overflow-x:hidden;scrollbar-gutter:stable}
.epv2-filter-panel{width:100%;min-width:0}
.epv2-results{width:100%;min-width:0;contain:layout paint}
.epv2-results .ep-latest__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:start;width:100%;min-width:0}
.epv2-results .ep-product-card{display:flex;flex-direction:column;width:100%;min-width:0;height:100%;margin:0;transform:none!important}
.epv2-results .ep-product-card:hover{transform:none!important}
.epv2-results .ep-product-card__media,.epv2-results .ep-product-card__image-wrap,.epv2-results .ep-product-card__image{width:100%;min-width:0}
.epv2-results .ep-product-card__media,.epv2-results .ep-product-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:var(--epv2-card-ratio,4/5);background:#f7f5f3}
.epv2-results .ep-product-card__media img,.epv2-results .ep-product-card__image-wrap img,.epv2-results .ep-product-card__image img{display:block;width:100%;height:100%;margin:0;object-fit:cover;object-position:center}
.epv2-results .ep-product-card__content,.epv2-results .ep-product-card__body{display:flex;flex:1 1 auto;flex-direction:column;width:100%;min-width:0}
.epv2-results .ep-product-card__title{min-height:42px;margin-top:12px;overflow-wrap:anywhere}
.epv2-results .ep-product-card__price{min-height:24px;margin-top:auto}
.epv2-results img{max-width:100%}
.epv2-infinite{width:100%;clear:both}
@media(max-width:1180px){.epv2-layout{grid-template-columns:230px minmax(0,1fr)!important;gap:28px}.epv2-sidebar{width:230px;min-width:230px;max-width:230px}.epv2-results .ep-latest__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:900px){.epv2-layout{display:block}.epv2-sidebar{width:min(88vw,380px);min-width:0;max-width:none;scrollbar-gutter:auto}.epv2-results .ep-latest__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.epv2-toolbar{min-height:auto}}
@media(max-width:520px){.epv2-results .ep-latest__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 9px}.epv2-results .ep-product-card__title{min-height:38px}}


/* v3.31.3 – remove archive gap below header and compact catalog top */
body.post-type-archive-product main,
body.tax-product_cat main,
body.woocommerce-shop main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.woocommerce-shop .site-main,
body.post-type-archive-product .content-area,
body.tax-product_cat .content-area,
body.woocommerce-shop .content-area{
  margin-top:0 !important;
  padding-top:0 !important;
}
body.post-type-archive-product .elementor-location-archive,
body.tax-product_cat .elementor-location-archive,
body.woocommerce-shop .elementor-location-archive,
.elementor-widget-epelene-shop-v2,
.elementor-widget-epelene-category-v2,
.elementor-widget-epelene-shop-v2 > .elementor-widget-container,
.elementor-widget-epelene-category-v2 > .elementor-widget-container{
  margin-top:0 !important;
  padding-top:0 !important;
}
.epv2-catalog,
.epv2-shell,
.epv2-hero{
  margin-top:0 !important;
}
.epv2-hero{
  min-height:132px !important;
}
.epv2-hero-copy{
  min-height:132px !important;
  padding-top:20px !important;
  padding-bottom:20px !important;
}
.epv2-tabs{
  min-height:56px !important;
}
.epv2-tabs a{
  padding-top:19px !important;
  padding-bottom:19px !important;
}
.epv2-toolbar{
  min-height:72px !important;
  padding-top:18px !important;
  padding-bottom:18px !important;
}
.epv2-sidebar{
  scrollbar-width:thin;
  scrollbar-color:#ddd6d2 transparent;
}
.epv2-sidebar::-webkit-scrollbar{width:5px}
.epv2-sidebar::-webkit-scrollbar-track{background:transparent}
.epv2-sidebar::-webkit-scrollbar-thumb{background:#ddd6d2;border-radius:10px}
@media(max-width:767px){
  .epv2-hero,.epv2-hero-copy{min-height:96px !important}
  .epv2-hero-copy{padding-top:16px !important;padding-bottom:16px !important}
}


/* v3.31.5 – remove only the white gap above shop/category hero */
body.post-type-archive-product .epv2-catalog,
body.tax-product_cat .epv2-catalog,
body.woocommerce-shop .epv2-catalog,
.elementor-widget-epelene-shop-v2 .epv2-catalog,
.elementor-widget-epelene-category-v2 .epv2-catalog{
  padding-top:0 !important;
}

/* Restore the original comfortable banner height */
.epv2-hero,
.epv2-hero-copy{
  min-height:150px !important;
}

@media(max-width:767px){
  .epv2-hero,
  .epv2-hero-copy{
    min-height:120px !important;
  }
}


/* v3.32.3 – allow full Elementor text controls */
.epv2-catalog .epv2-found strong,
.epv2-catalog .epv2-sort label,
.epv2-catalog .epv2-sort select,
.epv2-catalog .epv2-filter-option > span,
.epv2-catalog .epv2-filter-option small,
.epv2-catalog .epv2-filter-actions button,
.epv2-catalog .epv2-filter-actions a,
.epv2-catalog .epv2-infinite__text,
.epv2-catalog .epv2-infinite--complete span,
.epv2-catalog .epv2-empty h2,
.epv2-catalog .epv2-empty p,
.epv2-catalog .epv2-empty a{
	font-family:inherit;
}

.epv2-catalog .ep-product-card__price ins,
.epv2-catalog .ep-product-card__price del{
	font-size:inherit;
	line-height:inherit;
	letter-spacing:inherit;
}


/* v3.32.5 – every visible catalog text color is independently editable */
.epv2-catalog .epv2-tabs a,
.epv2-catalog .epv2-found,
.epv2-catalog .epv2-found strong,
.epv2-catalog .epv2-sort label,
.epv2-catalog .epv2-sort select,
.epv2-catalog .epv2-category-all,
.epv2-catalog .epv2-category-group__title,
.epv2-catalog .epv2-category-group__children a,
.epv2-catalog .epv2-filter-group summary,
.epv2-catalog .epv2-filter-option > span,
.epv2-catalog .epv2-filter-option small,
.epv2-catalog .epv2-filter-actions button,
.epv2-catalog .epv2-filter-actions a,
.epv2-catalog .epv2-open-filters,
.epv2-catalog .epv2-mobile-filter-head strong,
.epv2-catalog .epv2-mobile-filter-close,
.epv2-catalog .ep-product-card__title,
.epv2-catalog .ep-product-card__price,
.epv2-catalog .ep-product-card__price ins,
.epv2-catalog .ep-product-card__price del,
.epv2-catalog .ep-product-card__discount,
.epv2-catalog .ep-product-card__size,
.epv2-catalog .ep-product-card__buy-button,
.epv2-catalog .epv2-infinite__text,
.epv2-catalog .epv2-infinite--complete span,
.epv2-catalog .epv2-infinite__retry,
.epv2-catalog .epv2-empty h2,
.epv2-catalog .epv2-empty p,
.epv2-catalog .epv2-empty a,
.epv2-catalog .epv2-pagination a,
.epv2-catalog .epv2-pagination span{
	transition:color .2s ease,background-color .2s ease,border-color .2s ease;
}




/* v3.33.5 – sold-out products stay visible under a light grey blur. */
.ep-product-card.is-sold-out .ep-product-card__media,
.epw-card.is-sold-out .epw-card__media{
	background:#eeeae8!important;
}
.ep-product-card.is-sold-out .ep-product-card__media-inner::after{
	content:""!important;
	position:absolute!important;
	inset:0!important;
	z-index:4!important;
	background:rgba(242,239,237,.24)!important;
	pointer-events:none!important;
}
.ep-product-card.is-sold-out .ep-product-card__image,
.ep-product-card.is-sold-out .ep-product-card__video{
	display:block!important;
	visibility:visible!important;
	opacity:.72!important;
	filter:grayscale(48%) saturate(58%) contrast(.88) blur(2.5px)!important;
	transform:scale(1.025)!important;
}
.ep-product-card.is-sold-out:hover .ep-product-card__image,
.ep-product-card.is-sold-out:hover .ep-product-card__video{
	opacity:.72!important;
	transform:scale(1.025)!important;
}
.ep-product-card.is-sold-out .ep-product-card__image--second{
	display:none!important;
	opacity:0!important;
}
.ep-product-card.is-sold-out .ep-product-card__sold-label{
	z-index:20!important;
	background:rgba(255,255,255,.94)!important;
	color:#333!important;
	border:1px solid rgba(51,51,51,.10)!important;
	box-shadow:0 8px 24px rgba(0,0,0,.06)!important;
}




/* v3.33.7 – infinite scroll has no visible fallback button. */
.epv2-infinite__retry,
.epv2-infinite__retry[hidden],
.epv2-infinite[data-state="error"] .epv2-infinite__retry{
	display:none!important;
	visibility:hidden!important;
	opacity:0!important;
	pointer-events:none!important;
}
.epv2-infinite[data-state="error"] .epv2-infinite__status{
	display:flex!important;
}
.epv2-infinite[data-state="error"] .epv2-infinite__text::before{
	content:"Nepavyko automatiškai įkelti prekių. Perkraukite puslapį.";
}
.epv2-infinite[data-state="error"] .epv2-infinite__text{
	font-size:0!important;
}

/* Sold-out card: image must remain visibly present under a soft veil. */
.epv2-results .ep-product-card.is-sold-out .ep-product-card__media-inner{
	background:#ece8e6!important;
}
.epv2-results .ep-product-card.is-sold-out .ep-product-card__image--main,
.epv2-results .ep-product-card.is-sold-out .ep-product-card__video{
	display:block!important;
	visibility:visible!important;
	width:100%!important;
	height:100%!important;
	opacity:.68!important;
	filter:grayscale(58%) saturate(55%) contrast(.92) blur(2px)!important;
	object-fit:cover!important;
	transform:scale(1.025)!important;
}
.epv2-results .ep-product-card.is-sold-out .ep-product-card__media-inner::after{
	background:rgba(238,234,232,.18)!important;
}


/* v3.33.9 – direct sold-out image, immune to lazy-load hiding. */
.ep-product-card.is-sold-out .ep-soldout-direct-image,
.epw-card.is-sold-out .ep-soldout-direct-image{
	position:relative!important;
	z-index:1!important;
	display:block!important;
	visibility:visible!important;
	width:100%!important;
	height:100%!important;
	max-width:none!important;
	opacity:.68!important;
	object-fit:cover!important;
	object-position:center!important;
	filter:grayscale(52%) saturate(58%) contrast(.9) blur(2px)!important;
	transform:scale(1.025)!important;
}
.ep-product-card.is-sold-out .ep-product-card__media-inner{
	position:relative!important;
	z-index:0!important;
}
.ep-product-card.is-sold-out .ep-product-card__media-inner::after,
.epw-card.is-sold-out .epw-card__media::after{
	content:""!important;
	position:absolute!important;
	inset:0!important;
	z-index:2!important;
	display:block!important;
	background:rgba(238,234,232,.18)!important;
	pointer-events:none!important;
}
.ep-product-card.is-sold-out .ep-product-card__sold-label{
	z-index:10!important;
}


/* v3.34.0 – button colors are controlled directly by Elementor responsive selectors. */
.epx-buy-button,
.ep-product-card__buy-button{
	transition:background-color .2s ease,color .2s ease,border-color .2s ease!important;
}


/* v3.34.1 – sold-out products always show their real image. */
.ep-product-card.is-sold-out .ep-product-card__media-inner{
	background:#eeeae8!important;
	overflow:hidden!important;
}

.ep-product-card.is-sold-out .ep-product-card__image--main,
.ep-product-card.is-sold-out .ep-soldout-direct-image,
.epw-card.is-sold-out img{
	display:block!important;
	visibility:visible!important;
	width:100%!important;
	height:100%!important;
	max-width:none!important;
	opacity:.72!important;
	object-fit:cover!important;
	object-position:center!important;
	filter:grayscale(45%) saturate(65%) contrast(.92) blur(1.8px)!important;
	transform:scale(1.02)!important;
}

.ep-product-card.is-sold-out .ep-product-card__video{
	display:none!important;
}

.ep-product-card.is-sold-out .ep-product-card__media-inner::after,
.epw-card.is-sold-out .epw-card__media::after{
	content:""!important;
	position:absolute!important;
	inset:0!important;
	z-index:2!important;
	background:rgba(238,234,232,.16)!important;
	pointer-events:none!important;
}

.ep-product-card.is-sold-out .ep-product-card__sold-label{
	z-index:10!important;
}


/* v3.34.2 – consistent elegant product image dimensions. */
.epv2-results .ep-product-card__media,
.epv2-results .ep-product-card__image-wrap,
.epv2-results .ep-product-card__media-inner{
	aspect-ratio:var(--epv2-card-ratio,4/5)!important;
	height:auto!important;
	min-height:0!important;
}

.epv2-results .ep-product-card__image,
.epv2-results .ep-product-card__image--main,
.epv2-results .ep-product-card__video{
	width:100%!important;
	height:100%!important;
	object-fit:cover!important;
	object-position:center!important;
}

/* Keep every row visually aligned. */
.epv2-results .ep-product-card{
	align-self:start!important;
	height:auto!important;
}


/* v3.34.3 – all product cards match the homepage “Naujausias asortimentas” size. */
.epv2-catalog,
.ep-latest-products,
.ep-category-products-slider,
.epw-results{
	--ep-card-unified-ratio:2 / 3;
}

.epv2-results .ep-product-card__media,
.epv2-results .ep-product-card__image-wrap,
.epv2-results .ep-product-card__media-inner,
.ep-latest-products .ep-product-card__media,
.ep-latest-products .ep-product-card__image-wrap,
.ep-latest-products .ep-product-card__media-inner,
.ep-category-products-slider .ep-product-card__media,
.ep-category-products-slider .ep-product-card__image-wrap,
.ep-category-products-slider .ep-product-card__media-inner,
.epw-results .ep-product-card__media,
.epw-results .ep-product-card__image-wrap,
.epw-results .ep-product-card__media-inner,
.epw-results .epw-card__media{
	aspect-ratio:var(--ep-card-unified-ratio,2 / 3)!important;
	height:auto!important;
	min-height:0!important;
}

.epv2-results .ep-product-card__image,
.epv2-results .ep-product-card__video,
.ep-latest-products .ep-product-card__image,
.ep-latest-products .ep-product-card__video,
.ep-category-products-slider .ep-product-card__image,
.ep-category-products-slider .ep-product-card__video,
.epw-results .ep-product-card__image,
.epw-results .ep-product-card__video,
.epw-results .epw-card__media img{
	width:100%!important;
	height:100%!important;
	object-fit:cover!important;
	object-position:center!important;
}

@media(max-width:767px){
	.epv2-catalog,
	.ep-latest-products,
	.ep-category-products-slider,
	.epw-results{
		--ep-card-unified-ratio:2 / 3;
	}
}

/* v3.34.5 – one identical 2:3 product-card image size everywhere. */
.ep-product-card__media,.ep-product-card__media-inner,.ep-product-card__image-wrap,.epw-card__media{aspect-ratio:2 / 3!important;height:auto!important;min-height:0!important}.ep-product-card__image,.ep-product-card__video,.epw-card__media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}


/* v3.34.8 – shop/category cart button exactly matches homepage cards. */
.epv2-catalog .ep-product-card__buy-overlay{
 position:absolute!important;
 left:18px!important;
 right:18px!important;
 bottom:16px!important;
 z-index:12!important;
 margin:0!important;
 opacity:0;
 transform:translateY(8px);
 pointer-events:none;
 transition:opacity .22s ease,transform .22s ease!important;
}
.epv2-catalog .ep-product-card:hover .ep-product-card__buy-overlay,
.epv2-catalog .ep-product-card:focus-within .ep-product-card__buy-overlay{
 opacity:1!important;
 transform:translateY(0)!important;
 pointer-events:auto!important;
}
.epv2-catalog .epx-buy-button,
.epv2-catalog .ep-product-card__buy-button{
 display:flex!important;
 align-items:center!important;
 justify-content:center!important;
 gap:10px!important;
 width:100%!important;
 min-height:44px!important;
 margin:0!important;
 padding:11px 16px!important;
 border:1px solid rgba(255,255,255,.75)!important;
 border-radius:0!important;
 background:rgba(255,255,255,.92)!important;
 color:#8f2838!important;
 box-shadow:none!important;
 backdrop-filter:blur(5px);
 -webkit-backdrop-filter:blur(5px);
 font-family:Montserrat,Arial,sans-serif!important;
 font-size:11px!important;
 font-weight:700!important;
 line-height:1.2!important;
 letter-spacing:.045em!important;
 text-align:center!important;
 text-decoration:none!important;
 text-transform:uppercase!important;
 transition:background-color .2s ease,border-color .2s ease,color .2s ease!important;
}
.epv2-catalog .epx-buy-button:hover,
.epv2-catalog .epx-buy-button:focus,
.epv2-catalog .epx-buy-button.is-added,
.epv2-catalog .ep-product-card__buy-button:hover{
 border-color:#8f2838!important;
 background:#8f2838!important;
 color:#fff!important;
}
.epv2-catalog .ep-product-card__cart-icon{
 display:inline-flex!important;
 align-items:center!important;
 justify-content:center!important;
 flex:0 0 auto!important;
 color:currentColor!important;
}
.epv2-catalog .ep-product-card__cart-icon svg{
 display:block!important;
 width:14px!important;
 height:14px!important;
 fill:none!important;
 stroke:currentColor!important;
 stroke-width:1.65!important;
 stroke-linecap:round!important;
 stroke-linejoin:round!important;
}
.epv2-catalog .ep-product-card__buy-icon{display:none!important;}
.epv2-catalog .ep-product-card__buy-text{white-space:nowrap!important;}

@media (hover:none),(max-width:767px){
 .epv2-catalog .ep-product-card__buy-overlay{
  left:8px!important;
  right:8px!important;
  bottom:8px!important;
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
 }
 .epv2-catalog .epx-buy-button,
 .epv2-catalog .ep-product-card__buy-button{
  min-height:38px!important;
  padding:8px 6px!important;
  gap:6px!important;
  font-size:8px!important;
  letter-spacing:.02em!important;
 }
 .epv2-catalog .ep-product-card__cart-icon svg{
  width:12px!important;
  height:12px!important;
 }
}


/* ==========================================================
   ePelene v3.41.33 – SHOP/CATEGORY MOBILE ONLY
   1) product card buttons match "Naujausias asortimentas"
   2) minimal mobile filter drawer
   Desktop is intentionally untouched.
   ========================================================== */
@media (max-width:767px){

	/* -------------------------------------------------------
	   PRODUCT CARDS – same compact button as homepage latest
	   ------------------------------------------------------- */
	.epv2-catalog .ep-product-card__buy-overlay{
		left:7px !important;
		right:7px !important;
		bottom:7px !important;
		opacity:1 !important;
		transform:none !important;
		pointer-events:auto !important;
	}

	.epv2-catalog .epx-buy-button,
	.epv2-catalog .ep-product-card__buy-button{
		min-height:31px !important;
		height:auto !important;
		padding:6px 4px !important;
		gap:4px !important;
		border:1px solid rgba(255,255,255,.82) !important;
		border-radius:0 !important;
		background:rgba(255,255,255,.92) !important;
		color:#2D292B !important;
		box-shadow:none !important;
		backdrop-filter:none !important;
		-webkit-backdrop-filter:none !important;
		font-family:Montserrat,Arial,sans-serif !important;
		font-size:7px !important;
		font-weight:700 !important;
		line-height:1.15 !important;
		letter-spacing:0 !important;
		text-transform:uppercase !important;
	}

	.epv2-catalog .epx-buy-button:hover,
	.epv2-catalog .epx-buy-button:focus,
	.epv2-catalog .epx-buy-button.is-added,
	.epv2-catalog .ep-product-card__buy-button:hover{
		border-color:#8F2838 !important;
		background:#8F2838 !important;
		color:#fff !important;
	}

	.epv2-catalog .ep-product-card__cart-icon svg{
		width:10px !important;
		height:10px !important;
	}

	/* -------------------------------------------------------
	   FILTER TRIGGER – light, no giant button feel
	   ------------------------------------------------------- */
	.epv2-open-filters,
	.epv2-open-filters:hover,
	.epv2-open-filters:focus{
		display:inline-flex !important;
		align-items:center !important;
		justify-content:flex-start !important;
		gap:7px !important;
		width:auto !important;
		min-width:0 !important;
		min-height:34px !important;
		padding:0 2px !important;
		border:0 !important;
		border-radius:0 !important;
		outline:0 !important;
		background:transparent !important;
		color:#2D292B !important;
		box-shadow:none !important;
		font-family:Montserrat,Arial,sans-serif !important;
		font-size:9px !important;
		font-weight:600 !important;
		letter-spacing:.03em !important;
		text-transform:uppercase !important;
	}

	.epv2-open-filters > span{
		width:13px !important;
		margin:0 !important;
		border-top:1px solid #8F2838 !important;
	}

	/* -------------------------------------------------------
	   FILTER DRAWER
	   ------------------------------------------------------- */
	.epv2-sidebar{
		width:min(86vw,340px) !important;
		min-width:0 !important;
		max-width:340px !important;
		padding:0 17px 24px !important;
		background:#fff !important;
		box-shadow:10px 0 32px rgba(45,40,41,.09) !important;
		scrollbar-width:none !important;
	}

	.epv2-sidebar::-webkit-scrollbar{
		display:none !important;
	}

	.epv2-filter-panel,
	.epv2-categories-panel,
	.epv2-category-groups,
	.epv2-category-group,
	.epv2-category-group__children,
	.epv2-filter-group,
	.epv2-filter-options,
	.epv2-filter-actions{
		background:transparent !important;
		box-shadow:none !important;
	}

	/* Compact top row. No burgundy square. */
	.epv2-mobile-filter-head{
		min-height:56px !important;
		margin:0 -17px 8px !important;
		padding:0 17px !important;
		border:0 !important;
		border-bottom:1px solid #EEE8E5 !important;
		background:#fff !important;
		box-shadow:none !important;
	}

	.epv2-mobile-filter-head strong{
		color:#2D292B !important;
		font-family:Montserrat,Arial,sans-serif !important;
		font-size:11px !important;
		font-weight:700 !important;
		letter-spacing:.04em !important;
		text-transform:uppercase !important;
	}

	.epv2-close-filters,
	.epv2-close-filters:hover,
	.epv2-close-filters:focus,
	.epv2-close-filters:active{
		display:flex !important;
		align-items:center !important;
		justify-content:center !important;
		width:30px !important;
		min-width:30px !important;
		height:30px !important;
		min-height:30px !important;
		margin:0 !important;
		padding:0 !important;
		border:0 !important;
		border-radius:50% !important;
		outline:0 !important;
		background:transparent !important;
		background-image:none !important;
		color:#2D292B !important;
		box-shadow:none !important;
		font-family:Arial,sans-serif !important;
		font-size:20px !important;
		font-weight:300 !important;
		line-height:1 !important;
	}

	.epv2-close-filters:hover{
		color:#8F2838 !important;
	}

	/* Categories: plain editorial list, no decorative blocks */
	.epv2-categories-panel{
		padding:6px 0 14px !important;
		border-bottom:1px solid #EEE8E5 !important;
	}

	.epv2-categories-panel__head{
		display:none !important;
	}

	.epv2-category-all{
		display:block !important;
		margin:0 !important;
		padding:11px 0 !important;
		border:0 !important;
		background:transparent !important;
		color:#2D292B !important;
		font-size:11px !important;
		font-weight:600 !important;
	}

	.epv2-category-group{
		margin:0 !important;
		padding:0 !important;
		border:0 !important;
		border-top:1px solid #F1ECE9 !important;
	}

	.epv2-category-group:first-child{
		border-top:0 !important;
	}

	.epv2-category-group__title{
		display:block !important;
		margin:0 !important;
		padding:12px 0 6px !important;
		border:0 !important;
		background:transparent !important;
		color:#2D292B !important;
		font-size:11px !important;
		font-weight:700 !important;
		line-height:1.3 !important;
		letter-spacing:.02em !important;
	}

	.epv2-category-group.is-active .epv2-category-group__title{
		color:#8F2838 !important;
	}

	.epv2-category-group__children{
		margin:0 !important;
		padding:0 0 9px !important;
		border:0 !important;
	}

	.epv2-category-group__children a{
		display:block !important;
		margin:0 !important;
		padding:4px 0 !important;
		border:0 !important;
		background:transparent !important;
		color:#756D70 !important;
		font-size:10.5px !important;
		font-weight:400 !important;
		line-height:1.35 !important;
		transform:none !important;
	}

	.epv2-category-group__children a.is-active{
		color:#8F2838 !important;
		font-weight:500 !important;
	}

	.epv2-category-count{
		color:inherit !important;
		opacity:.72 !important;
	}

	/* Attribute filters – minimal accordions */
	.epv2-filter-group{
		border:0 !important;
		border-bottom:1px solid #EEE8E5 !important;
	}

	.epv2-filter-group summary{
		min-height:46px !important;
		padding:0 !important;
		border:0 !important;
		background:transparent !important;
		color:#2D292B !important;
		font-size:10.5px !important;
		font-weight:600 !important;
		letter-spacing:.02em !important;
	}

	.epv2-filter-group summary i{
		width:10px !important;
		height:10px !important;
		color:#8F2838 !important;
		opacity:1 !important;
	}

	.epv2-filter-options{
		max-height:220px !important;
		padding:0 0 10px !important;
		background:transparent !important;
	}

	.epv2-filter-option{
		grid-template-columns:12px minmax(0,1fr) auto !important;
		gap:8px !important;
		padding:5px 0 !important;
		background:transparent !important;
		font-size:10px !important;
	}

	.epv2-filter-option input{
		width:12px !important;
		height:12px !important;
		margin:0 !important;
		accent-color:#8F2838 !important;
	}

	/* Bottom filter actions: no giant colored blocks */
	.epv2-filter-actions{
		display:flex !important;
		align-items:center !important;
		gap:16px !important;
		padding:16px 0 2px !important;
		border:0 !important;
	}

	.epv2-filter-actions button,
	.epv2-filter-actions a{
		width:auto !important;
		min-width:0 !important;
		min-height:0 !important;
		padding:0 !important;
		border:0 !important;
		border-radius:0 !important;
		background:transparent !important;
		box-shadow:none !important;
		font-family:Montserrat,Arial,sans-serif !important;
		font-size:9.5px !important;
		font-weight:700 !important;
		line-height:1.3 !important;
		text-transform:uppercase !important;
	}

	.epv2-filter-actions button{
		color:#8F2838 !important;
	}

	.epv2-filter-actions a{
		color:#756D70 !important;
	}

	/* softer overlay only */
	.epv2-overlay{
		background:rgba(45,40,41,.22) !important;
		backdrop-filter:none !important;
	}
}


/* ==========================================================
   ePelene v3.41.34 – MOBILE FILTER CLEANUP ONLY
   Fix active-category stray line + bottom actions
   ========================================================== */
@media (max-width:767px){

	/* Remove all old active-category decorative lines/pseudo-elements */
	.epv2-category-group.is-active,
	.epv2-category-group__children a.is-active,
	.epv2-category-group__children a{
		border-left:0 !important;
		box-shadow:none !important;
	}

	.epv2-category-group.is-active::before,
	.epv2-category-group.is-active::after,
	.epv2-category-group__children a::before,
	.epv2-category-group__children a::after,
	.epv2-category-group__children a.is-active::before,
	.epv2-category-group__children a.is-active::after{
		display:none !important;
		content:none !important;
		position:static !important;
		width:0 !important;
		height:0 !important;
		border:0 !important;
		background:transparent !important;
	}

	/* Active state = text color only */
	.epv2-category-group__children a.is-active{
		padding-left:0 !important;
		color:#8F2838 !important;
		font-weight:500 !important;
		transform:none !important;
	}

	.epv2-category-group.is-active .epv2-category-group__title{
		padding-left:0 !important;
		border-left:0 !important;
		color:#8F2838 !important;
	}

	/* Bottom filter actions – plain, elegant, no boxed button */
	.epv2-filter-actions{
		display:flex !important;
		align-items:center !important;
		justify-content:flex-start !important;
		gap:18px !important;
		width:100% !important;
		margin:0 !important;
		padding:16px 0 4px !important;
		border:0 !important;
		background:transparent !important;
	}

	.epv2-filter-actions button,
	.epv2-filter-actions button:hover,
	.epv2-filter-actions button:focus,
	.epv2-filter-actions button:active,
	.epv2-filter-actions a,
	.epv2-filter-actions a:hover,
	.epv2-filter-actions a:focus{
		display:inline-flex !important;
		align-items:center !important;
		justify-content:flex-start !important;
		width:auto !important;
		min-width:0 !important;
		max-width:none !important;
		height:auto !important;
		min-height:0 !important;
		margin:0 !important;
		padding:0 !important;
		border:0 !important;
		border-radius:0 !important;
		outline:0 !important;
		background:transparent !important;
		background-color:transparent !important;
		background-image:none !important;
		color:#2D292B !important;
		box-shadow:none !important;
		font-family:Montserrat,Arial,sans-serif !important;
		font-size:9.5px !important;
		font-weight:600 !important;
		line-height:1.3 !important;
		letter-spacing:.02em !important;
		text-transform:uppercase !important;
		text-decoration:none !important;
	}

	.epv2-filter-actions button{
		color:#8F2838 !important;
	}

	.epv2-filter-actions a{
		color:#756D70 !important;
	}

	.epv2-filter-actions button:hover,
	.epv2-filter-actions a:hover{
		text-decoration:underline !important;
	}
}


/* ==========================================================
   ePelene v3.41.35 – SHOP mobile cart button = LATEST 1:1
   ========================================================== */
@media (max-width:767px){

	.epv2-catalog .ep-product-card__buy-overlay{
		left:7px !important;
		right:7px !important;
		bottom:7px !important;
		margin:0 !important;
		opacity:1 !important;
		transform:none !important;
		pointer-events:auto !important;
	}

	.epv2-catalog .epx-buy-button,
	.epv2-catalog .ep-product-card__buy-button{
		display:flex !important;
		align-items:center !important;
		justify-content:center !important;
		width:100% !important;
		min-width:0 !important;
		min-height:31px !important;
		height:auto !important;
		margin:0 !important;
		padding:6px 4px !important;
		gap:4px !important;

		border:1px solid rgba(255,255,255,.82) !important;
		border-radius:0 !important;
		background:rgba(255,255,255,.92) !important;
		color:#2D292B !important;
		box-shadow:none !important;
		backdrop-filter:none !important;
		-webkit-backdrop-filter:none !important;

		font-family:Montserrat,Arial,sans-serif !important;
		font-size:7px !important;
		font-weight:700 !important;
		line-height:1.15 !important;
		letter-spacing:0 !important;
		text-align:center !important;
		text-decoration:none !important;
		text-transform:uppercase !important;
		white-space:nowrap !important;
	}

	.epv2-catalog .epx-buy-button .ep-product-card__buy-text,
	.epv2-catalog .ep-product-card__buy-button .ep-product-card__buy-text{
		min-width:0 !important;
		overflow:hidden !important;
		text-overflow:ellipsis !important;
		white-space:nowrap !important;
	}

	.epv2-catalog .ep-product-card__cart-icon{
		display:inline-flex !important;
		align-items:center !important;
		justify-content:center !important;
		flex:0 0 auto !important;
		width:auto !important;
		height:auto !important;
		color:currentColor !important;
	}

	.epv2-catalog .ep-product-card__cart-icon svg{
		display:block !important;
		width:10px !important;
		height:10px !important;
	}

	.epv2-catalog .epx-buy-button:hover,
	.epv2-catalog .epx-buy-button:focus,
	.epv2-catalog .epx-buy-button.is-added,
	.epv2-catalog .ep-product-card__buy-button:hover{
		border-color:#8F2838 !important;
		background:#8F2838 !important;
		color:#fff !important;
	}

	/* Remove any old width/height inheritance from catalog button styles */
	.epv2-catalog .ep-product-card__buy-wrap,
	.epv2-catalog .ep-product-card__buy-overlay{
		min-height:0 !important;
		height:auto !important;
	}
}

/* v3.41.49 – canonical category rail + sidebar special links. No legacy overrides below this block. */
.epv2-tabs-wrap{
  position:relative !important;
  display:block !important;
  width:100% !important;
  max-width:1440px !important;
  margin:0 auto !important;
  padding:0 !important;
  overflow:visible !important;
  border-bottom:1px solid var(--epv2-line) !important;
  background:var(--epv2-tabs-bg) !important;
}
.epv2-tabs-wrap .epv2-tabs{
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(8,minmax(0,1fr)) !important;
  grid-column:auto !important;
  align-items:stretch !important;
  justify-content:stretch !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  min-height:60px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  overflow:visible !important;
  transform:none !important;
  translate:none !important;
  scroll-behavior:auto !important;
  scroll-snap-type:none !important;
}
.epv2-tabs-wrap .epv2-tabs a{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:0 !important;
  width:auto !important;
  margin:0 !important;
  padding:19px 8px !important;
  overflow:visible !important;
  color:var(--epv2-text) !important;
  font-size:10px !important;
  font-weight:400 !important;
  line-height:1.25 !important;
  text-align:center !important;
  text-decoration:none !important;
  text-overflow:clip !important;
  white-space:nowrap !important;
}
.epv2-tabs-wrap .epv2-tabs a:hover,
.epv2-tabs-wrap .epv2-tabs a.is-current{color:var(--epv2-heading) !important;}
.epv2-tabs-wrap .epv2-tabs a.is-current{font-weight:600 !important;}
.epv2-tabs-wrap .epv2-tabs a.is-current::after{
  content:"" !important;
  position:absolute !important;
  right:16px !important;
  bottom:-1px !important;
  left:16px !important;
  border-bottom:1px solid var(--epv2-heading) !important;
}
.epv2-tabs-arrow{display:none !important;}

/* These are real category-level rows and intentionally reuse the exact same
   typography and spacing as LAUKO DRABUŽIAI / AKSESUARAI headings. */
.epv2-category-special{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
.epv2-category-special .epv2-category-group--special{
  position:relative !important;
  margin:0 !important;
  padding:16px 0 !important;
  border-top:1px solid var(--epv2-line) !important;
}
.epv2-category-special .epv2-category-group__title{
  /* Intentionally no typography overrides here. The same Elementor/widget
     typography rules as every normal .epv2-category-group__title apply. */
}
.epv2-category-special .epv2-category-group__title:hover{color:var(--epv2-accent) !important;}

@media (max-width:1099px){
  .epv2-tabs-wrap{overflow:hidden !important;}
  .epv2-tabs-wrap .epv2-tabs{
    display:flex !important;
    width:100% !important;
    max-width:none !important;
    min-height:54px !important;
    padding:0 8px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    justify-content:flex-start !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
    scroll-snap-type:x proximity !important;
  }
  .epv2-tabs-wrap .epv2-tabs::-webkit-scrollbar{display:none !important;}
  .epv2-tabs-wrap .epv2-tabs a{
    flex:0 0 auto !important;
    min-width:max-content !important;
    padding:18px 16px !important;
    font-size:10px !important;
    white-space:nowrap !important;
    scroll-snap-align:start !important;
  }
}
@media (max-width:767px){
  .epv2-tabs-wrap .epv2-tabs a{font-size:12px !important;padding:16px 14px !important;}
  .epv2-category-special .epv2-category-group--special{padding:16px 0 !important;}
}

/* v3.41.51 – readable desktop category rail + exact sidebar heading parity. */
@media (min-width:1100px){
  .epv2-tabs-wrap .epv2-tabs{
    min-height:64px !important;
  }
  .epv2-tabs-wrap .epv2-tabs a{
    padding:20px 10px !important;
    font-size:13px !important;
    font-weight:500 !important;
    line-height:1.25 !important;
    letter-spacing:0 !important;
  }
  .epv2-tabs-wrap .epv2-tabs a.is-current{
    font-weight:600 !important;
  }

  /* Special rows use the exact same .epv2-category-group__title typography
     as LAUKO DRABUŽIAI / AKSESUARAI / NAMAMS. No font overrides. */
  .epv2-category-special .epv2-category-group--special{
    position:relative !important;
    margin:0 !important;
    padding:16px 0 !important;
    border:0 !important;
    border-top:1px solid var(--epv2-line) !important;
  }
}

@media (min-width:768px) and (max-width:1099px){
  .epv2-tabs-wrap .epv2-tabs a{
    font-size:12px !important;
    padding:18px 18px !important;
  }
  .epv2-category-special .epv2-category-group--special{
    padding:16px 0 !important;
  }
}

/* v3.41.52 – sidebar parity: special links intentionally inherit the exact same
   .epv2-category-group__title widget/Elementor typography as normal category headings. */


/* v3.41.53 – equal visual spacing between desktop category labels. */
@media (min-width:1100px){
  .epv2-tabs-wrap .epv2-tabs{
    display:flex !important;
    align-items:stretch !important;
    justify-content:space-between !important;
    gap:0 !important;
    width:100% !important;
    padding:0 !important;
  }
  .epv2-tabs-wrap .epv2-tabs a{
    flex:0 0 auto !important;
    width:auto !important;
    min-width:0 !important;
    padding:20px 0 !important;
    font-size:13px !important;
    white-space:nowrap !important;
  }
}


/* v3.41.55 – elegant empty-filter state (desktop + tablet + mobile) */
.epv2-catalog .epv2-empty{
  width:min(720px,100%);
  margin:34px auto 56px;
  padding:46px 54px 42px;
  text-align:center;
  background:#fbf7f6;
  border:1px solid #eadfda;
  border-radius:18px;
  box-shadow:0 10px 34px rgba(45,41,43,.05);
}
.epv2-catalog .epv2-empty::before{
  content:"×";
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin:0 auto 20px;
  border:1px solid #d9c7c1;
  border-radius:50%;
  color:#8f2838;
  background:#fff;
  font-family:Arial,sans-serif;
  font-size:27px;
  font-weight:300;
  line-height:1;
}
.epv2-catalog .epv2-empty h2{
  margin:0 0 10px!important;
  color:#2d292b!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:38px!important;
  font-weight:500!important;
  line-height:1.08!important;
  letter-spacing:0!important;
}
.epv2-catalog .epv2-empty p{
  margin:0 auto 24px!important;
  max-width:520px;
  color:#6e6568!important;
  font-size:16px!important;
  line-height:1.65!important;
}
.epv2-catalog .epv2-empty a{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 25px!important;
  border:1px solid #8f2838!important;
  border-radius:2px!important;
  background:#8f2838!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.2!important;
  letter-spacing:.04em!important;
  text-decoration:none!important;
  text-transform:uppercase;
  box-shadow:none!important;
}
.epv2-catalog .epv2-empty a:hover,
.epv2-catalog .epv2-empty a:focus{
  background:#6f1d2a!important;
  border-color:#6f1d2a!important;
  color:#fff!important;
  transform:translateY(-1px);
}

@media (max-width:1024px){
  .epv2-catalog .epv2-empty{
    margin:28px auto 44px;
    padding:40px 38px 38px;
  }
  .epv2-catalog .epv2-empty h2{font-size:34px!important;}
}

@media (max-width:767px){
  .epv2-catalog .epv2-empty{
    width:100%;
    margin:18px 0 32px;
    padding:30px 20px 28px;
    border-radius:14px;
  }
  .epv2-catalog .epv2-empty::before{
    width:42px;
    height:42px;
    margin-bottom:16px;
    font-size:23px;
  }
  .epv2-catalog .epv2-empty h2{
    font-size:30px!important;
    line-height:1.12!important;
  }
  .epv2-catalog .epv2-empty p{
    margin-bottom:20px!important;
    font-size:15px!important;
    line-height:1.55!important;
  }
  .epv2-catalog .epv2-empty a{
    width:100%;
    min-height:48px;
    padding:13px 18px!important;
    font-size:13px!important;
  }
}


/* =========================================================
   ePelene v3.41.61 – GLOBAL SOLD-OUT CARD STYLE
   No text badge on image; soft premium unavailable treatment.
   ========================================================= */

/* Never show extra sold-out text on product imagery/cards. */
.ep-product-card.is-sold-out .ep-product-card__sold-label,
.epw-product-card.is-sold-out .epw-product-card__sold,
.epw-card.is-sold-out .epw-product-card__sold,
.epw-card.is-sold-out .ep-product-card__sold-label{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}

/* Keep the real product photo visible, but make unavailable items elegant. */
.ep-product-card.is-sold-out .ep-product-card__media,
.ep-product-card.is-sold-out .ep-product-card__media-inner,
.epw-card.is-sold-out .epw-card__media,
.epw-product-card.is-sold-out .epw-product-card__media,
.epw-product-card.is-sold-out .epw-product-card__image-wrap{
    position:relative !important;
    background:#f7f5f3 !important;
    overflow:hidden !important;
}

.ep-product-card.is-sold-out .ep-product-card__image--main,
.ep-product-card.is-sold-out .ep-product-card__image,
.ep-product-card.is-sold-out .ep-soldout-direct-image,
.ep-product-card.is-sold-out .ep-product-card__video,
.epw-card.is-sold-out img,
.epw-product-card.is-sold-out .epw-product-card__image-wrap img{
    opacity:.78 !important;
    filter:grayscale(38%) saturate(72%) brightness(1.035) contrast(.96) !important;
    transform:none !important;
    transition:opacity .25s ease, filter .25s ease !important;
}

/* No second/hover image for unavailable products. */
.ep-product-card.is-sold-out .ep-product-card__image--second{
    opacity:0 !important;
    display:none !important;
}

/* Very light warm veil instead of heavy grey blur. */
.ep-product-card.is-sold-out .ep-product-card__media-inner::after,
.epw-card.is-sold-out .epw-card__media::after,
.epw-product-card.is-sold-out .epw-product-card__media::after,
.epw-product-card.is-sold-out .epw-product-card__image-wrap::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    z-index:5 !important;
    display:block !important;
    background:linear-gradient(180deg, rgba(255,255,255,.20), rgba(247,243,240,.34)) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    pointer-events:none !important;
}

/* Hover must stay calm and consistent. */
.ep-product-card.is-sold-out:hover .ep-product-card__image--main,
.ep-product-card.is-sold-out:hover .ep-product-card__image,
.ep-product-card.is-sold-out:hover .ep-soldout-direct-image,
.ep-product-card.is-sold-out:hover .ep-product-card__video,
.epw-card.is-sold-out:hover img,
.epw-product-card.is-sold-out:hover .epw-product-card__image-wrap img{
    opacity:.82 !important;
    filter:grayscale(32%) saturate(76%) brightness(1.03) contrast(.97) !important;
    transform:none !important;
}

/* v3.41.64 – clear filter rows on every device */
.epv2-catalog .epv2-filter-option,
.epv2-filter-panel .epv2-filter-option{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  gap:9px!important;
  padding:7px 0!important;
  box-sizing:border-box!important;
  line-height:1.35!important;
}
.epv2-catalog .epv2-filter-option input,
.epv2-filter-panel .epv2-filter-option input{
  flex:0 0 15px!important;
  width:15px!important;
  height:15px!important;
}
.epv2-catalog .epv2-filter-option.is-color b,
.epv2-filter-panel .epv2-filter-option.is-color b{
  flex:0 0 16px!important;
  width:16px!important;
  height:16px!important;
}
.epv2-catalog .epv2-filter-option > span,
.epv2-filter-panel .epv2-filter-option > span{
  flex:1 1 auto!important;
  min-width:0!important;
  overflow-wrap:anywhere!important;
  font-size:12px!important;
  line-height:1.35!important;
}
.epv2-catalog .epv2-filter-option small,
.epv2-filter-panel .epv2-filter-option small{
  flex:0 0 auto!important;
  margin-left:auto!important;
  padding-left:8px!important;
  font-size:11px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
  text-align:right!important;
}
/* slightly larger sale badges on all catalogue cards */
.epv2-catalog .ep-product-card__discount{
  min-width:56px!important;
  min-height:34px!important;
  padding:7px 11px!important;
  font-size:13px!important;
  line-height:1!important;
}
@media(max-width:767px){
  .epv2-catalog .epv2-filter-option > span,
  .epv2-filter-panel .epv2-filter-option > span{font-size:14px!important;}
  .epv2-catalog .epv2-filter-option small,
  .epv2-filter-panel .epv2-filter-option small{font-size:12px!important;}
  .epv2-catalog .ep-product-card__discount{
    min-width:45px!important;
    min-height:28px!important;
    padding:6px 8px!important;
    font-size:11px!important;
  }
}

/* v3.41.65 – product gallery video in product cards */
.ep-product-card__video--primary{z-index:3;opacity:1;}
.ep-product-card__video--second{z-index:2;opacity:0;}
@media (hover:hover) and (pointer:fine){.ep-product-card:hover .ep-product-card__video--second{opacity:1;}}

/* v3.41.76 — catalogue sale-price hierarchy. */
.epv2-catalog .ep-product-card__price > .amount,
.epv2-catalog .ep-product-card__price > .woocommerce-Price-amount{color:#333333!important;}
.epv2-catalog .ep-product-card__price del,
.epv2-catalog .ep-product-card__price del *{color:#8f898b!important;opacity:1!important;}
.epv2-catalog .ep-product-card__price ins,
.epv2-catalog .ep-product-card__price ins *{color:#8f2838!important;text-decoration:none!important;}


/* ==========================================================
   ePelene v3.41.79 – MOBILE FILTER UX ONLY
   Klientės pageidavimas: paspaudus „Filtruoti“ telefone
   iškart rodomi filtrai, o ne pakartotinai visas kategorijų katalogas.
   Desktop / tablet (>767px) neliečiami.
   ========================================================== */
@media (max-width:767px){
	.epv2-sidebar .epv2-categories-panel{
		display:none !important;
	}

	.epv2-sidebar .epv2-filter-panel{
		padding-top:0 !important;
	}

	.epv2-sidebar .epv2-mobile-filter-head{
		margin-bottom:4px !important;
	}
}
\n\n/* ==========================================================\n   ePelene v3.42.16 — DESKTOP SIDEBAR: filters first, categories collapsed\n   Mobile UX remains exactly as before.\n   ========================================================== */\n@media (min-width: 901px){\n  .epv2-desktop-filter-title{\n    margin:0 0 14px!important;\n    padding:0 0 12px!important;\n    border-bottom:1px solid #e8dfda!important;\n    color:#2d292b!important;\n    font-size:14px!important;\n    font-weight:700!important;\n    letter-spacing:.04em!important;\n    text-transform:uppercase!important;\n  }\n  .epv2-desktop-categories-collapse{\n    margin:18px 0 0!important;\n    padding:0!important;\n    border-top:1px solid #e8dfda!important;\n    border-bottom:1px solid #e8dfda!important;\n  }\n  .epv2-desktop-categories-collapse > summary{\n    display:flex!important;\n    align-items:center!important;\n    justify-content:space-between!important;\n    gap:12px!important;\n    min-height:50px!important;\n    padding:0!important;\n    cursor:pointer!important;\n    list-style:none!important;\n    color:#2d292b!important;\n    font-size:13px!important;\n    font-weight:700!important;\n    letter-spacing:.04em!important;\n    text-transform:uppercase!important;\n  }\n  .epv2-desktop-categories-collapse > summary::-webkit-details-marker{display:none!important;}\n  .epv2-desktop-categories-collapse > summary i{position:relative;width:14px;height:14px;flex:0 0 14px;}\n  .epv2-desktop-categories-collapse > summary i:before,\n  .epv2-desktop-categories-collapse > summary i:after{\n    content:\"\";position:absolute;left:2px;top:6px;width:10px;height:1px;background:#2d292b;transition:transform .2s ease;\n  }\n  .epv2-desktop-categories-collapse > summary i:after{transform:rotate(90deg);}\n  .epv2-desktop-categories-collapse[open] > summary i:after{transform:rotate(0);}\n  .epv2-desktop-categories-collapse__body{padding:0 0 16px!important;}\n  .epv2-desktop-categories-collapse .epv2-categories-panel{margin:0!important;padding:0!important;border:0!important;}\n  .epv2-desktop-categories-collapse .epv2-categories-panel__head{display:none!important;}\n}\n@media (max-width:900px){\n  .epv2-desktop-filter-title{display:none!important;}\n  .epv2-desktop-categories-collapse{display:none!important;}\n}\n

/* ==========================================================
   ePelene v3.42.17 — desktop-only category accordion + clearer filter heading
   ========================================================== */
@media (min-width: 901px){
  body .epv2-filter-panel > .epv2-desktop-filter-title{
    display:block !important;
    width:100% !important;
    margin:0 0 18px !important;
    padding:0 0 14px !important;
    border-bottom:1px solid #ded3ce !important;
    color:#2d292b !important;
    font-size:20px !important;
    line-height:1.2 !important;
    font-weight:700 !important;
    letter-spacing:.02em !important;
    text-transform:none !important;
  }
}
@media (max-width: 900px){
  html body .epv2-filter-panel > .epv2-desktop-filter-title,
  html body .epv2-filter-panel > details.epv2-desktop-categories-collapse,
  html body details.epv2-desktop-categories-collapse,
  html body .epv2-desktop-categories-collapse{
    display:none !important;
    visibility:hidden !important;
    width:0 !important;
    height:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    overflow:hidden !important;
  }
}
