/* =========================================================
   SOUTHWARD — CLEAN BLACK / WHITE RETAIL THEME
   Complete replacement stylesheet
   ========================================================= */


/* =========================================================
   01. TOKENS / RESET
========================================================= */

:root {
    --black: #0a0a0a;
    --black-2: #171717;
    --white: #ffffff;
    --off-white: #f5f5f3;
    --soft: #eeeeeb;
    --line: #d8d8d4;
    --line-dark: #2b2b2b;
    --muted: #696965;
    --muted-2: #8d8d88;

    --page-max: 1540px;
    --radius: 0px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;

    background: var(--white);
    color: var(--black);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body,
input,
button,
textarea,
select {
    font-family:
        Arial,
        Helvetica,
        sans-serif;
}

img,
video {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    border-radius: 0;
}

::selection {
    background: var(--black);
    color: var(--white);
}

main {
    min-height: 60vh;
}


/* =========================================================
   02. GENERIC
========================================================= */

.eyebrow {
    margin: 0;

    color: var(--muted);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.4px;

    text-transform: uppercase;
}

.btn {
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 22px;

    border: 1px solid var(--black);

    background: var(--black);
    color: var(--white);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;

    text-decoration: none;

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease;
}

.btn:hover {
    background: var(--white);
    color: var(--black);
}

.btn.full {
    width: 100%;
}


/* =========================================================
   03. TOP BAR
========================================================= */

.sw-topbar {
    position: relative;
    z-index: 3100;

    min-height: 31px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;

    padding: 0 32px;

    background: var(--black);
    color: var(--white);
}

.sw-topbar-left {
    color: #d8d8d8;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2px;
}

.sw-topbar-message {
    color: #f1f1f1;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .4px;

    text-align: center;
}

.sw-topbar-message a {
    margin-left: 8px;

    color: var(--white);

    text-decoration: underline;
    text-underline-offset: 3px;
}

.sw-topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 12px;
}

.top-location,
.language-btn {
    border: 0;

    background: transparent;
    color: var(--white);

    cursor: pointer;
}

.top-location {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    opacity: .82;
}

.language-switcher {
    position: relative;
}

.language-btn {
    min-height: 28px;

    display: flex;
    align-items: center;

    gap: 6px;

    padding: 0 3px;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .8px;
}

.language-menu {
    position: absolute;
    top: 31px;
    right: 0;
    z-index: 4000;

    width: 160px;

    padding: 7px;

    border: 1px solid var(--line);

    background: var(--white);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, .12);

    opacity: 0;
    visibility: hidden;

    transform: translateY(-4px);

    transition:
        opacity .18s ease,
        visibility .18s ease,
        transform .18s ease;
}

.language-switcher:hover .language-menu,
.language-switcher:focus-within .language-menu {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}

.language-menu a {
    display: block;

    padding: 11px 10px;

    color: #555;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .8px;

    text-decoration: none;
}

.language-menu a:hover {
    background: var(--off-white);
    color: var(--black);
}


/* =========================================================
   04. HEADER / NAVBAR
========================================================= */

.sw-header {
    position: sticky;
    top: 0;
    z-index: 3000;

    width: 100%;

    border-bottom: 1px solid var(--line);

    background: rgba(255, 255, 255, .97);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.sw-navbar {
    min-height: 72px;

    display: grid;
    grid-template-columns:
        minmax(190px, 1fr)
        auto
        minmax(190px, 1fr);

    align-items: center;

    gap: 28px;

    padding: 0 32px;
}

.sw-logo {
    width: fit-content;

    display: inline-flex;
    align-items: center;

    gap: 12px;

    color: var(--black);

    text-decoration: none;
}

.sw-logo img {
    width: 42px;
    height: 42px;

    object-fit: contain;
}

.sw-logo span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 3px;
}

.sw-main-menu {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 30px;
}

.sw-main-menu a {
    position: relative;

    min-height: 72px;

    display: flex;
    align-items: center;

    color: #2e2e2e;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;

    text-decoration: none;

    white-space: nowrap;
}

.sw-main-menu a::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;

    height: 1px;

    background: var(--black);

    transform: scaleX(0);

    transition: transform .2s ease;
}

.sw-main-menu a:hover::after {
    transform: scaleX(1);
}

.sw-header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 3px;
}

.sw-icon-btn {
    position: relative;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;

    color: var(--black);

    text-decoration: none;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease;
}

.sw-icon-btn:hover {
    border-color: var(--black);

    background: var(--black);
    color: var(--white);
}

.sw-icon-btn svg {
    width: 20px;
    height: 20px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.sw-cart-count {
    position: absolute;
    top: -1px;
    right: -2px;

    min-width: 16px;
    height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 4px;

    border-radius: 999px;

    background: var(--black);
    color: var(--white);

    font-size: 7px;
    font-weight: 800;
}


/* =========================================================
   05. MESSAGES
========================================================= */

.messages {
    position: fixed;
    top: 118px;
    right: 24px;
    z-index: 5000;

    width: min(390px, calc(100vw - 48px));

    display: flex;
    flex-direction: column;

    gap: 8px;
}

.message {
    padding: 15px 17px;

    border: 1px solid var(--line);

    background: var(--white);
    color: var(--black);

    box-shadow:
        0 16px 45px rgba(0, 0, 0, .12);

    font-size: 11px;
    line-height: 1.5;
}

.message.success {
    border-color: #1d1d1d;
}

.message.error,
.message.warning {
    border-color: #777;
}


/* =========================================================
   06. HOME HERO
========================================================= */

.home-hero {
    position: relative;

    min-height:
        min(
            780px,
            calc(100vh - 103px)
        );

    display: flex;
    align-items: flex-end;

    overflow: hidden;

    background:
        linear-gradient(
            130deg,
            #101010,
            #2a2a2a 50%,
            #0e0e0e
        );
}

.home-hero-media {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 36px;
}

.home-hero-media img,
.home-hero-media video {
    width: min(72vw, 720px);
    height: auto;

    object-fit: cover;
    object-position: center;

    filter:
        grayscale(1)
        contrast(1.05);

    opacity: .96;
}

.home-hero-media img {
    aspect-ratio: 1 / 1;
}

.home-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.76) 0%,
            rgba(0,0,0,.48) 42%,
            rgba(0,0,0,.15) 78%,
            rgba(0,0,0,.15) 100%
        ),
        linear-gradient(
            0deg,
            rgba(0,0,0,.28),
            transparent 48%
        );
}

.home-hero-content {
    position: relative;
    z-index: 2;

    width:
        min(
            var(--page-max),
            calc(100% - 64px)
        );

    margin: 0 auto;

    padding-bottom: 82px;

    color: var(--white);
}

.home-kicker {
    margin: 0 0 20px;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.4px;
}

.home-hero h1 {
    max-width: 1100px;

    margin: 0;

    color: var(--white);

    font-size:
        clamp(
            72px,
            9vw,
            150px
        );

    font-weight: 900;
    line-height: .81;
    letter-spacing: -7px;
}

.home-hero-copy {
    max-width: 470px;

    margin: 30px 0 32px;

    color:
        rgba(
            255,
            255,
            255,
            .88
        );

    font-size: 14px;
    line-height: 1.65;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 9px;
}

.home-btn {
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 24px;

    border: 1px solid currentColor;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;

    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease;
}

.home-btn-light {
    background: var(--white);
    color: var(--black);
    border-color: var(--white);
}

.home-btn-light:hover {
    background: var(--black);
    color: var(--white);
}

.home-btn-outline {
    background:
        rgba(
            0,
            0,
            0,
            .25
        );

    color: var(--white);
    border-color: var(--white);
}

.home-btn-outline:hover {
    background: var(--white);
    color: var(--black);
}


/* =========================================================
   07. HOME PROMO
========================================================= */

.home-promo {
    min-height: 130px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;

    padding:
        30px
        max(
            32px,
            calc(
                (100vw - var(--page-max))
                / 2
            )
        );

    border-bottom: 1px solid var(--line);

    background: var(--white);
}

.home-promo h2 {
    margin: 0 0 7px;

    font-size:
        clamp(
            24px,
            2.5vw,
            38px
        );

    line-height: 1;
    letter-spacing: -1px;
}

.home-promo p {
    margin: 0;

    color: var(--muted);

    font-size: 12px;
    line-height: 1.6;
}

.home-promo > a {
    min-height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 22px;

    border: 1px solid var(--black);

    background: var(--black);
    color: var(--white);

    font-size: 10px;
    font-weight: 800;

    text-decoration: none;

    white-space: nowrap;
}

.home-promo > a:hover {
    background: var(--white);
    color: var(--black);
}


/* =========================================================
   08. HOME PRODUCT SECTION
========================================================= */

.home-section {
    width:
        min(
            var(--page-max),
            calc(100% - 64px)
        );

    margin: 0 auto;

    padding: 70px 0 88px;
}

.home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 26px;
}

.home-section-head p,
.home-editorial-head p,
.home-newsletter p,
.home-brand-block p,
.home-campaign-copy > p {
    margin: 0 0 12px;

    color: var(--muted);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.home-section-head h2,
.home-editorial-head h2,
.home-newsletter h2 {
    margin: 0;

    font-size:
        clamp(
            34px,
            4vw,
            58px
        );

    line-height: .95;
    letter-spacing: -2px;
}

.home-section-head > a {
    color: var(--black);

    font-size: 10px;
    font-weight: 800;

    text-underline-offset: 4px;
}

.home-product-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns:
        minmax(
            260px,
            1fr
        );

    gap: 4px;

    overflow-x: auto;

    padding-bottom: 10px;

    scroll-snap-type: inline mandatory;

    scrollbar-width: thin;
}

.home-product-card {
    min-width: 0;

    scroll-snap-align: start;

    background: var(--white);
}

.home-product-image {
    position: relative;

    aspect-ratio: 4 / 4.7;

    overflow: hidden;

    background: var(--off-white);
}

.home-product-image > a {
    width: 100%;
    height: 100%;

    display: block;
}

.home-product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;

    padding: 22px;

    background: var(--off-white);

    transition: transform .35s ease;
}

.home-product-card:hover
.home-product-image img {
    transform: scale(1.025);
}

.home-quick-add {
    position: absolute;
    top: 10px;
    right: 10px;

    margin: 0;
}

.home-quick-add button {
    width: 38px;
    height: 38px;

    border: 0;

    background:
        rgba(
            255,
            255,
            255,
            .95
        );

    color: var(--black);

    font-size: 21px;

    cursor: pointer;
}

.home-quick-add button:hover {
    background: var(--black);
    color: var(--white);
}

.home-soldout {
    position: absolute;
    top: 10px;
    left: 10px;

    padding: 8px 10px;

    background: var(--black);
    color: var(--white);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: .8px;
}

.home-product-info {
    min-height: 86px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;

    padding: 14px 10px 18px;
}

.home-product-info small {
    display: block;

    margin-bottom: 6px;

    color: var(--muted);

    font-size: 8px;
    font-weight: 700;

    text-transform: uppercase;
}

.home-product-info h3 {
    margin: 0;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.home-product-info h3 a {
    text-decoration: none;
}

.home-product-info > strong {
    flex: 0 0 auto;

    font-size: 12px;
    font-weight: 600;
}

.home-empty {
    min-height: 330px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 40px;

    background: var(--off-white);

    text-align: center;
}

.home-empty p {
    margin: 0 0 10px;

    color: var(--muted);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.home-empty h3 {
    margin: 0 0 24px;

    font-size:
        clamp(
            45px,
            7vw,
            90px
        );

    line-height: .82;
    letter-spacing: -4px;
}

.home-empty a {
    font-size: 10px;
    font-weight: 800;
}


/* =========================================================
   09. HOME CAMPAIGN
========================================================= */

.home-campaign {
    width: 100%;

    display: grid;
    grid-template-columns:
        1.15fr
        .85fr;

    align-items: stretch;

    background: var(--black);
    color: var(--white);
}

.home-campaign-copy {
    min-height: 620px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    padding:
        70px
        max(
            32px,
            calc(
                (100vw - var(--page-max))
                / 2
            )
        );
}

.home-campaign-copy > p {
    color: #9d9d9d;
}

.home-campaign-copy h2 {
    margin: 0;

    color: var(--white);

    font-size:
        clamp(
            68px,
            7.5vw,
            126px
        );

    line-height: .81;
    letter-spacing: -6px;
}

.home-campaign-copy > span {
    max-width: 480px;

    margin: 28px 0 34px;

    color: #b8b8b5;

    font-size: 13px;
    line-height: 1.75;
}

.home-campaign-art {
    position: relative;

    min-height: 620px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-left:
        1px solid
        var(--line-dark);

    background:
        radial-gradient(
            circle at center,
            #3a3a3a,
            #202020 52%,
            #0e0e0e 100%
        );
}

.home-campaign-art > span {
    position: absolute;

    color:
        rgba(
            255,
            255,
            255,
            .05
        );

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            280px,
            32vw,
            520px
        );

    line-height: .7;
}

.home-campaign-art img {
    position: relative;
    z-index: 2;

    width: min(290px, 48%);

    object-fit: contain;

    filter:
        grayscale(1)
        brightness(1.35);

    opacity: .9;
}


/* =========================================================
   10. HOME CATEGORY LINKS
========================================================= */

.home-categories {
    display: grid;
    grid-template-columns:
        repeat(
            3,
            1fr
        );

    border-bottom: 1px solid var(--line);
}

.home-categories > a {
    min-height: 270px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 30px;

    background: var(--white);
    color: var(--black);

    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease;
}

.home-categories > a + a {
    border-left: 1px solid var(--line);
}

.home-categories > a:hover {
    background: var(--black);
    color: var(--white);
}

.home-categories span {
    color: var(--muted);

    font-size: 9px;
    font-weight: 700;
}

.home-categories h3 {
    margin: auto 0;

    font-size:
        clamp(
            38px,
            4.5vw,
            68px
        );

    line-height: .9;
    letter-spacing: -3px;
}

.home-categories b {
    font-size: 9px;
    letter-spacing: 1px;
}


/* =========================================================
   11. HOME EDITORIAL
========================================================= */

.home-editorial {
    width:
        min(
            var(--page-max),
            calc(100% - 64px)
        );

    margin: 0 auto;

    padding: 82px 0 92px;
}

.home-editorial-head {
    margin-bottom: 28px;
}

.home-editorial-grid {
    display: grid;
    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 16px;
}

.home-story-image {
    aspect-ratio: 1 / .9;

    display: block;

    overflow: hidden;

    background: var(--off-white);
}

.home-story-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    padding: 24px;

    background: var(--off-white);

    transition: transform .35s ease;
}

.verify-logo {
    width: 120px;
    height: 120px;

    object-fit: contain;
}

.home-editorial article:hover
.home-story-image img {
    transform: scale(1.025);
}

.home-editorial article > small {
    display: block;

    margin: 16px 0 7px;

    color: var(--muted);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.home-editorial article h3 {
    max-width: 440px;

    margin: 0 0 12px;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.home-editorial article > a:last-child {
    font-size: 9px;
    font-weight: 800;

    text-underline-offset: 4px;
}

.home-story-placeholder
.home-story-image {
    background:
        linear-gradient(
            135deg,
            #ededeb,
            #d6d6d2
        );
}


/* =========================================================
   12. HOME BRAND BLOCK
========================================================= */

.home-brand-block {
    min-height: 390px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 50px;

    padding:
        58px
        max(
            32px,
            calc(
                (100vw - var(--page-max))
                / 2
            )
        );

    background: var(--black);
    color: var(--white);
}

.home-brand-block p {
    color: #8d8d8d;
}

.home-brand-block h2 {
    margin: 0;

    font-size:
        clamp(
            68px,
            8vw,
            130px
        );

    line-height: .81;
    letter-spacing: -6px;
}

.home-brand-block span {
    display: block;

    max-width: 470px;

    margin-top: 22px;

    color: #a6a6a3;

    font-size: 12px;
}


/* =========================================================
   13. HOME NEWSLETTER
========================================================= */

.home-newsletter {
    width:
        min(
            var(--page-max),
            calc(100% - 64px)
        );

    margin: 0 auto;

    display: grid;
    grid-template-columns:
        1fr
        minmax(
            400px,
            620px
        );

    align-items: end;

    gap: 70px;

    padding: 78px 0;
}

.home-newsletter p {
    color: var(--muted);
}

.home-newsletter > div > span {
    display: block;

    margin-top: 14px;

    color: var(--muted);

    font-size: 12px;
}

.home-newsletter-form {
    display: grid;
    grid-template-columns:
        1fr
        120px;
}

.home-newsletter-form input {
    height: 56px;

    min-width: 0;

    padding: 0 15px;

    border: 1px solid var(--black);
    border-right: 0;
    border-radius: 0;
    outline: none;

    background: var(--white);
    color: var(--black);

    font-size: 11px;
}

.home-newsletter-form button {
    height: 56px;

    border: 1px solid var(--black);

    background: var(--black);
    color: var(--white);

    font-size: 10px;
    font-weight: 800;

    cursor: pointer;
}

.home-newsletter-form button:hover {
    background: var(--white);
    color: var(--black);
}


/* =========================================================
   14. SHOP PAGE
========================================================= */

.shop-page {
    width:
        min(
            var(--page-max),
            calc(100% - 64px)
        );

    margin: 0 auto;

    padding: 58px 0 95px;
}

.shop-hero {
    display: grid;
    grid-template-columns:
        1fr
        minmax(
            420px,
            610px
        );

    align-items: end;

    gap: 70px;

    padding-bottom: 38px;

    border-bottom: 1px solid var(--line);
}

.shop-hero .eyebrow {
    margin-bottom: 15px;
}

.shop-hero h1 {
    margin: 0;

    font-size:
        clamp(
            72px,
            9vw,
            128px
        );

    line-height: .8;
    letter-spacing: -6px;
}

.shop-intro {
    max-width: 430px;

    margin: 24px 0 0;

    color: var(--muted);

    font-size: 12px;
    line-height: 1.65;
}

.shop-tools {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        170px;

    align-items: end;

    gap: 10px;
}

.shop-search {
    height: 52px;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        112px;

    border: 1px solid var(--black);
}

.shop-search input {
    min-width: 0;

    padding: 0 14px;

    border: 0;
    outline: 0;

    background: var(--white);
    color: var(--black);

    font-size: 11px;
}

.shop-search input::placeholder {
    color: #8a8a86;
}

.shop-search button {
    border: 0;
    border-left: 1px solid var(--black);

    background: var(--black);
    color: var(--white);

    font-size: 9px;
    font-weight: 800;

    cursor: pointer;
}

.shop-search button:hover {
    background: var(--white);
    color: var(--black);
}

.shop-sort {
    display: flex;
    flex-direction: column;

    gap: 7px;
}

.shop-sort label {
    color: var(--muted);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.shop-sort select {
    width: 100%;
    height: 52px;

    padding: 0 34px 0 12px;

    border: 1px solid var(--black);
    border-radius: 0;
    outline: none;

    background: var(--white);
    color: var(--black);

    font-size: 9px;
    font-weight: 700;

    cursor: pointer;
}

.shop-categories {
    display: flex;
    align-items: center;

    gap: 7px;

    margin: 25px 0;

    overflow-x: auto;

    scrollbar-width: none;
}

.shop-categories::-webkit-scrollbar {
    display: none;
}

.shop-categories a {
    flex: 0 0 auto;

    min-height: 39px;

    display: inline-flex;
    align-items: center;

    padding: 0 15px;

    border: 1px solid var(--line);

    background: var(--white);
    color: var(--black);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;

    text-decoration: none;
}

.shop-categories a:hover,
.shop-categories a.active {
    border-color: var(--black);

    background: var(--black);
    color: var(--white);
}

.shop-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 16px;

    color: var(--muted);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.grid,
.shop-grid {
    display: grid;
    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );

    gap: 5px;
}


/* =========================================================
   15. PRODUCT CARD
========================================================= */

.product-card {
    position: relative;

    min-width: 0;

    overflow: hidden;

    background: var(--white);

    border: 1px solid transparent;

    transition:
        border-color .2s ease,
        transform .2s ease;
}

.product-card:hover {
    border-color: var(--line);
}

.product-visual {
    position: relative;

    width: 100%;
    aspect-ratio: 4 / 4.7;

    display: block;

    overflow: hidden;

    background: var(--off-white);
}

.product-visual::before,
.product-visual::after,
.product-card::before,
.product-card::after {
    content: none !important;
    display: none !important;
}

.product-visual img {
    width: 100%;
    height: 100%;

    display: block;

    padding: 20px;

    object-fit: contain;
    object-position: center;

    background: var(--off-white);

    clip-path: none !important;
    mask: none !important;
    -webkit-mask: none !important;

    transform: none;

    transition: transform .35s ease;
}

.product-card:hover
.product-visual img {
    transform: scale(1.025);
}

.product-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    min-height: 44px;

    display: flex;
    align-items: center;

    padding: 0 14px;

    background: var(--black);
    color: var(--white);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;

    opacity: 0;

    transform: translateY(100%);

    transition:
        opacity .22s ease,
        transform .22s ease;
}

.product-visual:hover
.product-view {
    opacity: 1;

    transform: translateY(0);
}

.product-info {
    min-height: 92px;

    display: grid;
    grid-template-columns:
        1fr
        46px;

    border-top: 1px solid var(--line);
}

.product-details {
    min-width: 0;

    display: flex;
    flex-direction: column;

    padding: 14px;

    color: var(--black);

    text-decoration: none;
}

.product-details small {
    margin-bottom: 6px;

    color: var(--muted);

    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.1px;

    text-transform: uppercase;
}

.product-details h3 {
    margin: 0 0 8px;

    overflow: hidden;

    color: var(--black);

    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-details strong {
    margin-top: auto;

    color: var(--black);

    font-size: 11px;
    font-weight: 700;
}

.quick-add-form {
    display: flex;

    border-left: 1px solid var(--line);
}

.quick-add {
    width: 100%;

    border: 0;

    background: var(--white);
    color: var(--black);

    font-size: 18px;

    cursor: pointer;
}

.quick-add:hover {
    background: var(--black);
    color: var(--white);
}

.quick-add:disabled {
    color: #999;

    cursor: not-allowed;
}

.product-status {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;

    padding: 8px 10px;

    background: var(--black);
    color: var(--white);

    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1px;
}

.shop-empty {
    grid-column: 1 / -1;

    min-height: 420px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 50px;

    background: var(--off-white);

    text-align: center;
}

.shop-empty h2 {
    margin: 14px 0;

    font-size:
        clamp(
            42px,
            6vw,
            80px
        );

    line-height: .9;
    letter-spacing: -4px;
}

.shop-empty > p:not(.eyebrow) {
    margin: 0 0 24px;

    color: var(--muted);

    font-size: 11px;
}


/* =========================================================
   16. PRODUCT DETAIL
   Supports old and newer class names
========================================================= */

.detail,
.product-detail-page {
    width:
        min(
            1360px,
            calc(100% - 64px)
        );

    margin: 0 auto;

    padding: 70px 0 100px;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(380px, .85fr);

    gap: 70px;

    align-items: start;
}

.detailimg,
.product-detail-image {
    width: 100%;
    aspect-ratio: 1 / 1.08;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: var(--off-white);

    border: 0;
}

.detailimg::before,
.detailimg::after,
.product-detail-image::before,
.product-detail-image::after {
    content: none !important;
    display: none !important;
}

.detailimg img,
.product-detail-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    padding: 28px;

    background: var(--off-white);
}

.product-detail-media {
    background: transparent !important;
}

.detail > div:last-child,
.product-detail-info {
    padding-top: 20px;
}

.detail h1,
.product-detail-info h1 {
    margin: 0;

    color: var(--black);

    font-size:
        clamp(
            50px,
            6vw,
            86px
        );

    line-height: .92;
    letter-spacing: -4px;
}

.detail h2,
.product-detail-info h2 {
    margin: 22px 0 0;

    font-size: 20px;
    font-weight: 600;
}

.desc,
.product-description {
    margin: 32px 0 0;

    padding: 26px 0;

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    color: var(--muted);

    font-size: 12px;
    line-height: 1.8;
}

.stock,
.product-stock {
    margin: 20px 0;

    color: var(--muted);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.buy,
.product-buy {
    display: grid;
    grid-template-columns:
        90px
        1fr;

    gap: 10px;
}

.buy input,
.product-buy input {
    width: 100%;
    height: 54px;

    padding: 0 12px;

    border: 1px solid var(--black);
    outline: 0;

    background: var(--white);
    color: var(--black);
}


/* =========================================================
   17. CART
========================================================= */

.page,
.cart-page {
    width:
        min(
            1360px,
            calc(100% - 64px)
        );

    margin: 0 auto;

    padding: 70px 0 100px;
}

.page > h1,
.cart-page h1 {
    margin: 0 0 40px;

    font-size:
        clamp(
            58px,
            8vw,
            110px
        );

    line-height: .82;
    letter-spacing: -5px;
}

.cartlayout,
.cart-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        340px;

    gap: 48px;

    align-items: start;
}

.cartitem,
.cart-item {
    min-height: 105px;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        220px
        100px;

    align-items: center;

    gap: 25px;

    padding: 20px 0;

    border-top: 1px solid var(--line);
}

.cartitem:last-child,
.cart-item:last-child {
    border-bottom: 1px solid var(--line);
}

.cartitem h3,
.cart-item h3 {
    margin: 0 0 8px;

    font-size: 14px;
    font-weight: 600;
}

.cartitem p,
.cart-item p {
    margin: 0;

    color: var(--muted);

    font-size: 10px;
}

.cartitem form,
.cart-item form {
    display: grid;
    grid-template-columns:
        80px
        1fr;
}

.cartitem form input,
.cart-item form input {
    width: 100%;
    height: 40px;

    padding: 0 10px;

    border: 1px solid var(--black);
    outline: 0;

    background: var(--white);
    color: var(--black);
}

.cartitem form button,
.cart-item form button {
    border: 1px solid var(--black);
    border-left: 0;

    background: var(--black);
    color: var(--white);

    font-size: 8px;
    font-weight: 800;

    cursor: pointer;
}

.cartitem form button:hover,
.cart-item form button:hover {
    background: var(--white);
    color: var(--black);
}

.cartitem > b,
.cart-item > b {
    text-align: right;

    font-size: 13px;
}

.cartlayout aside,
.cart-summary {
    position: sticky;
    top: 105px;

    padding: 25px;

    border: 1px solid var(--line);

    background: var(--off-white);
}

.cartlayout aside > p,
.cart-summary p {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin: 0 0 22px;

    color: var(--muted);

    font-size: 10px;
}

.cartlayout aside > p b,
.cart-summary b,
.cart-summary strong {
    color: var(--black);

    font-size: 18px;
}


/* Empty cart variants */

.cart-empty,
.empty-cart,
.empty-bag {
    min-height: 520px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 50px;

    background: var(--off-white);

    text-align: center;
}

.cart-empty h2,
.empty-cart h2,
.empty-bag h2 {
    margin: 0 0 18px;

    font-size:
        clamp(
            48px,
            8vw,
            100px
        );

    line-height: .82;
    letter-spacing: -5px;
}


/* =========================================================
   18. CHECKOUT
========================================================= */

.checkout-page {
    width:
        min(
            1360px,
            calc(100% - 64px)
        );

    margin: 0 auto;

    padding: 70px 0 100px;
}

.checkout-header {
    padding-bottom: 38px;

    border-bottom: 1px solid var(--line);
}

.checkout-header h1 {
    margin: 0;

    font-size:
        clamp(
            58px,
            8vw,
            108px
        );

    line-height: .82;
    letter-spacing: -5px;
}

.checkout-layout,
.checkout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        360px;

    gap: 55px;

    padding-top: 42px;

    align-items: start;
}

.checkout-form {
    max-width: 720px;

    display: flex;
    flex-direction: column;

    gap: 22px;
}

.checkout-section-title {
    display: flex;
    align-items: center;

    gap: 14px;

    padding-bottom: 18px;

    border-bottom: 1px solid var(--line);
}

.checkout-section-title h2 {
    margin: 0;

    font-size: 11px;
    letter-spacing: 1px;
}

.checkout-field,
.checkout > form label {
    display: flex;
    flex-direction: column;

    gap: 7px;
}

.checkout-field label,
.checkout > form label {
    color: var(--muted);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.checkout-field input,
.checkout-field textarea,
.checkout > form input,
.checkout > form textarea {
    width: 100%;

    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0;

    background: var(--white);
    color: var(--black);
}

.checkout-field input,
.checkout > form input {
    height: 54px;

    padding: 0 14px;
}

.checkout-field textarea,
.checkout > form textarea {
    min-height: 130px;

    padding: 14px;

    resize: vertical;
}

.checkout-submit {
    width: 100%;
    min-height: 56px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 17px;

    border: 1px solid var(--black);

    background: var(--black);
    color: var(--white);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;

    cursor: pointer;
}

.checkout-submit:hover {
    background: var(--white);
    color: var(--black);
}

.checkout-summary,
.checkout > aside {
    position: sticky;
    top: 105px;

    padding: 25px;

    border: 1px solid var(--line);

    background: var(--off-white);
}

.checkout-summary-item,
.checkout-summary-line {
    display: flex;
    justify-content: space-between;

    gap: 18px;

    padding: 13px 0;

    border-bottom: 1px solid var(--line);

    color: var(--muted);

    font-size: 9px;
}

.checkout-summary-item strong,
.checkout-summary-item b {
    color: var(--black);
}

.checkout-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 20px 0;
}

.checkout-summary-total strong {
    font-size: 20px;
}


/* =========================================================
   19. SUCCESS
========================================================= */

.order-success,
.success {
    width:
        min(
            900px,
            calc(100% - 40px)
        );

    min-height: 650px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 70px 0 95px;
}

.success-card {
    width: 100%;

    padding: 50px;

    border: 1px solid var(--line);

    background: var(--white);
}

.success-card h1,
.success > h1 {
    margin: 0;

    font-size:
        clamp(
            65px,
            10vw,
            125px
        );

    line-height: .8;
    letter-spacing: -6px;
}

.success-text {
    max-width: 470px;

    margin: 28px 0 0;

    color: var(--muted);

    font-size: 12px;
    line-height: 1.75;
}

.success-order-box {
    display: grid;
    grid-template-columns:
        1fr
        1fr;

    margin-top: 38px;

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.success-order-box > div {
    padding: 20px 0;
}

.success-order-box > div + div {
    padding-left: 22px;

    border-left: 1px solid var(--line);
}

.success-order-box span {
    display: block;

    margin-bottom: 7px;

    color: var(--muted);

    font-size: 8px;
    letter-spacing: 1px;
}

.success-order-box strong {
    font-size: 20px;
}

.success-actions {
    display: flex;
    align-items: center;

    gap: 20px;

    margin-top: 30px;
}

.success-main-btn {
    min-width: 230px;
    min-height: 54px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 17px;

    border: 1px solid var(--black);

    background: var(--black);
    color: var(--white);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;

    text-decoration: none;
}

.success-main-btn:hover {
    background: var(--white);
    color: var(--black);
}

.success-account-link {
    color: var(--muted);

    font-size: 9px;
    font-weight: 700;

    text-decoration: none;
}

.success-account-link:hover {
    color: var(--black);
}


/* =========================================================
   20. ACCOUNT
========================================================= */

.account-page {
    width:
        min(
            1360px,
            calc(100% - 64px)
        );

    margin: 0 auto;

    padding: 70px 0 100px;
}

.account-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 40px;

    padding-bottom: 38px;

    border-bottom: 1px solid var(--line);
}

.account-header h1 {
    max-width: 850px;

    margin: 0;

    font-size:
        clamp(
            55px,
            8vw,
            105px
        );

    line-height: .82;
    letter-spacing: -5px;

    overflow-wrap: anywhere;
}

.account-email {
    margin: 18px 0 0;

    color: var(--muted);

    font-size: 9px;
}

.account-logout {
    padding: 0;

    border: 0;

    background: transparent;
    color: var(--black);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;

    cursor: pointer;
}

.account-content {
    padding-top: 45px;
}

.account-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 24px;
}

.account-section-head h2 {
    margin: 0;

    font-size:
        clamp(
            30px,
            5vw,
            52px
        );

    letter-spacing: -2px;
}

.account-orders {
    border-top: 1px solid var(--line);
}

.orders-header,
.account-order {
    display: grid;
    grid-template-columns:
        repeat(
            4,
            1fr
        );
}

.orders-header {
    padding: 12px 16px;

    border-bottom: 1px solid var(--line);

    color: var(--muted);

    font-size: 8px;
    font-weight: 800;
}

.account-order {
    min-height: 78px;

    align-items: center;

    padding: 16px;

    border-bottom: 1px solid var(--line);
}

.account-order:hover {
    background: var(--off-white);
}

.account-order > div {
    display: flex;
    flex-direction: column;

    gap: 5px;
}

.account-order > div > span {
    display: none;

    color: var(--muted);

    font-size: 8px;
}

.account-order strong {
    font-size: 10px;
    font-weight: 600;
}

.account-order-total {
    align-items: flex-end;
}

.status {
    width: fit-content;

    padding: 6px 9px;

    border: 1px solid var(--black);

    background: var(--white);
    color: var(--black);

    font-size: 8px !important;
}

.account-empty {
    min-height: 380px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 40px;

    background: var(--off-white);

    text-align: center;
}


/* =========================================================
   21. AUTH
========================================================= */

.auth,
.auth-register {
    width: min(100%, 1100px);
    min-height: 680px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 65px 30px;
}

.auth-card {
    width: 100%;
    max-width: 500px;

    padding: 42px;

    border: 1px solid var(--line);

    background: var(--white);
}

.auth-head {
    margin-bottom: 30px;
}

.auth-head .eyebrow {
    margin-bottom: 15px;
}

.auth-head h1 {
    margin: 0;

    font-size:
        clamp(
            46px,
            7vw,
            68px
        );

    line-height: .88;
    letter-spacing: -4px;
}

.auth-subtitle,
.verify-copy {
    margin: 18px 0 0;

    color: var(--muted);

    font-size: 11px;
    line-height: 1.7;
}

.auth-form {
    display: flex;
    flex-direction: column;

    gap: 19px;
}

.auth-field {
    display: flex;
    flex-direction: column;

    gap: 7px;
}

.auth-field label {
    color: var(--muted);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.auth-field input,
.auth input[type="text"],
.auth input[type="email"],
.auth input[type="password"],
.auth input[type="number"] {
    width: 100%;
    height: 54px;

    padding: 0 14px;

    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0;

    background: var(--white);
    color: var(--black);

    font-size: 12px;
}

.auth-submit {
    width: 100%;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 17px;

    border: 1px solid var(--black);

    background: var(--black);
    color: var(--white);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;

    cursor: pointer;
}

.auth-submit:hover {
    background: var(--white);
    color: var(--black);
}

.auth-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 24px;
    padding-top: 20px;

    border-top: 1px solid var(--line);

    color: var(--muted);

    font-size: 9px;
}

.auth-bottom a {
    color: var(--black);

    font-weight: 800;

    text-decoration: none;
}

.errorlist {
    margin: 7px 0 0;
    padding: 0;

    list-style: none;

    color: var(--black);

    font-size: 10px;
    line-height: 1.5;
}

.auth-global-error,
.form-errors {
    padding: 12px 14px;

    border: 1px solid var(--black);

    background: var(--off-white);
    color: var(--black);

    font-size: 10px;
}


/* =========================================================
   22. BENEFITS
========================================================= */

.sw-benefits {
    width: 100%;

    display: grid;
    grid-template-columns:
        repeat(
            4,
            1fr
        );

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    background: var(--off-white);
}

.sw-benefit {
    min-height: 96px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    padding: 18px 24px;
}

.sw-benefit + .sw-benefit {
    border-left: 1px solid var(--line);
}

.sw-benefit-icon {
    width: 34px;
    height: 34px;

    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--black);
}

.sw-benefit-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.4;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.sw-benefit strong {
    display: block;

    margin-bottom: 5px;

    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1px;
}

.sw-benefit span {
    display: block;

    color: var(--muted);

    font-size: 8px;
}


/* =========================================================
   23. FOOTER
========================================================= */

.site-footer {
    padding: 58px 40px 24px;

    background: var(--black);
    color: var(--white);
}

.footer-grid {
    display: grid;
    grid-template-columns:
        2fr
        repeat(
            3,
            1fr
        );

    gap: 55px;
}

.footer-brand-line {
    display: flex;
    align-items: center;

    gap: 13px;
}

.footer-brand img {
    width: 44px;
    height: 44px;

    object-fit: contain;

    filter: grayscale(1);
}

.footer-brand strong {
    font-size: 12px;
    letter-spacing: 3px;
}

.footer-brand p {
    margin: 12px 0 0;

    color: #828282;

    font-size: 8px;
    letter-spacing: 1.7px;
}

.footer-column {
    display: flex;
    flex-direction: column;

    gap: 11px;
}

.footer-column > strong {
    margin-bottom: 5px;

    font-size: 9px;
    letter-spacing: 1px;
}

.footer-column a {
    width: fit-content;

    color: #a2a2a2;

    font-size: 10px;

    text-decoration: none;
}

.footer-column a:hover {
    color: var(--white);
}

.footer-privacy {
    margin-top: 28px;
}

.footer-cookie-settings {
    padding: 0 0 3px;

    border: 0;
    border-bottom:
        1px solid
        #4a4a4a;

    background: transparent;
    color: #999;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;

    cursor: pointer;
}

.footer-cookie-settings:hover {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;

    gap: 20px;

    margin-top: 38px;
    padding-top: 20px;

    border-top: 1px solid #2a2a2a;

    color: #666;

    font-size: 8px;
    letter-spacing: 1px;
}


/* =========================================================
   24. PRIVACY
========================================================= */

.sw-privacy-gate {
    position: fixed;
    inset: 0;
    z-index: 9000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;

    background:
        rgba(
            0,
            0,
            0,
            .72
        );

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transition:
        opacity .2s ease,
        visibility .2s ease;
}

.sw-privacy-gate.is-open,
.sw-privacy-gate[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;

    pointer-events: auto;
}

.sw-privacy-panel {
    width: min(560px, 100%);

    padding: 34px;

    border: 1px solid var(--line);

    background: var(--white);
    color: var(--black);

    box-shadow:
        0 30px 90px rgba(0,0,0,.28);
}

.sw-privacy-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 36px;
}

.sw-privacy-logo {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}

.sw-privacy-region,
.sw-privacy-eyebrow {
    color: var(--muted);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.sw-privacy-eyebrow {
    margin: 0 0 12px;
}

.sw-privacy-panel h2 {
    margin: 0;

    font-size:
        clamp(
            44px,
            7vw,
            68px
        );

    line-height: .87;
    letter-spacing: -4px;
}

.sw-privacy-description {
    margin: 22px 0 0;

    color: var(--muted);

    font-size: 10px;
    line-height: 1.7;
}

.sw-privacy-essential {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 22px;
    padding: 16px;

    border: 1px solid var(--line);

    background: var(--off-white);
}

.sw-privacy-essential strong {
    font-size: 9px;
}

.sw-privacy-essential p {
    margin: 5px 0 0;

    color: var(--muted);

    font-size: 9px;
}

.sw-privacy-essential > span {
    color: var(--muted);

    font-size: 8px;
    font-weight: 800;
}

.sw-privacy-links {
    display: flex;
    flex-wrap: wrap;

    gap: 18px;

    margin-top: 18px;
}

.sw-privacy-links a {
    color: var(--black);

    font-size: 8px;
    font-weight: 800;
}

.sw-entry-agreement {
    margin-top: 22px;
}

.sw-entry-check {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    padding: 15px;

    margin-bottom: 11px;

    border: 1px solid var(--line);

    cursor: pointer;
}

.sw-entry-check input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}

.sw-entry-box {
    position: relative;

    flex: 0 0 17px;

    width: 17px;
    height: 17px;

    margin-top: 1px;

    border: 1px solid var(--black);
}

.sw-entry-box::after {
    content: "";

    position: absolute;
    left: 5px;
    top: 2px;

    width: 4px;
    height: 8px;

    border: solid var(--white);
    border-width: 0 2px 2px 0;

    transform:
        rotate(45deg)
        scale(0);

    transition:
        transform .16s ease;
}

.sw-entry-check
input:checked
+ .sw-entry-box {
    background: var(--black);
}

.sw-entry-check
input:checked
+ .sw-entry-box::after {
    transform:
        rotate(45deg)
        scale(1);
}

.sw-entry-text {
    color: var(--muted);

    font-size: 9px;
    line-height: 1.65;
}

.sw-entry-text a {
    color: var(--black);
}

.sw-entry-button {
    width: 100%;
    min-height: 56px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 18px;

    border: 1px solid var(--black);

    background: var(--black);
    color: var(--white);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;

    cursor: pointer;
}

.sw-entry-button:disabled {
    border-color: #cfcfcb;

    background: #cfcfcb;
    color: #777;

    cursor: not-allowed;
}

.sw-privacy-bottom {
    margin: 15px 0 0;

    color: var(--muted);

    font-size: 8px;

    text-align: center;
}


/* =========================================================
   25. TABLET
========================================================= */

@media (max-width: 1100px) {

    .sw-navbar {
        grid-template-columns:
            auto
            1fr
            auto;
    }

    .sw-logo span {
        display: none;
    }

    .sw-main-menu {
        gap: 18px;
    }

    .grid,
    .shop-grid {
        grid-template-columns:
            repeat(
                3,
                minmax(0, 1fr)
            );
    }

    .shop-hero {
        grid-template-columns: 1fr;

        align-items: start;
    }

    .shop-tools {
        max-width: 700px;
    }

    .detail,
    .product-detail-page {
        gap: 45px;
    }

    .cartlayout,
    .cart-layout,
    .checkout,
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .cartlayout aside,
    .cart-summary,
    .checkout-summary,
    .checkout > aside {
        position: static;
    }

    .home-campaign {
        grid-template-columns: 1fr;
    }

    .home-campaign-art {
        min-height: 440px;

        border-top:
            1px solid
            var(--line-dark);

        border-left: 0;
    }

    .home-newsletter {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   26. MOBILE
========================================================= */

@media (max-width: 760px) {

    .sw-topbar {
        grid-template-columns:
            1fr
            auto;

        padding: 0 16px;
    }

    .sw-topbar-left {
        display: none;
    }

    .sw-topbar-message {
        overflow: hidden;

        text-align: left;

        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sw-topbar-right {
        justify-self: end;
    }

    .sw-navbar {
        min-height: 62px;

        grid-template-columns:
            auto
            1fr;

        gap: 10px;

        padding: 0 14px;
    }

    .sw-main-menu {
        display: none;
    }

    .sw-header-tools {
        justify-self: end;
    }

    .sw-icon-btn {
        width: 36px;
        height: 36px;
    }

    .sw-logo img {
        width: 38px;
        height: 38px;
    }

    .messages {
        top: 102px;
        right: 12px;

        width:
            calc(
                100vw - 24px
            );
    }

    .home-hero {
        min-height: 650px;
    }

    .home-hero-content {
        width:
            calc(
                100% - 36px
            );

        padding-bottom: 52px;
    }

    .home-hero h1 {
        font-size:
            clamp(
                58px,
                18vw,
                92px
            );

        letter-spacing: -4px;
    }

    .home-hero-copy {
        font-size: 13px;
    }

    .home-promo {
        align-items: flex-start;
        flex-direction: column;

        padding: 28px 18px;
    }

    .home-section,
    .home-editorial,
    .home-newsletter,
    .shop-page,
    .detail,
    .product-detail-page,
    .page,
    .cart-page,
    .checkout-page,
    .account-page {
        width:
            calc(
                100% - 36px
            );
    }

    .home-section {
        padding: 48px 0 58px;
    }

    .home-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-product-grid {
        grid-auto-columns: 78vw;
    }

    .home-campaign-copy {
        min-height: auto;

        padding: 55px 18px;
    }

    .home-campaign-copy h2 {
        font-size:
            clamp(
                55px,
                17vw,
                85px
            );

        letter-spacing: -4px;
    }

    .home-campaign-art {
        min-height: 320px;
    }

    .home-categories {
        grid-template-columns: 1fr;
    }

    .home-categories > a {
        min-height: 180px;

        padding: 22px;
    }

    .home-categories > a + a {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .home-editorial {
        padding: 55px 0 65px;
    }

    .home-editorial-grid {
        grid-template-columns: 1fr;
    }

    .home-brand-block {
        min-height: 430px;

        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;

        padding: 50px 18px;
    }

    .home-brand-block h2 {
        font-size:
            clamp(
                58px,
                18vw,
                90px
            );

        letter-spacing: -4px;
    }

    .home-newsletter {
        gap: 28px;

        padding: 55px 0;
    }

    .home-newsletter-form {
        grid-template-columns:
            1fr
            92px;
    }

    .shop-page {
        padding-top: 42px;
    }

    .shop-hero {
        gap: 35px;
    }

    .shop-hero h1 {
        font-size:
            clamp(
                68px,
                20vw,
                98px
            );
    }

    .shop-tools {
        grid-template-columns: 1fr;
    }

    .grid,
    .shop-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        gap: 4px;
    }

    .product-info {
        grid-template-columns:
            1fr
            38px;
    }

    .product-details {
        padding: 10px;
    }

    .product-details small {
        font-size: 6px;
    }

    .product-details h3,
    .product-details strong {
        font-size: 9px;
    }

    .product-view {
        display: none;
    }

    .detail,
    .product-detail-page {
        grid-template-columns: 1fr;

        padding-top: 45px;
    }

    .buy,
    .product-buy {
        grid-template-columns: 1fr;
    }

    .cartitem,
    .cart-item {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .cartitem > b,
    .cart-item > b {
        text-align: left;
    }

    .checkout-header h1,
    .page > h1,
    .cart-page h1,
    .account-header h1 {
        font-size:
            clamp(
                52px,
                16vw,
                82px
            );

        letter-spacing: -4px;
    }

    .success-card {
        padding: 32px 22px;
    }

    .success-order-box {
        grid-template-columns: 1fr;
    }

    .success-order-box > div + div {
        padding-left: 0;

        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .success-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .success-main-btn {
        min-width: 0;
        width: 100%;
    }

    .account-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .orders-header {
        display: none;
    }

    .account-order {
        grid-template-columns:
            repeat(
                2,
                1fr
            );

        gap: 18px;
    }

    .account-order > div > span {
        display: block;
    }

    .account-order-total {
        align-items: flex-start;
    }

    .auth,
    .auth-register {
        padding: 50px 18px 65px;
    }

    .auth-card {
        padding: 30px 22px;
    }

    .auth-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .sw-benefits {
        grid-template-columns:
            repeat(
                2,
                1fr
            );
    }

    .sw-benefit {
        justify-content: flex-start;

        min-height: 86px;
    }

    .sw-benefit:nth-child(3),
    .sw-benefit:nth-child(4) {
        border-top: 1px solid var(--line);
    }

    .sw-benefit:nth-child(3) {
        border-left: 0;
    }

    .site-footer {
        padding: 45px 20px 22px;
    }

    .footer-grid {
        grid-template-columns:
            repeat(
                2,
                1fr
            );

        gap: 38px 25px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .sw-privacy-gate {
        align-items: flex-end;

        padding: 10px;
    }

    .sw-privacy-panel {
        padding: 26px 20px;
    }

}


/* =========================================================
   27. SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .sw-topbar-message {
        max-width: 245px;

        font-size: 7px;
    }

    .top-location {
        display: none;
    }

    .sw-icon-btn {
        width: 33px;
        height: 33px;
    }

    .sw-icon-btn svg {
        width: 18px;
        height: 18px;
    }

    .grid,
    .shop-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

    .product-visual {
        aspect-ratio: 1 / 1.15;
    }

    .sw-benefits {
        grid-template-columns: 1fr;
    }

    .sw-benefit + .sw-benefit {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: auto;
    }

}


/* =========================================================
   28. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

}

/* =========================================================
   CART — SOUTHWARD CLEAN BLACK / WHITE
========================================================= */

.cart-page {
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
    padding: 72px 0 110px;
}


/* HEADER */

.cart-header {
    padding-bottom: 42px;
    border-bottom: 1px solid #d8d8d4;
}

.cart-header .eyebrow {
    margin: 0 0 14px;
    color: #70706c;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.cart-header h1 {
    margin: 0;

    color: #0a0a0a;

    font-size: clamp(72px, 8vw, 126px);
    font-weight: 800;
    line-height: .82;
    letter-spacing: -6px;
}


/* =========================================================
   LAYOUT
========================================================= */

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;

    gap: 55px;

    align-items: start;

    padding-top: 34px;
}


/* =========================================================
   ITEMS
========================================================= */

.cart-items {
    min-width: 0;

    border-top: 1px solid #d8d8d4;
}


/* SINGLE PRODUCT */

.cart-item {
    position: relative;

    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 120px;

    gap: 28px;

    min-height: 250px;

    padding: 24px 0;

    border-bottom: 1px solid #d8d8d4;

    background: #ffffff;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.cart-item-image {
    width: 210px;
    height: 250px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: #f2f2f0;

    text-decoration: none;
}

.cart-item-image::before,
.cart-item-image::after {
    content: none !important;
    display: none !important;
}

.cart-item-image img {
    width: 100%;
    height: 100%;

    display: block;

    padding: 18px;

    object-fit: contain;
    object-position: center;

    background: #f2f2f0;

    clip-path: none !important;
    mask: none !important;
    -webkit-mask: none !important;

    transition: transform .3s ease;
}

.cart-item-image:hover img {
    transform: scale(1.025);
}


/* =========================================================
   PRODUCT INFO
========================================================= */

.cart-item-info {
    min-width: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 10px 0 4px;
}

.cart-item-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cart-category {
    margin: 0 0 9px;

    color: #777773;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.cart-product-name {
    max-width: 470px;

    color: #0a0a0a;

    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;

    text-decoration: none;
}

.cart-product-name:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.cart-unit-price {
    display: block;

    margin-top: 10px;

    color: #666662;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .4px;
}


/* =========================================================
   QUANTITY
========================================================= */

.cart-update-form {
    width: 100%;
    max-width: 390px;

    margin: 0;
}

.cart-update-form > label {
    display: block;

    margin-bottom: 7px;

    color: #6d6d69;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.cart-quantity-row {
    display: grid;
    grid-template-columns: 72px 92px 112px;

    gap: 6px;
}

.cart-quantity-row input {
    width: 72px;
    height: 42px;

    padding: 0 10px;

    border: 1px solid #0a0a0a;
    border-radius: 0;
    outline: none;

    background: #ffffff;
    color: #0a0a0a;

    font-size: 12px;
}

.cart-quantity-row input:focus {
    outline: 1px solid #0a0a0a;
    outline-offset: 2px;
}


/* UPDATE */

.cart-update-btn {
    height: 42px;

    padding: 0 14px;

    border: 1px solid #0a0a0a;

    background: #0a0a0a;
    color: #ffffff;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: .8px;

    cursor: pointer;

    transition: .2s ease;
}

.cart-update-btn:hover {
    background: #ffffff;
    color: #0a0a0a;
}


/* REMOVE */

.cart-remove-btn {
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 0 12px;

    border: 1px solid #d0d0cc;

    background: #ffffff;
    color: #555551;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: .6px;

    cursor: pointer;

    transition: .2s ease;
}

.cart-remove-btn:hover {
    border-color: #0a0a0a;

    background: #0a0a0a;
    color: #ffffff;
}

.cart-remove-btn span:last-child {
    font-size: 13px;
}


/* =========================================================
   ITEM SUBTOTAL
========================================================= */

.cart-item-total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    padding-top: 11px;
}

.cart-item-total span {
    margin-bottom: 8px;

    color: #777773;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.cart-item-total strong {
    color: #0a0a0a;

    font-size: 15px;
    font-weight: 700;
}


/* =========================================================
   ORDER SUMMARY
========================================================= */

.cart-summary {
    position: sticky;
    top: 120px;

    width: 100%;

    padding: 28px;

    border: 1px solid #d8d8d4;

    background: #f4f4f2;
}

.cart-summary .eyebrow {
    margin: 0 0 30px;

    color: #666662;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2px;
}


/* SUMMARY ROW */

.summary-line {
    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding: 13px 0;

    border-bottom: 1px solid #d8d8d4;

    color: #0a0a0a;

    font-size: 10px;
}

.summary-line > span:first-child {
    font-weight: 700;
}

.summary-line strong {
    color: #0a0a0a;

    font-size: 12px;
    font-weight: 700;
}

.summary-line.muted {
    align-items: flex-start;

    color: #777773;
}

.summary-line.muted span:last-child {
    max-width: 150px;

    font-size: 8px;
    line-height: 1.5;

    text-align: right;
}


/* TOTAL */

.summary-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;

    padding: 24px 0;
}

.summary-total span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;
}

.summary-total strong {
    color: #0a0a0a;

    font-size: 24px;
    font-weight: 700;
}


/* =========================================================
   CHECKOUT BUTTON
========================================================= */

.cart-checkout-btn {
    width: 100%;
    min-height: 56px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 18px;

    border: 1px solid #0a0a0a;

    background: #0a0a0a;
    color: #ffffff;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;

    text-decoration: none;

    transition: .2s ease;
}

.cart-checkout-btn:hover {
    background: #ffffff;
    color: #0a0a0a;
}

.cart-checkout-btn span:last-child {
    font-size: 17px;
}


/* CONTINUE */

.continue-shopping {
    width: fit-content;

    display: block;

    margin-top: 20px;

    color: #555551;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: .7px;

    text-decoration: none;
}

.continue-shopping:hover {
    color: #0a0a0a;

    text-decoration: underline;
    text-underline-offset: 4px;
}


/* =========================================================
   EMPTY CART
========================================================= */

.empty-cart {
    min-height: 560px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-top: 34px;
    padding: 60px 30px;

    background: #f4f4f2;

    text-align: center;
}

.empty-cart .eyebrow {
    margin: 0 0 17px;

    color: #777773;
}

.empty-cart h2 {
    margin: 0;

    color: #0a0a0a;

    font-size: clamp(60px, 8vw, 110px);
    font-weight: 800;
    line-height: .8;
    letter-spacing: -6px;
}

.empty-cart > p:not(.eyebrow) {
    max-width: 410px;

    margin: 27px auto;

    color: #666662;

    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   CART TABLET
========================================================= */

@media (max-width: 1050px) {

    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;

        max-width: none;
    }

}


/* =========================================================
   CART MOBILE
========================================================= */

@media (max-width: 700px) {

    .cart-page {
        width: calc(100% - 32px);

        padding: 45px 0 70px;
    }

    .cart-header {
        padding-bottom: 28px;
    }

    .cart-header h1 {
        font-size: clamp(58px, 18vw, 86px);
        letter-spacing: -4px;
    }

    .cart-layout {
        gap: 32px;

        padding-top: 20px;
    }

    .cart-item {
        grid-template-columns: 120px minmax(0, 1fr);

        gap: 15px;

        min-height: 0;

        padding: 18px 0;
    }

    .cart-item-image {
        width: 120px;
        height: 150px;
    }

    .cart-item-image img {
        padding: 10px;
    }

    .cart-item-info {
        padding: 3px 0;
    }

    .cart-product-name {
        font-size: 14px;
    }

    .cart-update-form {
        margin-top: 20px;
    }

    .cart-quantity-row {
        grid-template-columns: 58px 1fr;
    }

    .cart-quantity-row input {
        width: 58px;
    }

    .cart-remove-btn {
        grid-column: 1 / -1;
    }

    .cart-item-total {
        grid-column: 1 / -1;

        flex-direction: row;
        align-items: center;
        justify-content: space-between;

        padding-top: 15px;

        border-top: 1px solid #e1e1de;
    }

    .cart-item-total span {
        margin: 0;
    }

    .cart-summary {
        padding: 22px 18px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .cart-item {
        grid-template-columns: 95px minmax(0, 1fr);
    }

    .cart-item-image {
        width: 95px;
        height: 125px;
    }

    .cart-category {
        font-size: 7px;
    }

    .cart-unit-price {
        font-size: 8px;
    }

}

/* =========================================================
   SOUTHWARD PRODUCT DETAIL
   CLEAN BLACK / WHITE RETAIL LAYOUT
========================================================= */


/* =========================================================
   PAGE
========================================================= */

.pd-page {
    width: 100%;

    display: grid;
    grid-template-columns:
        minmax(0, 1.55fr)
        minmax(390px, .75fr);

    align-items: start;

    background: #ffffff;
    color: #0a0a0a;
}


/* =========================================================
   LEFT GALLERY
========================================================= */

.pd-gallery {
    min-width: 0;

    padding: 6px 6px 0;

    background: #ffffff;
}

.pd-main-image {
    position: relative;

    width: 100%;
    min-height: calc(100vh - 109px);

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: #eef0f1;
}


/* REMOVE OLD EFFECTS */

.pd-main-image::before,
.pd-main-image::after {
    content: none !important;
    display: none !important;
}


/* IMAGE */

.pd-main-image img {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 109px);

    display: block;

    padding: clamp(35px, 5vw, 85px);

    object-fit: contain;
    object-position: center;

    background: #eef0f1;

    clip-path: none !important;
    mask: none !important;
    -webkit-mask: none !important;

    filter: none !important;

    transform: none !important;

    transition:
        transform .4s ease;
}


.pd-main-image:hover img {
    transform: scale(1.015) !important;
}


/* IMAGE FOOTER */

.pd-gallery-footer {
    min-height: 42px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 6px;

    color: #777773;

    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.2px;
}


/* =========================================================
   RIGHT PANEL
========================================================= */

.pd-info {
    position: sticky;
    top: 103px;

    min-height: calc(100vh - 103px);

    padding: 30px 28px 45px;

    border-left: 1px solid #dededa;

    background: #f6f6f4;
}


/* =========================================================
   HEADING
========================================================= */

.pd-heading {
    padding-bottom: 24px;

    border-bottom: 1px solid #d8d8d4;
}


.pd-category {
    margin: 0 0 11px;

    color: #62625f;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.4px;

    text-transform: uppercase;
}


.pd-heading h1 {
    max-width: 580px;

    margin: 0;

    color: #111111;

    font-size: clamp(30px, 2.6vw, 48px);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -1.7px;
}


.pd-short-description {
    max-width: 540px;

    margin: 14px 0 0;

    color: #5f5f5b;

    font-size: 11px;
    line-height: 1.6;
}


.pd-price {
    margin-top: 24px;

    color: #111111;

    font-size: 18px;
    font-weight: 700;
}


/* =========================================================
   SECTION
========================================================= */

.pd-section {
    padding: 19px 0;

    border-bottom: 1px solid #d8d8d4;
}


.pd-section-label {
    margin-bottom: 12px;

    color: #60605d;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.2px;
}


/* STOCK */

.pd-stock-row {
    min-height: 28px;

    display: flex;
    align-items: center;

    gap: 7px;
}


.pd-stock-dot {
    width: 7px;
    height: 7px;

    flex: 0 0 auto;

    border-radius: 50%;

    background: #111111;
}


.pd-stock-dot.sold {
    background: #999995;
}


.pd-stock-text {
    color: #111111;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .5px;
}


.pd-stock-count {
    margin-left: auto;

    color: #777773;

    font-size: 8px;
}


/* =========================================================
   BUY
========================================================= */

.pd-buy {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);

    gap: 8px;

    padding: 22px 0;

    margin: 0;

    border-bottom: 1px solid #d8d8d4;
}


/* QUANTITY */

.pd-quantity {
    display: flex;
    flex-direction: column;

    gap: 7px;
}


.pd-quantity label {
    color: #62625f;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}


.pd-quantity-input {
    width: 100%;
}


.pd-quantity input {
    width: 100%;
    height: 52px;

    padding: 0 13px;

    border: 1px solid #111111;
    border-radius: 0;
    outline: none;

    background: #ffffff;
    color: #111111;

    font-size: 12px;
}


.pd-quantity input:focus {
    outline: 1px solid #111111;
    outline-offset: 2px;
}


/* ADD BUTTON */

.pd-add-btn {
    align-self: end;

    width: 100%;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    padding: 0 18px;

    border: 1px solid #111111;

    background: #111111;
    color: #ffffff;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .4px;

    cursor: pointer;

    transition:
        background .18s ease,
        color .18s ease;
}


.pd-add-btn:hover {
    background: #ffffff;
    color: #111111;
}


.pd-add-btn span:last-child {
    font-size: 16px;
}


.pd-sold-btn {
    margin: 22px 0;

    background: #d8d8d4;
    color: #777773;

    border-color: #d8d8d4;

    cursor: not-allowed;
}


/* =========================================================
   INFO BOX
========================================================= */

.pd-info-box {
    display: grid;
    grid-template-columns: 35px 1fr;

    gap: 14px;

    margin: 22px 0;

    padding: 18px;

    border: 1px solid #e1e1dd;

    background: #ffffff;
}


.pd-info-icon {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.pd-info-icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: #111111;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.pd-info-box strong {
    display: block;

    margin-bottom: 5px;

    color: #111111;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .5px;
}


.pd-info-box p {
    margin: 0;

    color: #6d6d69;

    font-size: 9px;
    line-height: 1.55;
}


/* =========================================================
   ACCORDION
========================================================= */

.pd-accordion {
    border-top: 1px solid #d8d8d4;
}


.pd-accordion:last-of-type {
    border-bottom: 1px solid #d8d8d4;
}


.pd-accordion summary {
    min-height: 55px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    list-style: none;

    color: #111111;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .6px;

    cursor: pointer;
}


.pd-accordion summary::-webkit-details-marker {
    display: none;
}


.pd-accordion summary span:last-child {
    font-size: 17px;
    font-weight: 400;

    transition: transform .2s ease;
}


.pd-accordion[open]
summary span:last-child {
    transform: rotate(45deg);
}


.pd-accordion-content {
    padding: 0 0 20px;

    color: #666662;

    font-size: 10px;
    line-height: 1.7;
}


/* =========================================================
   BENEFITS
========================================================= */

.pd-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    margin-top: 24px;

    border: 1px solid #d8d8d4;

    background: #ffffff;
}


.pd-benefits > div {
    min-height: 92px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 14px;
}


.pd-benefits > div + div {
    border-left: 1px solid #d8d8d4;
}


.pd-benefits span {
    color: #999995;

    font-size: 7px;
    font-weight: 700;
}


.pd-benefits strong {
    color: #111111;

    font-size: 7px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .6px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .pd-page {
        grid-template-columns:
            minmax(0, 1.15fr)
            minmax(350px, .85fr);
    }


    .pd-main-image {
        min-height: 660px;
    }


    .pd-main-image img {
        max-height: 660px;

        padding: 45px;
    }


    .pd-info {
        padding:
            26px
            22px
            40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {

    .pd-page {
        display: block;
    }


    .pd-gallery {
        padding: 0;
    }


    .pd-main-image {
        min-height: 480px;
        height: 62vh;

        background: #eef0f1;
    }


    .pd-main-image img {
        max-height: none;

        padding: 30px;
    }


    .pd-gallery-footer {
        padding: 0 16px;
    }


    .pd-info {
        position: static;

        min-height: 0;

        padding:
            30px
            18px
            50px;

        border-top: 1px solid #d8d8d4;
        border-left: 0;
    }


    .pd-heading h1 {
        font-size:
            clamp(
                34px,
                11vw,
                54px
            );

        letter-spacing: -2px;
    }


    .pd-buy {
        grid-template-columns:
            86px
            1fr;
    }


    .pd-benefits {
        grid-template-columns: 1fr;
    }


    .pd-benefits > div {
        min-height: 64px;
    }


    .pd-benefits > div + div {
        border-top: 1px solid #d8d8d4;
        border-left: 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .pd-main-image {
        min-height: 390px;
        height: 55vh;
    }


    .pd-main-image img {
        padding: 22px;
    }


    .pd-buy {
        grid-template-columns: 1fr;
    }


    .pd-add-btn {
        margin-top: 4px;
    }

}

/* =========================================================
   PRODUCT — SECONDARY ACTIONS
========================================================= */

.pd-secondary-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 8px;

    padding: 0 0 22px;

    border-bottom: 1px solid #d8d8d4;
}


/* BUTTON */

.pd-secondary-btn {
    width: 100%;
    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 16px;

    border: 1px solid #111111;

    background: #ffffff;
    color: #111111;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .6px;

    cursor: pointer;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease;
}


/* =========================================================
   WISHLIST
========================================================= */

.pd-wishlist-btn:hover {
    background: #f0f0ee;
}


.pd-heart {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}


/* ACTIVE / SAVED STATE */

.pd-wishlist-btn.is-active {
    background: #111111;
    color: #ffffff;
}


.pd-wishlist-btn.is-active .pd-heart {
    color: #ffffff;
}


/* =========================================================
   BUY NOW
========================================================= */

.pd-buy-now-btn {
    justify-content: space-between;

    background: #ffffff;
    color: #111111;
}


.pd-buy-now-btn:hover {
    background: #111111;
    color: #ffffff;
}


.pd-buy-now-btn span:last-child {
    font-size: 16px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .pd-secondary-actions {
        grid-template-columns: 1fr;
    }

}

/* =========================================================
   SOUTHWARD ORDER SUCCESS
========================================================= */

.sw-success-page {
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px 24px 100px;
    background: #f6f6f4;
}


.sw-success-card {
    width: 100%;
    max-width: 1120px;
    padding: 58px 58px 34px;
    background: #ffffff;
    border: 1px solid #d8d8d4;
}


.sw-success-top {
    margin-bottom: 12px;
}


.sw-success-kicker {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #111111;
}


.sw-success-subkicker {
    margin: 3px 0 0;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .28em;
    color: #111111;
}


.sw-success-heading {
    margin-top: 2px;
}


.sw-success-heading h1 {
    margin: 0;
    max-width: 930px;
    font-size: clamp(72px, 10vw, 150px);
    line-height: .76;
    letter-spacing: -.075em;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
}


.sw-success-message {
    max-width: 650px;
    margin-top: 48px;
}


.sw-success-message p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #4c4c49;
}


.sw-success-message strong {
    color: #111111;
    font-weight: 700;
}


.sw-success-order-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 38px;
    border-top: 1px solid #d8d8d4;
    border-bottom: 1px solid #d8d8d4;
}


.sw-success-order-cell {
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 0;
}


.sw-success-order-cell:first-child {
    padding-right: 28px;
    border-right: 1px solid #d8d8d4;
}


.sw-success-order-cell:last-child {
    padding-left: 28px;
}


.sw-success-order-cell span {
    margin-bottom: 7px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .17em;
    color: #777773;
}


.sw-success-order-cell strong {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #000000;
}


.sw-success-status {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 26px;
    padding: 28px 0 34px;
    border-bottom: 1px solid #d8d8d4;
}


.sw-success-status-number {
    font-size: 15px;
    font-weight: 500;
    color: #111111;
}


.sw-success-status-content {
    max-width: 650px;
}


.sw-success-status-label {
    display: block;
    margin-bottom: 8px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    color: #111111;
}


.sw-success-status-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #222222;
}


.sw-success-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}


.sw-success-primary,
.sw-success-secondary {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 22px;
    text-decoration: none;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}


.sw-success-primary {
    min-width: 290px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}


.sw-success-primary:hover {
    background: #222222;
    border-color: #222222;
}


.sw-success-secondary {
    min-width: 220px;
    background: #ffffff;
    color: #111111;
    border: 1px solid #cfcfcc;
}


.sw-success-secondary:hover {
    background: #f4f4f2;
    border-color: #111111;
}


.sw-success-primary span:last-child,
.sw-success-secondary span:last-child {
    font-size: 16px;
    font-weight: 400;
}


.sw-success-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid #eeeeeb;
    font-size: 11px;
    letter-spacing: .08em;
    color: #111111;
}


.sw-success-footer span:first-child {
    font-weight: 800;
}


.sw-success-footer span:first-child::after {
    content: "/";
    margin-left: 12px;
    font-weight: 400;
    color: #9a9a96;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .sw-success-page {
        padding: 48px 18px 72px;
    }

    .sw-success-card {
        padding: 42px 32px 28px;
    }

    .sw-success-heading h1 {
        font-size: clamp(68px, 14vw, 110px);
    }

    .sw-success-message {
        margin-top: 36px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .sw-success-page {
        padding: 24px 12px 52px;
        align-items: flex-start;
    }


    .sw-success-card {
        padding: 28px 20px 24px;
    }


    .sw-success-kicker {
        font-size: 11px;
    }


    .sw-success-subkicker {
        font-size: 7px;
        letter-spacing: .2em;
    }


    .sw-success-heading h1 {
        margin-top: 8px;
        font-size: clamp(58px, 20vw, 88px);
        line-height: .8;
    }


    .sw-success-message {
        margin-top: 30px;
    }


    .sw-success-message p {
        font-size: 13px;
    }


    .sw-success-order-grid {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }


    .sw-success-order-cell {
        min-height: auto;
        padding: 20px 0;
    }


    .sw-success-order-cell:first-child {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #d8d8d4;
    }


    .sw-success-order-cell:last-child {
        padding-left: 0;
    }


    .sw-success-status {
        grid-template-columns: 44px 1fr;
        gap: 14px;
        padding: 24px 0 28px;
    }


    .sw-success-status-content p {
        font-size: 14px;
    }


    .sw-success-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 26px;
    }


    .sw-success-primary,
    .sw-success-secondary {
        width: 100%;
        min-width: 0;
        min-height: 54px;
    }


    .sw-success-footer {
        flex-wrap: wrap;
        gap: 6px;
        font-size: 9px;
    }

}

/* =========================================================
   SOUTHWARD COOKIE CONSENT
========================================================= */

.sw-cookie-banner,
.sw-cookie-modal,
.sw-cookie-modal * ,
.sw-cookie-banner * {
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   FIRST VISIT CORNER BANNER
--------------------------------------------------------- */

.sw-cookie-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 10000;

    width: min(430px, calc(100vw - 32px));

    padding: 28px;

    background: #ffffff;
    color: #111111;

    border: 1px solid #d8d8d4;

    box-shadow:
        0 18px 60px rgba(0, 0, 0, .14);

    opacity: 0;
    visibility: hidden;

    transform: translateY(24px);

    transition:
        opacity .28s ease,
        transform .28s ease,
        visibility .28s ease;
}


.sw-cookie-banner.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.sw-cookie-banner-top,
.sw-cookie-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}


.sw-cookie-kicker {
    display: block;

    margin-bottom: 8px;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .18em;

    color: #777773;
}


.sw-cookie-banner h2,
.sw-cookie-modal h2 {
    margin: 0;

    font-size: 36px;
    line-height: .92;

    font-weight: 900;

    letter-spacing: -.05em;

    color: #000000;
}


.sw-cookie-close {
    width: 36px;
    height: 36px;

    flex: 0 0 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid #d8d8d4;

    background: transparent;
    color: #111111;

    font-size: 23px;
    font-weight: 300;

    cursor: pointer;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease;
}


.sw-cookie-close:hover {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}


.sw-cookie-description {
    margin: 24px 0;

    font-size: 12px;
    line-height: 1.65;

    color: #555551;
}


.sw-cookie-essential {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 18px;

    padding: 16px 0;

    border-top: 1px solid #e2e2df;
    border-bottom: 1px solid #e2e2df;
}


.sw-cookie-essential div {
    display: flex;
    flex-direction: column;

    gap: 4px;
}


.sw-cookie-essential strong,
.sw-cookie-option strong {
    font-size: 9px;
    font-weight: 800;

    letter-spacing: .1em;
}


.sw-cookie-essential div span {
    font-size: 10px;
    color: #777773;
}


.sw-cookie-always {
    font-size: 7px;
    font-weight: 800;

    letter-spacing: .12em;

    white-space: nowrap;

    color: #777773;
}


.sw-cookie-links {
    display: flex;
    flex-wrap: wrap;

    gap: 13px;

    padding: 18px 0;
}


.sw-cookie-links a,
.sw-cookie-modal-links a {
    color: #111111;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .08em;

    text-decoration: none;

    border-bottom: 1px solid #111111;
}


.sw-cookie-links a:hover,
.sw-cookie-modal-links a:hover {
    opacity: .55;
}


/* ---------------------------------------------------------
   BUTTONS
--------------------------------------------------------- */

.sw-cookie-actions,
.sw-cookie-modal-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 8px;
}


.sw-cookie-btn {
    width: 100%;
    min-height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    padding: 0 16px;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .08em;

    cursor: pointer;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease;
}


.sw-cookie-btn-primary {
    justify-content: space-between;

    background: #111111;
    color: #ffffff;

    border: 1px solid #111111;
}


.sw-cookie-btn-primary:hover {
    background: #333333;
    border-color: #333333;
}


.sw-cookie-btn-primary span:last-child {
    font-size: 15px;
    font-weight: 400;
}


.sw-cookie-btn-secondary {
    background: #ffffff;
    color: #111111;

    border: 1px solid #cfcfcc;
}


.sw-cookie-btn-secondary:hover {
    border-color: #111111;
    background: #f4f4f2;
}


.sw-cookie-settings-link {
    width: 100%;

    margin-top: 14px;
    padding: 8px 0 0;

    background: transparent;
    border: 0;

    color: #555551;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .1em;

    text-decoration: underline;

    cursor: pointer;
}


/* =========================================================
   COOKIE SETTINGS MODAL
========================================================= */

.sw-cookie-modal-overlay {
    position: fixed;
    inset: 0;

    z-index: 10050;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(0, 0, 0, .58);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity .25s ease,
        visibility .25s ease;
}


.sw-cookie-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}


.sw-cookie-modal {
    width: min(620px, 100%);

    max-height: calc(100vh - 40px);

    overflow-y: auto;

    padding: 34px;

    background: #ffffff;

    border: 1px solid #d8d8d4;

    transform: translateY(18px) scale(.985);

    transition: transform .25s ease;
}


.sw-cookie-modal-overlay.is-open .sw-cookie-modal {
    transform: translateY(0) scale(1);
}


.sw-cookie-modal h2 {
    font-size: 52px;
}


.sw-cookie-options {
    border-top: 1px solid #d8d8d4;
}


.sw-cookie-option {
    min-height: 90px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 28px;

    padding: 20px 0;

    border-bottom: 1px solid #d8d8d4;
}


.sw-cookie-option > div {
    max-width: 390px;
}


.sw-cookie-option p {
    margin: 7px 0 0;

    font-size: 11px;
    line-height: 1.5;

    color: #777773;
}


/* ---------------------------------------------------------
   SWITCH
--------------------------------------------------------- */

.sw-cookie-switch {
    position: relative;

    width: 44px;
    height: 24px;

    flex: 0 0 44px;
}


.sw-cookie-switch input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
}


.sw-cookie-switch span {
    position: absolute;
    inset: 0;

    background: #d7d7d3;

    cursor: pointer;

    transition: background .2s ease;
}


.sw-cookie-switch span::after {
    content: "";

    position: absolute;

    top: 4px;
    left: 4px;

    width: 16px;
    height: 16px;

    background: #ffffff;

    transition: transform .2s ease;
}


.sw-cookie-switch input:checked + span {
    background: #111111;
}


.sw-cookie-switch input:checked + span::after {
    transform: translateX(20px);
}


.sw-cookie-modal-actions {
    margin-top: 26px;
}


.sw-cookie-modal-links {
    display: flex;

    gap: 18px;

    margin-top: 20px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .sw-cookie-banner {
        right: 10px;
        bottom: 10px;

        width: calc(100vw - 20px);

        padding: 22px;
    }


    .sw-cookie-banner h2 {
        font-size: 31px;
    }


    .sw-cookie-actions,
    .sw-cookie-modal-actions {
        grid-template-columns: 1fr;
    }


    .sw-cookie-modal-overlay {
        align-items: flex-end;

        padding: 0;
    }


    .sw-cookie-modal {
        width: 100%;
        max-height: 88vh;

        padding: 26px 20px;

        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }


    .sw-cookie-modal h2 {
        font-size: 42px;
    }


    .sw-cookie-option {
        gap: 14px;
    }

}

/* =========================================================
   SOUTHWARD LEGAL PAGES
========================================================= */

.legal-page {
    min-height: calc(100vh - 180px);
    padding: 72px 24px 100px;
    background: #f6f6f4;
}

.legal-card {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 58px;
    background: #ffffff;
    border: 1px solid #d8d8d4;
}

.legal-kicker {
    margin: 0 0 16px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    color: #111111;
}

.legal-card h1 {
    margin: 0 0 44px;
    font-size: clamp(48px, 7vw, 96px);
    line-height: .9;
    letter-spacing: -.055em;
    font-weight: 900;
    color: #000000;
}

.legal-content {
    max-width: 760px;
    padding-top: 32px;
    border-top: 1px solid #d8d8d4;
}

.legal-content p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.75;
    color: #444440;
}

.legal-content strong {
    color: #111111;
    font-weight: 700;
}

@media (max-width: 640px) {

    .legal-page {
        padding: 24px 12px 52px;
    }

    .legal-card {
        padding: 30px 20px;
    }

    .legal-card h1 {
        margin-bottom: 30px;
        font-size: clamp(42px, 14vw, 68px);
    }

    .legal-content {
        padding-top: 24px;
    }

    .legal-content p {
        font-size: 14px;
    }
}
/* =========================================================
   SOUTHWARD VERIFY EMAIL — FINAL
========================================================= */

.verify-page {
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px 24px 96px;
    background: #f4f4f2;
}

.verify-card {
    width: min(760px, 100%);
    margin: 0 auto;
    padding: 54px 56px 34px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #d8d8d4;
}

.verify-top {
    margin: 0 0 40px;
}

.verify-kicker {
    margin: 0 0 16px;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .18em;
    color: #111111;
}

.verify-top h1 {
    margin: 0;
    font-size: clamp(60px, 7vw, 96px);
    line-height: .84;
    font-weight: 900;
    letter-spacing: -.06em;
    text-transform: uppercase;
    color: #000000;
}

.verify-description {
    max-width: 540px;
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: #555551;
}

.verify-description strong {
    color: #111111;
    font-weight: 700;
}


/* FORM */

.verify-form {
    margin: 0;
    padding: 30px 0 0;
    border-top: 1px solid #d8d8d4;
}

.verify-field {
    display: block;
    margin: 0;
}

.verify-field label {
    display: block;
    margin: 0 0 10px;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .16em;
    color: #111111;
}

.verify-field input {
    display: block;
    width: 100%;
    height: 74px;
    margin: 0;
    padding: 0 22px;
    box-sizing: border-box;

    border: 1px solid #bdbdb8;
    border-radius: 0;
    outline: none;

    background: #ffffff;
    color: #000000;

    font-family: inherit;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .34em;
    text-align: center;

    appearance: none;
    -webkit-appearance: none;

    transition:
        border-color .18s ease,
        box-shadow .18s ease;
}

.verify-field input::placeholder {
    color: #c9c9c5;
    opacity: 1;
}

.verify-field input:focus {
    border-color: #000000;
    box-shadow: 0 0 0 1px #000000;
}


/* MAIN BUTTON */

.verify-submit {
    width: 100%;
    min-height: 60px;
    margin: 14px 0 0;
    padding: 0 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 0;

    background: #000000;
    color: #ffffff;

    cursor: pointer;

    font-family: inherit;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;

    transition:
        background .18s ease,
        border-color .18s ease;
}

.verify-submit:hover {
    background: #242424;
    border-color: #242424;
}

.verify-submit span:last-child {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}


/* RESEND */

.verify-resend {
    margin: 30px 0 0;
}

.verify-divider {
    width: 100%;
    height: 1px;
    margin: 0 0 24px;
    background: #dededb;
}

.verify-resend p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #666661;
}

.verify-resend form {
    margin: 0;
}

.verify-resend-button {
    margin: 0;
    padding: 0 0 3px;

    border: 0;
    border-bottom: 1px solid #111111;
    border-radius: 0;

    background: transparent;
    color: #111111;

    cursor: pointer;

    font-family: inherit;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.verify-resend-button:hover {
    opacity: .55;
}


/* SECURITY */

.verify-security {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px;

    margin: 34px 0 0;
    padding: 26px 0;

    border-top: 1px solid #d8d8d4;
    border-bottom: 1px solid #d8d8d4;
}

.verify-security-number {
    font-size: 13px;
    line-height: 1.4;
    color: #111111;
}

.verify-security span {
    display: block;
    margin: 0 0 7px;

    font-size: 8px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: .15em;
    color: #111111;
}

.verify-security p {
    max-width: 500px;
    margin: 0;

    font-size: 12px;
    line-height: 1.65;
    color: #666661;
}


/* FOOTER */

.verify-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    margin: 26px 0 0;

    font-size: 9px;
    line-height: 1.4;
    letter-spacing: .1em;
    color: #111111;
}

.verify-footer strong {
    font-weight: 800;
}

.verify-footer strong::after {
    content: "/";
    margin-left: 10px;
    font-weight: 400;
    color: #999995;
}


/* MOBILE */

@media (max-width: 700px) {

    .verify-page {
        min-height: auto;
        align-items: flex-start;
        padding: 28px 12px 54px;
    }

    .verify-card {
        padding: 30px 20px 26px;
    }

    .verify-top {
        margin-bottom: 30px;
    }

    .verify-top h1 {
        font-size: clamp(52px, 17vw, 76px);
    }

    .verify-description {
        margin-top: 24px;
        font-size: 13px;
    }

    .verify-form {
        padding-top: 24px;
    }

    .verify-field input {
        height: 66px;
        padding: 0 16px;
        font-size: 25px;
        letter-spacing: .26em;
    }

    .verify-submit {
        min-height: 56px;
    }

    .verify-security {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
    }

}

/* =========================================================
   SOUTHWARD ACCOUNT PAGE
========================================================= */

.account-page {
    min-height: calc(100vh - 160px);
    padding: 72px 24px 100px;
    background: #f4f4f2;
}

.account-shell {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.account-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;

    padding: 0 0 42px;

    border-bottom: 1px solid #d8d8d4;
}

.account-kicker {
    margin: 0 0 16px;

    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .20em;

    color: #111111;
}

.account-hero h1 {
    margin: 0;

    font-size: clamp(70px, 9vw, 140px);
    line-height: .78;

    font-weight: 900;
    letter-spacing: -.07em;

    text-transform: uppercase;

    color: #000000;
}

.account-member-badge {
    min-width: 230px;

    padding: 18px 0 4px;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    border-top: 1px solid #111111;
}

.account-member-badge span {
    margin-bottom: 7px;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: .17em;

    color: #777773;
}

.account-member-badge strong {
    font-size: 17px;
    line-height: 1.2;

    font-weight: 800;

    color: #111111;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.account-layout {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 50px;

    margin-top: 46px;
}


/* =========================================================
   SIDEBAR
========================================================= */

.account-sidebar {
    min-width: 0;
}

.account-profile-card {
    padding: 26px;

    background: #ffffff;

    border: 1px solid #d8d8d4;
}

.account-profile-top {
    display: flex;
    align-items: center;
    gap: 18px;

    padding-bottom: 24px;

    border-bottom: 1px solid #e1e1de;
}

.account-avatar {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    background: #000000;
    color: #ffffff;

    font-size: 22px;
    line-height: 1;

    font-weight: 800;
}

.account-label {
    display: block;

    margin: 0 0 7px;

    font-size: 8px;
    line-height: 1.3;

    font-weight: 800;
    letter-spacing: .16em;

    color: #777773;
}

.account-profile-top h2 {
    margin: 0;

    font-size: 21px;
    line-height: 1.1;

    font-weight: 800;

    color: #111111;
}

.account-profile-details {
    margin-top: 8px;
}

.account-detail-row {
    display: flex;
    flex-direction: column;
    gap: 6px;

    padding: 17px 0;

    border-bottom: 1px solid #eeeeeb;
}

.account-detail-row:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
}

.account-detail-row span {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;

    color: #888884;
}

.account-detail-row strong {
    overflow-wrap: anywhere;

    font-size: 12px;
    line-height: 1.5;

    font-weight: 600;

    color: #111111;
}


/* =========================================================
   ACCOUNT NAV
========================================================= */

.account-nav {
    margin-top: 14px;

    background: #ffffff;

    border: 1px solid #d8d8d4;
}

.account-nav-link {
    min-height: 58px;

    display: grid;
    grid-template-columns: 30px 1fr 18px;
    align-items: center;
    gap: 12px;

    padding: 0 18px;

    border-bottom: 1px solid #e3e3df;

    text-decoration: none;

    color: #111111;

    transition:
        background .18s ease,
        color .18s ease;
}

.account-nav-link:last-child {
    border-bottom: 0;
}

.account-nav-link span:first-child {
    font-size: 9px;

    color: #999995;
}

.account-nav-link strong {
    font-size: 9px;
    line-height: 1.2;

    font-weight: 800;
    letter-spacing: .11em;
}

.account-nav-link span:last-child {
    justify-self: end;

    font-size: 14px;
}

.account-nav-link:hover,
.account-nav-link.is-active {
    background: #000000;
    color: #ffffff;
}

.account-nav-link:hover span:first-child,
.account-nav-link.is-active span:first-child {
    color: #a9a9a5;
}


/* =========================================================
   SUPPORT
========================================================= */

.account-support-card {
    margin-top: 14px;

    padding: 24px;

    background: #111111;

    color: #ffffff;
}

.account-support-card .account-label {
    color: #a5a5a1;
}

.account-support-card p {
    margin: 12px 0 20px;

    font-size: 12px;
    line-height: 1.65;

    color: #c9c9c5;
}

.account-support-card a {
    display: inline-block;

    padding-bottom: 3px;

    border-bottom: 1px solid #ffffff;

    text-decoration: none;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;

    color: #ffffff;
}


/* =========================================================
   CONTENT
========================================================= */

.account-content {
    min-width: 0;
}

.account-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 18px;
}

.account-section-head h2 {
    margin: 0;

    font-size: clamp(32px, 4vw, 54px);
    line-height: .95;

    font-weight: 900;
    letter-spacing: -.045em;

    color: #111111;
}

.account-order-count {
    min-width: 48px;

    padding-bottom: 6px;

    text-align: right;

    font-size: 14px;
    font-weight: 700;

    color: #111111;
}


/* =========================================================
   ORDER CARDS
========================================================= */

.account-orders {
    display: grid;
    gap: 14px;
}

.account-order-card {
    padding: 28px;

    background: #ffffff;

    border: 1px solid #d8d8d4;
}

.account-order-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;

    padding-bottom: 24px;

    border-bottom: 1px solid #dfdfdb;
}

.account-order-number {
    display: block;

    font-size: 24px;
    line-height: 1;

    font-weight: 800;
    letter-spacing: -.025em;

    color: #111111;
}

.account-order-status {
    display: flex;
    align-items: center;
    gap: 8px;

    padding-top: 4px;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;

    color: #111111;
}

.account-status-dot {
    width: 7px;
    height: 7px;

    display: block;

    border-radius: 50%;

    background: #111111;
}

.account-order-grid {
    display: grid;
    grid-template-columns: .7fr 1.1fr 1.4fr;

    margin-top: 24px;
}

.account-order-info {
    min-width: 0;

    padding: 0 22px;

    border-right: 1px solid #e3e3df;
}

.account-order-info:first-child {
    padding-left: 0;
}

.account-order-info:last-child {
    padding-right: 0;
    border-right: 0;
}

.account-order-info span {
    display: block;

    margin-bottom: 7px;

    font-size: 8px;
    line-height: 1.3;

    font-weight: 800;
    letter-spacing: .14em;

    color: #888884;
}

.account-order-info strong {
    display: block;

    overflow-wrap: anywhere;

    font-size: 13px;
    line-height: 1.55;

    font-weight: 700;

    color: #111111;
}

.account-order-info:first-child strong {
    font-size: 22px;
    line-height: 1;
}

.account-order-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;

    margin-top: 26px;
    padding-top: 20px;

    border-top: 1px solid #eeeeeb;
}

.account-order-name span {
    display: block;

    margin-bottom: 6px;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;

    color: #888884;
}

.account-order-name strong {
    font-size: 12px;
    font-weight: 700;

    color: #111111;
}

.account-order-mark {
    font-size: 9px;
    line-height: 1;

    font-weight: 800;
    letter-spacing: .16em;

    color: #111111;
}


/* =========================================================
   EMPTY ORDERS
========================================================= */

.account-empty-orders {
    min-height: 390px;

    padding: 52px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #ffffff;

    border: 1px solid #d8d8d4;
}

.account-empty-number {
    margin-bottom: 24px;

    font-size: 13px;

    color: #777773;
}

.account-empty-orders h3 {
    margin: 0;

    font-size: clamp(48px, 6vw, 76px);
    line-height: .88;

    font-weight: 900;
    letter-spacing: -.055em;

    color: #000000;
}

.account-empty-orders p {
    max-width: 430px;

    margin: 26px 0 28px;

    font-size: 13px;
    line-height: 1.65;

    color: #666661;
}

.account-shop-button {
    width: min(310px, 100%);
    min-height: 58px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 20px;

    box-sizing: border-box;

    background: #000000;
    color: #ffffff;

    border: 1px solid #000000;

    text-decoration: none;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
}

.account-shop-button:hover {
    background: #242424;
}


/* =========================================================
   FOOTER STRIP
========================================================= */

.account-footer-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-top: 48px;
    padding-top: 18px;

    border-top: 1px solid #d8d8d4;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;

    color: #111111;
}

.account-footer-strip span:last-child {
    color: #777773;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {

    .account-layout {
        grid-template-columns: 290px minmax(0, 1fr);
        gap: 24px;
    }

    .account-order-grid {
        grid-template-columns: 1fr;
    }

    .account-order-info {
        padding: 16px 0;

        border-right: 0;
        border-bottom: 1px solid #eeeeeb;
    }

    .account-order-info:first-child {
        padding-top: 0;
    }

    .account-order-info:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 720px) {

    .account-page {
        padding: 30px 12px 56px;
    }

    .account-hero {
        display: block;

        padding-bottom: 30px;
    }

    .account-hero h1 {
        font-size: clamp(62px, 20vw, 94px);
    }

    .account-member-badge {
        width: 100%;
        min-width: 0;

        margin-top: 32px;

        align-items: flex-start;
    }

    .account-layout {
        grid-template-columns: 1fr;
        gap: 36px;

        margin-top: 28px;
    }

    .account-profile-card {
        padding: 22px;
    }

    .account-section-head h2 {
        font-size: 36px;
    }

    .account-order-card {
        padding: 22px;
    }

    .account-order-top {
        display: block;
    }

    .account-order-status {
        margin-top: 18px;
    }

    .account-order-grid {
        margin-top: 20px;
    }

    .account-order-footer {
        display: block;
    }

    .account-order-mark {
        display: block;

        margin-top: 18px;
    }

    .account-empty-orders {
        min-height: 330px;

        padding: 30px 22px;
    }

    .account-footer-strip {
        display: block;
    }

    .account-footer-strip span {
        display: block;
    }

    .account-footer-strip span:last-child {
        margin-top: 8px;
    }

}

/* =========================================================
   SOUTHWARD WISHLIST PAGE
========================================================= */

.sw-wishlist-page {
    min-height: calc(100vh - 120px);
    padding: 72px 24px 90px;
    background: #f5f5f3;
    color: #111;
}

.sw-wishlist-shell {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


/* TOP */

.sw-wishlist-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d3;
}

.sw-wishlist-kicker {
    display: block;
    margin-bottom: 18px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .22em;
    color: #666;
}

.sw-wishlist-heading h1 {
    margin: 0;
    font-size: clamp(72px, 9vw, 142px);
    line-height: .78;
    letter-spacing: -.07em;
    font-weight: 900;
    color: #000;
}

.sw-wishlist-meta {
    min-width: 180px;
    padding-top: 14px;
    border-top: 1px solid #111;
    text-align: right;
}

.sw-wishlist-meta span {
    display: block;
    margin-bottom: 8px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .16em;
    color: #777;
}

.sw-wishlist-meta strong {
    font-size: 30px;
    line-height: 1;
    color: #111;
}


/* GRID */

.sw-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.sw-wishlist-card {
    background: #fff;
    border: 1px solid #d8d8d3;
}

.sw-wishlist-image-wrap {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #ecece9;
}

.sw-wishlist-image-wrap > a {
    display: block;
    width: 100%;
    height: 100%;
}

.sw-wishlist-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.sw-wishlist-card:hover .sw-wishlist-image-wrap img {
    transform: scale(1.025);
}


/* HEART */

.sw-wishlist-heart-form {
    position: absolute;
    top: 14px;
    right: 14px;
    margin: 0;
}

.sw-wishlist-heart {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5d5d0;
    background: rgba(255, 255, 255, .96);
    color: #111;
    font-size: 18px;
    cursor: pointer;
    transition: .2s ease;
}

.sw-wishlist-heart:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}


/* CARD INFO */

.sw-wishlist-card-body {
    padding: 22px;
}

.sw-wishlist-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.sw-wishlist-category {
    display: block;
    margin-bottom: 8px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
    color: #888;
}

.sw-wishlist-name {
    display: inline-block;
    max-width: 240px;
    text-decoration: none;
    color: #111;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

.sw-wishlist-name:hover {
    text-decoration: underline;
}

.sw-wishlist-price {
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 800;
}


/* STOCK */

.sw-wishlist-stock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
    padding-top: 18px;
    border-top: 1px solid #ecece8;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #555;
}

.sw-wishlist-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #111;
}

.sw-wishlist-dot.is-sold {
    background: #aaa;
}


/* ACTIONS */

.sw-wishlist-actions {
    display: grid;
    gap: 8px;
}

.sw-wishlist-actions form {
    margin: 0;
}

.sw-wishlist-cart-btn {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    cursor: pointer;
    transition: .2s ease;
}

.sw-wishlist-cart-btn:hover {
    background: #222;
}

.sw-wishlist-cart-btn.is-disabled {
    justify-content: center;
    border-color: #d8d8d3;
    background: #e8e8e4;
    color: #888;
    cursor: not-allowed;
}

.sw-wishlist-remove-btn {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d8d8d3;
    background: #fff;
    color: #111;
    font-family: inherit;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    cursor: pointer;
    transition: .2s ease;
}

.sw-wishlist-remove-btn:hover {
    border-color: #111;
}


/* EMPTY STATE */

.sw-wishlist-empty {
    margin-top: 34px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #050505;
    color: #fff;
}

.sw-wishlist-empty-inner {
    width: min(760px, 90%);
    text-align: center;
}

.sw-wishlist-empty-kicker {
    display: block;
    margin-bottom: 20px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .24em;
    color: #8c8c8c;
}

.sw-wishlist-empty h2 {
    margin: 0;
    font-size: clamp(58px, 7vw, 100px);
    line-height: .84;
    letter-spacing: -.06em;
    font-weight: 900;
    color: #fff;
}

.sw-wishlist-empty p {
    max-width: 520px;
    margin: 26px auto 30px;
    font-size: 13px;
    line-height: 1.7;
    color: #aaa;
}

.sw-wishlist-shop-btn {
    width: min(310px, 100%);
    min-height: 58px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    transition: .2s ease;
}

.sw-wishlist-shop-btn:hover {
    background: #e9e9e6;
}


/* BOTTOM */

.sw-wishlist-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid #d8d8d3;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
}

.sw-wishlist-bottom a {
    color: #111;
    text-decoration: none;
}

.sw-wishlist-bottom a:hover {
    text-decoration: underline;
}

.sw-wishlist-bottom span {
    color: #777;
}


/* TABLET */

@media (max-width: 980px) {

    .sw-wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* MOBILE */

@media (max-width: 640px) {

    .sw-wishlist-page {
        padding: 30px 12px 56px;
    }

    .sw-wishlist-top {
        display: block;
        padding-bottom: 28px;
    }

    .sw-wishlist-heading h1 {
        font-size: clamp(62px, 20vw, 92px);
    }

    .sw-wishlist-meta {
        width: 100%;
        min-width: 0;
        margin-top: 30px;
        text-align: left;
    }

    .sw-wishlist-grid {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .sw-wishlist-empty {
        min-height: 380px;
        margin-top: 24px;
        padding: 30px 16px;
    }

    .sw-wishlist-empty h2 {
        font-size: clamp(48px, 16vw, 72px);
    }

    .sw-wishlist-bottom {
        display: block;
    }

    .sw-wishlist-bottom span {
        display: block;
        margin-top: 10px;
    }

}