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

/* PDP: product-data + details — Raleway body; Cormorant for h1–h4 */
#main-content .productView-details,
#main-content .productView-details h5,
#main-content .productView-details h6,
#main-content .productView-details p,
#main-content .productView-details li,
#main-content .productView-details dt,
#main-content .productView-details dd {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

#main-content .productView-details h1,
#main-content .productView-details h2,
#main-content .productView-details h3,
#main-content .productView-details h4 {
  font-family: 'Cormorant Garamond Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

#main-content .productView-details .productView-product .productView-title {
  font-size: 28px;
  font-weight: bold;
  color: #844200;
  line-height: 1.25; }

#main-content .productView-details .productView-product .productView-brand {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  line-height: 1.4; }

#main-content .productView-details .onesie-hedng h2 {
  font-size: 20px;
  font-weight: 600;
  color: #844200; }

#main-content .productView-details .boxrght-greatfit h3 {
  font-size: 20px;
  font-weight: bold;
  color: #844200;
  margin: 10px 0 5px; }

#main-content .productView-details h2:not(.productView-title) {
  font-size: 20px;
  font-weight: 600; }

#main-content .productView-details h3:not(.productView-brand) {
  font-size: 18px;
  font-weight: 600; }

#main-content .productView-details h4 {
  font-size: 16px;
  font-weight: 600; }

/* Mobile header: cart icon + quantity badge readability */
.ect-mobile-actions__btn svg {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px; }

.ect-mobile-actions__cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: #8c8b3e;
  border: 1.5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box; }

.cart-quantity::before,
.cart-quantity::after,
.ect-mobile-actions__cart-count::before,
.ect-mobile-actions__cart-count::after,
.ect-top-bar__cart-count::before,
.ect-top-bar__cart-count::after {
  content: "" !important; }

@media (max-width: 860px) {
  .ect-mobile-actions__btn svg {
    width: 24px;
    height: 24px; }
  .ect-mobile-actions__cart-count {
    top: 0;
    right: -2px;
    min-width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 11px; } }

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

#main-content nav[aria-label="Breadcrumb"] .breadcrumb-label,
#main-content nav[aria-label="Breadcrumb"] a,
#main-content nav[aria-label="Breadcrumb"] a:hover,
#main-content nav[aria-label="Breadcrumb"] a:focus {
  text-decoration: none; }

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

.ect-promo-banner--sale .ect-promo-banner__sale {
  color: #F6C544;
  font-weight: 700;
  letter-spacing: 0.05em; }

@media (min-width: 861px) {
  .ect-promo-banner--sale .ect-promo-banner__sale {
    font-weight: 800;
    letter-spacing: 0.06em; } }

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) !important; }
  .chktestimonial, .chkorder-section {
    width: 100%;
    padding: 0px;
    max-width: 100%; }
  body.is-page-checkout.ect-header-inner.ect-header-inner-scrolled #main-content > .container-fluid.checkout-main {
    padding-top: 52px; }
  .chkcontainer {
    display: block; }
  .chkorder-section {
    border-left: 0px;
    border-top: 2px solid #79cc04;
    margin-top: 20px; }
  .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 main.page > nav[aria-label="Breadcrumb"] {
  /*margin: 0 0 1rem;
    padding: 0.5rem 0 0;*/ }

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

/* Mobile: full-width embeds — add class ect-iframe-mobile-full to any iframe in CMS content */
@media (max-width: 860px) {
  #main-content iframe.ect-iframe-mobile-full,
  #main-content .ect-page-hero iframe,
  #main-content .herobrvideo iframe,
  #main-content iframe.herovideo,
  #main-content iframe.herobrvideo {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    border: 0;
    box-sizing: border-box; } }

/* -------------------------------------------------------------------------
   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 main.page > nav[aria-label="Breadcrumb"] {
  margin: 0 0 1rem;
  padding: 0.75rem 0 0; }

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

/* -------------------------------------------------------------------------
   Sitemap page
   ------------------------------------------------------------------------- */
#main-content .ect-sitemap-page {
  max-width: 72rem;
  margin: 0 auto; }

#main-content .ect-sitemap__header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e8e8e8; }

#main-content .ect-sitemap__intro {
  margin: 0.5rem 0 0;
  font-size: 15px;
  color: #555;
  max-width: 36rem; }

#main-content .ect-sitemap__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; }

@media (min-width: 768px) {
  #main-content .ect-sitemap__layout {
    grid-template-columns: repeat(2, 1fr);
    align-items: start; }
  #main-content .ect-sitemap__section--shop {
    grid-column: 1 / -1; } }

#main-content .ect-sitemap__section {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 1.25rem 1.5rem; }

#main-content .ect-sitemap__sectionTitle {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.02em; }

#main-content .ect-sitemap__sectionNote {
  margin: -0.5rem 0 1rem;
  font-size: 13px;
  color: #666; }

#main-content .ect-sitemap__linkList,
#main-content .ect-sitemap__productList {
  list-style: none;
  margin: 0;
  padding: 0; }

#main-content .ect-sitemap__linkList--nested {
  margin: 0.35rem 0 0.5rem 1rem;
  padding-left: 0.75rem;
  border-left: 1px solid #e0e0e0; }

#main-content .ect-sitemap__linkItem {
  margin: 0.25rem 0;
  line-height: 1.45; }

#main-content .ect-sitemap__link {
  color: #111;
  text-decoration: none;
  font-size: 14px; }

#main-content .ect-sitemap__link:hover,
#main-content .ect-sitemap__link:focus {
  text-decoration: underline;
  color: #333; }

#main-content .ect-sitemap__link--more {
  font-weight: 600; }

#main-content .ect-sitemap-tree {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.65; }

#main-content .ect-sitemap-tree__rootLabel {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  color: #111;
  margin-bottom: 0.35rem; }

#main-content .ect-sitemap-tree__nested,
#main-content .ect-sitemap-tree__products {
  list-style: none;
  margin: 0;
  padding: 0; }

#main-content .ect-sitemap-tree__item {
  margin: 0;
  padding: 0; }

#main-content .ect-sitemap-tree__row {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  min-height: 1.65em; }

#main-content .ect-sitemap-tree__glyph {
  flex: 0 0 auto;
  color: #999;
  font-family: Consolas, 'Courier New', ui-monospace, monospace;
  font-size: 13px;
  line-height: 1.65;
  white-space: pre;
  user-select: none; }

#main-content .ect-sitemap-tree__link {
  color: #111;
  text-decoration: none; }

#main-content .ect-sitemap-tree__link:hover,
#main-content .ect-sitemap-tree__link:focus {
  text-decoration: underline;
  color: #333; }

#main-content .ect-sitemap-tree__item--branch > .ect-sitemap-tree__row .ect-sitemap-tree__link {
  font-weight: 600; }

#main-content .ect-sitemap-tree__item--leaf > .ect-sitemap-tree__row .ect-sitemap-tree__link {
  font-weight: 600; }

#main-content .ect-sitemap-tree__product .ect-sitemap__productLink {
  font-weight: 400;
  color: #444;
  text-decoration: none; }

#main-content .ect-sitemap-tree__product .ect-sitemap__productLink:hover,
#main-content .ect-sitemap-tree__product .ect-sitemap__productLink:focus {
  color: #111; }

#main-content .ect-sitemap__productList {
  margin: 0;
  padding: 0; }

/* Cart page */
.cart-item--updating {
  opacity: 0.65;
  pointer-events: none; }

.cart-item--updating .form-increment {
  position: relative; }

/* Cart page — desktop: free-shipping + checkout on one row (message left of button) */
@media (min-width: 861px) {
  #main-content .page-content[data-cart] .ect-cart-actions,
  #main-content .page-content[data-cart] .cart-actions.ect-cart-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    float: right !important;
    clear: right !important;
    width: 58.333333% !important;
    margin-top: 16px !important;
    padding: 0 !important;
    gap: 12px !important;
    box-sizing: border-box !important; }
  #main-content .page-content[data-cart] .cart-free-shipping-message-wrap {
    float: none !important;
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important; }
  #main-content .page-content[data-cart] .ect-cart-actions .button,
  #main-content .page-content[data-cart] .ect-cart-actions .checkoutMultiple,
  #main-content .page-content[data-cart] .ect-cart-checkout-btn,
  #main-content .page-content[data-cart] .cart-actions .button--primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 220px !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important; } }

/* Cart page — mobile only: full-width rows, clean alignment, minimal borders */
@media (max-width: 860px) {
  body.is-page-cart #main-content > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important; }
  #main-content .page-content[data-cart] {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important; }
  #main-content .page-content[data-cart] .cart-content-padding-right {
    padding-right: 0 !important; }
  #main-content .page-content[data-cart] .page-heading[data-cart-page-title] {
    font-size: 1.35rem !important;
    line-height: 1.3 !important;
    margin: 0 0 16px !important;
    text-align: left !important; }
  #main-content .page-content[data-cart] .cart {
    display: block !important;
    width: 100% !important; }
  #main-content .page-content[data-cart] .cart .cart-header {
    display: none !important; }
  #main-content .page-content[data-cart] .cart-list {
    border-top: none !important; }
  #main-content .page-content[data-cart] .cart-item {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 0 12px !important;
    padding: 16px 0 !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important; }
  #main-content .page-content[data-cart] .cart-item:last-child {
    border-bottom: none !important; }
  #main-content .page-content[data-cart] .cart-item-figure {
    float: none !important;
    flex: 0 0 96px !important;
    width: 96px !important;
    margin: 0 !important; }
  #main-content .page-content[data-cart] .cart-item-image,
  #main-content .page-content[data-cart] .cart-item-fixed-image {
    max-width: 96px !important;
    max-height: 112px !important;
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important; }
  #main-content .page-content[data-cart] .cart-item-title {
    flex: 1 1 calc(100% - 108px) !important;
    display: block !important;
    height: auto !important;
    padding: 0 0 8px !important;
    overflow: visible !important; }
  #main-content .page-content[data-cart] .cart-item-info {
    flex: 1 1 100% !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    column-gap: 12px !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    border: none !important;
    box-sizing: border-box !important; }
  #main-content .page-content[data-cart] .cart-item-info:not(:last-child) {
    grid-template-columns: auto 1fr !important; }
  #main-content .page-content[data-cart] .cart-item-label {
    grid-column: 1 !important;
    float: none !important;
    width: auto !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600 !important;
    color: #555 !important; }
  #main-content .page-content[data-cart] .cart-item-value {
    grid-column: 2 !important;
    justify-self: end !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: right !important; }
  #main-content .page-content[data-cart] .cart-item-info:last-child .cart-remove {
    grid-column: 3 !important;
    justify-self: end !important;
    float: none !important;
    margin: 0 !important; }
  #main-content .page-content[data-cart] .cart-item-quantity .form-increment {
    grid-column: 2 !important;
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important; }
  #main-content .page-content[data-cart] .cart-item-quantity .cart-item-qty-input {
    width: 48px !important;
    min-height: 40px !important;
    text-align: center !important; }
  #main-content .page-content[data-cart] .cart-totals {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin: 20px 0 0 !important;
    padding: 16px 0 0 !important;
    border: none !important;
    border-top: 1px solid #e5e5e5 !important;
    box-sizing: border-box !important; }
  #main-content .page-content[data-cart] .cart-total {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    column-gap: 16px !important;
    row-gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    border: none !important;
    clear: both !important;
    box-sizing: border-box !important; }
  #main-content .page-content[data-cart] .cart-total-label {
    grid-column: 1 !important;
    justify-self: start !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important; }
  #main-content .page-content[data-cart] .cart-total-value {
    grid-column: 2 !important;
    justify-self: end !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: right !important; }
  #main-content .page-content[data-cart] .cart-total .cart-form,
  #main-content .page-content[data-cart] .cart-total .shipping-estimator {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-top: 4px !important; }
  #main-content .page-content[data-cart] .cart-total-grandTotal {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    position: static !important;
    top: 0 !important; }
  #main-content .page-content[data-cart] .cart-total .estimator-form-label,
  #main-content .page-content[data-cart] .cart-total .estimator-form-input {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important; }
  #main-content .page-content[data-cart] .coupon-form,
  #main-content .page-content[data-cart] .cart-gift-certificate-form {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important; }
  #main-content .page-content[data-cart] .coupon-form .form-input,
  #main-content .page-content[data-cart] .cart-gift-certificate-form .form-input {
    flex: 1 1 auto !important;
    float: none !important;
    width: auto !important; }
  #main-content .page-content[data-cart] .cart-free-shipping-message-wrap {
    float: none !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    margin-right: 0 !important;
    padding: 10px 12px !important;
    text-align: center !important;
    box-sizing: border-box !important; }
  #main-content .page-content[data-cart] .cart-actions,
  #main-content .page-content[data-cart] .ect-cart-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-top: 16px !important;
    padding: 0 !important;
    gap: 12px !important; }
  #main-content .page-content[data-cart] .ect-cart-checkout-btn,
  #main-content .page-content[data-cart] .cart-actions .button--primary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    text-align: center !important;
    white-space: nowrap !important;
    line-height: 1.25 !important;
    box-sizing: border-box !important; }
  #main-content .page-content[data-cart] .cart-additionalCheckoutButtons,
  #main-content .page-content[data-cart] .cart-additionalCheckoutButtons .FloatRight,
  #main-content .page-content[data-cart] .cart-additionalCheckoutButtons .FloatRight div,
  #main-content .page-content[data-cart] .cart-additionalCheckoutButtons .FloatRight p {
    float: none !important;
    width: 100% !important;
    text-align: center !important; }
  #main-content .page-content[data-cart] .breadcrumbs {
    margin-bottom: 12px !important;
    font-size: 13px !important; } }

/* -------------------------------------------------------------------------
   Cart "Change" modal — color/size options + Save (desktop + mobile)
   ------------------------------------------------------------------------- */
#modal .modal-content:has(.ect-cart-configure-modal) {
  max-width: 520px;
  width: 100%; }

#modal .modal-content:has(.ect-cart-configure-modal) .modal-header {
  padding: 18px 44px 12px 20px;
  border-bottom: 1px solid #e8e8e8; }

#modal .modal-content:has(.ect-cart-configure-modal) .modal-header-title {
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  color: #111; }

#modal .ect-cart-configure-modal {
  padding: 20px;
  overflow: visible;
  box-sizing: border-box; }

#modal .ect-cart-configure-modal [data-product-attributes-wrapper] {
  height: auto !important;
  min-height: 0;
  overflow: visible; }

#modal .ect-cart-configure-modal .form-field {
  margin-bottom: 1.25rem;
  font-size: 15px;
  clear: both; }

#modal .ect-cart-configure-modal .form-label,
#modal .ect-cart-configure-modal .form-label--alternate {
  display: block;
  margin: 0 0 10px;
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: left; }

#modal .ect-cart-configure-modal [data-product-attribute="swatch"] .form-label {
  margin-top: 0; }

#modal .ect-cart-configure-modal .form-option-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 8px 8px 0;
  z-index: 1; }

#modal .ect-cart-configure-modal .form-option-wrapper .form-radio {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

#modal .ect-cart-configure-modal .form-option {
  border: 2px solid #ccc;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 2px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease; }

#modal .ect-cart-configure-modal .form-radio:checked + .form-option {
  border-color: #9E9957;
  box-shadow: 0 0 0 1px #9E9957; }

#modal .ect-cart-configure-modal .form-option.form-option-swatch {
  border-radius: 50%;
  min-width: 36px;
  min-height: 36px; }

#modal .ect-cart-configure-modal .form-option-variant--color,
#modal .ect-cart-configure-modal .form-option-variant--pattern {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: block;
  padding: 0; }

#modal .ect-cart-configure-modal [data-product-attribute="set-rectangle"] .form-option,
#modal .ect-cart-configure-modal [data-product-attribute="set-radio"] .form-option {
  border-radius: 4px;
  min-width: 44px;
  min-height: 40px;
  padding: 8px 14px; }

#modal .ect-cart-configure-modal .form-option-variant.size_variants,
#modal .ect-cart-configure-modal [data-product-attribute="set-rectangle"] .form-option-variant,
#modal .ect-cart-configure-modal [data-product-attribute="set-radio"] .form-option-variant {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  min-width: 0;
  padding: 0;
  pointer-events: none;
  text-align: center;
  white-space: nowrap; }

#modal .ect-cart-configure-modal [data-product-attribute="set-select"] .form-select {
  width: 100%;
  max-width: 280px;
  min-height: 44px;
  font-size: 15px;
  color: #111; }

#modal .ect-cart-configure-modal [data-product-attribute] .form-option.unavailable {
  display: none !important; }

#modal .ect-cart-configure-modal .ect-option-hint-icon {
  display: block;
  margin-top: 8px;
  max-width: 24px;
  height: auto;
  pointer-events: none; }

#modal .ect-cart-configure-modal .alertMessageBox {
  margin-bottom: 12px; }

#modal .ect-cart-configure-modal .form-actions {
  display: block;
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #e8e8e8;
  text-align: left; }

#modal .ect-cart-configure-modal .form-actions .button,
#modal .ect-cart-configure-modal .form-actions .button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 12px 28px;
  margin: 0;
  font-family: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  background: #9E9957;
  border-color: #9E9957;
  color: #fff;
  white-space: nowrap;
  box-sizing: border-box; }

#modal .ect-cart-configure-modal .form-actions .button--primary:hover,
#modal .ect-cart-configure-modal .form-actions .button--primary:focus {
  background: #8a8550;
  border-color: #8a8550;
  color: #fff; }

@media (max-width: 860px) {
  #modal:has(.ect-cart-configure-modal) {
    max-width: calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
    max-height: 88vh; }
  #modal .ect-cart-configure-modal {
    padding: 16px;
    max-height: calc(88vh - 80px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  #modal .modal-content:has(.ect-cart-configure-modal) .modal-header-title {
    font-size: 1rem; }
  #modal .ect-cart-configure-modal [data-product-attribute="set-select"] .form-select {
    max-width: 100%; }
  #modal .ect-cart-configure-modal .form-actions .button,
  #modal .ect-cart-configure-modal .form-actions .button--primary {
    width: 100%;
    min-width: 0; } }

#productVariantLightbox.custom-lightbox {
  align-items: center;
  justify-content: center; }

#productVariantLightbox .close,
#productVariantLightbox [data-variant-lightbox-close] {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 12;
  pointer-events: auto;
  cursor: pointer; }

#productVariantLightbox .custom-lightbox__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 48px 8px 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

#productVariantLightbox .custom-lightbox__viewport {
  width: 100%;
  overflow: hidden;
  touch-action: none;
  display: flex;
  justify-content: center;
  align-items: center; }

#productVariantLightbox.is-zoomed .custom-lightbox__viewport,
#productVariantLightbox.is-zoomed .custom-lightbox__figure {
  overflow: visible; }

#productVariantLightbox .custom-lightbox__figure img {
  cursor: zoom-in;
  transition: opacity 0.2s ease, transform 0.08s ease-out;
  will-change: transform;
  width: auto;
  max-width: min(98vw, 1400px);
  max-height: calc(100dvh - 96px);
  height: auto;
  display: block;
  object-fit: contain; }

#productVariantLightbox.is-zoomed .custom-lightbox__figure img {
  cursor: grab; }

#productVariantLightbox.is-panning .custom-lightbox__figure img {
  cursor: grabbing; }

#productVariantLightbox .custom-lightbox__zoom-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92); }

#productVariantLightbox .custom-lightbox__zoom-btn {
  min-width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px; }

#productVariantLightbox.custom-lightbox.is-loading:not(.ect-lightbox-loading-ghost) .custom-lightbox__figure img {
  opacity: 0; }

#productVariantLightbox.ect-lightbox-loading-ghost .custom-lightbox__figure img {
  opacity: 0.4; }

#productVariantLightbox .custom-lightbox__loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: ect-lightbox-spin 0.7s linear infinite;
  z-index: 6;
  pointer-events: none; }

#productVariantLightbox.is-loading .custom-lightbox__loading {
  display: block; }

#productVariantLightbox .custom-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35); }

#productVariantLightbox .custom-lightbox__nav--prev {
  left: 10px; }

#productVariantLightbox .custom-lightbox__nav--next {
  right: 10px; }

#productVariantLightbox.ect-lightbox-nav-single .custom-lightbox__nav {
  display: none !important; }

@keyframes ect-lightbox-spin {
  to {
    transform: rotate(360deg); } }

@media (max-width: 860px) {
  #productVariantLightbox .custom-lightbox__figure {
    padding: 44px 4px 12px; }
  #productVariantLightbox .custom-lightbox__figure img {
    max-width: 98vw;
    max-height: calc(100dvh - 80px);
    min-width: 0; }
  #productVariantLightbox .custom-lightbox__nav {
    width: 32px;
    height: 32px;
    font-size: 18px; }
  #productVariantLightbox .custom-lightbox__nav--prev {
    left: 6px; }
  #productVariantLightbox .custom-lightbox__nav--next {
    right: 6px; } }
