﻿:root {
	--apple-bg: #050608;
	--apple-surface: #0d1117;
	--apple-surface-soft: #121823;
	--apple-text: #f4f7ff;
	--apple-text-muted: #afbccf;
	--apple-blue: #2c7ef8;
	--apple-cyan: #5bd6ff;
	--apple-radius-xl: 28px;
	--apple-radius-lg: 20px;
	--apple-shadow: 0 20px 60px rgba(4, 10, 20, 0.55);
	--accent-green: #4EBF74;
	--accent-green-dark: #43a967;
}

body.apple-landing-page,
body.apple-shop-page {
	background-color: #f8faf8 !important;
	background-image: none !important;
	color: inherit;
}

body.apple-landing-page,
body.apple-shop-page,
body.apple-product-page,
body.single-product {
	--apple-shop-sidebar-left: clamp(14px, 2vw, 28px);
	--apple-shop-sidebar-top: clamp(92px, 9vw, 118px);
	--apple-floating-cart-offset: clamp(16px, 2.6vw, 28px);
	--apple-shop-search-top: clamp(14px, 1.8vw, 22px);
	--apple-mobile-viewport-bottom-inset: 0px;
}

body.apple-landing-page {
	--apple-landing-shell-width: 1200px;
	--apple-landing-shell-gutter: clamp(18px, 3vw, 32px);
	overflow: hidden auto;
}

body.admin-bar.apple-shop-page {
	--apple-shop-search-top: calc(clamp(14px, 1.8vw, 16px) + 32px);
}

@media (max-width: 782px) {
	body.admin-bar.apple-shop-page {
		--apple-shop-search-top: calc(clamp(14px, 1.8vw, 22px) + 46px);
	}
}

.apple-page {
	max-width: 100%;
	overflow-x: clip;
	padding-bottom: 88px;
	background: #f8faf8;
}

body.apple-landing-page .apple-page {
	overflow: hidden;
}

.apple-nav-shell {
	position: sticky;
	top: 0;
	z-index: 40;
	padding: 14px 20px;
	backdrop-filter: blur(16px);
	background: rgba(5, 6, 8, 0.55);
}





.apple-nav-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border: 1px solid rgba(197, 214, 255, 0.12);
	background: rgba(12, 18, 28, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	border-radius: 100px;
	padding: 12px 20px;
}

.apple-wordmark {
	font-weight: 700;
	letter-spacing: 0.14em;
	font-size: 0.85rem;
	color: #fff;
	text-decoration: none;
}

.apple-nav-links {
	display: flex;
	align-items: center;
	gap: 22px;
}

.apple-nav-links a {
	color: var(--apple-text-muted);
	text-decoration: none;
	font-size: 0.95rem;
	transition: color 0.25s ease;
}

.apple-nav-links a:hover {
	color: #fff;
}

.apple-hero,
.apple-shop-hero {
	position: relative;
	margin: 0 3vw;
	height: fit-content;
	padding: 48px 26px;
	border-radius: var(--apple-radius-xl);
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
	isolation: isolate;
	overflow: hidden;
}

body.apple-landing-page .apple-hero,
body.apple-landing-page .apple-stat-strip,
body.apple-landing-page .apple-feature-grid,
body.apple-landing-page .apple-scroll-story,
body.apple-landing-page .apple-featured-products,
body.apple-landing-page .apple-bottom-cta {
	width: min(var(--apple-landing-shell-width), calc(100% - (var(--apple-landing-shell-gutter) * 2)));
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

body.apple-landing-page .apple-hero {
	margin-top: 0;
	padding: clamp(34px, 5vw, 56px);
}

body.apple-landing-page .apple-stat-strip,
body.apple-landing-page .apple-feature-grid,
body.apple-landing-page .apple-scroll-story,
body.apple-landing-page .apple-featured-products {
	padding: 0;
}

body.apple-landing-page .apple-scroll-story,
body.apple-landing-page .apple-featured-products,
body.apple-landing-page .apple-bottom-cta {
	max-width: none;
}

body.apple-landing-page .apple-scroll-story {
	margin-top: 40px;
}

body.apple-landing-page .apple-featured-products {
	margin-top: 40px;
}

body.apple-landing-page .apple-bottom-cta {
	margin-top: 48px;
	padding: clamp(42px, 5vw, 56px) clamp(22px, 4vw, 32px);
}

.apple-stat-strip__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.apple-stat-strip__heading-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.apple-stat-strip__item--avatar {
	min-height: 220px;
	padding-right: clamp(124px, 16vw, 210px) !important;
	overflow: hidden;
}

.apple-stat-strip__copy {
	max-width: 18ch;
}

.imgavatar {
	width: clamp(120px, 15vw, 140px);
	position: absolute;
	filter: contrast(0.9);
	right: 0;
	bottom: 0;
	margin: 0;
	pointer-events: none;
}

.apple-stat-strip {
	padding:0 3vw !important;
}

.apple-hero-image {
	position: absolute;
	width: 88%;
	max-width: 800px;
	height: auto;
	right: -220px;
	bottom: 0;
	opacity: 1;
	z-index: 3;
	pointer-events: none;
}

.apple-shop-hero {
	margin-top: 0;
}

.apple-hero-glow {
	position: absolute;
	width: min(460px, 66vw);
	height: min(460px, 66vw);
	top: -25%;
	right: -12%;
	border-radius: 50%;
	background: none;
	filter: blur(18px);
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}

.apple-hero-content,
.apple-shop-hero-content {
	max-width: 100%;
}

.apple-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #f5f7fb;
	border: 1px solid #dbe2ee;
	color: #334155;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.apple-hero h1,
.apple-shop-hero h1 {
	margin: 18px 0 16px;
	font-size: clamp(2.2rem, 6vw, 3.8rem);
	max-width: 65%;
	white-space: wrap;
	line-height: 1.02;
	letter-spacing: -0.02em;
	color: #111827;
}

.apple-hero p,
.apple-shop-hero p {
	margin: 0;
	max-width: 65%;
	font-size: clamp(1.06rem, 2.3vw, 1.4rem);
	line-height: 1.5;
	
	color: #475569;
}

.apple-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.apple-pill-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--accent-green);
	color: #fff;
	border: 0;
	padding: 12px 18px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.01em;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 10px 24px rgba(78, 191, 116, 0.28);
}

.apple-pill-button:hover {
	transform: translateY(-1px);
	background: var(--accent-green-dark);
}

.apple-pill-button-soft {
	background: #ffffff;
	border: 1px solid #d1d5db;
	color: #111827;
	    width: fit-content !important;
	box-shadow: none;
	cursor: pointer;
}

body.apple-shop-page .apple-shop-showcase .apple-pill-button {
	min-height: 0;
	padding: 24px 16px;
	font-size: clamp(0.98rem, 1.1vw, 1.06rem);
	font-weight: 700;
}

body.apple-shop-page .apple-shop-showcase .apple-pill-button--cart {
	box-shadow: 0 16px 34px rgba(78, 191, 116, 0.3);
}

body.apple-shop-page .apple-shop-showcase .apple-pill-button--remove,
body.apple-shop-page .apple-shop-grid .apple-shop-remove-button,
body.apple-shop-page .wp-block-woocommerce-product-collection .apple-shop-remove-button {
	border: 1px solid rgba(148, 163, 184, 0.24);
	background: rgba(255, 255, 255, 0.94);
	color: #475569;
	box-shadow: none;
}

.apple-shop-cart-limit-action.is-disabled,
.wc-block-components-product-button__button.apple-shop-cart-limit-action.is-disabled {
	pointer-events: none;
	opacity: 0.74;
	box-shadow: none;
	cursor: default;
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-pill-button--remove {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.16);
	color: #f8fafc;
}

.apple-pill-button.is-loading,
.apple-shop-remove-button.is-loading {
	opacity: 0.62;
	pointer-events: none;
}

[data-apple-remove-from-cart][hidden],
.apple-shop-remove-button.is-hidden {
	display: none !important;
}

.apple-stat-strip {
	max-width: 1200px;
	margin: 36px auto 0;
	padding: 0 18px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.apple-stat-strip article {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: var(--apple-radius-lg);
	padding: 26px 22px;
}

.apple-stat-strip h3 {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 2rem);
	line-height: 1;
}

.apple-stat-strip p {
	margin: 10px 0 0;
	color: #4b5563;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: 100%;
padding: 0 10;
}

body.apple-landing-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
	padding: 0;
}

.apple-feature-grid,
.apple-benefits {
	margin: 32px auto 0;
	padding: 0 3vw;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.apple-card,
.apple-benefits article {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: var(--apple-radius-lg);
	padding: 28px 24px;
	min-height: fit-content;
	transform-style: preserve-3d;
}

.apple-card p {
	margin: 0;
	font-size: 0.9rem;
	color: var(--accent-green-dark);
}

.apple-card h3,
.apple-benefits h3 {
	margin: 12px 0;
	font-size: 1.35rem;
	color: #111827;
}

.apple-card span,
.apple-benefits p {
	color: #4b5563;
	line-height: 1.6;
}

.apple-scroll-story,
.apple-featured-products,
.apple-shop-controls,
.apple-shop-grid {
	max-width: 100%;
	margin: 0;
	padding: 0 18px;
}

.apple-section-title {
	margin-bottom: 10px;
	letter-spacing: -0.02em;
}

.apple-section-copy {
	max-width: 760px;
	margin: 0 auto 4px;
	color: #4b5563;
}

.apple-bottom-cta {
	max-width: 1200px;
	margin: 48px auto 0;
	text-align: center;
	padding: 56px 24px;
	border-radius: var(--apple-radius-xl);
	background: #ffffff;
	border: 1px solid #e5e7eb;
}

.apple-bottom-cta h2 {
	margin: 0 0 10px;
	font-size: clamp(1.7rem, 4vw, 3.2rem);
}

.apple-bottom-cta p {
	margin: 0 0 22px;
	color: #4b5563;
}

.apple-filter-shell {
	padding: 4px;
}

.apple-filter-shell--dynamic {
	margin: 14px 0 10px;
	padding: 0;
}

.apple-filter-panel {
	display: flex;
	flex-direction: column;
	gap: 10px;	
	padding: 12px;
	border-radius: 18px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
}

.apple-filter-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 16px;
	background: #f8fafc;
}

.apple-filter-group__title {
	margin: 0;
	color: #111827;
	font-size: 0.94rem;
	font-weight: 700;
}

.apple-filter-options {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.apple-filter-group--scrollable .apple-filter-options {
	max-height: clamp(180px, 38vh, 320px);
	overflow-y: auto;
	padding-right: 4px;
}

.apple-filter-option {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: #000000;
	font-size: 0.94rem;
	line-height: 1;
	cursor: pointer;
}

.apple-filter-checkbox {
	width: 14px;
	height: 14px;
	margin: 0;
	flex: 0 0 auto;
	accent-color: #0f172a;
}

.apple-filter-option__text {
	min-width: 0;
	word-break: break-word;
}

.apple-filter-select {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #d1d5db;
	background: #ffffff;
	color: #111827;
	padding: 10px 12px;
	font-size: 0.93rem;
}

.apple-filter-check {
	grid-column: 1 / span 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #374151;
	font-size: 0.9rem;
}

.apple-filter-check input {
	width: 18px;
	height: 18px;
	accent-color: var(--accent-green);
}

.apple-filter-reset {
	align-self: flex-start;
	border-radius: 999px;
	border: 1px solid #d1d5db;
	background: #ffffff;
	color: #111827;
	padding: 10px 16px;
	font-size: 0.9rem;
	cursor: pointer;
}

.apple-featured-products ul.products,
.apple-shop-grid ul.products {
	margin: 24px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
	list-style: none;
	    width: 100%;

}

.apple-featured-products ul.products li.product,
.apple-shop-grid ul.products li.product {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	padding: 16px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
	display: flex;
	flex-direction: column;
	gap: 10px;
	transform-style: preserve-3d;
	min-width: 280px;
}

.apple-featured-products ul.products li.product img,
.apple-shop-grid ul.products li.product img {
	border-radius: 14px;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.apple-featured-products ul.products li.product .woocommerce-loop-product__title,
.apple-shop-grid ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.08rem;
	color: #111827;
	margin: 6px 0;
}

.apple-featured-products ul.products li.product .price,
.apple-shop-grid ul.products li.product .price {
	color: #2f8d51;
	font-weight: 600;
}

.apple-featured-products ul.products li.product .button,
.apple-shop-grid ul.products li.product .button {
	border-radius: 999px;
	border: 1px solid #d1d5db;
	background: #ffffff;
	color: #111827;
	font-weight: 600;
	text-align: center;
	padding: 10px 12px;
	transition: all 0.2s ease;
}

.apple-featured-products ul.products li.product .button:hover,
.apple-shop-grid ul.products li.product .button:hover {
	background: var(--accent-green);
	color: #ffffff;
	border-color: transparent;
}

.apple-product-hidden {
	display: none;
}

.apple-shop-grid .woocommerce-pagination {
	margin-top: 24px;
}

.apple-shop-grid .woocommerce-pagination ul.page-numbers {
	border: 0;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.apple-shop-grid .woocommerce-pagination ul.page-numbers li {
	border: 0;
}

.apple-shop-grid .woocommerce-pagination ul.page-numbers a,
.apple-shop-grid .woocommerce-pagination ul.page-numbers span {
	border-radius: 999px;
	background: #ffffff;
	color: #111827;
	border: 1px solid #e5e7eb;
	padding: 8px 12px;
}

@media (max-width: 1024px) {
	.apple-featured-products ul.products,
	.apple-shop-grid ul.products {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	}


	.apple-hero,
.apple-shop-hero {
	margin: 0 3vw;

}
	
	

	.apple-feature-grid,
	.apple-stat-strip,
	.apple-benefits {
        grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1100px) {
	.apple-shop-showcase__intro,
	.apple-shop-showcase__layout,
	.apple-shop-featured-card--primary {
		grid-template-columns: 1fr;
	}

	.apple-shop-carousel__slide {
		padding: 0 54px;
	}

	.apple-shop-showcase__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.apple-shop-featured-card--secondary {
		grid-template-columns: minmax(0, 1fr) 190px;
	}
}

@media (max-width: 780px) {
	.apple-nav-inner {
		border-radius: 20px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.apple-nav-links {
		order: 3;
		width: 100%;
		justify-content: center;
	}

	.apple-featured-products ul.products,
	.apple-shop-grid ul.products,
	.apple-feature-grid,
	.apple-stat-strip,
	.apple-benefits {
		grid-template-columns: 1fr;
		
	}

	#wp--skip-link--target > div.wp-block-group.apple-featured-products.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained > div > ul >li {

		width: auto !important;
		
	}
	.apple-featured-products ul.products li.product,
	.apple-shop-grid ul.products li.product {
		min-width: 0;
		
		
	}

	.apple-filter-panel {
		grid-template-columns: 1fr;
	}

	.apple-filter-check {
		grid-column: auto;
	}

	.apple-filter-reset {
		justify-self: start;
	}

	.apple-hero,
	.apple-shop-hero {
		border-radius: 20px;
	}

	body.apple-landing-page .apple-hero,
	body.apple-landing-page .apple-stat-strip,
	body.apple-landing-page .apple-feature-grid,
	body.apple-landing-page .apple-scroll-story,
	body.apple-landing-page .apple-featured-products,
	body.apple-landing-page .apple-bottom-cta {
		width: calc(100% - (var(--apple-landing-shell-gutter) * 2));
	}

	.apple-stat-strip__item--avatar {
		min-height: 210px;
		padding-right: 110px !important;
	}

	.imgavatar {
		width: 112px;
	}

	.apple-hero-image {
		width: 136%;
		right: -66vw;
		bottom: 40vw;
		rotate: calc(-33deg);
		
	}
}

body.apple-shop-page {
	background:
		radial-gradient(circle at top left, rgba(198, 230, 219, 0.55), transparent 34%),
		radial-gradient(circle at top right, rgba(209, 226, 255, 0.42), transparent 28%),
		linear-gradient(180deg, #f5f7f2 0%, #eef2ec 100%) !important;
}

body.apple-shop-page .apple-page {
	background: transparent;
}

body.apple-shop-page .apple-shop-shortcode-shell,
body.apple-shop-page .apple-shop-shortcode-shell.alignfull {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

body.apple-shop-page .apple-shop-shortcode-shell.alignfull {
	margin-left: 0;
	margin-right:0;
}

body.apple-shop-page .apple-shop-hero.apple-shop-showcase,
body.apple-shop-page .apple-shop-controls,
body.apple-shop-page .apple-shop-grid,
body.apple-shop-page .apple-benefits,
body.apple-shop-page .wp-block-woocommerce-product-collection,
body.apple-shop-page .wp-block-query-pagination {
	width: 100%;
	max-width: none;
	padding: 0;
	box-sizing: border-box;
}

body.apple-shop-page .apple-shop-hero.apple-shop-showcase {
	margin: 28px 0 0;
	padding: clamp(28px, 4vw, 42px);
	border-radius: 36px;
	background:
		linear-gradient(140deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 247, 0.94) 55%, rgba(237, 242, 236, 0.92) 100%);
	border: 1px solid rgba(148, 163, 184, 0.24);
	box-shadow:
		0 28px 70px rgba(15, 23, 42, 0.09),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.apple-shop-page .apple-shop-showcase--has-video {
	background: #071018;
	border-color: rgba(203, 213, 225, 0.22);
	overflow: hidden;
	box-shadow:
		0 28px 70px rgba(4, 10, 20, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.apple-shop-page .apple-shop-showcase__video,
body.apple-shop-page .apple-shop-showcase__video-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

body.apple-shop-page .apple-shop-showcase__video {
	overflow: hidden;
}

body.apple-shop-page .apple-shop-showcase__video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	opacity: 0.78;
}

body.apple-shop-page .apple-shop-showcase__video-overlay {
	background:
		linear-gradient(125deg, rgba(4, 10, 20, 0.74) 0%, rgba(4, 10, 20, 0.4) 36%, rgba(4, 10, 20, 0.66) 100%),
		linear-gradient(180deg, rgba(4, 10, 20, 0.18) 0%, rgba(4, 10, 20, 0.5) 100%);
}

body.apple-shop-page .apple-hero-glow {
	top: -14%;
	right: -8%;
	width: min(460px, 48vw);
	height: min(460px, 48vw);
	opacity: 1;
	background: radial-gradient(circle, rgba(141, 195, 166, 0.24) 0%, rgba(141, 195, 166, 0.08) 44%, transparent 74%);
	filter: blur(0);
}

.apple-shop-showcase__intro {
	display: grid;
	gap: 22px;
	align-items: end;
}

.apple-shop-showcase__intro,
.apple-shop-showcase__layout {
	position: relative;
	z-index: 1;
}

.apple-shop-showcase__copy {
	max-width: 720px;
}

.apple-shop-showcase__copy h1 {
	max-width: none;
	margin: 18px 0 14px;
	font-size: clamp(2.7rem, 5vw, 4.9rem);
	line-height: 0.95;
	letter-spacing: -0.045em;
}

.apple-shop-showcase__copy p {
	max-width: 58ch;
	font-size: clamp(1rem, 1.4vw, 1.16rem);
	color: #526071;
}


body > div.wp-site-blocks > div {
	padding-top: 0 !important;
}

.apple-shop-showcase__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.apple-shop-showcase__stats div {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.16);
	backdrop-filter: blur(14px);
}

.apple-shop-showcase__stats strong {
	font-size: 1.35rem;
	line-height: 1;
	color: #0f172a;
}

.apple-shop-showcase__stats span {
	font-size: 0.88rem;
	color: #607083;
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-badge {
	background: rgba(12, 19, 31, 0.42);
	border-color: rgba(255, 255, 255, 0.18);
	color: rgba(241, 245, 249, 0.94);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-showcase__copy h1 {
	color: #f8fafc;
	text-shadow: 0 10px 26px rgba(4, 10, 20, 0.34);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-showcase__copy p {
	color: rgba(226, 232, 240, 0.92);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-showcase__stats div {
	background: rgba(8, 15, 26, 0.36);
	border-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-showcase__stats strong {
	color: #f8fafc;
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-showcase__stats span {
	color: rgba(203, 213, 225, 0.92);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-pill-button-soft {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	color: #f8fafc;
	backdrop-filter: blur(12px);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-pill-button-soft:hover {
	background: rgba(255, 255, 255, 0.16);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-featured-card--primary {
	grid-template-columns: 1fr;
	align-items: stretch;
	min-height: clamp(320px, 40vw, fit-content);
	background: linear-gradient(180deg, rgba(7, 16, 24, 0.22) 0%, rgba(7, 16, 24, 0.48) 100%);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 20px 48px rgba(4, 10, 20, 0.18);
	backdrop-filter: blur(20px);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-featured-card--primary::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(7, 16, 24, 0.22) 52%, rgba(7, 16, 24, 0.36) 100%);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-featured-card--primary .apple-shop-featured-card__copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 100%;
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-featured-card--primary .apple-shop-featured-card__eyebrow,
body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-featured-card--primary .apple-shop-featured-card__copy h2,
body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-featured-card--primary .apple-shop-featured-card__copy p {
	color: #f8fafc;
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-featured-card--primary .apple-product-chip {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	color: rgba(241, 245, 249, 0.94);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-featured-card--primary .apple-shop-featured-card__price {
	color: #86efac;
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-featured-card--primary .apple-shop-featured-card__media {
	display: none;
}

.apple-shop-showcase__carousel {
	position: relative;
	margin-top: 28px;
	z-index: 1;
}

.apple-shop-carousel__viewport {
	overflow: hidden;
	border-radius: 34px;
	margin-top: 30px;
}

.apple-shop-carousel__track {
	display: flex;
	transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.apple-shop-carousel__slide {
	flex: 0 0 100%;
	min-width: 100%;
	padding: 0 72px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.apple-shop-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: #0f172a;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
	backdrop-filter: blur(14px);
	transform: translateY(-50%);
	cursor: pointer;
	transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.apple-shop-carousel__arrow:hover {
	transform: translateY(-50%) scale(1.04);
	background: #ffffff;
	border-color: rgba(15, 23, 42, 0.16);
}

.apple-shop-carousel__arrow--prev {
	left: 8px;
}

.apple-shop-carousel__arrow--next {
	right: 8px;
}

.apple-shop-carousel__arrow span {
	font-size: 1.85rem;
	line-height: 1;
	transform: translateY(-1px);
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-carousel__arrow {
	background: rgba(7, 16, 24, 0.48);
	border-color: rgba(255, 255, 255, 0.16);
	color: #f8fafc;
}

body.apple-shop-page .apple-shop-showcase--has-video .apple-shop-carousel__arrow:hover {
	background: rgba(7, 16, 24, 0.72);
}

.apple-shop-featured-card {
	position: relative;
	display: grid;
	gap: 18px;
	padding: 22px;
	border-radius: 30px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 249, 245, 0.94) 100%);
	box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.apple-shop-featured-card::before,
.apple-shop-grid ul.products li.product::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 45%);
	pointer-events: none;
}

.apple-shop-featured-card--primary {
	grid-template-columns: minmax(0, 1fr) minmax(250px, 0.9fr);
	align-items: center;
	min-height: 100%;
}

.apple-shop-carousel .apple-shop-featured-card--primary {
	width: min(100%, 920px);
	min-height: auto;
}

.apple-shop-featured-card--secondary {
	grid-template-columns: minmax(0, 1fr) 160px;
	align-items: center;
}

.apple-shop-featured-card__copy,
.apple-shop-featured-card__media {
	position: relative;
	z-index: 1;
	margin-left: 20px
}

.apple-shop-featured-card__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #4f6a5d;
}

.apple-shop-featured-card__copy h2 {
	margin: 10px 0 10px;
	font-size: clamp(1.45rem, 2vw, 2.3rem);
	line-height: 1.04;
	letter-spacing: -0.03em;
	color: #0f172a;
}

.apple-shop-featured-card__copy p {
	margin: 0;
	color: #5d6b7c;
	line-height: 1.6;
}

.apple-shop-featured-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(241, 245, 244, 0.95), rgba(226, 233, 229, 0.9));
	text-decoration: none;
}

.apple-shop-carousel .apple-shop-featured-card__media {
	display: none;
}

.apple-shop-featured-card__image {
	width: 100%;
	height: auto;
	max-height: 330px;
	object-fit: contain;
	filter: drop-shadow(0 28px 40px rgba(15, 23, 42, 0.12));
}

.apple-shop-featured-card__footer {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 20px;
}

.apple-shop-featured-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-left: auto;
}

.apple-shop-featured-card__price,
.apple-shop-grid ul.products li.product .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	font-size: clamp(1.6rem, 2.2vw, 2.3rem);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.035em;
	color: #0d7b46;
}

.apple-shop-featured-card--primary .apple-shop-featured-card__price {
	font-size: clamp(2rem, 3.8vw, 3.2rem);
}

.apple-shop-featured-card__price del,
.apple-shop-grid ul.products li.product .price del {
	font-size: 0.58em;
	font-weight: 600;
	color: #94a3b8;
	opacity: 0.8;
}

.apple-shop-featured-card__price ins,
.apple-shop-grid ul.products li.product .price ins {
	text-decoration: none;
}

.apple-shop-featured-card__actions .apple-pill-button {
	min-width: 0;
	justify-content: center;
}

.apple-shop-featured-card__actions .apple-shop-cart-primary-action {
	background: #0f172a;
	color: #ffffff;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
}

.apple-shop-featured-card__actions .apple-shop-remove-button {
	color: #475569;
}

.apple-shop-section-head {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.apple-shop-section-head h2 {
	margin: 18px 0 12px;
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
	color: #0f172a;
}

.apple-shop-section-head p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #5c6b7c;
}

body.apple-shop-page .apple-shop-controls {
	margin-top: 34px;
}

body.apple-shop-page .apple-filter-shell {
	padding: 0;
}

body.apple-shop-page .apple-filter-panel {
	gap: 12px;
	padding: 14px;
	border-radius: 28px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

body.apple-shop-page .apple-filter-group__title {
	font-size: 0.94rem;
	font-weight: 700;
	color: #0f172a;
}

body.apple-shop-page .apple-filter-options {
	gap: 4px;
}

body.apple-shop-page .apple-filter-group--scrollable .apple-filter-options {
	max-height: clamp(220px, 42vh, 360px);
}

body.apple-shop-page .apple-filter-option {
	font-size: 0.94rem;
	color: #000000;
}

body.apple-shop-page .apple-filter-select {
	min-height: 50px;
	border-radius: 16px;
	border-color: rgba(148, 163, 184, 0.28);
	background: rgba(248, 250, 252, 0.95);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.apple-shop-page .apple-filter-reset {
	align-self: end;
	justify-self: stretch;
	min-height: 50px;
	border: 0;
	background: #0f172a;
	color: #fff;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.16);
}

body.apple-shop-page .apple-shop-grid {
	margin-top: 34px;
}

body.apple-shop-page .apple-shop-grid ul.products {
	margin-top: 28px;
	grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
	gap: 22px;
	align-items: stretch;
}

body.apple-shop-page .apple-shop-grid ul.products li.product {
	position: relative;
	min-width: 0;
	padding: 18px;
	border-radius: 30px;
	border: 1px solid rgba(148, 163, 184, 0.15);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 243, 0.95) 100%);
	box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
	gap: 14px;
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.apple-shop-page .apple-shop-grid ul.products li.product:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
	border-color: rgba(52, 83, 70, 0.22);
}

body.apple-shop-page .apple-shop-grid ul.products li.product .woocommerce-LoopProduct-link,
body.apple-shop-page .apple-shop-grid ul.products li.product .wc-block-components-product-link {
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex: 1;
	height: 100%;
	text-decoration: none;
}

body.apple-shop-page .apple-shop-grid ul.products li.product img {
	padding: 18px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(242, 246, 245, 0.95), rgba(231, 236, 234, 0.92));
	aspect-ratio: 1 / 1.02;
	object-fit: contain;
}

body.apple-shop-page .apple-shop-grid ul.products li.product .woocommerce-loop-product__title,
body.apple-shop-page .apple-shop-grid ul.products li.product .wc-block-components-product-name {
	margin: 0;
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.025em;
	color: #0f172a;
}

body.apple-shop-page .apple-shop-grid ul.products li.product .price {
	margin-top: auto;
}

body.apple-shop-page .apple-shop-grid ul.products li.product .apple-shop-card-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: auto;
}

body.apple-shop-page .apple-shop-grid ul.products li.product .button {
	width: 100%;
	margin-top: auto;
	border: 0;
	padding: 12px 16px;
	background: #0f172a;
	color: #fff;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
}

body.apple-shop-page .apple-shop-grid ul.products li.product .button:hover {
	background: var(--accent-green);
	color: #fff;
}

body.apple-shop-page .wp-block-woocommerce-product-collection {
	margin: 34px 0 0;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template {
	margin-top: 28px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
	gap: 22px;
	list-style: none;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product {
	min-width: 0;
	margin: 0;
	list-style: none;
	transition: transform 0.28s ease;
	will-change: transform;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product > .wp-block-group,
body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product .apple-shop-card-surface {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 18px !important;
	border-radius: 30px;
	border: 1px solid rgba(148, 163, 184, 0.15);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 243, 0.95) 100%) !important;
	box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
	overflow: hidden;
	gap: 14px;
	transition: box-shadow 0.28s ease, border-color 0.28s ease;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product:hover,
body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product:focus-within {
	transform: translateY(-5px);
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product:hover > .wp-block-group,
body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product:hover .apple-shop-card-surface,
body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product:focus-within > .wp-block-group,
body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product:focus-within .apple-shop-card-surface {
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
	border-color: rgba(52, 83, 70, 0.22);
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-image {
	margin: 0;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-image a {
	display: block;
	padding: 18px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(242, 246, 245, 0.95), rgba(231, 236, 234, 0.92));
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-image img {
	width: 100%;
	border-radius: 18px;
	aspect-ratio: 1 / 1.02;
	object-fit: contain !important;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .apple-shop-card-content,
body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product > .wp-block-group > .wp-block-group:last-child {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 14px;
	margin-top: 0 !important;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wp-block-post-title {
	margin: 0 !important;
}
.wp-block-post-title{
	font-size: 20px;
}
body.apple-shop-page .wp-block-woocommerce-product-collection .wp-block-post-title a {
	display: block;
	text-decoration: none;
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.025em;
	color: #0f172a;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-price,
body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-price {
	margin-top: auto !important;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-price {
	justify-content: center;
	padding: 8px 4px 0 4px;
	border-radius: 300px;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	font-size: clamp(1.9rem, 2.5vw, 2.6rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.04em;
	color: #0d7b46;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-price del {
	font-size: 0.5em;
	font-weight: 600;
	color: #94a3b8;
	opacity: 0.8;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-price ins {
	text-decoration: none;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-button {
	margin-top: auto !important;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .apple-shop-card-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-button__button,
body.apple-shop-page .wp-block-woocommerce-product-collection .wp-block-button__link.wp-element-button {
	width: 100%;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	padding: 12px 16px;
	background: #0f172a !important;
	color: #fff !important;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
	text-align: center !important;
}

body.apple-shop-page .apple-shop-remove-button {
	width: 100%;
	justify-content: center;
	min-height: 46px;
	padding: 11px 16px;
	font-size: 0.92rem;
	font-weight: 600;
	text-align: center;
}

body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-button__button:hover,
body.apple-shop-page .wp-block-woocommerce-product-collection .wp-block-button__link.wp-element-button:hover {
	background: var(--accent-green) !important;
	color: #fff !important;
}

.apple-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.apple-product-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(148, 163, 184, 0.16);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #3f4e60;
}

.apple-product-chip--grade {
	background: rgba(232, 247, 237, 0.92);
	color: #157347;
}

.apple-product-chip--storage {
	background: rgba(237, 244, 255, 0.92);
	color: #295ea8;
}

.apple-product-chip--color {
	background: rgba(247, 241, 255, 0.92);
	color: #6a4ea0;
}

.apple-product-specs {
	display: grid;
	gap: 8px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.wp-block-group.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-639b5052.wp-block-group-is-layout-constrained {
    justify-content: center;
    padding: 8px 4px 0 4px;
    margin-top: auto !important;
    border-radius: 300px;
}

.apple-product-specs__item {
	display: grid;
	grid-template-columns: 20px minmax(0, auto) minmax(0, 1fr);
	align-items: center;
	column-gap: 9px;
	color: #526171;
	font-size: 0.92rem;
	line-height: 1.45;
}

.apple-product-specs__icon {
	display: inline-flex;
	align-items: center; 
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.06);
	color: #0f172a;
}

.apple-product-specs__icon svg {
	width: 14px;
	height: 14px;
	display: block;
	fill: currentColor;
}

.apple-product-specs__item--storage .apple-product-specs__icon {
	background: rgba(37, 99, 235, 0.12);
	color: #1d4ed8;
}

.apple-product-specs__item--color .apple-product-specs__icon {
	background: rgba(168, 85, 247, 0.12);
	color: #7c3aed;
}

.apple-product-specs__item--grade .apple-product-specs__icon,
.apple-product-specs__item--battery .apple-product-specs__icon {
	background: rgba(22, 163, 74, 0.12);
	color: #15803d;
}

.apple-product-specs__label {
	font-weight: 700;
	color: #0f172a;
}

.apple-product-specs__value {
	font-weight: 600;
}

.apple-product-battery-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
}

.apple-product-battery-badge__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 28px;
	padding-right: 2px;
	border: 2px solid #16a34a;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 28px rgba(22, 163, 74, 0.18);
}

.apple-product-battery-badge__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -5px;
	width: 4px;
	height: 11px;
	border-radius: 0 4px 4px 0;
	background: #16a34a;
	transform: translateY(-50%);
}

.apple-product-battery-badge__value {
	font-size: 0.86rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #15803d;
}

body.apple-product-page,
body.single-product {
	background:
		radial-gradient(circle at top left, rgba(198, 230, 219, 0.5), transparent 34%),
		radial-gradient(circle at top right, rgba(209, 226, 255, 0.38), transparent 28%),
		linear-gradient(180deg, #f5f7f2 0%, #eef2ec 100%) !important;
}

body.apple-product-page .wp-site-blocks,
body.single-product .wp-site-blocks {
	background: transparent;
}

body.apple-product-page main.wp-block-group,
body.single-product main.wp-block-group {
	padding-top: 0 !important;
}

body.apple-product-page .woocommerce-notices-wrapper,
body.single-product .woocommerce-notices-wrapper {
	width: min(1200px, calc(100% - 36px));
	margin: 18px auto 0;
}

body.apple-product-page .product.apple-product-detail,
body.single-product .product.apple-product-detail {
	width: min(1400px, calc(100% - 36px));
	margin: clamp(0px, 2vw, 0px) auto 0;
	display: grid;
	align-items: start;
	gap: clamp(18px, 2.8vw, 32px);
}

body.apple-product-page .apple-product-detail__gallery,
body.apple-product-page .apple-product-detail__summary,
body.single-product .apple-product-detail__gallery,
body.single-product .apple-product-detail__summary {
	position: relative;
	border-radius: 36px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
	backdrop-filter: blur(20px);
}

body.apple-product-page .apple-product-detail__gallery,
body.single-product .apple-product-detail__gallery {
	padding: clamp(10px, 1.8vw, 18px);
	overflow: hidden;
	height: 100%;
}

body.apple-product-page .apple-product-detail__gallery::before,
body.single-product .apple-product-detail__gallery::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top left, rgba(78, 191, 116, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(248, 250, 247, 0.88) 0%, rgba(240, 244, 239, 0.78) 100%);
	pointer-events: none;
}

body.apple-product-page .apple-product-detail__gallery > *,
body.single-product .apple-product-detail__gallery > * {
	position: relative;
	z-index: 1;
}

body.apple-product-page .apple-product-detail__gallery .wc-block-components-product-image,
body.apple-product-page .apple-product-detail__gallery .wp-block-woocommerce-product-image-gallery,
body.single-product .apple-product-detail__gallery .wc-block-components-product-image,
body.single-product .apple-product-detail__gallery .wp-block-woocommerce-product-image-gallery {
	display: grid;
	align-items: center;
	justify-items: center;
	min-height: clamp(340px, 42vw, 560px);
	padding: clamp(12px, 2vw, 20px);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 245, 241, 0.9));
}

body.apple-product-page .apple-product-detail__gallery .woocommerce-product-gallery .flex-viewport,
body.single-product .apple-product-detail__gallery .woocommerce-product-gallery .flex-viewport {
	--apple-product-gallery-image-height: calc(clamp(340px, 42vw, 560px) - (clamp(12px, 2vw, 20px) * 2));
	height: clamp(340px, 42vw, 560px);
	min-height: clamp(340px, 42vw, 560px);
	padding: clamp(12px, 2vw, 20px);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 245, 241, 0.9));
	overflow: hidden;
}

body.apple-product-page .apple-product-detail__gallery .woocommerce-product-gallery__wrapper,
body.single-product .apple-product-detail__gallery .woocommerce-product-gallery__wrapper {
	display: block;
	height: 100%;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

body.apple-product-page .apple-product-detail__gallery .woocommerce-product-gallery__image,
body.single-product .apple-product-detail__gallery .woocommerce-product-gallery__image {
	height: 100%;
}

body.apple-product-page .apple-product-detail__gallery .woocommerce-product-gallery__image a,
body.single-product .apple-product-detail__gallery .woocommerce-product-gallery__image a {
	display: flex;
	align-items: stretch;
	justify-content: center;
	height: 100%;
	min-height: var(--apple-product-gallery-image-height, clamp(316px, 38vw, 520px));
}

body.apple-product-page .apple-product-detail__gallery .woocommerce-product-gallery__image img,
body.apple-product-page .apple-product-detail__gallery .wc-block-components-product-image img,
body.apple-product-page .apple-product-detail__gallery .wp-block-woocommerce-product-image-gallery img,
body.single-product .apple-product-detail__gallery .woocommerce-product-gallery__image img,
body.single-product .apple-product-detail__gallery .wc-block-components-product-image img,
body.single-product .apple-product-detail__gallery .wp-block-woocommerce-product-image-gallery img {
	display: block;
	width: 100% !important;
	max-width: none;
	height: 100% !important;
	max-height: none;
	margin: 0 auto;
	object-fit: cover;
	object-position: center top;
	filter: drop-shadow(0 32px 46px rgba(15, 23, 42, 0.14));
}

body.apple-product-page .apple-product-detail__gallery .flex-control-thumbs img,
body.single-product .apple-product-detail__gallery .flex-control-thumbs img {
	width: 100%;
	max-height: none;
	filter: none;
}

body.apple-product-page .apple-product-detail__gallery .flex-control-thumbs,
body.single-product .apple-product-detail__gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
	gap: 12px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

body.apple-product-page .apple-product-detail__gallery .flex-control-thumbs li,
body.single-product .apple-product-detail__gallery .flex-control-thumbs li {
	padding: 10px;
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: rgba(255, 255, 255, 0.86);
}

body.apple-product-page .apple-product-detail__summary,
body.single-product .apple-product-detail__summary {
	display: grid;
	gap: 18px;
	padding: clamp(14px, 2vw, 22px);
}

body.apple-product-page .apple-product-detail__eyebrow,
body.single-product .apple-product-detail__eyebrow {
	width: fit-content;
	margin-bottom: 2px;
}

body.apple-product-page .apple-product-detail__summary .product_title,
body.apple-product-page .apple-product-detail__summary .wp-block-post-title,
body.single-product .apple-product-detail__summary .product_title,
body.single-product .apple-product-detail__summary .wp-block-post-title {
	margin: 0;
	font-size: clamp(1.7rem, 2.8vw, 2.7rem);
	line-height: 1;
	letter-spacing: -0.045em;
	color: #0f172a;
	margin-top: 10px;
}

body.apple-product-page .apple-product-detail__summary .price,
body.apple-product-page .apple-product-detail__summary .wc-block-components-product-price,
body.apple-product-page .apple-product-detail__summary .wp-block-woocommerce-product-price,
body.single-product .apple-product-detail__summary .price,
body.single-product .apple-product-detail__summary .wc-block-components-product-price,
body.single-product .apple-product-detail__summary .wp-block-woocommerce-product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px;
	margin: 0;
	font-size: clamp(2.2rem, 3.7vw, 3.6rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.045em;
	color: #0d7b46;
}

body.apple-product-page .apple-product-detail__summary .price del,
body.apple-product-page .apple-product-detail__summary .wc-block-components-product-price del,
body.single-product .apple-product-detail__summary .price del,
body.single-product .apple-product-detail__summary .wc-block-components-product-price del {
	font-size: 0.5em;
	font-weight: 600;
	color: #94a3b8;
	opacity: 0.82;
}

body.apple-product-page .apple-product-detail__summary .price ins,
body.apple-product-page .apple-product-detail__summary .wc-block-components-product-price ins,
body.single-product .apple-product-detail__summary .price ins,
body.single-product .apple-product-detail__summary .wc-block-components-product-price ins {
	text-decoration: none;
}

body.apple-product-page .apple-product-detail__summary .woocommerce-product-details__short-description,
body.apple-product-page .apple-product-detail__summary .wp-block-post-excerpt,
body.single-product .apple-product-detail__summary .woocommerce-product-details__short-description,
body.single-product .apple-product-detail__summary .wp-block-post-excerpt {
	font-size: 1rem;
	line-height: 1.7;
	color: #526171;
}

body.apple-product-page .apple-product-detail__summary .woocommerce-product-details__short-description p,
body.apple-product-page .apple-product-detail__summary .wp-block-post-excerpt p,
body.single-product .apple-product-detail__summary .woocommerce-product-details__short-description p,
body.single-product .apple-product-detail__summary .wp-block-post-excerpt p {
	margin: 0;
}

body.apple-product-page .apple-product-detail__summary .wp-block-post-excerpt,
body.single-product .apple-product-detail__summary .wp-block-post-excerpt {
	display: none !important;
}

body.apple-product-page .apple-product-detail__summary .product_meta,
body.apple-product-page .apple-product-detail__summary .wp-block-woocommerce-product-meta,
body.single-product .apple-product-detail__summary .product_meta,
body.single-product .apple-product-detail__summary .wp-block-woocommerce-product-meta,
body.apple-product-page .apple-product-detail__summary .sku_wrapper,
body.single-product .apple-product-detail__summary .sku_wrapper,
body.apple-product-page .apple-product-detail__summary .posted_in,
body.single-product .apple-product-detail__summary .posted_in,
body.apple-product-page .apple-product-detail__summary .apple-product-detail__eyebrow,
body.single-product .apple-product-detail__summary .apple-product-detail__eyebrow {
	display: none !important;
}

body.apple-product-page .apple-product-detail__summary > .product_title,
body.apple-product-page .apple-product-detail__summary > .wp-block-post-title,
body.single-product .apple-product-detail__summary > .product_title,
body.single-product .apple-product-detail__summary > .wp-block-post-title {
	order: 10;
}

body.apple-product-page .apple-product-detail__summary > .price,
body.apple-product-page .apple-product-detail__summary > .wc-block-components-product-price,
body.apple-product-page .apple-product-detail__summary > .wp-block-woocommerce-product-price,
body.single-product .apple-product-detail__summary > .price,
body.single-product .apple-product-detail__summary > .wc-block-components-product-price,
body.single-product .apple-product-detail__summary > .wp-block-woocommerce-product-price {
	order: 20;
}

.apple-product-detail__info-grid {
	order: 30;
}

.apple-product-detail__support {
	order: 40;
}

body.apple-product-page .apple-product-meta--detail,
body.single-product .apple-product-meta--detail {
	margin: -2px 0 2px;
}

.apple-product-detail__specs-shell {
	display: grid;
	gap: 14px;
	padding: 18px;
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: linear-gradient(180deg, rgba(248, 250, 247, 0.94), rgba(241, 245, 241, 0.9));
}

.apple-product-detail__info-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(260px, 0.9fr);
	gap: 16px;
	align-items: start;
}

.apple-product-detail__specs-shell h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #0f172a;
}

body.apple-product-page .apple-product-specs--detail,
body.single-product .apple-product-specs--detail {
	gap: 10px;
	margin: 0;
}

body.apple-product-page .apple-product-specs--detail .apple-product-specs__item,
body.single-product .apple-product-specs--detail .apple-product-specs__item {
	padding: 12px 14px;
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	background: rgba(255, 255, 255, 0.84);
}

.apple-product-detail__availability-shell {
	display: grid;
	gap: 10px;
	padding: 16px 16px 14px;
	border-radius: 22px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	/* Reserve enough height for the tallest state (the two-line "Selecciona las
	   opciones..." placeholder shown before a variation is picked) so swapping
	   to the shorter one-line stock message on first selection doesn't shift
	   the color/quantity/add-to-cart controls below it. */
	min-height: 112px;
}

.apple-product-detail__availability-shell h3 {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: -0.015em;
	color: #f8fafc;
}

.apple-product-detail__availability-note {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: rgba(226, 232, 240, 0.82);
}

.apple-product-detail__availability-status {
	display: grid;
	gap: 8px;
	align-content: start;
	color: #dbeafe;
	min-height: 32px;
}

.apple-product-detail__availability-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(148, 163, 184, 0.24);
}

.apple-product-detail__availability-label {
	font-size: 0.92rem;
	font-weight: 600;
	color: #dbeafe;
}

.apple-product-detail__availability-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
	color: #052e16;
	background: linear-gradient(135deg, #86efac 0%, #4ade80 100%);
}

.apple-product-detail__availability-status .stock,
.apple-product-detail__availability-status .woocommerce-variation-availability,
.apple-product-detail__availability-status .availability {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.45;
	color: inherit;
}

.apple-product-detail__availability-status .in-stock {
	color: #86efac;
}

.apple-product-detail__availability-status .out-of-stock {
	color: #fca5a5;
}

.apple-product-detail__availability-empty {
	color: #cbd5e1;
}

.apple-product-detail__purchase-card {
	display: grid;
	gap: 14px;
	padding: 16px 16px 18px;
	border-radius: 26px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: linear-gradient(145deg, #0f172a 0%, #152237 54%, #164e3f 100%);
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
	align-content: start;
}

.apple-product-detail__purchase-card .apple-product-detail__availability-shell {
	margin-bottom: 2px;
}

.apple-product-detail__purchase-card .apple-product-detail__availability-shell h3 {
	font-size: 0.94rem;
}

.apple-product-detail__purchase-card .apple-product-detail__availability-status {
	gap: 6px;
}

.apple-product-detail__support {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
	justify-self: stretch;
}

.apple-product-detail__support-item {
	display: grid;
	gap: 8px;
	padding: 18px;
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9));
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
	align-content: start;
	min-height: 100%;
}

.apple-product-detail__support-item--inspection {
	background: linear-gradient(180deg, rgba(240, 253, 250, 0.98), rgba(236, 253, 245, 0.9));
}

.apple-product-detail__support-item--warranty {
	background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(241, 245, 249, 0.9));
}

.apple-product-detail__support-item--delivery {
	background: linear-gradient(180deg, rgba(255, 251, 235, 0.98), rgba(255, 247, 237, 0.9));
}

.apple-product-detail__support-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.18);
}

.apple-product-detail__support-eyebrow {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0f766e;
}

.apple-product-detail__support-label {
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #0f172a;
}

.apple-product-detail__support-copy {
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.6;
	color: #475569;
}

body.apple-product-page .apple-product-detail__summary form.cart,
body.apple-product-page .apple-product-detail__summary .wp-block-woocommerce-add-to-cart-form,
body.single-product .apple-product-detail__summary form.cart,
body.single-product .apple-product-detail__summary .wp-block-woocommerce-add-to-cart-form {
	display: grid;
	gap: 14px;
	padding: 18px 20px 20px;
	border-radius: 28px;
	background: linear-gradient(140deg, #0f172a 0%, #152237 60%, #194a35 100%);
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.16);
}

body.apple-product-page .apple-product-detail__purchase-card form.cart,
body.apple-product-page .apple-product-detail__purchase-card .wp-block-woocommerce-add-to-cart-form,
body.single-product .apple-product-detail__purchase-card form.cart,
body.single-product .apple-product-detail__purchase-card .wp-block-woocommerce-add-to-cart-form {
	gap: 12px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.apple-product-page .apple-product-detail__summary form.cart table.variations,
body.single-product .apple-product-detail__summary form.cart table.variations {
	margin: 0;
	color: #e2e8f0;
}

body.apple-product-page .apple-product-detail__summary form.cart table.variations th,
body.apple-product-page .apple-product-detail__summary form.cart table.variations td,
body.single-product .apple-product-detail__summary form.cart table.variations th,
body.single-product .apple-product-detail__summary form.cart table.variations td {
	padding: 0 0 10px;
}

body.apple-product-page .apple-product-detail__summary form.cart select,
body.apple-product-page .apple-product-detail__summary form.cart input.qty,
body.single-product .apple-product-detail__summary form.cart select,
body.single-product .apple-product-detail__summary form.cart input.qty {
	min-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
	color: #f8fafc;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.apple-product-page .apple-product-detail__summary form.cart select,
body.single-product .apple-product-detail__summary form.cart select {
	padding: 0 16px;
}

body.apple-product-page .apple-product-detail__summary form.cart .quantity,
body.single-product .apple-product-detail__summary form.cart .quantity {
	display: inline-flex;
	min-width: 110px;
}

body.apple-product-page .apple-product-detail__summary form.cart input.qty,
body.single-product .apple-product-detail__summary form.cart input.qty {
	width: 100%;
	min-height: 52px;
	padding: 0 14px;
}

body.apple-product-page .apple-product-detail__summary .single_add_to_cart_button,
body.apple-product-page .apple-product-detail__summary .wp-block-button__link,
body.single-product .apple-product-detail__summary .single_add_to_cart_button,
body.single-product .apple-product-detail__summary .wp-block-button__link {
	min-height: 54px;
	border: 0;
	border-radius: 999px;
	padding: 14px 22px;
	background: var(--accent-green) !important;
	color: #ffffff !important;
	font-weight: 800;
	box-shadow: 0 18px 34px rgba(78, 191, 116, 0.32);
}

body.apple-product-page .apple-product-detail__summary .woocommerce-variation-add-to-cart,
body.apple-product-page .apple-product-detail__summary .woocommerce-grouped-product-list-item__quantity,
body.single-product .apple-product-detail__summary .woocommerce-variation-add-to-cart,
body.single-product .apple-product-detail__summary .woocommerce-grouped-product-list-item__quantity {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

body.apple-product-page .apple-product-detail__summary .single_add_to_cart_button:hover,
body.apple-product-page .apple-product-detail__summary .wp-block-button__link:hover,
body.single-product .apple-product-detail__summary .single_add_to_cart_button:hover,
body.single-product .apple-product-detail__summary .wp-block-button__link:hover {
	background: var(--accent-green-dark) !important;
}

body.apple-product-page .apple-product-detail__summary .reset_variations,
body.apple-product-page .apple-product-detail__summary .stock,
body.apple-product-page .apple-product-detail__summary .woocommerce-variation-price,
body.apple-product-page .apple-product-detail__summary .woocommerce-variation-availability,
body.single-product .apple-product-detail__summary .reset_variations,
body.single-product .apple-product-detail__summary .stock,
body.single-product .apple-product-detail__summary .woocommerce-variation-price,
body.single-product .apple-product-detail__summary .woocommerce-variation-availability {
	color: #dbe7f3;
}

body.apple-product-page .apple-product-detail__summary form.cart .stock,
body.apple-product-page .apple-product-detail__summary form.cart .woocommerce-variation-availability,
body.apple-product-page .apple-product-detail__summary .wp-block-woocommerce-add-to-cart-form .stock,
body.apple-product-page .apple-product-detail__summary .wp-block-woocommerce-add-to-cart-form .woocommerce-variation-availability,
body.single-product .apple-product-detail__summary form.cart .stock,
body.single-product .apple-product-detail__summary form.cart .woocommerce-variation-availability,
body.single-product .apple-product-detail__summary .wp-block-woocommerce-add-to-cart-form .stock,
body.single-product .apple-product-detail__summary .wp-block-woocommerce-add-to-cart-form .woocommerce-variation-availability {
	display: none;
}

body.apple-product-page .apple-product-detail__summary .product_meta,
body.apple-product-page .apple-product-detail__summary .wp-block-woocommerce-product-meta,
body.single-product .apple-product-detail__summary .product_meta,
body.single-product .apple-product-detail__summary .wp-block-woocommerce-product-meta {
	display: grid;
	gap: 8px;
	padding-top: 6px;
	color: #64748b;
}

body.apple-product-page .woocommerce-tabs,
body.apple-product-page .wp-block-woocommerce-product-details,
body.single-product .woocommerce-tabs,
body.single-product .wp-block-woocommerce-product-details {
	width: min(1200px, calc(100% - 36px));
	margin: 78px auto 0;
	padding: clamp(22px, 3vw, 30px);
	border-radius: 36px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 22px 56px rgba(15, 23, 42, 0.08);
}

body.apple-product-page .woocommerce-tabs ul.tabs,
body.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	list-style: none;
}

body.apple-product-page .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.apple-product-page .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce-tabs ul.tabs li a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(248, 250, 252, 0.94);
	border: 1px solid rgba(148, 163, 184, 0.18);
	color: #0f172a;
	text-decoration: none;
}

body.apple-product-page .woocommerce-tabs .panel,
body.apple-product-page .woocommerce-Tabs-panel,
body.single-product .woocommerce-tabs .panel,
body.single-product .woocommerce-Tabs-panel {
	margin: 0;
	color: #526171;
	line-height: 1.7;
}

body.apple-product-page .apple-product-related,
body.apple-product-page .related.products,
body.apple-product-page .upsells.products,
body.single-product .apple-product-related,
body.single-product .related.products,
body.single-product .upsells.products {
	width: min(1200px, calc(100% - 36px));
	margin: 24px auto 0;
}

body.apple-product-page .apple-product-related > h2,
body.apple-product-page .related.products > h2,
body.apple-product-page .upsells.products > h2,
body.single-product .apple-product-related > h2,
body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
	margin: 0 0 18px;
	font-size: clamp(1.9rem, 3.2vw, 3rem);
	line-height: 1;
	letter-spacing: -0.04em;
	color: #0f172a;
}

body.apple-product-page .related.products ul.products,
body.apple-product-page .upsells.products ul.products,
body.apple-product-page .wp-block-woocommerce-related-products .wc-block-product-template,
body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products,
body.single-product .wp-block-woocommerce-related-products .wc-block-product-template {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
	gap: 22px;
	list-style: none;
}

body.apple-product-page .related.products li.product,
body.apple-product-page .upsells.products li.product,
body.apple-product-page .wp-block-woocommerce-related-products li.wc-block-product,
body.single-product .related.products li.product,
body.single-product .upsells.products li.product,
body.single-product .wp-block-woocommerce-related-products li.wc-block-product {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	min-width: 0;
	margin: 0;
	padding: 18px;
	border-radius: 30px;
	border: 1px solid rgba(148, 163, 184, 0.15);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 243, 0.95) 100%);
	box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
	gap: 14px;
	list-style: none;
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.apple-product-page .wp-block-woocommerce-related-products li.wc-block-product > .wp-block-group,
body.single-product .wp-block-woocommerce-related-products li.wc-block-product > .wp-block-group {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 14px;
}

body.apple-product-page .related.products li.product:hover,
body.apple-product-page .upsells.products li.product:hover,
body.apple-product-page .wp-block-woocommerce-related-products li.wc-block-product:hover,
body.single-product .related.products li.product:hover,
body.single-product .upsells.products li.product:hover,
body.single-product .wp-block-woocommerce-related-products li.wc-block-product:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
	border-color: rgba(52, 83, 70, 0.22);
}

body.apple-product-page .related.products li.product a img,
body.apple-product-page .upsells.products li.product a img,
body.apple-product-page .wp-block-woocommerce-related-products li.wc-block-product .wc-block-components-product-image img,
body.single-product .related.products li.product a img,
body.single-product .upsells.products li.product a img,
body.single-product .wp-block-woocommerce-related-products li.wc-block-product .wc-block-components-product-image img {
	width: 100%;
	padding: 18px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(242, 246, 245, 0.95), rgba(231, 236, 234, 0.92));
	aspect-ratio: 1 / 1.02;
	object-fit: contain;
}

body.apple-product-page .related.products li.product .woocommerce-loop-product__title,
body.apple-product-page .upsells.products li.product .woocommerce-loop-product__title,
body.apple-product-page .wp-block-woocommerce-related-products .wp-block-post-title a,
body.single-product .related.products li.product .woocommerce-loop-product__title,
body.single-product .upsells.products li.product .woocommerce-loop-product__title,
body.single-product .wp-block-woocommerce-related-products .wp-block-post-title a {
	margin: 0;
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.025em;
	color: #0f172a;
	text-decoration: none;
}

body.apple-product-page .related.products li.product .price,
body.apple-product-page .upsells.products li.product .price,
body.apple-product-page .wp-block-woocommerce-related-products .wc-block-components-product-price,
body.single-product .related.products li.product .price,
body.single-product .upsells.products li.product .price,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-price {
	margin-top: auto;
	font-size: clamp(1.8rem, 2.5vw, 2.5rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.04em;
	color: #0d7b46;
}

body.apple-product-page .related.products li.product .button,
body.apple-product-page .upsells.products li.product .button,
body.apple-product-page .wp-block-woocommerce-related-products .wc-block-components-product-button__button,
body.single-product .related.products li.product .button,
body.single-product .upsells.products li.product .button,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-button__button {
	width: 100%;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	padding: 12px 16px;
	background: #0f172a !important;
	color: #fff !important;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
	text-align: center;
}

body.apple-product-page .related.products li.product .button:hover,
body.apple-product-page .upsells.products li.product .button:hover,
body.apple-product-page .wp-block-woocommerce-related-products .wc-block-components-product-button__button:hover,
body.single-product .related.products li.product .button:hover,
body.single-product .upsells.products li.product .button:hover,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-button__button:hover {
	background: var(--accent-green) !important;
	color: #fff !important;
}

@media (max-width: 1024px) {
	body.apple-product-page .product.apple-product-detail,
	body.single-product .product.apple-product-detail {
		grid-template-columns: 1fr;
	}

	body.apple-product-page .apple-product-detail__gallery,
	body.single-product .apple-product-detail__gallery {
		position: relative;
		top: auto;
	}

	.apple-product-detail__support {
		grid-template-columns: 1fr;
	}

	.apple-product-detail__support-item {
		min-height: auto;
		height: auto;
		align-self: start;
	}
}

@media (max-width: 780px) {
	body.apple-product-page .product.apple-product-detail,
	body.single-product .product.apple-product-detail,
	body.apple-product-page .woocommerce-tabs,
	body.apple-product-page .wp-block-woocommerce-product-details,
	body.apple-product-page .apple-product-related,
	body.apple-product-page .related.products,
	body.apple-product-page .upsells.products,
	body.single-product .woocommerce-tabs,
	body.single-product .wp-block-woocommerce-product-details,
	body.single-product .apple-product-related,
	body.single-product .related.products,
	body.single-product .upsells.products {
		width: calc(100% - 24px);
	}

	body.apple-product-page .apple-product-detail__gallery,
	body.apple-product-page .apple-product-detail__summary,
	body.single-product .apple-product-detail__gallery,
	body.single-product .apple-product-detail__summary,
	body.apple-product-page .woocommerce-tabs,
	body.apple-product-page .wp-block-woocommerce-product-details,
	body.single-product .woocommerce-tabs,
	body.single-product .wp-block-woocommerce-product-details {
		border-radius: 28px;
	}

	body.apple-product-page .apple-product-detail__summary,
	body.single-product .apple-product-detail__summary {
		padding: 22px;
	}

	.apple-product-detail__info-grid {
		grid-template-columns: 1fr;
	}

	body.apple-product-page .apple-product-detail__gallery .woocommerce-product-gallery .flex-viewport,
	body.apple-product-page .apple-product-detail__gallery .wc-block-components-product-image,
	body.single-product .apple-product-detail__gallery .woocommerce-product-gallery .flex-viewport,
	body.single-product .apple-product-detail__gallery .wc-block-components-product-image {
		--apple-product-gallery-image-height: 244px;
		height: 280px;
		min-height: 280px;
		padding: 18px;
		border-radius: 24px;
	}

	body.apple-product-page .apple-product-detail__summary .product_title,
	body.apple-product-page .apple-product-detail__summary .wp-block-post-title,
	body.single-product .apple-product-detail__summary .product_title,
	body.single-product .apple-product-detail__summary .wp-block-post-title {
		font-size: clamp(1.45rem, 7vw, 2.1rem);
	}

	body.apple-product-page .related.products ul.products,
	body.apple-product-page .upsells.products ul.products,
	body.apple-product-page .wp-block-woocommerce-related-products .wc-block-product-template,
	body.single-product .related.products ul.products,
	body.single-product .upsells.products ul.products,
	body.single-product .wp-block-woocommerce-related-products .wc-block-product-template {
		grid-template-columns: 1fr;
	}
}

body.apple-shop-page .apple-shop-grid ul.products li.product .price,
body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-price {
	font-size: clamp(1.9rem, 2.5vw, 2.6rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.04em;
	color: #0d7b46;
}

body.apple-shop-page .apple-shop-grid ul.products li.product .price del,
body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-components-product-price del {
	font-size: 0.5em;
	font-weight: 600;
	color: #94a3b8;
	opacity: 0.8;
}

body.apple-shop-page .apple-shop-grid .woocommerce-pagination {
	margin-top: 34px;
}

body.apple-shop-page .apple-shop-grid .woocommerce-pagination ul.page-numbers a,
body.apple-shop-page .apple-shop-grid .woocommerce-pagination ul.page-numbers span {
	padding: 11px 15px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(148, 163, 184, 0.18);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

body.apple-shop-page .wp-block-query-pagination {
	margin: 34px 0 0;
}

body.apple-shop-page .wp-block-query-pagination .page-numbers,
body.apple-shop-page .wp-block-query-pagination .wp-block-query-pagination-next,
body.apple-shop-page .wp-block-query-pagination .wp-block-query-pagination-previous {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 15px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	text-decoration: none;
	color: #0f172a;
}

@media (max-width: 780px) {
	body.apple-shop-page .apple-shop-hero.apple-shop-showcase,
	body.apple-shop-page .apple-shop-controls,
	body.apple-shop-page .apple-shop-grid,
	body.apple-shop-page .apple-benefits,
	body.apple-shop-page .wp-block-woocommerce-product-collection,
	body.apple-shop-page .wp-block-query-pagination {
		padding: 0 16px;
	}

	.apple-shop-showcase__stats,
	.apple-shop-showcase__rail,
	.apple-shop-featured-card--secondary,
	body.apple-shop-page .apple-shop-grid ul.products,
	body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template {
		grid-template-columns: 1fr;
	}

	body.apple-shop-page .apple-shop-hero.apple-shop-showcase {
		border-radius: 26px;
		padding: 22px;
	}

	body.apple-shop-page .apple-shop-showcase .apple-badge {
		display: inline-flex;
		align-self: flex-start;
		width: fit-content;
		max-width: 100%;
		padding: 8px 14px;
		font-size: 0.78rem;
		letter-spacing: 0.08em;
		white-space: nowrap;
	}

	body.apple-shop-page .apple-shop-showcase__intro,
	body.apple-shop-page .apple-shop-showcase__copy,
	body.apple-shop-page .apple-shop-showcase__copy h1,
	body.apple-shop-page .apple-shop-showcase__copy p,
	body.apple-shop-page .apple-hero-actions {
		max-width: 100%;
		width: 100%;
	}

	.apple-shop-carousel__slide {
		padding: 0 12px;
	}

	.apple-shop-carousel__arrow {
		width: 42px;
		height: 42px;
	}

	.apple-shop-carousel__arrow--prev {
		left: -2px;
	}

	.apple-shop-carousel__arrow--next {
		right: -2px;
	}

	.apple-shop-showcase__copy h1 {
		font-size: clamp(2.35rem, 11vw, 3.3rem);
	}

	.apple-shop-featured-card,
	body.apple-shop-page .apple-shop-grid ul.products li.product,
	body.apple-shop-page .apple-filter-panel,
	body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product > .wp-block-group,
	body.apple-shop-page .wp-block-woocommerce-product-collection .wc-block-product-template li.wc-block-product .apple-shop-card-surface {
		border-radius: 24px;
	}

	.apple-shop-featured-card__media {
		min-height: 220px;
	}

	.apple-shop-featured-card__footer {
		grid-template-columns: 1fr;
	}

	.apple-shop-featured-card__actions {
		justify-content: flex-start;
	}

	body.apple-shop-page .apple-filter-reset {
		justify-self: start;
		width: 100%;
	}

	body.apple-shop-page .apple-shop-search {
		gap: 10px;
		padding: 12px 14px;
	}

	body.apple-shop-page .apple-shop-search__input {
		font-size: 0.96rem;
	}
}

body.apple-shop-page {
	--apple-shop-sidebar-width: clamp(280px, 22vw, 328px);
	--apple-shop-sidebar-gap: clamp(18px, 2vw, 28px);
}

@media (min-width: 1100px) {
	body.apple-landing-page .apple-hero,
	body.apple-landing-page .apple-stat-strip,
	body.apple-landing-page .apple-feature-grid,
	body.apple-landing-page .apple-scroll-story,
	body.apple-landing-page .apple-featured-products,
	body.apple-landing-page .apple-bottom-cta {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	body.apple-landing-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		max-width: 1200px;
	}
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-shop-controls {
	margin-top: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	overflow: visible;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-shop-hero.apple-shop-showcase,
body.apple-shop-page.apple-shop-sidebar-ready .apple-shop-grid,
body.apple-shop-page.apple-shop-sidebar-ready .apple-benefits,
body.apple-shop-page.apple-shop-sidebar-ready .apple-shop-results-bar,
body.apple-shop-page.apple-shop-sidebar-ready .wp-block-woocommerce-product-collection,
body.apple-shop-page.apple-shop-sidebar-ready .wp-block-query-pagination {
	transition: padding-left 0.18s ease;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-shell {
	padding: 0;
}

body.apple-shop-page .apple-shop-search-dock {
	position: fixed;
	top: var(--apple-shop-search-top);
	left: 50%;
	z-index: 76;
	width: min(720px, calc(100vw - 360px));
	transform: translateX(-50%);
	opacity: 1;
	transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.apple-shop-page .apple-shop-search-dock--floating {
	position: static;
	top: auto;
	left: auto;
	z-index: auto;
	width: 100%;
	max-width: none;
	transform: none;
	flex: 1 1 100%;
	order: -1;
}

body.apple-shop-page .apple-shop-search-dock.is-muted {
	opacity: 0.58;
}

body.apple-shop-page .apple-shop-search-dock--floating.is-muted {
	opacity: 1;
}

body.apple-shop-page .apple-shop-search-dock:hover,
body.apple-shop-page .apple-shop-search-dock:focus-within,
body.apple-shop-page .apple-shop-search-dock.is-engaged {
	opacity: 1;
}

body.apple-shop-page .apple-shop-search {
	display: flex;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	padding: 14px 18px;
	border: 1px solid rgba(78, 191, 116, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(20px);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1), 0 12px 30px rgba(78, 191, 116, 0.16);
	cursor: text;
}

body.apple-shop-page .apple-shop-search-dock--floating .apple-shop-search {
	width: 100%;
}

body.apple-shop-page .apple-shop-search-dock:hover .apple-shop-search,
body.apple-shop-page .apple-shop-search-dock:focus-within .apple-shop-search,
body.apple-shop-page .apple-shop-search-dock.is-engaged .apple-shop-search {
	border-color: rgba(78, 191, 116, 0.7);
	box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12), 0 0 0 6px rgba(78, 191, 116, 0.14);
}

body.apple-shop-page .apple-shop-search__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	color: var(--accent-green-dark);
}

body.apple-shop-page .apple-shop-search__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

body.apple-shop-page .apple-shop-search__input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	color: #0f172a;
	caret-color: var(--accent-green-dark);
}

body.apple-shop-page .apple-shop-search__input::placeholder {
	color: #6b7280;
	opacity: 1;
}

body.apple-shop-page .apple-shop-empty-state {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
}

body.apple-shop-page .apple-shop-empty-state__content {
	padding: 28px 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
	text-align: center;
}

body.apple-shop-page .apple-shop-empty-state__content h3 {
	margin: 0 0 8px;
	font-size: 1.15rem;
	color: #0f172a;
}

body.apple-shop-page .apple-shop-empty-state__content p {
	margin: 0;
	color: #475569;
}

body.apple-landing-page .apple-floating-actions,
body.apple-shop-page .apple-floating-actions,
body.apple-product-page .apple-floating-actions,
body.single-product .apple-floating-actions {
	position: fixed;
	top: var(--apple-shop-sidebar-top);
	left: var(--apple-shop-sidebar-left);
	z-index: 74;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-toggle {
	display: inline-flex;
	align-items: center;
	margin-top: -40px;
	gap: 5px;
	box-sizing: border-box;
	padding: 14px 18px;
	border: 1px solid rgba(15, 23, 42, 0.16);
	border-radius: 999px;
	background: #000000;
	color: #ffffff;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
	cursor: pointer;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-toggle:hover {
	transform: translateY(-1px);
	box-shadow: 0 22px 40px rgba(15, 23, 42, 0.24);
	background: #18181b;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-toggle:active {
	transform: translateY(0);
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22);
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-toggle__icon {
	position: relative;
	display: block;
	width: 14px;
	height: 12px;
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transition: border-color 0.18s ease;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-toggle__icon::before,
body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-toggle__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 2px solid currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-toggle__icon::before {
	transform: translateY(-50%);
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-toggle__icon::after {
	transform: translateY(-50%);
	opacity: 0;
}

/* Open state: morph the hamburger into an X so the two options read as distinct actions */
body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .apple-filter-sidebar-toggle__icon {
	border-top-color: transparent;
	border-bottom-color: transparent;
}

body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .apple-filter-sidebar-toggle__icon::before {
	transform: translateY(-50%) rotate(45deg);
}

body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .apple-filter-sidebar-toggle__icon::after {
	transform: translateY(-50%) rotate(-45deg);
	opacity: 1;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-toggle__label {
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-backdrop {
	position: fixed;
	inset: 0;
	z-index: 68;
	border: 0;
	padding: 0;
	background: rgba(15, 23, 42, 0.24);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.16s ease, visibility 0.16s ease;
}

body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .apple-filter-sidebar-backdrop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar {
	position: fixed;
	top: calc(var(--apple-shop-sidebar-top) + 36px);
	bottom: clamp(18px, 2vw, 26px);
	left: var(--apple-shop-sidebar-left);
	z-index: 70;
	display: flex;
	flex-direction: column;
	width: min(var(--apple-shop-sidebar-width), calc(100vw - (var(--apple-shop-sidebar-left) * 2)));
	max-height: none;
	border-radius: 32px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(22px);
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
	overflow: hidden;
	opacity: 1;
	visibility: hidden;
	transform: translateX(calc(-100% - 24px));
	transition: transform 0.18s ease, visibility 0.16s ease;
}

body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .apple-filter-sidebar {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	margin-top: -70px;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__header {
	display: block;
	padding: 20px 20px 18px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__heading h3 {
	margin: 4px 0 8px;
	font-size: 1.35rem;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #0f172a;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__eyebrow {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #5f6c7d;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__description {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.55;
	color: #5b6978;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__body {
	flex: 1 1 auto;
	min-height: 0;
	padding: 0 14px 14px;
	overflow-y: auto;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__body .apple-filter-panel {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__body .apple-filter-group {
	gap: 5px;
	padding: 10px 12px;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__body .apple-filter-options {
	gap: 4px;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__body .apple-filter-group__title {
	font-size: 1.02rem;
	font-weight: 700;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__body .apple-filter-option {
	font-size: 0.94rem;
	line-height: 1;
	color: #000000;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__body .apple-filter-group--scrollable .apple-filter-options {
	max-height: min(42vh, 270px);
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__body .apple-filter-select {
	min-height: 54px;
	border-radius: 18px;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__body .apple-filter-reset {
	width: 100%;
	justify-self: stretch;
	align-self: stretch;
	min-height: 52px;
	margin-top: 4px;
}

.apple-floating-cart,
body.apple-landing-page .apple-floating-cart,
body.apple-shop-page .apple-floating-cart,
body.apple-product-page .apple-floating-cart,
body.single-product .apple-floating-cart {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	box-sizing: border-box;
	padding: 14px 16px 14px 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.94);
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 22px 40px rgba(15, 23, 42, 0.22);
	backdrop-filter: blur(20px);
	transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.apple-floating-cart:hover,
body.apple-landing-page .apple-floating-cart:hover,
body.apple-shop-page .apple-floating-cart:hover,
body.apple-product-page .apple-floating-cart:hover,
body.single-product .apple-floating-cart:hover {
	transform: translateY(-1px);
	box-shadow: 0 26px 44px rgba(15, 23, 42, 0.24);
}

.apple-floating-cart__icon,
body.apple-landing-page .apple-floating-cart__icon,
body.apple-shop-page .apple-floating-cart__icon,
body.apple-product-page .apple-floating-cart__icon,
body.single-product .apple-floating-cart__icon {
	display: none;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
}

.apple-floating-cart__icon svg,
body.apple-landing-page .apple-floating-cart__icon svg,
body.apple-shop-page .apple-floating-cart__icon svg,
body.apple-product-page .apple-floating-cart__icon svg,
body.single-product .apple-floating-cart__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.apple-floating-cart__label,
body.apple-landing-page .apple-floating-cart__label,
body.apple-shop-page .apple-floating-cart__label,
body.apple-product-page .apple-floating-cart__label,
body.single-product .apple-floating-cart__label {
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.apple-floating-cart__count,
body.apple-landing-page .apple-floating-cart__count,
body.apple-shop-page .apple-floating-cart__count,
body.apple-product-page .apple-floating-cart__count,
body.single-product .apple-floating-cart__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 100%;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--accent-green);
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 800;
}

.apple-floating-cart.is-empty,
body.apple-landing-page .apple-floating-cart.is-empty,
body.apple-shop-page .apple-floating-cart.is-empty,
body.apple-product-page .apple-floating-cart.is-empty,
body.single-product .apple-floating-cart.is-empty {
	background: rgba(255, 255, 255, 0.94);
	color: #0f172a;
	border-color: rgba(148, 163, 184, 0.2);
}

.apple-floating-cart.is-empty .apple-floating-cart__count,
body.apple-landing-page .apple-floating-cart.is-empty .apple-floating-cart__count,
body.apple-shop-page .apple-floating-cart.is-empty .apple-floating-cart__count,
body.apple-product-page .apple-floating-cart.is-empty .apple-floating-cart__count,
body.single-product .apple-floating-cart.is-empty .apple-floating-cart__count {
	background: rgba(148, 163, 184, 0.22);
	color: #0f172a;
}

.apple-floating-cart[aria-disabled="true"],
body.apple-landing-page .apple-floating-cart[aria-disabled="true"],
body.apple-shop-page .apple-floating-cart[aria-disabled="true"],
body.apple-product-page .apple-floating-cart[aria-disabled="true"],
body.single-product .apple-floating-cart[aria-disabled="true"] {
	pointer-events: none;
	opacity: 0.72;
}

.apple-featured-products .added_to_cart.wc-forward,
.apple-shop-grid .added_to_cart.wc-forward,
.wp-block-woocommerce-product-collection .added_to_cart.wc-forward,
.apple-shop-featured-card .added_to_cart.wc-forward,
.products .added_to_cart.wc-forward,
.apple-featured-products .added_to_cart,
.apple-shop-grid .added_to_cart,
.wp-block-woocommerce-product-collection .added_to_cart,
.apple-shop-featured-card .added_to_cart,
.products .added_to_cart,
.wc-block-product .added_to_cart,
.product .added_to_cart {
	display: none !important;
}

.apple-cart-toast-stack {
	position: fixed;
	top: max(16px, calc(env(safe-area-inset-top, 0px) + 16px));
	right: max(16px, calc(env(safe-area-inset-right, 0px) + 16px));
	z-index: 1200;
	display: grid;
	pointer-events: none;
}

.apple-cart-toast {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: start;
	gap: 12px;
	width: min(420px, calc(100vw - 32px));
	padding: 14px 16px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(15, 23, 42, 0.96);
	color: #ffffff;
	box-shadow: 0 26px 54px rgba(15, 23, 42, 0.28);
	backdrop-filter: blur(22px);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px) scale(0.98);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	pointer-events: auto;
}

.apple-cart-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.apple-cart-toast__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: rgba(78, 191, 116, 0.2);
	color: #86efac;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
}

.apple-cart-toast__content {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.apple-cart-toast__message {
	margin: 0;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.45;
	color: #f8fafc;
}

.apple-cart-toast__action {
	color: #86efac;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.apple-cart-toast__action:hover {
	color: #bbf7d0;
}

.apple-cart-toast__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(248, 250, 252, 0.92);
	cursor: pointer;
}

[data-apple-navbar-cart-trigger] {
	position: relative;
}

.apple-navbar-cart-count {
	position: absolute;
	top: -8px;
	right: -10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--accent-green, #4ebf74);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 10px 20px rgba(78, 191, 116, 0.28);
}

.apple-navbar-cart-count.is-hidden {
	display: none;
}

.apple-floating-cart.is-bouncing,
[data-apple-navbar-cart-trigger].is-bouncing {
	animation: apple-cart-bounce 0.58s cubic-bezier(0.2, 0.9, 0.2, 1);
}

@keyframes apple-cart-bounce {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}

	28% {
		transform: translateY(-4px) scale(1.05);
	}

	52% {
		transform: translateY(0) scale(0.98);
	}

	76% {
		transform: translateY(-2px) scale(1.02);
	}
}

@media (min-width: 1100px) {
	body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar-backdrop {
		display: none;
	}

	body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .apple-shop-hero.apple-shop-showcase,
	body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .apple-shop-grid,
	body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .apple-benefits,
	body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .apple-shop-results-bar,
	body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .wp-block-woocommerce-product-collection,
	body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open .wp-block-query-pagination {
		padding-left: calc(var(--apple-shop-sidebar-width) + var(--apple-shop-sidebar-gap));
	}
}

@media (max-width: 1099px) {
	.apple-cart-toast {
		width: min(420px, calc(100vw - 24px));
	}

	body.apple-shop-page.apple-shop-sidebar-ready.apple-shop-sidebar-open {
		overflow: hidden;
	}

	body.apple-shop-page .apple-shop-search-dock {
		top: auto;
		bottom: calc(var(--apple-floating-cart-offset) + 128px + env(safe-area-inset-bottom, 0px) + var(--apple-mobile-viewport-bottom-inset));
		width: calc(100vw - 32px);
		max-width: 760px;
	}

	body.apple-landing-page .apple-floating-actions,
	body.apple-shop-page .apple-floating-actions,
	body.apple-product-page .apple-floating-actions,
	body.single-product .apple-floating-actions {
		top: auto;
		bottom: calc(var(--apple-floating-cart-offset) + 16px + env(safe-area-inset-bottom, 0px) + var(--apple-mobile-viewport-bottom-inset));
	}

	body.apple-shop-page .apple-floating-actions {
		left: max(16px, calc(env(safe-area-inset-left, 0px) + 12px));
		right: max(16px, calc(env(safe-area-inset-right, 0px) + 12px));
		transform: none;
		width: auto;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
		gap: 60px;
	}

	body.apple-shop-page .apple-floating-actions > .apple-shop-search-dock--floating {
		grid-column: 1 / -1;
		width: 100%;
		min-width: 0;
	}

	body.apple-shop-page .apple-floating-actions > .apple-filter-sidebar-toggle {
		width: 100%;
		justify-content: center;
		min-width: 0;
	}

	/* Compact cart: icon + count only, label hidden (mirrors the !important pin above) */
	.apple-floating-cart,
	body.apple-landing-page .apple-floating-cart,
	body.apple-shop-page .apple-floating-cart,
	body.apple-product-page .apple-floating-cart,
	body.single-product .apple-floating-cart {
		gap: 8px !important;
		padding: 0 14px !important;
		height: 46px !important;
	}

	.apple-floating-cart__icon,
	body.apple-landing-page .apple-floating-cart__icon,
	body.apple-shop-page .apple-floating-cart__icon,
	body.apple-product-page .apple-floating-cart__icon,
	body.single-product .apple-floating-cart__icon {
		display: block;
	}

	.apple-floating-cart__label,
	body.apple-landing-page .apple-floating-cart__label,
	body.apple-shop-page .apple-floating-cart__label,
	body.apple-product-page .apple-floating-cart__label,
	body.single-product .apple-floating-cart__label {
		display: none;
	}

	/* Search dock: collapses to a matching icon-only button pinned next to the cart,
	   independent of .apple-floating-actions' own layout (same pattern as the cart pin). */
	body.apple-shop-page .apple-shop-search-dock--floating {
		position: fixed !important;
		top: 20px !important;
		right: calc(3vw + 118px) !important;
		left: auto !important;
		bottom: auto !important;
		z-index: 999 !important;
		width: 46px !important;
		max-width: none !important;
		height: 46px !important;
		margin: 0 !important;
		flex: none !important;
		order: initial !important;
		border-radius: 999px;
		transition: width 0.2s ease, right 0.2s ease;
	}

	body.apple-shop-page .apple-shop-search-dock--floating.is-engaged {
		right: 3vw !important;
		width: calc(100vw - 6vw) !important;
		z-index: 1000 !important;
	}

	body.apple-shop-page .apple-shop-search-dock--floating .apple-shop-search {
		width: max(46px, 100%);
		height: 46px;
		padding: 0 12px;
		gap: 0;
		border-radius: 999px;
	}

	body.apple-shop-page .apple-shop-search-dock--floating .apple-shop-search__input {
		width: 0;
		opacity: 0;
		transition: width 0.2s ease, opacity 0.15s ease;
	}

	body.apple-shop-page .apple-shop-search-dock--floating.is-engaged .apple-shop-search {
		padding: 0 16px;
		gap: 12px;
	}

	body.apple-shop-page .apple-shop-search-dock--floating.is-engaged .apple-shop-search__input {
		width: 100%;
		opacity: 1;
	}

	body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar {
		top: auto;
		bottom: calc(var(--apple-floating-cart-offset) + 188px + env(safe-area-inset-bottom, 0px) + var(--apple-mobile-viewport-bottom-inset));
		width: min(86vw, 360px);
		max-height: min(58vh, 440px);
	}
}

@media (max-width: 640px) {
	.apple-cart-toast-stack {
		left: max(12px, calc(env(safe-area-inset-left, 0px) + 12px));
		right: max(12px, calc(env(safe-area-inset-right, 0px) + 12px));
	}

	.apple-cart-toast {
		width: 100%;
	}
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__notice {
	margin-bottom: 14px;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__notice .wc-block-components-notice-banner {
	border-radius: 22px;
	border: 1px solid rgba(239, 68, 68, 0.14);
	background: rgba(255, 247, 247, 0.98);
	box-shadow: none;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__notice .wc-block-components-notice-banner__content {
	color: #7f1d1d;
	font-size: 0.92rem;
	line-height: 1.5;
}

body.apple-shop-page.apple-shop-sidebar-ready .apple-filter-sidebar__notice .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 12px;
	padding: 12px 16px;
	border-radius: 999px;
	background: #0f172a;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

/*
 * WooCommerce's Cart block hides the per-line total (.wc-block-cart-item__total)
 * below a container-width breakpoint, losing the multiplied total for lines
 * with quantity > 1. Rather than fight its table column layout with CSS,
 * apple-experience.js copies that total next to the quantity stepper — this
 * just styles the line it inserts there.
 */
.apple-cart-line-total {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	font-size: 0.86rem;
	font-weight: 700;
	color: #0f172a;
}

.wc-block-cart-items {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	/* Always hide the native column so only the line below each product shows —
	   WooCommerce's own container-query breakpoint doesn't hide it consistently
	   at every width, which was causing it to overflow the card edge. */
	.wc-block-cart-item__total {
		display: none !important;
	}
}

@media (min-width: 769px) {
	.apple-cart-line-total {
		display: none;
	}
}

/*
 * Give the Klarna checkout option more visual weight — it's a customer
 * benefit (installment financing), not just another payment method to
 * downplay. Scoped to Klarna specifically via its unique label id/icon so
 * the card payment option is untouched.
 */
.wc-block-components-radio-control-accordion-option--checked-option-highlighted:has(
		#radio-control-wc-payment-method-options-woocommerce_payments_klarna__label
	) {
	border-color: #ff8fb3 !important;
	background: linear-gradient(180deg, rgba(255, 143, 179, 0.1), rgba(255, 143, 179, 0.02));
}

#radio-control-wc-payment-method-options-woocommerce_payments_klarna__label {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

#radio-control-wc-payment-method-options-woocommerce_payments_klarna__label .wcpay-payment-method-icon {
	width: 68px;
	height: auto;
}

#radio-control-wc-payment-method-options-woocommerce_payments_klarna__label .wc-block-components-payment-method-label {
	font-size: 1.02rem;
	font-weight: 700;
}

#radio-control-wc-payment-method-options-woocommerce_payments_klarna__label::after {
	content: "Divide tu pago en 3 plazos sin sorpresas";
	font-size: 0.8rem;
	font-weight: 500;
	color: #9d174d;
}

.klarna-mensualidad-block {
	border-radius: 16px;
	background: linear-gradient(135deg, #ffe4ec 0%, #fff0f5 100%);
	border: 1px solid rgba(255, 92, 157, 0.25);
}
