/* LOCUST LLC architectural shade theme. */
/* Every selector is scoped to this storefront. */
html[data-storefront-site="locust-llc"] {
    --forest: #17201e;
    --forest-dark: #0d1514;
    --sky: #20bcea;
    --sun: #d7ad64;
    --coral: #a94f33;
    --ink: #131817;
    --muted: #626965;
    --surface: #f2eee6;
    --line: #cfc9bd;
    --theme-body-font: "Segoe UI", Arial, sans-serif;
    --theme-heading-font: Georgia, "Times New Roman", serif;
}

html[data-storefront-site="locust-llc"] body[data-theme-layout="architectural-shade"] {
    color: #131817;
    background: #f2eee6;
    letter-spacing: 0;
}

html[data-storefront-site="locust-llc"] body[data-theme-layout="architectural-shade"] h1,
html[data-storefront-site="locust-llc"] body[data-theme-layout="architectural-shade"] h2,
html[data-storefront-site="locust-llc"] body[data-theme-layout="architectural-shade"] h3 {
    letter-spacing: 0;
}

html[data-storefront-site="locust-llc"] .arch-site-header {
    position: relative;
    z-index: 40;
    width: 100%;
    color: #131817;
    background: #f2eee6;
    border-bottom: 1px solid rgba(19, 24, 23, 0.14);
}

html[data-storefront-site="locust-llc"] body:has(.home-template-architectural-shade) .arch-site-header {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border-bottom-color: transparent;
}

html[data-storefront-site="locust-llc"] .arch-header-inner {
    width: 100%;
    min-height: 104px;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto minmax(220px, 1fr);
    align-items: center;
    gap: 32px;
    padding: 0 clamp(30px, 3.1vw, 52px);
}

html[data-storefront-site="locust-llc"] .arch-brand-lockup {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    justify-self: start;
    color: inherit;
}

html[data-storefront-site="locust-llc"] .arch-brand-lockup .brand-logo {
    width: 64px;
    height: 54px;
    object-fit: contain;
}

html[data-storefront-site="locust-llc"] .arch-brand-lockup > span {
    overflow: hidden;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 440;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html[data-storefront-site="locust-llc"] .arch-primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 3vw, 48px);
}

html[data-storefront-site="locust-llc"] .arch-primary-nav a,
html[data-storefront-site="locust-llc"] .arch-footer-grid a,
html[data-storefront-site="locust-llc"] .arch-footer-contact a {
    color: inherit;
    font-size: 12px;
    text-transform: uppercase;
}

html[data-storefront-site="locust-llc"] .arch-footer-contact .footer-contact-address {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: inherit;
    line-height: 1.55;
    letter-spacing: 0;
    text-transform: none;
}

html[data-storefront-site="locust-llc"] .arch-primary-nav a {
    padding: 8px 0;
    border-bottom: 1px solid transparent;
}

html[data-storefront-site="locust-llc"] .arch-primary-nav a:hover,
html[data-storefront-site="locust-llc"] .arch-primary-nav a:focus-visible {
    border-bottom-color: currentColor;
}

html[data-storefront-site="locust-llc"] .arch-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

html[data-storefront-site="locust-llc"] .arch-language-switcher {
    gap: 2px;
}

html[data-storefront-site="locust-llc"] .arch-language-switcher .language-switcher-link {
    background: rgba(255, 255, 255, 0.44);
    border-color: rgba(19, 24, 23, 0.16);
}

html[data-storefront-site="locust-llc"] .arch-mobile-menu {
    display: none;
}

html[data-storefront-site="locust-llc"] .arch-home-hero {
    position: relative;
    height: min(850px, 90svh);
    min-height: 720px;
    overflow: hidden;
    background: #d8d4cc;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-slides,
html[data-storefront-site="locust-llc"] .arch-home-hero-slide {
    position: absolute;
    inset: 0;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-slide {
    visibility: hidden;
    opacity: 0;
    transition: opacity 680ms ease, visibility 680ms ease;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-slide.is-active {
    visibility: visible;
    opacity: 1;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(247, 244, 238, 0.94) 0%,
        rgba(247, 244, 238, 0.78) 25%,
        rgba(247, 244, 238, 0.15) 46%,
        rgba(247, 244, 238, 0) 64%
    );
}

html[data-storefront-site="locust-llc"] .arch-home-hero-slide:nth-child(2) .arch-home-hero-shade {
    background: linear-gradient(
        90deg,
        rgba(7, 16, 29, 0.9) 0%,
        rgba(7, 16, 29, 0.72) 26%,
        rgba(7, 16, 29, 0.12) 50%,
        rgba(7, 16, 29, 0) 68%
    );
}

html[data-storefront-site="locust-llc"] .arch-home-hero-copy {
    position: absolute;
    z-index: 2;
    top: clamp(178px, 21vh, 214px);
    left: clamp(42px, 5.6vw, 88px);
    width: min(490px, 38vw);
}

html[data-storefront-site="locust-llc"] .arch-home-hero-copy h1,
html[data-storefront-site="locust-llc"] .arch-home-hero-copy h2 {
    margin: 0;
    color: #101514;
    font-family: var(--theme-heading-font);
    font-size: clamp(66px, 6.2vw, 98px);
    font-weight: 400;
    line-height: 1.01;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-copy > p {
    max-width: 360px;
    margin: 24px 0 0;
    color: #17201e;
    font-size: 18px;
    line-height: 1.55;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-slide:nth-child(2) .arch-home-hero-copy h2,
html[data-storefront-site="locust-llc"] .arch-home-hero-slide:nth-child(2) .arch-home-hero-copy > p,
html[data-storefront-site="locust-llc"] .arch-home-hero-slide:nth-child(2) .arch-button-secondary {
    color: #fff;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 28px;
}

html[data-storefront-site="locust-llc"] .arch-button-primary,
html[data-storefront-site="locust-llc"] .arch-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    min-height: 52px;
    color: #111817;
    font-size: 13px;
}

html[data-storefront-site="locust-llc"] .arch-button-primary {
    min-width: 294px;
    padding: 0 22px;
    background: #20bcea;
}

html[data-storefront-site="locust-llc"] .arch-button-primary:hover,
html[data-storefront-site="locust-llc"] .arch-button-primary:focus-visible {
    background: #55cef1;
}

html[data-storefront-site="locust-llc"] .arch-button-secondary {
    min-height: 34px;
    padding: 0 2px 5px;
    border-bottom: 1px solid currentColor;
}

html[data-storefront-site="locust-llc"] .arch-product-rail {
    position: absolute;
    z-index: 5;
    top: 126px;
    right: clamp(20px, 2.8vw, 44px);
    bottom: 0;
    width: 160px;
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr)) 48px;
    color: #f4f1eb;
    background: rgba(15, 20, 20, 0.95);
}

html[data-storefront-site="locust-llc"] .arch-product-rail-item {
    min-width: 0;
    display: grid;
    grid-template-rows: minmax(68px, 1fr) auto;
    gap: 8px;
    padding: 13px 16px;
    color: inherit;
    text-align: left;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
}

html[data-storefront-site="locust-llc"] .arch-product-rail-item:hover,
html[data-storefront-site="locust-llc"] .arch-product-rail-item:focus-visible,
html[data-storefront-site="locust-llc"] .arch-product-rail-item.is-active {
    background: rgba(255, 255, 255, 0.07);
}

html[data-storefront-site="locust-llc"] .arch-product-rail-item.is-active {
    box-shadow: inset 2px 0 0 #20bcea;
}

html[data-storefront-site="locust-llc"] .arch-product-rail-image {
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
}

html[data-storefront-site="locust-llc"] .arch-product-rail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

html[data-storefront-site="locust-llc"] .arch-product-rail-copy {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 8px;
}

html[data-storefront-site="locust-llc"] .arch-product-rail-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    font-size: 10px;
    font-weight: 520;
    line-height: 1.35;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

html[data-storefront-site="locust-llc"] .arch-product-rail-copy small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 9px;
}

html[data-storefront-site="locust-llc"] .arch-product-rail-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    color: #f4f1eb;
    font-size: 10px;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-progress {
    position: absolute;
    z-index: 5;
    left: clamp(42px, 3.1vw, 50px);
    bottom: 48px;
    width: min(370px, 30vw);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 9px;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-progress i {
    height: 2px;
    display: block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.38);
}

html[data-storefront-site="locust-llc"] .arch-home-hero-progress b {
    width: 0;
    height: 100%;
    display: block;
    background: #fff;
}

html[data-storefront-site="locust-llc"] .arch-home-hero-progress b.is-running {
    animation: home-hero-progress var(--hero-autoplay-duration, 8200ms) linear forwards;
}

html[data-storefront-site="locust-llc"] .arch-detail-strip {
    min-height: 300px;
    display: grid;
    grid-template-columns: minmax(340px, 1.45fr) repeat(4, minmax(0, 0.95fr));
    background: #ece8df;
    border-bottom: 1px solid #d4cec2;
}

html[data-storefront-site="locust-llc"] .arch-detail-strip > header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px clamp(34px, 5.5vw, 86px);
}

html[data-storefront-site="locust-llc"] .arch-detail-strip > header p,
html[data-storefront-site="locust-llc"] .arch-section-heading > p,
html[data-storefront-site="locust-llc"] .arch-story-section > p {
    margin: 0 0 16px;
    color: #68706c;
    font-size: 10px;
    text-transform: uppercase;
}

html[data-storefront-site="locust-llc"] .arch-detail-strip > header h2 {
    max-width: 360px;
    margin: 0;
    font-family: var(--theme-heading-font);
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.05;
}

html[data-storefront-site="locust-llc"] .arch-detail-strip figure {
    position: relative;
    min-width: 0;
    min-height: 300px;
    margin: 0;
    overflow: hidden;
    border-left: 1px solid #ded8cd;
}

html[data-storefront-site="locust-llc"] .arch-detail-strip figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

html[data-storefront-site="locust-llc"] .arch-detail-strip figure:hover img {
    transform: scale(1.025);
}

html[data-storefront-site="locust-llc"] .arch-detail-strip figcaption {
    position: absolute;
    right: 12px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 9px;
}

html[data-storefront-site="locust-llc"] .arch-category-section,
html[data-storefront-site="locust-llc"] .arch-product-section {
    padding: clamp(72px, 8vw, 126px) clamp(24px, 5.6vw, 88px);
    background: #f6f3ed;
}

html[data-storefront-site="locust-llc"] .arch-product-section {
    background: #e9e5dc;
}

html[data-storefront-site="locust-llc"] .arch-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.4fr) minmax(220px, 0.8fr);
    align-items: end;
    gap: 36px;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid #bcb7ac;
}

html[data-storefront-site="locust-llc"] .arch-section-heading > p {
    margin: 0;
}

html[data-storefront-site="locust-llc"] .arch-section-heading h2 {
    margin: 0;
    font-family: var(--theme-heading-font);
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 400;
    line-height: 1.02;
}

html[data-storefront-site="locust-llc"] .arch-section-heading > span {
    max-width: 400px;
    color: #59615e;
    font-size: 13px;
    line-height: 1.6;
}

html[data-storefront-site="locust-llc"] .arch-section-heading > a {
    justify-self: end;
    padding-bottom: 5px;
    color: #17201e;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
}

html[data-storefront-site="locust-llc"] .arch-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #cbc5ba;
    border-left: 1px solid #cbc5ba;
}

html[data-storefront-site="locust-llc"] .arch-category-grid .category-card {
    border: 0;
    border-right: 1px solid #cbc5ba;
    border-bottom: 1px solid #cbc5ba;
    border-radius: 0;
    box-shadow: none;
}

html[data-storefront-site="locust-llc"] .arch-category-grid .category-card-image {
    aspect-ratio: 1.3 / 1;
    background: #e5e1d8;
}

html[data-storefront-site="locust-llc"] .arch-category-grid .category-card-body {
    padding: 24px;
    background: #f6f3ed;
}

html[data-storefront-site="locust-llc"] .arch-category-grid .category-card-body h3 {
    font-family: var(--theme-heading-font);
    font-size: 26px;
    font-weight: 400;
}

html[data-storefront-site="locust-llc"] .arch-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #c8c2b8;
    border: 1px solid #c8c2b8;
}

html[data-storefront-site="locust-llc"] .arch-product-grid .product-card {
    border: 0;
    border-radius: 0;
    background: #f6f3ed;
    box-shadow: none;
}

html[data-storefront-site="locust-llc"] .arch-product-grid .product-card-image {
    background: #efebe3;
}

html[data-storefront-site="locust-llc"] .arch-product-grid .product-card-body {
    padding: 20px;
}

html[data-storefront-site="locust-llc"] .arch-product-grid .product-card h3 {
    font-size: 13px;
    font-weight: 520;
}

html[data-storefront-site="locust-llc"] .arch-story-section {
    display: grid;
    grid-template-columns: minmax(180px, 0.6fr) minmax(0, 1.4fr);
    gap: 60px;
    padding: clamp(80px, 9vw, 140px) clamp(24px, 5.6vw, 88px);
    color: #f4f1ea;
    background: #151b1a;
}

html[data-storefront-site="locust-llc"] .arch-story-section > div {
    max-width: 900px;
}

html[data-storefront-site="locust-llc"] .arch-story-section h2 {
    margin: 0;
    color: inherit;
    font-family: var(--theme-heading-font);
    font-size: clamp(44px, 5.8vw, 86px);
    font-weight: 400;
    line-height: 1;
}

html[data-storefront-site="locust-llc"] .arch-story-section > div > span {
    max-width: 690px;
    display: block;
    margin-top: 28px;
    color: rgba(244, 241, 234, 0.68);
    font-size: 15px;
    line-height: 1.75;
}

html[data-storefront-site="locust-llc"] .arch-story-section a {
    display: inline-flex;
    gap: 40px;
    margin-top: 34px;
    padding-bottom: 6px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    font-size: 12px;
}

html[data-storefront-site="locust-llc"] .arch-site-footer {
    color: #17201e;
    background: #ded9cf;
}

html[data-storefront-site="locust-llc"] .arch-footer-lead,
html[data-storefront-site="locust-llc"] .arch-footer-grid,
html[data-storefront-site="locust-llc"] .arch-footer-bottom {
    padding-inline: clamp(24px, 5.6vw, 88px);
}

html[data-storefront-site="locust-llc"] .arch-footer-lead {
    min-height: 240px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid rgba(23, 32, 30, 0.2);
}

html[data-storefront-site="locust-llc"] .arch-footer-lead p {
    margin: 0 0 10px;
    color: #66706c;
    font-size: 10px;
    text-transform: uppercase;
}

html[data-storefront-site="locust-llc"] .arch-footer-lead h2 {
    max-width: 800px;
    margin: 0;
    font-family: var(--theme-heading-font);
    font-size: clamp(34px, 4vw, 62px);
    font-weight: 400;
}

html[data-storefront-site="locust-llc"] .arch-footer-lead > a {
    display: inline-flex;
    gap: 42px;
    padding-bottom: 6px;
    color: inherit;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
}

html[data-storefront-site="locust-llc"] .arch-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 52px;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(23, 32, 30, 0.2);
}

html[data-storefront-site="locust-llc"] .arch-footer-grid > * {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-right: 30px;
}

html[data-storefront-site="locust-llc"] .arch-footer-grid strong {
    margin-bottom: 8px;
    color: #69716e;
    font-size: 10px;
    text-transform: uppercase;
}

html[data-storefront-site="locust-llc"] .arch-footer-grid a {
    width: fit-content;
    text-transform: none;
}

html[data-storefront-site="locust-llc"] .arch-footer-bottom {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 11px;
}

html[data-storefront-site="locust-llc"] .arch-footer-bottom .payment-methods li {
    background: transparent;
    border: 0;
}

/* Product detail: editorial, architectural presentation for LOCUST only. */
html[data-storefront-site="locust-llc"] .product-page {
    padding-bottom: 0;
    background: #f2eee6;
}

html[data-storefront-site="locust-llc"] .product-page > .shell {
    width: min(100%, 1540px);
    padding-inline: clamp(24px, 3.15vw, 52px);
}

html[data-storefront-site="locust-llc"] .product-page .breadcrumbs {
    min-height: 74px;
    margin: 0;
    color: #6d736f;
    border-bottom: 1px solid rgba(19, 24, 23, 0.14);
    font-size: 10px;
    text-transform: uppercase;
}

html[data-storefront-site="locust-llc"] .product-page .breadcrumbs li:last-child {
    color: #202725;
}

html[data-storefront-site="locust-llc"] .product-detail-layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
    gap: clamp(44px, 5vw, 84px);
    padding: 34px 0 88px;
}

html[data-storefront-site="locust-llc"] .product-gallery {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
}

html[data-storefront-site="locust-llc"] .product-main-image {
    background: #eae5dc;
}

html[data-storefront-site="locust-llc"] .product-main-image img {
    background: transparent;
}

html[data-storefront-site="locust-llc"] .product-thumbnail {
    padding: 3px;
    background: #f7f4ee;
    border-color: rgba(19, 24, 23, 0.18);
    border-radius: 0;
}

html[data-storefront-site="locust-llc"] .product-thumbnail:hover,
html[data-storefront-site="locust-llc"] .product-thumbnail:focus-visible,
html[data-storefront-site="locust-llc"] .product-thumbnail.is-active {
    border-color: #20bcea;
    box-shadow: inset 0 0 0 1px #20bcea;
}

html[data-storefront-site="locust-llc"] .product-purchase {
    padding-top: 2px;
}

html[data-storefront-site="locust-llc"] .product-purchase h1 {
    max-width: 640px;
    margin: 0;
    color: #121817;
    font-family: var(--theme-heading-font);
    font-size: clamp(30px, 2.45vw, 38px);
    font-weight: 400;
    line-height: 1.06;
}

html[data-storefront-site="locust-llc"] .product-purchase .rating-line {
    margin-top: 18px;
}

html[data-storefront-site="locust-llc"] .product-merchandising-badges {
    gap: 6px;
    margin-top: 18px;
}

html[data-storefront-site="locust-llc"] .product-merchandising-badges .top-pick-badge,
html[data-storefront-site="locust-llc"] .product-merchandising-badges .offer-badge,
html[data-storefront-site="locust-llc"] .product-merchandising-badges .top-pick-badge > span,
html[data-storefront-site="locust-llc"] .product-merchandising-badges .top-pick-badge > strong,
html[data-storefront-site="locust-llc"] .product-merchandising-badges .offer-badge > span,
html[data-storefront-site="locust-llc"] .product-merchandising-badges .offer-badge > strong {
    font-weight: 500;
}

html[data-storefront-site="locust-llc"] .product-price-row {
    gap: 14px;
    margin-top: 26px;
}

html[data-storefront-site="locust-llc"] .product-price {
    color: #111817;
    font-size: 34px;
    font-weight: 560;
}

html[data-storefront-site="locust-llc"] .product-price-discount {
    color: #a94f33;
    font-size: 21px;
    font-weight: 500;
}

html[data-storefront-site="locust-llc"] .product-deal-deadline {
    color: #944631;
}

html[data-storefront-site="locust-llc"] .delivery-promise,
html[data-storefront-site="locust-llc"] .variant-section,
html[data-storefront-site="locust-llc"] .product-quick-specs {
    border-color: rgba(19, 24, 23, 0.16);
}

html[data-storefront-site="locust-llc"] .delivery-promise {
    margin-top: 18px;
    padding: 16px 0;
}

html[data-storefront-site="locust-llc"] .variant-section {
    margin-top: 20px;
    padding-top: 20px;
}

html[data-storefront-site="locust-llc"] .variant-heading {
    margin-bottom: 14px;
    font-size: 12px;
    text-transform: uppercase;
}

html[data-storefront-site="locust-llc"] .variant-choice-list {
    gap: 7px;
}

html[data-storefront-site="locust-llc"] .variant-choice {
    min-height: 40px;
    color: #27312f;
    background: #f8f5ef;
    border-color: #b9b7ae;
    border-radius: 0;
    font-weight: 500;
}

html[data-storefront-site="locust-llc"] .variant-choice:hover,
html[data-storefront-site="locust-llc"] .variant-choice:focus-visible {
    border-color: #626d69;
}

html[data-storefront-site="locust-llc"] .variant-choice.is-selected {
    border-color: #17201e;
    box-shadow: inset 0 0 0 1px #17201e;
    font-weight: 600;
}

html[data-storefront-site="locust-llc"] .variant-choice.is-selected::after {
    background: #17201e;
    border-radius: 0;
}

html[data-storefront-site="locust-llc"] .variant-choice-list.uses-images .variant-choice {
    width: 92px;
    min-height: 86px;
}

html[data-storefront-site="locust-llc"] .product-quick-specs {
    margin-top: 24px;
}

html[data-storefront-site="locust-llc"] .product-quick-specs div {
    padding-block: 13px;
}

html[data-storefront-site="locust-llc"] .button-purchase {
    min-height: 54px;
    justify-content: space-between;
    margin-top: 26px;
    padding-inline: 22px;
    color: #101817;
    background: #20bcea;
    border-color: #20bcea;
    border-radius: 0;
    font-weight: 560;
}

html[data-storefront-site="locust-llc"] .button-purchase:hover,
html[data-storefront-site="locust-llc"] .button-purchase:focus-visible {
    background: #55cef1;
    border-color: #55cef1;
}

html[data-storefront-site="locust-llc"] .button-purchase.is-disabled,
html[data-storefront-site="locust-llc"] .button-purchase.is-disabled:hover {
    color: #747a77;
    background: #d8d5ce;
    border-color: #d8d5ce;
}

html[data-storefront-site="locust-llc"] .checkout-note {
    color: #68706c;
    font-size: 10px;
}

html[data-storefront-site="locust-llc"] .product-information,
html[data-storefront-site="locust-llc"] .product-detail-images,
html[data-storefront-site="locust-llc"] .video-section,
html[data-storefront-site="locust-llc"] .related-section {
    border-color: rgba(19, 24, 23, 0.18);
}

html[data-storefront-site="locust-llc"] .product-information {
    grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1.58fr);
    gap: clamp(40px, 6vw, 96px);
    padding: 78px 0;
}

html[data-storefront-site="locust-llc"] .product-information-heading h2,
html[data-storefront-site="locust-llc"] .product-detail-images .section-heading h2,
html[data-storefront-site="locust-llc"] .video-section-heading h2,
html[data-storefront-site="locust-llc"] .related-section .section-heading h2 {
    font-family: var(--theme-heading-font);
    font-size: clamp(32px, 3.1vw, 48px);
    font-weight: 400;
    line-height: 1.08;
}

html[data-storefront-site="locust-llc"] .product-information .eyebrow,
html[data-storefront-site="locust-llc"] .product-detail-images .eyebrow,
html[data-storefront-site="locust-llc"] .video-section .eyebrow,
html[data-storefront-site="locust-llc"] .related-section .eyebrow {
    color: #68706c;
    font-size: 10px;
    text-transform: uppercase;
}

html[data-storefront-site="locust-llc"] .product-description-summary {
    color: #17201e;
    font-family: var(--theme-heading-font);
    font-size: 23px;
    font-weight: 400;
    line-height: 1.42;
}

html[data-storefront-site="locust-llc"] .product-description-copy,
html[data-storefront-site="locust-llc"] .product-bullets li,
html[data-storefront-site="locust-llc"] .product-additional-information p {
    color: #424c48;
}

html[data-storefront-site="locust-llc"] .product-bullets li {
    border-color: rgba(19, 24, 23, 0.14);
}

html[data-storefront-site="locust-llc"] .product-bullets li::before {
    background: #20bcea;
    border-radius: 0;
}

html[data-storefront-site="locust-llc"] .product-additional-information,
html[data-storefront-site="locust-llc"] .product-specification-panel {
    border-color: rgba(19, 24, 23, 0.16);
}

html[data-storefront-site="locust-llc"] .product-specification-table {
    border-color: rgba(19, 24, 23, 0.16);
}

html[data-storefront-site="locust-llc"] .product-specification-table > div,
html[data-storefront-site="locust-llc"] .product-specification-table dd {
    border-color: rgba(19, 24, 23, 0.14);
}

html[data-storefront-site="locust-llc"] .product-specification-table > div.is-even {
    background: #eae6de;
}

html[data-storefront-site="locust-llc"] .product-detail-images,
html[data-storefront-site="locust-llc"] .video-section,
html[data-storefront-site="locust-llc"] .related-section {
    padding: 78px 0;
}

html[data-storefront-site="locust-llc"] .product-detail-image-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(19, 24, 23, 0.18);
}

html[data-storefront-site="locust-llc"] .product-detail-image-grid figure {
    border: 0;
    background: #e8e4dc;
}

html[data-storefront-site="locust-llc"] .product-detail-image-grid figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

html[data-storefront-site="locust-llc"] .product-detail-image-grid img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

html[data-storefront-site="locust-llc"] .related-section .product-grid {
    gap: 1px;
    background: rgba(19, 24, 23, 0.16);
}

html[data-storefront-site="locust-llc"] .related-section .product-card {
    background: #f2eee6;
    border: 0;
    border-radius: 0;
}

@media (max-width: 1180px) {
    html[data-storefront-site="locust-llc"] .arch-header-inner {
        grid-template-columns: minmax(230px, 1fr) auto minmax(170px, 0.6fr);
        gap: 20px;
    }

    html[data-storefront-site="locust-llc"] .arch-primary-nav {
        gap: 24px;
    }

    html[data-storefront-site="locust-llc"] .arch-product-rail {
        right: 18px;
        width: 148px;
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-copy {
        width: 42vw;
    }

    html[data-storefront-site="locust-llc"] .arch-detail-strip {
        grid-template-columns: minmax(300px, 1.25fr) repeat(4, minmax(0, 0.9fr));
    }

    html[data-storefront-site="locust-llc"] .product-detail-layout {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
        gap: 38px;
    }

    html[data-storefront-site="locust-llc"] .product-purchase h1 {
        font-size: clamp(29px, 2.7vw, 36px);
    }
}

@media (max-width: 900px) {
    html[data-storefront-site="locust-llc"] .arch-header-inner {
        min-height: 76px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding-inline: 22px;
    }

    html[data-storefront-site="locust-llc"] .arch-brand-lockup .brand-logo {
        width: 46px;
        height: 40px;
    }

    html[data-storefront-site="locust-llc"] .arch-brand-lockup > span {
        font-size: 20px;
    }

    html[data-storefront-site="locust-llc"] .arch-primary-nav {
        display: none;
    }

    html[data-storefront-site="locust-llc"] .arch-mobile-menu {
        position: relative;
        display: block;
    }

    html[data-storefront-site="locust-llc"] .arch-mobile-menu summary {
        background: rgba(255, 255, 255, 0.56);
        border-color: rgba(19, 24, 23, 0.24);
    }

    html[data-storefront-site="locust-llc"] .arch-mobile-menu nav {
        right: 0;
        background: #f4f1ea;
        border-radius: 0;
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero {
        height: 760px;
        min-height: 760px;
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-slide > img {
        object-position: 62% center;
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-shade,
    html[data-storefront-site="locust-llc"] .arch-home-hero-slide:nth-child(2) .arch-home-hero-shade {
        background: linear-gradient(0deg, rgba(247, 244, 238, 0.96) 0%, rgba(247, 244, 238, 0.82) 44%, rgba(247, 244, 238, 0.08) 78%);
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-slide:nth-child(2) .arch-home-hero-shade {
        background: linear-gradient(0deg, rgba(7, 16, 29, 0.96) 0%, rgba(7, 16, 29, 0.8) 44%, rgba(7, 16, 29, 0.06) 78%);
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-copy {
        top: 132px;
        left: 24px;
        width: min(520px, calc(100% - 48px));
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-copy h1,
    html[data-storefront-site="locust-llc"] .arch-home-hero-copy h2 {
        font-size: clamp(50px, 10vw, 72px);
    }

    html[data-storefront-site="locust-llc"] .arch-product-rail {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: 142px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: 1fr;
    }

    html[data-storefront-site="locust-llc"] .arch-product-rail-item {
        grid-template-columns: 76px minmax(0, 1fr);
        grid-template-rows: 1fr;
        align-items: center;
        padding: 12px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 0;
    }

    html[data-storefront-site="locust-llc"] .arch-product-rail-copy {
        align-items: end;
    }

    html[data-storefront-site="locust-llc"] .arch-product-rail-all {
        display: none;
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-progress {
        bottom: 158px;
        left: 24px;
        width: min(320px, calc(100% - 48px));
    }

    html[data-storefront-site="locust-llc"] .arch-detail-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html[data-storefront-site="locust-llc"] .arch-detail-strip > header {
        min-height: 240px;
        grid-column: 1 / -1;
        padding: 42px 28px;
    }

    html[data-storefront-site="locust-llc"] .arch-detail-strip figure {
        min-height: 260px;
    }

    html[data-storefront-site="locust-llc"] .arch-section-heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    html[data-storefront-site="locust-llc"] .arch-section-heading > a {
        justify-self: start;
    }

    html[data-storefront-site="locust-llc"] .arch-category-grid,
    html[data-storefront-site="locust-llc"] .arch-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html[data-storefront-site="locust-llc"] .arch-story-section {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    html[data-storefront-site="locust-llc"] .arch-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 24px;
    }

    html[data-storefront-site="locust-llc"] .product-detail-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    html[data-storefront-site="locust-llc"] .product-gallery {
        grid-template-columns: 1fr;
    }

    html[data-storefront-site="locust-llc"] .product-main-image {
        grid-column: 1;
    }

    html[data-storefront-site="locust-llc"] .product-thumbnails {
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    html[data-storefront-site="locust-llc"] .product-information {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    html[data-storefront-site="locust-llc"] .product-additional-information {
        grid-column: 1;
    }

    html[data-storefront-site="locust-llc"] .product-detail-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    html[data-storefront-site="locust-llc"] .arch-header-inner {
        min-height: 70px;
        gap: 8px;
        padding-inline: 14px;
    }

    html[data-storefront-site="locust-llc"] .arch-brand-lockup {
        gap: 8px;
    }

    html[data-storefront-site="locust-llc"] .arch-brand-lockup .brand-logo {
        width: 34px;
        height: 32px;
    }

    html[data-storefront-site="locust-llc"] .arch-brand-lockup > span {
        font-size: 16px;
    }

    html[data-storefront-site="locust-llc"] .arch-header-actions {
        min-width: 0;
        gap: 6px;
    }

    html[data-storefront-site="locust-llc"] .arch-language-switcher {
        min-width: 0;
        gap: 0;
    }

    html[data-storefront-site="locust-llc"] .arch-language-switcher .language-switcher-link {
        width: 22px;
        height: 26px;
        padding-inline: 3px;
    }

    html[data-storefront-site="locust-llc"] .arch-mobile-menu summary {
        width: 30px;
        height: 30px;
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-copy {
        top: 108px;
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-copy h1,
    html[data-storefront-site="locust-llc"] .arch-home-hero-copy h2 {
        max-width: 100%;
        font-size: clamp(42px, 12vw, 48px);
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-copy > p {
        max-width: 310px;
        margin-top: 16px;
        font-size: 14px;
    }

    html[data-storefront-site="locust-llc"] .arch-home-hero-actions {
        gap: 10px;
        margin-top: 18px;
    }

    html[data-storefront-site="locust-llc"] .arch-button-primary {
        min-width: min(280px, 100%);
    }

    html[data-storefront-site="locust-llc"] .arch-product-rail-item {
        grid-template-columns: 54px minmax(0, 1fr);
        padding: 9px;
    }

    html[data-storefront-site="locust-llc"] .arch-product-rail-copy strong {
        font-size: 9px;
        -webkit-line-clamp: 4;
    }

    html[data-storefront-site="locust-llc"] .arch-detail-strip figure {
        min-height: 210px;
    }

    html[data-storefront-site="locust-llc"] .arch-category-section,
    html[data-storefront-site="locust-llc"] .arch-product-section {
        padding: 64px 18px;
    }

    html[data-storefront-site="locust-llc"] .arch-category-grid,
    html[data-storefront-site="locust-llc"] .arch-product-grid {
        grid-template-columns: 1fr;
    }

    html[data-storefront-site="locust-llc"] .arch-product-grid .product-card {
        grid-template-columns: 44% minmax(0, 1fr);
    }

    html[data-storefront-site="locust-llc"] .arch-story-section {
        padding: 72px 20px;
    }

    html[data-storefront-site="locust-llc"] .arch-footer-lead {
        min-height: 260px;
        grid-template-columns: 1fr;
        align-content: center;
        gap: 26px;
    }

    html[data-storefront-site="locust-llc"] .arch-footer-lead > a {
        justify-self: start;
    }

    html[data-storefront-site="locust-llc"] .arch-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html[data-storefront-site="locust-llc"] .arch-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-block: 20px;
    }

    html[data-storefront-site="locust-llc"] .product-page > .shell {
        padding-inline: 16px;
    }

    html[data-storefront-site="locust-llc"] .product-page .breadcrumbs {
        min-height: 56px;
        overflow: hidden;
    }

    html[data-storefront-site="locust-llc"] .product-page .breadcrumbs li:last-child {
        display: none;
    }

    html[data-storefront-site="locust-llc"] .product-detail-layout {
        gap: 32px;
        padding: 20px 0 54px;
    }

    html[data-storefront-site="locust-llc"] .product-thumbnails {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    html[data-storefront-site="locust-llc"] .product-purchase h1 {
        font-size: 28px;
        line-height: 1.12;
    }

    html[data-storefront-site="locust-llc"] .product-price {
        font-size: 30px;
    }

    html[data-storefront-site="locust-llc"] .variant-choice-list.uses-images .variant-choice {
        width: calc(25% - 6px);
        min-width: 70px;
    }

    html[data-storefront-site="locust-llc"] .product-information,
    html[data-storefront-site="locust-llc"] .product-detail-images,
    html[data-storefront-site="locust-llc"] .video-section,
    html[data-storefront-site="locust-llc"] .related-section {
        padding: 54px 0;
    }

    html[data-storefront-site="locust-llc"] .product-information-content {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    html[data-storefront-site="locust-llc"] .product-additional-information {
        columns: 1;
    }

    html[data-storefront-site="locust-llc"] .product-detail-image-grid {
        grid-template-columns: 1fr;
    }

    html[data-storefront-site="locust-llc"] .product-detail-image-grid figure:first-child {
        grid-column: auto;
        grid-row: auto;
    }
}

html[data-storefront-site="locust-llc"] .catalog-template-editorial-grid .editorial-category-filter + .catalog-product-grid,
html[data-storefront-site="locust-llc"] .catalog-template-editorial-grid .editorial-category-filter + .catalog-empty {
    margin-top: 24px;
}

@media (prefers-reduced-motion: reduce) {
    html[data-storefront-site="locust-llc"] .arch-home-hero-progress,
    html[data-storefront-site="locust-llc"] .arch-detail-strip figure:hover img {
        animation: none;
        transform: none;
    }
}
