@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: #444; }

#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: #333; }

#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; }

#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; }

/* 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; }

#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; }

/* 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; }

#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; }

#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; }

/* 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; }

@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; } }

/* 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; }

/* 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; }

/* 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; }

.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; }

.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; }

.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; }

.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; }

.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; }

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

/* -------------------------------------------------------------------------
   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; }

/* 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; }
