/* The Edit — curated lifestyle, muted editorial. Scoped to body.theme-theedit. */
body.theme-theedit { --te-slate: var(--primary-color, #2D3142); --te-taupe: var(--secondary-color, #BFA181); --te-line: #e4e2dd; --te-surface: var(--surface, #fff); --te-text: var(--text-primary, #2D3142); background: var(--store-bg, #F4F3F1); }
body.theme-theedit .container { max-width: 1160px; margin-inline: auto; padding-inline: 24px; }

body.theme-theedit .te-hero { padding: 84px 0 64px; text-align: center; }
body.theme-theedit .te-kicker { font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--te-taupe); }
body.theme-theedit .te-title { font-size: clamp(34px, 5vw, 58px); font-weight: 700; letter-spacing: -.01em; color: var(--te-slate); margin: 16px 0; }
body.theme-theedit .te-sub { font-size: 16px; color: #6b6e7a; line-height: 1.7; margin: 0 auto 26px; max-width: 48ch; }
body.theme-theedit .te-cta { display: inline-block; background: var(--te-slate); color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 14px 36px; border-radius: 2px; text-decoration: none; transition: background .2s; }
body.theme-theedit .te-cta:hover { background: var(--te-taupe); }

body.theme-theedit .te-section { padding: 52px 0; }
body.theme-theedit .te-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 30px; }
body.theme-theedit .te-h2 { font-size: 24px; font-weight: 700; color: var(--te-slate); margin: 0; }
body.theme-theedit .te-link { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--te-taupe); text-decoration: none; }

body.theme-theedit .te-grid-lg { display: grid; gap: 40px 30px; grid-template-columns: 1fr; }
@media (min-width: 700px) { body.theme-theedit .te-grid-lg { grid-template-columns: repeat(3, 1fr); } }
body.theme-theedit .te-grid { display: grid; gap: 34px 22px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { body.theme-theedit .te-grid { grid-template-columns: repeat(4, 1fr); } }

body.theme-theedit .te-quote { padding: 30px 0; text-align: center; }
body.theme-theedit .te-quote p { font-size: clamp(20px, 3vw, 30px); font-weight: 600; color: var(--te-slate); max-width: 24ch; margin: 0 auto; line-height: 1.4; font-style: italic; }

body.theme-theedit .te-cats { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
body.theme-theedit .te-cat { border: 1px solid var(--te-slate); border-radius: 999px; padding: 9px 22px; font-size: 13px; font-weight: 600; color: var(--te-slate); text-decoration: none; transition: background .15s, color .15s; }
body.theme-theedit .te-cat:hover { background: var(--te-slate); color: #fff; }

/* Cards — muted editorial, soft */
body.theme-theedit .sh-card { display: flex; flex-direction: column; background: transparent; text-decoration: none; color: var(--te-text); position: relative; }
body.theme-theedit .sh-card-media { position: relative; aspect-ratio: 4/5; background: #ebe9e4; overflow: hidden; border-radius: 4px; }
body.theme-theedit .sh-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
body.theme-theedit .sh-card:hover .sh-card-media img { transform: scale(1.03); }
body.theme-theedit .sh-card-placeholder { display: grid; place-items: center; height: 100%; color: #cfccc4; }
body.theme-theedit .sh-badges { position: absolute; top: 12px; inset-inline-start: 12px; display: flex; flex-direction: column; gap: 5px; }
body.theme-theedit .sh-badge { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; color: #fff; background: var(--te-slate); }
body.theme-theedit .sh-badge-sale { background: var(--te-taupe); }
body.theme-theedit .sh-badge-out { background: #6b7280; }
body.theme-theedit .sh-card-wish { position: absolute; top: 12px; inset-inline-end: 12px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.9); border: none; display: grid; place-items: center; cursor: pointer; color: var(--te-slate); opacity: 0; transition: opacity .2s; }
body.theme-theedit .sh-card:hover .sh-card-wish { opacity: 1; }
body.theme-theedit .sh-card-wish svg { width: 15px; height: 15px; }
body.theme-theedit .sh-card-quick { position: absolute; inset-inline: 12px; bottom: 12px; background: rgba(45,49,66,.94); color: #fff; border: none; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 11px; border-radius: 2px; cursor: pointer; opacity: 0; transition: opacity .2s; display: inline-flex; align-items: center; justify-content: center; }
body.theme-theedit .sh-card-quick svg { display: none; }
body.theme-theedit .sh-card:hover .sh-card-quick { opacity: 1; }
body.theme-theedit .sh-card-quick[disabled] { background: rgba(150,150,150,.9); opacity: 1; }
body.theme-theedit .sh-card-body { padding: 14px 2px 0; display: flex; flex-direction: column; gap: 5px; }
body.theme-theedit .sh-card-cat { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--te-taupe); }
body.theme-theedit .sh-card-name { font-size: 15px; font-weight: 500; line-height: 1.4; margin: 0; color: var(--te-slate); }
body.theme-theedit .sh-card-foot { display: flex; align-items: baseline; gap: 8px; }
body.theme-theedit .sh-price { font-size: 15px; font-weight: 600; color: var(--te-slate); }
body.theme-theedit .sh-price-old { font-size: 12px; color: #a39c8e; text-decoration: line-through; }
body.theme-theedit .sh-currency { font-size: 12px; }
body.theme-theedit .sh-card-stock { display: none; }
