:root {
    --commerce-ink: #171434;
    --commerce-body: #625e76;
    --commerce-muted: #807b92;
    --commerce-line: rgba(47, 38, 98, 0.13);
    --commerce-soft: #f6f7fc;
    --commerce-violet: #7c3aed;
    --commerce-magenta: #d60ad7;
    --commerce-blue: #2563eb;
    --commerce-cyan: #49d6e3;
    --commerce-success: #0f9f78;
    --commerce-danger: #c43c5d;
    --commerce-white: #fff;
    --commerce-shadow: 0 26px 68px rgba(35, 26, 89, 0.13);
}

body.page-key-cart,
body.page-key-my-account {
    background: #fff;
}

.commerce-page,
.commerce-page * {
    box-sizing: border-box;
}

.commerce-page {
    overflow: clip;
    color: var(--commerce-ink);
    background: #fff;
}

.commerce-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.commerce-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: clamp(620px, 74svh, 760px);
    margin: 0;
    padding: calc(var(--ich-overlay-header-height, 190px) + clamp(46px, 5vw, 74px)) 0 clamp(72px, 7vw, 104px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 11% 88%, rgba(214, 10, 215, 0.43), transparent 34%),
        radial-gradient(circle at 89% 12%, rgba(73, 214, 227, 0.34), transparent 31%),
        linear-gradient(116deg, #43cbd1 0%, #3969ca 46%, #212c71 100%);
}

.commerce-hero::before {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: linear-gradient(112deg, transparent 4%, #000 48%, transparent 96%);
    mask-image: linear-gradient(112deg, transparent 4%, #000 48%, transparent 96%);
    content: "";
    pointer-events: none;
}

.commerce-hero::after {
    position: absolute;
    right: -17vw;
    bottom: -32vw;
    z-index: -2;
    width: min(62vw, 880px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(49, 39, 156, 0.08) 48%, transparent 70%);
    box-shadow:
        0 0 0 70px rgba(255, 255, 255, 0.035),
        0 0 0 150px rgba(255, 255, 255, 0.02);
    content: "";
    pointer-events: none;
}

.commerce-hero__grid {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: min(40vw, 620px);
    height: 64%;
    opacity: 0.23;
    background-image: radial-gradient(#fff 1.6px, transparent 1.6px);
    background-size: 18px 18px;
    -webkit-mask-image: linear-gradient(135deg, transparent 4%, #000 50%, transparent 100%);
    mask-image: linear-gradient(135deg, transparent 4%, #000 50%, transparent 100%);
    pointer-events: none;
}

.commerce-hero__orbit {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    pointer-events: none;
}

.commerce-hero__orbit--one {
    top: 27%;
    right: 8%;
    width: clamp(260px, 31vw, 480px);
    aspect-ratio: 1;
    animation: commerce-orbit 26s linear infinite;
}

.commerce-hero__orbit--two {
    right: 25%;
    bottom: -28%;
    width: clamp(300px, 38vw, 560px);
    aspect-ratio: 1;
    border-style: dashed;
    opacity: 0.58;
    animation: commerce-orbit 34s linear infinite reverse;
}

.commerce-hero__inner {
    align-self: center;
}

.commerce-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin: 0 0 clamp(30px, 4vw, 52px);
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.commerce-breadcrumbs a {
    color: #fff;
    text-decoration: none;
    transition: color 180ms ease;
}

.commerce-breadcrumbs a:hover,
.commerce-breadcrumbs a:focus-visible {
    color: #c9fbff;
}

.commerce-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.78fr);
    gap: clamp(44px, 8vw, 112px);
    align-items: center;
}

.commerce-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 690px;
    animation: commerce-hero-in 650ms cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

.commerce-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
    color: #c9fbff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.17em;
    line-height: 1.4;
}

.commerce-eyebrow::before {
    width: 8px;
    height: 8px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: currentColor;
    box-sizing: content-box;
    content: "";
}

.commerce-hero h1 {
    max-width: 760px;
    margin: 0;
    overflow-wrap: anywhere;
    color: #fff;
    font-size: clamp(3.25rem, 6.2vw, 6rem);
    font-weight: 760;
    letter-spacing: -0.062em;
    line-height: 0.96;
    text-wrap: balance;
}

.commerce-hero__copy > p {
    max-width: 650px;
    margin: 27px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.68;
}

.commerce-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    margin-top: 31px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 16px 32px rgba(17, 15, 75, 0.2);
    transition:
        color 200ms ease,
        background-color 200ms ease,
        border-color 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}

.commerce-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 200ms ease;
}

.commerce-button--primary {
    color: #fff;
    background: var(--commerce-magenta);
}

.commerce-button--primary:hover,
.commerce-button--primary:focus-visible {
    color: #fff;
    background: #b80fca;
    box-shadow: 0 20px 38px rgba(92, 8, 162, 0.3);
    transform: translateY(-3px);
}

.commerce-button:hover svg,
.commerce-button:focus-visible svg {
    transform: translateX(4px);
}

.commerce-hero--account .commerce-button:hover svg,
.commerce-hero--account .commerce-button:focus-visible svg {
    transform: translateY(3px);
}

.commerce-hero__visual {
    position: relative;
    z-index: 1;
    width: min(100%, 470px);
    justify-self: end;
    animation: commerce-visual-in 820ms 90ms cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

.commerce-hero__visual-glow {
    position: absolute;
    inset: 12% 7%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(151, 246, 255, 0.31), rgba(221, 59, 229, 0.14) 49%, transparent 72%);
    filter: blur(3px);
    animation: commerce-pulse 7s ease-in-out infinite;
}

.commerce-hero__visual svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    filter: drop-shadow(0 30px 36px rgba(18, 16, 81, 0.24));
    animation: commerce-float 7.5s ease-in-out infinite;
}

.commerce-visual__orbit-line {
    fill: rgba(255, 255, 255, 0.035);
    stroke: rgba(255, 255, 255, 0.32);
    stroke-width: 1.5;
    stroke-dasharray: 7 10;
}

.commerce-visual__cart {
    fill: none;
    stroke: url(#commerce-cart-gradient);
    stroke-width: 12;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.commerce-visual__wheel {
    fill: #fff;
    stroke: rgba(127, 245, 255, 0.72);
    stroke-width: 5;
}

.commerce-visual__shield {
    fill: rgba(255, 255, 255, 0.07);
    stroke: url(#commerce-account-gradient);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.commerce-visual__user-head,
.commerce-visual__user-body {
    fill: none;
    stroke: #fff;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.commerce-visual__spark {
    fill: #fff;
    opacity: 0.9;
}

.commerce-visual__node {
    fill: #fff;
    stroke-width: 5;
}

.commerce-visual__node--one {
    stroke: #f068d7;
}

.commerce-visual__node--two {
    stroke: #8ff9ff;
}

.commerce-visual__node--three {
    stroke: #8e7bea;
}

.commerce-workspace {
    position: relative;
    isolation: isolate;
    padding: clamp(78px, 8vw, 120px) 0 clamp(86px, 9vw, 132px);
    background:
        radial-gradient(circle at 5% 14%, rgba(214, 10, 215, 0.055), transparent 28%),
        radial-gradient(circle at 96% 78%, rgba(37, 99, 235, 0.075), transparent 31%),
        #fff;
}

.commerce-workspace::before {
    position: absolute;
    top: 36px;
    right: -54px;
    z-index: -1;
    width: 360px;
    height: 270px;
    opacity: 0.23;
    background-image: radial-gradient(rgba(46, 112, 238, 0.52) 1.4px, transparent 1.4px);
    background-size: 18px 18px;
    -webkit-mask-image: linear-gradient(135deg, transparent, #000 35%, transparent);
    mask-image: linear-gradient(135deg, transparent, #000 35%, transparent);
    content: "";
    pointer-events: none;
}

.commerce-section-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(18px, 3vw, 34px);
    align-items: start;
    max-width: 780px;
    margin: 0 0 clamp(38px, 5vw, 58px);
}

.commerce-section-heading__index {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(124, 58, 237, 0.22);
    border-radius: 50%;
    color: var(--commerce-violet);
    background: #fff;
    box-shadow: 0 12px 28px rgba(35, 26, 89, 0.08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.commerce-section-heading__eyebrow {
    display: block;
    margin: 2px 0 10px;
    color: var(--commerce-violet);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.commerce-section-heading h2 {
    margin: 0;
    color: var(--commerce-ink);
    font-size: clamp(2.35rem, 4.5vw, 4.6rem);
    font-weight: 760;
    letter-spacing: -0.052em;
    line-height: 1;
    text-wrap: balance;
}

.commerce-section-heading p {
    max-width: 650px;
    margin: 20px 0 0;
    color: var(--commerce-body);
    font-size: 16px;
    line-height: 1.75;
}

.commerce-surface {
    position: relative;
    min-width: 0;
    padding: clamp(22px, 4vw, 48px);
    border: 1px solid var(--commerce-line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--commerce-shadow);
}

.commerce-surface .woocommerce {
    color: var(--commerce-body);
}

.commerce-surface .woocommerce::before,
.commerce-surface .woocommerce::after {
    display: table;
    clear: both;
    content: "";
}

.commerce-surface .woocommerce h2,
.commerce-surface .woocommerce h3 {
    color: var(--commerce-ink);
    font-weight: 760;
    letter-spacing: -0.025em;
}

.commerce-surface .woocommerce a {
    color: var(--commerce-blue);
    text-underline-offset: 3px;
}

.commerce-surface .woocommerce a:hover,
.commerce-surface .woocommerce a:focus-visible {
    color: var(--commerce-magenta);
}

.commerce-surface .woocommerce-error,
.commerce-surface .woocommerce-info,
.commerce-surface .woocommerce-message {
    position: relative;
    margin: 0 0 24px;
    padding: 17px 20px 17px 50px;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-top: 0;
    border-radius: 14px;
    color: var(--commerce-ink);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.07), rgba(73, 214, 227, 0.08));
    box-shadow: none;
    line-height: 1.6;
}

.commerce-surface .woocommerce-message {
    border-color: rgba(15, 159, 120, 0.18);
    background: rgba(15, 159, 120, 0.07);
}

.commerce-surface .woocommerce-error {
    border-color: rgba(196, 60, 93, 0.18);
    background: rgba(196, 60, 93, 0.07);
}

.commerce-surface .woocommerce-error::before,
.commerce-surface .woocommerce-info::before,
.commerce-surface .woocommerce-message::before {
    top: 17px;
    left: 19px;
    color: var(--commerce-blue);
}

.commerce-surface .woocommerce-message::before {
    color: var(--commerce-success);
}

.commerce-surface .woocommerce-error::before {
    color: var(--commerce-danger);
}

.commerce-surface .woocommerce form .form-row {
    margin: 0 0 18px;
    padding: 0;
}

.commerce-surface .woocommerce form .form-row label {
    display: block;
    margin: 0 0 8px;
    color: var(--commerce-ink);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.commerce-surface .woocommerce .input-text,
.commerce-surface .woocommerce input[type="email"],
.commerce-surface .woocommerce input[type="password"],
.commerce-surface .woocommerce input[type="tel"],
.commerce-surface .woocommerce input[type="text"],
.commerce-surface .woocommerce select,
.commerce-surface .woocommerce textarea,
.commerce-surface .woocommerce .select2-selection {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px;
    border: 1px solid rgba(47, 38, 98, 0.18);
    border-radius: 10px;
    color: var(--commerce-ink);
    background: #fff;
    box-shadow: 0 8px 20px rgba(35, 26, 89, 0.035);
    font: inherit;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.commerce-surface .woocommerce textarea {
    min-height: 130px;
    resize: vertical;
}

.commerce-surface .woocommerce .input-text:hover,
.commerce-surface .woocommerce input:hover,
.commerce-surface .woocommerce select:hover,
.commerce-surface .woocommerce textarea:hover,
.commerce-surface .woocommerce .select2-selection:hover {
    border-color: rgba(124, 58, 237, 0.34);
}

.commerce-surface .woocommerce .input-text:focus,
.commerce-surface .woocommerce input:focus,
.commerce-surface .woocommerce select:focus,
.commerce-surface .woocommerce textarea:focus,
.commerce-surface .woocommerce .select2-container--focus .select2-selection {
    border-color: var(--commerce-violet);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.11);
}

.commerce-surface .woocommerce button.button,
.commerce-surface .woocommerce a.button,
.commerce-surface .woocommerce input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--commerce-violet), var(--commerce-blue));
    box-shadow: 0 12px 24px rgba(62, 52, 161, 0.17);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition:
        color 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.commerce-surface .woocommerce button.button:hover,
.commerce-surface .woocommerce button.button:focus-visible,
.commerce-surface .woocommerce a.button:hover,
.commerce-surface .woocommerce a.button:focus-visible,
.commerce-surface .woocommerce input.button:hover,
.commerce-surface .woocommerce input.button:focus-visible {
    color: #fff;
    background: linear-gradient(135deg, var(--commerce-magenta), var(--commerce-blue));
    box-shadow: 0 16px 30px rgba(62, 52, 161, 0.25);
    transform: translateY(-2px);
}

.commerce-surface .woocommerce button.button:disabled,
.commerce-surface .woocommerce button.button.disabled,
.commerce-surface .woocommerce button.button:disabled[disabled] {
    color: rgba(23, 20, 52, 0.45);
    background: rgba(23, 20, 52, 0.08);
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

/* Cart */
.commerce-surface--cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.72fr);
    gap: 30px;
    align-items: start;
}

.commerce-surface--cart .woocommerce > .woocommerce-notices-wrapper,
.commerce-surface--cart .woocommerce > .wc-empty-cart-message,
.commerce-surface--cart .woocommerce > .return-to-shop {
    grid-column: 1 / -1;
}

.commerce-surface--cart .woocommerce-cart-form {
    min-width: 0;
    margin: 0;
}

.commerce-surface--cart .cart-collaterals {
    width: auto;
    min-width: 0;
}

.commerce-surface--cart .cart-collaterals::before,
.commerce-surface--cart .cart-collaterals::after {
    display: none;
}

.commerce-surface--cart .cart-collaterals .cart_totals,
.commerce-surface--cart .cart-collaterals .cross-sells {
    float: none;
    width: 100%;
}

body.page-key-cart .commerce-surface--cart .woocommerce .cart-collaterals .cart_totals,
body.page-key-cart .commerce-surface--cart .woocommerce .cart-collaterals .cross-sells {
    float: none !important;
    width: 100% !important;
}

.commerce-surface--cart .cart-collaterals .cart_totals {
    position: sticky;
    top: 96px;
    padding: 25px;
    border: 1px solid rgba(47, 38, 98, 0.12);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0, rgba(73, 214, 227, 0.11), transparent 30%),
        linear-gradient(145deg, #f9f8ff, #f3f6ff);
}

.commerce-surface--cart .cart_totals h2,
.commerce-surface--cart .cross-sells h2 {
    margin: 0 0 20px;
    font-size: 1.45rem;
}

.commerce-surface--cart table.shop_table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
    background: transparent;
}

.commerce-surface--cart table.shop_table thead th {
    padding: 0 14px 14px;
    border-bottom: 1px solid var(--commerce-line);
    color: var(--commerce-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.commerce-surface--cart table.shop_table tbody td {
    padding: 19px 14px;
    border-top: 0;
    border-bottom: 1px solid var(--commerce-line);
    color: var(--commerce-body);
    vertical-align: middle;
}

.commerce-surface--cart table.shop_table .product-thumbnail {
    width: 106px;
}

.commerce-surface--cart table.shop_table .product-thumbnail img {
    width: 82px;
    height: 82px;
    padding: 8px;
    border: 1px solid rgba(47, 38, 98, 0.1);
    border-radius: 16px;
    background: var(--commerce-soft);
    object-fit: contain;
    transition: transform 220ms ease;
}

.commerce-surface--cart table.shop_table .cart_item:hover .product-thumbnail img {
    transform: scale(1.025);
}

.commerce-surface--cart table.shop_table .product-name a {
    color: var(--commerce-ink);
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
}

.commerce-surface--cart table.shop_table .product-name a:hover,
.commerce-surface--cart table.shop_table .product-name a:focus-visible {
    color: var(--commerce-blue);
}

.commerce-surface--cart table.shop_table .product-price,
.commerce-surface--cart table.shop_table .product-subtotal {
    color: var(--commerce-ink);
    font-weight: 750;
    white-space: nowrap;
}

.commerce-surface--cart table.shop_table .product-remove {
    width: 38px;
    padding-right: 4px;
    padding-left: 4px;
}

.commerce-surface--cart table.shop_table .product-remove a {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(196, 60, 93, 0.15);
    border-radius: 50%;
    color: var(--commerce-danger);
    background: rgba(196, 60, 93, 0.055);
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease;
}

.commerce-surface--cart table.shop_table .product-remove a:hover,
.commerce-surface--cart table.shop_table .product-remove a:focus-visible {
    color: #fff;
    background: var(--commerce-danger);
    transform: rotate(6deg) scale(1.04);
}

.commerce-surface--cart .quantity .qty {
    width: 72px;
    min-height: 44px;
    padding: 8px;
    text-align: center;
}

.commerce-surface--cart table.shop_table td.actions {
    padding: 22px 0 0;
    border-bottom: 0;
}

.commerce-surface--cart td.actions .coupon {
    display: flex;
    gap: 9px;
}

.commerce-surface--cart td.actions .coupon .input-text {
    float: none;
    width: min(230px, 100%);
    min-height: 48px;
    margin: 0;
}

.commerce-surface--cart .cart_totals table.shop_table th,
.commerce-surface--cart .cart_totals table.shop_table td {
    padding: 13px 0;
    border-bottom: 1px solid rgba(47, 38, 98, 0.1);
}

.commerce-surface--cart .cart_totals table.shop_table th {
    color: var(--commerce-body);
    font-size: 13px;
    font-weight: 700;
}

.commerce-surface--cart .cart_totals table.shop_table td {
    color: var(--commerce-ink);
    text-align: right;
}

.commerce-surface--cart .cart_totals .order-total th,
.commerce-surface--cart .cart_totals .order-total td {
    padding-top: 17px;
    border-bottom: 0;
    font-size: 17px;
}

.commerce-surface--cart .wc-proceed-to-checkout {
    padding: 21px 0 0;
}

.commerce-surface--cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 16px 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--commerce-magenta), var(--commerce-blue));
    font-size: 14px !important;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
}

.commerce-surface--cart .cross-sells {
    margin-bottom: 24px;
}

.commerce-surface--cart .wc-empty-cart-message {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.commerce-surface--cart .cart-empty.woocommerce-info {
    margin: 0;
    padding: 88px 28px 30px;
    border: 0;
    color: var(--commerce-ink);
    background:
        radial-gradient(circle at 50% 35%, rgba(73, 214, 227, 0.14), transparent 24%),
        transparent;
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 760;
    text-align: center;
}

.commerce-surface--cart .cart-empty.woocommerce-info::before {
    top: 24px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--commerce-violet);
    background: rgba(124, 58, 237, 0.09);
    transform: translateX(-50%);
}

.commerce-surface--cart .return-to-shop {
    margin: 0;
    text-align: center;
}

.commerce-surface--cart .return-to-shop .button {
    min-width: 210px;
}

/* Account: guest */
.commerce-surface--account-guest .ichiphost-account-access-note {
    margin: 0 0 28px;
    padding: 18px 21px;
    border: 1px solid rgba(73, 214, 227, 0.2);
    border-radius: 14px;
    color: var(--commerce-ink);
    background: linear-gradient(135deg, rgba(73, 214, 227, 0.1), rgba(124, 58, 237, 0.06));
    font-size: 14px;
    line-height: 1.65;
}

.commerce-surface--account-guest #customer_login.u-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
}

.commerce-surface--account-guest #customer_login::before,
.commerce-surface--account-guest #customer_login::after {
    display: none;
}

.commerce-surface--account-guest #customer_login .u-column1,
.commerce-surface--account-guest #customer_login .u-column2 {
    float: none;
    width: auto;
    min-width: 0;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(47, 38, 98, 0.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(35, 26, 89, 0.075);
    transition:
        border-color 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}

.commerce-surface--account-guest #customer_login .u-column2 {
    background:
        radial-gradient(circle at 100% 0, rgba(73, 214, 227, 0.12), transparent 28%),
        linear-gradient(145deg, #fbfaff, #f5f7ff);
}

.commerce-surface--account-guest #customer_login .u-column1:focus-within,
.commerce-surface--account-guest #customer_login .u-column2:focus-within {
    border-color: rgba(124, 58, 237, 0.28);
    box-shadow: 0 24px 54px rgba(35, 26, 89, 0.12);
    transform: translateY(-3px);
}

.commerce-surface--account-guest #customer_login h2 {
    margin: 0 0 24px;
    font-size: clamp(1.65rem, 2.4vw, 2.25rem);
}

.commerce-surface--account-guest .woocommerce-form-login,
.commerce-surface--account-guest .woocommerce-form-register {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.commerce-surface--account-guest .woocommerce-form-login__rememberme {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin: 3px 18px 14px 0 !important;
    cursor: pointer;
}

.commerce-surface--account-guest .woocommerce-form-login__rememberme input {
    width: 18px;
    min-height: 18px;
    margin: 0;
    accent-color: var(--commerce-violet);
}

.commerce-surface--account-guest .lost_password {
    margin: 17px 0 0;
    font-size: 13px;
}

.commerce-surface--account-guest .woocommerce-privacy-policy-text {
    margin: 18px 0;
    padding-top: 17px;
    border-top: 1px solid var(--commerce-line);
    color: var(--commerce-muted);
    font-size: 12px;
    line-height: 1.65;
}

.commerce-surface--account-guest .woocommerce-ResetPassword,
.commerce-surface--account-guest .woocommerce-form-login:not(#customer_login form) {
    max-width: 620px;
    margin: 0 auto;
}

/* Account: member and endpoints */
.commerce-surface--account-member {
    padding: clamp(18px, 3vw, 30px);
}

.commerce-surface--account-member > .woocommerce {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

body.woocommerce-account .commerce-surface--account-member > .woocommerce::before,
body.woocommerce-account .commerce-surface--account-member > .woocommerce::after {
    display: none;
    content: none;
}

.commerce-surface--account-member > .woocommerce > .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
}

.commerce-surface--account-member > .woocommerce > .woocommerce-notices-wrapper:empty {
    display: none;
}

.commerce-surface--account-member > .woocommerce > .woocommerce-message,
.commerce-surface--account-member > .woocommerce > .woocommerce-error,
.commerce-surface--account-member > .woocommerce > .woocommerce-info {
    grid-column: 1 / -1;
}

.woocommerce-account .commerce-surface--account-member > .woocommerce > .woocommerce-MyAccount-navigation {
    grid-column: 1;
    position: sticky;
    top: 96px;
    float: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 14px;
    border-radius: 20px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(73, 214, 227, 0.23), transparent 31%),
        linear-gradient(150deg, #20184d, #34227d 58%, #234aa3);
    box-shadow: 0 20px 44px rgba(35, 26, 89, 0.2);
}

.commerce-surface--account-member .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.commerce-surface--account-member .woocommerce-MyAccount-navigation li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.commerce-surface--account-member .woocommerce-MyAccount-navigation li::before {
    display: none;
}

.commerce-surface--account-member .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 11px 13px 11px 17px;
    border-radius: 9px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease;
}

.commerce-surface--account-member .woocommerce-MyAccount-navigation a:hover,
.commerce-surface--account-member .woocommerce-MyAccount-navigation a:focus-visible,
.commerce-surface--account-member .woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(3px);
}

.commerce-surface--account-member .woocommerce-MyAccount-navigation li.is-active::after {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 3px;
    height: 24px;
    border-radius: 999px;
    background: #f068d7;
    content: "";
    transform: translateY(-50%);
}

.woocommerce-account .commerce-surface--account-member > .woocommerce > .woocommerce-MyAccount-content {
    grid-column: 2;
    float: none;
    width: 100%;
    min-width: 0;
    min-height: 320px;
    margin: 0;
    padding: clamp(20px, 3vw, 38px);
    border: 1px solid rgba(47, 38, 98, 0.11);
    border-radius: 20px;
    background: #fff;
}

.woocommerce-account .commerce-surface--account-member > .woocommerce > .woocommerce-MyAccount-content .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    max-width: none;
    min-width: 0;
}

.commerce-surface--account-member .woocommerce-MyAccount-content > :first-child {
    margin-top: 0;
}

.commerce-surface--account-member .woocommerce-MyAccount-content > :last-child {
    margin-bottom: 0;
}

.commerce-surface--account-member .woocommerce-MyAccount-content p {
    line-height: 1.75;
}

.commerce-surface--account-member .woocommerce-MyAccount-content > p:first-child {
    color: var(--commerce-ink);
    font-size: 16px;
}

.commerce-surface--account-member .woocommerce-MyAccount-content table.shop_table {
    width: 100%;
    margin: 0 0 24px;
    border: 1px solid var(--commerce-line);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 14px;
    overflow: hidden;
}

.commerce-surface--account-member .woocommerce-MyAccount-content table.shop_table th {
    padding: 14px 15px;
    border: 0;
    border-bottom: 1px solid var(--commerce-line);
    color: var(--commerce-muted);
    background: var(--commerce-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.commerce-surface--account-member .woocommerce-MyAccount-content table.shop_table td {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid var(--commerce-line);
    color: var(--commerce-body);
}

.commerce-surface--account-member .woocommerce-MyAccount-content table.shop_table tr:last-child td {
    border-bottom: 0;
}

.commerce-surface--account-member .woocommerce-MyAccount-content table.shop_table .button {
    min-height: 40px;
    padding: 9px 13px;
}

.commerce-surface--account-member .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 24px 0 0;
}

body.woocommerce-account .commerce-surface--account-member .woocommerce-Addresses::before,
body.woocommerce-account .commerce-surface--account-member .woocommerce-Addresses::after {
    display: none;
    content: none;
}

body.woocommerce-account .commerce-surface--account-member .woocommerce-Addresses > .woocommerce-Address {
    float: none;
    width: 100%;
    min-width: 0;
    padding: 21px;
    border: 1px solid var(--commerce-line);
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #f8f8fd);
}

.commerce-surface--account-member .woocommerce-Address-title h3 {
    margin: 0 0 14px;
    font-size: 1.2rem;
}

.commerce-surface--account-member .woocommerce-Address-title .edit {
    float: none;
    font-size: 12px;
    font-weight: 800;
}

.commerce-surface--account-member .woocommerce-Address address {
    margin: 17px 0 0;
    color: var(--commerce-body);
    font-style: normal;
    line-height: 1.75;
}

.commerce-surface--account-member fieldset {
    margin: 28px 0 20px;
    padding: 23px;
    border: 1px solid var(--commerce-line);
    border-radius: 16px;
}

.commerce-surface--account-member legend {
    padding: 0 8px;
    color: var(--commerce-ink);
    font-weight: 800;
}

.commerce-surface--account-member .woocommerce-customer-details address {
    padding: 20px;
    border: 1px solid var(--commerce-line);
    border-radius: 14px;
    line-height: 1.75;
}

.commerce-help {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: clamp(36px, 5vw, 56px);
    padding: 26px 0;
    border-top: 1px solid var(--commerce-line);
    border-bottom: 1px solid var(--commerce-line);
}

.commerce-help__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--commerce-violet);
    background: linear-gradient(135deg, rgba(214, 10, 215, 0.09), rgba(37, 99, 235, 0.1));
}

.commerce-help__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.commerce-help strong {
    display: block;
    color: var(--commerce-ink);
    font-size: 15px;
}

.commerce-help p {
    margin: 4px 0 0;
    color: var(--commerce-muted);
    font-size: 13px;
    line-height: 1.55;
}

.commerce-help > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: var(--commerce-blue);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition:
        color 180ms ease,
        transform 180ms ease;
}

.commerce-help > a:hover,
.commerce-help > a:focus-visible {
    color: var(--commerce-magenta);
    transform: translateX(3px);
}

.commerce-page :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid rgba(73, 214, 227, 0.78);
    outline-offset: 3px;
}

@keyframes commerce-hero-in {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes commerce-visual-in {
    from {
        opacity: 0;
        transform: translate3d(32px, 16px, 0) scale(0.94);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes commerce-float {
    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }
    50% {
        transform: translateY(-13px) rotate(1deg);
    }
}

@keyframes commerce-pulse {
    0%,
    100% {
        opacity: 0.72;
        transform: scale(0.96);
    }
    50% {
        opacity: 1;
        transform: scale(1.04);
    }
}

@keyframes commerce-orbit {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1100px) {
    .commerce-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(270px, 0.62fr);
        gap: 36px;
    }

    .commerce-surface--cart .woocommerce {
        grid-template-columns: minmax(0, 1fr) minmax(270px, 0.62fr);
        gap: 22px;
    }

    .commerce-surface--account-member > .woocommerce {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 20px;
    }
}

@media (max-width: 920px) {
    .commerce-hero {
        min-height: 0;
    }

    .commerce-hero__layout {
        grid-template-columns: minmax(0, 1fr) 250px;
    }

    .commerce-hero h1 {
        font-size: clamp(3rem, 8vw, 4.8rem);
    }

    .commerce-surface--cart .woocommerce {
        grid-template-columns: minmax(0, 1fr);
    }

    .commerce-surface--cart .cart-collaterals .cart_totals {
        position: static;
    }

    .commerce-surface--account-member > .woocommerce {
        grid-template-columns: minmax(0, 1fr);
    }

    .woocommerce-account .commerce-surface--account-member > .woocommerce > .woocommerce-MyAccount-navigation {
        grid-column: 1;
        position: static;
    }

    .woocommerce-account .commerce-surface--account-member > .woocommerce > .woocommerce-MyAccount-content {
        grid-column: 1;
    }

    .commerce-surface--account-member .woocommerce-MyAccount-navigation ul {
        display: flex;
        gap: 6px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }

    .commerce-surface--account-member .woocommerce-MyAccount-navigation li {
        flex: 0 0 auto;
    }

    .commerce-surface--account-member .woocommerce-MyAccount-navigation a {
        white-space: nowrap;
    }

    .commerce-surface--account-member .woocommerce-MyAccount-navigation a:hover,
    .commerce-surface--account-member .woocommerce-MyAccount-navigation a:focus-visible,
    .commerce-surface--account-member .woocommerce-MyAccount-navigation li.is-active a {
        transform: translateY(-2px);
    }

    .commerce-surface--account-member .woocommerce-MyAccount-navigation li.is-active::after {
        top: auto;
        right: 12px;
        bottom: 1px;
        left: 12px;
        width: auto;
        height: 3px;
        transform: none;
    }
}

@media (max-width: 760px) {
    .commerce-shell {
        width: min(calc(100% - 28px), 680px);
    }

    .commerce-hero {
        padding-top: calc(var(--ich-overlay-header-height, 254px) + 38px);
        padding-bottom: 66px;
    }

    .commerce-breadcrumbs {
        margin-bottom: 28px;
    }

    .commerce-hero__layout {
        position: relative;
        grid-template-columns: minmax(0, 1fr);
        min-height: 345px;
    }

    .commerce-hero__copy {
        max-width: 590px;
    }

    .commerce-hero h1 {
        font-size: clamp(2.7rem, 12vw, 4.25rem);
        line-height: 1;
    }

    .commerce-hero__copy > p {
        max-width: 520px;
        font-size: 16px;
    }

    .commerce-hero__visual {
        position: absolute;
        right: -54px;
        bottom: -82px;
        z-index: -1;
        width: 280px;
        opacity: 0.28;
    }

    .commerce-hero__orbit--one {
        right: -25%;
    }

    .commerce-workspace {
        padding: 72px 0 86px;
    }

    .commerce-section-heading {
        grid-template-columns: minmax(0, 1fr);
        margin-bottom: 34px;
    }

    .commerce-section-heading__index {
        width: 46px;
        height: 46px;
    }

    .commerce-section-heading h2 {
        font-size: clamp(2.2rem, 10vw, 3.5rem);
    }

    .commerce-surface {
        padding: 20px;
        border-radius: 20px;
    }

    .commerce-surface--account-guest #customer_login.u-columns {
        grid-template-columns: minmax(0, 1fr);
    }

    .commerce-surface--account-member {
        padding: 14px;
    }

    .woocommerce-account .commerce-surface--account-member > .woocommerce > .woocommerce-MyAccount-content {
        padding: 20px;
    }

    .commerce-surface--account-member .woocommerce-Addresses {
        grid-template-columns: minmax(0, 1fr);
    }

    .commerce-surface--cart table.shop_table_responsive thead {
        display: none;
    }

    .commerce-surface--cart table.shop_table_responsive,
    .commerce-surface--cart table.shop_table_responsive tbody {
        display: block;
        width: 100%;
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item {
        position: relative;
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 4px 16px;
        margin-bottom: 16px;
        padding: 15px;
        border: 1px solid var(--commerce-line);
        border-radius: 17px;
        background: #fff;
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
        display: flex;
        grid-column: 2;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 7px 0;
        border: 0;
        text-align: right !important;
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td::before {
        float: none;
        color: var(--commerce-muted);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        content: attr(data-title);
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-quantity:has(input.qty[type="hidden"])::after {
        color: var(--commerce-ink);
        font-weight: 800;
        content: "1";
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-thumbnail {
        display: block;
        grid-row: 1 / span 5;
        grid-column: 1;
        width: 88px;
        padding: 0;
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-thumbnail::before,
    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-name::before,
    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-remove::before {
        display: none;
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-thumbnail img {
        width: 82px;
        height: 82px;
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-name {
        padding-top: 2px;
        padding-right: 34px;
        text-align: left !important;
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-remove {
        position: absolute;
        top: 12px;
        right: 11px;
        display: block;
        width: 32px;
        padding: 0;
    }

    .commerce-surface--cart table.shop_table_responsive tr:last-child {
        display: block;
    }

    .commerce-surface--cart table.shop_table_responsive td.actions {
        display: grid;
        gap: 12px;
        padding-top: 10px;
        text-align: initial !important;
    }

    .commerce-surface--cart td.actions .coupon {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        width: 100%;
    }

    .commerce-surface--cart td.actions .coupon .input-text {
        width: 100%;
    }

    .commerce-help {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .commerce-help > a {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 520px) {
    .commerce-shell {
        width: min(calc(100% - 20px), 500px);
    }

    .commerce-hero {
        padding-top: calc(var(--ich-overlay-header-height, 254px) + 28px);
        padding-bottom: 52px;
    }

    .commerce-eyebrow {
        font-size: 10px;
        letter-spacing: 0.13em;
    }

    .commerce-hero h1 {
        font-size: clamp(2.45rem, 13vw, 3.5rem);
    }

    .commerce-button {
        width: 100%;
    }

    .commerce-surface {
        padding: 14px;
        border-radius: 17px;
    }

    .commerce-surface--account-guest #customer_login .u-column1,
    .commerce-surface--account-guest #customer_login .u-column2 {
        padding: 20px 16px;
        border-radius: 17px;
    }

    .woocommerce-account .commerce-surface--account-member > .woocommerce > .woocommerce-MyAccount-content {
        padding: 17px 14px;
    }

    .commerce-surface--account-member .woocommerce-MyAccount-content table.shop_table_responsive thead {
        display: none;
    }

    .commerce-surface--account-member .woocommerce-MyAccount-content table.shop_table_responsive tr {
        display: block;
        padding: 12px;
        border-bottom: 1px solid var(--commerce-line);
    }

    .commerce-surface--account-member .woocommerce-MyAccount-content table.shop_table_responsive td {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding: 8px 0;
        border: 0;
        text-align: right !important;
    }

    .commerce-surface--account-member .woocommerce-MyAccount-content table.shop_table_responsive td::before {
        color: var(--commerce-muted);
        font-size: 11px;
        font-weight: 800;
        content: attr(data-title);
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 3px 12px;
        padding: 12px;
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-thumbnail {
        width: 72px;
    }

    .commerce-surface--cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-thumbnail img {
        width: 68px;
        height: 68px;
    }

    .commerce-surface--cart td.actions .coupon {
        grid-template-columns: minmax(0, 1fr);
    }

    .commerce-surface--cart td.actions .coupon button,
    .commerce-surface--cart td.actions > button {
        width: 100%;
    }

    .commerce-help {
        grid-template-columns: minmax(0, 1fr);
        text-align: left;
    }

    .commerce-help__icon {
        width: 44px;
        height: 44px;
    }

    .commerce-help > a {
        grid-column: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .commerce-hero__copy,
    .commerce-hero__visual,
    .commerce-hero__visual svg,
    .commerce-hero__visual-glow,
    .commerce-hero__orbit {
        animation: none !important;
    }

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