.petbuy-single-product {
	--petbuy-product-accent: #f87537;
	--petbuy-product-accent-strong: #de642d;
	--petbuy-product-accent-soft: rgba(248, 117, 55, 0.12);
	--petbuy-product-ink: #2c241e;
	--petbuy-product-muted: #766d67;
	--petbuy-product-surface: #fffdfb;
	--petbuy-product-surface-soft: #faf7f2;
	--petbuy-product-surface-deep: #f4ede5;
	--petbuy-product-line: rgba(44, 36, 30, 0.08);
	--petbuy-product-shadow: 0 18px 40px rgba(62, 41, 20, 0.08);
	--petbuy-product-radius-lg: 32px;
	--petbuy-product-radius-md: 22px;
	--petbuy-product-radius-sm: 16px;
	color: var(--petbuy-product-ink);
	padding-bottom: 5rem;
}

.petbuy-single-product__hero,
.petbuy-single-product__content,
.petbuy-single-product__upsell,
.petbuy-single-product__related-products {
	margin-top: 2rem;
}

.petbuy-single-product__gallery-card,
.petbuy-single-product__summary-card,
.petbuy-single-product__panel,
.petbuy-single-product__upsell-card,
.petbuy-single-product__upsell-media {
	background: var(--petbuy-product-surface);
	border: 1px solid var(--petbuy-product-line);
	border-radius: var(--petbuy-product-radius-lg);
	box-shadow: var(--petbuy-product-shadow);
}

.petbuy-single-product__gallery-card,
.petbuy-single-product__summary-card {
	position: relative;
	overflow: hidden;
}

.petbuy-single-product__gallery-card {
	padding: 1.25rem;
	background:
		linear-gradient(180deg, rgba(248, 117, 55, 0.08), rgba(248, 117, 55, 0) 36%),
		var(--petbuy-product-surface);
}

.petbuy-single-product__gallery-card::before,
.petbuy-single-product__gallery-card::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.28;
	pointer-events: none;
}

.petbuy-single-product__gallery-card::before {
	width: 124px;
	height: 124px;
	top: 1rem;
	left: -0.25rem;
	background-image: url("../../../../uploads/ufficiale/impronta1-alto-sinistra-gallery.svg");
}

.petbuy-single-product__gallery-card::after {
	width: 132px;
	height: 132px;
	right: -0.5rem;
	bottom: 0.5rem;
	background-image: url("../../../../uploads/ufficiale/impronta2-basso-destra-gallery.svg");
}

.petbuy-single-product__gallery-top,
.petbuy-single-product__summary-head,
.petbuy-single-product__section-heading,
.petbuy-single-product__panel-head,
.petbuy-single-product__review-head,
.petbuy-single-product__spec-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.petbuy-single-product__gallery-top {
	margin-bottom: 1rem;
}

.petbuy-single-product__badge-list,
.petbuy-single-product__stat-row,
.petbuy-single-product__upsell-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.petbuy-single-product__badge,
.petbuy-single-product__photo-count,
.petbuy-single-product__stat-chip {
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.petbuy-single-product__badge {
	padding: 0.5rem 0.85rem;
}

.petbuy-single-product__badge--new {
	background: rgba(248, 117, 55, 0.12);
	color: var(--petbuy-product-accent-strong);
}

.petbuy-single-product__badge--sale {
	background: rgba(234, 184, 0, 0.14);
	color: #8a6800;
}

.petbuy-single-product__badge--featured {
	background: rgba(58, 129, 84, 0.12);
	color: #2d7147;
}

.petbuy-single-product__photo-count,
.petbuy-single-product__stat-chip {
	padding: 0.7rem 0.95rem;
	background: var(--petbuy-product-surface-soft);
	color: var(--petbuy-product-ink);
}

.petbuy-single-product__stat-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	border: 1px solid transparent;
}

.petbuy-single-product__stat-chip--stock strong,
.petbuy-single-product__stat-chip--stock span {
	color: inherit;
}

.petbuy-single-product__stat-chip--success {
	background: rgba(46, 125, 50, 0.12);
	border-color: rgba(46, 125, 50, 0.18);
	color: #1f6b37;
}

.petbuy-single-product__stat-chip--danger {
	background: rgba(198, 40, 40, 0.12);
	border-color: rgba(198, 40, 40, 0.18);
	color: #b42318;
}

.petbuy-single-product__stat-chip--warning {
	background: rgba(234, 179, 8, 0.16);
	border-color: rgba(234, 179, 8, 0.22);
	color: #8a6800;
}

.petbuy-product-gallery__main {
	min-height: 520px;
	padding: 3rem;
	border-radius: var(--petbuy-product-radius-md);
	background:
		radial-gradient(circle at top right, rgba(248, 117, 55, 0.14), transparent 38%),
		var(--petbuy-product-surface-soft);
	border: 1px solid rgba(248, 117, 55, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
}

.petbuy-product-gallery__img {
	max-width: 100%;
	max-height: 430px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.petbuy-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
	gap: 0.9rem;
	margin-top: 1rem;
}

.petbuy-product-thumb {
	padding: 0;
	background: #fff;
	border: 1px solid rgba(44, 36, 30, 0.08);
	border-radius: var(--petbuy-product-radius-sm);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.petbuy-product-thumb:hover,
.petbuy-product-thumb:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(248, 117, 55, 0.4);
	box-shadow: 0 10px 25px rgba(248, 117, 55, 0.12);
	outline: none;
}

.petbuy-product-thumb.is-active {
	border-color: var(--petbuy-product-accent);
	box-shadow: 0 0 0 3px rgba(248, 117, 55, 0.15);
}

.petbuy-product-thumb__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.petbuy-single-product__summary-card {
	padding: 1.6rem;
	background:
		radial-gradient(circle at top left, rgba(248, 117, 55, 0.14), transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 247, 242, 0.98));
}

.petbuy-single-product__summary-head {
	margin-bottom: 1rem;
}

.petbuy-single-product__eyebrow {
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--petbuy-product-accent-strong);
}

.petbuy-single-product__title {
	margin: 0.4rem 0 0.4rem;
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 0.97;
	letter-spacing: -0.03em;
}

.petbuy-single-product__subtitle,
.petbuy-single-product__summary-copy,
.petbuy-single-product__empty-copy-inline,
.petbuy-single-product__review-card p,
.petbuy-single-product__spec-row dt,
.petbuy-single-product__taxonomy-pill small,
.petbuy-single-product__tip-list,
.petbuy-single-product__trust-item p,
.petbuy-single-product__upsell-copy {
	color: var(--petbuy-product-muted);
}

.petbuy-single-product__subtitle {
	margin: 0;
	font-size: 1rem;
}

.petbuy-single-product__seller-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.55rem;
	margin: 0 0 0.45rem;
	font-size: 0.98rem;
}

.petbuy-single-product__seller-label {
	color: var(--petbuy-product-muted);
	font-weight: 600;
}

.petbuy-single-product__seller-name {
	color: var(--petbuy-product-accent-strong);
	font-weight: 800;
	text-decoration: none;
}

a.petbuy-single-product__seller-name:hover,
a.petbuy-single-product__seller-name:focus-visible {
	text-decoration: underline;
}

.petbuy-single-product__wishlist {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(44, 36, 30, 0.08);
	border-radius: 999px;
	box-shadow: 0 10px 20px rgba(44, 36, 30, 0.06);
}

.petbuy-single-product__rating-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 1rem;
}

.petbuy-single-product__rating-row strong {
	font-size: 1rem;
}

.petbuy-single-product__stars {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.petbuy-single-product__stars img {
	width: 17px;
	height: 17px;
}

.petbuy-single-product__price-wrap {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-bottom: 1.2rem;
}

.petbuy-single-product__price-main,
.petbuy-single-product__price-rich,
.petbuy-single-product__price-rich .woocommerce-Price-amount,
.petbuy-single-product__price-rich ins .woocommerce-Price-amount,
.petbuy-single-product__price-rich ins {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
	font-weight: 800;
	color: var(--petbuy-product-ink);
}

.petbuy-single-product__price-main .woocommerce-Price-currencySymbol,
.petbuy-single-product__price-rich .woocommerce-Price-currencySymbol {
	font-size: 0.8em;
}

.petbuy-single-product__price-rich del,
.petbuy-single-product__price-rich del .woocommerce-Price-amount,
.petbuy-single-product__price-regular {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--petbuy-product-muted);
	text-decoration: line-through;
}

.petbuy-single-product__price-rich ins {
	text-decoration: none;
}

.petbuy-single-product__quick-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 1.4rem 0;
}

.petbuy-single-product__quick-spec {
	padding: 1rem 1.1rem;
	border-radius: var(--petbuy-product-radius-sm);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(44, 36, 30, 0.06);
}

.petbuy-single-product__quick-spec dt {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--petbuy-product-muted);
	margin-bottom: 0.45rem;
}

.petbuy-single-product__quick-spec dd {
	margin: 0;
	font-weight: 700;
	line-height: 1.35;
}

.petbuy-single-product__cta-group {
	display: grid;
	gap: 0.9rem;
}

.petbuy-single-product__purchase {
	padding: 1rem;
	border-radius: var(--petbuy-product-radius-md);
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(44, 36, 30, 0.06);
}

.petbuy-single-product__purchase-form {
	margin: 0;
}

.petbuy-single-product__purchase--simple {
	display: grid;
	gap: 0.85rem;
}

.petbuy-single-product__purchase-form {
	display: grid;
	grid-template-columns: minmax(180px, auto) minmax(0, 1fr);
	gap: 0.85rem;
	align-items: stretch;
}

.petbuy-single-product__purchase-form > .petbuy-single-product__quantity {
	grid-column: 1;
	grid-row: 1;
}

.petbuy-single-product__purchase-form > .petbuy-single-product__cart-cta {
	grid-column: 2;
	grid-row: 1;
}

.petbuy-single-product__quantity {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.35rem 0.55rem;
	background: #fff;
	border: 1px solid rgba(44, 36, 30, 0.08);
	border-radius: 999px;
}

.petbuy-single-product__quantity-button {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 999px;
	background: var(--petbuy-product-surface-soft);
	color: var(--petbuy-product-ink);
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 700;
}

.petbuy-single-product__quantity .quantity {
	margin: 0;
}

.petbuy-single-product__quantity input.qty,
.petbuy-single-product .variations_form input.qty {
	width: 52px;
	border: none;
	box-shadow: none;
	background: transparent;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	padding: 0;
	color: var(--petbuy-product-ink);
	-moz-appearance: textfield;
}

.petbuy-single-product__quantity input.qty::-webkit-outer-spin-button,
.petbuy-single-product__quantity input.qty::-webkit-inner-spin-button,
.petbuy-single-product .variations_form input.qty::-webkit-outer-spin-button,
.petbuy-single-product .variations_form input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.petbuy-single-product__secondary-cta,
.petbuy-single-product__primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 58px;
	border-radius: 999px;
	font-weight: 700;
	padding: 0.95rem 1.35rem;
	text-decoration: none;
}

.petbuy-single-product__secondary-cta {
	border: 1px solid rgba(248, 117, 55, 0.28);
	background: linear-gradient(180deg, rgba(248, 117, 55, 0.12), rgba(248, 117, 55, 0.06));
	color: var(--petbuy-product-accent) !important;
}

.petbuy-single-product__secondary-cta:hover,
.petbuy-single-product__secondary-cta:focus-visible {
	background: linear-gradient(180deg, rgba(248, 117, 55, 0.18), rgba(248, 117, 55, 0.1));
	color: var(--petbuy-product-accent-strong) !important;
}

.petbuy-single-product__secondary-cta img {
	width: 22px;
	height: 22px;
}

.petbuy-single-product .petbuy-single-product__cart-cta,
.petbuy-single-product .variations_button .single_add_to_cart_button {
	width: 100%;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 58px;
	padding: 16px 22px;
	border: none;
	border-radius: 16px;
	background: linear-gradient(90deg, #ff8a3c 0%, #ff7116 100%);
	box-shadow: 0 18px 35px rgba(255, 122, 28, 0.35);
	color: #fff !important;
	font-weight: 800;
	font-size: 1rem;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.petbuy-single-product .petbuy-single-product__cart-cta:hover,
.petbuy-single-product .petbuy-single-product__cart-cta:focus-visible,
.petbuy-single-product .variations_button .single_add_to_cart_button:hover,
.petbuy-single-product .variations_button .single_add_to_cart_button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 22px 40px rgba(255, 122, 28, 0.4);
	color: #fff !important;
}

.petbuy-single-product .petbuy-single-product__cart-cta.is-loading,
.petbuy-single-product .petbuy-single-product__cart-cta[aria-busy="true"],
.petbuy-single-product .variations_button .single_add_to_cart_button.is-loading,
.petbuy-single-product .variations_button .single_add_to_cart_button[aria-busy="true"] {
	opacity: 0.82;
	transform: none;
	box-shadow: 0 14px 28px rgba(255, 122, 28, 0.28);
}

.petbuy-single-product .petbuy-single-product__cart-cta:disabled,
.petbuy-single-product .variations_button .single_add_to_cart_button:disabled,
.petbuy-single-product .variations_button .single_add_to_cart_button.disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.petbuy-single-product__primary-cta {
	width: 100%;
}

.petbuy-single-product__subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 1rem;
	border-radius: var(--petbuy-product-radius-sm);
	background: var(--petbuy-product-surface-soft);
}

.petbuy-single-product__subtotal strong {
	font-size: 1.1rem;
}

.petbuy-single-product__trust-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.petbuy-single-product__trust-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.85rem;
	border-radius: var(--petbuy-product-radius-sm);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(44, 36, 30, 0.06);
	min-height: 100%;
}

.petbuy-single-product__trust-item--cards {
	grid-column: 1 / -1;
}

.petbuy-single-product__trust-item img {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	object-fit: contain;
}

.petbuy-single-product__trust-item strong {
	display: block;
	margin-bottom: 0.2rem;
}

.petbuy-single-product__trust-item p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
}

.petbuy-single-product__panel,
.petbuy-single-product__upsell-card {
	padding: 1.6rem;
}

.petbuy-single-product__hero-media-stack,
.petbuy-single-product__hero-sidebar-stack,
.petbuy-single-product__content-stack {
	display: grid;
	gap: 1.5rem;
}

.petbuy-single-product__hero-sidebar-stack > * {
	width: 100%;
}

.petbuy-single-product__panel--sticky {
	position: sticky;
	top: 2rem;
}

.petbuy-single-product__panel--accent {
	background:
		radial-gradient(circle at top left, rgba(248, 117, 55, 0.12), transparent 40%),
		var(--petbuy-product-surface);
}

.petbuy-single-product__section-title {
	margin: 0.35rem 0 0;
	font-size: clamp(1.6rem, 2vw, 2.15rem);
	line-height: 1.05;
}

.petbuy-single-product__description-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(230px, 0.9fr);
	gap: 1.25rem;
	margin-top: 1rem;
	align-items: start;
}

.petbuy-single-product__description-full[hidden] {
	display: none !important;
}

.petbuy-single-product__description-full,
.petbuy-single-product__summary-copy,
.petbuy-single-product__upsell-copy {
	font-size: 1rem;
	line-height: 1.72;
}

.petbuy-single-product__description-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: 0.6rem;
	padding: 0;
	border: none;
	background: transparent;
	color: var(--petbuy-product-accent-strong);
	font-weight: 700;
}

.petbuy-single-product__description-toggle-icon {
	width: 0.7rem;
	height: 0.7rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.petbuy-single-product__description-toggle[aria-expanded="true"] .petbuy-single-product__description-toggle-icon {
	transform: rotate(-135deg);
}

.petbuy-single-product__description-aside {
	padding: 1rem;
	border-radius: var(--petbuy-product-radius-sm);
	background: var(--petbuy-product-surface-soft);
	border: 1px solid rgba(44, 36, 30, 0.06);
}

.petbuy-single-product__overview-stack,
.petbuy-single-product__compact-specs {
	display: grid;
	gap: 0.9rem;
}

.petbuy-single-product__panel-subsection {
	padding-top: 1rem;
	border-top: 1px solid rgba(44, 36, 30, 0.08);
}

.petbuy-single-product__panel-subsection--soft {
	padding: 1rem;
	border-top: none;
	border-radius: var(--petbuy-product-radius-sm);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(44, 36, 30, 0.06);
}

.petbuy-single-product__panel-subtitle {
	display: inline-block;
	margin-bottom: 0.8rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--petbuy-product-muted);
}

.petbuy-single-product__compact-spec {
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(44, 36, 30, 0.08);
}

.petbuy-single-product__compact-spec:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.petbuy-single-product__compact-spec dt,
.petbuy-single-product__compact-spec dd {
	margin: 0;
}

.petbuy-single-product__compact-spec dt {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--petbuy-product-muted);
	margin-bottom: 0.35rem;
}

.petbuy-single-product__compact-spec dd {
	font-weight: 700;
	line-height: 1.4;
}

.petbuy-single-product__review-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.petbuy-single-product__panel--reviews {
	display: flex;
	flex-direction: column;
}

.petbuy-single-product__review-composer {
	margin-bottom: 1.1rem;
	padding: 1.2rem;
	border-radius: var(--petbuy-product-radius-sm);
	background: linear-gradient(180deg, rgba(248, 117, 55, 0.08), rgba(248, 117, 55, 0.02));
	border: 1px solid rgba(248, 117, 55, 0.16);
}

.petbuy-single-product__review-form-head {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.85rem;
}

.petbuy-single-product__review-form-title {
	margin: 0.25rem 0 0;
	font-size: 1.2rem;
}

.petbuy-single-product__review-form-copy,
.petbuy-single-product__review-status p,
.petbuy-single-product__review-status small {
	margin: 0;
	color: var(--petbuy-product-muted);
}

.petbuy-single-product__review-form {
	display: grid;
	gap: 0.9rem;
}

.petbuy-single-product__review-form-stars {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.petbuy-single-product__review-form-star {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(44, 36, 30, 0.1);
	background: #fff;
	color: #d6c3b7;
	font-size: 1.35rem;
	transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.petbuy-single-product__review-form-star:hover,
.petbuy-single-product__review-form-star:focus-visible,
.petbuy-single-product__review-form-star.is-active {
	transform: translateY(-1px);
	border-color: rgba(248, 117, 55, 0.35);
	box-shadow: 0 8px 20px rgba(248, 117, 55, 0.12);
	color: var(--petbuy-product-accent);
	outline: none;
}

.petbuy-single-product__review-form-star:disabled {
	cursor: not-allowed;
	opacity: 0.6;
	transform: none;
}

.petbuy-single-product__review-form-textarea {
	width: 100%;
	min-height: 124px;
	padding: 0.95rem 1rem;
	border-radius: 18px;
	border: 1px solid rgba(44, 36, 30, 0.1);
	background: rgba(255, 255, 255, 0.92);
	color: var(--petbuy-product-ink);
	resize: vertical;
}

.petbuy-single-product__review-form-textarea:focus {
	outline: none;
	border-color: rgba(248, 117, 55, 0.35);
	box-shadow: 0 0 0 4px rgba(248, 117, 55, 0.12);
}

.petbuy-single-product__review-form-footer,
.petbuy-single-product__review-status-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
}

.petbuy-single-product__review-form-footer span,
.petbuy-single-product__review-status small {
	font-size: 0.92rem;
}

.petbuy-single-product__review-form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: var(--petbuy-product-accent);
	color: #fff;
	font-weight: 800;
	line-height: 1;
}

.petbuy-single-product__review-form-submit:hover,
.petbuy-single-product__review-form-submit:focus-visible {
	background: var(--petbuy-product-accent-strong);
	outline: none;
}

.petbuy-single-product__review-form-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.petbuy-single-product__review-status {
	display: grid;
	gap: 0.75rem;
}

.petbuy-single-product__review-status a {
	color: var(--petbuy-product-accent-strong);
	font-weight: 700;
	text-decoration: none;
}

.petbuy-single-product__review-status a:hover,
.petbuy-single-product__review-status a:focus-visible {
	text-decoration: underline;
}

.petbuy-single-product__panel--reviews .petbuy-single-product__empty-copy-inline {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
}

.petbuy-single-product__review-card {
	padding: 1.2rem;
	border-radius: var(--petbuy-product-radius-sm);
	background: var(--petbuy-product-surface-soft);
	border: 1px solid rgba(44, 36, 30, 0.06);
}

.petbuy-single-product__review-card p {
	margin: 0.75rem 0 0;
	line-height: 1.65;
}

.petbuy-single-product__review-head span {
	font-size: 0.92rem;
	color: var(--petbuy-product-muted);
}

.petbuy-single-product__review-stars {
	margin-top: 0.65rem;
}

.petbuy-single-product__spec-list {
	display: grid;
	gap: 0.9rem;
	margin: 0;
}

.petbuy-single-product__spec-row {
	padding-bottom: 0.9rem;
	border-bottom: 1px solid rgba(44, 36, 30, 0.08);
}

.petbuy-single-product__spec-row:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.petbuy-single-product__spec-row dt,
.petbuy-single-product__spec-row dd {
	margin: 0;
}

.petbuy-single-product__spec-row dd {
	max-width: 52%;
	text-align: right;
	font-weight: 700;
	line-height: 1.4;
}

.petbuy-single-product__taxonomy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.petbuy-single-product__taxonomy-pill {
	flex: 1 1 160px;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 1rem 1.1rem;
	border-radius: var(--petbuy-product-radius-sm);
	background: var(--petbuy-product-surface-soft);
	border: 1px solid rgba(44, 36, 30, 0.06);
	text-decoration: none;
	color: inherit;
}

.petbuy-single-product__taxonomy-pill strong {
	font-size: 1rem;
	line-height: 1.3;
}

.petbuy-single-product__tip-list {
	margin: 0;
	padding-left: 1.15rem;
	line-height: 1.7;
}

.petbuy-single-product__tip-list--compact {
	padding-left: 1rem;
	font-size: 0.96rem;
	line-height: 1.55;
}

.petbuy-single-product__tip-list li + li {
	margin-top: 0.55rem;
}

.petbuy-single-product__upsell-media {
	padding: 2rem;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at top right, rgba(248, 117, 55, 0.16), transparent 45%),
		var(--petbuy-product-surface-soft);
}

.petbuy-single-product__upsell-media img {
	max-width: 100%;
	max-height: 360px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.petbuy-single-product__upsell-product {
	margin-top: 1.2rem;
	padding: 1rem;
	border-radius: var(--petbuy-product-radius-sm);
	background: var(--petbuy-product-surface-soft);
	border: 1px solid rgba(44, 36, 30, 0.06);
}

.petbuy-single-product__upsell-product-copy strong {
	display: block;
	font-size: 1.1rem;
	margin-bottom: 0.35rem;
}

.petbuy-single-product__section-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--petbuy-product-accent-strong);
	font-weight: 700;
	text-decoration: none;
}

.petbuy-single-product__section-link img {
	width: 16px;
	height: 16px;
}

.petbuy-single-product .variations_form {
	display: grid;
	gap: 1rem;
}

.petbuy-single-product .variations {
	width: 100%;
	margin: 0;
}

.petbuy-single-product .variations th,
.petbuy-single-product .variations td {
	padding: 0.35rem 0;
	border: none;
}

.petbuy-single-product .variations label {
	font-weight: 700;
	color: var(--petbuy-product-ink);
}

.petbuy-single-product .variations select {
	width: 100%;
	min-height: 52px;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(44, 36, 30, 0.12);
	border-radius: 18px;
	background: #fff;
	color: var(--petbuy-product-ink);
}

.petbuy-single-product .reset_variations {
	display: inline-flex !important;
	margin-top: 0.4rem;
	color: var(--petbuy-product-accent-strong);
	font-weight: 700;
	text-decoration: none;
}

.petbuy-single-product .single_variation_wrap {
	display: grid;
	gap: 0.85rem;
}

.petbuy-single-product .woocommerce-variation-price {
	font-weight: 800;
	font-size: 1.1rem;
	color: var(--petbuy-product-ink);
}

.petbuy-single-product .woocommerce-variation-price .price,
.petbuy-single-product .woocommerce-variation-price .woocommerce-Price-amount,
.petbuy-single-product .woocommerce-variation-price ins,
.petbuy-single-product .woocommerce-variation-price ins .woocommerce-Price-amount {
	font-size: 1.35rem !important;
	font-weight: 800 !important;
}

.petbuy-single-product .woocommerce-variation-price del,
.petbuy-single-product .woocommerce-variation-price del .woocommerce-Price-amount {
	font-size: 1rem !important;
	color: var(--petbuy-product-muted);
}

.petbuy-single-product .variations_button {
	display: grid;
	grid-template-columns: minmax(180px, auto) minmax(0, 1fr);
	gap: 0.85rem;
	align-items: stretch;
}

.petbuy-single-product .variations_button .quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	border: 1px solid rgba(44, 36, 30, 0.08);
	background: #fff;
	margin: 0;
}

.petbuy-single-product .variations_button .single_add_to_cart_button {
	border-color: transparent;
}

.petbuy-single-product .stock {
	margin: 0;
	font-weight: 700;
	color: #2d7147;
}

@media (max-width: 1199.98px) {
	.petbuy-product-gallery__thumbs {
	grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
	}

	.petbuy-single-product__purchase-form,
	.petbuy-single-product .variations_button {
		grid-template-columns: 1fr;
	}

	.petbuy-single-product__purchase-form > .petbuy-single-product__quantity,
	.petbuy-single-product__purchase-form > .petbuy-single-product__cart-cta,
	.petbuy-single-product .variations_button .quantity,
	.petbuy-single-product .variations_button .single_add_to_cart_button {
		grid-column: auto;
		grid-row: auto;
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.petbuy-single-product {
		padding-bottom: 4rem;
	}

	.petbuy-product-gallery__main {
		min-height: 400px;
		padding: 2rem;
	}

	.petbuy-single-product__quick-specs {
		grid-template-columns: 1fr 1fr;
	}

	.petbuy-single-product__panel--sticky {
		position: static;
	}

	.petbuy-single-product__description-layout,
	.petbuy-single-product__review-list {
		grid-template-columns: 1fr;
	}

	.petbuy-single-product__review-form-footer,
	.petbuy-single-product__review-status-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.petbuy-single-product__purchase-form,
	.petbuy-single-product .variations_button {
		grid-template-columns: 1fr;
	}

	.petbuy-single-product__section-heading {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767.98px) {
	.petbuy-single-product__gallery-card,
	.petbuy-single-product__summary-card,
	.petbuy-single-product__panel,
	.petbuy-single-product__upsell-card,
	.petbuy-single-product__upsell-media {
		border-radius: 24px;
	}

	.petbuy-product-gallery__main {
		min-height: 320px;
		padding: 1.5rem;
	}

	.petbuy-product-gallery__img {
		max-height: 260px;
	}

	.petbuy-product-gallery__thumbs {
		display: flex;
		overflow-x: auto;
		padding-bottom: 0.35rem;
		scrollbar-width: none;
	}

	.petbuy-product-gallery__thumbs::-webkit-scrollbar {
		display: none;
	}

	.petbuy-product-thumb {
		flex: 0 0 86px;
	}

	.petbuy-single-product__summary-head,
	.petbuy-single-product__gallery-top,
	.petbuy-single-product__review-head,
	.petbuy-single-product__spec-row {
		flex-direction: column;
	}

	.petbuy-single-product__review-form-stars {
		gap: 0.4rem;
	}

	.petbuy-single-product__review-form-star {
		width: 44px;
		height: 44px;
	}

	.petbuy-single-product__title {
		font-size: clamp(2rem, 9vw, 2.7rem);
	}

	.petbuy-single-product__quick-specs {
		grid-template-columns: 1fr;
	}

	.petbuy-single-product__trust-list {
		grid-template-columns: 1fr;
	}

	.petbuy-single-product__trust-item--cards {
		grid-column: auto;
	}

	.petbuy-single-product__stat-row {
		gap: 0.6rem;
	}

	.petbuy-single-product__stat-chip {
		width: 100%;
		justify-content: space-between;
	}

	.petbuy-single-product__spec-row dd {
		max-width: 100%;
		text-align: left;
	}

	.petbuy-single-product__taxonomy-pill {
		flex-basis: 100%;
	}

	.petbuy-single-product__upsell-actions {
		flex-direction: column;
	}

	.petbuy-single-product__secondary-cta,
	.petbuy-single-product__cart-cta,
	.petbuy-single-product__primary-cta {
		width: 100%;
	}
}
