/* =============================================================================
   WooCommerce – jediný zdroj pravdy pre všetky WC štýly
   Extrahované z: hellephant/css/style.css + assets/css/theme.css
   ============================================================================= */

/* ---- WC stránky: vlastné max-width (eshop širší, košík/pokladna užšie) ---- */
body.woocommerce-shop .box > .container,
body.post-type-archive-product .box > .container,
body.tax-product_cat .box > .container,
body.tax-product_tag .box > .container {
	width: 100%;
	max-width: 1280px;
}

body.woocommerce-cart .box > .container {
	width: 100%;
	max-width: 960px;
}
body.woocommerce-checkout .box > .container {
	width: 100%;
	max-width: 1280px;
}

/* Two-column checkout layout */
.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: 1fr 440px;
	column-gap: 1em;
	align-items: start;
}
.woocommerce-checkout form.checkout #customer_details {
	grid-column: 1;
}
.woocommerce-checkout form.checkout #order_review {
	grid-column: 2;
}
.woocommerce-checkout form.checkout #order_review #order_review_heading {
	margin-top: 20px;
}

.woocommerce form .form-row input.input-text, input.woocommerce-Input, input.form-control {
	height: auto;
	padding: 0 20px;
	margin-bottom: 10px;
	line-height: 58px;
	border: 1px solid #CCCBC8;
	color: #7E7E7E;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.woocommerce ul.products li.product a img {
	width: auto;
	margin: 0 auto 1em
}
.woocommerce .products ul, .woocommerce ul.products {
	font-size: 16px
}
.woocommerce ul.products li.product h3 {
	font-size: 22px;
	font-weight: bold;
	color: #131313
}
.show_more span {
	font-size: 20px
}
.woocommerce .page-title {
	margin-top: 0;
	text-align: center
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt:not(.checkout-button), .woocommerce button.button.alt:not([name="update_cart"]), .woocommerce input.button.alt, .btn-black {
	background: #111;
	border: none;
	border-radius: 0;
	font-size: 15px;
	font-weight: normal;
	color: #c6a151
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:not(.checkout-button):hover, .woocommerce button.button.alt:not([name="update_cart"]):hover, .woocommerce input.button.alt:hover, .btn-black:hover, .btn-black:focus {
	background: #333;
	color: #c6a151
}
.woocommerce button.button.alt.single_add_to_cart_button {
	margin: 0px 0 0 0;
}


.woocommerce div.product div.images img {
	width: auto;
	margin: 0 auto
}
.upsell_bg {
	background: #f2f1eb;
	padding: 60px 0;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
}
.woocommerce-page.single-product main > .box {
	padding-bottom: 0
}
.woocommerce .quantity .qty {
	max-width: 100px;
	padding: 0 50px 0 14px;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
	height: 60px;
	background-color: transparent;
	border: solid 1px #c6a151;
	color: #c6a151
}
.woocommerce .quantity input[type=number].qty {
	-moz-appearance: textfield !important;
	appearance: textfield !important;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number].qty::-webkit-outer-spin-button,
.woocommerce .quantity input[type=number].qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	visibility: hidden
}
/* ============================================================
   MODERNÝ ERB ESHOP — sidebar + produktová mriežka
   ============================================================ */

/* === Layout === */
.erb-shop-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 52px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-top: 10px;
}

/* === Sidebar === */
.erb-shop-sidebar {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 210px;
	        flex: 0 0 210px;
	min-width: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
}

/* Sidebar nadpis */
.erb-sidebar-label {
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #b0a898;
	margin: 20px 0 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e6e2d9;
	display: block;
}

/* Kategória – zoznam */
.erb-category-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.erb-category-nav li {
	margin-bottom: 0;
}
.erb-category-nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
	padding: 11px 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2px;
	color: #9a9082;
	text-decoration: none;
	border-bottom: 1px solid #ede9e1;
	border-left: none;
	border-right: none;
	border-top: none;
	-webkit-transition: color 220ms ease;
	transition: color 220ms ease;
}
/* Wheat ikona — indikátor (klas pšenice na ležato, hrot vpravo) */
.erb-category-nav li a::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c6a151' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'><g transform='rotate(90 12 12)'><path d='M12.014 21.514v-3.75'/><path d='M5.93 9.504l-.43 1.604c-.712 2.659 .866 5.391 3.524 6.105c.997 .268 1.993 .535 2.99 .801v-3.44c-.164 -2.105 -1.637 -3.879 -3.676 -4.426l-2.408 -.644Z'/><path d='M13.744 11.164c.454 -.454 .815 -.994 1.061 -1.587c.246 -.594 .372 -1.23 .372 -1.873c0 -.643 -.126 -1.279 -.372 -1.872c-.246 -.594 -.606 -1.133 -1.061 -1.588l-1.73 -1.73l-1.73 1.73c-.454 .454 -.815 .994 -1.06 1.588c-.246 .594 -.372 1.23 -.373 1.872c0 .643 .127 1.279 .373 1.873c.246 .594 .606 1.133 1.06 1.587Z'/><path d='M18.099 9.504l.43 1.604c.712 2.659 -.866 5.391 -3.525 6.105c-.997 .268 -1.994 .535 -2.99 .801v-3.44c.164 -2.105 1.637 -3.879 3.677 -4.426l2.408 -.644Z'/><path d='M12.014 11.164v3.41'/></g></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.erb-category-nav li.current-cat a,
.erb-category-nav li a:hover {
	color: #131313;
}
.erb-category-nav li.current-cat a::before,
.erb-category-nav li a:hover::before {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c6a151' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'><g transform='rotate(90 12 12)'><path d='M12.014 21.514v-3.75'/><path fill='%23c6a151' d='M5.93 9.504l-.43 1.604c-.712 2.659 .866 5.391 3.524 6.105c.997 .268 1.993 .535 2.99 .801v-3.44c-.164 -2.105 -1.637 -3.879 -3.676 -4.426l-2.408 -.644Z'/><path fill='%23c6a151' d='M13.744 11.164c.454 -.454 .815 -.994 1.061 -1.587c.246 -.594 .372 -1.23 .372 -1.873c0 -.643 -.126 -1.279 -.372 -1.872c-.246 -.594 -.606 -1.133 -1.061 -1.588l-1.73 -1.73l-1.73 1.73c-.454 .454 -.815 .994 -1.06 1.588c-.246 .594 -.372 1.23 -.373 1.872c0 .643 .127 1.279 .373 1.873c.246 .594 .606 1.133 1.06 1.587Z'/><path fill='%23c6a151' d='M18.099 9.504l.43 1.604c.712 2.659 -.866 5.391 -3.525 6.105c-.997 .268 -1.994 .535 -2.99 .801v-3.44c.164 -2.105 1.637 -3.879 3.677 -4.426l2.408 -.644Z'/><path d='M12.014 11.164v3.41'/></g></svg>");
}

/* === Produktová plocha === */
.erb-shop-products {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
}

/* CSS Grid — 2 stĺpce */
.erb-shop-products ul.products {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* WooCommerce clearfix pseudo-elements stali grid items — vypnutie */
.erb-shop-products ul.products::before,
.erb-shop-products ul.products::after {
	display: none;
}

/* === Produktová karta === */
.erb-shop-products ul.products li.product {
	width: auto !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
	margin: 0 !important;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(270px, #f8f6f1), color-stop(270px, #fff));
	background: linear-gradient(to bottom, #f8f6f1 270px, #fff 270px);
	border: 1px solid #ece8e0;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow 300ms ease, border-color 300ms ease;
	transition: -webkit-box-shadow 300ms ease, border-color 300ms ease;
	transition: box-shadow 300ms ease, border-color 300ms ease;
	transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-box-shadow 300ms ease;
}
.erb-shop-products ul.products li.product:hover {
	-webkit-box-shadow: 0 18px 44px rgba(0, 0, 0, 0.11);
	        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.11);
	border-color: #c6a151;
}

/* --- Exkluzívne karty — celé čierne (Archívny ERB + ERB Braxatoris) --- */
/* 33385 = Archívny ERB | 6325 = ERB Braxatoris */
.erb-shop-products ul.products li.product.post-33385,
.erb-shop-products ul.products li.product.post-6325 {
	background: #010203;
}
.erb-shop-products ul.products li.product.post-33385 .erb-product-body,
.erb-shop-products ul.products li.product.post-6325 .erb-product-body {
	background: transparent;
}
/* Biely nadpis */
.erb-shop-products ul.products li.product.post-33385 h2.woocommerce-loop-product__title,
.erb-shop-products ul.products li.product.post-33385 h3,
.erb-shop-products ul.products li.product.post-6325 h2.woocommerce-loop-product__title,
.erb-shop-products ul.products li.product.post-6325 h3 {
	color: #fff;
}
/* Zlatý button */
.erb-shop-products ul.products li.product.post-33385 .erb-product-actions a.button,
.erb-shop-products ul.products li.product.post-6325 .erb-product-actions a.button {
	background: #c6a151;
	color: #131313;
}
.erb-shop-products ul.products li.product.post-33385 .erb-product-actions a.button:hover,
.erb-shop-products ul.products li.product.post-6325 .erb-product-actions a.button:hover {
	background: #d4b06a;
	color: #131313;
}

/* --- Kategória štítok (tag) nad obrázkom --- */
.erb-shop-products ul.products li.product .erb-product-tag {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #c6a151;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 5px 10px;
	line-height: 1.4;
	pointer-events: none;
	z-index: 2;
}
/* Na čiernej karte — zlatý tag vyzerá rovnako dobre, nič extra */

/* --- Obrázok produktu --- */
.erb-shop-products ul.products li.product > img {
	display: block;
	width: 100%;
	height: 270px;
	-o-object-fit: contain;
	   object-fit: contain;
	padding: 24px 24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: -webkit-transform 420ms ease;
	transition: -webkit-transform 420ms ease;
	transition: transform 420ms ease;
	transition: transform 420ms ease, -webkit-transform 420ms ease;
}
.erb-shop-products ul.products li.product:hover > img {
	-webkit-transform: scale(1.04);
	        transform: scale(1.04);
}
/* Fallback – pre prípad ak je img vo wrapper elemente */
.erb-shop-products ul.products li.product a img {
	width: auto;
	max-height: 220px;
	margin: 0 auto;
	display: block;
}

/* --- Wrapper obsahu pod obrázkom --- */
.erb-shop-products ul.products li.product .erb-product-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 24px 24px;
}

/* --- Nadpis produktu --- */
.erb-shop-products ul.products li.product h2.woocommerce-loop-product__title,
.erb-shop-products ul.products li.product h3 {
	font-size: 21px;
	font-weight: 700;
	color: #131313;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.3;
	text-align: left;
}

/* --- Riadok ceny (cena vľavo + alkohol vpravo) --- */
.erb-shop-products ul.products li.product .erb-price-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 8px;
}
.erb-shop-products ul.products li.product .erb-alcohol {
	font-size: 13px;
	color: #c6a151;
	white-space: nowrap;
	flex-shrink: 0;
	font-weight: 400%;
}

/* --- Cena --- */
.erb-shop-products ul.products li.product .price {
	padding: 0;
	font-size: 21px !important;
	font-weight: 700 !important;
	color: #c6a151 !important;
	text-align: left;
}

/* --- Popis --- */
.erb-shop-products ul.products li.product .erb-product-description {
	padding: 0;
	margin-bottom: 20px;
	font-size: 15px;
	color: #999;
	line-height: 1.6;
	display: block;
	text-align: left;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.erb-shop-products ul.products li.product .erb-product-description a {
	text-decoration: underline;
}

/* --- Akciový riadok (množstvo + tlačidlo vedľa seba) --- */
.erb-shop-products ul.products li.product .erb-product-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	padding: 0;
	margin-top: auto;
}
.erb-shop-products ul.products li.product .erb-product-actions .quantity {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
	position: relative;
}
.erb-shop-products ul.products li.product .erb-product-actions a.button {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: block;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 240ms ease, color 240ms ease;
	transition: background 240ms ease, color 240ms ease;
  padding: 0 10px;
  background: #111;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 60px !important;
  color: #c6a151;
}
.erb-shop-products ul.products li.product .erb-product-actions a.button:hover {
	background: #c6a151;
	color: #fff;
}

/* === Responzívne === */
@media (max-width: 991px) {
	.erb-shop-layout {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 24px;
	}
	.erb-shop-sidebar {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 100%;
		position: static;
	}
	.erb-category-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 8px;
	}
	.erb-category-nav li a {
		border: 1px solid #ede9e1;
		border-radius: 20px;
		padding: 6px 14px;
		font-size: 13px;
	}
	.erb-category-nav li.current-cat a,
	.erb-category-nav li a:hover {
		border-color: #c6a151;
	}
}
@media (max-width: 900px) {
	.erb-shop-products ul.products {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}
}
@media (max-width: 767px) {
	.erb-shop-layout {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 24px;
	}
	.erb-shop-products ul.products {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.super_headline {
	font-size: 18px;
	line-height: 2;
	color: #555555
}
.woocommerce div.product .product_title,
.woocommerce ul.products li.product h3 {
	margin-top: 4px;
	font-size: 30px;
	font-weight: bold;
	color: #131313
}
.woocommerce div.product .description,
.woocommerce ul.products li.product .description {
	font-size: 15px;
	line-height: 1.6;
	color: #999
}
.woocommerce div.product .description a,
.woocommerce ul.products li.product .description a {
	text-decoration: underline
}
.woocommerce div.product div.images, .woocommerce div.product div.summary {
	padding: 0 6%
}
/* Mini-cart cena — menší font ako na eshop stránke */
.erb-drawer-inner .erb-mini-price .woocommerce-Price-amount {
	font-size: 12px;
}
body:not(.woocommerce-order-received) small {
	opacity: 0.5;
}
body:not(.woocommerce-order-received) small .woocommerce-Price-amount {
	font-size: 14px;
}
.text_after_price {
	font-size: 13px;
	color: #aaa;
	font-weight: 400;
}
small .text_after_price {
	font-size: 11px;
}
.woocommerce-price-suffix {
	font-size: 11px;
	color: #bbb;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}
.woocommerce div.product p.price {
	margin-top: 20px;
	padding-bottom: 22px;
	margin-bottom: 18px;
	border-bottom: solid 1px #c6a151
}
.woocommerce .cart_item div.quantity {
	float: left;
	margin: 10px 0
}
.woocommerce-cart-form tr.updating {
	opacity: 0.5;
	pointer-events: none;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease
}
.woocommerce div.product form.cart div.quantity, .woocommerce .cart_item div.quantity,
.woocommerce ul.products li.product div.quantity {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}
.woocommerce ul.products li.product div.quantity {
	display: inline-block;
}
.woocommerce .upsells.products h2 {
	margin: 0 0 70px;
	font-size: 42px;
	font-weight: bold;
	color: #131313
}
.woocommerce div.product div.images, .woocommerce div.product div.summary{
	margin-bottom: 70px;
}
.woocommerce .upsells ul.products li.product a img {
	max-height: 310px
}
.qty_up, .qty_down {
	position: absolute;
	right: 10px;
	top: 32px;
	display: block;
	width: 19px;
	height: 16px;
	background: url(../images/spinner-down.png) center center no-repeat;
	cursor: pointer;
	padding: 5px
}
.qty_up {
	top: 12px;
	background-image: url(../images/spinner-up.png)
}

/* Pre-render spinner arrows via CSS so they appear immediately on page load,
   before script.js has a chance to inject the real clickable spans.
   :not(:has(.qty_up)) ensures the pseudo-elements disappear once JS runs. */
.woocommerce div.product form.cart div.quantity:not(:has(.qty_up))::before,
.woocommerce .cart_item div.quantity:not(:has(.qty_up))::before,
.woocommerce ul.products li.product div.quantity:not(:has(.qty_up))::before {
	content: '';
	position: absolute;
	right: 10px;
	top: 12px;
	width: 19px;
	height: 16px;
	background: url(../images/spinner-up.png) center center no-repeat;
	pointer-events: none;
}
.woocommerce div.product form.cart div.quantity:not(:has(.qty_up))::after,
.woocommerce .cart_item div.quantity:not(:has(.qty_up))::after,
.woocommerce ul.products li.product div.quantity:not(:has(.qty_up))::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 32px;
	width: 19px;
	height: 16px;
	background: url(../images/spinner-down.png) center center no-repeat;
	pointer-events: none;
}

/* ---- Cart drawer ---- */
.erb-cart-toggle {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #808080;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 6px;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
}
.erb-cart-toggle:hover {
	color: #fff;
}
/* Mobile navbar cart — float vpravo vedľa hamburgera */
.erb-mobile-navbar-cart {
	float: right;
	margin: 20px 5px 8px 0;
	padding: 7px 5px;
	line-height: 1;
	color: #c6a151;
}
body.scroll header .erb-mobile-navbar-cart {
	margin-top: 5px;
}
.erb-mobile-navbar-cart .erb-cart-total {
	color: #9d9d9d;
	font-size: 13px;
}
.erb-cart-toggle img {
	vertical-align: middle;
}
.erb-cart-count {
	display: inline-block;
	background: #c6a151;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	min-width: 18px;
	height: 18px;
	border-radius: 9px;
	text-align: center;
	padding: 0 4px;
	vertical-align: middle;
}
.erb-cart-count.hidden {
	display: none;
}
.erb-cart-drawer {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	pointer-events: none;
}
.erb-cart-drawer.open {
	pointer-events: all;
}
.erb-drawer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.55);
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.erb-cart-drawer.open .erb-drawer-overlay {
	opacity: 1;
}
.erb-drawer-panel {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	max-width: 90vw;
	height: 100%;
	background: #111;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}
.erb-cart-drawer.open .erb-drawer-panel {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.erb-drawer-close {
	position: absolute;
	top: 12px;
	right: 16px;
	background: none;
	border: none;
	color: #888;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	padding: 4px 8px;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}
.erb-drawer-close:hover {
	color: #fff;
}
.erb-drawer-title {
	margin: 0;
	padding: 18px 20px 14px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #2a2a2a;
}
.erb-drawer-inner {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	overflow-y: auto;
	padding: 20px;
	/* Plynulý fade-in po fragment replace (qty update, remove) */
	-webkit-animation: erbDrawerFadeIn 0.18s ease;
	        animation: erbDrawerFadeIn 0.18s ease;
}
@-webkit-keyframes erbDrawerFadeIn {
	from { opacity: 0.25; }
	to   { opacity: 1; }
}
@keyframes erbDrawerFadeIn {
	from { opacity: 0.25; }
	to   { opacity: 1; }
}
body.erb-cart-open {
	overflow: hidden;
}
/* Cart content inside drawer */
.erb-drawer-inner ul.woocommerce-mini-cart {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}
/* Flat row: 1. Krížik | 2. Obrázok | 3. Názov | 4. Qty +/- | 5. Cena | 6. text_after_price */
.erb-drawer-inner .woocommerce-mini-cart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	padding: 10px 0;
	border-bottom: 1px solid #2a2a2a;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
/* Smooth fade-out pri remove (cart page TR + drawer LI) */
tr.woocommerce-cart-form__cart-item,
li.woocommerce-mini-cart-item {
	transition: opacity .25s ease, transform .25s ease;
}
tr.woocommerce-cart-form__cart-item.erb-removing,
li.woocommerce-mini-cart-item.erb-removing {
	opacity: 0;
	transform: translateX(20px);
	pointer-events: none;
}
/* 1. Krížik – zrušiť */
.erb-drawer-inner .woocommerce-mini-cart-item .remove {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	color: #c6a151 !important;
	font-size: 24px !important;
	text-decoration: none !important;
	line-height: 1 !important;
	width: 24px !important;
	height: auto !important;
	text-align: center;
	border-radius: 0 !important;
	float: none !important;
	display: inline !important;
	font-weight: normal !important;
}
.erb-drawer-inner .woocommerce-mini-cart-item .remove:hover {
	color: #fff !important;
	background: #c6a151;
	border-radius: 100% !important;
}
a.remove:hover {
	color: #fff !important;
	background: #c6a151;
}
.erb-drawer-inner .erb-mini-thumb img {
	display: block;
	width: 50px !important;
	height: 50px !important;
	object-fit: contain;
	margin: 0px !important;
}
/* 3. Názov */
.erb-drawer-inner .erb-mini-name {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
}
.erb-drawer-inner .erb-mini-name a,
.erb-drawer-inner .erb-mini-name span {
	display: block;
	color: #ccc;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.3;
	word-break: break-word;
	white-space: normal;
}
.erb-drawer-inner .erb-mini-name a:hover {
	color: #c6a151;
}
/* 5. Cena + 4. Qty (qty pod cenou) */
.erb-drawer-inner .erb-mini-price-col {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 4px;
}
.erb-drawer-inner .erb-mini-price {
	font-size: 11px;
	color: #c6a151;
	white-space: nowrap;
}
.erb-drawer-inner .erb-mini-price del {
	display: inline-block;
	position: relative;
	color: #999;
	font-size: 12px;
	text-decoration: none;
}
.erb-drawer-inner .erb-mini-price del::after {
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: 50%;
	height: 1px;
	background: #c6a151;
}
.erb-drawer-inner .erb-mini-qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4px;
}
.erb-drawer-inner .erb-qty-btn {
	background: none;
	border: 1px solid #555;
	color: #ccc;
	width: 22px;
	height: 22px;
	cursor: pointer;
	font-size: 13px;
	line-height: 1;
	padding: 0;
	-webkit-transition: border-color 150ms, color 150ms;
	transition: border-color 150ms, color 150ms;
}
.erb-drawer-inner .erb-qty-btn:hover {
	border-color: #c6a151;
	color: #c6a151;
}
.erb-drawer-inner .erb-qty-val {
	min-width: 18px;
	text-align: center;
	font-size: 13px;
	color: #ccc;
}
/* 5+6. Cena + tap v jednom riadku, qty pod */
.erb-drawer-inner .erb-mini-price-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	gap: 4px;
}
/* 6. text_after_price */
.erb-drawer-inner .erb-mini-tap {
	font-size: 12px;
	color: #888;
	white-space: nowrap;
}
.erb-drawer-inner .erb-mini-tap::before {
	content: '/ ';
}
.erb-drawer-inner .woocommerce-mini-cart__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #ccc;
	margin-bottom: 20px;
	padding-top: 10px;
}
.erb-drawer-inner .woocommerce-mini-cart__total .woocommerce-Price-amount {
	color: #c6a151;
}
.erb-mini-cart-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.erb-btn-view-cart,
.erb-btn-checkout {
	display: block;
	text-align: center;
	padding: 14px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.erb-btn-view-cart {
	border: 1px solid #555;
	color: #ccc;
}
.erb-btn-view-cart:hover,
.erb-btn-view-cart:focus {
	border-color: #c6a151;
	color: #c6a151;
	text-decoration: none;
}
.erb-btn-checkout {
	background: #c6a151;
	color: #fff;
}
.erb-btn-checkout:hover,
.erb-btn-checkout:focus {
	background: #d4b06a;
	color: #fff;
	text-decoration: none;
}

#shop_hero {
	overflow: hidden;
	background: url(../images/bg-cart.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center
}
#shop_hero h1 {
	margin: 50px 0;
	color: #fff
}
#shop_hero + .box {
	padding-top: 20px
}
#progress {
	margin-bottom: 40px
}
#progress .step {
	display: -moz-inline-stack;
	display: -webkit-inline-box;
	display: inline-block;
	margin: 0 30px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 50px;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s
}
#progress .step:hover {
	color: #fff
}
#progress .step:hover span {
	border-color: #fff;
	color: #fff;
	transition: border-color 0.2s, color 0.2s
}
#progress .step span {
	display: -moz-inline-stack;
	display: -webkit-inline-box;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 2px #c6a151;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	color: #c6a151
}
#progress .step.active {
	color: #fff
}
#progress .step.active span {
	background: #c6a151;
	color: #111
}
.woocommerce table.shop_table {
	margin-bottom: 16px;
	border: none
}
body:not(.woocommerce-order-received) table.shop_table td {
	padding: 0
}
.woocommerce-cart table.shop_table td.product-thumbnail {
	width: 80px;
	padding-right: 16px;
	vertical-align: middle;
}
.woocommerce-cart table.shop_table td.product-thumbnail img {
	display: block;
	width: 70px;
	height: 70px;
	object-fit: contain;
}
body:not(.woocommerce-order-received) table.shop_table .product-name {
	color: #111111;
}
.woocommerce form.checkout table.shop_table td{
	padding: 6px 12px;
}
.woocommerce table.shop_table .actions {
	border: 1px solid #c6a151;
	border-left: none;
	border-right: none;
}
.woocommerce table.shop_table .actions .pull-left {
	float: none !important;
	display: block;
}
.woocommerce table.shop_table .actions .pull-right {
	float: none !important;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
}
/* Aktualizovať — outlined, rovnaký štýl ako erb-btn-view-cart v minicart */
.woocommerce table.shop_table .actions button[name="update_cart"] {
	display: block;
	padding: 12px 24px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #c6a151;
	color: #c6a151;
	background: transparent;
	border-radius: 0;
	line-height: normal;
	height: auto;
	transition: all 200ms ease;
	margin: 0px;
}
.woocommerce table.shop_table .actions button[name="update_cart"]:hover,
.woocommerce table.shop_table .actions button[name="update_cart"]:focus {
	color: #fff;
	background: #c6a151;
}
/* Objednať — filled gold, rovnaký štýl ako erb-btn-checkout v minicart */
.woocommerce table.shop_table .actions a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	display: block;
	padding: 14px 24px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	background: #111;
	color: #c6a151;
	border: none;
	border-radius: 0;
	line-height: normal;
	height: auto;
	transition: all 200ms ease;
	margin: 10px 0;
}
.woocommerce table.shop_table .actions a.checkout-button:hover,
.woocommerce table.shop_table .actions a.checkout-button:focus,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background: #d4b06a;
	color: #fff;
	text-decoration: none;
}
.woocommerce .order_details{
	padding-left: 0;
}
.woocommerce form.checkout table.shop_table .woocommerce-Price-amount{
	font-size: 16px;
	color: #555;
}
.woocommerce table.shop_table .product-subtotal .woocommerce-Price-amount {
	color: #c6a151
}
.woocommerce a.remove {
	float: right;
	color: #999 !important
}
.product-price {
	font-size: 15px;
	color: #999
}
.product-price del,
.product-subtotal del {
	display: inline-block;
	position: relative;
	color: #999;
	text-decoration: none;
}
.product-price del::after,
.product-subtotal del::after {
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: 50%;
	height: 1px;
	background: #c6a151;
}
.back_to_shop {
	font-size: 15px;
	color: #999;
	text-decoration: underline
}
.woocommerce .subtotals {
	font-size: 21px;
	color: #111111;
	line-height: 60px;
	white-space: nowrap;
	margin-right: 10px;
}
body:not(.woocommerce-order-received) .subtotals span.woocommerce-Price-amount {
	font-weight: bold;
	color: #c6a151
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	float: none;
	width: auto;
}

.woocommerce-checkout .checkout .shipping_address{
	display: none;
}

#ship-to-different-address-checkbox {
	width: 18px !important;
	height: 18px !important;
	accent-color: #c6a151;
	cursor: pointer;
	flex-shrink: 0;
	margin: 0 !important;
}

/* Skryť (voliteľné) texty vo formulári pokladne */
.woocommerce-checkout .optional {
	display: none;
}

/* Krajina — celý riadok pod PSČ a Mestom */
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
	clear: both !important;
	width: 100% !important;
	box-sizing: border-box;
}
/* Pole za krajinou musí zmazať float */
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #shipping_phone_field {
	clear: both !important;
}

/* Menšie medzery medzi políčkami formulára */
.woocommerce form.checkout .form-row {
	margin-bottom: 10px;
}

.woocommerce form.checkout .form-row input.input-text{
	height: 40px;
	line-height: 1;
	padding: 10px 20px;
	border-radius: 0px;
	color: #222;
	background: #f6f5f1;
	border: 1px solid #cccbc7;
}
.woocommerce form.checkout .form-row textarea{
	resize: vertical;
	padding: 10px 20px;
	border-radius: 2px;
	color: #222;
	background: #f6f5f1;
	border: 1px solid #cccbc7;
}
/* Select2 krajina — rovnaký vzhľad ako text inputy */
.woocommerce-checkout .select2-container .select2-selection--single {
	height: 44px !important;
	border: 1px solid #cccbc7 !important;
	border-radius: 2px !important;
	background: #f6f5f1 !important;
	box-shadow: none !important;
	display: flex;
	align-items: center;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 20px !important;
	line-height: 44px !important;
	color: #222 !important;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
	height: 44px !important;
	top: 0 !important;
}
.woocommerce form.checkout .cart-subtotal .text_after_price,
.woocommerce form.checkout .shipping .text_after_price,
.woocommerce form.checkout .order-total .text_after_price,
.woocommerce form.checkout .product-total .text_after_price{
	display: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: #F2F1EB;
}

.woocommerce-order-received .text_after_price{
	display: none;
}

.cart-info{
	text-align: right;
	color: #999999;
}
.cart-info span{
	font-weight: bold;
	color: #000;
}

form.login .required,
form.login [for="rememberme"]{
	display: none !important;
}
form.checkout .create-account{
	display: none;
}

@media (min-width:768px) {
	.navbar.navbar-inverse .nav-justified > li section ul li a {
		color: #ddd;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease
	}
	.navbar.navbar-inverse .nav-justified > li section ul li a:hover {
		color: #c6a151;
		text-decoration: none
	}
	.navbar.navbar-inverse .nav-justified > li section img {
		max-height: 280px
	}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
		display: table-row;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		display: table-cell;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td.product-name{
		text-align: left !important;
	}
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before{
		display: none;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
		background: none;
	}
}

@media (max-width:767px) {
	body:not(.home) {
		padding-top: 90px;
	}
	.woocommerce table.shop_table td {
		border: none !important;
	}
	/* Hero banner */
	#shop_hero h1 {
		margin: 30px 0 20px;
	}
	#progress {
		margin-bottom: 24px;
	}
	#progress .step {
		margin-right: 10px;
		font-size: 12px;
		line-height: 36px;
	}
	#progress .step span {
		width: 36px;
		height: 36px;
		font-size: 18px;
		line-height: 32px;
		margin-right: 6px;
	}
	/* Skryť :before labely (WC smallscreen ich pridáva) */
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
		display: none;
	}
	/* === CART — CSS GRID LAYOUT === */
	/* tr ako grid: [thumbnail 70px] | [obsah 1fr] | [ceny auto] */
	.woocommerce-cart table.shop_table_responsive tr.cart_item {
		display: grid !important;
		grid-template-columns: 70px 1fr auto;
		grid-template-rows: auto auto auto;
		gap: 6px 14px;
		position: relative;
		padding: 14px 10px 0 0;
		border-bottom: 1px solid #c6a151;
	}
	/* Zebra off */
	.woocommerce-cart table.shop_table_responsive tr td,
	.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent !important;
	}
	/* Thumbnail: stĺpec 1, span všetky riadky, obrázok horizontálne vycentrovaný */
	.woocommerce-cart table.shop_table_responsive td.product-thumbnail {
		display: flex !important;
		grid-column: 1;
		grid-row: 1 / 4;
		justify-content: center;
		align-items: flex-start;
		padding: 0;
	}
	/* Name: stĺpec 2, riadok 1 — padding vpravo pre × tlačidlo */
	.woocommerce table.shop_table_responsive tr td.product-name {
		grid-column: 2;
		grid-row: 1;
		font-size: 14px !important;
		text-align: left !important;
	}
	/* Qty: stĺpec 2, riadky 2–3 — vertikálne vycentrovaný vedľa stacku cien */
	.woocommerce table.shop_table_responsive tr td.product-quantity {
		grid-column: 2;
		grid-row: 2 / 4;
		display: flex !important;
		align-items: center;
		padding: 0;
		width: auto;
	}
	/* Cena/ks: stĺpec 3, riadok 2 */
	.woocommerce table.shop_table_responsive tr td.product-price {
		grid-column: 3;
		grid-row: 2;
		padding: 0;
		font-size: 13px;
		line-height: normal;
		text-align: right !important;
		align-self: end;
	}
	/* Celková cena: stĺpec 3, riadok 3 */
	.woocommerce table.shop_table_responsive tr td.product-subtotal {
		grid-column: 3;
		grid-row: 3;
		padding: 0;
		text-align: right !important;
		align-self: start;
	}
	body.woocommerce-cart table.shop_table td.product-subtotal .woocommerce-Price-amount {
		font-size: 16px;
	}
	/* Remove ×: absolútne, pravý horný roh */
	.woocommerce table.shop_table_responsive tr td.product-remove {
		position: absolute;
		top: 14px;
		right: 0;
		padding: 0;
	}
	/* Cart akcie: tlačidlá na celú šírku na mobile */
	.woocommerce table.shop_table .actions .pull-right {
		width: 100%;
		flex-direction: column;
	}
	.woocommerce table.shop_table .actions button[name="update_cart"],
	.woocommerce table.shop_table .actions a.checkout-button,
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	/* Checkout two-column — na mobile pod sebou */
	.woocommerce-checkout form.checkout {
		display: block;
	}
	/* Checkout form */
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: auto;
		float: none;
	}
	/* PSČ + Mesto + Krajina — na mobile pod sebou */
	.woocommerce-checkout #billing_country_field,
	.woocommerce-checkout #shipping_country_field {
		clear: none !important;
		width: 100% !important;
	}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .btn-black{
		padding: 0 40px;
	}
}

@media (max-width: 340px) {
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .btn-black{
		padding: 0 20px;
	}
}

.woocommerce-checkout #payment ul.payment_methods li input + label + div{
	display: none;
}
.woocommerce-checkout #payment ul.payment_methods li input:checked + label + div{
	display: block !important;
}

.product_cat-divadlo > .summary > .cart > .quantity {
    display: none !important;
}

/* Category 110 (FooEvents) — locked quantity in cart: plain number, no input/spinners */
.erb-qty-locked {
    display: inline-block;
    min-width: 2em;
    text-align: center;
    font-weight: 600;
    color: #333;
}


/* ═════════════════════════════════════════════════════
   Z theme.css
   ═════════════════════════════════════════════════════ */

.woocommerce-product-details__short-description p {
	margin-bottom: 10px;
}

.woocommerce #respond input#submit, .woocommerce a.button:not(.checkout-button), .woocommerce button.button:not([name="update_cart"]), .woocommerce input.button, .btn {
    text-decoration: none !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}
.woocommerce #respond input#submit, .woocommerce a.button:not(.checkout-button), .woocommerce button.button:not([name="update_cart"]), .woocommerce input.button {
    text-transform: uppercase;
    color: #c6a151;
    border-radius: 0;
    background: none;
    border: 2px solid #c6a151;
    margin: 0;
	width: auto !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:not(.checkout-button):hover, .woocommerce button.button:not([name="update_cart"]):hover, .woocommerce input.button:hover {
    color: #faf9f5;
    background: #c6a151;
    border-color: #c6a151
}


.woocommerce ul.products li.product .price {
    color: #919191;
}


@media (max-width:767px) {
    .woocommerce #respond input#submit, .woocommerce a.button:not(.checkout-button), .woocommerce button.button:not([name="update_cart"]), .woocommerce input.button, .btn {
        float: none;
        text-align: center;
        margin: 0px;
    }
}

.woocommerce-terms-and-conditions-wrapper {
    font-size: 0.99em;
}

p.woocommerce-result-count {
    visibility: hidden;
}

@media (max-width:768px) {
    .woocommerce-product-gallery {width: 100% !important;}
}

.woocommerce-product-gallery {
    float: left;
    width: 48%;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

/* ---- Vypredané: disabled tlačidlo — len opacity, nič iné ---- */
.erb-sold-out-btn {
    opacity: 0.45;
    pointer-events: none;
}

/* ---- Empty mini-cart state ---- */
.erb-empty-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 20px;
    text-align: center;
}
.erb-empty-beer-icon {
    width: 40px;
    height: 40px;
}
.erb-empty-cart-title {
    margin: 18px 0 6px;
}

/* ---- Firma toggle (checkout) ---- */
.erb-firma-toggle-row {
	margin-bottom: 10px !important;
}
.erb-firma-toggle-row label.checkbox {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	cursor: pointer !important;
	color: inherit !important;
}
.erb-firma-toggle-row input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	accent-color: #c6a151;
	cursor: pointer;
	flex-shrink: 0;
	margin: 0 !important;
}
#customer_details, .erb-order-review-inner {
	background-color: #F2F1EB;
	padding: 1em;
	border-radius: 5px;
	margin-bottom: 1em;
}

/* ---- Checkout processing overlay — full viewport ----
   WooCommerce blockUI pridáva overlay s position:absolute relatívne k form.checkout,
   čo prekrýva len 2 stĺpce a pretína navigáciu. Fixujeme na celý viewport. */
.woocommerce-checkout form.checkout .blockUI.blockOverlay {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 99998 !important;
}
/* Spinner/loading indikátor — centrovať na viewport */
.woocommerce-checkout form.checkout .blockUI.blockMsg {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	z-index: 99999 !important;
}

/* Platobné metódy — zmenšiť logá */
.wc_payment_method label img {
	max-width: 60px;
	vertical-align: middle;
}

/* Cat 110 (divadlo) — skryť "Rezervovať lístky" na stránke produktu */
/* Zostáva v DOM pre FooEvents JS; nahradené tlačidlom priamo v modale */
.product_cat-divadlo .single_add_to_cart_button {
	display: none !important;
}

/* =============================================================================
   ERB Shipping Progress Bar — vnútri #shop_hero (tmavé pozadie)
   ============================================================================= */

#erb-ship-bar {
	width: 100%;
	max-width: 480px;
	margin: 0 auto 20px;
	padding: 0 20px;
}

/* Header row */
.erb-ship-bar__header {
	text-align: center;
	margin-bottom: 10px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.6);
}

.erb-ship-bar__info strong {
	color: #c6a151;
	font-weight: 700;
}

.erb-ship-bar__done {
	color: #c6a151;
	font-weight: 700;
}

/* Stage: track + truck ikona napravo */
.erb-ship-bar__stage {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 6px;
}

/* Track */
.erb-ship-bar__track {
	position: relative;
	flex: 1;
	height: 4px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 99px;
	overflow: visible;
}

.erb-ship-bar__fill {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background: linear-gradient(to right, #8a6420, #c6a151, #e8cb80);
	border-radius: 99px;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(198, 161, 81, 0.3);
	transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cursor: zlatá bodka pohybuje sa po tracku */
.erb-ship-bar__cursor {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.erb-ship-bar__dot {
	width: 12px;
	height: 12px;
	background: #c6a151;
	border-radius: 50%;
	display: block;
	box-shadow: 0 0 3px rgba(198, 161, 81, 0.2), 0 0 12px rgba(198, 161, 81, 0.45);
}

/* End-dot: malý krúžok na pravom konci tracku */
.erb-ship-bar__end-dot {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1.5px solid rgba(198, 161, 81, 0.3);
	background: transparent;
	transition: all 0.4s;
}

.erb-ship-bar__end-dot.is-done {
	border-color: #c6a151;
	background: #c6a151;
	box-shadow: 0 0 8px rgba(198, 161, 81, 0.6);
}

/* Truck ikona — fixná na pravom konci */
.erb-ship-bar__icon {
	display: block;
	line-height: 0;
	flex-shrink: 0;
	opacity: 0.2;
	transition: opacity 0.4s, filter 0.4s;
}

.erb-ship-bar__icon svg {
	fill: #c6a151;
}

#erb-ship-bar.is-done .erb-ship-bar__icon {
	opacity: 1;
	filter: drop-shadow(0 0 5px rgba(198, 161, 81, 0.6));
}

/* Starý label — skrytý */
.erb-ship-bar__label {
	display: none;
}

@media (max-width: 767px) {
	#erb-ship-bar {
		max-width: 100%;
		margin-bottom: 20px;
	}
}

/* ================================================================
   Kupon — košík (cart page) + mini-cart drawer
   ================================================================ */

/* --- Cart page coupon row --- */
.erb-cart-coupon-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 20px 0 10px 0 !important;
}

/* Input + tlačítko ako jeden vizuálny celok */
.erb-cart-coupon {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 280px;
	border: 1px solid #c6a151;
	background: #fff;
	overflow: hidden;
	padding: 0px !important;
}

.erb-coupon-input {
	flex: 2;
	min-width: 0;
	height: 40px;
	padding: 0 12px;
	border: none;
	outline: none;
	font-size: 13px;
	background: transparent;
	color: #333;
	box-shadow: none;
	margin: 0px !important;
	border: none !important;
}

.erb-coupon-input::placeholder {
	color: #aaa;
}

.erb-coupon-btn {
	/* Reset — bez závislosti na .button triede */
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-decoration: none;
	outline: none;
	/* Vlastný dizajn */
	flex: 1;
	height: 40px;
	padding: 0 16px;
	background: #c6a151;
	color: #fff;
	border: none;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 40px;
	cursor: pointer;
	transition: background 0.2s;
	white-space: nowrap;
}

.erb-coupon-btn:hover,
.erb-coupon-btn:focus {
	background: #b08f45;
	color: #fff;
	border: none;
	box-shadow: none !important;
}

/* --- Applied coupon tags (cart page) --- */
.erb-applied-coupons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.erb-coupon-tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	background: #f5efe0;
	border: 1px solid #c6a151;
	border-radius: 0px;
	font-size: 12px;
	color: #333;
}

.erb-coupon-tag-amt {
	font-weight: 600;
}

.erb-coupon-tag-remove {
	color: #888;
	text-decoration: none;
	font-size: 21px;
	line-height: 1;
	transition: color 0.15s;
}

.erb-coupon-tag-remove:hover {
	color: #c00;
	text-decoration: none;
}

