/*
Theme Name: Credit to My Ex — Fully Editable
Theme URI: https://credittomyex.com
Author: Credit to My Ex
Description: Fully editable block theme for Credit to My Ex and WooCommerce.
Version: 2.0.0
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: credit-to-my-ex-fse
*/

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-underline-offset: .2em; }
.wp-site-blocks { min-height: 100vh; }
.ctx-announcement { letter-spacing: .16em; text-transform: uppercase; }
.ctx-header { position: sticky; z-index: 50; top: 0; backdrop-filter: blur(14px); }
.ctx-wordmark { letter-spacing: -.04em; }
.ctx-hero { min-height: min(820px, calc(100vh - 115px)); }
.ctx-hero-title { letter-spacing: -.055em; }
.ctx-eyebrow { letter-spacing: .16em; text-transform: uppercase; }
.ctx-marquee { overflow: hidden; white-space: nowrap; letter-spacing: .16em; }
.ctx-product-grid .wc-block-grid__product-title,
.ctx-product-grid .wc-block-components-product-name { font-family: var(--wp--preset--font-family--serif); font-size: 1.35rem; }
.ctx-product-grid .wc-block-grid__product-image img { aspect-ratio: .79; object-fit: cover; }
.ctx-editorial-image { min-height: 700px; }
.ctx-chapter { min-height: 330px; transition: color .2s, background .2s; }
.ctx-chapter:hover { color: var(--wp--preset--color--paper); background: var(--wp--preset--color--cherry); }
.ctx-quote { min-height: 70vh; }
.ctx-footer { margin-block-start: 0; }
.ctx-footer input { border: 0; border-bottom: 1px solid currentColor; background: transparent; }
@media (max-width: 781px) {
  .ctx-hero { min-height: 75vh; }
  .ctx-editorial-image { min-height: 58vh; }
  .ctx-chapter { min-height: 220px; }
}
