body {
    font-family: "benton-sans","Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif !important;
    font-size: 14px;
}
:root {
    --brand-accent: #1d9d74;
    --brand-nav-bg: #f4faf8;
    --brand-nav-color: #1a2420;
    --brand-cta-bg: #c4a574;
    --brand-cta-hover: #d4b889;
    --home-ink: #1a2420;
    --home-wood: #3d2a1a;
    --home-moss: #2f4a3c;
    --home-sand: #e8e2d6;
    --home-mist: #f6f3ec;
    --home-font: "Outfit", "Source Sans Pro", sans-serif;
    --home-display: "Cormorant Garamond", Georgia, serif;
    --sr-ink: var(--home-ink);
    --sr-moss: var(--home-moss);
    --sr-mist: var(--home-mist);
    --new-accent: #c45c26;
    --new-accent-hover: #a84b1c;
}
header {
    border-bottom: 3px solid var(--brand-accent);
}
.navbar.navbar-light {
    background-color: var(--brand-nav-bg) !important;
}
.navbar.navbar-light .navbar-brand,
.navbar.navbar-light .nav-link {
    color: var(--brand-nav-color) !important;
}
.nav-item--new {
    display: flex;
    align-items: center;
}
.navbar.navbar-light .nav-link.nav-link--new {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #fff !important;
    background: var(--new-accent);
    border-radius: 999px;
    padding: 0.28rem 0.85rem;
    margin: 0.15rem 0.15rem 0.15rem 0;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.2;
    box-shadow: 0 2px 0 rgba(122, 46, 14, 0.18);
}
.navbar.navbar-light .nav-link.nav-link--new i {
    color: #fff !important;
    font-size: 0.72em;
}
.navbar.navbar-light .nav-link.nav-link--new:hover,
.navbar.navbar-light .nav-link.nav-link--new:focus {
    color: #fff !important;
    background: var(--new-accent-hover);
}
.imageGallery img {
    border: 2px solid transparent;
    border-radius: 5px;
}
.imageGallery .ezZoom {
    max-width: 100%;
    height: auto;
}
.imageGallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    max-width: 500px;
    float: left;
}
.imageGallery__thumbs img {
    height: 50px;
    width: auto;
}
.imageGallery .active img {
    border-color: gray;
}

.card { width: 18rem;}
.modal .card {width: 15rem;}
.category.container .card {
    min-width: 200px;
}
.category.container{
    max-width: 100%;    
}

.filter.container {
    padding-top:5px;
}
.card-body {
    padding: 0px;
}
.card-body img {
    height: 200px;
}
.col {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
section { vertical-align: top; }
.catalog-layout {
    display: flex;
    align-items: flex-start;
}
.catalog-filters {
    flex: 0 0 auto;
}
section#leftSection { width: auto; display: block; }
section#rightSection { flex: 1 1 auto; width: auto; min-width: 0; display: block; padding: 10px 0px 60px 0px; border-left: 1px solid #dee2e6;}
.filter-toggle {
    display: none;
    align-items: center;
    gap: 0.4rem;
    margin: 8px 12px;
    min-height: 44px;
    padding: 0.45rem 0.9rem;
    border: 1px solid #dde3e0;
    border-radius: 8px;
    background: #fff;
    font-weight: 600;
    color: #1f2a24;
}
.navbar .nav-link.dropdown-toggle {
    background: none;
    border: none;
    text-align: left;
}

li.nav-item {
    font-weight: 600;
}

.accordion-button {
    width: 40px;
    float: right;
    padding:10px;
}

.skuGroup {text-transform: uppercase; padding: 10px; font-size: 20px;}
.skuTitle {padding-left: 10px;}
.retailPrice {text-decoration: line-through!important; margin-left: 10px; }
.categoryButtonGroup {padding-top: 5px; padding-bottom: 5px;}
.bd-highlight {border-top: 1px solid red; border-bottom: 1px solid #eaeaea;}

.row { margin: 0px;}
.row.form-group {
    margin-top: 5px !important;
}
.row.form-group.Addon {
    margin-bottom: 40px;
}
.form-group label.col-form-label, div.price {
    text-align: right;
}
input.form-control.input-number {
    text-align: center;
    max-width: 50px;
    cursor: default;
    caret-color: transparent;
}
input.form-control.input-number[readonly] {
    background-color: #fff;
    opacity: 1;
}
.form-group.row .col-sm-2,.form-group.row .col-sm-3, .form-group.row .col-sm-9, .form-group label.col-form-label, input.form-control.input-number {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.form-group select { width: -webkit-fill-available; margin-top: 5px; background-color: inherit; }
.fs-7{font-size: 0.7rem !important;}

.accordion {padding-left: 0px;}
.accordion-item {margin-top: 5px;}
.accordion-header {
    display: flex;
    color: var(--bs-accordion-active-color) !important;
    background-color: var(--bs-accordion-active-bg) !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-body { display: flex; padding:0px; }
.accordion-body .list-group-item { border: none; padding: 2px;}
.accordion-button {background-color: inherit;}
.accordion-header .input-group {padding-top:5px;}

.strike { text-decoration: line-through;}

.form-check-input {
    border-color: gray !important; 
    -ms-transform: scale(1.25); /* IE */
    -moz-transform: scale(1.25); /* FF */
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -o-transform: scale(1.25); /* Opera */
    padding: 5px;
}
.form-check-input:checked {
    background-color: gray;
    border-color: #0d6efd;
}

.btn.btn-link { text-decoration: none;}
.btn.btn-link:hover { text-decoration: underline; }

.modal-dialog { overflow-y: initial !important; max-width: 80vw !important; }
.modal-body { overflow-y: auto; height: 80vh;}

img.swatch-small {
    height: 30px;
}

/* -- old styles -- */
.page-header {margin: 10px 0 10px 0px; border-bottom: none;}
.stProdList .page-header { padding-left: 20px;}
.navbar-inversexx {background-color: #1fa67a;}
.navbar-inverse {background-color: #1d9d74; border-color: #1b926c; margin-bottom: 0px;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {color: #fff; background-color: transparent;}
.navbar-nav>li { margin-right: 10px; }
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {background-color: #eee; border-color: #21b384}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {color: #fff; background-color: #1b926c;}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus { color: #555;background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default}
.navbar-inverse .navbar-nav>li>a {color: #b0ddce;}
.navbar-inverse .navbar-toggle {color: #fff; border-color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.15); padding: 4px 10px; margin-top: 5px; margin-bottom: 5px;}
.navbar-inverse .navbar-toggle:hover { background-color: #f4faf8; border-color: #f4faf8; color: #1d9d74; text-shadow: 0 -1px 0 #fff;}
.navbar-inverse .navbar-collapse { width: 746px;}
.nav > li > a:hover, .nav > li > a:focus { border-radius: 5px;}
.fa-phone {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scaleX(-1); transform: scaleX(-1);}
.breadcrumb {padding: 5px 5px 5px 20px; margin:0px;}
.promoText { color: var(--brand-accent); margin-top: 10px; font-weight: 600;}
.stCart { text-align: right; margin:8px;}
.searchContainer { border: 1px solid #e3e3e3; margin: 15px 0px 0px 0px; width: 350px; max-width: 100%; height: 38px; box-sizing: border-box;}
.searchContainer form { display: flex; align-items: stretch; height: 100%;}
.searchContainer input[type=text] { flex: 1 1 auto; min-width: 0; width: auto; padding: 3px 8px; font-size: 17px; border: none; margin: 0;}
.searchContainer input[type=text]:focus {outline-color: transparent;}
.searchContainer button { flex: 0 0 44px; padding: 6px 10px; background: #fff; font-size: 17px; border: none; cursor: pointer;}
.searchContainer button:hover { background: #ccc;}

/* ---- Site search results ---- */
.search-page {
    --sr-ink: var(--home-ink);
    --sr-moss: var(--home-moss);
    --sr-mist: var(--home-mist);
    background:
        radial-gradient(ellipse 70% 40% at 90% 0%, rgba(45, 90, 70, 0.07), transparent 50%),
        linear-gradient(180deg, #f3f1ec 0%, #eae6de 50%, #f3f1ec 100%);
    min-height: 100vh;
}
.search-results {
    max-width: 1180px;
    margin: 0 auto;
}
.search-results__hero {
    padding: 1rem 0 1.25rem;
}
.search-results__eyebrow {
    margin: 0 0 0.3rem;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sr-moss);
    font-weight: 600;
}
.search-results__title {
    margin: 0 0 0.4rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--sr-ink);
    letter-spacing: -0.02em;
}
.search-results__lede {
    margin: 0 0 1rem;
    max-width: 40rem;
    color: #4a564f;
    line-height: 1.45;
}
.search-results__form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-width: 36rem;
}
.search-results__form input[type="search"] {
    flex: 1 1 220px;
    min-height: 44px;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(31, 42, 36, 0.18);
    border-radius: 8px;
    background: #fff;
    font-size: 1rem;
}
.search-results__form button {
    min-height: 44px;
    padding: 0.55rem 1.1rem;
    border: none;
    border-radius: 8px;
    background: #1f2a24;
    color: #f3f1ec;
    font-weight: 600;
    cursor: pointer;
}
.search-results__form button:hover {
    background: #2f4036;
}
.search-results__sticky {
    position: sticky;
    top: 0;
    z-index: 30;
    margin: 0 0 1.25rem;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 42, 36, 0.12);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(31, 42, 36, 0.08);
    backdrop-filter: blur(8px);
}
.search-results__sticky-main {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 0.65rem;
}
.search-results__summary {
    margin: 0;
    font-size: 1.05rem;
    color: var(--sr-ink);
}
.search-results__summary-split {
    margin-left: 0.35rem;
    color: #5a6a62;
    font-size: 0.92rem;
    font-weight: 400;
}
.search-results__words {
    margin: 0;
    font-size: 0.85rem;
    color: #5a6a62;
}
.search-results__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.search-results__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(31, 42, 36, 0.18);
    background: #fff;
    color: var(--sr-ink);
    text-decoration: none;
    font-size: 0.88rem;
}
.search-results__nav-link.is-active,
.search-results__nav-link:hover {
    background: #1f2a24;
    border-color: #1f2a24;
    color: #f3f1ec;
}
.search-results__nav-count {
    font-size: 0.75rem;
    opacity: 0.75;
}
.search-results__section {
    margin-bottom: 2.25rem;
    scroll-margin-top: 7rem;
}
.search-results__section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid rgba(45, 90, 70, 0.35);
}
.search-results__section-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--sr-ink);
}
.search-results__section-meta {
    margin: 0;
    color: #5a6a62;
    font-size: 0.88rem;
}
.search-results__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.35rem;
    scrollbar-gutter: stable;
}
.search-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(31, 42, 36, 0.1);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 3px rgba(31, 42, 36, 0.05);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.search-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(31, 42, 36, 0.1);
    color: inherit;
}
.search-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #fff; /* #dde5e0;*/
    text-align: -webkit-center;
    overflow: hidden;
}
.search-card__media img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    display: block;
}
.search-card__badge {
    position: absolute;
    top: 0.55rem;
    left: 0.55rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    background: rgba(31, 42, 36, 0.85);
    color: #f3f1ec;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.search-card__badge--new {
    background: var(--new-accent);
}
.new-arrivals__cat-link {
    color: var(--home-moss);
    font-weight: 600;
    text-decoration: none;
}
.new-arrivals__cat-link:hover {
    color: var(--new-accent);
    text-decoration: underline;
}
.search-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.75rem 0.85rem 0.95rem;
    flex: 1;
}
.search-card__name {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 650;
    color: var(--sr-ink);
    line-height: 1.3;
}
.search-card__meta {
    margin: 0;
    font-size: 0.8rem;
    color: #5a6a62;
    line-height: 1.35;
}
.search-card__sku {
    margin: 0;
    font-size: 0.75rem;
    color: #7a857e;
    letter-spacing: 0.02em;
}
.search-card__price {
    margin: 0.25rem 0 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0d6efd;
}
.search-results__empty {
    padding: 1.5rem 0;
    color: #4a564f;
}
.search-results__home {
    display: inline-flex;
    padding: 0.55rem 1rem;
    border-radius: 8px;
    background: #1f2a24;
    color: #f3f1ec;
    text-decoration: none;
    font-weight: 600;
}
.search-results__home:hover {
    color: #fff;
    background: #2f4036;
}
@media screen and (max-width: 600px) {
    .search-results__grid {
        grid-template-columns: 1fr;
    }
    .searchContainer {
        width: 100%;
        max-width: 100%;
    }
}

/* ---- Header bar ---- */
.header-bar {
    display: grid;
    grid-template-columns: minmax(140px, 1fr) auto minmax(220px, 1fr);
    align-items: center;
    gap: 0.5rem 1rem;
    padding: 0.35rem 0.75rem 0.5rem;
}
.header-logo-img {
    height: 75px;
    width: auto;
    max-width: 100%;
}
.header-bar .searchContainer {
    margin: 0;
}
.header-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #1f2a24;
    font-weight: 600;
    text-decoration: none;
}
.header-phone:hover {
    color: #2f4a3c;
}
/* ---- Header company links ---- */
.header-end {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 16px;
    padding-top: 8px;
}
.companyInfo {
    text-align: right;
    font-size: 0.88rem;
    line-height: 1.35;
}
.header-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 10px;
    color: #1f2a24;
    text-decoration: none;
    border: 1px solid #dde3e0;
    background: #fff;
    margin-top: 2px;
}
.header-cart:hover {
    color: #2f4a3c;
    border-color: #2f4a3c;
}
.header-cart i {
    font-size: 1.15rem;
}
.header-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #1d9d74;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.cart-toast {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1080;
    display: none;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 10px;
    background: #14352a;
    color: #fff;
    box-shadow: 0 10px 30px rgba(20, 53, 42, 0.28);
    font-weight: 600;
}
.cart-toast.is-on { display: flex; }
.cart-toast a {
    color: #b7ebc9;
    text-decoration: underline;
}
.companyInfo__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem 0.85rem;
}
.companyInfo__top > a {
    color: #1f2a24;
    font-weight: 600;
    text-decoration: none;
}
.companyInfo__top > a:hover {
    color: #2f4a3c;
}
.companyInfo > a {
    color: #1f2a24;
    font-weight: 600;
    text-decoration: none;
}
.companyInfo > a:hover {
    color: #2f4a3c;
}
.companyInfo__links {
    margin: 0.25rem 0 0.15rem;
}
.companyInfo__links a {
    color: #2f4a3c;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}
.companyInfo__links a:hover {
    text-decoration: underline;
}
.companyInfo__sep {
    margin: 0 0.35rem;
    color: #9aa39c;
}
.companyInfo .promoText {
    font-size: 0.78rem;
    margin-top: 0;
    color: #1d9d74;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

/* ---- Info pages (Privacy, Assembly, Contact) ---- */
.info-page {
    background:
        radial-gradient(ellipse 70% 40% at 10% 0%, rgba(45, 90, 70, 0.07), transparent 50%),
        linear-gradient(180deg, #f3f1ec 0%, #eae6de 45%, #f3f1ec 100%);
    min-height: 100vh;
}
.info {
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 5rem;
}
.info__hero {
    padding: 1rem 0 1.25rem;
}
.info__eyebrow {
    margin: 0 0 0.3rem;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2f4a3c;
    font-weight: 600;
}
.info__title {
    margin: 0 0 0.4rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #1f2a24;
    letter-spacing: -0.02em;
}
.info__lede {
    margin: 0;
    max-width: 38rem;
    color: #4a564f;
    line-height: 1.45;
}
.info__toc {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.25rem;
}
.info__toc a {
    display: inline-flex;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(31, 42, 36, 0.18);
    background: #fff;
    color: #1f2a24;
    text-decoration: none;
    font-size: 0.88rem;
}
.info__toc a:hover {
    background: #1f2a24;
    border-color: #1f2a24;
    color: #f3f1ec;
}
.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}
@media (min-width: 800px) {
    .info-grid {
        grid-template-columns: 1fr 1fr;
    }
    .info-grid .info-card--accent {
        grid-column: 1 / -1;
    }
}
.info-card {
    margin-bottom: 1rem;
    padding: 1.15rem 1.25rem 1.35rem;
    background: #fff;
    border: 1px solid rgba(31, 42, 36, 0.1);
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(31, 42, 36, 0.05);
}
.info-card__title {
    margin: 0 0 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid rgba(45, 90, 70, 0.35);
    font-size: 1.2rem;
    font-weight: 700;
    color: #1f2a24;
}
.info-card__body {
    color: #3a4540;
    line-height: 1.55;
    font-size: 0.95rem;
}
.info-card__body p {
    margin: 0 0 0.9rem;
}
.info-card__body p:last-child {
    margin-bottom: 0;
}
.info-card__body a {
    color: #2f4a3c;
    font-weight: 600;
}
.info-card__body--center {
    text-align: center;
}
.info-card--contact {
    margin-top: 0.5rem;
}
.info-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0.35rem 0.35rem 0 0;
    padding: 0.65rem 1.15rem;
    border: none;
    border-radius: 8px;
    background: #1f2a24;
    color: #f3f1ec !important;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.info-cta:hover {
    background: #2f4036;
    color: #fff !important;
}
.info-cta--ghost {
    background: transparent;
    color: #1f2a24 !important;
    border: 1px solid rgba(31, 42, 36, 0.25);
}
.info-cta--ghost:hover {
    background: rgba(31, 42, 36, 0.06);
    color: #1f2a24 !important;
}
.info-contact {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 1rem;
    align-items: start;
}
.info-form__row {
    margin-bottom: 0.85rem;
}
.info-form__row label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 600;
    color: #1f2a24;
    font-size: 0.9rem;
}
.info-form__row input,
.info-form__row textarea {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid rgba(31, 42, 36, 0.2);
    border-radius: 8px;
    background: #fafaf8;
    font-size: 1rem;
}
.info-form__row input:focus,
.info-form__row textarea:focus {
    outline: 2px solid rgba(47, 74, 60, 0.35);
    border-color: #2f4a3c;
    background: #fff;
}
.info-form__hp {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}
.info-alert {
    margin-bottom: 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 8px;
    font-weight: 500;
}
.info-alert--ok {
    background: #e7f3ea;
    color: #1f4a2e;
    border: 1px solid #b7d9c0;
}
.info-alert--err {
    background: #fceceb;
    color: #7a1f1a;
    border: 1px solid #e5b4b0;
}
.info-aside-links {
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(31, 42, 36, 0.1);
}
.info-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.info-footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 0.15rem;
}
.info-footer-links a:hover {
    text-decoration: underline;
}
.info-footer-links .divider {
    margin: 0 0.35rem;
    opacity: 0.6;
}
@media screen and (max-width: 800px) {
    .info-contact {
        grid-template-columns: 1fr;
    }
    .companyInfo {
        text-align: left;
        padding-top: 4px;
    }
    .companyInfo__top {
        justify-content: flex-start;
    }
    .companyInfo .promoText {
        white-space: normal;
    }
    .header-end {
        justify-content: space-between;
        align-items: center;
    }
}
.stCarousel .carousel-indicators { display: inline-flex; height: 30px;padding: 10px; bottom: 0px; left: 50%;}
.stCarousel .carousel-inner .item { padding:10px;}
.stCarousel .carousel-control {color: #333;}
.stCarousel .carousel-control:hover, .stCarousel .carousel-control:focus {color: #1d9d74;}
.stCarousel .carousel-control.right, .stCarousel .carousel-control.left { background-image: none; z-index: 1000;}
.stCarousel .carousel-indicators li { margin-left: 10px; }
.stCarousel .carousel-indicators li.active { background-color: #1d9d74; border-color: #1d9d74;}
.stCarousel .carousel-indicators li { background-color: #ccc; border-color: #ccc;}

/* Product Summary List*/
.stProdList {margin: 0 0 0 -20px; font-size: 0; padding: 0; }
.stProdSummary {border: 1px solid #CCCCCC; border-radius: 5px;}
.stProdSummary .stProdDesc { width: 300px; height:auto; overflow: hidden; text-overflow: ellipsis; white-space: initial; word-wrap: break-word;font-weight: 600;}  
.stProdPrice {font-weight: 600; font-size: 18px;  margin: 10px; line-height: 40px;}
.stProdAction {font-weight: lighter; font-size: 12px; }
.stProdList li { display: inline-block; padding: 0px 10px 10px 0px; list-style: none; height: auto !important; margin: 0; font-size: 16px; 
	vertical-align: top; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.stProdSummary .stProdPrice, .stProdSummary .stRetailPrice {font-size: 14px;  margin: 5px; line-height: 20px;}

.stProdDetails { margin-bottom: 25px; }
.stProdDetails ul { padding-inline-start: inherit; }
.stProdDetails li { display: block; padding: 0px 0px 10px 10px;}
.stProdDetails .page-header { margin-left: 10px; }
.stProdDetails .description { margin: 10px; line-height: 30px; font-size: large; }
.stProdDetails img {width: 350px;}
.stProdDetails>div {display: inline-flex;}
.info .panel-heading {padding: 5px 0px 0px 15px;}
.stRelatedProdList, .stCustViewProdList { border-top: 1px solid #eee;}
.stRelatedProdList .stProdSummary, .stCustViewProdList .stProdSummary {border: none;}
.stProdDetails .productLink {font-size: 18px; line-height: 25px; color: #337ab7; padding-top: 5px; background-color: #1d9d74; color: #fff; margin: 0px 10px 0px 10px; height: 40px;}

/* .btn:hover { background: #18aaef; color: inherit;} */
/* .btn:hover { background: #ccc; color: inherit;} 
a:hover, a:focus, .stProdList .btn:hover { text-decoration: none;}
a { color: inherit; }
.stProdList .btn { display: block;  color: inherit; min-width: 320px; width: 100%;}
*/

/* Mouse over effect - grow image size*/
/* https://designshack.net/tutorialexamples/imagehovers/zoomandpan.html */
.grow img { margin:10px;   min-width: 250px;  min-height: 200px; height: 200px; -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -o-transition: all 1s ease;  -ms-transition: all 1s ease;  transition: all 1s ease;}
.grow img:hover {/* opacity: 0.5; width: 270px; */ height: 210px;  margin:0px; }

/*
 * Sidebar
 */
.sidebar { z-index: 100; padding: 48px 0 0; }
.sidebar-sticky { position: relative; top: 0; height: calc(100vh - 48px); padding-top: .5rem;  overflow-x: hidden; overflow-y: auto;}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky { position: -webkit-sticky; position: sticky; height:auto;}
}
.sidebar .nav-link { font-weight: 500; color: #333;}
.sidebar .nav-link .feather { margin-right: 4px; color: #999;}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather { color: inherit;}
.sidebar .nav-link.active {color: #fff; background-color: #1d9d74;  border-radius: 5px;}
.sidebar .nav.submenu { margin-left:20px;}
.sidebar-heading { font-size: .75rem; text-transform: uppercase;}

.carousel-inner {
    min-width: 400px;
}

div.container {margin-left: 0px;}
.category.container .input-group {min-width: 100px;}

.checkout-container {
    padding-bottom: 80px;
}

.cart-panel {
    background: #fff;
    border: 1px solid #dde3e0;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
}

.cart-panel-title,
.order-summary-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2d28;
}

.order-item {
    padding: 0.85rem 0;
    border-bottom: 1px solid #e7ece9;
}

.cart-line {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cart-line-main { flex: 1; min-width: 0; }
.cart-line-price {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.cart-qty {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #dde3e0;
    border-radius: 8px;
    padding: 2px;
}
.cart-qty span {
    min-width: 1.5rem;
    text-align: center;
    font-weight: 600;
}
.cart-qty-btn {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 6px;
    background: #f4f7f5;
    color: #14352a;
    font-size: 16px;
    line-height: 1;
}
.cart-qty-btn:hover { background: #e4eee8; }
.cart-qty-locked {
    border: 0;
    color: #66756d;
    font-size: 0.85rem;
    padding: 0;
}
.cart-line-remove {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #66756d;
    font-size: 22px;
    line-height: 1;
}
.cart-line-remove:hover {
    background: #fde8e6;
    color: #b42318;
}

.order-item:last-child {
    border-bottom: none;
}

.order-item-name {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1f2d28;
    line-height: 1.35;
}

.order-item-sku {
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 0.2rem;
}

.checkout-sidebar {
    position: sticky;
    top: 1rem;
}

.order-summary {
    background: linear-gradient(180deg, #f7faf8 0%, #eef5f1 100%);
    border: 1px solid #cfe0d6;
    border-radius: 8px;
    padding: 1.35rem 1.5rem 1.1rem;
}

.payment-methods .cart-panel-title {
    font-size: 1.1rem;
}

.order-summary-rows {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.order-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    font-size: 1rem;
    color: #33443c;
}

.order-summary-discount {
    color: #1d9d74;
}

.order-summary-total {
    margin-top: 0.35rem;
    padding-top: 0.9rem;
    border-top: 2px solid #1d9d74;
    font-size: 1.2rem;
    font-weight: 700;
    color: #14352a;
}

.card-field-container {
    min-height: 44px;
    margin-bottom: 12px;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
}

.card-fields-form .form-label {
    font-weight: 600;
    margin-bottom: 4px;
}

#card-button.is-processing,
#card-button:disabled.is-processing {
    opacity: 1;
    cursor: wait;
}

.card-processing-status {
    font-size: 0.95rem;
    color: #14352a;
    font-weight: 600;
}

.checkout-section {
    max-width: 100%;
}

.checkout-help {
    font-size: 0.95rem;
    line-height: 1.4;
}

#checkout-address-form .form-label,
#billing-address-section .form-label {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

#payment-error:not(.d-none) {
    margin-bottom: 16px;
}

/* ---- Sunbrella fabric list page ---- */
.fabric-list-page {
    background:
        radial-gradient(ellipse 80% 50% at 10% -10%, rgba(139, 105, 20, 0.08), transparent 55%),
        linear-gradient(180deg, #f7f5f1 0%, #efeae2 45%, #f7f5f1 100%);
    min-height: 100vh;
}
.fabric-list {
    max-width: 1200px;
    margin: 0 auto;
}
.fabric-list__hero {
    padding: 1.25rem 0 1.5rem;
    border-bottom: 1px solid rgba(70, 55, 35, 0.12);
    margin-bottom: 1.25rem;
}
.fabric-list__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b5a3e;
}
.fabric-list__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #2c2418;
    line-height: 1.15;
}
.fabric-list__lede {
    margin: 0;
    max-width: 40rem;
    color: #5a4e3c;
    font-size: 1.05rem;
    line-height: 1.5;
}
.fabric-list__nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.75rem 0;
    margin-bottom: 1.5rem;
    background: rgba(247, 245, 241, 0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(70, 55, 35, 0.1);
}
.fabric-list__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    border: 1px solid rgba(70, 55, 35, 0.22);
    border-radius: 999px;
    color: #3d3224;
    text-decoration: none;
    font-size: 0.92rem;
    background: #fff;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.fabric-list__nav-link:hover {
    border-color: #8b6914;
    color: #2c2418;
}
.fabric-list__nav-link.is-active {
    background: #3d3224;
    border-color: #3d3224;
    color: #f7f5f1;
}
.fabric-list__nav-count {
    font-size: 0.75rem;
    opacity: 0.75;
}
.fabric-list__section {
    margin-bottom: 2.5rem;
    scroll-margin-top: 4.5rem;
}
.fabric-list__section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid rgba(139, 105, 20, 0.35);
}
.fabric-list__section-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #2c2418;
}
.fabric-list__section-meta {
    margin: 0;
    color: #6b5a3e;
    font-size: 0.9rem;
}
.fabric-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    gap: 0.85rem;
}
.fabric-swatch {
    background: #fff;
    border: 1px solid rgba(70, 55, 35, 0.12);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(44, 36, 24, 0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.fabric-swatch:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(44, 36, 24, 0.1);
}
.fabric-swatch__media {
    aspect-ratio: 1 / 1;
    background: #e8e2d8;
    overflow: hidden;
}
.fabric-swatch__media img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}
.fabric-swatch:hover .fabric-swatch__media img {
    transform: scale(1.04);
}
.fabric-swatch__media img.is-missing {
    object-fit: contain;
    padding: 1rem;
    opacity: 0.45;
}
.fabric-swatch__meta {
    padding: 0.55rem 0.65rem 0.7rem;
    text-align: center;
}
.fabric-swatch__name {
    font-size: 0.92rem;
    font-weight: 600;
    color: #2c2418;
    line-height: 1.25;
}
.fabric-swatch__code {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    color: #6b5a3e;
    letter-spacing: 0.02em;
}
.fabric-list__empty {
    padding: 2rem 0;
    color: #5a4e3c;
}

/* ---- Home page ---- */
.home-page {
    background: var(--home-mist);
    color: var(--home-ink);
}
.home-page .home,
.home-page .home-search {
    font-family: var(--home-font);
}
.home-hero {
    position: relative;
    min-height: min(88vh, 760px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #f7f4ee;
}
.home-hero__media {
    position: absolute;
    inset: 0;
}
.home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    transform: scale(1.04);
    animation: homeHeroDrift 18s ease-in-out alternate infinite;
}
@keyframes homeHeroDrift {
    from { transform: scale(1.04) translate3d(0, 0, 0); }
    to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}
.home-hero__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(18, 24, 20, 0.82) 0%, rgba(18, 24, 20, 0.45) 48%, rgba(18, 24, 20, 0.2) 100%),
        linear-gradient(0deg, rgba(18, 24, 20, 0.75) 0%, transparent 45%);
}
.home-hero__content {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    padding: clamp(2rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 3.5rem) clamp(2.5rem, 7vw, 4.75rem);
    animation: homeFadeUp 0.9s ease both;
}
@keyframes homeFadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
.home-hero__brand {
    margin: 0 0 0.55rem;
    font-family: var(--home-display);
    font-size: clamp(2.6rem, 7vw, 4.4rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.02em;
}
.home-hero__headline {
    margin: 0 0 0.75rem;
    max-width: 18ch;
    font-family: var(--home-font);
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    font-weight: 500;
    line-height: 1.35;
    color: rgba(247, 244, 238, 0.92);
}
.home-hero__lede {
    margin: 0 0 1.5rem;
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(247, 244, 238, 0.78);
}
.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.home-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.2rem;
    border-radius: 2px;
    background: var(--brand-cta-bg);
    color: #1a1814;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.home-cta:hover {
    background: var(--brand-cta-hover);
    color: #1a1814;
    transform: translateY(-1px);
}
.home-cta--ghost {
    background: transparent;
    color: #f7f4ee;
    border: 1px solid rgba(247, 244, 238, 0.45);
}
.home-cta--ghost:hover {
    background: rgba(247, 244, 238, 0.1);
    color: #fff;
}
.home-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.1rem, 3vw, 2rem);
}
.home-section__head {
    margin-bottom: 1.5rem;
    max-width: 36rem;
}
.home-section__head--split {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    max-width: none;
}
.home-new__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}
.home-new__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(26, 36, 32, 0.08);
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-new__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(26, 36, 32, 0.12);
    color: inherit;
}
.home-new__media {
    position: relative;
    aspect-ratio: 1;
    background: #fff; /* #d8d2c6;*/
    text-align: -webkit-center;
    overflow: hidden;
}
.home-new__media img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    display: block;
}
.home-new__card .home-new__badge {
    position: absolute;
    top: 0.55rem;
    left: 0.55rem;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: var(--new-accent);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.home-new__card strong {
    padding: 0.65rem 0.7rem 0.15rem;
    font-size: 0.95rem;
    line-height: 1.25;
    color: var(--home-ink);
}
.home-new__card > span {
    padding: 0 0.7rem 0.75rem;
    font-size: 0.8rem;
    color: #5a655e;
}
.home-new__more {
    margin: 1rem 0 0;
    text-align: right;
}
.home-new__more a {
    color: var(--home-moss);
    font-weight: 600;
    text-decoration: none;
}
.home-new__more a:hover {
    color: var(--new-accent);
}
.home-section__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--home-moss);
    font-weight: 600;
}
.home-section__title {
    margin: 0 0 0.45rem;
    font-family: var(--home-display);
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 600;
    color: var(--home-ink);
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.home-section__lede {
    margin: 0;
    color: #5a655e;
    line-height: 1.45;
}
.home-mosaic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0.75rem;
}
.home-tile {
    position: relative;
    grid-column: span 4;
    min-height: 220px;
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
    color: #f7f4ee;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #2a3330;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.home-tile--lg {
    grid-column: span 8;
    min-height: 320px;
    grid-row: span 2;
}
.home-tile__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 0;
    transition: transform 0.45s ease;
}
.home-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(16, 20, 18, 0.82) 100%);
    z-index: 1;
    pointer-events: none;
}
.home-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(26, 36, 32, 0.18);
}
.home-tile:hover .home-tile__img {
    transform: scale(1.05);
}
.home-tile__label,
.home-tile__hint {
    position: relative;
    z-index: 2;
    display: block;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}
.home-tile__label {
    font-family: var(--home-display);
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1.1;
}
.home-tile--lg .home-tile__label {
    font-size: 2.35rem;
}
.home-tile__hint {
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    font-size: 0.88rem;
    opacity: 0.85;
}
.home-dirs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}
.home-dir {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1rem;
    align-items: start;
    padding: 1.15rem 1.15rem 1.25rem;
    background: #fff;
    border: 1px solid rgba(26, 36, 32, 0.08);
    border-radius: 4px;
}
.home-dir__title {
    grid-column: 1 / -1;
    margin: 0;
    font-family: var(--home-display);
    font-size: 1.65rem;
    font-weight: 600;
    color: var(--home-wood);
}
.home-dir__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.home-dir__list li + li {
    margin-top: 0.35rem;
}
.home-dir__list a {
    color: var(--home-ink);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    border-bottom: 1px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
}
.home-dir__list a:hover {
    color: var(--home-moss);
    border-bottom-color: rgba(47, 74, 60, 0.45);
}
.home-dir__visual {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    aspect-ratio: 4 / 5;
    background: #d8d2c6;
}
.home-dir__visual img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.home-dir:hover .home-dir__visual img {
    transform: scale(1.05);
}
.home-extras__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}
.home-extra {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 0.9rem;
    align-items: center;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid rgba(26, 36, 32, 0.08);
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.home-extra:hover {
    border-color: rgba(47, 74, 60, 0.45);
    transform: translateY(-2px);
}
.home-extra img {
    width: 112px;
    height: 88px;
    object-fit: cover;
    border-radius: 3px;
    display: block;
}
.home-extra strong {
    display: block;
    font-size: 1.05rem;
    color: var(--home-ink);
    margin-bottom: 0.2rem;
}
.home-extra span {
    display: block;
    font-size: 0.88rem;
    color: #5a655e;
    line-height: 1.35;
}
.home-search__head {
    margin-bottom: 1.25rem;
}
.home-search__eyebrow {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--home-moss);
}
.home-search__title {
    margin: 0.25rem 0;
    font-family: var(--home-display);
    font-size: 2rem;
}
.home-search__meta {
    color: #5a655e;
}
.home-search__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.85rem;
}
.home-search__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(26, 36, 32, 0.08);
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}
.home-search__card img {
    /* width: 100%; */
    aspect-ratio: 1;
    object-fit: cover;
}
.home-search__name {
    padding: 0.55rem 0.65rem 0.15rem;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.25;
}
.home-search__price {
    padding: 0 0.65rem 0.65rem;
    color: #0d6efd;
    font-weight: 600;
}
.home-search__empty {
    color: #5a655e;
}

@media screen and (max-width: 900px) {
    .home-tile,
    .home-tile--lg {
        grid-column: span 6;
        grid-row: auto;
        min-height: 200px;
    }
    .home-tile__label,
    .home-tile--lg .home-tile__label {
        font-size: 1.6rem;
    }
    .home-dirs {
        grid-template-columns: 1fr;
    }
    .home-new__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 600px) {
    .home-hero {
        min-height: 72vh;
    }
    .home-tile,
    .home-tile--lg {
        grid-column: span 12;
    }
    .home-dir {
        grid-template-columns: 1fr;
    }
    .home-dir__visual {
        aspect-ratio: 16 / 9;
        max-height: 180px;
    }
    .home-new__grid {
        grid-template-columns: 1fr 1fr;
    }
    .home-extras__row {
        grid-template-columns: 1fr;
    }
    .home-extra {
        grid-template-columns: 96px 1fr;
    }
    .home-extra img {
        width: 96px;
        height: 76px;
    }
}

/* ---- Furniture covers order page ---- */
.fcovers-page {
    background:
        radial-gradient(ellipse 70% 40% at 90% 0%, rgba(45, 90, 70, 0.07), transparent 50%),
        linear-gradient(180deg, #f3f1ec 0%, #eae6de 50%, #f3f1ec 100%);
    min-height: 100vh;
}
.fcovers {
    max-width: 1180px;
    margin: 0 auto;
}
.fcovers__hero {
    padding: 1rem 0 1.25rem;
}
.fcovers__eyebrow {
    margin: 0 0 0.3rem;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4a6b58;
}
.fcovers__title {
    margin: 0 0 0.4rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #1f2a24;
    letter-spacing: -0.02em;
}
.fcovers__lede {
    margin: 0;
    max-width: 38rem;
    color: #4a564f;
    line-height: 1.45;
}
.fcovers__sticky {
    position: sticky;
    top: 0;
    z-index: 30;
    margin: 0 0 1.25rem;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 42, 36, 0.12);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(31, 42, 36, 0.08);
    backdrop-filter: blur(8px);
}
.fcovers__sticky-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
}
.fcovers__order-title {
    flex: 1 1 280px;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2a24;
    line-height: 1.35;
    text-align: left;
}
.fcovers__sticky-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
}
.fcovers__ship {
    font-size: 0.85rem;
    color: #5a6a62;
}
.fcovers__price {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 700;
    color: #0d6efd;
}
.fcovers__price-retail {
    margin: 0;
    font-size: 0.95rem;
    color: #5a6a62;
    text-decoration: line-through;
}
.fcovers__cart-btn {
    background: #1f2a24;
    color: #f3f1ec;
    border: none;
}
.fcovers__cart-btn:hover:not(:disabled) {
    background: #2f4036;
    color: #fff;
}
.fcovers__cart-btn:disabled {
    opacity: 0.45;
}
.sku-sticky {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.sku-sticky .fcovers__order-title {
    font-size: 1.05rem;
}
.fcovers__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
}
.fcovers__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(31, 42, 36, 0.18);
    background: #fff;
    color: #1f2a24;
    text-decoration: none;
    font-size: 0.88rem;
}
.fcovers__nav-link.is-active,
.fcovers__nav-link:hover {
    background: #1f2a24;
    border-color: #1f2a24;
    color: #f3f1ec;
}
.fcovers__nav-count {
    font-size: 0.75rem;
    opacity: 0.75;
}
.fcovers__section {
    margin-bottom: 2.25rem;
    scroll-margin-top: 6rem;
}
.fcovers__section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid rgba(45, 90, 70, 0.35);
}
.fcovers__section-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2a24;
}
.fcovers__section-meta {
    margin: 0;
    color: #5a6a62;
    font-size: 0.88rem;
}
.fcovers__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}
.fcover-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(31, 42, 36, 0.1);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(31, 42, 36, 0.05);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.fcover-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(31, 42, 36, 0.1);
}
.fcover-card__media {
    aspect-ratio: 4 / 3;
    background: #fff; /* #dde5e0;*/
    text-align: -webkit-center;
    overflow: hidden;
}
.fcover-card__media img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    display: block;
}
.fcover-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.85rem 0.95rem 1rem;
    flex: 1;
}
.fcover-card__name {
    margin: 0;
    font-size: 1rem;
    font-weight: 650;
    color: #1f2a24;
    line-height: 1.3;
}
.fcover-card__price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d6efd;
}
.fcover-card__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.fcover-card__sets-link {
    margin-left: auto;
    font-size: 0.82rem;
    font-weight: 600;
    color: #2d5a46;
    text-decoration: none;
    white-space: nowrap;
}
.fcover-card__sets-link:hover {
    color: #1f2a24;
    text-decoration: underline;
}
.fcover-card__footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    padding-top: 0.55rem;
}
.fcover-card__footer .fcover-card__sets-link {
    margin-left: 0;
}
.fcover-card__footer--price {
    justify-content: space-between;
    gap: 0.5rem;
}
.fcover-card__footer--price .fcover-card__price {
    margin: 0;
}
.fcover-card__notes {
    margin: 0.15rem 0 0.35rem;
    padding-left: 1.1rem;
    color: #5a6a62;
    font-size: 0.8rem;
    line-height: 1.35;
}
.fcover-card__qty {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: auto;
    padding-top: 0.4rem;
}
.fcover-card__body:has(.fcover-card__footer) > .fcover-card__qty {
    margin-top: 0.35rem;
}
.fcover-card__qty-label {
    font-size: 0.85rem;
    color: #4a564f;
    font-weight: 600;
}
.fcover-card__buy {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    width: 100%;
}
.fcover-card__buy .fcover-card__price {
    margin: 0;
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 1.05rem;
}
.fcover-card__buy .fcover-card__qty {
    margin: 0;
    padding: 0;
    margin-top: 0;
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
}
.fcover-card__buy .fcover-card__line {
    min-width: 3.5rem;
}
.fcover-card__opt {
    margin-top: 0.45rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(31, 42, 36, 0.08);
}
.fcover-card__opt:first-of-type {
    border-top: none;
    padding-top: 0;
}
.fcover-card__opt-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f2a24;
    margin-bottom: 0.2rem;
}
.fcover-card__opt-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.fcover-card__opt-row .fcover-card__price {
    margin: 0;
    flex: 0 0 auto;
}
.fcover-card__opt-row .fcover-card__qty {
    margin-top: 0;
    padding-top: 0;
    flex: 1 1 auto;
    justify-content: flex-end;
}
.fcover-card__qty .input-group {
    width: auto;
}
.fcover-card__line {
    margin-left: auto;
    font-weight: 600;
    color: #1f2a24;
    min-width: 4rem;
    text-align: right;
}
.fcovers__empty {
    padding: 2rem 0;
    color: #4a564f;
}

/* Media screen and max-width 600px */
@media screen and (max-width: 600px) {
  .stProdDetails>div {display: inherit;}
  .fabric-list__grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.65rem;
  }
  .fcovers__sticky-main {
    flex-direction: column;
    align-items: stretch;
  }
  .fcovers__order-title {
    font-size: 0.92rem;
  }
  .fcovers__grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Mobile storefront (matches navbar-expand-lg) ---- */
.image-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(8, 12, 10, 0.92);
}
.image-lightbox.is-open {
    display: flex;
}
.image-lightbox img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}
.image-lightbox__close {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

@media (min-width: 992px) {
    .filter-toggle {
        display: none !important;
    }
    #filterPanel.collapse {
        display: block !important;
        height: auto !important;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }
    .header-bar {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "logo end"
            "search search";
        padding: 0.4rem 0.65rem 0.55rem;
    }
    .header-logo { grid-area: logo; }
    .header-bar .searchContainer { grid-area: search; width: 100%; height: 42px; }
    .header-end {
        grid-area: end;
        align-items: center;
        padding-top: 0;
        gap: 8px;
    }
    .header-logo-img { height: 48px; }
    .companyInfo__links,
    .companyInfo .promoText,
    .header-phone-text {
        display: none;
    }
    .header-phone {
        width: 44px;
        height: 44px;
        justify-content: center;
        border: 1px solid #dde3e0;
        border-radius: 10px;
        background: #fff;
    }
    .navbar-toggler {
        min-width: 44px;
        min-height: 44px;
        padding: 0.35rem 0.55rem;
    }
    .navbar-nav .nav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
        padding: 0 0 0.35rem 0.75rem;
    }
    .navbar-nav .dropdown-item {
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .catalog-layout {
        flex-direction: column;
        align-items: stretch;
    }
    .filter-toggle {
        display: inline-flex;
        align-self: flex-start;
    }
    .catalog-filters,
    section#leftSection,
    section#rightSection {
        width: 100%;
        flex: 1 1 auto;
        border-left: none;
    }
    section#rightSection {
        padding: 8px 8px 96px;
    }
    .category.container {
        padding-left: 0;
        padding-right: 0;
    }
    .category.container .row > .col {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .row > .col[style*="max-width"] {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100% !important;
    }
    .row > .col[style*="max-width"] ~ .col {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .card,
    .category.container .card,
    .modal .card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .card-body img {
        width: 100%;
        height: auto;
        max-height: 220px;
        object-fit: contain;
    }
    .stProdSummary .stProdDesc {
        width: auto;
        max-width: 100%;
    }
    .grow img {
        min-width: 0;
        width: 100%;
        height: auto;
        max-height: 200px;
        object-fit: contain;
        margin: 8px 0;
    }
    .grow img:hover {
        height: auto;
        margin: 8px 0;
    }
    .stProdDetails img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .stProdDetails > div {
        display: block;
    }
    .carousel-inner {
        min-width: 0;
    }
    .imageGallery {
        width: 100%;
        max-width: 100%;
    }
    .imageGallery__thumbs {
        float: none;
        max-width: 100%;
    }
    .bd-highlight {
        flex-wrap: wrap;
    }

    .accordion-header {
        position: relative;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.4rem;
        padding: 0.55rem 3.1rem 0.55rem 0.55rem;
    }
    .accordion-header > [class*="col-"],
    .accordion-header > label,
    .accordion-header > .btn {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        float: none;
        text-align: left !important;
        padding-left: 0;
        padding-right: 0;
    }
    .accordion-header .price,
    .form-group label.col-form-label,
    div.price {
        text-align: left !important;
    }
    .accordion-header .accordion-button,
    .accordion-button {
        position: static;
        width: 44px;
        height: 44px;
        float: none;
        padding: 0;
    }
    .accordion-header > :has(> .accordion-button) {
        position: absolute;
        top: 0.35rem;
        right: 0.35rem;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        max-width: 44px;
        padding: 0;
    }
    .accordion-body {
        display: flex;
        flex-direction: column;
        padding: 0.5rem;
    }
    .accordion-body img {
        max-width: 100%;
        height: auto;
    }
    .category.container .input-group {
        min-width: 0;
        width: 100%;
        max-width: 220px;
    }
    .input-group .btn,
    .btnNumberMinus,
    .btnNumberPlus,
    .cart-qty-btn {
        min-width: 44px;
        min-height: 44px;
    }
    .cart-qty-btn {
        width: 44px;
        height: 44px;
    }

    .fcovers__sticky,
    .sku-sticky {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        margin: 0;
        border-radius: 12px 12px 0 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    body:has(.fcovers__sticky) {
        padding-bottom: 11rem;
    }
    .fcovers__sticky-main {
        flex-direction: column;
        align-items: stretch;
    }
    .fcovers__order-title {
        flex: 0 1 auto;
        max-height: 2.6em;
        overflow: hidden;
        font-size: 0.92rem;
    }
    .fcovers__sticky-prices {
        justify-content: space-between;
    }
    .fcovers__cart-btn {
        width: 100%;
        min-height: 48px;
    }
    .fcovers__grid {
        grid-template-columns: 1fr;
    }
    .fcovers__section {
        scroll-margin-top: 0.5rem;
    }

    .modal-dialog {
        max-width: calc(100% - 1rem) !important;
        margin: 0.5rem auto;
    }
    .modal-body {
        height: auto;
        max-height: 75vh;
    }
    .modal-body .row {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .modal .card {
        width: calc(50% - 0.5rem);
    }

    .checkout-sidebar {
        position: static;
    }
    .cart-line {
        flex-wrap: wrap;
    }
    .cart-panel {
        padding: 1rem;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .category.container .row > .col:has(.card) {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}

