/*
Theme Name: Everything Store
Theme URI: https://everythingstore.ai/
Description: A refined Storefront child theme for Everything Store.
Author: Everything Store
Version: 1.0.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-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; }
}
