/* Lunch Bag product template 2.1 */

body.single-product.lb-product-template {
	--lb-pdp-ink: var(--lb-ink, #1f2a24);
	--lb-pdp-copy: var(--lb-copy, #526158);
	--lb-pdp-brand: #5a7663;
	--lb-pdp-brand-dark: #45604f;
	--lb-pdp-border: var(--lb-border, #dfe6e1);
	--lb-pdp-soft: #f5f7f5;
	--lb-pdp-white: #fff;
	--lb-pdp-container: 1200px;
	--lb-pdp-reading: 720px;
	background: #fff;
	color: var(--lb-pdp-ink);
	overflow-x: hidden;
}

body.single-product.lb-product-template,
body.single-product.lb-product-template button,
body.single-product.lb-product-template input,
body.single-product.lb-product-template select,
body.single-product.lb-product-template textarea {
	font-family: "Lato", Arial, sans-serif;
	letter-spacing: 0;
}

body.single-product.lb-product-template h1,
body.single-product.lb-product-template h2,
body.single-product.lb-product-template h3,
body.single-product.lb-product-template h4,
body.single-product.lb-product-template .product_title,
body.single-product.lb-product-template .woocommerce-loop-product__title {
	font-family: "League Spartan", "Lato", Arial, sans-serif;
	letter-spacing: 0;
}

body.single-product.lb-product-template .site-content,
body.single-product.lb-product-template .content-area,
body.single-product.lb-product-template .site-main,
body.single-product.lb-product-template .site-content .col-full {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background: #fff !important;
}

body.single-product.lb-product-template .woocommerce-breadcrumb,
body.single-product.lb-product-template .product-details-wrapper,
body.single-product.lb-product-template .lb-product-section,
body.single-product.lb-product-template .product_meta,
body.single-product.lb-product-template .related.products,
body.single-product.lb-product-template .upsells.products {
	box-sizing: border-box;
	width: min(100%, var(--lb-pdp-container)) !important;
	max-width: var(--lb-pdp-container) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 24px !important;
	padding-left: 24px !important;
}

body.single-product.lb-product-template .woocommerce-breadcrumb {
	padding-top: 18px !important;
	padding-bottom: 0 !important;
	color: var(--lb-pdp-copy) !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
}

/* First viewport */
body.single-product.lb-product-template .product-details-wrapper {
	display: grid !important;
	grid-template-columns: minmax(0, 540px) minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 52px !important;
	min-width: 0 !important;
	margin-top: 24px !important;
	margin-bottom: 48px !important;
	padding-bottom: 0 !important;
	overflow: visible !important;
}

body.single-product.lb-product-template .product-details-wrapper::before,
body.single-product.lb-product-template .product-details-wrapper::after {
	display: none !important;
	content: none !important;
}

body.single-product.lb-product-template .product .woocommerce-product-gallery,
body.single-product.lb-product-template .product .images,
body.single-product.lb-product-template .product .summary {
	float: none !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}

body.single-product.lb-product-template .product .woocommerce-product-gallery,
body.single-product.lb-product-template .product .images {
	grid-column: 1;
	position: relative;
}

body.single-product.lb-product-template .product .summary {
	grid-column: 2;
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
	color: var(--lb-pdp-ink);
}

/* Gallery */
body.single-product.lb-product-template .woocommerce-product-gallery .flex-viewport,
body.single-product.lb-product-template .woocommerce-product-gallery__image a,
body.single-product.lb-product-template .woocommerce-product-gallery__image:only-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 1 / 1;
	margin: 0;
	background: var(--lb-pdp-white);
	border: 1px solid var(--lb-pdp-border);
	border-radius: 8px;
	overflow: hidden;
}

body.single-product.lb-product-template .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper,
body.single-product.lb-product-template .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	height: 100% !important;
}

body.single-product.lb-product-template .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
	display: flex !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
}

body.single-product.lb-product-template .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	float: none !important;
	flex: 0 0 100% !important;
	width: 100% !important;
	margin-right: 0 !important;
}

body.single-product.lb-product-template .woocommerce-product-gallery__image img,
body.single-product.lb-product-template .product div.images img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 24px !important;
	background: var(--lb-pdp-white);
	object-fit: contain !important;
	object-position: center;
}

body.single-product.lb-product-template .woocommerce-product-gallery__trigger {
	top: 14px !important;
	right: 14px !important;
	width: 40px !important;
	height: 40px !important;
	background: #fff !important;
	border: 1px solid var(--lb-pdp-border) !important;
	border-radius: 50% !important;
	box-shadow: 0 5px 14px rgba(31, 42, 36, 0.1) !important;
}

body.single-product.lb-product-template .woocommerce-product-gallery .flex-control-thumbs {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.single-product.lb-product-template .woocommerce-product-gallery .flex-control-thumbs li {
	float: none !important;
	width: 64px !important;
	height: 64px !important;
	margin: 0 !important;
	border-radius: 6px;
	overflow: hidden;
}

body.single-product.lb-product-template .woocommerce-product-gallery .flex-control-thumbs img {
	width: 100% !important;
	height: 100% !important;
	padding: 3px !important;
	object-fit: contain !important;
	border: 1px solid var(--lb-pdp-border) !important;
	border-radius: 6px;
	opacity: 1 !important;
	cursor: pointer;
}

body.single-product.lb-product-template .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
body.single-product.lb-product-template .woocommerce-product-gallery .flex-control-thumbs img:hover {
	border: 2px solid var(--lb-pdp-brand) !important;
}

/* Product summary */
body.single-product.lb-product-template .summary h1.product_title,
body.single-product.lb-product-template .summary h1.entry-title {
	margin: 0 0 10px !important;
	padding: 0 !important;
	color: var(--lb-pdp-ink) !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
}

body.single-product.lb-product-template .summary .woocommerce-product-rating {
	display: flex !important;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px !important;
	color: var(--lb-pdp-copy);
	font-size: 13px;
}

body.single-product.lb-product-template .summary .star-rating,
body.single-product.lb-product-template .summary .stars {
	color: #b47b20 !important;
}

body.single-product.lb-product-template .summary .clear {
	display: none !important;
}

body.single-product.lb-product-template .summary p.price,
body.single-product.lb-product-template .summary > span.price,
body.single-product.lb-product-template .summary > div.price,
body.single-product.lb-product-template .summary .woocommerce-variation-price,
body.single-product.lb-product-template .summary .woocommerce-variation-price .price {
	float: none !important;
	display: flex !important;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	width: 100% !important;
	min-height: 0 !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--lb-pdp-brand) !important;
	font-size: 29px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

body.single-product.lb-product-template .summary .price .amount,
body.single-product.lb-product-template .summary .price .woocommerce-Price-amount {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

body.single-product.lb-product-template .summary .price del,
body.single-product.lb-product-template .summary .price del .amount {
	color: var(--lb-pdp-copy) !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	opacity: 1 !important;
}

body.single-product.lb-product-template .summary .price ins {
	color: var(--lb-pdp-brand) !important;
	text-decoration: none !important;
}

body.single-product.lb-product-template .summary .woocommerce-product-details__short-description,
body.single-product.lb-product-template .summary .product-short-description {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 14px !important;
	padding: 14px 0 !important;
	border-top: 1px solid var(--lb-pdp-border);
	border-bottom: 1px solid var(--lb-pdp-border);
	color: var(--lb-pdp-copy) !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
}

body.single-product.lb-product-template .summary .woocommerce-product-details__short-description p,
body.single-product.lb-product-template .summary .product-short-description p {
	margin: 0 !important;
}

body.single-product.lb-product-template .summary .yith-wcwl-add-to-wishlist,
body.single-product.lb-product-template .summary .tinv-wraper,
body.single-product.lb-product-template .summary .commercekit-wishlist,
body.single-product.lb-product-template .summary .cgkit-wishlist,
body.single-product.lb-product-template .call-back-feature,
body.single-product.lb-product-template .shoptimizer-sticky-add-to-cart,
body.single-product.lb-product-template .commercekit-sticky-add-to-cart,
body.single-product.lb-product-template .ckit-sticky-atc,
body.single-product.lb-product-template .sticky-add-to-cart {
	display: none !important;
}

/* Variation form */
body.single-product.lb-product-template .summary form.cart {
	clear: both !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 14px 0 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.single-product.lb-product-template .summary table.variations,
body.single-product.lb-product-template .summary table.variations tbody,
body.single-product.lb-product-template .summary table.variations tr,
body.single-product.lb-product-template .summary table.variations th,
body.single-product.lb-product-template .summary table.variations td {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

body.single-product.lb-product-template .summary table.variations {
	margin: 0 0 10px !important;
}

body.single-product.lb-product-template .summary table.variations tr {
	margin: 0 0 10px !important;
}

body.single-product.lb-product-template .summary table.variations label {
	display: block !important;
	margin: 0 0 5px !important;
	color: var(--lb-pdp-ink) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

body.single-product.lb-product-template .summary table.variations select,
body.single-product.lb-product-template .summary form.cart select {
	display: block !important;
	width: 100% !important;
	height: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0 40px 0 13px !important;
	background-color: #fff !important;
	border: 1px solid var(--lb-pdp-border) !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	color: var(--lb-pdp-ink) !important;
	font-size: 14px !important;
	line-height: 46px !important;
}

body.single-product.lb-product-template .summary table.variations select:focus,
body.single-product.lb-product-template .summary form.cart select:focus {
	border-color: var(--lb-pdp-brand) !important;
	outline: 3px solid rgba(90, 118, 99, 0.14) !important;
}

body.single-product.lb-product-template .summary .reset_variations {
	display: inline-flex !important;
	width: max-content !important;
	margin: 5px 0 0 !important;
	color: var(--lb-pdp-brand-dark) !important;
	font-size: 13px !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

body.single-product.lb-product-template .summary .single_variation,
body.single-product.lb-product-template .summary .woocommerce-variation {
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product.lb-product-template .summary .single_variation:empty,
body.single-product.lb-product-template .summary .single_variation.lb-empty-variation,
body.single-product.lb-product-template .summary .woocommerce-variation:empty,
body.single-product.lb-product-template .summary .woocommerce-variation.lb-empty-variation {
	display: none !important;
}

body.single-product.lb-product-template .summary form.cart:not(.variations_form),
body.single-product.lb-product-template .summary .woocommerce-variation-add-to-cart,
body.single-product.lb-product-template .summary .woocommerce-variation-add-to-cart.variations_button {
	display: grid !important;
	grid-template-columns: 82px minmax(0, 1fr) !important;
	align-items: stretch !important;
	gap: 12px !important;
	width: 100% !important;
	margin: 0 !important;
}

body.single-product.lb-product-template .summary form.cart .quantity {
	position: relative !important;
	float: none !important;
	display: block !important;
	grid-column: 1 !important;
	width: 82px !important;
	height: 50px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product.lb-product-template .summary form.cart .quantity input.qty,
body.single-product.lb-product-template .summary form.cart .quantity input[type="number"] {
	display: block !important;
	width: 50px !important;
	height: 50px !important;
	min-height: 50px !important;
	margin: 0 !important;
	padding: 0 5px !important;
	background: #fff !important;
	border: 1px solid var(--lb-pdp-border) !important;
	border-radius: 6px 0 0 6px !important;
	color: var(--lb-pdp-ink) !important;
	font-size: 14px !important;
	line-height: 50px !important;
	text-align: center !important;
}

body.single-product.lb-product-template .summary form.cart .quantity .quantity-nav {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	width: 32px !important;
	height: 50px !important;
	background: #fff !important;
	border: 1px solid var(--lb-pdp-border) !important;
	border-left: 0 !important;
	border-radius: 0 6px 6px 0 !important;
	box-shadow: none !important;
}

body.single-product.lb-product-template .summary form.cart .single_add_to_cart_button {
	position: static !important;
	float: none !important;
	display: flex !important;
	grid-column: 2 !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 50px !important;
	min-height: 50px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	transform: none !important;
	background: var(--lb-pdp-brand) !important;
	border: 0 !important;
	border-radius: 6px !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.single-product.lb-product-template .summary form.cart .single_add_to_cart_button:hover,
body.single-product.lb-product-template .summary form.cart .single_add_to_cart_button:focus {
	background: var(--lb-pdp-brand-dark) !important;
}

body.single-product.lb-product-template .summary form.cart .single_add_to_cart_button.disabled,
body.single-product.lb-product-template .summary form.cart .single_add_to_cart_button:disabled {
	background: #b7c6bc !important;
	cursor: not-allowed !important;
}

/* Express payments */
body.single-product.lb-product-template .summary #wc-stripe-express-checkout-element,
body.single-product.lb-product-template .summary #wc-stripe-payment-request-wrapper,
body.single-product.lb-product-template .summary #wcpay-payment-request-wrapper,
body.single-product.lb-product-template .summary .ppc-button-wrapper,
body.single-product.lb-product-template .summary .paypal-buttons,
body.single-product.lb-product-template .summary .paypal-button-container {
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 12px 0 0 !important;
	border-radius: 6px !important;
	overflow: hidden !important;
}

/* Reassurance */
body.single-product.lb-product-template .lb-trust-card {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-top: 20px;
	padding: 14px 0;
	background: transparent !important;
	border-top: 1px solid var(--lb-pdp-border);
	border-right: 0 !important;
	border-bottom: 1px solid var(--lb-pdp-border);
	border-left: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.single-product.lb-product-template .lb-trust-card__item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	min-width: 0;
	padding: 0 14px;
}

body.single-product.lb-product-template .lb-trust-card__item:first-child {
	padding-left: 0;
}

body.single-product.lb-product-template .lb-trust-card__item + .lb-trust-card__item {
	border-left: 1px solid var(--lb-pdp-border);
}

body.single-product.lb-product-template .lb-trust-card__icon {
	color: var(--lb-pdp-brand);
	font-size: 20px;
	line-height: 1;
}

body.single-product.lb-product-template .lb-trust-card strong {
	display: block;
	margin: 0 0 2px;
	color: var(--lb-pdp-ink);
	font-size: 14px;
	line-height: 1.35;
}

body.single-product.lb-product-template .lb-trust-card p {
	margin: 0;
	color: var(--lb-pdp-copy);
	font-size: 12px;
	line-height: 1.4;
}

/* Shared lower sections */
body.single-product.lb-product-template .lb-product-section,
body.single-product.lb-product-template .related.products,
body.single-product.lb-product-template .upsells.products {
	margin-top: 0 !important;
	margin-bottom: 64px !important;
}

body.single-product.lb-product-template .lb-product-section > h2,
body.single-product.lb-product-template .related.products > h2,
body.single-product.lb-product-template .upsells.products > h2 {
	margin: 0 0 22px !important;
	color: var(--lb-pdp-ink) !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

/* Accordions */
body.single-product.lb-product-template .lb-product-accordions {
	width: min(100%, 920px) !important;
	max-width: 920px !important;
	margin-top: 8px !important;
	padding: 0 24px !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.single-product.lb-product-template .lb-accordion {
	width: 100%;
	border-top: 1px solid var(--lb-pdp-border);
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.single-product.lb-product-template .lb-accordion__item {
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid var(--lb-pdp-border) !important;
	border-left: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.single-product.lb-product-template .lb-accordion__header {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100% !important;
	min-height: 64px !important;
	margin: 0 !important;
	padding: 0 4px !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--lb-pdp-ink) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-align: left !important;
}

body.single-product.lb-product-template .lb-accordion__header:hover,
body.single-product.lb-product-template .lb-accordion__header:focus {
	color: var(--lb-pdp-brand-dark) !important;
	transform: none !important;
}

body.single-product.lb-product-template .lb-accordion__header:focus-visible {
	outline: 3px solid rgba(90, 118, 99, 0.2);
	outline-offset: 2px;
}

body.single-product.lb-product-template .lb-accordion__icon {
	display: inline-flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid var(--lb-pdp-border);
	border-radius: 50%;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	transition: transform 0.18s ease, border-color 0.18s ease;
}

body.single-product.lb-product-template .lb-accordion__item.is-open .lb-accordion__icon {
	transform: rotate(45deg);
	border-color: var(--lb-pdp-brand);
}

body.single-product.lb-product-template .lb-accordion__content {
	box-sizing: border-box;
	width: min(100%, var(--lb-pdp-reading)) !important;
	max-width: var(--lb-pdp-reading) !important;
	margin: 0 auto !important;
	padding: 12px 0 30px !important;
	color: var(--lb-pdp-copy) !important;
	font-size: 15px !important;
	line-height: 1.72 !important;
	letter-spacing: 0 !important;
	word-spacing: 0 !important;
}

body.single-product.lb-product-template .lb-accordion__content > :first-child {
	margin-top: 0 !important;
}

body.single-product.lb-product-template .lb-accordion__content > :last-child {
	margin-bottom: 0 !important;
}

body.single-product.lb-product-template .lb-accordion__content p {
	margin: 0 0 14px !important;
}

body.single-product.lb-product-template .lb-accordion__item--description .lb-accordion__content {
	max-width: 760px !important;
	font-size: 16px !important;
	line-height: 1.75 !important;
}

body.single-product.lb-product-template .lb-accordion__item--description .lb-accordion__content p {
	margin-bottom: 18px !important;
}

body.single-product.lb-product-template .lb-accordion__item--description .lb-accordion__content h2,
body.single-product.lb-product-template .lb-accordion__item--description .lb-accordion__content h3 {
	margin-top: 32px !important;
	padding-top: 22px;
	border-top: 1px solid var(--lb-pdp-border);
}

body.single-product.lb-product-template .lb-accordion__content h2,
body.single-product.lb-product-template .lb-accordion__content h3,
body.single-product.lb-product-template .lb-accordion__content h4 {
	margin: 24px 0 10px !important;
	color: var(--lb-pdp-ink) !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

body.single-product.lb-product-template .lb-accordion__content h2 {
	font-size: 22px !important;
}

body.single-product.lb-product-template .lb-accordion__content h3,
body.single-product.lb-product-template .lb-accordion__content h4 {
	font-size: 18px !important;
}

body.single-product.lb-product-template .lb-accordion__content ul,
body.single-product.lb-product-template .lb-accordion__content ol {
	margin: 0 0 14px 20px;
	padding: 0;
}

body.single-product.lb-product-template .lb-accordion__content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

body.single-product.lb-product-template .lb-accordion__content th,
body.single-product.lb-product-template .lb-accordion__content td {
	padding: 10px 0;
	border-bottom: 1px solid var(--lb-pdp-border);
	text-align: left;
	vertical-align: top;
}

body.single-product.lb-product-template .lb-accordion__content td {
	color: var(--lb-pdp-ink);
	font-weight: 600;
	text-align: right;
}

body.single-product.lb-product-template .lb-technical-list {
	margin: 0;
}

body.single-product.lb-product-template .lb-technical-list__row {
	display: grid;
	grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
	gap: 28px;
	align-items: baseline;
	padding: 14px 0;
	border-bottom: 1px solid var(--lb-pdp-border);
}

body.single-product.lb-product-template .lb-technical-list__row:first-child {
	padding-top: 0;
}

body.single-product.lb-product-template .lb-technical-list__row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

body.single-product.lb-product-template .lb-technical-list dt,
body.single-product.lb-product-template .lb-technical-list dd {
	margin: 0;
	line-height: 1.55;
}

body.single-product.lb-product-template .lb-technical-list dt {
	color: var(--lb-pdp-copy);
	font-weight: 600;
}

body.single-product.lb-product-template .lb-technical-list dd {
	color: var(--lb-pdp-ink);
	font-weight: 700;
	text-align: right;
}

body.single-product.lb-product-template .lb-accordion__item--faq .lb-accordion__content {
	width: min(100%, 760px) !important;
	max-width: 760px !important;
}

body.single-product.lb-product-template .lb-product-faq {
	margin: 0;
}

body.single-product.lb-product-template .lb-product-faq__item {
	display: grid;
	grid-template-columns: minmax(200px, 0.78fr) minmax(0, 1.22fr);
	gap: 28px;
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid var(--lb-pdp-border);
}

body.single-product.lb-product-template .lb-product-faq__item:first-child {
	padding-top: 0;
}

body.single-product.lb-product-template .lb-product-faq__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

body.single-product.lb-product-template .lb-product-faq dt {
	margin: 0;
	color: var(--lb-pdp-ink);
	font-weight: 700;
	line-height: 1.45;
}

body.single-product.lb-product-template .lb-product-faq dd {
	margin: 0;
	color: var(--lb-pdp-copy);
	line-height: 1.7;
}

body.single-product.lb-product-template .lb-product-faq a {
	color: var(--lb-pdp-brand-dark);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.single-product.lb-product-template .lb-product-faq a:hover,
body.single-product.lb-product-template .lb-product-faq a:focus {
	color: var(--lb-pdp-ink);
}

body.single-product.lb-product-template .lb-accordion__item--reviews #reviews,
body.single-product.lb-product-template .lb-accordion__item--reviews #review_form_wrapper,
body.single-product.lb-product-template .lb-accordion__item--reviews #respond {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

body.single-product.lb-product-template .lb-accordion__header small {
	color: var(--lb-pdp-copy);
	font-size: 12px;
	font-weight: 600;
}

body.single-product.lb-product-template .lb-review-summary {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--lb-pdp-border);
}

body.single-product.lb-product-template .lb-review-summary strong {
	color: var(--lb-pdp-ink);
	font-size: 20px;
	line-height: 1.3;
}

body.single-product.lb-product-template .lb-review-summary span {
	color: var(--lb-pdp-copy);
	font-size: 13px;
}

body.single-product.lb-product-template .lb-review-summary.is-empty {
	display: grid;
	gap: 4px;
}

body.single-product.lb-product-template .lb-review-summary.is-empty strong {
	font-size: 16px;
}

body.single-product.lb-product-template .lb-accordion__item--reviews .woocommerce-noreviews,
body.single-product.lb-product-template .lb-accordion__item--reviews .woocommerce-Reviews-title {
	display: none !important;
}

body.single-product.lb-product-template .lb-accordion__item--reviews .comment-reply-title {
	display: block;
	margin: 0 0 16px;
	color: var(--lb-pdp-ink);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
}

body.single-product.lb-product-template .lb-accordion__item--reviews .comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
}

body.single-product.lb-product-template .lb-accordion__item--reviews .comment-form > p {
	margin: 0 !important;
}

body.single-product.lb-product-template .lb-accordion__item--reviews .comment-notes,
body.single-product.lb-product-template .lb-accordion__item--reviews .comment-form-rating,
body.single-product.lb-product-template .lb-accordion__item--reviews .comment-form-comment,
body.single-product.lb-product-template .lb-accordion__item--reviews .form-submit,
body.single-product.lb-product-template .lb-accordion__item--reviews .comment-form-cookies-consent {
	grid-column: 1 / -1;
}

body.single-product.lb-product-template .lb-accordion__item--reviews label {
	display: block;
	margin-bottom: 5px;
	color: var(--lb-pdp-ink);
	font-size: 13px;
	font-weight: 700;
}

body.single-product.lb-product-template .lb-accordion__item--reviews input[type="text"],
body.single-product.lb-product-template .lb-accordion__item--reviews input[type="email"],
body.single-product.lb-product-template .lb-accordion__item--reviews textarea {
	width: 100%;
	margin: 0;
	border: 1px solid var(--lb-pdp-border);
	border-radius: 6px;
	box-shadow: none;
}

body.single-product.lb-product-template .lb-accordion__item--reviews textarea {
	min-height: 120px;
	resize: vertical;
}

body.single-product.lb-product-template .lb-accordion__item--reviews .form-submit input {
	min-height: 44px;
	padding: 10px 20px;
	background: var(--lb-pdp-brand);
	border: 0;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
}

/* Image story */
body.single-product.lb-product-template .lb-gallery-story__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

body.single-product.lb-product-template .lb-gallery-story__image {
	aspect-ratio: 1;
	background: #fff;
	border: 1px solid var(--lb-pdp-border);
	border-radius: 8px;
	overflow: hidden;
}

body.single-product.lb-product-template .lb-gallery-story__image img {
	display: block;
	width: 100%;
	height: 100% !important;
	padding: 14px;
	background: #fff;
	object-fit: contain;
}

/* Usage guide */
body.single-product.lb-product-template .lb-usage-guide__card {
	display: grid;
	grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
	gap: 40px;
	align-items: center;
	padding: 0;
	background: transparent;
	border: 0;
}

body.single-product.lb-product-template .lb-usage-guide__media {
	height: 390px;
	background: #fff;
	border: 1px solid var(--lb-pdp-border);
	border-radius: 8px;
	overflow: hidden;
}

body.single-product.lb-product-template .lb-usage-guide__media img {
	display: block;
	width: 100%;
	height: 100% !important;
	padding: 20px;
	background: #fff;
	object-fit: contain;
}

body.single-product.lb-product-template .lb-usage-guide__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 30px;
}

body.single-product.lb-product-template .lb-step {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	min-width: 0;
}

body.single-product.lb-product-template .lb-step > span:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: var(--lb-pdp-brand);
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

body.single-product.lb-product-template .lb-step strong {
	display: block;
	margin: 0 0 4px;
	color: var(--lb-pdp-ink);
	font-size: 15px;
	line-height: 1.35;
}

body.single-product.lb-product-template .lb-step p {
	margin: 0;
	color: var(--lb-pdp-copy);
	font-size: 13px;
	line-height: 1.55;
}

/* Related products */
body.single-product.lb-product-template .related.products ul.products,
body.single-product.lb-product-template .upsells.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 18px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.single-product.lb-product-template .related.products ul.products::before,
body.single-product.lb-product-template .related.products ul.products::after,
body.single-product.lb-product-template .upsells.products ul.products::before,
body.single-product.lb-product-template .upsells.products ul.products::after {
	display: none !important;
	content: none !important;
}

body.single-product.lb-product-template .related.products li.product,
body.single-product.lb-product-template .upsells.products li.product {
	float: none !important;
	display: flex !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 10px !important;
	background: #fff;
	border: 1px solid var(--lb-pdp-border);
	border-radius: 8px;
	box-shadow: none;
	overflow: hidden;
}

body.single-product.lb-product-template .related.products .woocommerce-image__wrapper,
body.single-product.lb-product-template .upsells.products .woocommerce-image__wrapper,
body.single-product.lb-product-template .related.products .woocommerce-image__wrapper > a,
body.single-product.lb-product-template .upsells.products .woocommerce-image__wrapper > a,
body.single-product.lb-product-template .related.products .shoptimizer-plp-carousel-container,
body.single-product.lb-product-template .upsells.products .shoptimizer-plp-carousel-container,
body.single-product.lb-product-template .related.products .shoptimizer-plp-image-wrapper,
body.single-product.lb-product-template .upsells.products .shoptimizer-plp-image-wrapper {
	display: block;
	width: 100%;
}

body.single-product.lb-product-template .related.products .woocommerce-image__wrapper,
body.single-product.lb-product-template .upsells.products .woocommerce-image__wrapper,
body.single-product.lb-product-template .related.products .woocommerce-image__wrapper > a,
body.single-product.lb-product-template .upsells.products .woocommerce-image__wrapper > a,
body.single-product.lb-product-template .related.products .shoptimizer-plp-carousel-container,
body.single-product.lb-product-template .upsells.products .shoptimizer-plp-carousel-container,
body.single-product.lb-product-template .related.products .shoptimizer-plp-image-wrapper,
body.single-product.lb-product-template .upsells.products .shoptimizer-plp-image-wrapper {
	position: relative;
	height: auto !important;
	aspect-ratio: 1;
	overflow: hidden;
}

body.single-product.lb-product-template .related.products .shoptimizer-plp-image-wrapper img + img,
body.single-product.lb-product-template .upsells.products .shoptimizer-plp-image-wrapper img + img {
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

body.single-product.lb-product-template .related.products li.product:hover .shoptimizer-plp-image-wrapper img + img,
body.single-product.lb-product-template .upsells.products li.product:hover .shoptimizer-plp-image-wrapper img + img {
	opacity: 1;
}

body.single-product.lb-product-template .related.products li.product img,
body.single-product.lb-product-template .upsells.products li.product img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 !important;
	margin: 0 0 12px !important;
	padding: 8px !important;
	background: #fff;
	object-fit: contain !important;
	border-radius: 6px;
}

body.single-product.lb-product-template .related.products .woocommerce-card__header,
body.single-product.lb-product-template .upsells.products .woocommerce-card__header {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 148px;
	padding: 0 !important;
}

body.single-product.lb-product-template .related.products .woocommerce-loop-product__title,
body.single-product.lb-product-template .upsells.products .woocommerce-loop-product__title {
	min-height: 42px;
	margin: 0 0 8px !important;
	color: var(--lb-pdp-ink) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

body.single-product.lb-product-template .related.products .price,
body.single-product.lb-product-template .upsells.products .price {
	margin: 0 0 12px !important;
	color: var(--lb-pdp-brand) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

body.single-product.lb-product-template .related.products .button,
body.single-product.lb-product-template .upsells.products .button,
body.single-product.lb-product-template .related.products .added_to_cart,
body.single-product.lb-product-template .upsells.products .added_to_cart {
	position: static !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 42px;
	margin: auto 0 0 !important;
	padding: 8px 10px !important;
	transform: none !important;
	background: var(--lb-pdp-brand) !important;
	border: 0 !important;
	border-radius: 6px !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-align: center;
	opacity: 1 !important;
	visibility: visible !important;
}

body.single-product.lb-product-template .related.products li.product:hover,
body.single-product.lb-product-template .upsells.products li.product:hover {
	border-color: #cbd8cf;
	box-shadow: 0 8px 22px rgba(31, 47, 39, 0.08);
	transform: translateY(-2px);
}

body.single-product.lb-product-template .related.products li.product,
body.single-product.lb-product-template .upsells.products li.product {
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.single-product.lb-product-template .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	position: static !important;
	margin-bottom: 56px !important;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	border-top: 1px solid var(--lb-pdp-border);
	border-bottom: 1px solid var(--lb-pdp-border);
	color: var(--lb-pdp-copy);
	font-size: 12px;
}

body.single-product.lb-product-template .product_meta > span {
	max-width: 100%;
	overflow-wrap: anywhere;
}

@media (max-width: 980px) {
	body.single-product.lb-product-template .woocommerce-breadcrumb,
	body.single-product.lb-product-template .product-details-wrapper,
	body.single-product.lb-product-template .lb-product-section,
	body.single-product.lb-product-template .product_meta,
	body.single-product.lb-product-template .related.products,
	body.single-product.lb-product-template .upsells.products {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	body.single-product.lb-product-template .product-details-wrapper {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 30px !important;
		margin-top: 20px !important;
		margin-bottom: 44px !important;
	}

	body.single-product.lb-product-template .product .woocommerce-product-gallery,
	body.single-product.lb-product-template .product .images,
	body.single-product.lb-product-template .product .summary {
		grid-column: 1 !important;
	}

	body.single-product.lb-product-template .product .woocommerce-product-gallery {
		width: min(100%, 620px) !important;
		margin: 0 auto !important;
	}

	body.single-product.lb-product-template .product .summary {
		width: min(100%, 620px) !important;
		margin: 0 auto !important;
	}

	body.single-product.lb-product-template .lb-gallery-story__grid,
	body.single-product.lb-product-template .related.products ul.products,
	body.single-product.lb-product-template .upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.single-product.lb-product-template .lb-usage-guide__card {
		grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
		gap: 28px;
	}

	body.single-product.lb-product-template .lb-usage-guide__media {
		height: 330px;
	}

	body.single-product.lb-product-template .lb-usage-guide__steps {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

@media (min-width: 981px) {
	body.single-product.lb-product-template .product .woocommerce-product-gallery,
	body.single-product.lb-product-template .product .images {
		position: sticky !important;
		top: 24px;
	}
}

@media (max-width: 640px) {
	body.single-product.lb-product-template .woocommerce-breadcrumb,
	body.single-product.lb-product-template .product-details-wrapper,
	body.single-product.lb-product-template .lb-product-section,
	body.single-product.lb-product-template .product_meta,
	body.single-product.lb-product-template .related.products,
	body.single-product.lb-product-template .upsells.products {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	body.single-product.lb-product-template .woocommerce-breadcrumb {
		padding-top: 13px !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	body.single-product.lb-product-template .product-details-wrapper {
		gap: 24px !important;
		margin-top: 16px !important;
		margin-bottom: 38px !important;
	}

	body.single-product.lb-product-template .woocommerce-product-gallery__image img,
	body.single-product.lb-product-template .product div.images img {
		padding: 14px !important;
	}

	body.single-product.lb-product-template .woocommerce-product-gallery .flex-viewport,
	body.single-product.lb-product-template .woocommerce-product-gallery__image a,
	body.single-product.lb-product-template .woocommerce-product-gallery__image:only-child {
		height: 320px !important;
		max-height: 82vw !important;
		min-height: 0 !important;
		aspect-ratio: auto;
	}

	body.single-product.lb-product-template .woocommerce-product-gallery .flex-viewport {
		overflow: hidden !important;
	}

	body.single-product.lb-product-template .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
		display: flex !important;
		width: 100% !important;
		height: 100% !important;
		transform: none !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	body.single-product.lb-product-template .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
		display: none;
	}

	body.single-product.lb-product-template .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
		display: block !important;
		float: none !important;
		flex: 0 0 100% !important;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		scroll-snap-align: start;
	}

	body.single-product.lb-product-template .woocommerce-product-gallery .flex-control-thumbs li {
		flex: 0 0 60px !important;
		width: 60px !important;
		height: 60px !important;
	}

	body.single-product.lb-product-template .summary h1.product_title,
	body.single-product.lb-product-template .summary h1.entry-title {
		font-size: 28px !important;
		line-height: 1.18 !important;
	}

	body.single-product.lb-product-template .product .summary > * {
		order: 20;
	}

	body.single-product.lb-product-template .summary .onsale,
	body.single-product.lb-product-template .summary .sale-item,
	body.single-product.lb-product-template .summary .product-label {
		order: 1;
	}

	body.single-product.lb-product-template .summary h1.product_title,
	body.single-product.lb-product-template .summary h1.entry-title {
		order: 2;
	}

	body.single-product.lb-product-template .summary .woocommerce-product-rating {
		order: 3;
	}

	body.single-product.lb-product-template .summary > p.price,
	body.single-product.lb-product-template .summary > span.price,
	body.single-product.lb-product-template .summary > div.price {
		order: 4;
	}

	body.single-product.lb-product-template .summary #shoptimizer-sticky-anchor {
		order: 5;
	}

	body.single-product.lb-product-template .summary form.cart {
		order: 6;
	}

	body.single-product.lb-product-template .summary #wc-stripe-express-checkout-element,
	body.single-product.lb-product-template .summary #wc-stripe-payment-request-wrapper,
	body.single-product.lb-product-template .summary #wcpay-payment-request-wrapper,
	body.single-product.lb-product-template .summary .ppc-button-wrapper,
	body.single-product.lb-product-template .summary .paypal-buttons,
	body.single-product.lb-product-template .summary .paypal-button-container {
		order: 7;
	}

	body.single-product.lb-product-template .summary .lb-trust-card {
		order: 8;
	}

	body.single-product.lb-product-template .summary .woocommerce-product-details__short-description,
	body.single-product.lb-product-template .summary .product-short-description {
		order: 9;
		margin-top: 12px !important;
		margin-bottom: 0 !important;
	}

	body.single-product.lb-product-template .summary form.cart {
		padding-top: 6px !important;
	}

	body.single-product.lb-product-template .summary table.variations {
		margin-bottom: 6px !important;
	}

	body.single-product.lb-product-template .summary table.variations tr {
		margin-bottom: 8px !important;
	}

	body.single-product.lb-product-template .summary #wc-stripe-express-checkout-element,
	body.single-product.lb-product-template .summary #wc-stripe-payment-request-wrapper,
	body.single-product.lb-product-template .summary #wcpay-payment-request-wrapper,
	body.single-product.lb-product-template .summary .ppc-button-wrapper,
	body.single-product.lb-product-template .summary .paypal-buttons,
	body.single-product.lb-product-template .summary .paypal-button-container {
		margin-top: 10px !important;
	}

	body.single-product.lb-product-template .lb-trust-card {
		margin-top: 14px;
	}

	body.single-product.lb-product-template .summary p.price,
	body.single-product.lb-product-template .summary > span.price,
	body.single-product.lb-product-template .summary > div.price,
	body.single-product.lb-product-template .summary .woocommerce-variation-price,
	body.single-product.lb-product-template .summary .woocommerce-variation-price .price {
		font-size: 26px !important;
	}

	body.single-product.lb-product-template .summary .woocommerce-product-details__short-description,
	body.single-product.lb-product-template .summary .product-short-description {
		font-size: 14px !important;
		line-height: 1.58 !important;
	}

	body.single-product.lb-product-template .lb-trust-card {
		grid-template-columns: 1fr;
		padding: 0;
	}

	body.single-product.lb-product-template .lb-trust-card__item,
	body.single-product.lb-product-template .lb-trust-card__item:first-child {
		padding: 13px 0;
	}

	body.single-product.lb-product-template .lb-trust-card__item + .lb-trust-card__item {
		border-top: 1px solid var(--lb-pdp-border);
		border-left: 0;
	}

	body.single-product.lb-product-template .lb-product-section,
	body.single-product.lb-product-template .related.products,
	body.single-product.lb-product-template .upsells.products {
		margin-bottom: 46px !important;
	}

	body.single-product.lb-product-template .lb-product-section > h2,
	body.single-product.lb-product-template .related.products > h2,
	body.single-product.lb-product-template .upsells.products > h2 {
		margin-bottom: 16px !important;
		font-size: 24px !important;
	}

	body.single-product.lb-product-template .lb-product-accordions {
		width: 100% !important;
		max-width: none !important;
	}

	body.single-product.lb-product-template .lb-accordion__header {
		min-height: 58px !important;
		padding: 0 !important;
		font-size: 15px !important;
	}

	body.single-product.lb-product-template .lb-accordion__content {
		width: 100% !important;
		max-width: none !important;
		padding: 10px 0 24px !important;
		font-size: 14px !important;
		line-height: 1.68 !important;
	}

	body.single-product.lb-product-template .lb-accordion__item--description .lb-accordion__content {
		font-size: 15px !important;
		line-height: 1.7 !important;
	}

	body.single-product.lb-product-template .lb-accordion__item--description .lb-accordion__content p {
		margin-bottom: 16px !important;
	}

	body.single-product.lb-product-template .lb-accordion__item--faq .lb-accordion__content {
		width: 100% !important;
		max-width: none !important;
	}

	body.single-product.lb-product-template .lb-product-faq__item {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 16px 0;
	}

	body.single-product.lb-product-template .lb-technical-list__row {
		grid-template-columns: 1fr;
		gap: 3px;
		padding: 12px 0;
	}

	body.single-product.lb-product-template .lb-technical-list dd {
		text-align: left;
	}

	body.single-product.lb-product-template .lb-accordion__item--reviews .comment-form {
		grid-template-columns: 1fr;
	}

	body.single-product.lb-product-template .lb-accordion__item--reviews .comment-form > p {
		grid-column: 1 !important;
	}

	body.single-product.lb-product-template .lb-gallery-story__grid {
		gap: 10px;
	}

	body.single-product.lb-product-template .lb-gallery-story__image img {
		padding: 8px;
	}

	body.single-product.lb-product-template .lb-usage-guide__card {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.single-product.lb-product-template .lb-usage-guide__media {
		height: auto;
		aspect-ratio: 1;
	}

	body.single-product.lb-product-template .lb-usage-guide__steps {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.single-product.lb-product-template .related.products ul.products,
	body.single-product.lb-product-template .upsells.products ul.products {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	body.single-product.lb-product-template .related.products li.product,
	body.single-product.lb-product-template .upsells.products li.product {
		display: grid !important;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 14px;
		align-items: stretch;
		padding: 10px !important;
	}

	body.single-product.lb-product-template .related.products .woocommerce-image__wrapper,
	body.single-product.lb-product-template .upsells.products .woocommerce-image__wrapper {
		min-width: 0;
	}

	body.single-product.lb-product-template .related.products li.product img,
	body.single-product.lb-product-template .upsells.products li.product img {
		height: 112px !important;
		margin: 0 !important;
		padding: 4px !important;
	}

	body.single-product.lb-product-template .related.products .woocommerce-card__header,
	body.single-product.lb-product-template .upsells.products .woocommerce-card__header {
		min-height: 112px;
		padding: 2px 0 0 !important;
	}

	body.single-product.lb-product-template .related.products .woocommerce-loop-product__title,
	body.single-product.lb-product-template .upsells.products .woocommerce-loop-product__title {
		min-height: 0;
		margin-bottom: 5px !important;
		font-size: 14px !important;
	}

	body.single-product.lb-product-template .related.products .price,
	body.single-product.lb-product-template .upsells.products .price {
		margin-bottom: 7px !important;
		font-size: 14px !important;
	}

	body.single-product.lb-product-template .related.products .button,
	body.single-product.lb-product-template .upsells.products .button {
		min-height: 36px;
		padding: 6px 9px !important;
		font-size: 12px !important;
	}

	body.single-product.lb-product-template .product_meta {
		width: calc(100% - 32px) !important;
		margin-right: 16px !important;
		margin-left: 16px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 359px) {
	body.single-product.lb-product-template .summary form.cart:not(.variations_form),
	body.single-product.lb-product-template .summary .woocommerce-variation-add-to-cart,
	body.single-product.lb-product-template .summary .woocommerce-variation-add-to-cart.variations_button {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	body.single-product.lb-product-template .summary form.cart .quantity,
	body.single-product.lb-product-template .summary form.cart .single_add_to_cart_button {
		grid-column: 1 !important;
		width: 100% !important;
	}

	body.single-product.lb-product-template .summary form.cart .quantity input.qty,
	body.single-product.lb-product-template .summary form.cart .quantity input[type="number"] {
		width: calc(100% - 32px) !important;
	}
}

@media (max-width: 640px) {
	body.single-product.lb-product-template section.related.products ul.products.columns-4,
	body.single-product.lb-product-template section.upsells.products ul.products.columns-4 {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 12px !important;
	}

	body.single-product.lb-product-template section.related.products ul.products.columns-4 > li.product,
	body.single-product.lb-product-template section.upsells.products ul.products.columns-4 > li.product {
		float: none !important;
		display: grid !important;
		grid-template-columns: 112px minmax(0, 1fr) !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product.lb-product-template *,
	body.single-product.lb-product-template *::before,
	body.single-product.lb-product-template *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
