/* =========================================================
   LIVO DESIGN MATURITY PASS — 1.3.3

   Šis failas yra sąmoningas galutinis vizualinis sluoksnis,
   skirtas suvienodinti temą ir sumažinti „žaislinį“ įspūdį.

   Principai:
   - oranžinė naudojama tik kaip akcentas ir pagrindinis CTA;
   - mažiau font-weight 800/850;
   - mažiau stiprių shadow ir rėmelių;
   - daugiau marketplace / didelės e. parduotuvės ramybės;
   - produkto kortelės kompaktiškesnės;
   - cart / checkout / account nebeatrodo kaip kortelių žaislų dėžė.

   Turinys:
   1. Brand token override
   2. Global typography ir mygtukai
   3. Header ir mega menu
   4. Home page
   5. Shop / product cards
   6. Single product
   7. Reviews
   8. Cart, checkout, account
   9. Footer
   10. Mobile refinements

   ========================================================= */


/* =========================================================
   1. BRAND TOKEN OVERRIDE
   PRADŽIA
   ========================================================= */

:root {
	--livo-orange: #ef5b00;
	--livo-orange-hover: #d94f00;
	--livo-orange-soft: #fff4ec;
	--livo-orange-wash: #fff8f3;

	--livo-navy: #102f55;
	--livo-navy-hover: #0b2442;

	--livo-ink: #171a1f;
	--livo-text: #3a4048;
	--livo-muted: #68717d;
	--livo-subtle: #929aa4;

	--livo-border: #e4e7eb;
	--livo-border-strong: #d6dbe1;
	--livo-background: #f7f8fa;
	--livo-surface: #fff;
	--livo-surface-soft: #fafbfc;

	--livo-success: #1f7a4d;
	--livo-success-soft: #eef8f2;
	--livo-danger: #cf3548;
	--livo-danger-soft: #fff3f4;

	--livo-radius-xs: 4px;
	--livo-radius-sm: 6px;
	--livo-radius-md: 9px;
	--livo-radius-lg: 12px;
	--livo-radius-xl: 16px;

	--livo-shadow-xs: 0 1px 2px rgb(16 30 50 / 4%);
	--livo-shadow-sm: 0 4px 14px rgb(16 30 50 / 6%);
	--livo-shadow-md: 0 12px 32px rgb(16 30 50 / 9%);
	--livo-shadow-drawer: 0 0 44px rgb(8 24 43 / 18%);
}

/* =========================================================
   1. BRAND TOKEN OVERRIDE
   PABAIGA
   ========================================================= */


/* =========================================================
   2. GLOBAL TYPOGRAPHY IR MYGTUKAI
   PRADŽIA
   ========================================================= */

body {
	color: var(--livo-text);
	background: var(--livo-surface);
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	letter-spacing: -0.018em;
}

h1 {
	font-size: clamp(30px, 3.4vw, 44px);
}

h2 {
	font-size: clamp(24px, 2.5vw, 32px);
}

h3 {
	font-size: clamp(19px, 1.8vw, 24px);
}

.button,
button.button,
input.button,
.wp-element-button,
.wc-block-components-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 6px;
	font-weight: 650;
	letter-spacing: -0.005em;
	box-shadow: none !important;
}

.button.alt,
button.button.alt,
input.button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.single_add_to_cart_button,
#place_order,
.wc-proceed-to-checkout .checkout-button {
	border-color: var(--livo-orange) !important;
	background: var(--livo-orange) !important;
	color: #fff !important;
}

.button.alt:hover,
button.button.alt:hover,
input.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.single_add_to_cart_button:hover,
#place_order:hover,
.wc-proceed-to-checkout .checkout-button:hover {
	border-color: var(--livo-orange-hover) !important;
	background: var(--livo-orange-hover) !important;
	color: #fff !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="url"],
select,
textarea,
.select2-container .select2-selection--single {
	border-color: var(--livo-border-strong);
	border-radius: 6px;
	box-shadow: none !important;
}

input:focus,
select:focus,
textarea:focus,
.select2-container--focus .select2-selection--single,
.select2-container--open .select2-selection--single {
	border-color: var(--livo-orange) !important;
	box-shadow: 0 0 0 3px rgb(239 91 0 / 10%) !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	border-radius: 8px;
	box-shadow: var(--livo-shadow-xs);
}

.star-rating,
.woocommerce .star-rating,
.wc-block-components-product-rating__stars,
p.stars a {
	color: var(--livo-orange) !important;
}

/* =========================================================
   2. GLOBAL TYPOGRAPHY IR MYGTUKAI
   PABAIGA
   ========================================================= */


/* =========================================================
   3. HEADER IR MEGA MENU
   PRADŽIA
   ========================================================= */

.livo-site-header {
	box-shadow: 0 1px 0 rgb(16 30 50 / 7%);
}

.livo-primary-menu {
	align-items: center;
	gap: 22px;
}

.livo-primary-menu > li > a {
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;
	padding-top: 5px;
}

.livo-header-contact small,
.livo-header-action__label,
.livo-header-promise,
.livo-utility-menu a {
	font-weight: 500;
}

.livo-header-action,
.livo-icon-button {
	border-radius: 8px;
}

.livo-header-action:hover,
.livo-icon-button:hover {
	background: var(--livo-orange-soft);
	color: var(--livo-orange);
}

.livo-header-search .dgwt-wcas-search-input,
.livo-mobile-search .dgwt-wcas-search-input {
	font-weight: 400 !important;
}

.aug-mega-menu,
.aug-mm,
.aug-mm__panel {
	--aug-mm-hover-bg: var(--livo-orange-soft);
}

.aug-mm__panel,
.aug-mega-menu__panel,
.livo-mega-menu__panel {
	box-shadow: var(--livo-shadow-sm);
}

.aug-mm__columns,
.livo-mega-menu__columns {
	gap: 18px 28px !important;
}

.aug-mm__group,
.livo-mega-menu__group {
	break-inside: avoid;
	margin-bottom: 14px !important;
}

.aug-mm__group-title,
.livo-mega-menu__group-title {
	font-size: 14px !important;
	font-weight: 700 !important;
}

.aug-mm a,
.livo-mega-menu a {
	font-weight: 450 !important;
}

.aug-mm a:hover,
.livo-mega-menu a:hover {
	background: var(--livo-orange-soft) !important;
	color: var(--livo-orange) !important;
}

/* =========================================================
   3. HEADER IR MEGA MENU
   PABAIGA
   ========================================================= */


/* =========================================================
   4. HOME PAGE
   PRADŽIA
   ========================================================= */

.livo-section-heading__eyebrow,
.livo-commerce-page-heading__eyebrow {
	color: var(--livo-muted);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.055em;
}

.livo-section-heading h2,
.livo-home-products__heading h2 {
	font-weight: 700;
}

.livo-home-banner {
	border-radius: 10px;
	box-shadow: none;
}

.livo-home-banner__content strong,
.livo-home-banner__title {
	font-weight: 700;
}

.livo-home-products__nav {
	border-radius: 8px;
}

/* =========================================================
   4. HOME PAGE
   PABAIGA
   ========================================================= */


/* =========================================================
   5. SHOP / PRODUCT CARDS
   PRADŽIA
   ========================================================= */

.woocommerce-shop ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
	gap: 16px;
}

@media (min-width: 1380px) {
	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (min-width: 1720px) {
	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.livo-shop-layout {
	gap: 28px;
}

.livo-shop-sidebar {
	border-radius: 10px;
	box-shadow: none;
}

.livo-filter-panel__head strong,
.livo-filter-section__toggle {
	font-weight: 650;
}

.livo-filter-section__body,
.livo-filter-panel__body,
.livo-shop-sidebar .widget {
	padding-left: 16px;
	padding-right: 16px;
}

.livo-archive-toolbar {
	margin-bottom: 18px;
}

.livo-archive-toolbar__count,
.woocommerce-result-count {
	font-size: 13px;
	font-weight: 450;
	color: var(--livo-muted);
}

.livo-product-card__inner {
	border-radius: 10px;
	box-shadow: none;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.livo-product-card:hover .livo-product-card__inner {
	border-color: #cfd5dc;
	box-shadow: 0 8px 24px rgb(16 30 50 / 7%);
	transform: translateY(-1px);
}

.livo-product-card__media {
	height: 188px;
	flex-basis: 188px;
}

.livo-product-card__media .woocommerce-loop-product__link img,
.livo-product-card__media img {
	max-height: 152px;
}

.livo-product-card__body {
	padding: 12px 13px 13px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.livo-product-card .woocommerce-loop-product__title {
	min-height: auto;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.38;
	-webkit-line-clamp: unset;
}

.livo-product-card .woocommerce-loop-product__title a {
	color: var(--livo-ink);
}

.livo-card-meta {
	font-size: 11px;
	font-weight: 450;
}

.livo-card-meta .livo-icon {
	width: 16px;
	height: 16px;
}

.livo-card-price {
	font-size: 18px;
	font-weight: 720;
	letter-spacing: -0.015em;
}

.livo-card-price small,
.livo-card-price .tax_label {
	font-weight: 500;
}

.livo-card-cart,
.livo-card-cart .button,
.livo-card-cart a.button {
	width: 40px;
	height: 40px;	
	min-width: 40px;
	min-height: 40px;
}

.livo-card-cart .button::before,
.livo-card-cart a.button::before {
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	transform: translate(-50%, -50%) !important;
}

.livo-badge {
	font-weight: 650;
}

.livo-wishlist-button,
.livo-product-card__media .livo-core-wishlist-button {
	box-shadow: none;
}

/* =========================================================
   5. SHOP / PRODUCT CARDS
   PABAIGA
   ========================================================= */


/* =========================================================
   6. SINGLE PRODUCT
   PRADŽIA
   ========================================================= */

.woocommerce div.product .product_title {
	font-size: clamp(27px, 2vw, 34px) !important;
	font-weight: 650 !important;
	line-height: 1.18 !important;
	letter-spacing: -0.018em !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-weight: 760;
}

.livo-product__summary {
	border-radius: 12px;
	box-shadow: var(--livo-shadow-xs);
}

.livo-product-intro-meta a,
.woocommerce-review-link {
	color: var(--livo-text) !important;
	font-weight: 500;
}

.livo-product-intro-meta a:hover,
.woocommerce-review-link:hover {
	color: var(--livo-orange) !important;
}

.livo-product-intro-meta .star-rating {
	font-size: 15px;
}

.livo-single-meta-bar > div {
	min-height: 56px;
	border-radius: 8px;
	background: #fff;
}

.livo-single-meta-bar strong {
	font-weight: 650;
}

.livo-single-meta-bar small {
	font-weight: 450;
	color: var(--livo-muted);
}

.livo-product-benefits > div {
	background: #fff;
	border: 1px solid var(--livo-border);
	border-radius: 8px;
}

.livo-product-benefits strong {
	font-weight: 650;
}

.livo-product-benefits small {
	font-weight: 450;
	color: var(--livo-muted);
}

.livo-product-gallery__arrow::before,
.livo-product-gallery__lightbox-arrow::before {
	position: relative;
	left: 0;
}

.livo-product-gallery__arrow--next::before,
.livo-product-gallery__lightbox-arrow--next::before {
	left: -1px;
}

.livo-product-gallery__arrow--prev::before,
.livo-product-gallery__lightbox-arrow--prev::before {
	left: 1px;
}

.livo-product-sections-nav {
	border-top: 0 !important;
	box-shadow: 0 4px 14px rgb(16 30 50 / 4%);
}

.livo-product-sections-nav__link {
	font-weight: 600;
}

.livo-product-section__heading {
	font-weight: 700;
}

.livo-product-section__content {
	max-width: none !important;
}

.livo-product-section .woocommerce-product-attributes {
	max-width: none !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.livo-product-section .woocommerce-product-attributes th {
	width: 42% !important;
	font-weight: 600;
}

.livo-product-section .woocommerce-product-attributes td {
	text-align: right;
}

.livo-product-section .woocommerce-product-attributes td p {
	margin: 0;
}

/* =========================================================
   6. SINGLE PRODUCT
   PABAIGA
   ========================================================= */


/* =========================================================
   7. REVIEWS
   PRADŽIA
   ========================================================= */

.single-product #reviews,
.single-product .woocommerce-Reviews,
.livo-product-section #reviews {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	margin: 0 !important;
}

.single-product #reviews #comments,
.single-product #reviews #review_form_wrapper,
.livo-product-section #reviews #comments,
.livo-product-section #reviews #review_form_wrapper {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product #reviews #review_form_wrapper,
.livo-product-section #reviews #review_form_wrapper {
	margin-top: 30px !important;
}

.single-product #reviews ol.commentlist,
.livo-product-section #reviews ol.commentlist {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.single-product #reviews ol.commentlist > li,
.livo-product-section #reviews ol.commentlist > li {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product #reviews .comment_container,
.livo-product-section #reviews ol.commentlist li .comment_container {
	position: relative !important;
	width: 100% !important;
	max-width: none !important;
	display: grid !important;
	grid-template-columns: 44px minmax(0, 1fr) !important;
	gap: 14px !important;
	padding: 18px !important;
	border: 1px solid var(--livo-border) !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: none !important;
}

.single-product #reviews img.avatar,
.livo-product-section #reviews ol.commentlist li img.avatar {
	position: static !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	max-width: 44px !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	object-fit: cover !important;
}

.single-product #reviews .comment-text,
.livo-product-section #reviews .comment-text {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.single-product #reviews .star-rating,
.livo-product-section #reviews .star-rating {
	float: none !important;
	margin: 0 0 7px !important;
	color: var(--livo-orange) !important;
}

.single-product #reviews .comment-text .meta,
.livo-product-section #reviews .meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 5px 9px !important;
	margin: 0 0 10px !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	color: var(--livo-muted) !important;
}

.single-product #reviews .comment-text time,
.single-product #reviews .woocommerce-review__published-date,
.livo-product-section #reviews time {
	white-space: nowrap !important;
}

.single-product #reviews .description,
.livo-product-section #reviews .description {
	font-size: 14px !important;
	line-height: 1.65 !important;
	color: var(--livo-text) !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

.single-product #reviews #respond,
.livo-product-section #review_form_wrapper {
	border-radius: 10px !important;
	box-shadow: none !important;
}

/* =========================================================
   7. REVIEWS
   PABAIGA
   ========================================================= */


/* =========================================================
   8. CART, CHECKOUT, ACCOUNT
   PRADŽIA
   ========================================================= */

.woocommerce-cart-form table.shop_table,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2,
.woocommerce-MyAccount-navigation ul {
	border-radius: 10px !important;
	box-shadow: none !important;
}

.woocommerce-cart-form table.shop_table th,
.woocommerce-checkout-review-order-table thead th,
.woocommerce-account table.shop_table th {
	font-weight: 650 !important;
	letter-spacing: 0.03em !important;
}

.woocommerce-cart table.cart .product-name a,
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-account table.shop_table td {
	font-weight: 500;
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal,
.woocommerce .cart-collaterals .order-total td,
.woocommerce-checkout-review-order-table .order-total td {
	font-weight: 700 !important;
}

.woocommerce-cart table.cart .quantity,
.woocommerce div.product form.cart .quantity {
	border-radius: 6px;
}

.woocommerce-cart table.cart .quantity button,
.woocommerce-cart table.cart .quantity .minus,
.woocommerce-cart table.cart .quantity .plus,
.woocommerce div.product form.cart .quantity button,
.woocommerce div.product form.cart .quantity .minus,
.woocommerce div.product form.cart .quantity .plus {
	background: #fff;
}

.woocommerce-cart table.cart .quantity button:hover,
.woocommerce-cart table.cart .quantity .minus:hover,
.woocommerce-cart table.cart .quantity .plus:hover,
.woocommerce div.product form.cart .quantity button:hover,
.woocommerce div.product form.cart .quantity .minus:hover,
.woocommerce div.product form.cart .quantity .plus:hover {
	background: var(--livo-orange-soft);
	color: var(--livo-orange);
}

.woocommerce .cart-collaterals .woocommerce-shipping-calculator {
	text-align: right;
}

.woocommerce .cart-collaterals .shipping-calculator-form {
	width: 100%;
}

.woocommerce .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce .cart-collaterals .shipping-calculator-form input,
.woocommerce .cart-collaterals .shipping-calculator-form select,
.woocommerce .cart-collaterals .shipping-calculator-form .select2-container {
	width: 100% !important;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
	box-sizing: border-box;
}

.woocommerce-checkout form.checkout_coupon {
	grid-template-columns: minmax(0, 1fr) auto;
}

.woocommerce-checkout form.checkout_coupon .input-text {
	width: 100%;
}

.woocommerce-account .woocommerce-Address {
	box-shadow: none;
}

/* =========================================================
   8. CART, CHECKOUT, ACCOUNT
   PABAIGA
   ========================================================= */


/* =========================================================
   9. FOOTER
   PRADŽIA
   ========================================================= */

.livo-footer-benefits {
	display: none !important;
}

.livo-site-footer {
	background: #f7f8fa;
	border-top: 1px solid var(--livo-border);
}

.livo-footer-main {
	padding-top: 56px;
}

.livo-footer-grid {
	gap: 48px;
}

.footer-widget__title,
.livo-footer-column > h2,
.livo-footer-column nav > h2 {
	font-weight: 650;
}

.livo-footer-column li,
.livo-footer-column li a,
.livo-footer-brand__intro {
	font-weight: 400;
}

/* =========================================================
   9. FOOTER
   PABAIGA
   ========================================================= */


/* =========================================================
   10. MOBILE REFINEMENTS
   PRADŽIA
   ========================================================= */

@media (max-width: 767px) {
	body {
		font-size: 15px;
	}

	h1 {
		font-size: clamp(28px, 8vw, 36px);
	}

	.livo-container {
		width: min(calc(100% - 24px), var(--livo-container));
	}

	.woocommerce-shop .livo-shop-layout,
	.post-type-archive-product .livo-shop-layout,
	.tax-product_cat .livo-shop-layout,
	.tax-product_tag .livo-shop-layout {
		padding-left: 12px;
		padding-right: 12px;
	}

	.livo-product-card__media {
		height: 148px;
		flex-basis: 148px;
	}

	.livo-product-card__media .woocommerce-loop-product__link img,
	.livo-product-card__media img {
		max-height: 114px;
	}

	.livo-product-card__body {
		padding: 10px 10px 11px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
	.livo-product-card .woocommerce-loop-product__title {
		font-size: 13px;
		line-height: 1.36;
	}

	.livo-card-price {
		font-size: 16px;
	}

	.livo-product__summary {
		border: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
	}

	.woocommerce div.product .product_title {
		font-size: clamp(25px, 7vw, 31px) !important;
		font-weight: 650 !important;
	}

	.woocommerce div.product form.cart:not(.variations_form),
	.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
		grid-template-columns: 108px minmax(0, 1fr) !important;
	}

	.livo-product-section .woocommerce-product-attributes th,
	.livo-product-section .woocommerce-product-attributes td {
		text-align: left !important;
	}

	.single-product #reviews .comment_container,
	.livo-product-section #reviews ol.commentlist li .comment_container {
		grid-template-columns: 40px minmax(0, 1fr) !important;
		gap: 12px !important;
		padding: 14px !important;
	}

	.single-product #reviews img.avatar,
	.livo-product-section #reviews ol.commentlist li img.avatar {
		width: 40px !important;
		height: 40px !important;
		min-width: 40px !important;
		max-width: 40px !important;
	}

	.woocommerce-cart-form table.shop_table tr.cart_item,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review,
	.woocommerce-account .woocommerce-MyAccount-content {
		border-radius: 8px !important;
	}
}

/* =========================================================
   10. MOBILE REFINEMENTS
   PABAIGA
   ========================================================= */

/* =========================================================
   11. PRODUKTŲ KORTELIŲ AUKŠČIO IR CART IKONOS FIX
   PRADŽIA
   ========================================================= */

/*
 * Vienodas kortelių aukštis tiek homepage slideriuose, tiek shop/archive griduose.
 * Svarbiausia: flex/grid item'ai ir pati kortelė turi paveldėti vienodą eilutės aukštį.
 */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product,
.woocommerce ul.products.livo-home-products__track li.product,
ul.products.livo-home-products__track li.product {
	display: flex !important;
	flex-direction: column;
	align-self: stretch;
	height: auto;
	min-height: 100%;
}

.livo-home-products__track,
.woocommerce ul.products.livo-home-products__track,
ul.products.livo-home-products__track {
	align-items: stretch;
}

.livo-product-card,
.livo-product-card__inner {
	height: 100%;
	min-height: 100%;
}

.livo-product-card__inner {
	display: flex;
	flex-direction: column;
}

.livo-product-card__body {
	min-height: 0;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

/*
 * Meta ir footeris laikomi kortelės apačioje.
 * Taip kortelės su reitingu ir be reitingo nebeatrodo skirtingo aukščio.
 */
.livo-card-meta {
	margin-top: auto;
	padding-top: 10px;
}

.livo-product-card__footer {
	margin-top: 12px;
}

/*
 * Cart ikonėlė buvo vizualiai pakilusi, nes pseudo-elementui buvo taikomas
 * transform be absolute pozicionavimo. Dabar ikonėlė visada centruojama tiksliai.
 */
.livo-card-cart,
.livo-card-cart .button,
.livo-card-cart a.button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.livo-card-cart .button,
.livo-card-cart a.button {
	position: relative !important;
	line-height: 1 !important;
}

.livo-card-cart .button::before,
.livo-card-cart a.button::before {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
}

.livo-card-cart .button::after,
.livo-card-cart a.button::after {
	display: none !important;
	content: none !important;
}

.livo-card-cart .button.loading::before,
.livo-card-cart a.button.loading::before {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 17px !important;
	height: 17px !important;
	border: 2px solid currentColor !important;
	border-right-color: transparent !important;
	border-radius: 50% !important;
	background: none !important;
	-webkit-mask: none !important;
	mask: none !important;
	transform: translate(-50%, -50%) !important;
	animation: livo-card-button-spin-centered 700ms linear infinite !important;
}

@keyframes livo-card-button-spin-centered {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@media (max-width: 767px) {
	.livo-card-meta {
		padding-top: 8px;
	}

	.livo-card-cart .button::before,
	.livo-card-cart a.button::before {
		width: 16px !important;
		height: 16px !important;
	}
}

/* =========================================================
   11. PRODUKTŲ KORTELIŲ AUKŠČIO IR CART IKONOS FIX
   PABAIGA
   ========================================================= */

/* =========================================================
   12. PRODUKTŲ KORTELIŲ META IR ATRIBUTŲ BRAND FIX
   PRADŽIA
   ========================================================= */

/* Archyvo reitingo žvaigždutės turi būti LIVO oranžinės, ne mėlynos. */
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating,
.livo-product-card .star-rating,
.livo-card-rating .star-rating {
	color: var(--livo-orange) !important;
}

.woocommerce ul.products li.product .star-rating::before,
.woocommerce-page ul.products li.product .star-rating::before,
.livo-product-card .star-rating::before,
.livo-card-rating .star-rating::before {
	color: #d7dde4 !important;
}

.woocommerce ul.products li.product .star-rating span::before,
.woocommerce-page ul.products li.product .star-rating span::before,
.livo-product-card .star-rating span::before,
.livo-card-rating .star-rating span::before {
	color: var(--livo-orange) !important;
}

.livo-card-rating {
	min-height: 18px;
	margin: 0 0 7px !important;
	color: var(--livo-muted) !important;
	font-size: 11px;
}

/* Pasirenkami atributai kortelėje, panašiau į marketplace info eilutes. */
.livo-card-attrs {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 10px;
	margin: 0 0 8px !important;
	padding: 0;
	color: var(--livo-muted);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
}

.livo-card-attr {
	min-width: 0;
	display: inline-flex;
	align-items: baseline;
	gap: 3px;
	max-width: 100%;
}

.livo-card-attr__label {
	color: #8a929d;
	font-weight: 400;
	white-space: nowrap;
}

.livo-card-attr__value {
	min-width: 0;
	max-width: 130px;
	overflow: hidden;
	color: var(--livo-navy);
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Pristatymo / likučio informacija arčiau Varle tipo mažos meta eilutės. */
.livo-card-meta {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 12px !important;
	margin-top: 7px !important;
	padding-top: 0 !important;
	color: var(--livo-muted);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
}

.livo-card-meta > span {
	min-width: 0;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
}

.livo-card-meta .livo-icon {
	width: 14px !important;
	height: 14px !important;
	flex: 0 0 14px !important;
	color: var(--livo-orange) !important;
}

.livo-card-meta .is-good {
	color: #0f7a45 !important;
	font-weight: 500;
}

.livo-product-card__footer {
	margin-top: auto !important;
	padding-top: 12px;
}

/* Cart ikonėlė tiksliai centre, be pakilimo. */
.livo-card-cart .button::before,
.livo-card-cart a.button::before {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 17px !important;
	height: 17px !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
}

@media (max-width: 767px) {
	.livo-card-attrs {
		gap: 3px 7px;
		font-size: 10px;
	}

	.livo-card-attr__value {
		max-width: 92px;
	}

	.livo-card-meta {
		gap: 4px 8px !important;
		font-size: 10px;
	}
}

/* =========================================================
   12. PRODUKTŲ KORTELIŲ META IR ATRIBUTŲ BRAND FIX
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.5 PRODUCT CARD SPECIFICATIONS AND RATING POLISH
   PRADŽIA
   ========================================================= */

/* WooCommerce žvaigždutės kai kuriuose puslapiuose paveldi mėlyną spalvą.
   Kortelėse paliekame neutralias tuščias žvaigždes ir LIVO oranžinį užpildą. */
.livo-product-card .star-rating,
.livo-card-rating .star-rating {
	width: 5.35em !important;
	float: none !important;
	margin: 0 !important;
	color: #d6dce3 !important;
	font-size: 12px !important;
	line-height: 1 !important;
}

.livo-product-card .star-rating::before,
.livo-card-rating .star-rating::before {
	color: #d6dce3 !important;
}

.livo-product-card .star-rating span::before,
.livo-card-rating .star-rating span::before {
	color: var(--livo-orange) !important;
}

.livo-card-rating {
	min-height: 17px !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 0 0 8px !important;
	color: var(--livo-muted) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
}

/* Archyvo kortelės specifikacijos: marketplace stiliaus trumpi atributai. */
.livo-card-specs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 10px;
	min-height: 18px;
	margin: 0 0 8px;
	padding: 0;
	color: var(--livo-muted);
	font-size: 11px;
	line-height: 1.35;
}

.livo-card-specs:empty {
	display: none;
}

.livo-card-specs__item {
	min-width: 0;
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	max-width: 100%;
}

.livo-card-specs dt,
.livo-card-specs dd {
	margin: 0;
	padding: 0;
}

.livo-card-specs dt {
	flex: 0 0 auto;
	color: var(--livo-subtle);
	font-weight: 500;
}

.livo-card-specs dd {
	min-width: 0;
	max-width: 150px;
	overflow: hidden;
	color: var(--livo-navy);
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Pristatymas / likutis kompaktiškiau, arčiau Varlė tipo meta eilutės. */
.livo-card-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 5px 12px !important;
	margin-top: auto !important;
	padding-top: 9px !important;
	color: var(--livo-muted) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
}

.livo-card-meta__item,
.livo-card-meta > span {
	min-width: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	white-space: nowrap !important;
}

.livo-card-meta .livo-icon {
	width: 14px !important;
	height: 14px !important;
	flex: 0 0 14px !important;
	color: var(--livo-orange) !important;
	stroke-width: 1.9 !important;
}

.livo-card-meta .is-good,
.livo-card-meta .is-good span {
	color: #147348 !important;
	font-weight: 600 !important;
}

.livo-card-meta .is-low,
.livo-card-meta .is-out,
.livo-card-meta .is-low span,
.livo-card-meta .is-out span {
	color: var(--livo-danger) !important;
	font-weight: 600 !important;
}

/* Cart ikonėlė – centras ir normalus marketplace mygtuko pojūtis. */
.livo-card-cart .button,
.livo-card-cart a.button {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	line-height: 1 !important;
}

.livo-card-cart .button::before,
.livo-card-cart a.button::before {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 17px !important;
	height: 17px !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
}

.livo-card-cart .button.loading::before,
.livo-card-cart a.button.loading::before {
	transform: translate(-50%, -50%) !important;
}

@media (max-width: 767px) {
	.livo-card-specs {
		display: none;
	}

	.livo-card-meta {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 4px !important;
		font-size: 10px !important;
	}
}

/* =========================================================
   1.3.5 PRODUCT CARD SPECIFICATIONS AND RATING POLISH
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.5 PRODUKTO KORTELĖS ATRIBUTAI IR META INFO
   PRADŽIA
   ========================================================= */

/* Reitingo žvaigždutės archyve – jokių mėlynų default spalvų. */
.woocommerce ul.products li.product .livo-card-rating .star-rating,
.woocommerce-page ul.products li.product .livo-card-rating .star-rating,
.livo-product-card .livo-card-rating .star-rating {
	color: var(--livo-orange) !important;
}

.woocommerce ul.products li.product .livo-card-rating .star-rating::before,
.woocommerce-page ul.products li.product .livo-card-rating .star-rating::before,
.livo-product-card .livo-card-rating .star-rating::before {
	color: #d6dce3 !important;
}

.woocommerce ul.products li.product .livo-card-rating .star-rating span::before,
.woocommerce-page ul.products li.product .livo-card-rating .star-rating span::before,
.livo-product-card .livo-card-rating .star-rating span::before {
	color: var(--livo-orange) !important;
}

.livo-card-rating span {
	color: var(--livo-muted);
	font-size: 11px;
	font-weight: 500;
}

/* Trumpi produkto atributai archyvo kortelėje, pvz. Gamintojas, Spalva, Dydis. */
.livo-card-specs {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 11px;

	margin: 0 0 9px;

	color: var(--livo-muted);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
}

.livo-card-specs__item {
	min-width: 0;
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	max-width: 100%;
}

.livo-card-specs__label {
	flex: 0 0 auto;
	color: var(--livo-subtle);
	font-weight: 500;
}

.livo-card-specs__value {
	min-width: 0;
	color: var(--livo-text);
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Pristatymas ir likutis – kompaktiška horizontali eilutė kaip marketplace kortelėse. */
.livo-card-logistics,
.livo-product-card .livo-card-logistics,
.livo-product-card .livo-card-meta.livo-card-logistics {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 13px;

	margin-top: auto !important;
	padding-top: 8px;

	color: var(--livo-muted);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
}

.livo-card-logistics__item,
.livo-product-card .livo-card-logistics__item {
	min-width: 0;
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
}

.livo-card-logistics__item .livo-icon,
.livo-product-card .livo-card-logistics__item .livo-icon {
	width: 15px !important;
	height: 15px !important;
	flex: 0 0 15px;
	color: var(--livo-orange);
}

.livo-card-logistics__item--stock.is-good,
.livo-card-logistics__item--stock.is-good span {
	color: var(--livo-success);
	font-weight: 600;
}

.livo-card-logistics__item--stock.is-low,
.livo-card-logistics__item--stock.is-out,
.livo-card-logistics__item--stock.is-low span,
.livo-card-logistics__item--stock.is-out span {
	color: var(--livo-danger);
	font-weight: 600;
}

/* Kortelės apačia lieka stabili nepriklausomai nuo atributų/reitingų kiekio. */
.livo-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.livo-product-card__footer {
	margin-top: 14px !important;
}

/* Cart ikonėlė centre. */
.livo-card-cart .button,
.livo-card-cart a.button {
	position: relative !important;
	display: block !important;
	line-height: 0 !important;
}

.livo-card-cart .button::before,
.livo-card-cart a.button::before {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 17px !important;
	height: 17px !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
}

@media (max-width: 767px) {
	.livo-card-specs {
		gap: 4px 8px;
		font-size: 10px;
	}

	.livo-card-logistics,
	.livo-product-card .livo-card-logistics,
	.livo-product-card .livo-card-meta.livo-card-logistics {
		gap: 5px 9px;
		font-size: 10px;
	}

	.livo-card-logistics__item .livo-icon,
	.livo-product-card .livo-card-logistics__item .livo-icon {
		width: 13px !important;
		height: 13px !important;
		flex-basis: 13px;
	}
}

/* =========================================================
   1.3.5 PRODUKTO KORTELĖS ATRIBUTAI IR META INFO
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.7 ARCHYVO KORTELĖS: REITINGAS, LOGISTIKA IR CART IKONA
   PRADŽIA
   ========================================================= */

/* Viena žvaigždutė + skaitinis įvertinimas, kaip marketplace kortelėse. */
.livo-product-card .livo-card-rating--compact,
.woocommerce ul.products li.product .livo-card-rating--compact,
.woocommerce-page ul.products li.product .livo-card-rating--compact {
	min-height: 18px !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	color: #4b535c !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
}

.livo-card-rating__star {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	color: #79b51c;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-0.5px);
}

.livo-card-rating__value {
	color: #1f252b;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
}

.livo-card-rating__count {
	color: #6b737c;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
}

/* Išjungiam bet kokį seną WooCommerce star-rating kortelės viduje, jeigu jis liktų iš pluginų. */
.livo-product-card .livo-card-rating--compact .star-rating {
	display: none !important;
}

/* Logistika: juodos linijinės ikonėlės ir švaresnė, mažiau „žaislinė“ eilutė. */
.livo-card-logistics,
.livo-product-card .livo-card-logistics,
.livo-product-card .livo-card-meta.livo-card-logistics {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 6px 13px !important;
	margin-top: auto !important;
	padding-top: 8px !important;
	color: #252b31 !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
}

.livo-card-logistics__item,
.livo-product-card .livo-card-logistics__item {
	min-width: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 5px !important;
	color: #252b31 !important;
	font-weight: 500 !important;
	white-space: nowrap !important;
}

.livo-card-logistics__item span,
.livo-product-card .livo-card-logistics__item span {
	color: inherit !important;
	font-weight: inherit !important;
}

.livo-card-logistics__icon,
.livo-card-logistics__item .livo-icon,
.livo-product-card .livo-card-logistics__item .livo-icon {
	width: 15px !important;
	height: 15px !important;
	flex: 0 0 15px !important;
	color: #111820 !important;
	stroke: currentColor !important;
	stroke-width: 1.75 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	fill: none !important;
}

.livo-card-logistics__item--stock.is-good,
.livo-card-logistics__item--stock.is-good span {
	color: #252b31 !important;
	font-weight: 500 !important;
}

.livo-card-logistics__item--stock.is-low,
.livo-card-logistics__item--stock.is-low span {
	color: #9a5b00 !important;
	font-weight: 600 !important;
}

.livo-card-logistics__item--stock.is-out,
.livo-card-logistics__item--stock.is-out span {
	color: var(--livo-danger) !important;
	font-weight: 600 !important;
}

/* Kortelės add-to-cart: linijinė, ne užpildyta cart ikonėlė, be apkarpymo. */
.livo-card-cart,
.livo-card-cart .button,
.livo-card-cart a.button {
	overflow: visible !important;
}

.livo-card-cart .button,
.livo-card-cart a.button {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	line-height: 1 !important;
}

.livo-card-cart .button::before,
.livo-card-cart a.button::before {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	background-color: currentColor !important;
	transform: translate(-50%, -50%) !important;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M3.5 4.5h2l2.15 10.15a2 2 0 0 0 1.96 1.58h7.18a2 2 0 0 0 1.92-1.44L20.5 8H7.2' stroke='black' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='20' r='1.45' stroke='black' stroke-width='1.85'/%3E%3Ccircle cx='17.5' cy='20' r='1.45' stroke='black' stroke-width='1.85'/%3E%3C/svg%3E") !important;
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M3.5 4.5h2l2.15 10.15a2 2 0 0 0 1.96 1.58h7.18a2 2 0 0 0 1.92-1.44L20.5 8H7.2' stroke='black' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='20' r='1.45' stroke='black' stroke-width='1.85'/%3E%3Ccircle cx='17.5' cy='20' r='1.45' stroke='black' stroke-width='1.85'/%3E%3C/svg%3E") !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-size: contain !important;
	mask-size: contain !important;
}

.livo-card-cart .button.loading::before,
.livo-card-cart a.button.loading::before {
	width: 17px !important;
	height: 17px !important;
	border: 2px solid currentColor !important;
	border-right-color: transparent !important;
	border-radius: 50% !important;
	background: none !important;
	-webkit-mask: none !important;
	mask: none !important;
	animation: livo-card-button-spin 700ms linear infinite !important;
}

@media (max-width: 767px) {
	.livo-card-rating__star {
		width: 13px;
		height: 13px;
		font-size: 14px;
	}

	.livo-card-logistics,
	.livo-product-card .livo-card-logistics,
	.livo-product-card .livo-card-meta.livo-card-logistics {
		gap: 5px 9px !important;
		font-size: 10px !important;
	}

	.livo-card-logistics__icon,
	.livo-card-logistics__item .livo-icon,
	.livo-product-card .livo-card-logistics__item .livo-icon {
		width: 14px !important;
		height: 14px !important;
		flex-basis: 14px !important;
	}

	.livo-card-cart .button::before,
	.livo-card-cart a.button::before {
		width: 18px !important;
		height: 18px !important;
	}
}

/* =========================================================
   1.3.7 ARCHYVO KORTELĖS: REITINGAS, LOGISTIKA IR CART IKONA
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.8 ARCHYVO KORTELĖS IR KATEGORIJŲ TURINIO POLISH
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Produkto kortelė: rating + pristatymas + likutis vienoje eilutėje
   --------------------------------------------------------- */

.livo-product-card .livo-card-info-row,
.woocommerce ul.products li.product .livo-card-info-row,
.woocommerce-page ul.products li.product .livo-card-info-row {
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 12px;
	margin: 8px 0 0;
	padding: 0;
	color: #20242a;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.35;
}

.livo-card-info-row__item,
.livo-card-info-row .livo-card-logistics__item,
.livo-card-info-row .livo-card-rating--inline {
	min-width: 0;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	color: #20242a;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.35;
	white-space: nowrap;
}

.livo-card-rating--inline .livo-card-rating__star {
	width: auto;
	height: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: var(--livo-orange);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.livo-card-rating--inline .livo-card-rating__value {
	color: #20242a;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.35;
}

.livo-card-rating--inline .livo-card-rating__count {
	color: #59616c;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
}

.livo-card-info-row .livo-card-logistics__icon {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	display: block;
	color: #17191c;
}

.livo-card-info-row .livo-card-logistics__icon path,
.livo-card-info-row .livo-card-logistics__icon circle,
.livo-card-logistics__icon path,
.livo-card-logistics__icon circle {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.livo-card-info-row .livo-card-logistics__item span {
	color: #20242a;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.35;
}

.livo-card-info-row .livo-card-logistics__item--stock.is-good,
.livo-card-info-row .livo-card-logistics__item--stock.is-good span,
.livo-card-info-row .livo-card-logistics__item--stock.is-low,
.livo-card-info-row .livo-card-logistics__item--stock.is-low span,
.livo-card-info-row .livo-card-logistics__item--stock.is-out,
.livo-card-info-row .livo-card-logistics__item--stock.is-out span {
	color: #20242a;
}

/* Senas meta blokas paliekamas neutralus, jeigu kur nors dar išvedamas. */
.livo-product-card .livo-card-meta,
.woocommerce ul.products li.product .livo-card-meta,
.woocommerce-page ul.products li.product .livo-card-meta {
	color: #20242a;
}

.livo-product-card .livo-card-meta .livo-icon,
.woocommerce ul.products li.product .livo-card-meta .livo-icon,
.woocommerce-page ul.products li.product .livo-card-meta .livo-icon {
	color: #17191c;
}

/* ---------------------------------------------------------
   Viršutinis kategorijos aprašymas: pilnas plotis + „Rodyti daugiau“
   --------------------------------------------------------- */

.livo-shop-content .woocommerce-products-header {
	width: 100%;
	max-width: none;
	margin-bottom: 26px;
}

.livo-shop-content .woocommerce-products-header__title {
	margin-bottom: 12px;
}

.livo-shop-content .term-description {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	color: #606975;
	font-size: 15px;
	line-height: 1.65;
}

.livo-shop-content .term-description > :first-child {
	margin-top: 0;
}

.livo-shop-content .term-description > :last-child {
	margin-bottom: 0;
}

.livo-shop-content .term-description.is-collapsible {
	max-height: 7.9em;
	overflow: hidden;
}

.livo-shop-content .term-description.is-collapsible::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 38px;
	background: linear-gradient(to bottom, rgb(255 255 255 / 0), #fff 76%);
	pointer-events: none;
}

.livo-shop-content .term-description.is-expanded {
	max-height: none;
}

.livo-shop-content .term-description.is-expanded::after {
	display: none;
}

.livo-category-description-toggle {
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 9px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--livo-orange);
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

.livo-category-description-toggle:hover {
	color: var(--livo-orange-hover);
}

/* ---------------------------------------------------------
   Apatinis kategorijos SEO turinys: pilnas plotis, be kortelės borderių
   --------------------------------------------------------- */

.livo-category-bottom-content {
	width: 100%;
	max-width: none;
	margin: 54px 0 0;
	padding: 42px 0 0;
	border: 0 !important;
	border-top: 1px solid var(--livo-border) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #606975;
}

.livo-category-bottom-content > :first-child {
	margin-top: 0;
}

.livo-category-bottom-content h2,
.livo-category-bottom-content h3,
.livo-category-bottom-content h4 {
	max-width: none;
	margin: 0 0 18px;
	color: var(--livo-ink);
	font-weight: 650;
	letter-spacing: -0.015em;
}

.livo-category-bottom-content h2 {
	font-size: clamp(24px, 2.2vw, 32px);
	line-height: 1.2;
}

.livo-category-bottom-content p,
.livo-category-bottom-content li {
	max-width: none;
	color: #606975;
	font-size: 15px;
	line-height: 1.72;
}

.livo-category-bottom-content a {
	color: var(--livo-orange);
	font-weight: 600;
}

@media (max-width: 767px) {
	.livo-card-info-row,
	.livo-product-card .livo-card-info-row {
		gap: 5px 9px;
		font-size: 10px;
	}

	.livo-card-info-row .livo-card-logistics__icon {
		width: 13px;
		height: 13px;
		flex-basis: 13px;
	}

	.livo-card-info-row__item,
	.livo-card-info-row .livo-card-logistics__item,
	.livo-card-info-row .livo-card-rating--inline,
	.livo-card-info-row .livo-card-logistics__item span,
	.livo-card-rating--inline .livo-card-rating__value,
	.livo-card-rating--inline .livo-card-rating__count {
		font-size: 10px;
	}

	.livo-card-rating--inline .livo-card-rating__star {
		font-size: 13px;
	}

	.livo-shop-content .term-description {
		font-size: 14px;
		line-height: 1.6;
	}

	.livo-shop-content .term-description.is-collapsible {
		max-height: 6.6em;
	}

	.livo-category-bottom-content {
		margin-top: 38px;
		padding-top: 30px;
	}

	.livo-category-bottom-content p,
	.livo-category-bottom-content li {
		font-size: 14px;
		line-height: 1.68;
	}
}

/* =========================================================
   1.3.8 ARCHYVO KORTELĖS IR KATEGORIJŲ TURINIO POLISH
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.8 ARCHYVO KORTELĖS IR KATEGORIJOS APRAŠYMAI
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Produkto kortelės: įvertinimas, pristatymas ir likutis
   vienoje marketplace tipo eilutėje.
   --------------------------------------------------------- */

.livo-product-card .livo-card-signals,
.woocommerce ul.products li.product .livo-card-signals,
.woocommerce-page ul.products li.product .livo-card-signals {
	min-height: 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 11px;
	margin: 8px 0 0;
	color: #1f252d;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
}

.livo-product-card .livo-card-signals > span {
	min-width: 0;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}

/* Reitingas: viena oranžinė žvaigždutė, juodas tekstas. */
.livo-product-card .livo-card-rating--compact,
.woocommerce ul.products li.product .livo-card-rating--compact,
.woocommerce-page ul.products li.product .livo-card-rating--compact {
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #1f252d !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
}

.livo-card-rating__star,
.livo-product-card .livo-card-rating__star {
	width: auto !important;
	height: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	color: var(--livo-orange) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.livo-card-rating__value,
.livo-card-rating__count,
.livo-product-card .livo-card-rating__value,
.livo-product-card .livo-card-rating__count {
	color: #1f252d !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
}

.livo-card-rating__count {
	color: #69717c !important;
}

/* Logistika: tamsios linijinės ikonėlės, ne oranžinės/žalios. */
.livo-product-card .livo-card-logistics__item,
.woocommerce ul.products li.product .livo-card-logistics__item,
.woocommerce-page ul.products li.product .livo-card-logistics__item {
	min-width: 0;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #1f252d !important;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
	white-space: nowrap;
}

.livo-product-card .livo-card-logistics__item span,
.woocommerce ul.products li.product .livo-card-logistics__item span,
.woocommerce-page ul.products li.product .livo-card-logistics__item span,
.livo-product-card .livo-card-logistics__item.is-good span,
.livo-product-card .livo-card-logistics__item.is-low span,
.livo-product-card .livo-card-logistics__item.is-out span {
	color: #1f252d !important;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
}

.livo-product-card .livo-card-logistics__icon,
.woocommerce ul.products li.product .livo-card-logistics__icon,
.woocommerce-page ul.products li.product .livo-card-logistics__icon {
	width: 15px !important;
	height: 15px !important;
	min-width: 15px !important;
	flex: 0 0 15px !important;
	display: block !important;
	color: #111820 !important;
	stroke: currentColor !important;
	stroke-width: 1.85 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	fill: none !important;
}

.livo-product-card .livo-card-logistics__icon path,
.livo-product-card .livo-card-logistics__icon circle,
.livo-product-card .livo-card-logistics__icon rect {
	stroke: currentColor !important;
	stroke-width: 1.85 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	fill: none !important;
}

/* Senas meta blokas nebeturi stumti kortelės žemyn. */
.livo-product-card .livo-card-meta.livo-card-logistics {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* ---------------------------------------------------------
   Kategorijos viršutinis aprašymas: pilnas plotis + read more.
   --------------------------------------------------------- */

.livo-shop-content .woocommerce-products-header {
	width: 100%;
	max-width: none;
	margin-bottom: 24px;
}

.livo-shop-content .term-description,
.livo-shop-content .livo-archive-description {
	width: 100%;
	max-width: none !important;
	margin: 14px 0 0;
	color: #5f6874;
	font-size: 15px;
	line-height: 1.7;
}

.livo-archive-description__content {
	position: relative;
	width: 100%;
	max-width: none;
	overflow: hidden;
}

.livo-archive-description.is-collapsed .livo-archive-description__content {
	max-height: 96px;
}

.livo-archive-description.is-collapsed .livo-archive-description__content::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 34px;
	background: linear-gradient(to bottom, rgb(255 255 255 / 0), #fff);
	pointer-events: none;
}

.livo-archive-description.is-expanded .livo-archive-description__content {
	max-height: none;
}

.livo-archive-description__content > :first-child {
	margin-top: 0;
}

.livo-archive-description__content > :last-child {
	margin-bottom: 0;
}

.livo-archive-description__toggle {
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0b3a72;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}

.livo-archive-description__toggle:hover {
	color: var(--livo-orange);
}

/* ---------------------------------------------------------
   Kategorijos apatinis SEO turinys: per visą plotį, be kortelės.
   --------------------------------------------------------- */

.livo-category-bottom-content,
.livo-shop-content .livo-category-bottom-content {
	width: 100%;
	max-width: none;
	margin: 44px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #5f6874;
}

.livo-category-bottom-content h2,
.livo-category-bottom-content h3,
.livo-category-bottom-content h4 {
	margin: 0 0 14px;
	color: #111820;
	font-weight: 650;
	letter-spacing: -0.02em;
}

.livo-category-bottom-content p,
.livo-category-bottom-content li {
	color: #5f6874;
	font-size: 15px;
	line-height: 1.75;
}

/* ---------------------------------------------------------
   Mobile adjustments.
   --------------------------------------------------------- */

@media (max-width: 767px) {
	.livo-product-card .livo-card-signals {
		gap: 5px 9px;
		font-size: 10px;
	}

	.livo-product-card .livo-card-logistics__item,
	.livo-product-card .livo-card-logistics__item span,
	.livo-card-rating__value,
	.livo-card-rating__count {
		font-size: 10px !important;
	}

	.livo-product-card .livo-card-logistics__icon {
		width: 14px !important;
		height: 14px !important;
		min-width: 14px !important;
		flex-basis: 14px !important;
	}

	.livo-shop-content .livo-archive-description,
	.livo-shop-content .term-description {
		font-size: 14px;
		line-height: 1.65;
	}

	.livo-archive-description.is-collapsed .livo-archive-description__content {
		max-height: 92px;
	}

	.livo-category-bottom-content p,
	.livo-category-bottom-content li {
		font-size: 14px;
		line-height: 1.7;
	}
}

/* =========================================================
   1.3.8 ARCHYVO KORTELĖS IR KATEGORIJOS APRAŠYMAI
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.8 KORTELIŲ META IR KATEGORIJŲ APRAŠYMAI – FINAL
   PRADŽIA
   ========================================================= */

/* Kortelėje reitingas, pristatymo terminas ir likutis laikomi vienoje eilutėje. */
.livo-product-card .livo-card-signals,
.woocommerce ul.products li.product .livo-card-signals,
.woocommerce-page ul.products li.product .livo-card-signals {
	width: 100% !important;
	min-width: 0 !important;
	min-height: 22px !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 8px !important;
	margin: auto 0 0 !important;
	padding-top: 10px !important;
	overflow: hidden !important;
	color: #14191f !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
}

.livo-product-card .livo-card-signals > span {
	min-width: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	white-space: nowrap !important;
}

/* Viena oranžinė žvaigždutė, o skaičiai – juodi. */
.livo-product-card .livo-card-rating--compact,
.woocommerce ul.products li.product .livo-card-rating--compact,
.woocommerce-page ul.products li.product .livo-card-rating--compact {
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #14191f !important;
	font-size: 11px !important;
	font-weight: 500 !important;
}

.livo-product-card .livo-card-rating__star,
.livo-card-rating__star {
	width: auto !important;
	height: auto !important;
	color: var(--livo-orange) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	transform: translateY(-0.5px) !important;
}

.livo-product-card .livo-card-rating__value,
.livo-product-card .livo-card-rating__count,
.livo-card-rating__value,
.livo-card-rating__count {
	color: #14191f !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
}

.livo-product-card .livo-card-rating__count {
	color: #5f6874 !important;
}

/* Pristatymo ir sandėlio ikonėlės – tamsios, linijinės, kompaktiškos. */
.livo-product-card .livo-card-logistics__item,
.woocommerce ul.products li.product .livo-card-logistics__item,
.woocommerce-page ul.products li.product .livo-card-logistics__item {
	flex: 0 0 auto !important;
	min-width: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	color: #14191f !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
	white-space: nowrap !important;
}

.livo-product-card .livo-card-logistics__item--stock {
	flex: 1 1 auto !important;
	overflow: hidden !important;
}

.livo-product-card .livo-card-logistics__item span,
.livo-product-card .livo-card-logistics__item.is-good span,
.livo-product-card .livo-card-logistics__item.is-low span,
.livo-product-card .livo-card-logistics__item.is-out span {
	min-width: 0 !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	color: #14191f !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
}

.livo-card-logistics__icon,
.livo-card-info-row__icon,
.livo-product-card .livo-card-logistics__icon {
	width: 15px !important;
	height: 15px !important;
	min-width: 15px !important;
	flex: 0 0 15px !important;
	color: #111820 !important;
	stroke: currentColor !important;
	stroke-width: 1.8 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	fill: none !important;
}

.livo-product-card .livo-card-logistics__icon path,
.livo-product-card .livo-card-logistics__icon circle,
.livo-product-card .livo-card-logistics__icon rect {
	stroke: currentColor !important;
	stroke-width: 1.8 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	fill: none !important;
}

/* Viršutinis kategorijos aprašymas: pilnas plotis, sutrumpintas, su „Rodyti daugiau“. */
.livo-shop-content .woocommerce-products-header {
	width: 100% !important;
	max-width: none !important;
}

.livo-shop-content .livo-archive-description {
	width: 100% !important;
	max-width: none !important;
	margin: 14px 0 0 !important;
	color: #5f6874 !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
}

.livo-archive-description__content {
	position: relative !important;
	width: 100% !important;
	max-width: none !important;
	overflow: hidden !important;
}

.livo-archive-description.is-collapsed .livo-archive-description__content {
	max-height: 96px !important;
}

.livo-archive-description.is-collapsed .livo-archive-description__content::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 34px;
	background: linear-gradient(to bottom, rgb(255 255 255 / 0), #fff);
	pointer-events: none;
}

.livo-archive-description.is-expanded .livo-archive-description__content {
	max-height: none !important;
}

.livo-archive-description__content > :first-child {
	margin-top: 0 !important;
}

.livo-archive-description__content > :last-child {
	margin-bottom: 0 !important;
}

.livo-archive-description__toggle {
	min-height: 32px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-top: 8px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #0b3a72 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

.livo-archive-description__toggle:hover {
	color: var(--livo-orange) !important;
}

/* Apatinis kategorijos SEO tekstas: per visą plotį, be kortelės / borderių. */
.livo-category-bottom-content,
.livo-shop-content .livo-category-bottom-content {
	width: 100% !important;
	max-width: none !important;
	margin: 48px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #5f6874 !important;
}

.livo-category-bottom-content h2,
.livo-category-bottom-content h3,
.livo-category-bottom-content h4 {
	margin: 0 0 14px !important;
	color: #111820 !important;
	font-weight: 650 !important;
	letter-spacing: -0.02em !important;
}

.livo-category-bottom-content p,
.livo-category-bottom-content li {
	color: #5f6874 !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
}

@media (max-width: 767px) {
	.livo-product-card .livo-card-signals {
		gap: 6px !important;
		font-size: 10px !important;
	}

	.livo-product-card .livo-card-rating__star {
		font-size: 13px !important;
	}

	.livo-product-card .livo-card-logistics__item,
	.livo-product-card .livo-card-logistics__item span,
	.livo-product-card .livo-card-rating__value,
	.livo-product-card .livo-card-rating__count {
		font-size: 10px !important;
	}

	.livo-card-logistics__icon,
	.livo-product-card .livo-card-logistics__icon {
		width: 13px !important;
		height: 13px !important;
		min-width: 13px !important;
		flex-basis: 13px !important;
	}

	.livo-shop-content .livo-archive-description {
		font-size: 14px !important;
		line-height: 1.65 !important;
	}

	.livo-archive-description.is-collapsed .livo-archive-description__content {
		max-height: 106px !important;
	}

	.livo-category-bottom-content {
		margin-top: 38px !important;
	}

	.livo-category-bottom-content p,
	.livo-category-bottom-content li {
		font-size: 14px !important;
		line-height: 1.68 !important;
	}
}

/* =========================================================
   1.3.8 KORTELIŲ META IR KATEGORIJŲ APRAŠYMAI – FINAL
   PABAIGA
   ========================================================= */


/* =========================================================
   1.3.9 APATINIS KATEGORIJOS SEO TEKSTAS PER VISĄ KONTEINERĮ
   PRADŽIA
   ========================================================= */

.livo-category-bottom-container {
	width: min(calc(100% - 40px), var(--livo-container));
	margin: 48px auto 0 !important;
}

.livo-category-bottom-container .livo-category-bottom-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.livo-category-bottom-container .livo-category-bottom-content > :first-child {
	margin-top: 0 !important;
}

.livo-category-bottom-container .livo-category-bottom-content h2,
.livo-category-bottom-container .livo-category-bottom-content h3,
.livo-category-bottom-container .livo-category-bottom-content h4 {
	max-width: none !important;
	color: #111820 !important;
	font-weight: 650 !important;
	letter-spacing: -0.02em !important;
}

.livo-category-bottom-container .livo-category-bottom-content p,
.livo-category-bottom-container .livo-category-bottom-content li {
	max-width: none !important;
	color: #5f6874 !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
}

@media (max-width: 767px) {
	.livo-category-bottom-container {
		width: min(calc(100% - 22px), var(--livo-container));
		margin-top: 38px !important;
	}

	.livo-category-bottom-container .livo-category-bottom-content p,
	.livo-category-bottom-container .livo-category-bottom-content li {
		font-size: 14px !important;
		line-height: 1.68 !important;
	}
}

/* =========================================================
   1.3.9 APATINIS KATEGORIJOS SEO TEKSTAS PER VISĄ KONTEINERĮ
   PABAIGA
   ========================================================= */


/* =========================================================
   1.3.10 ARCHYVO KATEGORIJŲ KORTELĖS IR APRAŠYMO TRUMPINIMAS
   PRADŽIA
   ========================================================= */

/* Viršutinis kategorijos aprašymas: trumpesnis preview, pilnas tekstas po paspaudimo. */
.livo-shop-content .livo-archive-description {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 18px !important;
}

.livo-archive-description__content {
	position: relative !important;
	max-width: none !important;
	color: #5f6874 !important;
	font-size: 15px !important;
	line-height: 1.65 !important;
}

.livo-archive-description.is-collapsed .livo-archive-description__content {
	max-height: 56px !important;
	overflow: hidden !important;
}

.livo-archive-description.is-collapsed .livo-archive-description__content::after {
	content: "" !important;
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	height: 28px !important;
	background: linear-gradient(to bottom, rgb(255 255 255 / 0), #fff 82%) !important;
	pointer-events: none !important;
}

.livo-archive-description.is-expanded .livo-archive-description__content {
	max-height: none !important;
}

.livo-archive-description.is-expanded .livo-archive-description__content::after {
	display: none !important;
}

.livo-archive-description__toggle {
	min-height: 28px !important;
	margin-top: 5px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--livo-orange) !important;
	font-size: 13px !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
	cursor: pointer !important;
}

.livo-archive-description__toggle:hover {
	color: var(--livo-orange-hover) !important;
}

/* Kategorijų kortelės virš produktų. */
.livo-archive-categories {
	width: 100%;
	margin: 0 0 24px;
}

.livo-archive-categories__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.livo-archive-categories.is-collapsed .livo-archive-category-card:nth-child(n+13) {
	display: none;
}

.livo-archive-category-card {
	min-width: 0;
	min-height: 168px;
	display: grid;
	grid-template-rows: 104px minmax(0, auto);
	align-items: center;
	justify-items: center;
	gap: 10px;
	padding: 14px 12px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #fff4ec;
	color: var(--livo-ink);
	text-align: center;
	text-decoration: none;
	transition:
		border-color 150ms ease,
		background-color 150ms ease,
		box-shadow 150ms ease,
		transform 150ms ease;
}

.livo-archive-category-card:hover {
	border-color: rgb(245 102 0 / 28%);
	background: #fff1e6;
	box-shadow: 0 8px 20px rgb(19 35 52 / 7%);
	color: var(--livo-ink);
	transform: translateY(-1px);
}

.livo-archive-category-card__image {
	width: 100%;
	height: 104px;
	display: grid;
	place-items: center;
}

.livo-archive-category-card__image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}

.livo-archive-category-card__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--livo-ink);
	font-size: 14px;
	font-weight: 680;
	line-height: 1.32;
}

.livo-archive-categories__toggle {
	position: relative;
	width: 100%;
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 14px 0 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--livo-border);
	background: transparent;
	color: #33383f;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
}

.livo-archive-categories__toggle[hidden] {
	display: none !important;
}

.livo-archive-categories__toggle:hover {
	color: var(--livo-orange);
}

.livo-archive-categories__toggle-icon {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	border: 1px solid var(--livo-border);
	border-radius: 50%;
	background: #fff;
	transform: translateX(-50%);
}

.livo-archive-categories__toggle-icon::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid var(--livo-orange);
	border-bottom: 2px solid var(--livo-orange);
	transform: translateY(-2px) rotate(45deg);
}

.livo-archive-categories.is-expanded .livo-archive-categories__toggle-icon::before {
	transform: translateY(2px) rotate(-135deg);
}

@media (max-width: 1280px) {
	.livo-archive-categories__grid {
		gap: 14px;
	}

	.livo-archive-category-card {
		min-height: 156px;
		grid-template-rows: 94px minmax(0, auto);
		padding: 12px 10px 14px;
	}

	.livo-archive-category-card__image {
		height: 94px;
	}

	.livo-archive-category-card__title {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.livo-archive-description__content {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

	.livo-archive-description.is-collapsed .livo-archive-description__content {
		max-height: 48px !important;
	}

	.livo-archive-categories {
		margin-bottom: 20px;
	}

	.livo-archive-categories__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.livo-archive-categories.is-collapsed .livo-archive-category-card:nth-child(n+10) {
		display: none;
	}

	.livo-archive-category-card {
		min-height: 112px;
		grid-template-rows: 66px minmax(0, auto);
		gap: 7px;
		padding: 8px 6px 10px;
		border-radius: 7px;
	}

	.livo-archive-category-card__image {
		height: 66px;
	}

	.livo-archive-category-card__title {
		font-size: 11px;
		font-weight: 650;
		line-height: 1.25;
	}

	.livo-archive-categories__toggle {
		min-height: 38px;
		margin-top: 10px;
		font-size: 14px;
	}
}

/* =========================================================
   1.3.10 ARCHYVO KATEGORIJŲ KORTELĖS IR APRAŠYMO TRUMPINIMAS
   PABAIGA
   ========================================================= */


/* =========================================================
   1.3.11 ARCHYVO KATEGORIJŲ BLOKAS VIRŠ H1 IR FILTRŲ
   PRADŽIA
   ========================================================= */

/* Kortelės dabar išvedamos atskirame .livo-container bloke prieš
   visą shop layout'ą, todėl gali užimti pilną bendrą puslapio plotį. */
.livo-archive-categories-container {
	margin-top: 18px;
	margin-bottom: 28px;
}

.livo-archive-categories-container .livo-archive-categories {
	width: 100%;
	margin: 0;
}

.livo-archive-categories-container .livo-archive-categories__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

/* Desktop: pradinė būsena 6 x 2. */
.livo-archive-categories-container
	.livo-archive-categories.is-collapsed
	.livo-archive-category-card:nth-child(n+13) {
	display: none;
}

.livo-archive-categories-container .livo-archive-category-card {
	min-width: 0;
	min-height: 162px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 10px;
	padding: 12px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #fff4ec;
	color: var(--livo-ink);
	text-align: center;
	text-decoration: none;
	transition:
		border-color 150ms ease,
		background-color 150ms ease,
		box-shadow 150ms ease,
		transform 150ms ease;
}

.livo-archive-categories-container .livo-archive-category-card:hover {
	border-color: rgb(245 102 0 / 22%);
	background: #fff1e6;
	box-shadow: 0 8px 20px rgb(19 35 52 / 6%);
	color: var(--livo-ink);
	transform: translateY(-1px);
}

/* Fiksuoto aukščio vaizdo zona. Tekstas niekada nelipa ant nuotraukos. */
.livo-archive-categories-container .livo-archive-category-card__image {
	width: 100%;
	height: 104px;
	min-height: 104px;
	display: grid;
	place-items: center;
	padding: 6px;
	border-radius: 6px;
	background: rgb(255 255 255 / 38%);
}

.livo-archive-categories-container .livo-archive-category-card__image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}

/* Jei kategorija neturi nuotraukos, rodoma švari dėžutės ikonėlė. */
.livo-archive-categories-container .livo-archive-category-card__placeholder {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border: 1px solid rgb(17 24 39 / 12%);
	border-radius: 10px;
	background: #fff;
	color: #8b5b3c;
}

.livo-archive-categories-container .livo-archive-category-card__placeholder-icon {
	width: 30px;
	height: 30px;
	stroke-width: 1.6;
}

.livo-archive-categories-container .livo-archive-category-card__title {
	display: -webkit-box;
	min-height: 38px;
	margin: 0;
	overflow: hidden;
	color: var(--livo-ink);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.livo-archive-categories-container .livo-archive-categories__toggle {
	position: relative;
	width: 100%;
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 16px 0 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--livo-border);
	background: transparent;
	color: #33383f;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.25;
	cursor: pointer;
}

.livo-archive-categories-container .livo-archive-categories__toggle[hidden] {
	display: none !important;
}

.livo-archive-categories-container .livo-archive-categories__toggle:hover {
	color: var(--livo-orange);
}

.livo-archive-categories-container .livo-archive-categories__toggle-icon {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	border: 1px solid var(--livo-border);
	border-radius: 50%;
	background: #fff;
	transform: translateX(-50%);
}

.livo-archive-categories-container .livo-archive-categories__toggle-icon::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid var(--livo-orange);
	border-bottom: 2px solid var(--livo-orange);
	transform: translateY(-2px) rotate(45deg);
}

.livo-archive-categories-container
	.livo-archive-categories.is-expanded
	.livo-archive-categories__toggle-icon::before {
	transform: translateY(2px) rotate(-135deg);
}

@media (max-width: 1280px) {
	.livo-archive-categories-container .livo-archive-categories__grid {
		gap: 14px;
	}

	.livo-archive-categories-container .livo-archive-category-card {
		min-height: 150px;
		padding: 10px;
	}

	.livo-archive-categories-container .livo-archive-category-card__image {
		height: 92px;
		min-height: 92px;
	}

	.livo-archive-categories-container .livo-archive-category-card__title {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.livo-archive-categories-container {
		margin-top: 12px;
		margin-bottom: 20px;
	}

	.livo-archive-categories-container .livo-archive-categories__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	/* Mobile: pradinė būsena 3 x 3. */
	.livo-archive-categories-container
		.livo-archive-categories.is-collapsed
		.livo-archive-category-card:nth-child(n+10) {
		display: none;
	}

	.livo-archive-categories-container .livo-archive-category-card {
		min-height: 110px;
		gap: 7px;
		padding: 7px;
		border-radius: 7px;
	}

	.livo-archive-categories-container .livo-archive-category-card__image {
		height: 62px;
		min-height: 62px;
		padding: 4px;
	}

	.livo-archive-categories-container .livo-archive-category-card__placeholder {
		width: 42px;
		height: 42px;
		border-radius: 8px;
	}

	.livo-archive-categories-container .livo-archive-category-card__placeholder-icon {
		width: 23px;
		height: 23px;
	}

	.livo-archive-categories-container .livo-archive-category-card__title {
		min-height: 32px;
		font-size: 11px;
		font-weight: 400;
		line-height: 1.25;
	}

	.livo-archive-categories-container .livo-archive-categories__toggle {
		min-height: 38px;
		margin-top: 10px;
		font-size: 14px;
	}
}

/* =========================================================
   1.3.11 ARCHYVO KATEGORIJŲ BLOKAS VIRŠ H1 IR FILTRŲ
   PABAIGA
   ========================================================= */

/* =========================================================
   LIVO 1.3.12 MOBILE ARCHIVE, RELATED SLIDER AND PAGE HEADINGS
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   1. Mobile produktų archyvas: kortelės per visą plotį
   --------------------------------------------------------- */

@media (max-width: 767px) {
	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products,
	.woocommerce-shop ul.products.columns-2,
	.woocommerce-shop ul.products.columns-3,
	.woocommerce-shop ul.products.columns-4,
	.woocommerce-shop ul.products.columns-5,
	.woocommerce-shop ul.products.columns-6,
	.post-type-archive-product ul.products.columns-2,
	.post-type-archive-product ul.products.columns-3,
	.post-type-archive-product ul.products.columns-4,
	.post-type-archive-product ul.products.columns-5,
	.post-type-archive-product ul.products.columns-6,
	.tax-product_cat ul.products.columns-2,
	.tax-product_cat ul.products.columns-3,
	.tax-product_cat ul.products.columns-4,
	.tax-product_cat ul.products.columns-5,
	.tax-product_cat ul.products.columns-6,
	.tax-product_tag ul.products.columns-2,
	.tax-product_tag ul.products.columns-3,
	.tax-product_tag ul.products.columns-4,
	.tax-product_tag ul.products.columns-5,
	.tax-product_tag ul.products.columns-6 {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.woocommerce-shop ul.products li.product,
	.post-type-archive-product ul.products li.product,
	.tax-product_cat ul.products li.product,
	.tax-product_tag ul.products li.product {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		float: none !important;
		clear: none !important;
		margin: 0 !important;
	}

	.woocommerce-shop .livo-product-card__inner,
	.post-type-archive-product .livo-product-card__inner,
	.tax-product_cat .livo-product-card__inner,
	.tax-product_tag .livo-product-card__inner {
		min-height: 0;
	}

	.woocommerce-shop .livo-product-card__media,
	.post-type-archive-product .livo-product-card__media,
	.tax-product_cat .livo-product-card__media,
	.tax-product_tag .livo-product-card__media {
		height: 205px !important;
		flex-basis: 205px !important;
	}

	.woocommerce-shop .livo-product-card__media .woocommerce-loop-product__link img,
	.post-type-archive-product .livo-product-card__media .woocommerce-loop-product__link img,
	.tax-product_cat .livo-product-card__media .woocommerce-loop-product__link img,
	.tax-product_tag .livo-product-card__media .woocommerce-loop-product__link img,
	.woocommerce-shop .livo-product-card__media img,
	.post-type-archive-product .livo-product-card__media img,
	.tax-product_cat .livo-product-card__media img,
	.tax-product_tag .livo-product-card__media img {
		max-height: 165px !important;
	}

	.woocommerce-shop .livo-product-card .woocommerce-loop-product__title,
	.post-type-archive-product .livo-product-card .woocommerce-loop-product__title,
	.tax-product_cat .livo-product-card .woocommerce-loop-product__title,
	.tax-product_tag .livo-product-card .woocommerce-loop-product__title {
		min-height: auto !important;
		font-size: 15px !important;
		line-height: 1.4 !important;
		-webkit-line-clamp: unset !important;
	}
}

/* ---------------------------------------------------------
   2. Mobile puslapiavimas: viena horizontali eilutė
   --------------------------------------------------------- */

@media (max-width: 767px) {
	.woocommerce nav.woocommerce-pagination,
	.woocommerce-pagination,
	.navigation.pagination {
		width: 100%;
		margin-top: 26px;
		overflow: hidden;
	}

	.woocommerce nav.woocommerce-pagination ul.page-numbers,
	.woocommerce-pagination ul.page-numbers,
	.navigation.pagination .nav-links {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: flex-start;
		gap: 7px !important;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 0 7px !important;
		margin: 0 !important;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.woocommerce nav.woocommerce-pagination ul.page-numbers::-webkit-scrollbar,
	.woocommerce-pagination ul.page-numbers::-webkit-scrollbar,
	.navigation.pagination .nav-links::-webkit-scrollbar {
		display: none;
	}

	.woocommerce nav.woocommerce-pagination ul.page-numbers li,
	.woocommerce-pagination ul.page-numbers li {
		flex: 0 0 auto !important;
	}

	.woocommerce nav.woocommerce-pagination ul.page-numbers li > a,
	.woocommerce nav.woocommerce-pagination ul.page-numbers li > span,
	.woocommerce-pagination ul.page-numbers li > a,
	.woocommerce-pagination ul.page-numbers li > span,
	.navigation.pagination .nav-links > a.page-numbers,
	.navigation.pagination .nav-links > span.page-numbers {
		width: 42px !important;
		min-width: 42px !important;
		height: 42px !important;
		padding: 0 !important;
		flex: 0 0 42px;
		font-size: 14px !important;
	}
}

/* ---------------------------------------------------------
   3. Single product related / upsells mobile slideris
   --------------------------------------------------------- */

@media (max-width: 767px) {
	.single-product .related,
	.single-product .up-sells {
		width: 100%;
		overflow: hidden;
	}

	.single-product .related ul.products,
	.single-product .up-sells ul.products,
	.single-product .related ul.products.columns-2,
	.single-product .related ul.products.columns-3,
	.single-product .related ul.products.columns-4,
	.single-product .related ul.products.columns-5,
	.single-product .related ul.products.columns-6,
	.single-product .up-sells ul.products.columns-2,
	.single-product .up-sells ul.products.columns-3,
	.single-product .up-sells ul.products.columns-4,
	.single-product .up-sells ul.products.columns-5,
	.single-product .up-sells ul.products.columns-6 {
		display: flex !important;
		grid-template-columns: none !important;
		align-items: stretch;
		gap: 12px !important;
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		margin: 0 !important;
		padding: 1px 1px 12px !important;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.single-product .related ul.products::-webkit-scrollbar,
	.single-product .up-sells ul.products::-webkit-scrollbar {
		display: none;
	}

	.single-product .related ul.products li.product,
	.single-product .up-sells ul.products li.product {
		width: 76vw !important;
		max-width: 330px !important;
		min-width: 240px !important;
		flex: 0 0 min(76vw, 330px) !important;
		float: none !important;
		clear: none !important;
		margin: 0 !important;
		scroll-snap-align: start;
	}
}

/* ---------------------------------------------------------
   4. Bendri puslapiai: breadcrumbs + H1 estetika
   --------------------------------------------------------- */

.livo-page-main > .livo-breadcrumbs {
	margin-top: 0;
	margin-bottom: 16px;
}

.livo-page-main > .livo-page-header {
	max-width: none;
	margin-bottom: 26px;
}

.livo-page-main > .livo-page-header h1 {
	margin: 0;
	color: var(--livo-ink);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.035em;
}

@media (max-width: 767px) {
	.livo-page-main > .livo-breadcrumbs {
		margin-bottom: 14px;
	}

	.livo-page-main > .livo-page-header {
		margin-bottom: 22px;
	}

	.livo-page-main > .livo-page-header h1 {
		font-size: clamp(27px, 8vw, 34px);
	}
}

/* =========================================================
   LIVO 1.3.12 MOBILE ARCHIVE, RELATED SLIDER AND PAGE HEADINGS
   PABAIGA
   ========================================================= */

/* =========================================================
   LIVO 1.3.13 MOBILE ARCHYVAS, REVIEWS IR SMULKŪS UX FIX
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Single product benefits: neutralesnis 14 d. grąžinimo blokas
   --------------------------------------------------------- */

.livo-product-benefits .livo-icon {
	stroke-width: 1.9;
}

/* ---------------------------------------------------------
   Produkto atsiliepimai: be avatarų, tvarkingos žvaigždutės,
   forma po sąrašu per visą plotį.
   --------------------------------------------------------- */

.single-product #reviews,
.single-product .woocommerce-Reviews,
.livo-product-section #reviews {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	margin: 0 !important;
}

.single-product #reviews #comments,
.single-product #reviews #review_form_wrapper,
.livo-product-section #reviews #comments,
.livo-product-section #reviews #review_form_wrapper {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product #reviews #review_form_wrapper,
.livo-product-section #reviews #review_form_wrapper {
	margin-top: 30px !important;
}

.single-product #reviews ol.commentlist,
.single-product #reviews .commentlist,
.livo-product-section #reviews ol.commentlist {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.single-product #reviews ol.commentlist > li,
.single-product #reviews .commentlist > li,
.livo-product-section #reviews ol.commentlist > li {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product #reviews .comment_container,
.single-product #reviews ol.commentlist li .comment_container,
.livo-product-section #reviews ol.commentlist li .comment_container {
	position: relative !important;
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	margin: 0 !important;
	padding: 18px 20px !important;
	border: 1px solid var(--livo-border) !important;
	border-radius: var(--livo-radius-md) !important;
	background: #fff !important;
	box-shadow: var(--livo-shadow-xs) !important;
	box-sizing: border-box !important;
}

.single-product #reviews img.avatar,
.single-product #reviews .comment_container > img.avatar,
.single-product #reviews ol.commentlist li img.avatar,
.livo-product-section #reviews ol.commentlist li img.avatar {
	display: none !important;
}

.single-product #reviews .comment-text,
.single-product #reviews ol.commentlist li .comment-text,
.livo-product-section #reviews ol.commentlist li .comment-text {
	position: static !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	float: none !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"meta rating"
		"text text";
	gap: 8px 16px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-sizing: border-box !important;
}

.single-product #reviews .comment-text .meta,
.livo-product-section #reviews .comment-text .meta {
	grid-area: meta;
	width: auto !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 8px;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--livo-muted) !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

.single-product #reviews .woocommerce-review__author,
.livo-product-section #reviews .woocommerce-review__author {
	color: var(--livo-ink) !important;
	font-weight: 650 !important;
}

.single-product #reviews .woocommerce-review__dash,
.livo-product-section #reviews .woocommerce-review__dash {
	color: var(--livo-subtle) !important;
}

.single-product #reviews time,
.single-product #reviews .woocommerce-review__published-date,
.livo-product-section #reviews time,
.livo-product-section #reviews .woocommerce-review__published-date {
	white-space: nowrap !important;
	color: var(--livo-muted) !important;
}

.single-product #reviews .comment-text .star-rating,
.livo-product-section #reviews .comment-text .star-rating {
	grid-area: rating;
	position: relative !important;
	width: 86px !important;
	height: 18px !important;
	min-width: 86px !important;
	display: block !important;
	float: none !important;
	overflow: hidden !important;
	margin: 1px 0 0 !important;
	font-size: 0 !important;
	line-height: 1 !important;
	color: transparent !important;
}

.single-product #reviews .comment-text .star-rating::before,
.livo-product-section #reviews .comment-text .star-rating::before {
	content: "★★★★★" !important;
	position: absolute;
	top: 0;
	left: 0;
	color: #d7dde5;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
}

.single-product #reviews .comment-text .star-rating span,
.livo-product-section #reviews .comment-text .star-rating span {
	position: absolute !important;
	top: 0;
	left: 0;
	height: 18px;
	overflow: hidden !important;
	padding-top: 22px !important;
}

.single-product #reviews .comment-text .star-rating span::before,
.livo-product-section #reviews .comment-text .star-rating span::before {
	content: "★★★★★" !important;
	position: absolute;
	top: 0;
	left: 0;
	color: var(--livo-orange);
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
}

.single-product #reviews .comment-text .description,
.single-product #reviews .description,
.livo-product-section #reviews .description {
	grid-area: text;
	width: 100% !important;
	max-width: none !important;
	margin: 6px 0 0 !important;
	padding: 0 !important;
	color: var(--livo-text) !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

.single-product #reviews .description p,
.livo-product-section #reviews .description p {
	margin: 0 0 10px !important;
}

.single-product #reviews .description p:last-child,
.livo-product-section #reviews .description p:last-child {
	margin-bottom: 0 !important;
}

.single-product #reviews #respond,
.livo-product-section #review_form_wrapper,
.livo-product-section #reviews #respond {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 24px !important;
	border: 1px solid var(--livo-border) !important;
	border-radius: var(--livo-radius-lg) !important;
	background: var(--livo-surface-soft) !important;
	box-sizing: border-box !important;
}

.single-product #reviews #commentform,
.livo-product-section #review_form_wrapper .comment-form {
	width: 100% !important;
	max-width: none !important;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px 18px !important;
	margin: 0 !important;
}

.single-product #reviews #commentform .comment-form-rating,
.single-product #reviews #commentform .comment-form-comment,
.single-product #reviews #commentform .comment-form-cookies-consent,
.single-product #reviews #commentform .comment-notes,
.single-product #reviews #commentform .logged-in-as,
.single-product #reviews #commentform .form-submit,
.livo-product-section #review_form_wrapper .comment-form-rating,
.livo-product-section #review_form_wrapper .comment-form-comment,
.livo-product-section #review_form_wrapper .comment-form-cookies-consent,
.livo-product-section #review_form_wrapper .form-submit,
.livo-product-section #review_form_wrapper .logged-in-as {
	grid-column: 1 / -1 !important;
}

/* ---------------------------------------------------------
   Mobile archyvas: 2 stulpeliai, pilnas naudingas plotis.
   --------------------------------------------------------- */

@media (max-width: 767px) {
	.woocommerce-shop .livo-shop-layout,
	.post-type-archive-product .livo-shop-layout,
	.tax-product_cat .livo-shop-layout,
	.tax-product_tag .livo-shop-layout {
		width: 100% !important;
		max-width: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box;
	}

	.woocommerce-shop .livo-shop-main,
	.post-type-archive-product .livo-shop-main,
	.tax-product_cat .livo-shop-main,
	.tax-product_tag .livo-shop-main,
	.woocommerce-shop .livo-shop-content,
	.post-type-archive-product .livo-shop-content,
	.tax-product_cat .livo-shop-content,
	.tax-product_tag .livo-shop-content {
		width: 100% !important;
		max-width: none !important;
	}

	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products,
	.woocommerce-shop ul.products.columns-2,
	.woocommerce-shop ul.products.columns-3,
	.woocommerce-shop ul.products.columns-4,
	.woocommerce-shop ul.products.columns-5,
	.woocommerce-shop ul.products.columns-6,
	.post-type-archive-product ul.products.columns-2,
	.post-type-archive-product ul.products.columns-3,
	.post-type-archive-product ul.products.columns-4,
	.post-type-archive-product ul.products.columns-5,
	.post-type-archive-product ul.products.columns-6,
	.tax-product_cat ul.products.columns-2,
	.tax-product_cat ul.products.columns-3,
	.tax-product_cat ul.products.columns-4,
	.tax-product_cat ul.products.columns-5,
	.tax-product_cat ul.products.columns-6,
	.tax-product_tag ul.products.columns-2,
	.tax-product_tag ul.products.columns-3,
	.tax-product_tag ul.products.columns-4,
	.tax-product_tag ul.products.columns-5,
	.tax-product_tag ul.products.columns-6 {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.woocommerce-shop ul.products li.product,
	.post-type-archive-product ul.products li.product,
	.tax-product_cat ul.products li.product,
	.tax-product_tag ul.products li.product {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
	}

	.woocommerce-shop .livo-product-card__media,
	.post-type-archive-product .livo-product-card__media,
	.tax-product_cat .livo-product-card__media,
	.tax-product_tag .livo-product-card__media {
		height: 148px !important;
		flex-basis: 148px !important;
	}

	.woocommerce-shop .livo-product-card__media .woocommerce-loop-product__link img,
	.post-type-archive-product .livo-product-card__media .woocommerce-loop-product__link img,
	.tax-product_cat .livo-product-card__media .woocommerce-loop-product__link img,
	.tax-product_tag .livo-product-card__media .woocommerce-loop-product__link img,
	.woocommerce-shop .livo-product-card__media img,
	.post-type-archive-product .livo-product-card__media img,
	.tax-product_cat .livo-product-card__media img,
	.tax-product_tag .livo-product-card__media img {
		max-height: 112px !important;
	}

	.woocommerce-shop .livo-product-card .woocommerce-loop-product__title,
	.post-type-archive-product .livo-product-card .woocommerce-loop-product__title,
	.tax-product_cat .livo-product-card .woocommerce-loop-product__title,
	.tax-product_tag .livo-product-card .woocommerce-loop-product__title {
		font-size: 13px !important;
		line-height: 1.36 !important;
		min-height: 54px !important;
	}

	.woocommerce-shop .livo-card-signals,
	.post-type-archive-product .livo-card-signals,
	.tax-product_cat .livo-card-signals,
	.tax-product_tag .livo-card-signals {
		gap: 5px 7px !important;
		font-size: 10px !important;
	}

	.woocommerce-shop .livo-card-price,
	.post-type-archive-product .livo-card-price,
	.tax-product_cat .livo-card-price,
	.tax-product_tag .livo-card-price {
		font-size: 17px !important;
	}
}

/* ---------------------------------------------------------
   Mobile puslapiavimas: be horizontal scroll, telpa į plotį.
   --------------------------------------------------------- */

@media (max-width: 767px) {
	.woocommerce nav.woocommerce-pagination,
	.woocommerce-pagination,
	.navigation.pagination {
		width: 100% !important;
		overflow: visible !important;
		margin-top: 26px !important;
	}

	.woocommerce nav.woocommerce-pagination ul.page-numbers,
	.woocommerce-pagination ul.page-numbers,
	.navigation.pagination .nav-links {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 6px !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow: visible !important;
		padding: 0 !important;
		margin: 0 auto !important;
	}

	.woocommerce nav.woocommerce-pagination ul.page-numbers li,
	.woocommerce-pagination ul.page-numbers li {
		flex: 0 0 auto !important;
	}

	.woocommerce nav.woocommerce-pagination ul.page-numbers li > a,
	.woocommerce nav.woocommerce-pagination ul.page-numbers li > span,
	.woocommerce-pagination ul.page-numbers li > a,
	.woocommerce-pagination ul.page-numbers li > span,
	.navigation.pagination .nav-links > a.page-numbers,
	.navigation.pagination .nav-links > span.page-numbers {
		width: 36px !important;
		min-width: 36px !important;
		height: 36px !important;
		padding: 0 !important;
		font-size: 13px !important;
		border-radius: 7px !important;
		flex: 0 0 36px !important;
	}

	.woocommerce nav.woocommerce-pagination ul.page-numbers li > .dots,
	.woocommerce-pagination ul.page-numbers li > .dots,
	.navigation.pagination .nav-links > .dots {
		width: 20px !important;
		min-width: 20px !important;
		flex-basis: 20px !important;
		border-color: transparent !important;
		background: transparent !important;
	}
}

/* ---------------------------------------------------------
   Mobile toggle mygtukai: vienodas, ne per daug apvalus radius.
   --------------------------------------------------------- */

.livo-filter-mobile-toggle,
.livo-mobile-filter-toggle,
.livo-mobile-menu-trigger,
.livo-archive-categories__toggle {
	border-radius: 6px !important;
}

/* =========================================================
   LIVO 1.3.13 MOBILE ARCHYVAS, REVIEWS IR SMULKŪS UX FIX
   PABAIGA
   ========================================================= */

/* =========================================================
   LIVO 1.3.14 MOBILE ARCHIVE, RELATED GRID IR REVIEW FORM
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Mobile archyvas: grąžiname šoninius tarpus ir 2 stulpelius.
   --------------------------------------------------------- */

@media (max-width: 767px) {
	.woocommerce-shop .livo-shop-layout,
	.post-type-archive-product .livo-shop-layout,
	.tax-product_cat .livo-shop-layout,
	.tax-product_tag .livo-shop-layout {
		width: 100% !important;
		max-width: none !important;
		padding-right: 12px !important;
		padding-left: 12px !important;
		box-sizing: border-box !important;
	}

	.woocommerce-shop .livo-shop-main,
	.post-type-archive-product .livo-shop-main,
	.tax-product_cat .livo-shop-main,
	.tax-product_tag .livo-shop-main,
	.woocommerce-shop .livo-shop-content,
	.post-type-archive-product .livo-shop-content,
	.tax-product_cat .livo-shop-content,
	.tax-product_tag .livo-shop-content {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products,
	.woocommerce-shop ul.products.columns-2,
	.woocommerce-shop ul.products.columns-3,
	.woocommerce-shop ul.products.columns-4,
	.woocommerce-shop ul.products.columns-5,
	.woocommerce-shop ul.products.columns-6,
	.post-type-archive-product ul.products.columns-2,
	.post-type-archive-product ul.products.columns-3,
	.post-type-archive-product ul.products.columns-4,
	.post-type-archive-product ul.products.columns-5,
	.post-type-archive-product ul.products.columns-6,
	.tax-product_cat ul.products.columns-2,
	.tax-product_cat ul.products.columns-3,
	.tax-product_cat ul.products.columns-4,
	.tax-product_cat ul.products.columns-5,
	.tax-product_cat ul.products.columns-6,
	.tax-product_tag ul.products.columns-2,
	.tax-product_tag ul.products.columns-3,
	.tax-product_tag ul.products.columns-4,
	.tax-product_tag ul.products.columns-5,
	.tax-product_tag ul.products.columns-6 {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}
}

/* ---------------------------------------------------------
   Single product: mobile panašūs produktai lieka grid'e.
   --------------------------------------------------------- */

@media (max-width: 767px) {
	.single-product .related,
	.single-product .up-sells {
		width: 100% !important;
		overflow: visible !important;
	}

	.single-product .related ul.products,
	.single-product .up-sells ul.products,
	.single-product .related ul.products.columns-2,
	.single-product .related ul.products.columns-3,
	.single-product .related ul.products.columns-4,
	.single-product .related ul.products.columns-5,
	.single-product .related ul.products.columns-6,
	.single-product .up-sells ul.products.columns-2,
	.single-product .up-sells ul.products.columns-3,
	.single-product .up-sells ul.products.columns-4,
	.single-product .up-sells ul.products.columns-5,
	.single-product .up-sells ul.products.columns-6 {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		align-items: stretch !important;
		gap: 12px !important;
		overflow: visible !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		scroll-snap-type: none !important;
	}

	.single-product .related ul.products li.product,
	.single-product .up-sells ul.products li.product {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		flex: initial !important;
		float: none !important;
		clear: none !important;
		margin: 0 !important;
		scroll-snap-align: none !important;
	}
}

@media (max-width: 370px) {
	.single-product .related ul.products,
	.single-product .up-sells ul.products {
		grid-template-columns: 1fr !important;
	}
}

/* ---------------------------------------------------------
   Atsiliepimų forma: aiškesnis vardo laukas.
   --------------------------------------------------------- */

.single-product #reviews #commentform .comment-form-author label::before,
.single-product #reviews #commentform .comment-form-email label::before {
	content: none !important;
}

/* =========================================================
   LIVO 1.3.14 MOBILE ARCHIVE, RELATED GRID IR REVIEW FORM
   PABAIGA
   ========================================================= */

/* =========================================================
   LIVO 1.3.15 SINGLE PRODUCT, BREADCRUMBS AND WISHLIST POLISH
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   1. Breadcrumbs: vienodas vaizdas visur, cart/checkout be jų
   --------------------------------------------------------- */

.livo-breadcrumbs,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0 0 16px;
	padding: 0;
	color: var(--livo-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.livo-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs a {
	color: var(--livo-muted);
	font-weight: 400;
	text-decoration: none;
}

.livo-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs a:hover {
	color: var(--livo-orange);
}

.livo-breadcrumbs span,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs span {
	color: var(--livo-muted);
}

.livo-breadcrumbs .breadcrumb-separator,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs .breadcrumb-separator {
	padding: 0 8px;
	color: #b8bec6;
}

body.woocommerce-cart .livo-breadcrumbs,
body.woocommerce-checkout .livo-breadcrumbs,
body.livo-cart-page .livo-breadcrumbs,
body.livo-checkout-page .livo-breadcrumbs {
	display: none !important;
}

@media (max-width: 767px) {
	.livo-breadcrumbs,
	.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		margin-bottom: 13px;
		padding-bottom: 6px;
		white-space: nowrap;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.livo-breadcrumbs::-webkit-scrollbar,
	.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs::-webkit-scrollbar {
		display: none;
	}

	.livo-breadcrumbs > *,
	.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs > * {
		flex: 0 0 auto;
	}
}

/* ---------------------------------------------------------
   2. Single product wishlist
   --------------------------------------------------------- */

.livo-single-wishlist {
	margin: -2px 0 16px;
}

.livo-single-wishlist-button {
	min-height: 40px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 13px !important;
	border: 1px solid var(--livo-border) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--livo-ink) !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: none !important;
	transition:
		border-color 150ms ease,
		background-color 150ms ease,
		color 150ms ease;
}

.livo-single-wishlist-button:hover {
	border-color: #f1b4bd !important;
	background: #fff7f8 !important;
	color: var(--livo-danger) !important;
}

.livo-single-wishlist-button.is-active,
.livo-single-wishlist-button[aria-pressed="true"] {
	border-color: #f1b4bd !important;
	background: #fff7f8 !important;
	color: var(--livo-danger) !important;
}

.livo-single-wishlist-button__icon {
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.livo-single-wishlist-button__icon .livo-icon,
.livo-single-wishlist-button__icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.livo-single-wishlist-button.is-active svg,
.livo-single-wishlist-button[aria-pressed="true"] svg {
	fill: currentColor;
}

@media (max-width: 767px) {
	.livo-single-wishlist {
		margin: -2px 0 15px;
	}

	.livo-single-wishlist-button {
		min-height: 38px;
		padding: 8px 12px !important;
		font-size: 12px;
	}
}

/* ---------------------------------------------------------
   3. Wishlist toast
   --------------------------------------------------------- */

.livo-wishlist-toast {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 99999;
	max-width: min(360px, calc(100vw - 32px));
	padding: 13px 16px;
	border: 1px solid var(--livo-border);
	border-radius: 10px;
	background: #fff;
	color: var(--livo-ink);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	box-shadow: 0 14px 40px rgb(15 31 48 / 16%);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	pointer-events: none;
	transition:
		opacity 180ms ease,
		visibility 180ms ease,
		transform 180ms ease;
}

.livo-wishlist-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media (max-width: 767px) {
	.livo-wishlist-toast {
		right: 12px;
		bottom: calc(14px + env(safe-area-inset-bottom));
		left: 12px;
		max-width: none;
		text-align: center;
	}
}

/* ---------------------------------------------------------
   4. Mobile single product quantity + add to cart
   --------------------------------------------------------- */

@media (max-width: 767px) {
	.woocommerce div.product form.cart:not(.variations_form) {
		display: grid !important;
		grid-template-columns: 132px minmax(0, 1fr) !important;
		align-items: stretch !important;
		gap: 10px !important;
	}

	.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
		display: grid !important;
		grid-template-columns: 132px minmax(0, 1fr) !important;
		align-items: stretch !important;
		gap: 10px !important;
	}

	.woocommerce div.product form.cart .variations,
	.woocommerce div.product form.cart .single_variation_wrap {
		grid-column: 1 / -1 !important;
		width: 100% !important;
	}

	.woocommerce div.product form.cart .quantity {
		grid-column: 1 !important;
		width: 132px !important;
		max-width: 132px !important;
		height: 52px !important;
		display: grid !important;
		grid-template-columns: 38px minmax(0, 56px) 38px !important;
		align-items: stretch !important;
		overflow: hidden !important;
		margin: 0 !important;
		border: 1px solid var(--livo-border) !important;
		border-radius: var(--livo-radius-sm) !important;
		background: #fff !important;
	}

	.woocommerce div.product form.cart .quantity .livo-qty-button,
	.woocommerce div.product form.cart .quantity .minus,
	.woocommerce div.product form.cart .quantity .plus,
	.woocommerce div.product form.cart .quantity input.qty {
		height: 50px !important;
		min-height: 50px !important;
		min-width: 0 !important;
		margin: 0 !important;
	}

	.woocommerce div.product form.cart .quantity .livo-qty-button,
	.woocommerce div.product form.cart .quantity .minus,
	.woocommerce div.product form.cart .quantity .plus {
		width: 38px !important;
		padding: 0 !important;
		border: 0 !important;
		background: #fff !important;
		font-size: 20px !important;
		line-height: 1 !important;
	}

	.woocommerce div.product form.cart .quantity input.qty {
		width: 56px !important;
		padding: 0 2px !important;
		border: 0 !important;
		border-right: 1px solid var(--livo-border) !important;
		border-left: 1px solid var(--livo-border) !important;
		border-radius: 0 !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		text-align: center !important;
	}

	.woocommerce div.product form.cart .single_add_to_cart_button {
		grid-column: 2 !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 52px !important;
		margin: 0 !important;
		padding-inline: 14px !important;
		white-space: nowrap !important;
	}
}

@media (max-width: 390px) {
	.woocommerce div.product form.cart:not(.variations_form),
	.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
		grid-template-columns: 122px minmax(0, 1fr) !important;
		gap: 8px !important;
	}

	.woocommerce div.product form.cart .quantity {
		width: 122px !important;
		max-width: 122px !important;
		grid-template-columns: 34px minmax(0, 54px) 34px !important;
	}

	.woocommerce div.product form.cart .quantity .livo-qty-button,
	.woocommerce div.product form.cart .quantity .minus,
	.woocommerce div.product form.cart .quantity .plus {
		width: 34px !important;
	}

	.woocommerce div.product form.cart .quantity input.qty {
		width: 54px !important;
	}
}

/* ---------------------------------------------------------
   5. Grąžinimo ikonėlė turi būti švari ir lygiuota
   --------------------------------------------------------- */

.livo-product-benefits .livo-icon,
.livo-footer-benefit__icon .livo-icon {
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* =========================================================
   LIVO 1.3.15 SINGLE PRODUCT, BREADCRUMBS AND WISHLIST POLISH
   PABAIGA
   ========================================================= */

/* =========================================================
   LIVO 1.3.15 SINGLE PRODUCT WISHLIST, QTY IR BREADCRUMBS
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Single product wishlist button
   --------------------------------------------------------- */

.livo-single-wishlist-button {
	width: 100%;
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 0 0 16px;
	padding: 10px 16px;
	border: 1px solid var(--livo-border);
	border-radius: 8px;
	background: #fff;
	color: var(--livo-ink);
	font-size: 13px;
	font-weight: 550;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: none;
	transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease;
}

.livo-single-wishlist-button .livo-icon {
	width: 18px;
	height: 18px;
	stroke-width: 1.9;
}

.livo-single-wishlist-button:hover,
.livo-single-wishlist-button.is-active,
.livo-single-wishlist-button[aria-pressed="true"] {
	border-color: rgb(235 83 118 / 38%);
	background: rgb(235 83 118 / 5%);
	color: #d9315f;
}

.livo-single-wishlist-button.is-active .livo-icon,
.livo-single-wishlist-button[aria-pressed="true"] .livo-icon {
	fill: currentColor;
}

.livo-single-wishlist-button.is-loading {
	opacity: .68;
	pointer-events: none;
}

/* Wishlist feedback toast */
.livo-wishlist-toast {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 99999;
	max-width: min(360px, calc(100vw - 32px));
	padding: 13px 16px;
	border: 1px solid var(--livo-border);
	border-left: 3px solid var(--livo-orange);
	border-radius: 10px;
	background: #fff;
	color: var(--livo-ink);
	font-size: 13px;
	font-weight: 550;
	line-height: 1.35;
	box-shadow: 0 16px 42px rgb(12 24 38 / 16%);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.livo-wishlist-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.livo-wishlist-toast.is-removal {
	border-left-color: var(--livo-muted);
}

/* ---------------------------------------------------------
   Single product mobile qty + CTA: plus turi tilpti tame pačiame laukelyje
   --------------------------------------------------------- */

@media (max-width: 767px) {
	.woocommerce div.product form.cart:not(.variations_form),
	.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
		display: grid !important;
		grid-template-columns: 136px minmax(0, 1fr) !important;
		align-items: stretch !important;
		gap: 10px !important;
	}

	.woocommerce div.product form.cart .quantity {
		grid-column: 1 !important;
		width: 136px !important;
		min-width: 136px !important;
		height: 52px !important;
		min-height: 52px !important;
		display: grid !important;
		grid-template-columns: 38px minmax(0, 60px) 38px !important;
		overflow: hidden !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}

	.woocommerce div.product form.cart .quantity .qty {
		width: 100% !important;
		min-width: 0 !important;
		height: 50px !important;
		min-height: 50px !important;
		padding: 0 2px !important;
		box-sizing: border-box !important;
	}

	.woocommerce div.product form.cart .quantity button,
	.woocommerce div.product form.cart .quantity .minus,
	.woocommerce div.product form.cart .quantity .plus {
		width: 38px !important;
		min-width: 38px !important;
		height: 50px !important;
		min-height: 50px !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	.woocommerce div.product form.cart .single_add_to_cart_button {
		grid-column: 2 !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 52px !important;
		margin: 0 !important;
		padding-inline: 12px !important;
		white-space: nowrap !important;
	}

	.livo-wishlist-toast {
		right: 14px;
		bottom: calc(14px + env(safe-area-inset-bottom));
		left: 14px;
		max-width: none;
	}
}

@media (max-width: 380px) {
	.woocommerce div.product form.cart:not(.variations_form),
	.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
		grid-template-columns: 128px minmax(0, 1fr) !important;
		gap: 8px !important;
	}

	.woocommerce div.product form.cart .quantity {
		width: 128px !important;
		min-width: 128px !important;
		grid-template-columns: 36px minmax(0, 56px) 36px !important;
	}

	.woocommerce div.product form.cart .quantity button,
	.woocommerce div.product form.cart .quantity .minus,
	.woocommerce div.product form.cart .quantity .plus {
		width: 36px !important;
		min-width: 36px !important;
	}
}

/* ---------------------------------------------------------
   14 dienų grąžinimo ikona: ramesnė ir švaresnė
   --------------------------------------------------------- */

.livo-product-benefits .livo-icon {
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* ---------------------------------------------------------
   Breadcrumbs bendras suvienodinimas
   --------------------------------------------------------- */

.livo-breadcrumbs,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs {
	color: var(--livo-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.livo-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs a {
	color: var(--livo-muted);
	font-weight: 400;
	text-decoration: none;
}

.livo-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs a:hover {
	color: var(--livo-orange);
}

.livo-breadcrumbs span:not(.breadcrumb-separator),
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs span:not(.breadcrumb-separator) {
	color: var(--livo-text);
	font-weight: 400;
}

.breadcrumb-separator {
	color: var(--livo-subtle);
}

body.woocommerce-cart .livo-breadcrumbs,
body.woocommerce-checkout .livo-breadcrumbs,
body.livo-cart-page .livo-breadcrumbs,
body.livo-checkout-page .livo-breadcrumbs {
	display: none !important;
}

/* =========================================================
   LIVO 1.3.15 SINGLE PRODUCT WISHLIST, QTY IR BREADCRUMBS
   PABAIGA
   ========================================================= */

/* =========================================================
   LIVO 1.3.16 BREADCRUMBS AND SINGLE WISHLIST POSITION
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Breadcrumbs: vienodas tarpas visuose puslapiuose
   --------------------------------------------------------- */

.livo-breadcrumbs,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs {
	width: 100% !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--livo-muted) !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
}

.livo-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs a,
.livo-breadcrumbs span:not(.breadcrumb-separator),
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs span:not(.breadcrumb-separator) {
	color: var(--livo-muted) !important;
	font-weight: 400 !important;
	text-decoration: none !important;
}

.livo-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs a:hover {
	color: var(--livo-orange) !important;
}

.livo-breadcrumbs .breadcrumb-separator,
.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs .breadcrumb-separator,
.breadcrumb-separator {
	padding: 0 8px !important;
	color: var(--livo-subtle) !important;
}

/* WooCommerce archyvuose breadcrumbs nebelimpa prie headerio. */
.livo-woocommerce-main > .livo-container:first-child {
	padding-top: 20px !important;
	padding-bottom: 18px !important;
}

/* Paprastuose puslapiuose breadcrumbs nebėra per toli nuo headerio. */
.livo-page-main {
	padding-top: 30px !important;
}

.livo-page-main > .livo-breadcrumbs {
	margin-bottom: 18px !important;
}

.livo-page-main > .livo-page-header {
	margin-bottom: 28px !important;
}

/* Cart ir checkout išlieka be breadcrumbs. */
body.woocommerce-cart .livo-breadcrumbs,
body.woocommerce-checkout .livo-breadcrumbs,
body.livo-cart-page .livo-breadcrumbs,
body.livo-checkout-page .livo-breadcrumbs {
	display: none !important;
}

@media (max-width: 767px) {
	.livo-woocommerce-main > .livo-container:first-child {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.livo-page-main {
		padding-top: 22px !important;
	}

	.livo-breadcrumbs,
	.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		padding-bottom: 6px !important;
		white-space: nowrap !important;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.livo-breadcrumbs::-webkit-scrollbar,
	.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs::-webkit-scrollbar {
		display: none;
	}

	.livo-breadcrumbs > *,
	.woocommerce .woocommerce-breadcrumb.livo-breadcrumbs > * {
		flex: 0 0 auto;
	}
}

/* ---------------------------------------------------------
   Single product wishlist: mažesnis, antraeilis ir po benefit blokais
   --------------------------------------------------------- */

.livo-single-wishlist {
	margin: 14px 0 0 !important;
	padding-top: 12px;
	border-top: 1px solid var(--livo-border);
}

.livo-single-wishlist-button {
	width: auto !important;
	min-height: 34px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 7px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--livo-muted) !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
}

.livo-single-wishlist-button:hover,
.livo-single-wishlist-button.is-active,
.livo-single-wishlist-button[aria-pressed="true"] {
	background: transparent !important;
	color: var(--livo-danger) !important;
}

.livo-single-wishlist-button__icon,
.livo-single-wishlist-button .livo-icon,
.livo-single-wishlist-button svg {
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	stroke-width: 1.8 !important;
}

@media (max-width: 767px) {
	.livo-single-wishlist {
		margin-top: 12px !important;
		padding-top: 10px;
	}

	.livo-single-wishlist-button {
		min-height: 32px !important;
		font-size: 12px !important;
	}
}

/* =========================================================
   LIVO 1.3.16 BREADCRUMBS AND SINGLE WISHLIST POSITION
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.17 KREPŠELIO PUSLAPIO REDIZAINAS
   PRADŽIA
   ========================================================= */

body.woocommerce-cart .livo-site-shell,
body.livo-cart-page .livo-site-shell {
	background: #fff !important;
}

body.woocommerce-cart .livo-page-main,
body.livo-cart-page .livo-page-main {
	padding-top: 26px !important;
	padding-bottom: 90px !important;
}

body.woocommerce-cart .woocommerce {
	width: min(100%, 1520px);
	margin: 0 auto;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
	gap: clamp(34px, 4vw, 70px);
	align-items: start;
}

body.woocommerce-cart .woocommerce::before,
body.woocommerce-cart .woocommerce::after {
	display: none !important;
	content: none !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .livo-cart-steps,
body.woocommerce-cart .cart-empty,
body.woocommerce-cart .return-to-shop,
body.woocommerce-cart .cross-sells {
	grid-column: 1 / -1;
}

/* ---------------------------------------------------------
   Pirkimo eiga viršuje
   --------------------------------------------------------- */

.livo-cart-steps {
	margin: 0 0 34px;
}

.livo-cart-steps__list {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
}

.livo-cart-steps__item {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 10px;
	color: #555b63;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.livo-cart-steps__item::before {
	content: "";
	position: absolute;
	top: 15px;
	left: calc(-50% + 24px);
	width: calc(100% - 48px);
	height: 2px;
	background: #dddddf;
}

.livo-cart-steps__item:first-child::before {
	display: none;
}

.livo-cart-steps__item.is-active::before,
.livo-cart-steps__item.is-complete::before {
	background: #b9953a;
}

.livo-cart-steps__number {
	position: relative;
	z-index: 1;
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #dddddf;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.livo-cart-steps__item.is-active .livo-cart-steps__number {
	background: #434343;
}

.livo-cart-steps__item.is-active .livo-cart-steps__label {
	color: var(--livo-ink);
	font-weight: 700;
}

/* ---------------------------------------------------------
   Dviejų kolonų layout
   --------------------------------------------------------- */

body.woocommerce-cart .woocommerce-cart-form {
	grid-column: 1;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

body.woocommerce-cart .cart-collaterals {
	grid-column: 2;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.livo-cart-table-heading {
	margin: 0 0 18px;
}

.livo-cart-table-heading h1 {
	margin: 0;
	color: var(--livo-ink);
	font-size: clamp(26px, 2.6vw, 36px);
	font-weight: 650;
	line-height: 1.18;
	letter-spacing: -0.025em;
}

.livo-cart-table-heading h1 span {
	color: var(--livo-muted);
	font-size: 0.55em;
	font-weight: 500;
	letter-spacing: 0;
}

/* ---------------------------------------------------------
   Produktų lentelė: marketplace / checkout stilius
   --------------------------------------------------------- */

body.woocommerce-cart .woocommerce-cart-form table.shop_table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-collapse: collapse !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
	background: transparent !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th {
	padding: 0 0 14px !important;
	border: 0 !important;
	border-bottom: 1px solid #e4e6e8 !important;
	color: var(--livo-muted) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-remove,
body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-thumbnail,
body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-price {
	font-size: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-name {
	font-size: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-name::after {
	content: "Produktai";
	font-size: 12px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-quantity {
	font-size: 0 !important;
	text-align: center !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-quantity::after {
	content: "Kiekis";
	font-size: 12px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-subtotal {
	font-size: 0 !important;
	text-align: right !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-subtotal::after {
	content: "Kaina";
	font-size: 12px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item {
	border-bottom: 1px solid #e9ebee;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
	padding: 22px 0 !important;
	border: 0 !important;
	vertical-align: middle !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove {
	width: 36px !important;
	padding-right: 12px !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
	width: 82px !important;
	padding-right: 18px !important;
}

body.woocommerce-cart table.cart img {
	width: 64px !important;
	height: 64px !important;
	object-fit: contain !important;
	border-radius: 6px !important;
	background: #fff !important;
}

body.woocommerce-cart table.cart .product-name a {
	max-width: 420px;
	color: var(--livo-ink) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
}

body.woocommerce-cart table.cart .product-price {
	display: none !important;
}

body.woocommerce-cart table.cart .product-quantity {
	width: 160px !important;
	text-align: center;
}

body.woocommerce-cart table.cart .product-subtotal {
	width: 150px !important;
	color: var(--livo-ink) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	text-align: right !important;
	white-space: nowrap;
}

body.woocommerce-cart a.remove {
	width: 24px !important;
	height: 24px !important;
	border: 0 !important;
	background: transparent !important;
	color: #5f666f !important;
	font-size: 18px !important;
}

body.woocommerce-cart a.remove:hover {
	background: transparent !important;
	color: var(--livo-danger) !important;
}

/* Kiekis – neutralus, kaip checkout UI */
body.woocommerce-cart table.cart .quantity {
	width: 104px !important;
	min-width: 104px !important;
	display: grid !important;
	grid-template-columns: 32px 40px 32px !important;
	align-items: stretch;
	margin: 0 auto !important;
	border: 1px solid #d7dbe0 !important;
	border-radius: 6px !important;
	overflow: hidden;
	background: #fff;
}

body.woocommerce-cart table.cart .quantity .qty,
body.woocommerce-cart table.cart .quantity button,
body.woocommerce-cart table.cart .quantity .minus,
body.woocommerce-cart table.cart .quantity .plus {
	height: 36px !important;
	min-height: 36px !important;
}

body.woocommerce-cart table.cart .quantity .qty {
	border: 0 !important;
	border-left: 1px solid #d7dbe0 !important;
	border-right: 1px solid #d7dbe0 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
}

body.woocommerce-cart table.cart .quantity button,
body.woocommerce-cart table.cart .quantity .minus,
body.woocommerce-cart table.cart .quantity .plus {
	width: 32px !important;
	min-width: 32px !important;
	background: #fff !important;
	color: var(--livo-ink) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

body.woocommerce-cart table.cart .quantity button:hover,
body.woocommerce-cart table.cart .quantity .minus:hover,
body.woocommerce-cart table.cart .quantity .plus:hover {
	background: #f5f6f7 !important;
	color: var(--livo-ink) !important;
}

/* ---------------------------------------------------------
   Nemokamo pristatymo juosta
   --------------------------------------------------------- */

.livo-cart-shipping-progress {
	margin: 22px 0 26px;
	padding: 0 0 22px;
	border-bottom: 1px solid #eceef0;
	text-align: center;
}

.livo-cart-shipping-progress__track {
	height: 8px;
	margin: 0 0 12px;
	border-radius: 999px;
	background: #e0e0e0;
	overflow: hidden;
}

.livo-cart-shipping-progress__track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #b9953a;
}

.livo-cart-shipping-progress p {
	margin: 0;
	color: var(--livo-text);
	font-size: 14px;
	line-height: 1.45;
}

.livo-cart-shipping-progress strong {
	font-weight: 700;
}

.livo-cart-shipping-progress a {
	margin-left: 8px;
	color: var(--livo-ink);
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* ---------------------------------------------------------
   Kuponas ir actions
   --------------------------------------------------------- */

body.woocommerce-cart table.cart td.actions {
	padding: 24px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.woocommerce-cart table.cart td.actions .coupon {
	display: flex !important;
	align-items: stretch;
	gap: 10px;
	float: none !important;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: min(100%, 230px) !important;
	height: 46px !important;
	border: 1px solid #d7dbe0 !important;
	border-radius: 6px !important;
	background: #fff;
	font-size: 14px;
}

body.woocommerce-cart table.cart td.actions .coupon .button,
body.woocommerce-cart table.cart td.actions > .button {
	min-height: 46px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: #f4f4f4 !important;
	color: var(--livo-ink) !important;
	font-weight: 500 !important;
}

body.woocommerce-cart table.cart td.actions > .button {
	float: right !important;
	opacity: 0.7;
}

/* ---------------------------------------------------------
   Užsakymo informacija / totals
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cart_totals {
	position: sticky !important;
	top: 22px;
	width: 100% !important;
	padding: 0 !important;
	border: 1px solid #dedede !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	overflow: hidden;
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2,
.woocommerce .cart-collaterals .cart_totals > h2 {
	margin: 0 !important;
	padding: 22px 26px 8px !important;
	font-size: 0 !important;
	line-height: 1.2;
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2::after,
.woocommerce .cart-collaterals .cart_totals > h2::after {
	content: "Užsakymo informacija";
	color: var(--livo-ink);
	font-size: 20px;
	font-weight: 600;
}

body.woocommerce-cart .cart-collaterals table.shop_table,
.woocommerce .cart-collaterals table.shop_table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-cart .cart-collaterals table.shop_table th,
body.woocommerce-cart .cart-collaterals table.shop_table td,
.woocommerce .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table td {
	padding: 14px 26px !important;
	border: 0 !important;
	border-bottom: 1px solid #ececec !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.45;
}

body.woocommerce-cart .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table th {
	width: 46% !important;
	color: var(--livo-ink) !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals table.shop_table td,
.woocommerce .cart-collaterals table.shop_table td {
	color: var(--livo-ink) !important;
	text-align: right !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods {
	display: grid !important;
	gap: 9px;
	text-align: left;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	align-items: start;
	gap: 8px;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods input {
	margin-top: 3px !important;
	accent-color: #b9953a;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods label {
	color: var(--livo-text) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
	margin-top: 10px !important;
	color: var(--livo-text) !important;
	font-size: 14px !important;
	line-height: 1.5;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	color: var(--livo-ink) !important;
	font-weight: 500 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

body.woocommerce-cart .cart-collaterals .order-total th,
body.woocommerce-cart .cart-collaterals .order-total td,
.woocommerce .cart-collaterals .order-total th,
.woocommerce .cart-collaterals .order-total td {
	padding-top: 22px !important;
	padding-bottom: 22px !important;
	border-bottom: 0 !important;
	font-size: 20px !important;
	font-weight: 650 !important;
}

body.woocommerce-cart .cart-collaterals .order-total td,
.woocommerce .cart-collaterals .order-total td {
	font-size: 22px !important;
	font-weight: 700 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout,
.wc-proceed-to-checkout {
	padding: 22px 0 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .checkout-button {
	min-height: 56px !important;
	border-radius: 6px !important;
	border-color: #b9953a !important;
	background: #b9953a !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 650 !important;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.wc-proceed-to-checkout .checkout-button:hover {
	border-color: #a8842f !important;
	background: #a8842f !important;
}

/* ---------------------------------------------------------
   Responsive cart
   --------------------------------------------------------- */

@media (max-width: 1023px) {
	body.woocommerce-cart .woocommerce {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .cart-collaterals {
		grid-column: 1;
	}

	.livo-cart-steps {
		margin-bottom: 24px;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cart_totals {
		position: static !important;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .livo-page-main {
		padding-top: 18px !important;
	}

	.livo-cart-steps__label {
		font-size: 12px;
	}

	.livo-cart-steps__number {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.livo-cart-steps__item::before {
		top: 13px;
	}

	/* Mobile kortelės lieka švaresnės, bet artimesnės desktop logikai. */
	body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
		display: grid !important;
		grid-template-columns: 68px minmax(0, 1fr) !important;
		gap: 8px 12px !important;
		padding: 15px 0 !important;
		margin: 0 !important;
		border: 0 !important;
		border-bottom: 1px solid #e9ebee !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove {
		position: absolute !important;
		top: 14px !important;
		right: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
		grid-column: 1 !important;
		grid-row: 1 / 5 !important;
		width: 68px !important;
		padding: 0 !important;
	}

	body.woocommerce-cart table.cart img {
		width: 58px !important;
		height: 58px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal {
		grid-column: 2 !important;
		padding: 0 34px 0 0 !important;
	}

	body.woocommerce-cart table.cart .product-name a {
		font-size: 14px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding-top: 8px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal::before {
		content: attr(data-title);
		color: var(--livo-muted);
		font-size: 11px;
		font-weight: 500;
	}

	.livo-cart-shipping-progress {
		margin-top: 18px;
		padding-bottom: 18px;
	}

	body.woocommerce-cart table.cart td.actions .coupon {
		width: 100%;
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	body.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100% !important;
	}

	body.woocommerce-cart table.cart td.actions > .button {
		width: 100%;
		float: none !important;
		margin-top: 10px !important;
	}

	body.woocommerce-cart .cart-collaterals table.shop_table th,
	body.woocommerce-cart .cart-collaterals table.shop_table td,
	.woocommerce .cart-collaterals table.shop_table th,
	.woocommerce .cart-collaterals table.shop_table td {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}
}

/* =========================================================
   1.3.17 KREPŠELIO PUSLAPIO REDIZAINAS
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.18 KREPŠELIO PUSLAPIO POLISH
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Bendras cart vizualas: oranžinė kaip LIVO akcentas, ne auksinė
   --------------------------------------------------------- */

body.woocommerce-cart .livo-cart-steps__item.is-active::before,
body.woocommerce-cart .livo-cart-steps__item.is-complete::before,
body.woocommerce-cart .livo-cart-shipping-progress__track span {
	background: var(--livo-orange) !important;
}

body.woocommerce-cart .livo-cart-steps__item.is-active .livo-cart-steps__number {
	background: var(--livo-orange) !important;
}

/* ---------------------------------------------------------
   Kiekio valdiklis: - 1 + vienoje normalioje eilutėje
   --------------------------------------------------------- */

body.woocommerce-cart table.cart .quantity,
body.woocommerce-cart table.cart .quantity[data-livo-quantity="1"] {
	width: 118px !important;
	min-width: 118px !important;
	height: 42px !important;
	min-height: 42px !important;

	display: inline-grid !important;
	grid-template-columns: 36px 46px 36px !important;
	align-items: stretch !important;

	overflow: hidden !important;

	border: 1px solid #d9dde3 !important;
	border-radius: 8px !important;

	background: #fff !important;
	box-shadow: none !important;
}

body.woocommerce-cart table.cart .quantity .livo-qty-button,
body.woocommerce-cart table.cart .quantity .minus,
body.woocommerce-cart table.cart .quantity .plus {
	width: 36px !important;
	height: 42px !important;
	min-width: 36px !important;
	min-height: 42px !important;

	display: grid !important;
	place-items: center !important;

	margin: 0 !important;
	padding: 0 !important;

	border: 0 !important;
	border-radius: 0 !important;

	background: #fff !important;
	color: var(--livo-ink) !important;

	font-size: 17px !important;
	font-weight: 500 !important;
	line-height: 1 !important;

	cursor: pointer !important;
}

body.woocommerce-cart table.cart .quantity .livo-qty-button:hover,
body.woocommerce-cart table.cart .quantity .minus:hover,
body.woocommerce-cart table.cart .quantity .plus:hover {
	background: #f6f7f8 !important;
	color: var(--livo-orange) !important;
}

body.woocommerce-cart table.cart .quantity input.qty {
	width: 46px !important;
	height: 42px !important;
	min-width: 46px !important;
	min-height: 42px !important;

	grid-column: 2 !important;

	margin: 0 !important;
	padding: 0 2px !important;

	border: 0 !important;
	border-right: 1px solid #edf0f2 !important;
	border-left: 1px solid #edf0f2 !important;
	border-radius: 0 !important;

	background: #fff !important;
	color: var(--livo-ink) !important;

	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 42px !important;
	text-align: center !important;

	box-shadow: none !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

body.woocommerce-cart table.cart .quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart table.cart .quantity input.qty::-webkit-inner-spin-button {
	margin: 0 !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

/* ---------------------------------------------------------
   Atnaujinti krepšelį mygtukas paslėptas, nes veikia AJAX auto update
   --------------------------------------------------------- */

body.woocommerce-cart table.cart td.actions > button[name="update_cart"],
body.woocommerce-cart table.cart td.actions > input[name="update_cart"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.woocommerce-cart table.cart td.actions {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px !important;
}

body.woocommerce-cart table.cart td.actions .coupon {
	width: auto !important;
	max-width: 100% !important;
}

/* ---------------------------------------------------------
   Užsakymo informacija: suapvalinta kortelė, CTA viduje, LIVO oranžinė
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals {
	border: 1px solid #dde1e6 !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: 0 8px 24px rgb(16 28 43 / 5%) !important;
	overflow: hidden !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2,
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
	padding: 24px 26px 10px !important;
}

body.woocommerce-cart .cart-collaterals table.shop_table th,
body.woocommerce-cart .cart-collaterals table.shop_table td,
.woocommerce-cart .cart-collaterals table.shop_table th,
.woocommerce-cart .cart-collaterals table.shop_table td {
	padding: 15px 26px !important;
	border-bottom-color: #eef0f2 !important;
}

body.woocommerce-cart .cart-collaterals .order-total th,
body.woocommerce-cart .cart-collaterals .order-total td,
.woocommerce-cart .cart-collaterals .order-total th,
.woocommerce-cart .cart-collaterals .order-total td {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

body.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout {
	margin: 0 !important;
	padding: 20px 26px 26px !important;
	border-top: 1px solid #eef0f2 !important;
	background: #fff !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	width: 100% !important;
	min-height: 56px !important;

	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	margin: 0 !important;
	padding: 13px 18px !important;

	border: 1px solid var(--livo-orange) !important;
	border-radius: 8px !important;

	background: var(--livo-orange) !important;
	color: #fff !important;

	font-size: 15px !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;

	box-shadow: none !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	border-color: var(--livo-orange-hover) !important;
	background: var(--livo-orange-hover) !important;
	color: #fff !important;
}

/* ---------------------------------------------------------
   Pristatymo skaičiavimas: forma per visą suvestinės plotį
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping {
	display: block !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
	width: 100% !important;
	display: block !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th {
	padding-bottom: 5px !important;
	border-bottom: 0 !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
	padding-top: 5px !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	width: 100% !important;
	max-width: none !important;
	/* Svarbu: nededame display: grid !important, nes WooCommerce JS
	 * turi galėti suskleisti / išskleisti formą per inline display reikšmę. */
	margin: 14px 0 0 !important;
	padding: 0 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection,
.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	min-height: 44px !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	min-height: 46px !important;
	border: 1px solid var(--livo-ink) !important;
	border-radius: 8px !important;
	background: var(--livo-ink) !important;
	color: #fff !important;
	font-weight: 650 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button:hover,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button:hover {
	border-color: var(--livo-orange) !important;
	background: var(--livo-orange) !important;
}

/* ---------------------------------------------------------
   Mobile cart polish
   --------------------------------------------------------- */

@media (max-width: 767px) {
	body.woocommerce-cart table.cart td.actions {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	body.woocommerce-cart table.cart td.actions .coupon {
		width: 100% !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	body.woocommerce-cart table.cart .quantity,
	body.woocommerce-cart table.cart .quantity[data-livo-quantity="1"] {
		width: 112px !important;
		min-width: 112px !important;
		grid-template-columns: 34px 44px 34px !important;
	}

	body.woocommerce-cart table.cart .quantity .livo-qty-button,
	body.woocommerce-cart table.cart .quantity .minus,
	body.woocommerce-cart table.cart .quantity .plus {
		width: 34px !important;
		min-width: 34px !important;
	}

	body.woocommerce-cart table.cart .quantity input.qty {
		width: 44px !important;
		min-width: 44px !important;
	}

	body.woocommerce-cart .wc-proceed-to-checkout,
	.woocommerce-cart .wc-proceed-to-checkout {
		padding: 18px !important;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce-cart .cart-collaterals .cart_totals {
		border-radius: 12px !important;
	}
}

/* =========================================================
   1.3.18 KREPŠELIO PUSLAPIO POLISH
   PABAIGA
   ========================================================= */


/* =========================================================
   1.3.19 KREPŠELIO PUSLAPIO PATAISYMAI
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Header paieška cart puslapyje: nebesusitraukia iki siauro laukelio
   --------------------------------------------------------- */

@media (min-width: 1281px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		grid-template-columns: 240px minmax(520px, 1fr) auto auto !important;
		gap: 20px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1280px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		grid-template-columns: 205px minmax(360px, 1fr) auto auto !important;
		gap: 16px !important;
	}

	body.woocommerce-cart .livo-header-contact--email,
	body.livo-cart-page .livo-header-contact--email {
		display: none !important;
	}
}

body.woocommerce-cart .livo-header-search,
body.livo-cart-page .livo-header-search,
body.woocommerce-cart .livo-header-search .dgwt-wcas-search-wrapp,
body.livo-cart-page .livo-header-search .dgwt-wcas-search-wrapp {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
}

/* ---------------------------------------------------------
   Mažesnis tarpas tarp žingsnių ir krepšelio turinio
   --------------------------------------------------------- */

body.woocommerce-cart .woocommerce {
	column-gap: clamp(34px, 4vw, 70px) !important;
	row-gap: 24px !important;
}

body.woocommerce-cart .livo-cart-steps {
	margin: 0 0 6px !important;
}

body.woocommerce-cart .livo-cart-table-heading {
	margin-top: 0 !important;
}

/* ---------------------------------------------------------
   Kupono laukas: normalus plotis, ne mini laukelis
   --------------------------------------------------------- */

body.woocommerce-cart table.cart td.actions {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;	
	gap: 12px !important;
}

body.woocommerce-cart table.cart td.actions .coupon {
	width: min(100%, 520px) !important;
	max-width: 520px !important;
	display: grid !important;
	grid-template-columns: minmax(260px, 1fr) auto !important;
	align-items: stretch !important;
	gap: 10px !important;
	float: none !important;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 48px !important;
	min-height: 48px !important;
	padding: 10px 14px !important;
}

body.woocommerce-cart table.cart td.actions .coupon .button {
	min-width: 112px !important;
	height: 48px !important;
	min-height: 48px !important;
	padding-inline: 18px !important;
}

/* ---------------------------------------------------------
   Pristatymo skaičiuoklė: susiskleidžia ir išsiskleidžia normaliai
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	width: 100% !important;
	max-width: none !important;
	margin: 14px 0 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	/* tyčia ne display: ... !important */
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form > p,
.woocommerce-cart .cart-collaterals .shipping-calculator-form > p {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 11px !important;
	padding: 0 !important;
	float: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form > p:last-child,
.woocommerce-cart .cart-collaterals .shipping-calculator-form > p:last-child {
	margin-bottom: 0 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection,
.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	min-height: 46px !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	min-height: 48px !important;
}

/* Visas shipping row išnaudoja suvestinės plotį, bet negriauna collapse logikos. */
body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping {
	display: block !important;
	width: 100% !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

/* ---------------------------------------------------------
   Mobile cart refinement
   --------------------------------------------------------- */

@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce {
		row-gap: 18px !important;
	}

	body.woocommerce-cart .livo-cart-steps {
		margin-bottom: 0 !important;
	}

	body.woocommerce-cart table.cart td.actions {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	body.woocommerce-cart table.cart td.actions .coupon {
		width: 100% !important;
		max-width: none !important;
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-cart table.cart td.actions .coupon .button {
		width: 100% !important;
	}
}

/* =========================================================
   1.3.19 KREPŠELIO PUSLAPIO PATAISYMAI
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.20 KREPŠELIO FINALUS POLISH
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Cart desktop: pašalinimo mygtukas turi būti mažas veiksmas,
   ne lentelės plotį užimantis elementas.
   --------------------------------------------------------- */

body.woocommerce-cart table.cart td.product-remove,
body.woocommerce-cart table.shop_table td.product-remove {
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	padding-right: 6px !important;
	padding-left: 0 !important;
	text-align: center !important;
	vertical-align: middle !important;
}

body.woocommerce-cart table.cart td.product-remove::before,
body.woocommerce-cart table.shop_table td.product-remove::before {
	display: none !important;
	content: none !important;
}

body.woocommerce-cart table.cart td.product-remove a.remove,
body.woocommerce-cart table.shop_table td.product-remove a.remove {
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	min-height: 30px !important;
	display: inline-grid !important;
	place-items: center !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--livo-muted) !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

body.woocommerce-cart table.cart td.product-remove a.remove:hover,
body.woocommerce-cart table.shop_table td.product-remove a.remove:hover {
	background: rgb(210 55 55 / 8%) !important;
	color: var(--livo-danger) !important;
}

/* ---------------------------------------------------------
   Cart kiekio valdiklis: simetriškas - 1 + tiek desktop,
   tiek mobile. Šitas blokas turi laimėti prieš senas taisykles.
   --------------------------------------------------------- */

body.woocommerce-cart table.cart .quantity,
body.woocommerce-cart table.cart .quantity[data-livo-quantity="1"] {
	width: 120px !important;
	min-width: 120px !important;
	max-width: 120px !important;
	height: 42px !important;
	min-height: 42px !important;
	display: grid !important;
	grid-template-columns: 38px 44px 38px !important;
	align-items: stretch !important;
	overflow: hidden !important;
	border: 1px solid var(--livo-border) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.woocommerce-cart table.cart .quantity .livo-qty-button,
body.woocommerce-cart table.cart .quantity .minus,
body.woocommerce-cart table.cart .quantity .plus {
	width: 38px !important;
	height: 42px !important;
	min-width: 38px !important;
	min-height: 42px !important;
	display: grid !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--livo-ink) !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
}

body.woocommerce-cart table.cart .quantity input.qty {
	width: 44px !important;
	height: 42px !important;
	min-width: 44px !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-right: 1px solid var(--livo-border) !important;
	border-left: 1px solid var(--livo-border) !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--livo-ink) !important;
	font-size: 14px !important;
	font-weight: 650 !important;
	line-height: 42px !important;
	text-align: center !important;
	box-shadow: none !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

/* ---------------------------------------------------------
   Kuponas: normalus, aiškus plotis.
   --------------------------------------------------------- */

body.woocommerce-cart table.cart td.actions .coupon {
	width: min(100%, 560px) !important;
	max-width: 560px !important;
	display: grid !important;
	grid-template-columns: minmax(280px, 1fr) auto !important;
	align-items: stretch !important;
	gap: 10px !important;
	float: none !important;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
}

/* ---------------------------------------------------------
   Shipping calculator: visa forma turi naudoti visą suvestinės
   kortelės plotį, bet WooCommerce collapse JS neturi būti laužomas.
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
body.woocommerce-cart .cart-collaterals form.woocommerce-shipping-calculator,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form p,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals form.woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	float: none !important;
	clear: both !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form p,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
	margin: 0 0 12px !important;
	padding: 0 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form p:last-child,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p:last-child {
	margin-top: 16px !important;
	margin-bottom: 0 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection,
.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	max-width: none !important;
	min-height: 48px !important;
	margin-top: 4px !important;
	border-radius: 8px !important;
}

/* Šitoje eilutėje WooCommerce paprastai įmeta formą į td – neleisti jai likti 50%. */
body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	box-sizing: border-box !important;
}

/* ---------------------------------------------------------
   Mobile cart: tvarkingas produkto blokas.
   --------------------------------------------------------- */

@media (max-width: 767px) {
	body.woocommerce-cart table.cart td.product-remove,
	body.woocommerce-cart table.shop_table td.product-remove {
		position: absolute !important;
		top: 12px !important;
		right: 12px !important;
		z-index: 3 !important;
		width: 30px !important;
		height: 30px !important;
		min-width: 30px !important;
		max-width: 30px !important;
		padding: 0 !important;
	}

	body.woocommerce-cart table.cart td.product-remove a.remove,
	body.woocommerce-cart table.shop_table td.product-remove a.remove {
		width: 30px !important;
		height: 30px !important;
	}

	body.woocommerce-cart table.cart tr.cart_item td.product-name,
	body.woocommerce-cart table.shop_table tr.cart_item td.product-name {
		display: block !important;
		padding-right: 42px !important;
		text-align: left !important;
	}

	body.woocommerce-cart table.cart tr.cart_item td.product-name::before,
	body.woocommerce-cart table.shop_table tr.cart_item td.product-name::before {
		content: attr(data-title) ':' !important;
		display: block !important;
		margin: 0 0 6px !important;
		color: var(--livo-muted) !important;
		font-size: 11px !important;
		font-weight: 750 !important;
		line-height: 1.2 !important;
		text-transform: uppercase !important;
		letter-spacing: 0.03em !important;
	}

	body.woocommerce-cart table.cart tr.cart_item td.product-name a,
	body.woocommerce-cart table.shop_table tr.cart_item td.product-name a {
		display: block !important;
		margin: 0 !important;
		font-size: 14px !important;
		line-height: 1.35 !important;
		text-align: left !important;
	}

	body.woocommerce-cart table.cart .quantity,
	body.woocommerce-cart table.cart .quantity[data-livo-quantity="1"] {
		width: 118px !important;
		min-width: 118px !important;
		max-width: 118px !important;
		grid-template-columns: 37px 44px 37px !important;
	}

	body.woocommerce-cart table.cart .quantity .livo-qty-button,
	body.woocommerce-cart table.cart .quantity .minus,
	body.woocommerce-cart table.cart .quantity .plus {
		width: 37px !important;
		min-width: 37px !important;
	}

	body.woocommerce-cart table.cart td.actions .coupon {
		width: 100% !important;
		max-width: none !important;
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-cart table.cart td.actions .coupon .button {
		width: 100% !important;
	}
}

/* =========================================================
   1.3.20 KREPŠELIO FINALUS POLISH
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.20 KREPŠELIO PUSLAPIO GALUTINIAI IŠDĖSTYMO FIX
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Desktop: pašalinimo mygtukas turi būti mažas veiksmas,
   o ne atskiras platus plotas.
   --------------------------------------------------------- */

body.woocommerce-cart table.cart td.product-remove {
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	padding: 22px 12px 22px 0 !important;
	text-align: center !important;
}

body.woocommerce-cart table.cart td.product-remove::before {
	display: none !important;
	content: none !important;
}

body.woocommerce-cart table.cart td.product-remove a.remove {
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	display: inline-grid !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 50% !important;
	font-size: 18px !important;
	line-height: 1 !important;
}

/* ---------------------------------------------------------
   Užsakymo informacija: WooCommerce shipping eilutė paverčiama
   pilno pločio bloku, kad skaičiuoklės forma nebūtų suspausta.
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .cart_totals {
	overflow: hidden !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody {
	width: 100% !important;
	display: block !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: start !important;
	gap: 18px !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
	width: auto !important;
	display: block !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
	text-align: right !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping {
	width: 100% !important;
	display: block !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th {
	padding-bottom: 8px !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td {
	padding-top: 5px !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

/* Forma turi išlikti valdoma WooCommerce JS, todėl display tyčia neliečiamas. */
body.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	margin: 15px 0 0 !important;
	padding: 0 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form p,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	float: none !important;
	clear: both !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	max-width: none !important;
	margin-top: 12px !important;
}

/* ---------------------------------------------------------
   Mobile: produkto eilutė tvarkinga, remove mažas,
   pavadinimas lygiuojasi su „Produktas:“.
   --------------------------------------------------------- */

@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
		width: 100% !important;
		display: grid !important;
		grid-template-columns: 74px minmax(0, 1fr) 30px !important;
		grid-template-areas:
			"thumb name remove"
			"thumb qty qty"
			"thumb total total" !important;
		align-items: start !important;
		gap: 12px !important;
		padding: 14px 0 !important;
		border: 0 !important;
		border-bottom: 1px solid var(--livo-border) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove {
		position: static !important;
		grid-area: remove !important;
		width: 30px !important;
		min-width: 30px !important;
		max-width: 30px !important;
		padding: 0 !important;
		align-self: start !important;
		justify-self: end !important;
		text-align: right !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove a.remove {
		width: 28px !important;
		height: 28px !important;
		min-width: 28px !important;
		min-height: 28px !important;
		font-size: 20px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
		grid-area: thumb !important;
		width: 74px !important;
		padding: 0 !important;
	}

	body.woocommerce-cart table.cart img {
		width: 74px !important;
		height: 74px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
		grid-area: name !important;
		width: 100% !important;
		display: grid !important;
		grid-template-columns: 96px minmax(0, 1fr) !important;
		align-items: start !important;
		gap: 10px !important;
		padding: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name::before {
		content: "Produktas:" !important;
		display: block !important;
		grid-column: 1 !important;
		color: var(--livo-muted) !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		line-height: 1.35 !important;
		text-transform: uppercase !important;
		letter-spacing: 0.035em !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name > a,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name > .variation {
		grid-column: 2 !important;
	}

	body.woocommerce-cart table.cart .product-name a {
		max-width: none !important;
		font-size: 14px !important;
		font-weight: 620 !important;
		line-height: 1.35 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price {
		display: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity {
		grid-area: qty !important;
		width: 100% !important;
		display: grid !important;
		grid-template-columns: 96px auto !important;
		align-items: center !important;
		justify-content: start !important;
		gap: 10px !important;
		padding: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity::before {
		content: "Kiekis" !important;
		display: block !important;
		color: var(--livo-muted) !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		line-height: 1.35 !important;
		text-transform: uppercase !important;
		letter-spacing: 0.035em !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal {
		grid-area: total !important;
		width: 100% !important;
		display: grid !important;
		grid-template-columns: 96px auto !important;
		align-items: center !important;
		justify-content: start !important;
		gap: 10px !important;
		padding: 0 !important;
		text-align: left !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal::before {
		content: "Suma" !important;
		display: block !important;
		color: var(--livo-muted) !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		line-height: 1.35 !important;
		text-transform: uppercase !important;
		letter-spacing: 0.035em !important;
	}

	body.woocommerce-cart table.cart .quantity,
	body.woocommerce-cart table.cart .quantity[data-livo-quantity="1"] {
		width: 104px !important;
		min-width: 104px !important;
		grid-template-columns: 32px 40px 32px !important;
		margin: 0 !important;
	}
}

@media (max-width: 420px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
		grid-template-columns: 68px minmax(0, 1fr) 28px !important;
		gap: 10px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
		width: 68px !important;
	}

	body.woocommerce-cart table.cart img {
		width: 68px !important;
		height: 68px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal {
		grid-template-columns: 82px minmax(0, 1fr) !important;
	}
}

/* =========================================================
   1.3.20 KREPŠELIO PUSLAPIO GALUTINIAI IŠDĖSTYMO FIX
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.20 KREPŠELIO GALUTINIS SUTVARKYMAS
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Header paieška krepšelio puslapyje
   --------------------------------------------------------- */

@media (min-width: 1024px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		display: grid !important;
		grid-template-columns: minmax(220px, 260px) minmax(440px, 1fr) auto auto !important;
		gap: 22px !important;
	}

	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-wrapp {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
	}
}

/* ---------------------------------------------------------
   Mažesnis tarpas tarp žingsnių ir krepšelio turinio
   --------------------------------------------------------- */

body.woocommerce-cart .woocommerce {
	row-gap: 18px !important;
	column-gap: clamp(34px, 4vw, 70px) !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper:empty {
	display: none !important;
}

body.woocommerce-cart .livo-cart-steps {
	margin: 0 0 14px !important;
}

body.woocommerce-cart .livo-cart-table-heading {
	margin-top: 0 !important;
	margin-bottom: 18px !important;
}

/* ---------------------------------------------------------
   Produktų lentelės smulkūs pataisymai
   --------------------------------------------------------- */

body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove,
body.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-remove {
	width: 34px !important;
	min-width: 34px !important;
	max-width: 34px !important;
	padding-left: 0 !important;
	padding-right: 8px !important;
	text-align: center !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove::before {
	display: none !important;
	content: none !important;
}

body.woocommerce-cart a.remove {
	width: 26px !important;
	height: 26px !important;
	min-width: 26px !important;
	min-height: 26px !important;
	display: inline-grid !important;
	place-items: center !important;
	font-size: 18px !important;
	line-height: 1 !important;
}

/* ---------------------------------------------------------
   Kupono zona – normalus plotis
   --------------------------------------------------------- */

body.woocommerce-cart table.cart td.actions {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px !important;
}

body.woocommerce-cart table.cart td.actions .coupon {
	width: min(100%, 660px) !important;
	max-width: 660px !important;
	display: grid !important;
	grid-template-columns: minmax(360px, 1fr) auto !important;
	gap: 10px !important;
	float: none !important;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
}

body.woocommerce-cart table.cart td.actions > .button[name="update_cart"],
body.woocommerce-cart table.cart td.actions input[name="update_cart"] {
	display: none !important;
}

/* ---------------------------------------------------------
   Užsakymo informacijos kortelė
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals {
	border-radius: 14px !important;
	overflow: hidden !important;
	border-color: var(--livo-border) !important;
	box-shadow: 0 12px 34px rgb(20 30 45 / 6%) !important;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout,
body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 20px 26px 26px !important;
	margin: 0 !important;
	border-top: 1px solid var(--livo-border) !important;
	background: #fff !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	border-color: var(--livo-orange) !important;
	background: var(--livo-orange) !important;
	color: #fff !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	border-color: var(--livo-orange-hover) !important;
	background: var(--livo-orange-hover) !important;
}

/* ---------------------------------------------------------
   Shipping skaičiuoklė – visas suvestinės plotis ir tikras toggle
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th {
	padding: 16px 26px 4px !important;
	border-bottom: 0 !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
	padding: 4px 26px 18px !important;
	border-bottom: 1px solid var(--livo-border) !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
	width: 100% !important;
	max-width: none !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px !important;
	margin: 8px 0 0 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	width: 100% !important;
	max-width: none !important;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form p,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 13px !important;
	padding: 0 !important;
	float: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection,
.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	margin-top: 6px !important;
}

/* ---------------------------------------------------------
   Mobile cart – tvarkingesnė produkto eilutė ir actions
   --------------------------------------------------------- */

@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce {
		row-gap: 14px !important;
	}

	body.woocommerce-cart .livo-cart-steps {
		margin-bottom: 12px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
		grid-template-columns: 82px minmax(0, 1fr) !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove {
		position: absolute !important;
		top: 12px !important;
		right: 12px !important;
		z-index: 3 !important;
		width: 28px !important;
		min-width: 28px !important;
		padding: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
		padding-right: 36px !important;
	}

	body.woocommerce-cart table.cart td.actions {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	body.woocommerce-cart table.cart td.actions .coupon {
		width: 100% !important;
		max-width: none !important;
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-cart table.cart td.actions .coupon .button {
		width: 100% !important;
	}

	body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
	.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th {
		padding: 15px 18px 4px !important;
	}

	body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
	.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
		padding: 4px 18px 18px !important;
	}

	body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout,
	body.woocommerce-cart .wc-proceed-to-checkout {
		padding: 18px !important;
	}
}

/* =========================================================
   1.3.20 KREPŠELIO GALUTINIS SUTVARKYMAS
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.21 KREPŠELIO STRUKTŪROS FINALUS SUTVARKYMAS
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Header paieška krepšelio puslapyje
   --------------------------------------------------------- */

@media (min-width: 1024px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		grid-template-columns: minmax(230px, 280px) minmax(520px, 720px) minmax(0, auto) auto !important;
		gap: 22px !important;
	}

	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search {
		width: 100% !important;
		min-width: 520px !important;
		max-width: 720px !important;
	}

	body.woocommerce-cart .livo-header-search form,
	body.livo-cart-page .livo-header-search form,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-form,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-form,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-wrapp,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-sf-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-sf-wrapp {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
	}
}

@media (min-width: 1024px) and (max-width: 1280px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		grid-template-columns: minmax(205px, 230px) minmax(360px, 1fr) auto !important;
	}

	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search {
		min-width: 360px !important;
		max-width: none !important;
	}

	body.woocommerce-cart .livo-header-contact--email,
	body.livo-cart-page .livo-header-contact--email {
		display: none !important;
	}
}

/* ---------------------------------------------------------
   Krepšelio bendras layout ir tarpai
   --------------------------------------------------------- */

body.woocommerce-cart .woocommerce {
	row-gap: 18px !important;
}

body.woocommerce-cart .livo-cart-steps {
	margin-bottom: 16px !important;
}

body.woocommerce-cart .livo-cart-table-heading {
	margin: 0 0 22px !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper:empty {
	display: none !important;
}

/* ---------------------------------------------------------
   Nauja custom krepšelio produktų struktūra
   --------------------------------------------------------- */

body.woocommerce-cart .livo-cart-form {
	width: 100% !important;
	min-width: 0 !important;
	float: none !important;
	margin: 0 !important;
}

body.woocommerce-cart .livo-cart-items {
	width: 100%;
	min-width: 0;
}

body.woocommerce-cart .livo-cart-items__head {
	display: grid;
	grid-template-columns: 42px 92px minmax(0, 1fr) 150px 130px;
	align-items: center;
	gap: 14px;
	padding: 0 0 14px;
	border-bottom: 1px solid #e7eaee;
	color: var(--livo-muted);
	font-size: 12px;
	font-weight: 620;
}

body.woocommerce-cart .livo-cart-items__head-product {
	grid-column: 2 / 4;
}

body.woocommerce-cart .livo-cart-items__head-quantity {
	grid-column: 4;
	text-align: center;
}

body.woocommerce-cart .livo-cart-items__head-total {
	grid-column: 5;
	text-align: right;
}

body.woocommerce-cart .livo-cart-items__body {
	display: grid;
	gap: 0;
}

body.woocommerce-cart .livo-cart-item {
	position: relative;
	width: 100%;
	min-width: 0;
	display: grid;
	grid-template-columns: 42px 92px minmax(0, 1fr) 150px 130px;
	align-items: center;
	gap: 14px;
	padding: 22px 0;
	border-bottom: 1px solid #eceef0;
}

body.woocommerce-cart .livo-cart-item__remove {
	grid-column: 1;
	display: grid;
	place-items: center;
}

body.woocommerce-cart .livo-cart-item__remove .remove,
body.woocommerce-cart a.remove {
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	display: inline-grid !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--livo-muted) !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

body.woocommerce-cart .livo-cart-item__remove .remove:hover,
body.woocommerce-cart a.remove:hover {
	background: rgb(210 55 55 / 7%) !important;
	color: var(--livo-danger) !important;
}

body.woocommerce-cart .livo-cart-item__thumbnail {
	grid-column: 2;
}

body.woocommerce-cart .livo-cart-item__thumbnail a,
body.woocommerce-cart .livo-cart-item__thumbnail img {
	display: block;
}

body.woocommerce-cart .livo-cart-item__thumbnail img {
	width: 72px !important;
	height: 72px !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	border-radius: 6px !important;
	background: #fff !important;
}

body.woocommerce-cart .livo-cart-item__details {
	grid-column: 3;
	min-width: 0;
}

body.woocommerce-cart .livo-cart-item__name {
	display: inline-block;
	max-width: 520px;
	color: var(--livo-ink) !important;
	font-size: 15px;
	font-weight: 620;
	line-height: 1.42;
	text-decoration: none;
}

body.woocommerce-cart .livo-cart-item__name:hover {
	color: var(--livo-orange) !important;
}

body.woocommerce-cart .livo-cart-item__details dl.variation {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 3px 7px;
	margin: 7px 0 0;
	color: var(--livo-muted);
	font-size: 11px;
	line-height: 1.4;
}

body.woocommerce-cart .livo-cart-item__details dl.variation dt,
body.woocommerce-cart .livo-cart-item__details dl.variation dd {
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .livo-cart-item__details dl.variation dd p {
	margin: 0;
}

body.woocommerce-cart .livo-cart-item__quantity {
	grid-column: 4;
	display: flex;
	justify-content: center;
	min-width: 0;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity,
body.woocommerce-cart .livo-cart-item__quantity .quantity[data-livo-quantity="1"] {
	width: 118px !important;
	min-width: 118px !important;
	height: 42px !important;
	display: grid !important;
	grid-template-columns: 36px 46px 36px !important;
	align-items: stretch !important;
	overflow: hidden !important;
	margin: 0 !important;
	border: 1px solid #d9dde3 !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button,
body.woocommerce-cart .livo-cart-item__quantity .quantity .minus,
body.woocommerce-cart .livo-cart-item__quantity .quantity .plus {
	width: 36px !important;
	height: 40px !important;
	min-width: 36px !important;
	min-height: 40px !important;
	display: grid !important;
	place-items: center !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--livo-ink) !important;
	font-size: 15px !important;
	font-weight: 560 !important;
	line-height: 1 !important;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity input.qty {
	width: 46px !important;
	height: 40px !important;
	min-width: 46px !important;
	min-height: 40px !important;
	padding: 0 !important;
	border: 0 !important;
	border-right: 1px solid #e3e6ea !important;
	border-left: 1px solid #e3e6ea !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--livo-ink) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 40px !important;
	text-align: center !important;
	box-shadow: none !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart .livo-cart-item__quantity .quantity input.qty::-webkit-inner-spin-button {
	margin: 0 !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

body.woocommerce-cart .livo-cart-item__total {
	grid-column: 5;
	color: var(--livo-ink);
	font-size: 15px;
	font-weight: 680;
	text-align: right;
	white-space: nowrap;
}

/* ---------------------------------------------------------
   Kuponas atskirai nuo produktų lentelės
   --------------------------------------------------------- */

body.woocommerce-cart .livo-cart-actions {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 24px 0 0;
}

body.woocommerce-cart .livo-cart-coupon {
	width: min(100%, 620px);
	display: grid;
	grid-template-columns: minmax(320px, 1fr) auto;
	align-items: stretch;
	gap: 10px;
}

body.woocommerce-cart .livo-cart-coupon .input-text {
	width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 10px 14px !important;
	border: 1px solid #d9dde3 !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: var(--livo-ink) !important;
	font-size: 14px !important;
	box-shadow: none !important;
}

body.woocommerce-cart .livo-cart-coupon .button {
	min-height: 48px !important;
	padding: 10px 20px !important;
	border: 1px solid #f2f3f4 !important;
	border-radius: 8px !important;
	background: #f2f3f4 !important;
	color: var(--livo-ink) !important;
	font-size: 13px !important;
	font-weight: 650 !important;
	box-shadow: none !important;
}

body.woocommerce-cart .livo-cart-coupon .button:hover {
	border-color: var(--livo-orange) !important;
	background: var(--livo-orange) !important;
	color: #fff !important;
}

body.woocommerce-cart .livo-cart-update-button,
body.woocommerce-cart button[name="update_cart"],
body.woocommerce-cart input[name="update_cart"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* ---------------------------------------------------------
   Shipping / totals kortelė
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals {
	border: 1px solid #dde1e6 !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: 0 12px 34px rgb(20 30 45 / 6%) !important;
	overflow: hidden !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2,
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
	margin: 0 !important;
	padding: 24px 26px 10px !important;
	font-size: 0 !important;
	line-height: 1.2 !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2::after,
.woocommerce-cart .cart-collaterals .cart_totals > h2::after {
	content: "Užsakymo informacija";
	color: var(--livo-ink);
	font-size: 20px;
	font-weight: 650;
}

body.woocommerce-cart .cart-collaterals table.shop_table,
.woocommerce-cart .cart-collaterals table.shop_table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-collapse: collapse !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-cart .cart-collaterals table.shop_table th,
body.woocommerce-cart .cart-collaterals table.shop_table td,
.woocommerce-cart .cart-collaterals table.shop_table th,
.woocommerce-cart .cart-collaterals table.shop_table td {
	padding: 15px 26px !important;
	border: 0 !important;
	border-bottom: 1px solid #eef0f2 !important;
	color: var(--livo-ink) !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

body.woocommerce-cart .cart-collaterals table.shop_table th,
.woocommerce-cart .cart-collaterals table.shop_table th {
	font-weight: 650 !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals table.shop_table td,
.woocommerce-cart .cart-collaterals table.shop_table td {
	font-weight: 600 !important;
	text-align: right !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping {
	display: block !important;
	width: 100% !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th {
	padding: 16px 26px 4px !important;
	border-bottom: 0 !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
	padding: 4px 26px 18px !important;
	border-bottom: 1px solid #eef0f2 !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
	width: 100% !important;
	max-width: none !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
	margin: 0 0 10px !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px !important;
	margin: 8px 0 0 !important;
	color: var(--livo-ink) !important;
	font-weight: 620 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	width: 100% !important;
	max-width: none !important;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form p,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: both !important;
	margin: 0 0 13px !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form label,
.woocommerce-cart .cart-collaterals .shipping-calculator-form label {
	display: block !important;
	margin: 0 0 7px !important;
	color: var(--livo-text) !important;
	font-size: 12px !important;
	font-weight: 650 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection,
.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	min-height: 46px !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	min-height: 48px !important;
	margin-top: 8px !important;
	border: 1px solid var(--livo-ink) !important;
	border-radius: 8px !important;
	background: var(--livo-ink) !important;
	color: #fff !important;
	font-weight: 650 !important;
}

body.woocommerce-cart .cart-collaterals .order-total th,
body.woocommerce-cart .cart-collaterals .order-total td,
.woocommerce-cart .cart-collaterals .order-total th,
.woocommerce-cart .cart-collaterals .order-total td {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	border-bottom: 0 !important;
	font-size: 18px !important;
	font-weight: 760 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout {
	margin: 0 !important;
	padding: 20px 26px 26px !important;
	border-top: 1px solid #eef0f2 !important;
	background: #fff !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	width: 100% !important;
	min-height: 56px !important;
	border: 1px solid var(--livo-orange) !important;
	border-radius: 8px !important;
	background: var(--livo-orange) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 650 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	box-shadow: none !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	border-color: var(--livo-orange-hover) !important;
	background: var(--livo-orange-hover) !important;
}

/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {
	body.woocommerce-cart .livo-cart-items__head {
		display: none !important;
	}

	body.woocommerce-cart .livo-cart-item {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 8px 13px;
		padding: 16px 0;
	}

	body.woocommerce-cart .livo-cart-item__remove {
		position: absolute;
		top: 16px;
		right: 0;
		z-index: 3;
	}

	body.woocommerce-cart .livo-cart-item__thumbnail {
		grid-column: 1;
		grid-row: 1 / 4;
	}

	body.woocommerce-cart .livo-cart-item__thumbnail img {
		width: 66px !important;
		height: 66px !important;
	}

	body.woocommerce-cart .livo-cart-item__details,
	body.woocommerce-cart .livo-cart-item__quantity,
	body.woocommerce-cart .livo-cart-item__total {
		grid-column: 2;
	}

	body.woocommerce-cart .livo-cart-item__details {
		padding-right: 34px;
	}

	body.woocommerce-cart .livo-cart-item__name {
		font-size: 14px;
	}

	body.woocommerce-cart .livo-cart-item__quantity,
	body.woocommerce-cart .livo-cart-item__total {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding-top: 8px;
	}

	body.woocommerce-cart .livo-cart-item__quantity::before,
	body.woocommerce-cart .livo-cart-item__total::before {
		content: attr(data-title);
		color: var(--livo-muted);
		font-size: 11px;
		font-weight: 620;
		letter-spacing: 0.02em;
		text-transform: uppercase;
	}

	body.woocommerce-cart .livo-cart-item__quantity {
		justify-content: space-between;
	}

	body.woocommerce-cart .livo-cart-item__quantity .quantity,
	body.woocommerce-cart .livo-cart-item__quantity .quantity[data-livo-quantity="1"] {
		width: 112px !important;
		min-width: 112px !important;
		grid-template-columns: 34px 44px 34px !important;
	}

	body.woocommerce-cart .livo-cart-item__total {
		font-size: 15px;
		text-align: right;
	}

	body.woocommerce-cart .livo-cart-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 18px;
	}

	body.woocommerce-cart .livo-cart-coupon {
		width: 100%;
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .livo-cart-coupon .button {
		width: 100%;
	}

	body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
	.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th {
		padding: 15px 18px 4px !important;
	}

	body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
	.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
		padding: 4px 18px 18px !important;
	}

	body.woocommerce-cart .wc-proceed-to-checkout,
	.woocommerce-cart .wc-proceed-to-checkout {
		padding: 18px !important;
	}
}

/* =========================================================
   1.3.21 KREPŠELIO STRUKTŪROS FINALUS SUTVARKYMAS
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.22 KREPŠELIS: HEADER, KUPONAS IR SHIPPING FINAL FIX
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Header krepšelio puslapyje.
   Problema buvo ne FiboSearch, o per daug agresyvūs cart page
   grid override'ai su max-width ant paieškos stulpelio. Čia grąžinam
   headerį į stabilų, homepage tipo layout'ą.
   --------------------------------------------------------- */

@media (min-width: 1281px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		grid-template-columns: 350px minmax(640px, 1fr) max-content max-content !important;
		gap: 24px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1280px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		grid-template-columns: 260px minmax(420px, 1fr) max-content max-content !important;
		gap: 18px !important;
	}

	body.woocommerce-cart .livo-header-contact--email,
	body.livo-cart-page .livo-header-contact--email {
		display: none !important;
	}
}

body.woocommerce-cart .livo-header-search,
body.livo-cart-page .livo-header-search {
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
}

body.woocommerce-cart .livo-header-search form,
body.livo-cart-page .livo-header-search form,
body.woocommerce-cart .livo-header-search .dgwt-wcas-search-form,
body.livo-cart-page .livo-header-search .dgwt-wcas-search-form,
body.woocommerce-cart .livo-header-search .dgwt-wcas-search-wrapp,
body.livo-cart-page .livo-header-search .dgwt-wcas-search-wrapp,
body.woocommerce-cart .livo-header-search .dgwt-wcas-sf-wrapp,
body.livo-cart-page .livo-header-search .dgwt-wcas-sf-wrapp {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
}

body.woocommerce-cart .livo-header-contacts,
body.livo-cart-page .livo-header-contacts {
	min-width: 0 !important;
	gap: 18px !important;
}

body.woocommerce-cart .livo-header-actions,
body.livo-cart-page .livo-header-actions {
	min-width: max-content !important;
}

/* ---------------------------------------------------------
   Krepšelio pagrindinis layout.
   Tarpai viršuje mažesni, bet paliekama aiški struktūra.
   --------------------------------------------------------- */

body.woocommerce-cart .woocommerce {
	row-gap: 16px !important;
}

body.woocommerce-cart .livo-cart-steps {
	margin-bottom: 10px !important;
}

body.woocommerce-cart .livo-cart-table-heading {
	margin-bottom: 18px !important;
}

/* ---------------------------------------------------------
   Produktų eilutės: pašalinimo mygtukas nebeužima didelio ploto,
   bet layout'as išlieka skaitomas desktop'e.
   --------------------------------------------------------- */

body.woocommerce-cart .livo-cart-items__head,
body.woocommerce-cart .livo-cart-item {
	grid-template-columns: 28px 74px minmax(0, 1fr) 132px 110px !important;
	gap: 12px !important;
}

body.woocommerce-cart .livo-cart-items__head-product {
	grid-column: 2 / 4 !important;
}

body.woocommerce-cart .livo-cart-items__head-quantity {
	grid-column: 4 !important;
}

body.woocommerce-cart .livo-cart-items__head-total {
	grid-column: 5 !important;
}

body.woocommerce-cart .livo-cart-item__remove {
	grid-column: 1 !important;
	width: 28px !important;
	min-width: 28px !important;
}

body.woocommerce-cart .livo-cart-item__remove .remove,
body.woocommerce-cart a.remove {
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	min-height: 24px !important;
	font-size: 17px !important;
}

body.woocommerce-cart .livo-cart-item__thumbnail {
	grid-column: 2 !important;
	width: 74px !important;
}

body.woocommerce-cart .livo-cart-item__thumbnail img {
	width: 58px !important;
	height: 58px !important;
}

body.woocommerce-cart .livo-cart-item__details {
	grid-column: 3 !important;
}

body.woocommerce-cart .livo-cart-item__quantity {
	grid-column: 4 !important;
}

body.woocommerce-cart .livo-cart-item__total {
	grid-column: 5 !important;
}

/* ---------------------------------------------------------
   Kuponas: atskiras, kompaktiškas blokas, nebe dalis lentelės.
   Desktop'e sąmoningai ne per platus.
   --------------------------------------------------------- */

body.woocommerce-cart .livo-cart-actions {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px !important;
	padding-top: 22px !important;
}

body.woocommerce-cart .livo-cart-coupon {
	width: min(100%, 420px) !important;
	max-width: 420px !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: stretch !important;
	gap: 10px !important;
}

body.woocommerce-cart .livo-cart-coupon .input-text {
	height: 46px !important;
	min-height: 46px !important;
}

body.woocommerce-cart .livo-cart-coupon .button {
	min-width: 112px !important;
	height: 46px !important;
	min-height: 46px !important;
}

/* ---------------------------------------------------------
   Užsakymo informacijos kortelė ir shipping.
   Shipping eilutė turi naudoti 100% kortelės turinio plotį,
   bet su 26px kairiu/dešiniu vidiniu tarpu.
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals {
	border-radius: 16px !important;
	overflow: hidden !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
	text-align: left !important;
	padding-right: 26px !important;
	padding-left: 26px !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th {
	padding-top: 16px !important;
	padding-bottom: 4px !important;
	border-bottom: 0 !important;
}

body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
	padding-top: 4px !important;
	padding-bottom: 18px !important;
	border-bottom: 1px solid var(--livo-border) !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	margin-top: 16px !important;
	/* display nėra fiksuojamas, kad WooCommerce collapse galėtų veikti. */
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form p,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: both !important;
	display: block !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection,
.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	margin-top: 8px !important;
}

/* ---------------------------------------------------------
   Mobile: produkto pavadinimas lygiuojamas su produkto zona,
   kuponas per visą plotį, shipping paddingas mažesnis.
   --------------------------------------------------------- */

@media (max-width: 767px) {
	body.woocommerce-cart .livo-cart-item {
		grid-template-columns: 72px minmax(0, 1fr) !important;
		gap: 8px 12px !important;
	}

	body.woocommerce-cart .livo-cart-item__remove {
		top: 14px !important;
		right: 0 !important;
	}

	body.woocommerce-cart .livo-cart-item__thumbnail {
		grid-column: 1 !important;
		grid-row: 1 / 4 !important;
		width: 72px !important;
	}

	body.woocommerce-cart .livo-cart-item__thumbnail img {
		width: 64px !important;
		height: 64px !important;
	}

	body.woocommerce-cart .livo-cart-item__details,
	body.woocommerce-cart .livo-cart-item__quantity,
	body.woocommerce-cart .livo-cart-item__total {
		grid-column: 2 !important;
	}

	body.woocommerce-cart .livo-cart-item__details {
		padding-right: 32px !important;
	}

	body.woocommerce-cart .livo-cart-actions {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-cart .livo-cart-coupon {
		width: 100% !important;
		max-width: none !important;
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-cart .livo-cart-coupon .button {
		width: 100% !important;
	}

	body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
	body.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td,
	.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > th,
	.woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals.shipping > td {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}
}

/* =========================================================
   1.3.22 KREPŠELIS: HEADER, KUPONAS IR SHIPPING FINAL FIX
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.22 KREPŠELIO STRUKTŪROS IR HEADER FINAL FIX
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Header cart puslapyje: paieška nebesusitraukia ir ikonėlės nelipa
   --------------------------------------------------------- */

@media (min-width: 1281px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		display: grid !important;
		grid-template-columns: minmax(260px, 310px) minmax(620px, 860px) minmax(max-content, 1fr) auto !important;
		align-items: center !important;
		gap: 20px !important;
	}

	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		justify-self: stretch !important;
	}

	body.woocommerce-cart .livo-header-search form,
	body.livo-cart-page .livo-header-search form,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-form,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-form,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-wrapp,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-sf-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-sf-wrapp {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
	}

	body.woocommerce-cart .livo-header-contacts,
	body.livo-cart-page .livo-header-contacts {
		min-width: max-content !important;
		justify-self: end !important;
		flex-shrink: 0 !important;
		gap: 18px !important;
	}

	body.woocommerce-cart .livo-header-actions,
	body.livo-cart-page .livo-header-actions {
		min-width: max-content !important;
		justify-self: end !important;
		flex-shrink: 0 !important;
		gap: 12px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1500px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		display: grid !important;
		grid-template-columns: minmax(230px, 280px) minmax(420px, 1fr) minmax(max-content, auto) auto !important;
		gap: 16px !important;
	}

	body.woocommerce-cart .livo-header-contact--email,
	body.livo-cart-page .livo-header-contact--email {
		display: none !important;
	}

	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
	}
}

/* ---------------------------------------------------------
   Produktų eilutė: mažesni tarpai prie pašalinimo mygtuko
   --------------------------------------------------------- */

body.woocommerce-cart .livo-cart-items__head {
	grid-template-columns: 30px 78px minmax(0, 1fr) 122px 110px !important;
	gap: 10px !important;
}

body.woocommerce-cart .livo-cart-item {
	grid-template-columns: 30px 78px minmax(0, 1fr) 122px 110px !important;
	gap: 10px !important;
	padding-top: 22px !important;
	padding-bottom: 22px !important;
}

body.woocommerce-cart .livo-cart-item__remove {
	width: 30px !important;
	min-width: 30px !important;
}

body.woocommerce-cart .livo-cart-item__remove .remove,
body.woocommerce-cart a.remove {
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	min-height: 24px !important;
	font-size: 18px !important;
}

body.woocommerce-cart .livo-cart-item__thumbnail img {
	width: 64px !important;
	height: 64px !important;
}

body.woocommerce-cart .livo-cart-item__name {
	max-width: 100% !important;
	font-size: 15px !important;
}

/* ---------------------------------------------------------
   Kuponas: atskiras blokas, ne per visą krepšelio plotį
   --------------------------------------------------------- */

@media (min-width: 768px) {
	body.woocommerce-cart .livo-cart-actions {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 10px !important;
		padding-top: 20px !important;
	}

	body.woocommerce-cart .livo-cart-coupon {
		width: auto !important;
		max-width: none !important;
		display: grid !important;
		grid-template-columns: 220px auto !important;
		align-items: stretch !important;
		gap: 10px !important;
	}

	body.woocommerce-cart .livo-cart-coupon .input-text {
		width: 220px !important;
		max-width: 220px !important;
	}

	body.woocommerce-cart .livo-cart-coupon .button {
		width: auto !important;
		min-width: 118px !important;
	}
}

body.woocommerce-cart .livo-cart-update-button,
body.woocommerce-cart button[name="update_cart"],
body.woocommerce-cart input[name="update_cart"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

/* ---------------------------------------------------------
   Užsakymo informacija: shipping blokas pilnu pločiu ir su paddingu
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals {
	overflow: hidden !important;
	border-radius: 16px !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody {
	width: 100% !important;
	display: block !important;
	border-collapse: separate !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: start !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	padding-left: 26px !important;
	padding-right: 26px !important;
	text-align: left !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th {
	padding-top: 18px !important;
	padding-bottom: 6px !important;
	border-bottom: 0 !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td {
	padding-top: 6px !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #eef0f2 !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 10px !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
body.woocommerce-cart .cart-collaterals form.woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals form.woocommerce-shipping-calculator {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	display: block !important;
	float: none !important;
	clear: both !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	margin-top: 16px !important;
	padding: 0 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form[hidden],
.woocommerce-cart .cart-collaterals .shipping-calculator-form[hidden] {
	display: none !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-wide,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-first,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-last,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form p,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-wide,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-first,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-last,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	float: none !important;
	clear: both !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection,
.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	min-height: 46px !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	min-height: 48px !important;
	margin-top: 4px !important;
}

/* ---------------------------------------------------------
   Mobile cart product alignment
   --------------------------------------------------------- */

@media (max-width: 767px) {
	body.woocommerce-cart .livo-cart-item {
		grid-template-columns: 74px minmax(0, 1fr) !important;
		gap: 8px 12px !important;
	}

	body.woocommerce-cart .livo-cart-item__remove {
		top: 16px !important;
		right: 0 !important;
	}

	body.woocommerce-cart .livo-cart-coupon {
		width: 100% !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-cart .livo-cart-coupon .input-text,
	body.woocommerce-cart .livo-cart-coupon .button {
		width: 100% !important;
		max-width: none !important;
	}
}

/* =========================================================
   1.3.22 KREPŠELIO STRUKTŪROS IR HEADER FINAL FIX
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.23 KREPŠELIS: HEADER, SHIPPING IR MOBILE DETALĖS
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Header krepšelio puslapyje
   --------------------------------------------------------- */

@media (min-width: 1024px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		display: flex !important;
		align-items: center !important;
		gap: 24px !important;
	}

	body.woocommerce-cart .livo-header-categories,
	body.livo-cart-page .livo-header-categories {
		flex: 0 0 300px !important;
		width: 300px !important;
		min-width: 300px !important;
		max-width: 300px !important;
	}

	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search {
		flex: 1 1 auto !important;
		width: auto !important;
		min-width: 460px !important;
		max-width: none !important;
	}

	body.woocommerce-cart .livo-header-search form,
	body.livo-cart-page .livo-header-search form,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-form,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-form,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-wrapp,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-sf-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-sf-wrapp {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
	}

	body.woocommerce-cart .livo-header-contacts,
	body.livo-cart-page .livo-header-contacts {
		flex: 0 0 auto !important;
		min-width: 0 !important;
		max-width: max-content !important;
		gap: 18px !important;
	}

	body.woocommerce-cart .livo-header-actions,
	body.livo-cart-page .livo-header-actions {
		flex: 0 0 auto !important;
		min-width: max-content !important;
	}
}

@media (min-width: 1024px) and (max-width: 1380px) {
	body.woocommerce-cart .livo-header-categories,
	body.livo-cart-page .livo-header-categories {
		flex-basis: 260px !important;
		width: 260px !important;
		min-width: 260px !important;
		max-width: 260px !important;
	}

	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search {
		min-width: 360px !important;
	}

	body.woocommerce-cart .livo-header-contact--email,
	body.livo-cart-page .livo-header-contact--email {
		display: none !important;
	}
}

/* ---------------------------------------------------------
   Kupono blokas
   --------------------------------------------------------- */

@media (min-width: 768px) {
	body.woocommerce-cart .livo-cart-coupon {
		width: min(100%, 380px) !important;
		max-width: 380px !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
	}
}

/* ---------------------------------------------------------
   Pristatymo skaičiavimas suvestinėje
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping {
	width: 100% !important;
	display: block !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	padding-left: 26px !important;
	padding-right: 26px !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th {
	padding-top: 18px !important;
	padding-bottom: 8px !important;
	border-bottom: 0 !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td {
	padding-top: 8px !important;
	padding-bottom: 22px !important;
	border-bottom: 1px solid #eef0f2 !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 12px !important;
	white-space: normal !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
body.woocommerce-cart .cart-collaterals form.woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals form.woocommerce-shipping-calculator {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	display: block !important;
	float: none !important;
	clear: both !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	float: none !important;
	clear: both !important;
	box-sizing: border-box !important;
	margin-top: 14px !important;
	padding: 0 !important;
	display: none !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form.livo-shipping-calculator-open,
.woocommerce-cart .cart-collaterals .shipping-calculator-form.livo-shipping-calculator-open {
	display: block !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-wide,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-first,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-last,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form p,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-wide,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-first,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row-last,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	float: none !important;
	clear: both !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection,
.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	min-height: 46px !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	min-height: 48px !important;
	margin-top: 8px !important;
}

/* ---------------------------------------------------------
   Mobile krepšelio eilutės ir kiekio valdiklis
   --------------------------------------------------------- */

@media (max-width: 767px) {
	body.woocommerce-cart .livo-cart-item__total::before {
		content: none !important;
		display: none !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity .quantity,
	body.woocommerce-cart .livo-cart-item__quantity .quantity[data-livo-quantity="1"] {
		width: 118px !important;
		min-width: 118px !important;
		grid-template-columns: 36px 46px 36px !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button--plus {
		border-left: 1px solid var(--livo-border) !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button--minus {
		border-right: 1px solid var(--livo-border) !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity .quantity input.qty {
		border-right: 0 !important;
		border-left: 0 !important;
	}
}

/* =========================================================
   1.3.23 KREPŠELIS: HEADER, SHIPPING IR MOBILE DETALĖS
   PABAIGA
   ========================================================= */


/* =========================================================
   1.3.23 KREPŠELIO HEADER, KIEKIO, SHIPPING IR KUPONO FIX
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Cart puslapio desktop headeris
   --------------------------------------------------------- */

@media (min-width: 1024px) {
	body.woocommerce-cart .livo-header-commerce,
	body.livo-cart-page .livo-header-commerce {
		overflow: visible !important;
	}

	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		display: grid !important;
		grid-template-columns: minmax(240px, 300px) minmax(440px, 1fr) max-content max-content !important;
		align-items: center !important;
		gap: 20px !important;
	}

	body.woocommerce-cart .livo-header-categories,
	body.livo-cart-page .livo-header-categories,
	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search,
	body.woocommerce-cart .livo-header-contacts,
	body.livo-cart-page .livo-header-contacts,
	body.woocommerce-cart .livo-header-actions,
	body.livo-cart-page .livo-header-actions {
		min-width: 0 !important;
	}

	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search {
		width: 100% !important;
		max-width: none !important;
		justify-self: stretch !important;
	}

	body.woocommerce-cart .livo-header-search form,
	body.livo-cart-page .livo-header-search form,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-form,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-form,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-wrapp,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-sf-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-sf-wrapp {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		display: block !important;
		box-sizing: border-box !important;
	}

	body.woocommerce-cart .livo-header-search input[type="search"],
	body.livo-cart-page .livo-header-search input[type="search"],
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-input,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-input {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		display: block !important;
		box-sizing: border-box !important;
	}

	body.woocommerce-cart .livo-header-contacts,
	body.livo-cart-page .livo-header-contacts {
		justify-self: end !important;
		flex-wrap: nowrap !important;
		gap: 16px !important;
		white-space: nowrap !important;
	}

	body.woocommerce-cart .livo-header-actions,
	body.livo-cart-page .livo-header-actions {
		justify-self: end !important;
		flex-wrap: nowrap !important;
		gap: 12px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1540px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		grid-template-columns: minmax(220px, 280px) minmax(360px, 1fr) max-content max-content !important;
		gap: 16px !important;
	}

	body.woocommerce-cart .livo-header-contact--email,
	body.livo-cart-page .livo-header-contact--email {
		display: none !important;
	}
}

/* ---------------------------------------------------------
   Cart produktų eilutės ir kuponas
   --------------------------------------------------------- */

body.woocommerce-cart .livo-cart-items__head,
body.woocommerce-cart .livo-cart-item {
	grid-template-columns: 28px 74px minmax(0, 1fr) 122px 110px !important;
	gap: 10px !important;
}

body.woocommerce-cart .livo-cart-item__remove {
	width: 28px !important;
	min-width: 28px !important;
	max-width: 28px !important;
	justify-self: start !important;
}

body.woocommerce-cart .livo-cart-item__remove .remove,
body.woocommerce-cart .livo-cart-item a.remove,
body.woocommerce-cart a.remove {
	width: 22px !important;
	height: 22px !important;
	min-width: 22px !important;
	min-height: 22px !important;
	max-width: 22px !important;
	max-height: 22px !important;
	padding: 0 !important;
	font-size: 17px !important;
	line-height: 1 !important;
}

body.woocommerce-cart .livo-cart-actions {
	padding-top: 20px !important;
}

body.woocommerce-cart .livo-cart-coupon {
	width: min(100%, 420px) !important;
	max-width: 420px !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 118px !important;
	gap: 10px !important;
}

body.woocommerce-cart .livo-cart-coupon .input-text,
body.woocommerce-cart .livo-cart-coupon .button {
	height: 46px !important;
	min-height: 46px !important;
}

body.woocommerce-cart .livo-cart-update-button,
body.woocommerce-cart button[name="update_cart"],
body.woocommerce-cart input[name="update_cart"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

/* ---------------------------------------------------------
   Cart quantity: aiškūs - | kiekis | + atskyrimai
   --------------------------------------------------------- */

body.woocommerce-cart .livo-cart-item__quantity .quantity,
body.woocommerce-cart .livo-cart-item__quantity .quantity[data-livo-quantity="1"] {
	width: 118px !important;
	min-width: 118px !important;
	height: 42px !important;
	display: grid !important;
	grid-template-columns: 36px 46px 36px !important;
	overflow: hidden !important;
	border: 1px solid #d9dde3 !important;
	border-radius: 8px !important;
	background: #fff !important;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button,
body.woocommerce-cart .livo-cart-item__quantity .quantity .minus,
body.woocommerce-cart .livo-cart-item__quantity .quantity .plus {
	width: 36px !important;
	height: 40px !important;
	min-width: 36px !important;
	min-height: 40px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button--minus,
body.woocommerce-cart .livo-cart-item__quantity .quantity .minus {
	border-right: 1px solid #e3e6ea !important;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button--plus,
body.woocommerce-cart .livo-cart-item__quantity .quantity .plus {
	border-left: 1px solid #e3e6ea !important;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity input.qty {
	width: 46px !important;
	height: 40px !important;
	min-width: 46px !important;
	min-height: 40px !important;
	border: 0 !important;
	background: #fff !important;
	text-align: center !important;
}

@media (max-width: 767px) {
	body.woocommerce-cart .livo-cart-item__quantity::before,
	body.woocommerce-cart .livo-cart-item__total::before {
		display: none !important;
		content: none !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity,
	body.woocommerce-cart .livo-cart-item__total {
		justify-content: flex-start !important;
		gap: 10px !important;
		padding-top: 8px !important;
	}

	body.woocommerce-cart .livo-cart-item__total {
		font-size: 16px !important;
		font-weight: 700 !important;
	}
}

/* ---------------------------------------------------------
   Užsakymo informacija: Pristatymas full width su tvarkingu paddingu
   --------------------------------------------------------- */

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals {
	border-radius: 16px !important;
	overflow: hidden !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
	width: 100% !important;
	table-layout: auto !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > th,
body.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > td {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	padding-right: 26px !important;
	padding-left: 26px !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > th {
	padding-top: 18px !important;
	padding-bottom: 6px !important;
	border-bottom: 0 !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > td {
	padding-top: 6px !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid var(--livo-border) !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
body.woocommerce-cart .cart-collaterals form.woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals form.woocommerce-shipping-calculator {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	float: none !important;
	clear: both !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	margin-top: 14px !important;
	padding: 0 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form[hidden],
.woocommerce-cart .cart-collaterals .shipping-calculator-form[hidden] {
	display: none !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form p,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	float: none !important;
	clear: both !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection,
.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	min-height: 46px !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	min-height: 48px !important;
	margin-top: 8px !important;
}

@media (max-width: 767px) {
	body.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > th,
	body.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > td,
	.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > th,
	.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping > td {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}
}

/* =========================================================
   1.3.23 KREPŠELIO HEADER, KIEKIO, SHIPPING IR KUPONO FIX
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.23 CART HEADER / SHIPPING / QUANTITY FINAL POLISH
   PRADŽIA
   ========================================================= */

/* ---------------------------------------------------------
   Cart header: use the same stable commerce row proportions as normal pages.
   Previous cart-only rules allowed FiboSearch to consume too much space and
   pushed contacts/actions into each other.
   --------------------------------------------------------- */
@media (min-width: 1024px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		display: grid !important;
		grid-template-columns: minmax(250px, 300px) minmax(420px, 560px) minmax(300px, 1fr) auto !important;
		align-items: center !important;
		gap: 26px !important;
	}

	body.woocommerce-cart .livo-header-categories,
	body.livo-cart-page .livo-header-categories {
		min-width: 0 !important;
	}

	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 560px !important;
	}

	body.woocommerce-cart .livo-header-search form,
	body.livo-cart-page .livo-header-search form,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-form,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-form,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-wrapp,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-sf-wrapp,
	body.livo-cart-page .livo-header-search .dgwt-wcas-sf-wrapp,
	body.woocommerce-cart .livo-header-search .dgwt-wcas-search-input,
	body.livo-cart-page .livo-header-search .dgwt-wcas-search-input {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	body.woocommerce-cart .livo-header-contacts,
	body.livo-cart-page .livo-header-contacts {
		min-width: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 22px !important;
	}

	body.woocommerce-cart .livo-header-contact,
	body.livo-cart-page .livo-header-contact {
		min-width: 0 !important;
		white-space: nowrap !important;
	}

	body.woocommerce-cart .livo-header-actions,
	body.livo-cart-page .livo-header-actions {
		min-width: max-content !important;
		justify-self: end !important;
	}
}

@media (min-width: 1024px) and (max-width: 1380px) {
	body.woocommerce-cart .livo-header-commerce__inner,
	body.livo-cart-page .livo-header-commerce__inner {
		grid-template-columns: minmax(230px, 280px) minmax(360px, 500px) minmax(250px, 1fr) auto !important;
		gap: 20px !important;
	}

	body.woocommerce-cart .livo-header-search,
	body.livo-cart-page .livo-header-search {
		max-width: 500px !important;
	}

	body.woocommerce-cart .livo-header-contact--email,
	body.livo-cart-page .livo-header-contact--email {
		display: none !important;
	}
}

/* ---------------------------------------------------------
   Cart coupon: separate compact block, not a stretched table footer.
   --------------------------------------------------------- */
@media (min-width: 768px) {
	body.woocommerce-cart .livo-cart-coupon {
		width: min(100%, 360px) !important;
		max-width: 360px !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	body.woocommerce-cart .livo-cart-coupon .input-text {
		min-width: 0 !important;
	}
}

/* ---------------------------------------------------------
   Cart quantity control: clear dividers between minus / input / plus.
   --------------------------------------------------------- */
body.woocommerce-cart .livo-cart-item__quantity .quantity,
body.woocommerce-cart .livo-cart-item__quantity .quantity[data-livo-quantity="1"] {
	overflow: hidden !important;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity input.qty {
	border-right: 0 !important;
	border-left: 0 !important;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button--minus,
body.woocommerce-cart .livo-cart-item__quantity .quantity .minus {
	border-right: 1px solid #e3e6ea !important;
}

body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button--plus,
body.woocommerce-cart .livo-cart-item__quantity .quantity .plus {
	border-left: 1px solid #e3e6ea !important;
}

@media (max-width: 767px) {
	body.woocommerce-cart .livo-cart-item__total::before {
		content: none !important;
		display: none !important;
	}
}

/* ---------------------------------------------------------
   Shipping calculator: full width, proper side padding and collapsed by default.
   --------------------------------------------------------- */
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	box-sizing: border-box !important;
	padding-right: 26px !important;
	padding-left: 26px !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > th {
	padding-top: 18px !important;
	padding-bottom: 6px !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping > td {
	padding-top: 6px !important;
	padding-bottom: 20px !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
body.woocommerce-cart .cart-collaterals form.woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals form.woocommerce-shipping-calculator {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	margin: 14px 0 0 !important;
	padding: 0 !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form[hidden],
.woocommerce-cart .cart-collaterals .shipping-calculator-form[hidden] {
	display: none !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form p,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	float: none !important;
	clear: both !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection,
.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .shipping-calculator-form textarea,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100% !important;
	max-width: none !important;
	min-height: 48px !important;
	margin-top: 6px !important;
}

/* =========================================================
   1.3.23 CART HEADER / SHIPPING / QUANTITY FINAL POLISH
   PABAIGA
   ========================================================= */

/* 1.3.23: hide shipping calculator on first paint; JS toggles inline display when clicked. */
body.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	display: none;
}

/* =========================================================
   1.3.26 MOBILE KREPŠELIO PRODUKTO EILUTĖS FIX
   PRADŽIA
   ========================================================= */

/* WooCommerce mobile table labels išjungiami visur krepšelyje. */
@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce table.shop_table_responsive tr td::before,
	body.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td::before,
	body.woocommerce-cart table.shop_table_responsive tr td::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal::before,
	body.woocommerce-cart .livo-cart-item__details::before,
	body.woocommerce-cart .livo-cart-item__quantity::before,
	body.woocommerce-cart .livo-cart-item__total::before {
		display: none !important;
		content: none !important;
	}

	/* Custom Livo cart.php layout. */
	body.woocommerce-cart .livo-cart-item {
		width: 100% !important;
		display: grid !important;
		grid-template-columns: 70px minmax(0, 1fr) 30px !important;
		grid-template-areas:
			"thumb details remove"
			"thumb quantity quantity"
			"thumb total total" !important;
		align-items: start !important;
		gap: 10px 12px !important;
		padding: 14px 0 !important;
		border-bottom: 1px solid var(--livo-border) !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.woocommerce-cart .livo-cart-item__thumbnail {
		grid-area: thumb !important;
		width: 70px !important;
		min-width: 70px !important;
		margin: 0 !important;
	}

	body.woocommerce-cart .livo-cart-item__thumbnail a,
	body.woocommerce-cart .livo-cart-item__thumbnail img {
		width: 66px !important;
		height: 66px !important;
		display: block !important;
		object-fit: contain !important;
	}

	body.woocommerce-cart .livo-cart-item__details {
		grid-area: details !important;
		width: 100% !important;
		min-width: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	body.woocommerce-cart .livo-cart-item__name {
		display: block !important;
		max-width: none !important;
		color: var(--livo-ink) !important;
		font-size: 14px !important;
		font-weight: 650 !important;
		line-height: 1.35 !important;
	}

	body.woocommerce-cart .livo-cart-item__remove {
		grid-area: remove !important;
		position: static !important;
		width: 30px !important;
		min-width: 30px !important;
		max-width: 30px !important;
		justify-self: end !important;
		align-self: start !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	body.woocommerce-cart .livo-cart-item__remove .remove,
	body.woocommerce-cart .livo-cart-item a.remove {
		width: 28px !important;
		height: 28px !important;
		min-width: 28px !important;
		min-height: 28px !important;
		display: inline-grid !important;
		place-items: center !important;
		padding: 0 !important;
		font-size: 22px !important;
		line-height: 1 !important;
		text-align: center !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity {
		grid-area: quantity !important;
		width: 100% !important;
		min-width: 0 !important;
		display: flex !important;
		justify-content: flex-start !important;
		align-items: center !important;
		padding: 4px 0 0 !important;
		margin: 0 !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity .quantity,
	body.woocommerce-cart .livo-cart-item__quantity .quantity[data-livo-quantity="1"] {
		width: 112px !important;
		min-width: 112px !important;
		height: 38px !important;
		display: grid !important;
		grid-template-columns: 34px 44px 34px !important;
		border: 1px solid #d9dde3 !important;
		border-radius: 8px !important;
		overflow: hidden !important;
		background: #fff !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button,
	body.woocommerce-cart .livo-cart-item__quantity .quantity .minus,
	body.woocommerce-cart .livo-cart-item__quantity .quantity .plus {
		width: 34px !important;
		height: 36px !important;
		min-width: 34px !important;
		min-height: 36px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: #fff !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button--minus,
	body.woocommerce-cart .livo-cart-item__quantity .quantity .minus {
		border-right: 1px solid #e3e6ea !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity .quantity .livo-qty-button--plus,
	body.woocommerce-cart .livo-cart-item__quantity .quantity .plus {
		border-left: 1px solid #e3e6ea !important;
	}

	body.woocommerce-cart .livo-cart-item__quantity .quantity input.qty {
		width: 44px !important;
		height: 36px !important;
		min-width: 44px !important;
		min-height: 36px !important;
		border: 0 !important;
		background: #fff !important;
		text-align: center !important;
	}

	body.woocommerce-cart .livo-cart-item__total {
		grid-area: total !important;
		width: 100% !important;
		display: block !important;
		padding: 4px 0 0 !important;
		margin: 0 !important;
		color: var(--livo-ink) !important;
		font-size: 16px !important;
		font-weight: 750 !important;
		line-height: 1.25 !important;
		text-align: left !important;
	}

	/* Default WooCommerce table fallback, jei cart.php template nepersikrautų. */
	body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
		width: 100% !important;
		display: grid !important;
		grid-template-columns: 70px minmax(0, 1fr) 30px !important;
		grid-template-areas:
			"thumb name remove"
			"thumb qty qty"
			"thumb total total" !important;
		align-items: start !important;
		gap: 10px 12px !important;
		padding: 14px 0 !important;
		border: 0 !important;
		border-bottom: 1px solid var(--livo-border) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove {
		grid-area: remove !important;
		position: static !important;
		width: 30px !important;
		min-width: 30px !important;
		max-width: 30px !important;
		justify-self: end !important;
		align-self: start !important;
		padding: 0 !important;
		text-align: right !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
		grid-area: thumb !important;
		width: 70px !important;
		padding: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
		grid-area: name !important;
		width: 100% !important;
		display: block !important;
		padding: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price {
		display: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity {
		grid-area: qty !important;
		width: 100% !important;
		display: flex !important;
		justify-content: flex-start !important;
		padding: 4px 0 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal {
		grid-area: total !important;
		width: 100% !important;
		display: block !important;
		padding: 4px 0 0 !important;
		text-align: left !important;
	}
}

/* =========================================================
   1.3.26 MOBILE KREPŠELIO PRODUKTO EILUTĖS FIX
   PABAIGA
   ========================================================= */

/* =========================================================
   1.3.35 CHECKOUT STEPS, CART RADIOS IR CATEGORY TILE IMAGE FIX
   PRADŽIA
   ========================================================= */

/* Checkout'e rodome tą pačią pirkimo eigą kaip krepšelyje. */
body.livo-checkout-distraction-free .livo-cart-steps,
body.woocommerce-checkout .livo-cart-steps {
	width: 100%;
	margin: 22px 0 34px;
}

body.livo-checkout-distraction-free .livo-cart-steps__list,
body.woocommerce-checkout .livo-cart-steps__list {
	width: min(100%, 1120px);
}

body.livo-checkout-distraction-free .livo-cart-steps__item.is-active::before,
body.livo-checkout-distraction-free .livo-cart-steps__item.is-complete::before,
body.woocommerce-checkout .livo-cart-steps__item.is-active::before,
body.woocommerce-checkout .livo-cart-steps__item.is-complete::before {
	background: var(--livo-orange) !important;
}

body.livo-checkout-distraction-free .livo-cart-steps__item.is-active .livo-cart-steps__number,
body.woocommerce-checkout .livo-cart-steps__item.is-active .livo-cart-steps__number {
	background: var(--livo-orange) !important;
}

body.livo-checkout-distraction-free .livo-cart-steps__item.is-complete .livo-cart-steps__number,
body.woocommerce-checkout .livo-cart-steps__item.is-complete .livo-cart-steps__number {
	background: var(--livo-orange) !important;
	color: #fff !important;
}

body.livo-checkout-distraction-free .livo-cart-steps__item.is-complete .livo-cart-steps__label,
body.woocommerce-checkout .livo-cart-steps__item.is-complete .livo-cart-steps__label {
	color: var(--livo-ink) !important;
}

/* Krepšelio pristatymo radio – LIVO oranžinė, ne naršyklės geltona/auksinė. */
body.woocommerce-cart .cart-collaterals input[type="radio"],
body.woocommerce-cart .woocommerce-shipping-methods input[type="radio"] {
	accent-color: var(--livo-orange) !important;
}

/* Archyvo kategorijų kortelių nuotraukų aukščiai. */
.livo-archive-categories-container .livo-archive-category-card__image img {
	height: 90px !important;
	max-height: 90px !important;
	width: auto !important;
	max-width: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
}

/* Mobile kategorijų stalčiaus paveiksliukai turi tilpti, ne kirptis. */
.aug-mobile-menu__category-thumb > img {
	box-sizing: border-box !important;
	padding: 2px !important;
	object-fit: contain !important;
	object-position: center !important;
	background: #fff !important;
}

@media (max-width: 767px) {
	body.livo-checkout-distraction-free .livo-cart-steps,
	body.woocommerce-checkout .livo-cart-steps {
		margin: 16px 0 26px;
	}

	.livo-archive-categories-container .livo-archive-category-card__image img {
		height: 50px !important;
		max-height: 50px !important;
	}
}

/* =========================================================
   1.3.35 CHECKOUT STEPS, CART RADIOS IR CATEGORY TILE IMAGE FIX
   PABAIGA
   ========================================================= */
