/* PawPal Elementor Free — mockup-matched homepage */

.pawpal-elementor-page {
	padding: 0;
	overflow: hidden;
}

.pawpal-elementor-page + .site-footer,
.home .site-footer {
	margin-top: 0;
}

.pawpal-elementor-page .elementor {
	--pawpal-ef-navy: #0d1b2a;
	--pawpal-ef-coral: #ff6b6b;
	--pawpal-ef-green: #2dbe7f;
	--pawpal-ef-cream: #f7f3f0;
	--pawpal-ef-grey: #f0f2f5;
	--pawpal-ef-muted: #6b7785;
	--pawpal-ef-line: #d9dee3;
	color: var(--pawpal-ef-navy);
}

.pawpal-elementor-page .pawpal-ef-section {
	padding: 58px 18px;
}

.pawpal-elementor-page .pawpal-ef-wrap {
	width: 100%;
	max-width: 1180px;
	margin-inline: auto;
}

.pawpal-elementor-page .pawpal-ef-grey {
	background: var(--pawpal-ef-grey);
}

.pawpal-elementor-page .pawpal-ef-cream {
	background: var(--pawpal-ef-cream);
}

.pawpal-elementor-page .pawpal-ef-hero {
	position: relative;
	overflow: hidden;
	padding: 48px 18px 42px;
	background:
		radial-gradient(circle at 93% 14%, rgba(255, 107, 107, .16) 0 92px, transparent 93px),
		radial-gradient(circle at 54% 86%, rgba(45, 190, 127, .12) 0 58px, transparent 59px),
		var(--pawpal-ef-cream);
}

.pawpal-elementor-page .pawpal-ef-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: 34px;
}

.pawpal-elementor-page .pawpal-ef-hero-copy {
	position: relative;
	z-index: 2;
	align-items: flex-start;
}

.pawpal-elementor-page .pawpal-ef-eyebrow {
	width: auto;
	align-self: flex-start;
	margin-bottom: 16px;
}

.pawpal-elementor-page .pawpal-ef-eyebrow .elementor-heading-title {
	display: inline-flex;
	padding: 7px 13px;
	border-radius: 999px;
	background: var(--pawpal-ef-coral);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .055em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pawpal-elementor-page .pawpal-ef-hero-title .elementor-heading-title {
	max-width: 12ch;
	margin: 0;
	color: var(--pawpal-ef-navy);
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.06;
}

.pawpal-elementor-page .pawpal-ef-accent {
	display: block;
	color: var(--pawpal-ef-coral);
}

.pawpal-elementor-page .pawpal-ef-hero-text {
	max-width: 510px;
	margin-top: 18px;
}

.pawpal-elementor-page .pawpal-ef-hero-text p {
	margin: 0;
	color: #536170;
	font-size: 16.5px;
	line-height: 1.7;
}

.pawpal-elementor-page .pawpal-ef-button {
	width: auto;
	align-self: flex-start;
	margin-top: 23px;
}

.pawpal-elementor-page .pawpal-ef-button .elementor-button {
	min-height: 49px;
	padding: 0 27px;
	border-radius: 10px;
	background: var(--pawpal-ef-coral);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 49px;
	box-shadow: none;
}

.pawpal-elementor-page .pawpal-ef-button .elementor-button:hover,
.pawpal-elementor-page .pawpal-ef-button .elementor-button:focus {
	background: #e95858;
	color: #fff;
	transform: translateY(-1px);
}

.pawpal-elementor-page .pawpal-ef-trust-widget {
	width: 100%;
	margin-top: 28px;
}

.pawpal-elementor-page .pawpal-ef-trust-widget .trust-row {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding-top: 22px;
}

.pawpal-elementor-page .pawpal-ef-trust-widget .trust-point {
	gap: 9px;
}

.pawpal-elementor-page .pawpal-ef-trust-widget .trust-icon {
	width: 36px;
	height: 36px;
}

.pawpal-elementor-page .pawpal-ef-trust-widget .trust-point b {
	font-size: 12.5px;
}

.pawpal-elementor-page .pawpal-ef-trust-widget .trust-point span span {
	font-size: 10.5px;
}

.pawpal-elementor-page .pawpal-ef-hero-visual {
	position: relative;
	min-height: 510px;
	justify-content: center;
}

.pawpal-ef-pets {
	position: relative;
	width: min(100%, 620px);
	height: 510px;
	margin: 0 auto;
}

.pawpal-ef-pet {
	position: absolute;
	bottom: 0;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 18px 18px rgba(13, 27, 42, .13));
}

.pawpal-ef-dog {
	right: 0;
	z-index: 1;
	width: 72%;
	max-height: 510px;
}

.pawpal-ef-cat {
	left: 0;
	z-index: 2;
	width: 46%;
	max-height: 390px;
}

.pawpal-elementor-page .pawpal-ef-heading {
	display: grid;
	grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
	align-items: center;
	gap: 18px;
	width: 100%;
	margin-bottom: 28px;
}

.pawpal-elementor-page .pawpal-ef-heading::before,
.pawpal-elementor-page .pawpal-ef-heading::after {
	content: "";
	height: 1px;
	background: var(--pawpal-ef-line);
}

.pawpal-elementor-page .pawpal-ef-heading .elementor-heading-title {
	color: var(--pawpal-ef-navy);
	font-size: clamp(23px, 3vw, 31px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-align: center;
}

.pawpal-elementor-page .pawpal-ef-lead {
	max-width: 620px;
	margin: -12px auto 28px;
	color: var(--pawpal-ef-muted);
	text-align: center;
}

.pawpal-elementor-page .pawpal-ef-lead p {
	margin: 0;
}

.pawpal-elementor-page .pawpal-ef-categories-widget,
.pawpal-elementor-page .pawpal-ef-brands-widget,
.pawpal-elementor-page .pawpal-ef-products-widget {
	width: 100%;
}

.pawpal-elementor-page .pawpal-ef-categories-widget .pet-card {
	min-height: 285px;
}

.pawpal-elementor-page .pawpal-ef-categories-widget .pet-card.is-dog {
	--card-bg: #fdf0e8;
}

.pawpal-elementor-page .pawpal-ef-categories-widget .pet-card.is-cat {
	--card-bg: #e8f6ef;
	--card-button: var(--pawpal-ef-green);
}

.pawpal-elementor-page .pawpal-ef-brands-widget .brand-tile {
	min-height: 112px;
	box-shadow: 0 2px 10px rgba(13, 27, 42, .035);
}

.pawpal-elementor-page .pawpal-ef-brands-widget .brand-tile-mark img {
	max-width: 142px;
	max-height: 54px;
}

.pawpal-elementor-page .pawpal-ef-products-widget ul.products {
	margin-bottom: 0;
}

.pawpal-elementor-page .pawpal-ef-values-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pawpal-elementor-page .pawpal-ef-value-card {
	align-items: center;
	padding: 27px 23px;
	border: 1px solid #e3e7eb;
	border-radius: 18px;
	background: #fff;
	text-align: center;
	box-shadow: 0 3px 14px rgba(13, 27, 42, .04);
}

.pawpal-elementor-page .pawpal-ef-value-icon .elementor-heading-title {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 14px;
	background: #e4f6ed;
	font-size: 25px;
	line-height: 1;
}

.pawpal-elementor-page .pawpal-ef-value-title .elementor-heading-title {
	margin-bottom: 7px;
	color: var(--pawpal-ef-navy);
	font-size: 17px;
	font-weight: 700;
}

.pawpal-elementor-page .pawpal-ef-value-text {
	color: var(--pawpal-ef-muted);
	font-size: 13.5px;
}

.pawpal-elementor-page .pawpal-ef-value-text p {
	margin: 0;
}

.pawpal-elementor-page .pawpal-ef-promo-section {
	padding: 58px 18px;
	background: #fff;
}

.pawpal-elementor-page .pawpal-ef-promo {
	position: relative;
	overflow: hidden;
	align-items: flex-start;
	padding: 44px 42px;
	border-radius: 20px;
	background: var(--pawpal-ef-navy);
	color: #fff;
}

.pawpal-elementor-page .pawpal-ef-promo::after {
	content: "";
	position: absolute;
	right: -45px;
	top: -58px;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: rgba(255, 107, 107, .18);
}

.pawpal-elementor-page .pawpal-ef-promo > * {
	position: relative;
	z-index: 1;
}

.pawpal-elementor-page .pawpal-ef-promo-tag {
	width: auto;
	align-self: flex-start;
}

.pawpal-elementor-page .pawpal-ef-promo-tag .elementor-heading-title {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--pawpal-ef-coral);
	color: #fff;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pawpal-elementor-page .pawpal-ef-promo-title .elementor-heading-title {
	max-width: 16ch;
	margin: 15px 0 10px;
	color: #fff;
	font-size: clamp(28px, 4vw, 38px);
	font-weight: 700;
	line-height: 1.15;
}

.pawpal-elementor-page .pawpal-ef-promo-text {
	max-width: 610px;
	color: rgba(255, 255, 255, .78);
}

.pawpal-elementor-page .pawpal-ef-promo-text p {
	margin: 0;
}

.pawpal-elementor-page .pawpal-ef-newsletter {
	align-items: center;
	padding-top: 52px;
	padding-bottom: 52px;
	text-align: center;
}

.pawpal-elementor-page .pawpal-ef-newsletter-title .elementor-heading-title {
	color: var(--pawpal-ef-navy);
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 700;
}

.pawpal-elementor-page .pawpal-ef-newsletter-text {
	max-width: 640px;
	margin: 10px auto 0;
	color: var(--pawpal-ef-muted);
}

.pawpal-elementor-page .pawpal-ef-newsletter .pawpal-ef-button {
	align-self: center;
	margin-top: 17px;
}

.pawpal-ef-empty {
	margin: 0;
	padding: 18px;
	border: 1px dashed #cfd5db;
	border-radius: 10px;
	background: #fff;
	color: #6b7785;
	text-align: center;
}

@media (max-width: 959px) {
	.pawpal-elementor-page .pawpal-ef-hero-inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.pawpal-elementor-page .pawpal-ef-hero-copy {
		align-items: center;
		text-align: center;
	}

	.pawpal-elementor-page .pawpal-ef-eyebrow,
	.pawpal-elementor-page .pawpal-ef-button {
		align-self: center;
	}

	.pawpal-elementor-page .pawpal-ef-hero-title .elementor-heading-title,
	.pawpal-elementor-page .pawpal-ef-hero-text {
		margin-inline: auto;
	}

	.pawpal-elementor-page .pawpal-ef-hero-visual {
		min-height: 440px;
	}

	.pawpal-ef-pets {
		height: 440px;
	}

	.pawpal-ef-dog {
		max-height: 440px;
	}

	.pawpal-ef-cat {
		max-height: 340px;
	}
}

@media (max-width: 767px) {
	.pawpal-elementor-page .pawpal-ef-section,
	.pawpal-elementor-page .pawpal-ef-promo-section {
		padding: 42px 16px;
	}

	.pawpal-elementor-page .pawpal-ef-hero {
		padding: 38px 16px 26px;
	}

	.pawpal-elementor-page .pawpal-ef-hero-title .elementor-heading-title {
		font-size: 40px;
	}

	.pawpal-elementor-page .pawpal-ef-trust-widget .trust-row {
		grid-template-columns: 1fr;
		max-width: 310px;
		margin-inline: auto;
	}

	.pawpal-elementor-page .pawpal-ef-hero-visual {
		min-height: 340px;
	}

	.pawpal-ef-pets {
		height: 340px;
	}

	.pawpal-ef-dog {
		width: 74%;
		max-height: 340px;
	}

	.pawpal-ef-cat {
		width: 49%;
		max-height: 260px;
	}

	.pawpal-elementor-page .pawpal-ef-heading {
		gap: 11px;
		margin-bottom: 23px;
	}

	.pawpal-elementor-page .pawpal-ef-heading .elementor-heading-title {
		font-size: 23px;
	}

	.pawpal-elementor-page .pawpal-ef-values-grid {
		grid-template-columns: 1fr;
	}

	.pawpal-elementor-page .pawpal-ef-promo {
		padding: 32px 24px;
	}
}

@media (max-width: 430px) {
	.pawpal-elementor-page .pawpal-ef-hero-title .elementor-heading-title {
		font-size: 35px;
	}

	.pawpal-elementor-page .pawpal-ef-hero-visual {
		min-height: 285px;
	}

	.pawpal-ef-pets {
		height: 285px;
	}

	.pawpal-ef-dog {
		max-height: 285px;
	}

	.pawpal-ef-cat {
		max-height: 220px;
	}

	.pawpal-elementor-page .pawpal-ef-heading {
		grid-template-columns: 20px 1fr 20px;
	}
}

/*
 * WooCommerce single product
 * Gallery on the left, buying information on the right, long-form details below.
 */
body.single-product .shop-main {
	padding: 24px 0 64px;
	background: #fff;
}

body.single-product .shop-main > .wrap {
	width: 100%;
	max-width: 1180px;
}

body.single-product .shop-main .crumb {
	margin-bottom: 22px;
	padding-top: 0;
}

body.single-product div.product {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr) !important;
	column-gap: clamp(34px, 5vw, 64px);
	row-gap: 48px;
	align-items: start;
	width: 100%;
}

body.single-product div.product::before,
body.single-product div.product::after {
	display: none !important;
	content: none !important;
}

body.single-product div.product > div.images,
body.single-product div.product > .woocommerce-product-gallery {
	position: relative !important;
	grid-column: 1;
	grid-row: 1;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
}

body.single-product div.product > div.summary,
body.single-product div.product > .summary {
	grid-column: 2;
	grid-row: 1;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 3px 0 0;
}

body.single-product .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
}

body.single-product .woocommerce-product-gallery__image {
	overflow: hidden;
	min-height: clamp(430px, 46vw, 590px);
	border: 1px solid #e4e8ec !important;
	border-radius: 20px !important;
	background: #f7f3f0 !important;
}

body.single-product .woocommerce-product-gallery__image a {
	display: grid;
	place-items: center;
	min-height: inherit;
	padding: clamp(20px, 3vw, 38px);
}

body.single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-height: 520px;
	margin: 0 auto;
	object-fit: contain !important;
	object-position: center;
}

body.single-product div.product div.images .flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin: 12px 0 0 !important;
	padding: 0;
	list-style: none;
}

body.single-product div.product div.images .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

body.single-product div.product div.images .flex-control-thumbs img {
	width: 100% !important;
	aspect-ratio: 1;
	padding: 5px;
	border: 1.5px solid #e0e5e9;
	border-radius: 10px;
	background: #fff;
	object-fit: contain;
	opacity: .7;
}

body.single-product div.product div.images .flex-control-thumbs img.flex-active,
body.single-product div.product div.images .flex-control-thumbs img:hover {
	border-color: #ff6b6b;
	opacity: 1;
}

body.single-product div.product div.images .woocommerce-product-gallery__trigger {
	top: 15px;
	right: 15px;
	width: 42px;
	height: 42px;
	border: 1px solid #e4e8ec;
	background: #fff;
	box-shadow: 0 5px 18px rgba(13, 27, 42, .09);
}

body.single-product div.product .summary .single-brand {
	display: inline-flex;
	margin: 0 0 11px;
	padding: 6px 11px;
	border-radius: 999px;
	background: #e4f4ec;
	color: #1c7551;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.single-product div.product .summary .product_title {
	margin: 0 0 13px;
	color: #0d1b2a;
	font-size: clamp(30px, 3.4vw, 43px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.12;
}

body.single-product div.product .summary .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 15px;
	font-size: 13px;
}

body.single-product div.product .summary p.price,
body.single-product div.product .summary span.price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 18px;
	color: #0d1b2a;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.2;
}

body.single-product div.product .summary p.price del,
body.single-product div.product .summary span.price del {
	color: #7c8791;
	font-size: 16px;
	font-weight: 400;
}

body.single-product div.product .summary p.price ins,
body.single-product div.product .summary span.price ins {
	color: #e85d5d;
	text-decoration: none;
}

body.single-product div.product .woocommerce-product-details__short-description {
	margin: 0 0 21px;
	color: #4a5763;
	font-size: 15px;
	line-height: 1.75;
}

body.single-product div.product .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}

body.single-product div.product form.cart {
	width: 100%;
	margin: 0 0 22px !important;
	padding: 18px;
	border: 1px solid #e4e8ec;
	border-radius: 15px;
	background: #f7f3f0;
}

body.single-product div.product form.cart:not(.variations_form),
body.single-product div.product form.cart .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	gap: 11px;
	flex-wrap: wrap;
}

body.single-product div.product form.cart.variations_form {
	display: block !important;
}

body.single-product div.product form.cart .variations {
	display: block;
	width: 100%;
	margin: 0 0 14px;
	border: 0;
}

body.single-product div.product form.cart .variations tbody,
body.single-product div.product form.cart .variations tr,
body.single-product div.product form.cart .variations th,
body.single-product div.product form.cart .variations td {
	display: block;
	width: 100%;
}

body.single-product div.product form.cart .variations tr + tr {
	margin-top: 13px;
}

body.single-product div.product form.cart .variations th,
body.single-product div.product form.cart .variations td {
	padding: 0 0 6px;
	text-align: left;
}

body.single-product div.product form.cart .variations label {
	color: #0d1b2a;
	font-size: 13px;
	font-weight: 700;
}

body.single-product div.product form.cart .variations select {
	display: block;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 42px 0 14px;
	border: 1.5px solid #d3d9df;
	border-radius: 10px;
	background-color: #fff;
	color: #0d1b2a;
	font: inherit;
}

body.single-product div.product form.cart .reset_variations {
	display: inline-flex;
	margin-top: 7px;
	color: #6b7785;
	font-size: 12.5px;
	text-decoration: underline;
}

body.single-product div.product .single_variation {
	margin: 0 0 13px;
}

body.single-product div.product form.cart .quantity {
	float: none !important;
	margin: 0 !important;
}

body.single-product div.product form.cart .quantity .qty {
	width: 84px;
	height: 50px;
	border: 1.5px solid #d3d9df;
	border-radius: 10px;
	background: #fff;
}

body.single-product div.product form.cart .single_add_to_cart_button {
	float: none !important;
	min-width: 190px;
	min-height: 50px;
	margin: 0 !important;
	padding: 0 25px;
	border-radius: 10px;
	background: #ff6b6b;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

body.single-product div.product form.cart .single_add_to_cart_button:hover,
body.single-product div.product form.cart .single_add_to_cart_button:focus {
	background: #e95858;
	color: #fff;
}

body.single-product div.product .stock {
	margin: 0 0 12px;
	color: #1c7551;
}

body.single-product div.product .product_meta {
	display: grid;
	gap: 7px;
	margin-top: 0;
	padding-top: 18px;
	border-top: 1px solid #e4e8ec;
	color: #6b7785;
	font-size: 12.5px;
	line-height: 1.55;
}

body.single-product div.product .product_meta a {
	color: #0d1b2a;
	font-weight: 500;
}

body.single-product div.product .single-trust {
	margin-top: 17px;
}

body.single-product div.product > .woocommerce-tabs,
body.single-product div.product > .related,
body.single-product div.product > .upsells,
body.single-product div.product > section {
	grid-column: 1 / -1 !important;
	width: 100%;
	min-width: 0;
	margin: 0;
	clear: both;
}

body.single-product div.product > .woocommerce-tabs {
	padding-top: 38px;
	border-top: 1px solid #e4e8ec;
}

body.single-product div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	margin: 0 0 23px;
	padding: 0;
	border: 0;
	list-style: none;
}

body.single-product div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

body.single-product div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 1.5px solid #d3d9df;
	border-radius: 999px;
	background: #fff;
}

body.single-product div.product .woocommerce-tabs ul.tabs li::before,
body.single-product div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

body.single-product div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 10px 19px;
	color: #0d1b2a;
	font-size: 13.5px;
	font-weight: 700;
}

body.single-product div.product .woocommerce-tabs ul.tabs li.active {
	border-color: #0d1b2a;
	background: #0d1b2a;
}

body.single-product div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

body.single-product div.product .woocommerce-Tabs-panel {
	max-width: 920px;
	color: #4a5763;
	font-size: 15px;
	line-height: 1.8;
}

body.single-product div.product .woocommerce-Tabs-panel h2 {
	margin: 0 0 17px;
	color: #0d1b2a;
	font-size: clamp(23px, 3vw, 31px);
}

body.single-product div.product .woocommerce-Tabs-panel img {
	height: auto;
	max-width: 100%;
}

body.single-product div.product > .related > h2,
body.single-product div.product > .upsells > h2 {
	margin: 0 0 22px;
	color: #0d1b2a;
	font-size: clamp(23px, 3vw, 31px);
}

@media (max-width: 899px) {
	body.single-product div.product {
		grid-template-columns: minmax(0, 1fr) !important;
		row-gap: 30px;
	}

	body.single-product div.product > div.images,
	body.single-product div.product > .woocommerce-product-gallery,
	body.single-product div.product > div.summary,
	body.single-product div.product > .summary {
		grid-column: 1;
		grid-row: auto;
	}

	body.single-product .woocommerce-product-gallery__image {
		min-height: 0;
	}

	body.single-product .woocommerce-product-gallery__image a {
		min-height: 0;
	}

	body.single-product div.product .summary .product_title {
		font-size: clamp(28px, 7vw, 38px);
	}

	body.single-product div.product > .woocommerce-tabs {
		padding-top: 30px;
	}
}

@media (max-width: 520px) {
	body.single-product .shop-main {
		padding-bottom: 46px;
	}

	body.single-product div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.single-product div.product form.cart {
		padding: 15px;
	}

	body.single-product div.product form.cart:not(.variations_form),
	body.single-product div.product form.cart .woocommerce-variation-add-to-cart {
		align-items: stretch;
	}

	body.single-product div.product form.cart .quantity,
	body.single-product div.product form.cart .quantity .qty,
	body.single-product div.product form.cart .single_add_to_cart_button {
		width: 100%;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs {
		gap: 6px;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs li a {
		padding: 9px 14px;
		font-size: 12.5px;
	}
}
