@charset "UTF-8";
/* -------------------------------------------------------------------------
   Core: main content area (all inner templates use #main-content)
   ------------------------------------------------------------------------- */
#main-content,
#main-content .page,
#main-content .page-content {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #111 !important; }

#main-content .page {
  padding-top: 15px;
  padding-bottom: 2rem; }

/* Headings — Bootstrap + theme defaults vary wildly; normalize inside main */
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
  font-family: 'Cormorant Garamond Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #111; }

#main-content .page-heading {
  font-size: 45px; }

#main-content h1 {
  font-size: 42px; }

#main-content h2 {
  font-size: 35px; }

#main-content h3 {
  font-size: 22px; }

#main-content h4 {
  font-size: 20px; }

/* Cart: product titles use <h2> — must not look like page titles */
#main-content .cart h2,
#main-content .cart-item-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0.25rem; }

#main-content .cart-item-brand {
  font-size: 15px;
  font-weight: 500;
  margin: 0; }

#main-content .cart-header-item,
#main-content .cart-item-value,
#main-content .cart-item-label,
#main-content .cart th,
#main-content .cart td,
#main-content .definitionList-key,
#main-content .definitionList-value {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #111; }

#main-content .cart-header-item {
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0; }

/* Cart totals */
#main-content .cart-total-label,
#main-content .cart-total-value,
#main-content .estimator-form-label,
#main-content .estimator-form-input,
#main-content .shipping-estimate-show,
#main-content .coupon-code-add,
#main-content .coupon-code-cancel {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #111; }

/* Buttons — match body, not Bootstrap lg */
#main-content .button,
#main-content .button--primary,
#main-content .button--small,
#main-content button:not([class*="icon"]):not(.close) {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em; }

/* Forms (account address, shipping estimator, etc.) */
#main-content .form-label,
#main-content .form-field,
#main-content .form-input,
#main-content .form-select,
#main-content input.form-input,
#main-content select.form-select,
#main-content textarea.form-input {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #111; }

#main-content .form-label {
  font-weight: 600;
  font-size: 14px; }

/* Breadcrumbs */
#main-content .breadcrumb,
#main-content .breadcrumbs {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #111; }

/* Account navigation + body */
#main-content .account-navigation,
#main-content .account-body,
#main-content .account-list,
#main-content .account-listItem {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #111; }

#main-content .account-heading {
  font-size: 1.35rem;
  font-weight: 600; }

#main-content .account h3,
#main-content .account h4,
#main-content .account h5,
#main-content .account-content,
#main-content .account-downloadsItem-title,
#main-content .account-downloadsItem-description {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #111; }

#main-content .account h3,
#main-content .account-heading {
  font-size: 1.25rem;
  font-weight: 600; }

#main-content .account h4 {
  font-size: 1.1rem;
  font-weight: 600; }

#main-content .account h5,
#main-content .account-downloadsItem-title {
  font-size: 1rem;
  font-weight: 600; }

/* -------------------------------------------------------------------------
   Checkout page: kill horizontal scroll (100vw / full-bleed leaks from theme)
   ------------------------------------------------------------------------- */
html:has(body.is-page-checkout),
body.is-page-checkout {
  overflow-x: hidden;
  max-width: 100%; }

body.is-page-checkout .wrapper {
  overflow-x: hidden;
  max-width: 100%; }

/* Full-bleed footer / sections use 100vw in custom.css — clip on checkout */
body.is-page-checkout footer.footer,
body.is-page-checkout .footer-top-layer {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box; }

/* -------------------------------------------------------------------------
   Optimized checkout (embedded under .checkout-main)
   ------------------------------------------------------------------------- */
.checkout-main {
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  padding-left: 16px;
  padding-right: 16px; }

@media (min-width: 768px) {
  .checkout-main {
    padding-left: 24px;
    padding-right: 24px; } }

.checkout-main,
.checkout-main .page.checkout {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #111; }

/* BC optimized checkout cart column / layout (class names from checkout app) */
.checkout-main [class*="layout-cart"],
.checkout-main [class*="LayoutCart"],
.checkout-main .layout-cart {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #111; }

@media (min-width: 768px) {
  .checkout-main [class*="layout-cart"],
  .checkout-main [class*="LayoutCart"],
  .checkout-main .layout-cart {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #111; } }

/* Order Summary bar — checkout injects inline padding; override for comfortable side inset */
.checkout-main header.cart-header {
  box-sizing: border-box;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }

@media (min-width: 768px) {
  .checkout-main header.cart-header {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }

/* Step headings — smaller than default optimized checkout */
.checkout-main .optimizedCheckout-headingPrimary {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #111; }

/* Product / line titles in cart sidebar often render as h3/h4 — keep body-sized */
.checkout-main .page.checkout h3,
.checkout-main .page.checkout h4,
.checkout-main [class*="layout-cart"] h3,
.checkout-main [class*="layout-cart"] h4,
.checkout-main [class*="LayoutCart"] h3,
.checkout-main [class*="LayoutCart"] h4,
.checkout-main .optimizedCheckout-orderSummary h3,
.checkout-main .optimizedCheckout-orderSummary h4 {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
  color: #111; }

/* Step titles (main column) — bold 30px; sidebar h2 override below */
.checkout-main .page.checkout h2,
.checkout-main .stepHeader-title {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #111; }

.checkout-main .page.checkout [class*="layout-cart"] h2,
.checkout-main .page.checkout [class*="LayoutCart"] h2,
.checkout-main .page.checkout .optimizedCheckout-orderSummary h2 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #111; }

.checkout-main .optimizedCheckout-headingSecondary {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important; }

.checkout-main .optimizedCheckout-contentPrimary {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #111; }

.checkout-main .optimizedCheckout-contentSecondary {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: #111; }

.checkout-main .optimizedCheckout-buttonPrimary,
.checkout-main .optimizedCheckout-buttonSecondary {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important; }

/* Step labels / form controls inside checkout iframe-like root */
.checkout-main .optimizedCheckout-step,
.checkout-main .optimizedCheckout-form-checklist-item,
.checkout-main .optimizedCheckout-orderSummary,
.checkout-main .optimizedCheckout-orderSummary-section,
.checkout-main .optimizedCheckout-orderSummary-item,
.checkout-main .optimizedCheckout-orderSummary-product-title,
.checkout-main .optimizedCheckout-orderSummary-product-description,
.checkout-main .optimizedCheckout-orderSummary-subtotal,
.checkout-main .optimizedCheckout-orderSummary-total {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #111; }

.checkout-main .optimizedCheckout-orderSummary-product-title {
  font-size: 15px !important;
  font-weight: 600 !important; }

.checkout-main .optimizedCheckout-orderSummary-product-description,
.checkout-main .optimizedCheckout-orderSummary-subtotal {
  font-size: 14px !important; }

.checkout-main .optimizedCheckout-orderSummary-total {
  font-size: 16px !important;
  font-weight: 600 !important; }

/* Inputs in checkout (when not shadow DOM — BC often renders in page) */
.checkout-main input,
.checkout-main select,
.checkout-main textarea,
.checkout-main label {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 15px !important; }

/* Inner checkout wrapper — padding comes from .checkout-main; avoid double gutter */
.checkout-main .page.checkout {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  color: #111; }

/* Prevent checkout columns from forcing page wider than viewport */
.checkout-main .page.checkout > * {
  max-width: 100%;
  box-sizing: border-box; }

/* Checkout funnel header/footer — match home: olive utility bar + green nav row; footer columns + wave strip */
.checkout-site-header {
  position: relative;
  z-index: 10060;
  width: 100%; }

/* Promo strip — aligned with home `.ect-promo-banner` */
.ect-promo-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 28px;
  padding: 5px clamp(12px, 4vw, 48px);
  background: #6b4e3d;
  border-bottom: none; }

.ect-promo-banner__text {
  margin: 0;
  font-family: 'Gotham-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: center;
  color: rgba(255, 255, 255, 0.92); }

body.is-page-checkout.ect-header-inner .ect-promo-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10063;
  transition: transform 0.3s ease; }

body.is-page-checkout.ect-header-inner.ect-header-inner-scrolled .ect-promo-banner {
  transform: translateY(-100%); }

/* Fixed two-row header — z-index above Optimized Checkout panels/modals (often 900–5000+) */
body.is-page-checkout.ect-header-inner .checkout-chrome-topbar {
  position: fixed;
  top: 28px;
  left: 0;
  right: 0;
  z-index: 10061;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15); }

body.is-page-checkout.ect-header-inner .checkout-chrome-navrow {
  position: fixed;
  top: calc(28px + 34px);
  left: 0;
  right: 0;
  z-index: 10060;
  transition: top 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12); }

body.is-page-checkout.ect-header-inner.ect-header-inner-scrolled .checkout-chrome-topbar {
  transform: translateY(-100%); }

body.is-page-checkout.ect-header-inner.ect-header-inner-scrolled .checkout-chrome-navrow {
  top: 0;
  z-index: 10062; }

/* Clear fixed header — slightly tighter than raw 34+64 so less gap below menu */
body.is-page-checkout.ect-header-inner #main-content > .container-fluid.checkout-main {
  padding-top: calc(88px + 28px);
  box-sizing: border-box; }

body.is-page-checkout.ect-header-inner.ect-header-inner-scrolled #main-content > .container-fluid.checkout-main {
  padding-top: 56px; }

@media (max-width: 560px) {
  body.is-page-checkout.ect-header-inner #main-content > .container-fluid.checkout-main {
    padding-top: calc(82px + 28px); }
  body.is-page-checkout.ect-header-inner.ect-header-inner-scrolled #main-content > .container-fluid.checkout-main {
    padding-top: 52px; }
  .ect-promo-banner__text {
    font-size: 10px;
    letter-spacing: 0.02em; } }

.checkout-chrome-topbar {
  background: #8C8B3E;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 34px;
  padding: 0 clamp(12px, 4vw, 48px); }

.checkout-chrome-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  gap: 0; }

.checkout-chrome-topbar__search {
  display: flex;
  align-items: center;
  padding: 0 14px 0 0;
  position: relative;
  border-left: none; }

.checkout-chrome-topbar__search button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  z-index: 2; }

.checkout-chrome-topbar__search button:hover {
  color: #fff; }

.checkout-chrome-topbar__search .ect-top-bar__search-form input {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e5e5e5;
  border-left: 2px solid #8C8B3E;
  padding: 5px 12px 5px 14px;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #3d3d3d;
  outline: none;
  width: 0;
  opacity: 0;
  pointer-events: none;
  transition: width 0.25s ease, opacity 0.2s ease;
  white-space: nowrap;
  overflow: hidden; }

.checkout-chrome-topbar__search.open .ect-top-bar__search-form input,
.checkout-chrome-topbar__search.top-bar-search.open input {
  width: 250px;
  opacity: 1;
  pointer-events: all; }

.checkout-chrome-topbar__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0; }

.checkout-chrome-topbar__links a,
.checkout-chrome-topbar__links .ect-top-bar__link {
  font-family: 'Gotham-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 34px;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px; }

.checkout-chrome-topbar__links a:hover,
.checkout-chrome-topbar__links a:focus {
  color: #fff; }

.checkout-chrome-topbar__cart .ect-top-bar__cart-count {
  display: inline-block;
  min-width: 1.25em;
  text-align: center;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0 6px;
  line-height: 1.4; }

/* Second row: same green + height as inner pages .sticky-nav (#8C8B3E, 64px) */
.checkout-chrome-navrow {
  background: #8C8B3E;
  border-bottom: none; }

.checkout-chrome-navrow__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 32px;
  box-sizing: border-box;
  min-height: 64px;
  height: 64px;
  padding: 0 clamp(12px, 4vw, 40px); }

.checkout-chrome-navrow__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none; }

.checkout-chrome-navrow__logo img {
  height: 50px;
  width: auto;
  max-width: 100%; }

.checkout-chrome-navrow__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin-left: 190px;
  margin-top: 0; }

.checkout-chrome-navrow__menu a {
  font-family: 'Gotham-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s; }

.checkout-chrome-navrow__menu a:hover,
.checkout-chrome-navrow__menu a:focus {
  color: #fff; }

/* Checkout footer: align with main site footer */
.checkout-site-footer {
  margin-top: 2.5rem; }

/* Match inner-page footer: column titles not bold (override .box-footer strong from custom.css) */
.checkout-site-footer .box-footer strong {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400; }

.checkout-site-footer .box-footer a {
  font-weight: 400; }

.checkout-site-footer .box-footer li {
  font-weight: 400; }

.checkout-footer-top-layer {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* Facebook / social: one Bootstrap .container, left-aligned; override global .footer-social-icons float/negative margin */
.checkout-site-footer .checkout-footer-social-wrap {
  padding-top: 12px;
  box-sizing: border-box; }

.checkout-site-footer .checkout-footer-top-layer .footer-social-icons {
  text-align: left;
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  padding: 0; }

.checkout-site-footer .checkout-footer-social-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left; }

.checkout-site-footer .checkout-footer-top-layer .footer-social-icons a {
  color: #8C8B3E;
  font-size: 1.25rem;
  display: inline-block; }

.checkout-footer-wave {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: cover;
  object-position: top center; }

.checkout-footer-columns {
  padding-top: 1.5rem;
  padding-bottom: 1rem; }

.checkout-footer__list--indent {
  margin-left: 0;
  padding-left: 0; }

.checkout-footer__list--indent-sm {
  margin-left: 0;
  padding-left: 0; }

@media (min-width: 768px) {
  .checkout-footer__list--indent {
    margin-left: 25px; }
  .checkout-footer__list--indent-sm {
    margin-left: 20px; } }

.checkout-footer-payment-wrap {
  border-top: 1px solid #ededed;
  padding-top: 10px;
  margin-top: 8px; }

.checkout-footer-trust {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem; }

.checkout-footer-trust__icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px; }

.checkout-footer-trust__icons img {
  max-height: 64px;
  width: auto;
  height: auto; }

.checkout-footer-copyright {
  float: left;
  width: 100%;
  padding: 20px 0 8px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center; }

.checkout-footer-copyright a {
  color: #fff;
  text-decoration: none; }

.checkout-footer-copyright a:hover,
.checkout-footer-copyright a:focus {
  text-decoration: underline; }

/* Tablet: hide “middle” top links like home */
@media (max-width: 860px) {
  .checkout-chrome-topbar .hide-tablet {
    display: none; }
  .checkout-chrome-navrow__inner {
    min-height: 64px;
    height: auto;
    padding: 8px 20px; }
  .checkout-chrome-navrow__menu {
    gap: 12px 20px; }
  .checkout-chrome-navrow__menu a {
    font-size: 11px;
    letter-spacing: 1px; } }

/* Mobile: keep search + cart + home; second row wraps */
@media (max-width: 560px) {
  .checkout-chrome-topbar {
    min-height: 38px;
    padding: 0 16px; }
  .checkout-chrome-topbar__links a:not(.ect-top-bar__cart):not(.checkout-chrome-topbar__home) {
    display: none; }
  .checkout-chrome-topbar__search {
    padding-right: 8px; }
  .checkout-chrome-navrow__logo img {
    height: 36px; }
  .checkout-chrome-navrow__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 56px;
    height: auto;
    padding: 8px 16px; }
  .checkout-chrome-navrow__menu {
    justify-content: flex-start; } }

/* -------------------------------------------------------------------------
   Class-based page heroes: img.heroimage, video.herovideo, iframe.herovideo
   Full viewport width, first row under fixed header; remaining page flows below.
   ------------------------------------------------------------------------- */
body.ect-has-page-hero {
  overflow-x: hidden; }

#main-content .ect-page-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  color: #111; }

/* Any image inside image-hero (direct img or img inside figure/div.heroimage) */
#main-content .ect-page-hero--image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important; }

#main-content .ect-page-hero--image > * {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

#main-content .ect-page-hero--video {
  min-height: 280px;
  height: clamp(280px, 45vh, 560px); }

#main-content .ect-page-hero--video video.herovideo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#main-content .ect-page-hero--video iframe.herovideo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* -------------------------------------------------------------------------
   Fabric page: video strip under utility bar, title overlaid (home-style hero)
   LibSass (Stencil CLI): min/clamp with mixed units must be emitted as plain
   CSS using string interpolation (see height / font-size / max-width below).
   ------------------------------------------------------------------------- */
body.ect-page-fabric {
  overflow-x: hidden; }

body.ect-page-fabric #main-content .ect-fabric-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 360px;
  height: clamp(320px, 52vh, 640px);
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  box-sizing: border-box; }

body.ect-page-fabric #main-content .ect-fabric-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }

body.ect-page-fabric #main-content .ect-fabric-hero__media video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

body.ect-page-fabric #main-content .ect-fabric-hero__media iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

body.ect-page-fabric #main-content .ect-fabric-hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none; }

/* Page title on top of video (mirrors .hero-headline treatment) */
body.ect-page-fabric #main-content .ect-fabric-hero__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0;
  padding: 0 1.5rem;
  text-align: center;
  font-size: clamp(1.75rem, 4vw, 3rem) !important;
  font-weight: 300 !important;
  font-family: 'CoFo Raffine Medium', 'Cormorant Garamond', Georgia, serif !important;
  line-height: 1.1 !important;
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  max-width: min(92vw, 42rem);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
