/*
Theme Name: Everything Store
Theme URI: https://everythingstore.ai/
Description: A refined Storefront child theme for Everything Store.
Author: Everything Store
Version: 1.1.0
Template: storefront
Text Domain: everythingstore
*/

:root {
	--es-ink: #102136;
	--es-ink-soft: #4d5c6d;
	--es-paper: #f7f4ee;
	--es-cream: #ebe6db;
	--es-white: #fffdf9;
	--es-orange: #ff6b35;
	--es-lime: #dfff5e;
	--es-blue: #c7d9ff;
	--es-line: rgba(16, 33, 54, 0.14);
	--es-radius: 24px;
	--es-shell: min(1200px, calc(100% - 48px));
}

html { scroll-behavior: smooth; }

body.everythingstore-theme {
	background: var(--es-paper);
	color: var(--es-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.everythingstore-theme h1,
.everythingstore-theme h2,
.everythingstore-theme h3,
.everythingstore-theme h4,
.everythingstore-theme p { color: inherit; }

.everythingstore-theme a { color: inherit; }
.everythingstore-theme .col-full { max-width: 1200px; }

.everythingstore-theme .site-header {
	background: rgba(247, 244, 238, .94);
	border: 0;
	border-bottom: 1px solid var(--es-line);
	box-shadow: none;
	padding: 22px 0 0;
	position: relative;
	z-index: 20;
}

.everythingstore-theme .site-branding .site-title a {
	color: var(--es-ink);
	font-size: 24px;
	font-weight: 850;
	letter-spacing: -1px;
}

.everythingstore-theme .site-branding .site-description { display: none; }

.everythingstore-theme .storefront-primary-navigation {
	background: transparent;
	border-top: 1px solid var(--es-line);
}

.everythingstore-theme .main-navigation ul.menu > li > a,
.everythingstore-theme .main-navigation ul.nav-menu > li > a {
	color: var(--es-ink);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: .04em;
	padding-top: 18px;
	padding-bottom: 18px;
	text-transform: uppercase;
}

.everythingstore-theme .site-header-cart .cart-contents,
.everythingstore-theme .site-search .widget_product_search form::before { color: var(--es-ink); }

.everythingstore-theme .site-content > .col-full {
	max-width: none;
	margin: 0;
	padding: 0;
}

.everythingstore-theme.home .content-area,
.everythingstore-theme.home .site-main { float: none; width: 100%; margin: 0; }
.everythingstore-theme.home .widget-area { display: none; }

.es-shell { width: var(--es-shell); margin: 0 auto; }
.es-section { padding: 110px 0; }
.es-eyebrow {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: .13em;
	margin: 0 0 22px;
	text-transform: uppercase;
}
.es-eyebrow::before { background: var(--es-orange); border-radius: 99px; content: ""; height: 8px; width: 8px; }

.es-hero {
	background:
		radial-gradient(circle at 8% 20%, rgba(255,255,255,.8), transparent 24%),
		linear-gradient(135deg, var(--es-paper) 0%, #ede8dc 100%);
	min-height: 720px;
	overflow: hidden;
	position: relative;
}

.es-hero__grid { align-items: center; display: grid; grid-template-columns: .96fr 1.04fr; gap: 80px; min-height: 720px; padding: 76px 0; }
.es-hero__copy { position: relative; z-index: 2; }
.es-hero h1 { font-size: clamp(58px, 6vw, 88px); font-weight: 820; letter-spacing: -.065em; line-height: .92; margin: 0 0 30px; }
.es-hero h1 em { color: var(--es-orange); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.es-hero__intro { color: var(--es-ink-soft); font-size: 18px; line-height: 1.7; margin: 0 0 34px; max-width: 585px; }
.es-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.es-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 28px;
	justify-content: center;
	letter-spacing: .02em;
	padding: 17px 23px;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.es-button:hover { transform: translateY(-2px); }
.es-button--primary { background: var(--es-ink); color: white !important; box-shadow: 0 10px 30px rgba(16,33,54,.16); }
.es-button--primary:hover { background: var(--es-orange); }
.es-button--light { background: var(--es-white); color: var(--es-ink) !important; }
.es-text-link { align-items: center; display: inline-flex; font-size: 14px; font-weight: 800; gap: 10px; text-decoration: none !important; }
.es-text-link span { color: var(--es-orange); font-size: 18px; }

.es-hero__proof { border-top: 1px solid var(--es-line); display: flex; gap: 36px; margin-top: 54px; padding-top: 25px; }
.es-hero__proof div { display: grid; gap: 2px; }
.es-hero__proof strong { font-size: 18px; }
.es-hero__proof span { color: var(--es-ink-soft); font-size: 12px; }

.es-hero__visual { min-height: 570px; position: relative; }
.es-orbit { border: 1px solid rgba(16,33,54,.15); border-radius: 50%; position: absolute; }
.es-orbit--one { height: 540px; right: -60px; top: 10px; width: 540px; }
.es-orbit--two { border-color: rgba(255,107,53,.34); height: 410px; right: 5px; top: 75px; width: 410px; }
.es-hero-card {
	background: var(--es-white);
	border-radius: 190px 190px 30px 30px;
	box-shadow: 0 32px 80px rgba(38,42,50,.16);
	display: block;
	height: 500px;
	left: 80px;
	overflow: hidden;
	position: absolute;
	text-decoration: none !important;
	top: 35px;
	transform: rotate(3deg);
	transition: transform .3s ease;
	width: 360px;
}
.es-hero-card:hover { transform: rotate(0) translateY(-5px); }
.es-hero-card__badge { background: var(--es-lime); border-radius: 99px; font-size: 11px; font-weight: 850; left: 28px; letter-spacing: .06em; padding: 9px 13px; position: absolute; text-transform: uppercase; top: 32px; z-index: 2; }
.es-hero-card__image { height: 405px; }
.es-hero-card__image img { height: 100%; object-fit: cover; width: 100%; }
.es-hero-card__meta { align-items: center; display: flex; font-size: 13px; justify-content: space-between; padding: 23px 25px; }
.es-hero-card__meta span { font-weight: 760; max-width: 210px; }
.es-hero-card__meta strong { color: var(--es-orange); font-size: 16px; }
.es-float-note { backdrop-filter: blur(12px); background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.7); border-radius: 99px; box-shadow: 0 12px 40px rgba(16,33,54,.1); font-size: 11px; font-weight: 750; padding: 12px 17px; position: absolute; }
.es-float-note--top { right: -6px; top: 82px; }
.es-float-note--bottom { bottom: 62px; left: 8px; }

.es-benefits { background: var(--es-ink); color: white; }
.es-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.es-benefits__grid > div { align-items: center; border-right: 1px solid rgba(255,255,255,.18); display: flex; gap: 20px; justify-content: center; padding: 25px 35px; }
.es-benefits__grid > div:last-child { border-right: 0; }
.es-benefit-icon { align-items: center; background: rgba(255,255,255,.1); border-radius: 50%; color: var(--es-lime); display: flex; flex: 0 0 42px; height: 42px; justify-content: center; }
.es-benefits p { display: grid; gap: 2px; margin: 0; }
.es-benefits strong { font-size: 13px; }
.es-benefits p span { color: rgba(255,255,255,.64); font-size: 11px; }

.es-section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 44px; }
.es-section-heading h2 { font-size: clamp(40px, 5vw, 66px); font-weight: 800; letter-spacing: -.055em; line-height: 1; margin: 0; }
.es-section-heading .es-eyebrow { margin-bottom: 18px; }
.es-section-heading > p { color: var(--es-ink-soft); font-size: 14px; margin: 0 0 7px; }

.es-category-grid { display: grid; gap: 20px; grid-template-columns: 1.15fr .9fr .9fr; }
.es-category-card { border-radius: var(--es-radius); color: var(--es-ink) !important; min-height: 390px; overflow: hidden; padding: 28px; position: relative; text-decoration: none !important; transition: transform .25s ease; }
.es-category-card:hover { transform: translateY(-6px); }
.es-category-card--workspace { background: #c9dbff; }
.es-category-card--audio { background: #f0c5b3; }
.es-category-card--everyday-carry { background: #d6e99e; }
.es-category-card__number { font-size: 11px; font-weight: 850; letter-spacing: .12em; position: relative; z-index: 2; }
.es-category-card__art { border-radius: 18px; height: 210px; margin: 16px 0 20px; overflow: hidden; position: relative; }
.es-category-card__art::after { background: linear-gradient(180deg, transparent 58%, rgba(16, 33, 54, .16)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.es-category-card__art img { display: block; height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.es-category-card:hover .es-category-card__art img { transform: scale(1.035); }
.es-category-card--workspace .es-category-card__art img { object-position: center 35%; }
.es-category-card--audio .es-category-card__art img { object-position: center; }
.es-category-card--everyday-carry .es-category-card__art img { object-position: center 42%; }
.es-category-card__copy { align-items: end; display: grid; grid-template-columns: 1fr auto; position: relative; z-index: 2; }
.es-category-card__copy h3 { font-size: 27px; font-weight: 800; grid-column: 1; letter-spacing: -.035em; margin: 0 0 6px; }
.es-category-card__copy p { font-size: 13px; grid-column: 1; line-height: 1.5; margin: 0; max-width: 230px; }
.es-circle-arrow { align-items: center; background: var(--es-ink); border-radius: 50%; color: white; display: flex; grid-column: 2; grid-row: 1 / span 2; height: 44px; justify-content: center; width: 44px; }

.es-products { background: var(--es-white); }
.es-product-grid { display: grid; gap: 42px 22px; grid-template-columns: repeat(3, 1fr); }
.es-product-card { min-width: 0; position: relative; }
.es-product-card__image { background: #f2efe8; border-radius: 20px; display: block; overflow: hidden; position: relative; text-decoration: none; }
.es-product-card__image::after { border: 1px solid rgba(16,33,54,.08); border-radius: 20px; content: ""; inset: 0; pointer-events: none; position: absolute; }
.es-product-card__image img { aspect-ratio: 1 / 1; display: block; height: auto; object-fit: cover; transition: transform .35s ease; width: 100%; }
.es-product-card:hover .es-product-card__image img { transform: scale(1.025); }
.es-product-tag { background: var(--es-orange); border-radius: 99px; color: white; font-size: 10px; font-weight: 850; left: 16px; letter-spacing: .07em; padding: 8px 11px; position: absolute; text-transform: uppercase; top: 16px; z-index: 2; }
.es-product-card__body { align-items: start; display: flex; gap: 15px; justify-content: space-between; padding: 18px 2px 13px; }
.es-product-card__body h3 { font-size: 16px; font-weight: 780; letter-spacing: -.015em; margin: 0 0 4px; }
.es-product-card__body h3 a { text-decoration: none; }
.es-product-card__category,
.es-product-card__category a { color: #78828c; font-size: 11px; text-decoration: none; }
.es-product-card__price { color: var(--es-ink); font-size: 15px; white-space: nowrap; }
.es-product-card__action { align-items: center; border-top: 1px solid var(--es-line); display: flex; font-size: 12px; font-weight: 800; justify-content: space-between; padding: 12px 2px; text-decoration: none !important; text-transform: uppercase; }
.es-product-card__action span { color: var(--es-orange); font-size: 20px; font-weight: 400; }

.es-story { background: var(--es-white); padding-top: 20px; }
.es-story__card { align-items: center; background: var(--es-ink); border-radius: 32px; color: white; display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; min-height: 480px; overflow: hidden; padding: 65px 80px; position: relative; }
.es-story__shape { height: 330px; position: relative; }
.es-story__shape::before { background: var(--es-orange); border-radius: 48% 52% 67% 33% / 53% 34% 66% 47%; content: ""; height: 290px; left: 30px; position: absolute; top: 18px; transform: rotate(-10deg); width: 290px; }
.es-story__shape span { background: var(--es-lime); border-radius: 50%; height: 170px; left: 150px; position: absolute; top: 78px; width: 170px; }
.es-story__shape i { border: 2px solid rgba(255,255,255,.8); border-radius: 50%; height: 230px; left: 75px; position: absolute; top: 45px; width: 230px; }
.es-story__copy { position: relative; z-index: 2; }
.es-story__copy h2 { font-size: clamp(45px, 5vw, 68px); font-weight: 780; letter-spacing: -.06em; line-height: .98; margin: 0 0 22px; }
.es-story__copy > p:not(.es-eyebrow) { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; margin: 0 0 30px; max-width: 560px; }
.es-story .es-eyebrow::before { background: var(--es-lime); }

.es-newsletter { background: var(--es-paper); }
.es-newsletter__inner { align-items: center; border-bottom: 1px solid var(--es-line); border-top: 1px solid var(--es-line); display: grid; gap: 40px; grid-template-columns: 1.2fr .9fr auto; padding: 55px 0; }
.es-newsletter__inner h2 { font-size: 39px; font-weight: 780; letter-spacing: -.045em; margin: 0; }
.es-newsletter__inner .es-eyebrow { margin-bottom: 10px; }
.es-newsletter__inner > p { color: var(--es-ink-soft); font-size: 14px; line-height: 1.6; margin: 0; }

.everythingstore-theme .site-footer { background: var(--es-paper); color: var(--es-ink-soft); padding: 25px 0 60px; }
.everythingstore-theme .site-info { border: 0; font-size: 12px; padding: 0; }

.es-footer-policy-links {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 12px 24px;
	justify-content: center;
	margin: 0 auto 18px;
}

.es-footer-policy-links a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.es-language-switcher {
	font-size: 13px;
	position: relative;
	z-index: 50;
}

.es-language-switcher summary {
	align-items: center;
	background: var(--es-ink);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	box-shadow: 0 12px 35px rgba(16, 33, 54, .2);
	color: white;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	list-style: none;
	padding: 13px 18px;
	user-select: none;
}

.es-language-switcher summary::-webkit-details-marker { display: none; }
.es-language-switcher__icon { color: var(--es-lime); font-size: 17px; line-height: 1; }
.es-language-switcher__current { color: white; min-width: 48px; text-align: left; }
.es-language-switcher__chevron { color: rgba(255, 255, 255, .58); font-size: 10px; line-height: 1; transition: transform .2s ease; }
.es-language-switcher[open] .es-language-switcher__chevron { transform: rotate(180deg); }
.es-language-switcher[open] summary { background: var(--es-orange); }

.es-language-switcher__panel {
	background: var(--es-white);
	border: 1px solid var(--es-line);
	border-radius: 16px;
	box-shadow: 0 20px 55px rgba(16, 33, 54, .2);
	min-width: 240px;
	padding: 17px;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
}

.site-header > .col-full { position: relative; }
.site-header .es-language-switcher { margin: 0; position: absolute; right: 0; top: 0; }
.site-header .site-search { margin: 0 185px 20px 0; width: 280px; }
.site-header .es-language-switcher__current { max-width: 105px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.es-language-switcher__panel > label {
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 11px;
}

.es-language-switcher__panel > small {
	color: var(--es-ink-soft);
	display: block;
	font-size: 9px;
	margin-top: 9px;
}

.es-language-switcher__select {
	appearance: none;
	background: var(--es-paper) linear-gradient(45deg, transparent 50%, var(--es-orange) 50%) calc(100% - 15px) 50% / 6px 6px no-repeat;
	border: 1px solid var(--es-line);
	border-radius: 10px;
	color: var(--es-ink);
	cursor: pointer;
	font: 700 12px/1.2 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0 !important;
	max-width: none;
	padding: 11px 32px 11px 12px;
	width: 100%;
}

.es-google-translator {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: fixed;
	top: -10000px;
	width: 1px;
}

iframe.VIpgJd-ZVi9od-ORHb-OEVmcd,
.goog-te-banner-frame { display: none !important; visibility: hidden !important; }

body,
body.translated-ltr,
body.translated-rtl { top: 0 !important; }

@media (max-width: 980px) {
	:root { --es-shell: min(100% - 36px, 760px); }
	.es-hero__grid { gap: 25px; grid-template-columns: 1fr 1fr; }
	.es-hero h1 { font-size: 56px; }
	.es-hero-card { left: 5px; width: 320px; }
	.es-float-note--top { right: 0; }
	.es-category-grid { grid-template-columns: 1fr 1fr; }
	.es-category-card:first-child { grid-column: 1 / -1; }
	.es-product-grid { grid-template-columns: repeat(2, 1fr); }
	.es-story__card { gap: 25px; grid-template-columns: .8fr 1.2fr; padding: 55px 45px; }
	.es-newsletter__inner { grid-template-columns: 1fr auto; }
	.es-newsletter__inner > p { grid-column: 1; }
	.es-newsletter__inner > .es-button { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 767px) {
	:root { --es-shell: calc(100% - 28px); --es-radius: 18px; }
	.everythingstore-theme .site-header { padding-top: 16px; }
	.es-section { padding: 78px 0; }
	.es-hero { min-height: 0; }
	.es-hero__grid { grid-template-columns: 1fr; min-height: 0; padding: 60px 0 40px; }
	.es-hero h1 { font-size: clamp(49px, 15vw, 65px); }
	.es-hero__intro { font-size: 16px; }
	.es-hero__proof { gap: 20px; justify-content: space-between; }
	.es-hero__visual { min-height: 520px; }
	.es-hero-card { height: 450px; left: 50%; top: 25px; transform: translateX(-50%) rotate(2deg); width: min(330px, 88vw); }
	.es-hero-card:hover { transform: translateX(-50%) rotate(0); }
	.es-hero-card__image { height: 355px; }
	.es-orbit--one { height: 430px; right: -100px; width: 430px; }
	.es-orbit--two { right: -35px; }
	.es-float-note--top { right: 0; top: 60px; }
	.es-float-note--bottom { bottom: 28px; left: 0; }
	.es-benefits__grid { grid-template-columns: 1fr; }
	.es-benefits__grid > div { border-bottom: 1px solid rgba(255,255,255,.14); border-right: 0; justify-content: flex-start; padding: 22px 8px; }
	.es-section-heading { align-items: start; flex-direction: column; gap: 22px; }
	.es-section-heading h2 { font-size: 44px; }
	.es-category-grid { grid-template-columns: 1fr; }
	.es-category-card:first-child { grid-column: auto; }
	.es-category-card { min-height: 360px; }
	.es-product-grid { gap: 36px 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.es-product-card__body { align-items: flex-start; flex-direction: column; gap: 7px; }
	.es-product-card__body h3 { font-size: 14px; }
	.es-product-card__action { font-size: 10px; }
	.es-story { padding-top: 0; }
	.es-story__card { gap: 10px; grid-template-columns: 1fr; padding: 35px 25px 45px; }
	.es-story__shape { height: 245px; transform: scale(.8); transform-origin: center; }
	.es-story__shape::before { left: 50%; margin-left: -145px; }
	.es-story__shape span { left: 50%; margin-left: 5px; }
	.es-story__shape i { left: 50%; margin-left: -115px; }
	.es-newsletter__inner { align-items: start; grid-template-columns: 1fr; }
	.es-newsletter__inner > p,
	.es-newsletter__inner > .es-button { grid-column: 1; grid-row: auto; }
	.everythingstore-theme:not(.csl-landing-page) .site-header > .col-full { position: relative; }
	.site-header .es-language-switcher { margin: 0; position: absolute; right: 80px; top: 0; }
	.site-header .es-language-switcher summary { padding: 9px 11px; }
	.site-header .es-language-switcher__current { max-width: 62px; }
}

@media (max-width: 420px) {
	.es-product-grid { grid-template-columns: 1fr; }
	.es-hero__proof span { max-width: 70px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Shop-inspired discovery homepage. */
.home.everythingstore-theme {
	--shop-violet: #5433eb;
	--shop-violet-wash: #c0b5f3;
	--shop-canvas: #f2f4f5;
	--shop-white: #ffffff;
	--shop-ink: #000000;
	--shop-muted: #787574;
	--shop-border: #ebebeb;
	background: var(--shop-canvas);
	color: var(--shop-ink);
}

.home.everythingstore-theme .site-header { display: none; }
.home.everythingstore-theme .site-content { margin: 0; }
.home.everythingstore-theme .site-footer { display: none; }

.es-shop-home {
	font-family: "Source Sans Pro", "PingFang SC", "PingFang TC", "Microsoft YaHei", "Noto Sans CJK SC", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: -.02em;
	margin: 0;
}

.es-shop-frame {
	background: var(--shop-white);
	border-radius: 0;
	box-shadow: none;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	margin: 0;
	max-width: none;
	min-height: 100vh;
	overflow: hidden;
	width: 100%;
}

.es-shop-rail {
	align-items: center;
	background: var(--shop-white);
	border-right: 1px solid var(--shop-border);
	display: flex;
	flex-direction: column;
	height: 100vh;
	left: 0;
	min-height: 0;
	padding: 19px 10px;
	position: fixed;
	top: 0;
	width: 68px;
	z-index: 5;
}

.es-shop-rail__mark {
	align-items: center;
	display: flex;
	height: 44px;
	justify-content: center;
	text-decoration: none !important;
	width: 44px;
}

.es-shop-rail__mark img { border-radius: 12px; display: block; height: 42px; object-fit: cover; width: 42px; }
.es-shop-rail__nav { display: grid; gap: 12px; margin: auto 0; }

.es-shop-rail__nav a,
.es-shop-rail__account {
	align-items: center;
	border-radius: 20px;
	color: #a4a5a7 !important;
	display: flex;
	height: 48px;
	justify-content: center;
	text-decoration: none !important;
	transition: background .2s ease, transform .2s ease;
	width: 48px;
}

.es-shop-rail__cart { position: relative; }
.es-cart-count {
	align-items: center;
	background: var(--shop-violet);
	border: 2px solid var(--shop-white);
	border-radius: 999px;
	color: var(--shop-white);
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	height: 20px;
	justify-content: center;
	line-height: 1;
	min-width: 20px;
	padding: 0 5px;
	position: absolute;
	right: 1px;
	top: 0;
	z-index: 1;
}
.es-cart-count[hidden] { display: none; }

.es-shop-rail__nav a:hover,
.es-shop-rail__nav a.is-active,
.es-shop-rail__account:hover { background: var(--shop-canvas); color: var(--shop-ink) !important; transform: translateY(-1px); }
.es-shop-rail__account { flex-direction: column; font-size: 11px; gap: 4px; height: auto; min-height: 58px; width: 56px; }
.es-shop-rail__account > span { line-height: 1; }
.es-shop-canvas { grid-column: 2; min-width: 0; }

.es-rail-icon {
	display: block;
	fill: currentColor;
	flex: 0 0 auto;
	height: 25px;
	width: 25px;
}

.es-shop-promo {
	align-items: center;
	background: var(--shop-ink);
	color: var(--shop-white) !important;
	display: flex;
	font-size: 12px;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	padding: 10px 24px;
	text-decoration: none !important;
}

.es-shop-promo__icon {
	align-items: center;
	border-radius: 7px;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	overflow: hidden;
	width: 24px;
}

.es-shop-promo__icon img { display: block; height: 24px; object-fit: cover; width: 24px; }

.es-shop-topbar {
	align-items: center;
	border-bottom: 1px solid var(--shop-border);
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr auto auto;
	min-height: 78px;
	padding: 12px clamp(24px, 4vw, 68px);
}

.es-shop-wordmark {
	color: var(--shop-ink) !important;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -.055em;
	text-decoration: none !important;
}

.es-shop-topbar > nav { align-items: center; display: flex; gap: 26px; }
.es-shop-topbar > nav a { color: var(--shop-ink); font-size: 13px; text-decoration: none; }
.es-shop-topbar > nav a:hover { color: var(--shop-violet); }
.es-shop-topbar .es-language-switcher { margin: 0; }
.es-shop-topbar .es-language-switcher summary { box-shadow: none; padding: 10px 14px; }
.es-shop-topbar .es-language-switcher__panel { z-index: 70; }

.es-shop-hero {
	background: var(--shop-white);
	overflow: hidden;
	padding: 34px clamp(22px, 4vw, 72px) 70px;
	position: relative;
	text-align: center;
}

.es-shop-constellation {
	height: 300px;
	margin: 0 calc(clamp(22px, 4vw, 72px) * -1) -8px;
	overflow: hidden;
	position: relative;
}

.es-shop-marquee__track {
	animation: es-shop-marquee-scroll 30s linear infinite;
	display: flex;
	gap: 28px;
	width: max-content;
	will-change: transform;
}

.es-shop-constellation:hover .es-shop-marquee__track,
.es-shop-constellation:focus-within .es-shop-marquee__track { animation-play-state: paused; }

.es-shop-marquee__group {
	display: flex;
	flex: 0 0 auto;
	gap: 28px;
}

@keyframes es-shop-marquee-scroll {
	to { transform: translateX(calc(-50% - 14px)); }
}

.es-shop-float-card {
	background: var(--shop-white);
	border-radius: 26px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	color: var(--shop-ink) !important;
	display: block;
	flex: 0 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	text-decoration: none !important;
	transition: transform .25s ease, box-shadow .25s ease;
}

.es-shop-float-card:hover { box-shadow: 0 16px 34px rgba(0, 0, 0, .14); transform: translateY(-5px); }
.es-shop-float-card img { display: block; height: 100%; object-fit: cover; width: 100%; }
.es-shop-float-card > span { background: rgba(255, 255, 255, .94); bottom: 0; font-size: 11px; left: 0; padding: 10px 12px; position: absolute; right: 0; }
.es-shop-float-card--shirt { height: 220px; margin-top: 16px; width: 170px; }
.es-shop-float-card--bag { height: 230px; margin-top: 34px; width: 205px; }
.es-shop-float-card--shoes { height: 145px; margin-top: 2px; width: 220px; }
.es-shop-float-card--sunglasses { height: 172px; margin-top: 108px; width: 250px; }
.es-shop-float-card--tote { height: 220px; margin-top: 20px; width: 180px; }
.es-shop-float-card--blanket { height: 174px; margin-top: 76px; width: 190px; }
.es-shop-float-card--beauty { height: 200px; margin-top: 8px; width: 170px; }
.es-shop-float-card--hoodie { height: 190px; margin-top: 58px; width: 180px; }

.es-shop-hero h1 {
	color: var(--shop-violet);
	font-size: clamp(56px, 7.3vw, 104px);
	font-weight: 700;
	letter-spacing: -.075em;
	line-height: .95;
	margin: 0;
}

.es-shop-hero h1 span { color: var(--shop-violet); }

.es-shop-search {
	align-items: center;
	background: var(--shop-white);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 9999px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .09);
	display: flex;
	margin: 0 auto;
	max-width: 650px;
	padding: 5px;
	position: relative;
	width: 100%;
}

.es-shop-search input[type="search"] {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--shop-ink);
	font-size: 16px;
	margin: 0;
	outline: none;
	padding: 13px 18px;
	width: 100%;
}

.es-shop-search input[type="search"]::placeholder { color: var(--shop-muted); }
.es-shop-search input[type="search"]:focus { background: transparent; }
.es-shop-search button {
	align-items: center;
	background: var(--shop-violet);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 4px 24px rgba(69, 36, 219, .34);
	color: var(--shop-white);
	display: flex;
	flex: 0 0 48px;
	font-size: 22px;
	height: 48px;
	justify-content: center;
	padding: 0;
	transition: transform .2s ease, box-shadow .2s ease;
}

.es-shop-search button:hover { background: var(--shop-violet); box-shadow: 0 8px 30px rgba(69, 36, 219, .42); transform: translateX(2px); }
.es-home-conversation {
	align-items: center;
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(16, 24, 40, .1);
	border-radius: 999px;
	box-shadow: 0 12px 34px rgba(16, 24, 40, .12);
	display: flex;
	gap: 10px;
	margin: 24px auto 0;
	max-width: 560px;
	padding: 6px;
	text-align: left;
	width: 100%;
}
.es-home-conversation__visual {
	align-items: center;
	background: #f4f5f7;
	border-radius: 50%;
	color: #697386;
	display: inline-flex;
	flex: 0 0 42px;
	height: 42px;
	justify-content: center;
	width: 42px;
}
.es-home-conversation__visual .es-rail-icon { height: 19px; width: 19px; }
.es-home-conversation input[type="search"] {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--shop-ink);
	flex: 1 1 auto;
	font-size: 15px;
	margin: 0;
	min-width: 0;
	outline: 0;
	padding: 10px 0;
}
.es-home-conversation input[type="search"]::placeholder { color: #7b8492; }
.es-home-conversation button {
	align-items: center;
	background: #f1f2f4;
	border: 0;
	border-radius: 50%;
	color: #454b54;
	display: inline-flex;
	flex: 0 0 42px;
	font-size: 20px;
	height: 42px;
	justify-content: center;
	padding: 0;
	transition: background .2s ease, color .2s ease, transform .2s ease;
	width: 42px;
}
.es-home-conversation button:hover,
.es-home-conversation button:focus-visible { background: var(--shop-violet); color: var(--shop-white); transform: translateX(2px); }
.es-home-conversation__prompts { display: flex; flex-wrap: nowrap; gap: 8px; margin: 16px auto 20px; max-width: 100%; overflow-x: auto; padding: 2px 4px 8px; scrollbar-width: none; }
.es-home-conversation__prompts::-webkit-scrollbar { display: none; }
.es-home-conversation__prompts a { align-items: center; background: #fff; border: 1px solid var(--shop-border); border-radius: 999px; box-shadow: 0 2px 8px rgba(0, 0, 0, .06); color: var(--shop-ink) !important; display: inline-flex; flex: 0 0 auto; font-size: 12px; font-weight: 650; gap: 8px; min-height: 40px; padding: 4px 12px 4px 4px; text-decoration: none !important; white-space: nowrap; }
.es-home-conversation__prompts a:first-child { margin-left: auto; }
.es-home-conversation__prompts a:last-child { margin-right: auto; }
.es-home-conversation__prompts a:hover,
.es-home-conversation__prompts a:focus-visible { border-color: var(--shop-violet); color: var(--shop-violet) !important; }
.es-home-conversation__prompt-image { align-items: center; background: #f0f1f4; border-radius: 50%; display: inline-flex; flex: 0 0 30px; height: 30px; justify-content: center; overflow: hidden; }
.es-home-conversation__prompt-image img { display: block; height: 100%; object-fit: contain; width: 100%; }
.es-shop-chips { display: flex; flex-wrap: nowrap; gap: 10px; justify-content: center; margin: 28px auto 0; max-width: 1040px; overflow-x: auto; scrollbar-width: none; width: 100%; }
.es-shop-chips::-webkit-scrollbar { display: none; }

.es-shop-chips a {
	align-items: center;
	background: var(--shop-white);
	border: 1px solid var(--shop-border);
	border-radius: 9999px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	color: var(--shop-ink) !important;
	display: inline-flex;
	font-size: 13px;
	gap: 8px;
	padding: 7px 14px 7px 8px;
	text-decoration: none !important;
	white-space: nowrap;
}

.es-shop-chips a:hover { border-color: var(--shop-violet-wash); color: var(--shop-violet) !important; }
.es-shop-chip-dot { background: #aeb2b7; border-radius: 50%; display: block; height: 18px; width: 18px; }
.es-shop-chip-dot--2 { background: #2254aa; }
.es-shop-chip-dot--3 { background: #bc4e6c; }
.es-shop-chip-dot--4 { background: #158650; }
.es-shop-chip-dot--5 { background: #c42132; }
.es-shop-chip-dot--6 { background: #e2b122; }
.es-shop-chip-dot--7 { background: #8062c8; }

.es-iphone-campaign {
	background:
		radial-gradient(circle at 50% 54%, rgba(84, 51, 235, .08), transparent 34%),
		var(--shop-white);
	padding-bottom: 72px;
}

.es-shop-constellation--iphone {
	border-bottom: 1px solid rgba(18, 18, 18, .06);
	height: 290px;
	margin-bottom: 44px;
}

.es-shop-float-card--iphone {
	background: #f5f5f7;
	border: 1px solid rgba(18, 18, 18, .05);
}

.es-shop-float-card--iphone img {
	background: #f5f5f7;
	object-fit: contain;
}

.es-iphone-campaign__copy {
	margin: 0 auto;
	max-width: 1120px;
}

.es-iphone-campaign h1 {
	align-items: center;
	color: var(--shop-ink);
	display: flex;
	font-size: clamp(52px, 6.8vw, 96px);
	flex-wrap: wrap;
	gap: 0 .16em;
	justify-content: center;
}

.es-iphone-campaign h1 span { color: var(--shop-violet); }

.es-iphone-campaign__go {
	align-items: center;
	background: var(--shop-ink);
	border-radius: 50%;
	color: var(--shop-white) !important;
	display: inline-flex;
	flex: 0 0 64px;
	font-size: 16px;
	font-weight: 700;
	height: 64px;
	justify-content: center;
	letter-spacing: .02em;
	line-height: 1;
	padding: 0;
	text-decoration: none !important;
	transition: background .2s ease, transform .2s ease;
	width: 64px;
}

.es-iphone-campaign h1 .es-iphone-campaign__go span { color: inherit; }
.es-iphone-campaign__go:hover { background: var(--shop-violet); transform: translateY(-2px); }

/* Homepage concept 04: real catalogue products on an elliptical orbit. */
.es-home-orbit {
	background: #ded8ff;
	padding: 28px clamp(20px, 4vw, 72px) 38px;
	text-align: left;
}
.es-home-orbit__heading,
.es-home-orbit__focus {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 15;
}
.es-home-orbit__heading h1 {
	color: #17181d;
	font-size: clamp(30px, 3.4vw, 52px);
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: 1.1;
}
.es-home-orbit__heading > span,
.es-home-orbit__focus > span {
	color: #555966;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}
.es-home-orbit__stage {
	height: clamp(370px, 36vw, 540px);
	margin: -6px auto 0;
	max-width: 1380px;
	position: relative;
}
.es-home-orbit__stage::before {
	background: radial-gradient(ellipse at center, #f7f6f3 0%, #f7f6f3 32%, rgba(247, 246, 243, 0) 71%);
	content: "";
	inset: -4% -10%;
	position: absolute;
}
.es-home-orbit__ring {
	border: 1px solid rgba(93, 67, 232, .38);
	border-radius: 50%;
	box-shadow: 0 0 0 30px rgba(93, 67, 232, .025), 0 0 0 80px rgba(93, 67, 232, .018);
	height: 57%;
	left: 10%;
	position: absolute;
	top: 21%;
	width: 80%;
}
.es-home-orbit__ring::before,
.es-home-orbit__ring::after {
	background: #5d43e8;
	border-radius: 50%;
	content: "";
	height: 8px;
	position: absolute;
	top: 50%;
	width: 8px;
}
.es-home-orbit__ring::before { left: -4px; }
.es-home-orbit__ring::after { right: -4px; }
.es-home-orbit__products { inset: 0; position: absolute; }
.es-home-orbit__product {
	align-items: center;
	color: #17181d !important;
	display: flex;
	flex-direction: column;
	height: clamp(170px, 20vw, 280px);
	justify-content: center;
	left: 50%;
	position: absolute;
	text-decoration: none !important;
	top: 50%;
	transform-origin: center;
	width: clamp(170px, 20vw, 280px);
}
.es-home-orbit__product:nth-of-type(1) { transform: translate(-50%, 0) scale(1); z-index: 12; }
.es-home-orbit__product:nth-of-type(2) { transform: translate(calc(-50% - 34vw), -25%) scale(.75); z-index: 7; }
.es-home-orbit__product:nth-of-type(3) { transform: translate(calc(-50% - 21vw), -95%) scale(.66); z-index: 4; }
.es-home-orbit__product:nth-of-type(4) { transform: translate(calc(-50% + 21vw), -95%) scale(.66); z-index: 4; }
.es-home-orbit__product:nth-of-type(5) { transform: translate(calc(-50% + 34vw), -25%) scale(.75); z-index: 7; }
.es-home-orbit__product img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.es-home-orbit__product > span { display: none; }
.es-home-orbit__product:hover img,
.es-home-orbit__product:focus-visible img { filter: drop-shadow(0 12px 18px rgba(40, 30, 100, .22)); }
.es-home-orbit__product:focus-visible { outline: 3px solid #5d43e8; outline-offset: 5px; }
.es-home-orbit .es-home-conversation {
	box-shadow: 0 20px 55px rgba(36, 30, 100, .18);
	left: 50%;
	margin: 0;
	max-width: 570px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}
.es-home-orbit .es-home-conversation button { background: #5d43e8; color: #fff; }
.es-home-orbit .es-home-conversation button:hover { background: #3922b5; }
.es-home-orbit__focus { margin: -4px 0 20px; }
.es-home-orbit__focus > div { display: flex; flex-direction: column; gap: 3px; }
.es-home-orbit__focus small {
	color: #555966;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.es-home-orbit__focus a {
	color: #17181d !important;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.2;
	text-decoration: none !important;
}
.es-home-orbit__focus a:hover { color: #5d43e8 !important; }
.es-home-orbit__categories { margin-top: 22px; }
.es-home-orbit .es-home-conversation__prompts { justify-content: center; margin-bottom: 0; }
.es-home-orbit__stage--empty { height: 120px; }

@media (max-width: 720px) {
	.es-home-orbit { padding: 26px 16px 38px; }
	.es-home-orbit__heading > span,
	.es-home-orbit__focus > span { display: none; }
	.es-home-orbit__stage { display: flex; flex-direction: column; height: auto; margin: 22px -16px 0; }
	.es-home-orbit__stage::before,
	.es-home-orbit__ring { display: none; }
	.es-home-orbit__products { display: flex; gap: 12px; order: 1; overflow-x: auto; padding: 6px 16px 20px; position: relative; scrollbar-width: thin; }
	.es-home-orbit__product,
	.es-home-orbit__product:nth-of-type(n) {
		background: rgba(255, 255, 255, .72);
		border: 1px solid rgba(93, 67, 232, .12);
		border-radius: 20px;
		flex: 0 0 164px;
		height: 190px;
		left: auto;
		padding: 10px;
		position: relative;
		top: auto;
		transform: none !important;
		width: 164px;
	}
	.es-home-orbit__product img { height: 150px; }
	.es-home-orbit__product > span { display: block; font-size: 12px; font-weight: 700; text-align: center; }
	.es-home-orbit .es-home-conversation { margin: 0 16px 20px; max-width: none; order: 0; position: relative; left: auto; top: auto; transform: none; width: calc(100% - 32px); }
	.es-home-orbit__focus { margin: 2px 0 18px; }
	.es-home-orbit .es-home-conversation__prompts { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
	.es-home-orbit__product { transition: none; }
}

.es-shop-departments { background: var(--shop-canvas); padding: 80px clamp(28px, 5vw, 96px) 96px; }
.es-shop-section-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin: 0 0 42px; max-width: none; }
.es-shop-section-heading p { color: var(--shop-muted); font-size: 11px; letter-spacing: .1em; margin: 0 0 12px; text-transform: uppercase; }
.es-shop-section-heading h2 { color: var(--shop-ink); font-size: clamp(38px, 3.5vw, 62px); font-weight: 700; letter-spacing: -.055em; line-height: 1; margin: 0; }
.es-shop-section-heading > a { color: var(--shop-ink); font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.es-shop-section-heading > a span { color: var(--shop-violet); margin-left: 5px; }

.es-product-matrix-nav {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 0 74px;
}

.es-product-matrix-nav a {
	align-items: center;
	background: var(--shop-white);
	border: 1px solid var(--shop-border);
	border-radius: 9999px;
	color: var(--shop-ink) !important;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: space-between;
	min-height: 46px;
	padding: 0 16px;
	text-decoration: none !important;
}

.es-product-matrix-nav a:hover { border-color: var(--shop-violet); color: var(--shop-violet) !important; }
.es-product-matrix-nav strong { color: var(--shop-violet); font-size: 12px; }

.es-product-matrix-section { margin: 0 0 76px; scroll-margin-top: 24px; }
.es-product-matrix-section > header { align-items: center; display: flex; justify-content: space-between; margin: 0 0 20px; }
.es-product-matrix-section h3 { color: var(--shop-ink); font-size: clamp(26px, 2.2vw, 38px); font-weight: 650; letter-spacing: -.045em; margin: 0; }
.es-product-matrix-section > header > a { color: var(--shop-ink) !important; font-size: 13px; font-weight: 600; text-decoration: none !important; }
.es-product-matrix-section > header > a span,
.es-product-matrix-card__link span { color: var(--shop-violet); margin-left: 6px; }

.es-product-matrix-grid { display: grid; gap: clamp(14px, 1.6vw, 24px); }
.es-product-matrix-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.es-product-matrix-grid--travel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.es-product-matrix-grid--chargers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.es-product-matrix-grid--fans { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.es-product-matrix-grid--wearables { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.es-product-matrix-pair {
	display: grid;
	gap: clamp(24px, 3vw, 46px);
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.es-product-matrix-card {
	background: var(--shop-white);
	border: 1px solid var(--shop-border);
	border-radius: 22px;
	color: var(--shop-ink) !important;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none !important;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.es-product-matrix-card:hover { border-color: rgba(91, 52, 245, .34); box-shadow: 0 18px 42px rgba(21, 24, 28, .09); transform: translateY(-4px); }

.es-product-matrix-card__media {
	aspect-ratio: 1.12 / 1;
	background: #f7f7f8;
	display: block;
	overflow: hidden;
}

.es-product-matrix-card__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	padding: clamp(12px, 1.5vw, 24px);
	transition: transform .3s ease;
	width: 100%;
}

.es-product-matrix-card:hover .es-product-matrix-card__media img { transform: scale(1.035); }

.es-product-matrix-card__body {
	color: var(--shop-ink);
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 20px;
}

.es-product-matrix-card__body > strong {
	display: -webkit-box;
	font-size: 14px;
	font-weight: 650;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.35;
	overflow: hidden;
}

.es-product-matrix-card__price { color: var(--shop-ink); font-size: 14px; font-weight: 700; }
.es-product-matrix-card__price del { color: var(--shop-muted); font-weight: 500; }
.es-product-matrix-card__price ins { text-decoration: none; }
.es-product-matrix-card__colors { display: flex; flex-wrap: wrap; gap: 7px 10px; min-height: 22px; }
.es-product-matrix-card__color { align-items: center; color: var(--shop-muted); display: inline-flex; font-size: 10px; gap: 5px; line-height: 1.2; }
.es-product-matrix-card__color > i { background: var(--es-swatch); border: 1px solid rgba(18, 18, 18, .18); border-radius: 4px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28); display: block; flex: 0 0 auto; height: 14px; width: 14px; }
.es-product-matrix-card__link { font-size: 12px; font-weight: 600; margin-top: auto; padding-top: 8px; }

.es-product-matrix-card--large {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(180px, .85fr);
}

.es-product-matrix-card--large .es-product-matrix-card__media { aspect-ratio: auto; min-height: 330px; }
.es-product-matrix-card--large .es-product-matrix-card__body { justify-content: center; padding: clamp(24px, 3vw, 42px); }
.es-product-matrix-card--large .es-product-matrix-card__body > strong { font-size: clamp(20px, 1.8vw, 30px); -webkit-line-clamp: 3; }
.es-product-matrix-card--large .es-product-matrix-card__price { font-size: 18px; }

body.translated-ltr .es-product-matrix-section h3,
body.translated-rtl .es-product-matrix-section h3 {
	letter-spacing: 0;
}

body.translated-ltr .es-shop-section-heading h2,
body.translated-rtl .es-shop-section-heading h2 {
	letter-spacing: 0;
}

body.translated-ltr .es-shop-section-heading h2,
body.translated-rtl .es-shop-section-heading h2 {
	line-height: 1.12;
}

/* Keep translated product labels compact and readable across CJK scripts. */
body.translated-ltr .es-product-matrix-card__body > strong,
body.translated-rtl .es-product-matrix-card__body > strong {
	line-height: 1.4;
}

.es-shop-closing {
	align-items: center;
	background: var(--shop-ink);
	color: var(--shop-white);
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0;
	padding: 68px clamp(26px, 6vw, 96px) 38px;
}

.es-shop-closing p { color: rgba(255, 255, 255, .62); font-size: 12px; margin: 0 0 10px; text-transform: uppercase; }
.es-shop-closing h2 { color: var(--shop-white); font-size: clamp(30px, 4vw, 52px); font-weight: 500; letter-spacing: -.055em; line-height: 1.05; margin: 0; max-width: 760px; }
.es-shop-closing > a { background: var(--shop-white); border-radius: 9999px; color: var(--shop-ink) !important; flex: 0 0 auto; font-size: 13px; padding: 15px 20px; text-decoration: none !important; }
.es-shop-closing > a span { color: var(--shop-violet); margin-left: 18px; }

.es-shop-closing__meta {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .16);
	display: flex;
	gap: 28px;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding-top: 26px;
}

.es-shop-closing__meta .site-info {
	color: rgba(255, 255, 255, .65);
	font-size: 12px;
	line-height: 1.6;
	padding: 0;
}

.es-shop-closing__meta .site-info a,
.es-shop-closing__meta .es-footer-policy-links a {
	color: var(--shop-white);
}

.es-shop-closing__meta .es-footer-policy-links {
	color: var(--shop-white);
	font-size: 12px;
	justify-content: flex-end;
	margin: 0;
}

@media (max-width: 1180px) {
	.es-product-matrix-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.es-product-matrix-pair { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
	.es-shop-frame { border-radius: 20px; grid-template-columns: 1fr; }
	.es-shop-rail { display: none; }
	.es-shop-canvas { grid-column: 1; }
	.es-shop-topbar { grid-template-columns: 1fr auto; }
	.es-shop-topbar > nav { display: none; }
	.es-shop-constellation { height: 260px; }
	.es-shop-float-card--shirt { height: 190px; width: 145px; }
	.es-shop-float-card--bag { height: 190px; width: 170px; }
	.es-shop-float-card--shoes { width: 190px; }
	.es-shop-float-card--tote { height: 190px; width: 150px; }
	.es-product-matrix-grid--fans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.es-product-matrix-card--large { grid-template-columns: 1fr; }
	.es-product-matrix-card--large .es-product-matrix-card__media { aspect-ratio: 1.12 / 1; min-height: 0; }
}

@media (max-width: 650px) {
	.es-shop-frame { border-radius: 0; margin: 0; width: 100%; }
	.es-shop-promo { min-height: 42px; }
	.es-shop-topbar { min-height: 68px; padding: 10px 16px; }
	.es-shop-wordmark { font-size: 18px; }
	.es-shop-topbar .es-language-switcher summary { padding: 8px 10px; }
	.es-shop-topbar .es-language-switcher__current { max-width: 62px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.es-shop-hero { padding: 22px 16px 54px; }
	.es-shop-marquee__track { animation-duration: 22s; gap: 16px; }
	.es-shop-marquee__group { gap: 16px; }
	.es-shop-constellation { height: 190px; }
	.es-shop-constellation--iphone { margin-bottom: 30px; }
	.es-shop-float-card > span { display: none; }
	.es-shop-float-card--shirt { height: 145px; margin-top: 12px; width: 108px; }
	.es-shop-float-card--bag { height: 150px; margin-top: 28px; width: 115px; }
	.es-shop-float-card--shoes { height: 88px; margin-top: 0; width: 132px; }
	.es-shop-float-card--sunglasses { height: 108px; margin-top: 68px; width: 152px; }
	.es-shop-float-card--tote { height: 145px; margin-top: 14px; width: 108px; }
	.es-shop-float-card--blanket { height: 108px; margin-top: 50px; width: 122px; }
	.es-shop-float-card--beauty { height: 132px; margin-top: 6px; width: 110px; }
	.es-shop-float-card--hoodie { height: 122px; margin-top: 40px; width: 116px; }
	.es-shop-hero h1 { font-size: clamp(44px, 13vw, 64px); }
	.es-iphone-campaign h1 { font-size: clamp(42px, 12vw, 58px); }
	.es-iphone-campaign__go { flex-basis: 48px; font-size: 13px; height: 48px; width: 48px; }
	.es-shop-search input[type="search"] { font-size: 14px; padding-left: 14px; }
	.es-shop-search button { flex-basis: 44px; height: 44px; }
	.es-home-conversation { margin-top: 20px; max-width: 430px; }
	.es-home-conversation__prompts { margin-left: -16px; margin-right: -16px; max-width: none; padding: 2px 16px 8px; }
	.es-shop-chips { flex-wrap: nowrap; justify-content: flex-start; margin-left: -16px; margin-right: -16px; overflow-x: auto; padding: 0 16px 8px; scrollbar-width: none; }
	.es-shop-chips::-webkit-scrollbar { display: none; }
	.es-shop-chips a { flex: 0 0 auto; }
	.es-shop-departments { padding: 54px 16px 62px; }
	.es-shop-section-heading { align-items: flex-start; flex-direction: column; }
	.es-product-matrix-nav { display: flex; margin: 0 -16px 48px; overflow-x: auto; padding: 0 16px 8px; scrollbar-width: none; }
	.es-product-matrix-nav::-webkit-scrollbar { display: none; }
	.es-product-matrix-nav a { flex: 0 0 auto; gap: 22px; }
	.es-product-matrix-section { margin-bottom: 54px; }
	.es-product-matrix-grid--three,
	.es-product-matrix-grid--travel,
	.es-product-matrix-grid--chargers,
	.es-product-matrix-grid--fans,
	.es-product-matrix-grid--wearables { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.es-product-matrix-card { border-radius: 16px; }
	.es-product-matrix-card__body { padding: 13px 12px 15px; }
	.es-product-matrix-card__body > strong { font-size: 12px; }
	.es-product-matrix-card__price { font-size: 13px; }
	.es-product-matrix-card__colors { gap: 6px; }
	.es-product-matrix-card__color { font-size: 9px; }
	.es-product-matrix-card__link { display: none; }
	.es-shop-closing { align-items: flex-start; grid-template-columns: 1fr; padding: 52px 22px 30px; }
	.es-shop-closing > a,
	.es-shop-closing__meta { grid-column: 1; }
	.es-shop-closing__meta { align-items: flex-start; flex-direction: column; gap: 18px; width: 100%; }
	.es-shop-closing__meta .es-footer-policy-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
	.es-shop-marquee__track { animation: none; transform: none; }
	.es-shop-marquee__group[aria-hidden="true"] { display: none; }
}

/* Shop-style application chrome for catalog, product, cart, account and content pages. */
body.es-shop-chrome {
	background: #f2f4f5;
	color: #121212;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	padding: 12px 12px 12px 80px;
}

body.es-shop-chrome #page {
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
	margin: 0;
	max-width: none;
	min-height: calc(100vh - 24px);
	overflow: hidden;
}

body.es-shop-chrome .site-header { display: none; }
body.es-shop-chrome .site-content { margin: 0; padding: 0; }
body.es-shop-chrome .site-content > .col-full { margin: 0 auto; max-width: 1200px; padding: 36px 32px 118px; }
body.es-shop-chrome .content-area { float: none; margin: 0; width: 100%; }
body.es-shop-chrome .widget-area { display: none; }
body.es-shop-chrome .site-main { margin: 0; }
body.es-shop-chrome .site-footer { background: #fff; padding: 24px 28px 42px; }

.es-global-rail {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: calc(100vh - 24px);
	justify-content: space-between;
	left: 12px;
	padding: 14px 0 8px;
	position: fixed;
	top: 12px;
	width: 56px;
	z-index: 120;
}

.es-global-rail__mark {
	align-items: center;
	display: flex;
	height: 42px;
	justify-content: center;
	text-decoration: none !important;
	width: 42px;
}

.es-global-rail__mark img { border-radius: 11px; display: block; height: 40px; object-fit: cover; width: 40px; }
.es-global-rail nav { display: grid; gap: 12px; }
.es-global-rail nav a,
.es-global-rail__account {
	align-items: center;
	border-radius: 18px;
	color: #787574 !important;
	display: flex;
	height: 44px;
	justify-content: center;
	text-decoration: none !important;
	transition: background .18s ease, color .18s ease, transform .18s ease;
	width: 44px;
}

.es-global-rail nav a:hover,
.es-global-rail nav a.is-active,
.es-global-rail__account:hover,
.es-global-rail__account.is-active { background: #fff; color: #121212 !important; transform: translateY(-1px); }
.es-global-rail__account { flex-direction: column; font-size: 10px; gap: 4px; height: auto; min-height: 56px; width: 56px; }
.es-global-rail__account > span { line-height: 1; }
.es-global-mobile-bar { display: none; }

.es-global-language {
	position: fixed;
	right: 28px;
	top: 25px;
	z-index: 150;
}

.es-global-language .es-language-switcher summary {
	background: #121212;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
	height: 40px;
	padding: 0 15px;
}

.es-global-language .es-language-switcher[open] summary { background: #5433eb; }

.es-shop-search-dock {
	align-items: center;
	background: rgba(255, 255, 255, .96);
	border: 1px solid #ebebeb;
	border-radius: 9999px;
	bottom: 18px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .14);
	display: flex;
	left: calc(50% + 34px);
	max-width: 510px;
	padding: 5px;
	position: fixed;
	transform: translateX(-50%);
	width: calc(100% - 180px);
	z-index: 140;
}

.es-shop-search-dock input[type="search"] {
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 16px;
	margin: 0;
	outline: none;
	padding: 12px 16px;
	width: 100%;
}

.es-shop-search-dock button {
	align-items: center;
	background: #f2f4f5;
	border: 0;
	border-radius: 50%;
	color: #121212;
	display: flex;
	flex: 0 0 44px;
	font-size: 20px;
	height: 44px;
	justify-content: center;
	padding: 0;
}

/* Shop-style category discovery page. */
body.es-categories-view .site-content > .col-full {
	max-width: none;
	padding: 0 0 118px;
}

body.es-categories-view .storefront-breadcrumb { display: none; }

.es-categories {
	max-width: none;
	padding: 36px 30px 90px;
	width: 100%;
}

.es-categories__intro > h1 {
	color: #121212;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1;
	margin: 8px 0 34px;
	text-align: center;
}

.es-curation-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.es-curation-card {
	background: #d9d9d9;
	border-radius: 24px;
	color: #fff !important;
	display: block;
	height: 158px;
	overflow: hidden;
	position: relative;
	text-decoration: none !important;
}

.es-curation-card > img {
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
	width: 100%;
}

.es-curation-card:hover > img { transform: scale(1.035); }
.es-curation-card__shade { background: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, .68)); inset: 0; position: absolute; }

.es-curation-card__copy {
	bottom: 20px;
	display: grid;
	left: 20px;
	line-height: 1.25;
	max-width: calc(100% - 75px);
	position: absolute;
	z-index: 2;
}

.es-curation-card__copy strong { font-size: 17px; font-weight: 700; }
.es-curation-card__copy small { font-size: 12px; margin-top: 3px; opacity: .92; }

.es-curation-card__arrow {
	align-items: center;
	background: rgba(255, 255, 255, .22);
	border-radius: 50%;
	bottom: 17px;
	display: flex;
	font-size: 17px;
	height: 34px;
	justify-content: center;
	position: absolute;
	right: 17px;
	width: 34px;
	z-index: 2;
}

.es-category-browser { margin-top: 38px; }
.es-category-browser > h2,
.es-category-shelf__heading h2 { color: #121212; font-size: 20px; font-weight: 700; letter-spacing: -.035em; margin: 0; }

.es-category-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 22px;
}

.es-category-card {
	background: var(--category-card-color);
	border-radius: 22px;
	color: #fff !important;
	display: block;
	min-height: 158px;
	padding: 17px 16px 16px;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease;
}

.es-category-card:hover { box-shadow: 0 10px 28px rgba(0, 0, 0, .14); transform: translateY(-2px); }
.es-category-card > strong { display: block; font-size: 16px; line-height: 1.2; margin-bottom: 16px; }

.es-category-card__products { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.es-category-card__products > span {
	align-items: center;
	background: #f7f7f7;
	border-radius: 15px;
	display: flex;
	height: 84px;
	justify-content: center;
	overflow: hidden;
}

.es-category-card__products img { height: 100%; margin: 0; object-fit: contain; width: 100%; }

.es-category-shelf { border-top: 1px solid #ebebeb; margin-top: 54px; padding-top: 28px; }
.es-category-shelf__heading { align-items: center; color: #121212 !important; display: flex; justify-content: space-between; text-decoration: none !important; }
.es-category-shelf__heading > span { color: #5433eb; font-size: 18px; }

.es-category-products {
	display: flex;
	gap: 14px;
	margin: 20px -30px 0;
	overflow-x: auto;
	padding: 0 30px 12px;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.es-category-products::-webkit-scrollbar { display: none; }
.es-category-product { flex: 0 0 176px; min-width: 0; scroll-snap-align: start; }

.es-category-product__image {
	align-items: center;
	background: #f7f7f7;
	border-radius: 20px;
	display: flex;
	height: 176px;
	justify-content: center;
	overflow: hidden;
}

.es-category-product__image img { height: 100%; margin: 0; object-fit: contain; transition: transform .25s ease; width: 100%; }
.es-category-product:hover .es-category-product__image img { transform: scale(1.035); }
.es-category-product > small { color: #787574; display: block; font-size: 11px; margin-top: 10px; }
.es-category-product h3 { font-size: 13px; font-weight: 600; line-height: 1.28; margin: 4px 0 5px; }
.es-category-product h3 a { color: #121212; display: -webkit-box; overflow: hidden; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.es-category-product__price { color: #121212; font-size: 13px; font-weight: 700; }

.es-categories__closing {
	align-items: end;
	background: #121212;
	border-radius: 28px;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr auto;
	margin-top: 62px;
	padding: 38px 40px;
}

.es-categories__closing p { color: #a4a4a4; font-size: 12px; grid-column: 1 / -1; margin: 0 0 10px; }
.es-categories__closing h2 { color: #fff; font-size: 30px; letter-spacing: -.045em; margin: 0; }
.es-categories__closing > a { color: #fff; font-size: 14px; text-decoration: none; }
.es-categories__closing > a span { color: #7d61ff; margin-left: 10px; }

body.es-shop-chrome .storefront-breadcrumb { margin: 0; padding: 18px 0 8px; }
body.es-shop-chrome .woocommerce-breadcrumb { color: #787574; font-size: 13px; text-align: center; }
body.es-shop-chrome .woocommerce-breadcrumb a { color: #787574; }

body.es-shop-chrome .woocommerce-products-header { padding: 0 0 30px; text-align: center; }
body.es-shop-chrome .woocommerce-products-header__title.page-title,
body.es-shop-chrome .page-title {
	color: #121212;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.08;
	margin: 0;
}

.es-archive-breadcrumb { align-items: center; color: #787574; display: flex; font-size: 13px; gap: 8px; justify-content: center; margin-top: 10px; }
.es-archive-breadcrumb a { color: #787574; text-decoration: none; }
.es-archive-breadcrumb b { color: #acb0aa; font-weight: 400; }

.es-catalog-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 8px 0 36px;
}

.es-filter-pill,
body.es-shop-chrome .woocommerce-ordering select {
	align-items: center;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 9999px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	color: #121212 !important;
	display: inline-flex;
	font-size: 14px;
	height: 40px;
	padding: 0 16px;
	text-decoration: none !important;
}

.es-filter-pill.is-active { background: #121212; border-color: #121212; color: #fff !important; }
body.es-shop-chrome .woocommerce-result-count { display: none; }
body.es-shop-chrome .woocommerce-ordering { float: none; margin: -26px 0 26px; text-align: center; }
body.es-shop-chrome .woocommerce-ordering select { appearance: auto; min-width: 150px; }
.es-catalog-filter-bar + .storefront-sorting .woocommerce-pagination { display: none; }

body.es-shop-chrome ul.products {
	display: grid !important;
	gap: 30px 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0 !important;
}

body.es-shop-chrome ul.products::before,
body.es-shop-chrome ul.products::after { display: none !important; }

body.es-shop-chrome ul.products li.product {
	float: none !important;
	margin: 0 !important;
	min-width: 0;
	position: relative;
	text-align: left;
	width: auto !important;
}

body.es-shop-chrome ul.products li.product a.woocommerce-LoopProduct-link { display: block; text-decoration: none; }
body.es-shop-chrome ul.products li.product img {
	aspect-ratio: 1 / 1;
	background: #f7f7f7;
	border-radius: 20px;
	display: block;
	height: auto;
	margin: 0 0 9px;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

body.es-shop-chrome ul.products li.product:hover img { transform: scale(1.02); }
.es-loop-product-category,
.es-loop-product-category a { color: #787574 !important; font-size: 11px; line-height: 1.3; text-decoration: none !important; }

body.es-shop-chrome ul.products li.product .woocommerce-loop-product__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #121212;
	display: -webkit-box;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 1.25;
	margin: 3px 0 5px;
	overflow: hidden;
	padding: 0;
}

body.es-shop-chrome ul.products li.product .price { color: #121212; font-size: 13px; font-weight: 700; margin: 4px 0 0; }
body.es-shop-chrome ul.products li.product .star-rating { color: #e7bd34; font-size: 11px; margin: 4px 0; }
body.es-shop-chrome ul.products li.product .onsale {
	background: #121212;
	border: 0;
	border-radius: 9999px;
	color: #fff;
	font-size: 10px;
	left: 9px;
	line-height: 1;
	margin: 0;
	min-height: 0;
	padding: 6px 8px;
	position: absolute;
	right: auto;
	top: 9px;
	z-index: 3;
}

body.single-product.es-shop-chrome .storefront-breadcrumb { display: none; }
body.single-product.es-shop-chrome .site-content > .col-full { max-width: 1060px; padding-top: 20px; }
body.single-product.es-shop-chrome div.product {
	align-items: start;
	display: grid;
	gap: 34px 70px;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	margin: 0 auto;
}

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

body.single-product.es-shop-chrome div.product .woocommerce-product-gallery,
body.single-product.es-shop-chrome div.product .summary {
	float: none;
	margin: 0;
	width: auto;
}

body.single-product.es-shop-chrome div.product .woocommerce-product-gallery {
	/* The stable initial layout can display the first image before Woo's JS. */
	opacity: 1 !important;
	position: relative;
}
/* Keep the server-rendered gallery in one row before FlexSlider wraps it.
 * The native horizontal scroller keeps every image reachable if enhancement
 * fails; after initialization these direct-child rules no longer apply. */
body.single-product.es-shop-chrome div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
	display: flex;
	height: 585px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}
body.single-product.es-shop-chrome div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	flex: 0 0 100%;
	scroll-snap-align: start;
}
/* FlexSlider first expands the wrapper to N * 100% and only assigns each
 * slide's pixel width on the following frame. Keep that intermediate frame
 * horizontal and bounded so it cannot push the summary thousands of pixels
 * down the page on a throttled connection. */
body.single-product.es-shop-chrome div.product .woocommerce-product-gallery .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	float: left;
	max-width: min(585px, calc(100vw - 32px));
}
/* FlexSlider adds a 58px thumbnail row plus Storefront's 1.618em viewport
 * margin. Reserve the same space while the multi-image gallery initializes. */
body.single-product.es-shop-chrome div.product .woocommerce-product-gallery:has(> .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image + .woocommerce-product-gallery__image) {
	padding-bottom: calc(58px + 1.618em);
}
body.single-product.es-shop-chrome div.product .woocommerce-product-gallery__trigger { display: none; }
body.single-product.es-shop-chrome div.product .woocommerce-product-gallery__image > a { align-items: center; aspect-ratio: 1 / 1; background: #f7f7f7; border-radius: 28px; display: flex; height: 585px; justify-content: center; overflow: hidden; }
body.single-product.es-shop-chrome div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image > a { height: 100%; }
body.single-product.es-shop-chrome div.product .woocommerce-product-gallery__image img {
	background: #f7f7f7;
	border-radius: 28px;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

body.single-product.es-shop-chrome .flex-control-thumbs { display: flex; gap: 8px; margin: 10px 0 0; overflow-x: auto; }
body.single-product.es-shop-chrome .flex-control-thumbs li { flex: 0 0 58px; float: none; margin: 0 !important; width: 58px !important; }
body.single-product.es-shop-chrome .flex-control-thumbs img { aspect-ratio: 1 / 1; border-radius: 10px; object-fit: contain; }
body.single-product.es-shop-chrome div.product .summary { padding-top: 12px; position: sticky; top: 24px; }

.es-product-merchant { align-items: center; display: flex; gap: 10px; margin: 0 0 22px; }
.es-product-merchant > span { align-items: center; background: #f2f4f5; border-radius: 50%; display: flex; font-size: 12px; font-weight: 800; height: 36px; justify-content: center; width: 36px; }
.es-product-merchant > div { display: grid; gap: 2px; }
.es-product-merchant strong { color: #121212; font-size: 14px; }
.es-product-merchant small,
.es-product-merchant small a { color: #787574; font-size: 11px; text-decoration: none; }

body.single-product.es-shop-chrome div.product .product_title {
	color: #121212;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1.15;
	margin: 0 0 12px;
}

body.single-product.es-shop-chrome div.product .woocommerce-product-rating { margin: 0 0 18px; }
body.single-product.es-shop-chrome div.product .price { color: #121212; font-size: 24px; font-weight: 700; margin: 0 0 26px; }
body.single-product.es-shop-chrome div.product .woocommerce-product-details__short-description { color: #666; font-size: 14px; }
.es-product-availability { background: #fff1ec; border-radius: 9999px; color: #bb4d2f; display: inline-block; font-size: 12px; margin: 0 0 14px; padding: 6px 10px; }
body.single-product.es-shop-chrome div.product form.cart { display: grid; gap: 12px; margin: 28px 0 10px; }

body.single-product.es-shop-chrome table.variations {
	border: 0;
	margin: 0 0 8px;
}

body.single-product.es-shop-chrome table.variations tbody,
body.single-product.es-shop-chrome table.variations tr,
body.single-product.es-shop-chrome table.variations th,
body.single-product.es-shop-chrome table.variations td {
	display: block;
}

body.single-product.es-shop-chrome table.variations tr { margin: 0 0 18px; }
body.single-product.es-shop-chrome table.variations th,
body.single-product.es-shop-chrome table.variations td { background: transparent; padding: 0; }
body.single-product.es-shop-chrome table.variations th.label { font-size: 13px; font-weight: 600; margin: 0 0 9px; }

.es-variation-native-select {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.es-variation-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.es-variation-option {
	align-items: center;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 9999px;
	box-shadow: none;
	color: #121212;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 16px;
	transition: border-color .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.es-variation-option:hover { border-color: #777; }
.es-variation-option.is-selected { border-color: #121212; box-shadow: inset 0 0 0 1px #121212; }
.es-variation-option:focus-visible { outline: 2px solid #5433eb; outline-offset: 2px; }
.es-variation-option:disabled { cursor: not-allowed; opacity: .35; }
.es-variation-option__color { border: 1px solid rgba(0, 0, 0, .12); border-radius: 50%; display: block; height: 20px; width: 20px; }
body.single-product.es-shop-chrome table.variations .reset_variations { color: #787574; display: inline-block; font-size: 12px; margin-top: 10px; text-underline-offset: 3px; }

.es-quantity-label { color: #121212; font-size: 13px; font-weight: 600; }
body.single-product.es-shop-chrome div.product form.cart .quantity {
	align-items: center;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 9999px;
	display: grid;
	float: none;
	grid-template-columns: 36px 1fr 36px;
	margin: 0;
	overflow: hidden;
	width: 132px;
}
body.single-product.es-shop-chrome div.product form.cart .qty {
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 44px;
	width: 100%;
}

.es-qty-button { background: transparent; border: 0; color: #121212; font-size: 18px; height: 44px; padding: 0; width: 36px; }
.es-qty-button:hover { background: #f2f4f5; }

body.single-product.es-shop-chrome div.product form.cart .single_add_to_cart_button {
	background: #5433eb;
	border-radius: 9999px;
	box-shadow: 0 8px 26px rgba(84, 51, 235, .25);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	height: 52px;
	margin: 0;
	width: 100%;
}

body.single-product.es-shop-chrome div.product form.cart .single_add_to_cart_button:hover { background: #4527d8; }
.es-buy-now-button {
	align-items: center;
	background: #121212;
	border-radius: 9999px;
	color: #fff !important;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 52px;
	justify-content: center;
	margin-top: 8px;
	text-decoration: none !important;
	width: 100%;
}

.es-buy-now-button:hover { background: #000; }
.es-share-button {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 9999px;
	color: #121212;
	font-size: 14px;
	font-weight: 600;
	height: 44px;
	margin-top: 10px;
	width: 100%;
}
.es-share-button:hover { background: #f2f4f5; }
body.single-product.es-shop-chrome div.product .product_meta { border-top: 1px solid #ebebeb; color: #787574; font-size: 12px; margin-top: 22px; padding-top: 18px; }
body.single-product.es-shop-chrome div.product .woocommerce-tabs,
body.single-product.es-shop-chrome div.product .related,
body.single-product.es-shop-chrome div.product .upsells { grid-column: 1 / -1; width: 100%; }
body.single-product.es-shop-chrome div.product .woocommerce-tabs { border-top: 1px solid #ebebeb; margin-top: 20px; padding-top: 28px; }
body.single-product.es-shop-chrome div.product .woocommerce-tabs ul.tabs { border: 0; margin: 0 0 24px; width: 100%; }
body.single-product.es-shop-chrome div.product .woocommerce-tabs .panel { float: none; margin: 0; width: 100%; }
body.single-product.es-shop-chrome div.product .related > h2 { font-size: 24px; letter-spacing: -.04em; margin-bottom: 22px; }
body.single-product.es-shop-chrome div.product .related ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.single-product.es-shop-chrome .storefront-product-pagination { display: none !important; }

body.es-shop-chrome .woocommerce-pagination .page-numbers li .page-numbers {
	border-radius: 50%;
	height: 38px;
	line-height: 38px;
	margin: 0 3px;
	padding: 0;
	width: 38px;
}

@media (max-width: 1100px) {
	.es-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	body.es-shop-chrome ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	body.single-product.es-shop-chrome div.product { gap: 38px; }
}

@media (max-width: 767px) {
	body.es-shop-chrome { padding: 0; }
	body.es-shop-chrome #page { border-radius: 0; min-height: 100vh; padding-top: 62px; }
	body.es-shop-chrome .site-content > .col-full { padding: 26px 16px 104px; }
	body.es-categories-view .site-content > .col-full { padding: 0 0 104px; }
	.es-global-rail { display: none; }
	.es-global-mobile-bar {
		align-items: center;
		background: rgba(255, 255, 255, .96);
		border-bottom: 1px solid #ebebeb;
		display: flex;
		height: 62px;
		justify-content: space-between;
		left: 0;
		padding: 0 126px 0 16px;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 130;
	}
	.es-global-mobile-bar > a { color: #121212; font-size: 17px; font-weight: 800; letter-spacing: -.05em; text-decoration: none; }
	.es-global-mobile-bar nav { display: flex; gap: 12px; }
	.es-global-mobile-bar nav a { color: #121212; font-size: 12px; text-decoration: none; }
	.es-global-language { right: 8px; top: 11px; }
	.es-global-language .es-language-switcher summary { height: 40px; max-width: 112px; padding: 0 10px; }
	.es-global-language .es-language-switcher__current { max-width: 62px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.es-shop-search-dock { bottom: 12px; left: 12px; max-width: none; transform: none; width: calc(100% - 24px); }
	body.es-shop-chrome .woocommerce-products-header__title.page-title,
	body.es-shop-chrome .page-title { font-size: 31px; }
	.es-catalog-filter-bar { flex-wrap: nowrap; justify-content: flex-start; margin-left: -16px; margin-right: -16px; overflow-x: auto; padding: 0 16px 8px; }
	.es-filter-pill { flex: 0 0 auto; }
	body.es-shop-chrome .woocommerce-ordering { margin-top: -18px; }
	body.es-shop-chrome ul.products { gap: 26px 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.es-shop-chrome ul.products li.product img { border-radius: 16px; }
	body.single-product.es-shop-chrome .site-content > .col-full { padding-top: 16px; }
	body.single-product.es-shop-chrome div.product { display: block; }
	body.single-product.es-shop-chrome div.product .summary { padding-top: 26px; position: static; }
	body.single-product.es-shop-chrome div.product .product_title { font-size: 25px; }
	body.single-product.es-shop-chrome div.product .woocommerce-product-gallery__image > a { border-radius: 20px; height: auto; min-height: 360px; }
	body.single-product.es-shop-chrome div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper { height: max(360px, calc(100vw - 32px)); }
	body.single-product.es-shop-chrome div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image > a { height: 100%; }
	body.single-product.es-shop-chrome div.product .woocommerce-product-gallery__image img { border-radius: 20px; height: auto; max-height: none; }
	body.single-product.es-shop-chrome div.product .related ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.es-categories { padding: 28px 16px 72px; }
	.es-categories__intro > h1 { font-size: 32px; margin-bottom: 26px; }
	.es-curation-grid { display: flex; margin: 0 -16px; overflow-x: auto; padding: 0 16px 8px; scroll-snap-type: x mandatory; }
	.es-curation-card { flex: 0 0 82vw; height: 150px; scroll-snap-align: start; }
	.es-category-grid { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.es-category-card { border-radius: 18px; min-height: 150px; padding: 15px 13px 13px; }
	.es-category-card__products > span { border-radius: 12px; height: 76px; }
	.es-category-products { margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; }
	.es-category-product { flex-basis: 150px; }
	.es-category-product__image { height: 150px; }
	.es-categories__closing { align-items: start; display: block; margin-top: 44px; padding: 30px 24px; }
	.es-categories__closing h2 { font-size: 26px; margin-bottom: 24px; }
}
