/* SEWARD Catalog + Product / 3.6.0
 * Extends the approved black, white and signal-red header language across WooCommerce commerce templates.
 */
.swc200-store {
    --swc-commerce-black: #050505;
    --swc-commerce-ink: #111315;
    --swc-commerce-paper: #ffffff;
    --swc-commerce-field: #f2f2ef;
    --swc-commerce-line: #cfd1d2;
    --swc-commerce-muted: #686c70;
    --swc-commerce-red: #e60018;
    --swc-commerce-red-dark: #bd0014;
    --swc-red: var(--swc-commerce-red);
    --swc-red2: var(--swc-commerce-red-dark);
    background: var(--swc-commerce-field);
}

.swc200-store .swc-store-main {
    padding-top: 24px;
}

.swc200-store :is(a,button,select,input):focus-visible {
    outline: 3px solid var(--swc-commerce-red) !important;
    outline-offset: 2px;
}

/* Catalog masthead */
.swc200-store .swc-catalog-hero {
    min-height: 330px;
    grid-template-columns: minmax(390px,.78fr) minmax(520px,1.22fr);
    border: 0;
    border-bottom: 4px solid var(--swc-commerce-red);
    background: var(--swc-commerce-black);
    color: #fff;
}
.swc200-store .swc-catalog-hero:before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.15);
    pointer-events: none;
}
.swc200-store .swc-catalog-hero>div {
    position: relative;
    z-index: 3;
    padding: clamp(38px,5vw,72px);
    background: linear-gradient(90deg,#050505 0%,#050505 82%,rgba(5,5,5,0) 100%);
}
.swc200-store .swc-catalog-hero .swc-kicker {
    color: var(--swc-commerce-red);
}
.swc200-store .swc-catalog-hero h1 {
    max-width: 560px;
    margin: 13px 0 15px !important;
    color: #fff !important;
    font-family: var(--swc-display) !important;
    font-size: clamp(54px,6vw,88px) !important;
    font-weight: 900 !important;
    letter-spacing: -.055em;
    line-height: .86 !important;
}
.swc200-store .swc-catalog-hero>div>p:last-child {
    max-width: 500px;
    color: #c8c8c5;
    font-size: 13px;
    line-height: 1.65;
}
.swc200-store .swc-catalog-hero>img {
    min-height: 330px;
    background: #111;
    filter: grayscale(1) contrast(1.12);
    mix-blend-mode: normal;
}

/* Collection and filter command rails */
.swc200-store .swc-catalog-collections {
    gap: 0;
    margin-top: 14px;
    border-top: 1px solid var(--swc-commerce-black);
    border-left: 1px solid var(--swc-commerce-black);
}
.swc200-store .swc-catalog-collections a {
    min-height: 82px;
    border: 0;
    border-right: 1px solid var(--swc-commerce-black);
    border-bottom: 1px solid var(--swc-commerce-black);
    background: var(--swc-commerce-paper);
    padding: 15px 16px;
    color: var(--swc-commerce-ink);
}
.swc200-store .swc-catalog-collections a:hover,
.swc200-store .swc-catalog-collections a:focus-visible {
    background: var(--swc-commerce-black);
    color: #fff;
}
.swc200-store .swc-catalog-collections span {
    font-size: 12px;
}
.swc200-store .swc-catalog-collections small {
    color: var(--swc-commerce-red);
}
.swc200-store .swc-catalog-toolbar {
    min-height: 66px;
    margin-top: 18px;
    border: 1px solid var(--swc-commerce-black);
    background: var(--swc-commerce-paper);
    padding: 10px 12px 10px 18px;
}
.swc200-store .swc-catalog-toolbar>div>a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--swc-commerce-ink);
    font-weight: 700;
}
.swc200-store .swc-catalog-toolbar>div>a:hover {
    border-bottom-color: var(--swc-commerce-red);
    color: var(--swc-commerce-red);
}
.swc200-store .swc-catalog-toolbar select {
    min-width: 178px;
    min-height: 44px;
    border: 1px solid var(--swc-commerce-black);
    border-radius: 0;
    background: #fff;
    color: var(--swc-commerce-black);
    font-weight: 700;
}
.swc200-store .swc-catalog-results {
    margin-top: 34px;
}
.swc200-store .swc-catalog-results__head {
    margin-bottom: 17px;
    padding-bottom: 14px;
    border-bottom: 3px solid var(--swc-commerce-black);
}
.swc200-store .swc-catalog-results__head h2 {
    color: var(--swc-commerce-black) !important;
    font-family: var(--swc-display) !important;
    font-size: clamp(34px,3.3vw,50px) !important;
    font-weight: 900 !important;
    letter-spacing: -.035em;
    line-height: .92 !important;
}

/* Product cards */
.swc200-store .swc-products--catalog {
    gap: 12px;
}
.swc200-store .swc-product {
    border: 1px solid var(--swc-commerce-black);
    background: var(--swc-commerce-paper);
    box-shadow: none;
    transition: transform .18s ease,box-shadow .18s ease;
}
.swc200-store .swc-product:hover {
    position: relative;
    z-index: 2;
    transform: translateY(-4px);
    box-shadow: 7px 7px 0 var(--swc-commerce-black);
}
.swc200-store .swc-products--catalog .swc-product__image,
.swc200-store .swc-related-archive .swc-product__image {
    position: relative;
    height: 270px;
    border-bottom: 1px solid var(--swc-commerce-black);
    background: #ececea;
    padding: 18px;
}
.swc200-store .swc-product__image:after {
    content: "VIEW";
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 54px;
    background: var(--swc-commerce-black);
    padding: 7px 9px;
    color: #fff;
    font-family: var(--swc-display);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
    text-align: center;
}
.swc200-store .swc-product__image img {
    filter: saturate(.82) contrast(1.04);
    mix-blend-mode: multiply;
    transition: transform .28s ease;
}
.swc200-store .swc-product:hover .swc-product__image img {
    transform: scale(1.035);
}
.swc200-store .swc-product__badge {
    top: 0;
    left: 0;
    background: var(--swc-commerce-red);
    padding: 8px 10px;
}
.swc200-store .swc-products--catalog .swc-product__body,
.swc200-store .swc-related-archive .swc-product__body {
    padding: 15px;
}
.swc200-store .swc-product__body>small {
    display: -webkit-box;
    overflow: hidden;
    color: var(--swc-commerce-muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .07em;
    line-height: 1.3;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.swc200-store .swc-product h3 {
    min-height: 48px;
    margin-top: 8px !important;
    font-family: var(--swc-display) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
}
.swc200-store .swc-product h3 a {
    color: var(--swc-commerce-black);
}
.swc200-store .swc-stars,
.swc200-store .swc-stars-large {
    color: var(--swc-commerce-red);
}
.swc200-store .swc-product__swatches span {
    border-color: var(--swc-commerce-black);
    background: #eee;
}
.swc200-store .swc-product__buy {
    gap: 10px;
    align-items: center;
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid var(--swc-commerce-line);
}
.swc200-store .swc-product__buy strong {
    color: var(--swc-commerce-black);
    font-size: 23px;
    font-weight: 900;
}
.swc200-store .swc-products--catalog .swc-add,
.swc200-store .swc-related-archive .swc-add {
    min-height: 44px;
    border: 1px solid var(--swc-commerce-red) !important;
    border-radius: 0 !important;
    background: var(--swc-commerce-red) !important;
    color: #fff !important;
    font-size: 9px;
    font-weight: 900;
}
.swc200-store .swc-products--catalog .swc-add:hover,
.swc200-store .swc-related-archive .swc-add:hover {
    border-color: var(--swc-commerce-black) !important;
    background: var(--swc-commerce-black) !important;
}

/* Product detail: light gallery + black purchase console */
.swc200-store .swc-archive-product {
    grid-template-columns: minmax(0,1.08fr) minmax(440px,.92fr);
    gap: 0;
    align-items: stretch;
    border: 1px solid var(--swc-commerce-black);
    background: var(--swc-commerce-paper);
}
.swc200-store .swc-archive-product__gallery {
    padding: 20px;
    background: var(--swc-commerce-field);
}
.swc200-store .swc-archive-product__stage {
    min-height: 620px;
    border: 1px solid var(--swc-commerce-black);
    background: #e8e8e5;
}
.swc200-store .swc-archive-product__stage:after {
    border-color: rgba(5,5,5,.18);
}
.swc200-store .swc-archive-product__stamp {
    width: 76px;
    height: 76px;
    border: 0;
    border-radius: 0;
    background: var(--swc-commerce-black);
    color: #fff;
    font-family: var(--swc-display);
    transform: none;
}
.swc200-store .swc-archive-product__zoom {
    border: 0;
    background: var(--swc-commerce-black);
    color: #fff;
}
.swc200-store .swc-archive-product__thumbs {
    gap: 7px;
    margin-top: 8px;
}
.swc200-store .swc-product-thumb {
    min-height: 70px;
    border: 1px solid var(--swc-commerce-black);
    background: #fff;
}
.swc200-store .swc-product-thumb:hover,
.swc200-store .swc-product-thumb:focus-visible,
.swc200-store .swc-product-thumb.is-active {
    border-color: var(--swc-commerce-red);
    box-shadow: inset 0 -4px 0 var(--swc-commerce-red);
}
.swc200-store .swc-archive-product__caption {
    color: var(--swc-commerce-muted);
}
.swc200-store .swc-archive-product__summary {
    position: relative;
    padding: clamp(30px,3.5vw,58px);
    background: var(--swc-commerce-black);
    color: #fff;
}
.swc200-store .swc-archive-product__summary:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--swc-commerce-red);
}
.swc200-store .swc-archive-product__summary .swc-kicker {
    color: var(--swc-commerce-red);
}
.swc200-store .swc-archive-product__summary .swc-kicker span,
.swc200-store .swc-archive-product__summary .swc-product-rating,
.swc200-store .swc-archive-product__summary .swc-product-meta-grid small,
.swc200-store .swc-archive-product__summary .swc-finish-selector legend span,
.swc200-store .swc-archive-product__summary .swc-quantity-label,
.swc200-store .swc-archive-product__summary .swc-product-assurances small {
    color: #aeb0b2;
}
.swc200-store .swc-archive-product__summary h1 {
    margin: 14px 0 15px !important;
    color: #fff !important;
    font-family: var(--swc-display) !important;
    font-size: clamp(44px,4.1vw,67px) !important;
    font-weight: 900 !important;
    letter-spacing: -.05em;
    line-height: .91 !important;
    text-transform: uppercase;
}
.swc200-store .swc-archive-product__price {
    margin: 22px 0;
    color: #fff !important;
    font-size: 38px;
}
.swc200-store .swc-archive-product__price :is(.amount,.woocommerce-Price-amount,.woocommerce-Price-currencySymbol) {
    color: #fff !important;
}
.swc200-store .swc-product-meta-grid {
    border-color: rgba(255,255,255,.25);
}
.swc200-store .swc-product-meta-grid span {
    border-color: rgba(255,255,255,.18);
    padding: 14px;
}
.swc200-store .swc-product-meta-grid b,
.swc200-store .swc-finish-selector legend {
    color: #fff;
}
.swc200-store .swc-archive-product__intro {
    color: #c8c8c5;
}
.swc200-store .swc-finish-grid {
    gap: 8px;
}
.swc200-store .swc-finish-option {
    min-height: 82px;
    border: 1px solid #65676a;
    background: #151515;
}
.swc200-store .swc-finish-option strong {
    color: #fff;
}
.swc200-store .swc-finish-option small {
    color: #aeb0b2;
}
.swc200-store .swc-finish-option__image {
    background: #e9e9e6;
}
.swc200-store .swc-finish-option:hover,
.swc200-store .swc-finish-option:focus-visible,
.swc200-store .swc-finish-option.is-active {
    border-color: var(--swc-commerce-red);
    background: #202020;
    box-shadow: inset 0 -4px 0 var(--swc-commerce-red);
}
.swc200-store .swc-product-form__buyline {
    margin-top: 17px;
}
.swc200-store .swc-quantity-label .quantity {
    min-height: 52px;
    border: 1px solid #fff;
    background: #fff;
    color: #050505;
}
.swc200-store .swc-product-buy {
    min-height: 52px !important;
    border-color: var(--swc-commerce-red) !important;
    background: var(--swc-commerce-red) !important;
    color: #fff !important;
}
.swc200-store .swc-product-buy:hover,
.swc200-store .swc-product-buy:focus-visible {
    border-color: #fff !important;
    background: #fff !important;
    color: #050505 !important;
}
.swc200-store .swc-product-buy--secondary {
    border-color: #fff !important;
    background: transparent !important;
    color: #fff !important;
}
.swc200-store .swc-product-buy--secondary:hover,
.swc200-store .swc-product-buy--secondary:focus-visible {
    border-color: #fff !important;
    background: #fff !important;
    color: #050505 !important;
}
.swc200-store .swc-product-assurances {
    border-color: rgba(255,255,255,.22);
}
.swc200-store .swc-product-assurances span {
    border-color: rgba(255,255,255,.18);
}
.swc200-store .swc-product-assurances b {
    color: #fff;
}

/* Product supporting content */
.swc200-store .swc-spec-rail {
    margin-top: 16px;
    border: 1px solid var(--swc-commerce-black);
    background: var(--swc-commerce-black);
    color: #fff;
}
.swc200-store .swc-spec-rail>div {
    min-height: 86px;
    border-color: rgba(255,255,255,.18);
}
.swc200-store .swc-spec-rail .dashicons {
    color: var(--swc-commerce-red);
}
.swc200-store .swc-spec-rail small {
    color: #aeb0b2;
}
.swc200-store .swc-archive-notes {
    margin-top: 16px;
}
.swc200-store .swc-archive-notes__copy,
.swc200-store .swc-archive-notes aside {
    border: 1px solid var(--swc-commerce-black);
    background: #fff;
}
.swc200-store .swc-archive-notes aside {
    border-top: 5px solid var(--swc-commerce-red);
    background: var(--swc-commerce-black);
    color: #fff;
}
.swc200-store .swc-archive-notes aside p:last-child {
    color: #d0d0ce;
}
.swc200-store .swc-tabs-label {
    border-color: var(--swc-commerce-line);
}
.swc200-store .swc-tabs-label .is-active {
    border-color: var(--swc-commerce-red);
    color: var(--swc-commerce-black);
}
.swc200-store .swc-related-archive {
    margin-top: 42px;
}
.swc200-store .swc-related-archive .swc-section-head {
    padding-bottom: 15px;
    border-bottom: 3px solid var(--swc-commerce-black);
}
.swc200-store .swc-related-archive .swc-section-head h2 {
    font-family: var(--swc-display) !important;
    font-size: clamp(34px,3.5vw,52px) !important;
    font-weight: 900 !important;
    letter-spacing: -.04em;
}
.swc200-store .swc-catalog-responsible {
    border: 1px solid var(--swc-commerce-black);
    border-left: 5px solid var(--swc-commerce-red);
    background: #fff;
}
.swc200-store .swc-catalog-responsible>.dashicons,
.swc200-store .swc-catalog-responsible a {
    color: var(--swc-commerce-red);
}

@media (max-width:1100px) {
    .swc200-store .swc-catalog-hero { grid-template-columns: minmax(340px,.9fr) 1.1fr; }
    .swc200-store .swc-products--catalog { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .swc200-store .swc-archive-product { grid-template-columns: minmax(0,1fr) minmax(400px,.9fr); }
    .swc200-store .swc-archive-product__stage { min-height: 540px; }
}

@media (max-width:980px) {
    .swc200-store .swc-catalog-hero { min-height: 280px; }
    .swc200-store .swc-catalog-hero>img { min-height: 280px; }
    .swc200-store .swc-archive-product { grid-template-columns: 1fr; }
    .swc200-store .swc-archive-product__summary { position: static; }
}

@media (max-width:720px) {
    .swc200-store .swc-store-main { padding-top: 12px; }
    .swc200-store .swc-catalog-hero {
        grid-template-columns: 1fr;
        border-bottom-width: 4px;
    }
    .swc200-store .swc-catalog-hero:before { inset: 10px; }
    .swc200-store .swc-catalog-hero>div { padding: 31px 25px 25px; }
    .swc200-store .swc-catalog-hero h1 { font-size: 48px !important; }
    .swc200-store .swc-catalog-hero>img { height: 170px; min-height: 170px; }
    .swc200-store .swc-catalog-collections {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }
    .swc200-store .swc-catalog-collections a {
        flex: 0 0 46%;
        min-height: 72px;
        scroll-snap-align: start;
    }
    .swc200-store .swc-catalog-toolbar {
        padding: 13px;
    }
    .swc200-store .swc-catalog-toolbar>div {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 10px;
    }
    .swc200-store .swc-catalog-toolbar>div .swc-kicker { flex: 0 0 auto; }
    .swc200-store .swc-catalog-toolbar>div>a { flex: 0 0 auto; }
    .swc200-store .swc-catalog-toolbar form { width: 100%; }
    .swc200-store .swc-catalog-toolbar select { width: 100%; }
    .swc200-store .swc-catalog-results__head h2 { font-size: 32px !important; }
    .swc200-store .swc-products--catalog { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .swc200-store .swc-products--catalog .swc-product__image { height: 174px; padding: 8px; }
    .swc200-store .swc-product:hover { transform: none; box-shadow: none; }
    .swc200-store .swc-product__image:after { display: none; }
    .swc200-store .swc-products--catalog .swc-product__body { padding: 10px; }
    .swc200-store .swc-product h3 { min-height: 45px; font-size: 12px !important; }
    .swc200-store .swc-product__buy { display: block; }
    .swc200-store .swc-product__buy strong { font-size: 19px; }
    .swc200-store .swc-products--catalog .swc-add { width: 100%; margin-top: 9px; }
    .swc200-store .swc-archive-product__gallery { padding: 10px; }
    .swc200-store .swc-archive-product__stage { min-height: 330px; }
    .swc200-store .swc-archive-product__summary { padding: 28px 22px 30px; }
    .swc200-store .swc-archive-product__summary h1 { font-size: 39px !important; }
    .swc200-store .swc-finish-grid { grid-template-columns: 1fr; }
    .swc200-store .swc-finish-option { min-height: 76px; }
    .swc200-store .swc-product-form__buyline { grid-template-columns: 66px 1fr; }
    .swc200-store .swc-product-buy--secondary { grid-column: 2; }
    .swc200-store .swc-product-assurances { grid-template-columns: 1fr; }
    .swc200-store .swc-product-assurances span { min-height: 50px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
    .swc200-store .swc-spec-rail { grid-template-columns: 1fr 1fr; }
    .swc200-store .swc-spec-rail>div { min-height: 76px; }
    .swc200-store .swc-catalog-responsible a { margin-left: 0; }
}

@media (max-width:390px) {
    .swc200-store .swc-products--catalog .swc-product__image { height: 152px; }
    .swc200-store .swc-archive-product__summary h1 { font-size: 35px !important; }
}

@media (prefers-reduced-motion:reduce) {
    .swc200-store .swc-product,
    .swc200-store .swc-product__image img { transition: none; }
}
