/* /Pages/CustomProducts/Index.cshtml.rz.scp.css */
.custom-product-page[b-k1qbitx9sa] {
    width: min(calc(100% - 2rem), var(--shell-max-width, 1320px));
    max-width: none;
    margin: 0 auto 4rem;
}

.custom-product-hero[b-k1qbitx9sa] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
    gap: 2rem;
    align-items: center;
    padding: 2rem 0 1.5rem;
}

.custom-product-breadcrumb[b-k1qbitx9sa] {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-bottom: 1rem;
    color: var(--site-text-muted);
    font-size: .9rem;
}

.custom-product-breadcrumb a[b-k1qbitx9sa] {
    color: var(--site-link);
    text-decoration: none;
}

.custom-product-eyebrow[b-k1qbitx9sa] {
    margin: 0 0 .45rem;
    color: var(--site-accent-blue);
    font-weight: 700;
    text-transform: uppercase;
}

.custom-product-hero h1[b-k1qbitx9sa] {
    margin-bottom: 1rem;
}

.custom-product-lead[b-k1qbitx9sa] {
    max-width: 62ch;
    color: var(--site-text-muted);
    font-size: 1.1rem;
    line-height: 1.65;
}

.custom-product-hero__button[b-k1qbitx9sa],
.custom-product-enquiry button[b-k1qbitx9sa] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: .75rem 1.35rem;
    border: 0;
    border-radius: var(--panel-radius-tight, 8px);
    background: var(--site-primary);
    color: var(--site-on-primary);
    font-weight: 700;
    text-decoration: none;
}

.custom-product-hero__button:hover[b-k1qbitx9sa],
.custom-product-enquiry button:hover[b-k1qbitx9sa] {
    background: var(--site-link-hover);
    color: var(--site-on-primary);
}

.custom-product-hero__image img[b-k1qbitx9sa],
.custom-product-gallery img[b-k1qbitx9sa],
.custom-product-options img[b-k1qbitx9sa] {
    width: 100%;
    height: auto;
    border-radius: var(--panel-radius-tight, 8px);
}

.custom-product-tabs[b-k1qbitx9sa] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 1rem 0 1.5rem;
    border-top: 1px solid var(--site-border);
    border-bottom: 1px solid var(--site-border);
}

.custom-product-tabs a[b-k1qbitx9sa] {
    padding: .55rem .9rem;
    border: 1px solid var(--site-border-strong);
    border-radius: var(--panel-radius-tight, 8px);
    color: var(--site-text);
    text-decoration: none;
}

.custom-product-tabs a.is-active[b-k1qbitx9sa] {
    border-color: var(--site-primary);
    background: rgba(var(--site-primary-rgb), .08);
    color: var(--site-link-hover);
}

.custom-product-layout[b-k1qbitx9sa] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 2rem;
    align-items: start;
    padding-top: 2rem;
}

.custom-product-content p[b-k1qbitx9sa] {
    color: var(--site-text);
    font-size: 1rem;
    line-height: 1.7;
}

.custom-product-gallery[b-k1qbitx9sa] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.25rem 0 2rem;
}

.custom-product-finishes[b-k1qbitx9sa] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 1rem;
    margin: 1.25rem 0 2rem;
}

.custom-product-finishes figure[b-k1qbitx9sa] {
    margin: 0;
    text-align: center;
}

.custom-product-finishes img[b-k1qbitx9sa] {
    width: 100%;
    border-radius: var(--panel-radius-tight, 8px);
}

.custom-product-finishes figcaption[b-k1qbitx9sa] {
    margin-top: .45rem;
    font-weight: 700;
}

.custom-product-options[b-k1qbitx9sa] {
    padding-top: .75rem;
    border-top: 1px solid var(--site-border);
}

.custom-product-options li[b-k1qbitx9sa] {
    margin-bottom: .35rem;
}

.custom-product-enquiry[b-k1qbitx9sa] {
    position: sticky;
    top: calc(var(--site-fixed-header-height, 0px) + 1rem);
    padding: 1.25rem;
    border: 1px solid var(--site-border-strong);
    border-radius: var(--panel-radius-tight, 8px);
    background: var(--site-surface);
}

.custom-product-enquiry p[b-k1qbitx9sa] {
    color: var(--site-text-muted);
}

.custom-product-enquiry form[b-k1qbitx9sa] {
    display: grid;
    gap: .65rem;
}

.custom-product-enquiry label[b-k1qbitx9sa] {
    margin: 0;
    font-weight: 700;
}

.custom-product-enquiry input[b-k1qbitx9sa],
.custom-product-enquiry textarea[b-k1qbitx9sa] {
    width: 100%;
    padding: .65rem .75rem;
    border: 1px solid var(--site-border-strong);
    border-radius: var(--panel-radius-tight, 8px);
}

.custom-product-enquiry span[b-k1qbitx9sa],
.custom-product-validation[b-k1qbitx9sa] {
    color: var(--bs-danger, #dc3545);
    font-size: .9rem;
}

.custom-product-hp[b-k1qbitx9sa] {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.custom-product-thanks[b-k1qbitx9sa] {
    margin: 1.5rem 0 0;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(25, 135, 84, .35);
    border-radius: var(--panel-radius-tight, 8px);
    background: rgba(25, 135, 84, .08);
}

@media (max-width: 991.98px) {
    .custom-product-hero[b-k1qbitx9sa],
    .custom-product-layout[b-k1qbitx9sa] {
        grid-template-columns: 1fr;
    }

    .custom-product-enquiry[b-k1qbitx9sa] {
        position: static;
    }

    .custom-product-finishes[b-k1qbitx9sa] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .custom-product-gallery[b-k1qbitx9sa],
    .custom-product-finishes[b-k1qbitx9sa] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-lfaf9nysoh] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-lfaf9nysoh] {
  color: #0077cc;
}

.btn-primary[b-lfaf9nysoh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-lfaf9nysoh], .nav-pills .show > .nav-link[b-lfaf9nysoh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-lfaf9nysoh] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-lfaf9nysoh] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-lfaf9nysoh] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-lfaf9nysoh] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-lfaf9nysoh] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
