.xps-shop-hero {
    position: relative;
    isolation: isolate;
    overflow: visible;
    padding: clamp(42px, 5vw, 78px) max(var(--xp-pad), calc((100vw - 1180px) / 2));
    background:
        radial-gradient(ellipse at 78% 12%, rgba(11, 103, 178, 0.08), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.xps-shop-hero::before,
.xps-shop-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.xps-shop-hero::before {
    left: clamp(-360px, -19vw, -180px);
    bottom: -46px;
    width: min(1380px, 108vw);
    height: 154px;
    background: url("brushes/shop-hero-blue-left.png") left center / 100% 100% no-repeat;
}

.xps-shop-hero::after {
    right: 0;
    top: 0;
    width: min(820px, 64vw);
    height: 132px;
    background: url("brushes/shop-hero-red-top-right.png") right top / 100% 100% no-repeat;
}

.xps-shop-hero h1 {
    width: min(760px, 100%);
    margin: 0 0 14px;
    font-size: var(--xp-title-commerce, 42px);
    font-weight: var(--xp-fw-bold, 700);
    line-height: var(--xp-leading-title, 1.08);
}

.xps-shop-hero p {
    width: min(720px, 100%);
    margin: 0;
    color: #3c424b;
    font-size: var(--xp-text-lead, 16.5px);
    font-weight: var(--xp-fw-regular, 400);
    line-height: var(--xp-leading-body, 1.55);
}

.xps-commerce-hero {
    padding-top: clamp(36px, 4.6vw, 64px);
    padding-bottom: clamp(36px, 4.6vw, 64px);
}

.xps-commerce-hero-copy {
    position: relative;
    z-index: 1;
}

.xps-commerce-hero-copy > span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--xp-blue);
    font-size: var(--xp-text-sm, 12.5px);
    font-weight: var(--xp-fw-bold, 700);
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.xp-woo-flow {
    padding-top: clamp(28px, 4vw, 50px);
}

.xp-woo-flow .woocommerce {
    max-width: 1180px;
}

.xp-woo-flow .woocommerce-info,
.xp-woo-flow .woocommerce-message,
.xp-woo-flow .woocommerce-error {
    border-top-color: var(--xp-blue);
    border-radius: 8px;
    background: #f7f9fc;
    color: #20242a;
    font-weight: 700;
}

.xp-woo-flow .woocommerce .button,
.xp-woo-flow .woocommerce a.button,
.xp-woo-flow .woocommerce button.button,
.xp-woo-flow .woocommerce input.button {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 50px;
    padding: 0 28px 1px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: var(--xp-text-action, 13.5px) !important;
    font-weight: var(--xp-fw-bold, 700) !important;
    line-height: 1 !important;
    text-decoration: none;
    overflow: visible;
}

.xp-woo-flow .woocommerce .button::before,
.xp-woo-flow .woocommerce a.button::before,
.xp-woo-flow .woocommerce button.button::before,
.xp-woo-flow .woocommerce input.button::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -16px;
    right: -16px;
    top: 50%;
    height: 48px;
    background: transparent url("../../../themes/printing-child/assets/images/xprint_asset_pack/png/decorative/decorative-brush-blue-button-swipe.png") center / 100% 100% no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
}

.xps-shop-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: clamp(24px, 3vw, 42px);
    width: min(1440px, calc(100% - (var(--xp-pad) * 2)));
    margin: 0 auto;
    padding: clamp(34px, 4vw, 58px) 0;
}

.xps-category-intro {
    position: relative;
    overflow: hidden;
    width: min(1440px, calc(100% - (var(--xp-pad) * 2)));
    margin: clamp(30px, 4vw, 52px) auto 0;
    padding: clamp(24px, 3.4vw, 42px);
    border: 1px solid #e3e7ee;
    border-radius: 8px;
    background:
        radial-gradient(ellipse at 82% 18%, rgba(231, 25, 39, 0.08), transparent 42%),
        #fff;
    box-shadow: 0 14px 34px rgba(16, 18, 22, 0.08);
}

.xps-category-intro::before {
    content: "";
    position: absolute;
    right: -32px;
    top: 0;
    width: min(360px, 42vw);
    height: 74px;
    background: url("brushes/shop-edge-red.png") right top / contain no-repeat;
    transform: rotate(180deg);
    pointer-events: none;
}

.xps-category-intro p {
    margin: 0 0 8px;
    color: var(--xp-blue);
    font-size: var(--xp-text-sm, 12.5px);
    font-weight: var(--xp-fw-bold, 700);
    text-transform: uppercase;
}

.xps-category-intro h2 {
    margin: 0 0 12px;
    color: #101216;
    font-size: var(--xp-title-section, 30px);
    font-weight: var(--xp-fw-bold, 700);
    line-height: var(--xp-leading-tight, 1.12);
}

.xps-category-intro span {
    display: block;
    width: min(760px, 100%);
    color: #4b535e;
    font-size: var(--xp-text-md, 15.5px);
    font-weight: var(--xp-fw-regular, 400);
    line-height: var(--xp-leading-body, 1.55);
}

.xps-category-stage {
    width: min(1440px, calc(100% - (var(--xp-pad) * 2)));
    margin: 0 auto;
    padding: clamp(34px, 4vw, 58px) 0 clamp(54px, 6vw, 86px);
}

.xps-category-heading {
    position: relative;
    margin-bottom: 24px;
}

.xps-category-section + .xps-category-section {
    margin-top: clamp(42px, 5vw, 70px);
}

.xps-sector-category-section {
    padding-top: clamp(28px, 3vw, 42px);
    border-top: 1px solid #e7ebf2;
}

.xps-category-heading::after {
    content: "";
    display: block;
    width: 124px;
    height: 24px;
    margin-top: 6px;
    background: url("../../../themes/printing-child/assets/images/xprint_asset_pack/png/decorative/decorative-brush-red-dynamic-streak-clean.png") left center / contain no-repeat;
}

.xps-category-heading p {
    margin: 0 0 6px;
    color: var(--xp-blue);
    font-size: var(--xp-text-sm, 12.5px);
    font-weight: var(--xp-fw-bold, 700);
    text-transform: uppercase;
}

.xps-category-heading h2 {
    margin: 0;
    color: #101216;
    font-size: var(--xp-title-section, 30px);
    font-weight: var(--xp-fw-bold, 700);
    line-height: var(--xp-leading-tight, 1.12);
}

.xps-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.xps-category-card {
    position: relative;
    display: grid;
    grid-template-rows: minmax(154px, 1fr) auto;
    min-height: 266px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #e3e7ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 18, 22, 0.04);
    color: #101216;
    text-align: center;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.xps-category-card:hover {
    transform: translateY(-3px);
    border-color: #d7dde6;
    box-shadow: 0 14px 30px rgba(16, 18, 22, 0.12);
}

.xps-category-visual {
    position: relative;
    display: block;
    min-height: 164px;
    overflow: hidden;
    background: #fff;
}

.xps-category-visual::before {
    content: "";
    position: absolute;
    inset: 8px 12px 2px;
    background-image: var(--xps-cat-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.xps-category-copy {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    gap: 5px;
    min-height: 92px;
    padding: 14px 16px 18px;
}

.xps-category-card strong {
    position: relative;
    z-index: 1;
    display: block;
    width: min(230px, 100%);
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 600;
}

.xps-category-card em {
    position: relative;
    z-index: 1;
    color: #68707b;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.xps-live-quote {
    display: grid;
    gap: 4px;
    margin: 14px 0;
    padding: 12px 14px;
    border: 1px solid rgba(11, 103, 178, 0.18);
    border-radius: 8px;
    background: #f5faff;
}

.xps-live-quote strong {
    color: #0b67b2;
    font-size: 18px;
}

.xps-live-quote span {
    color: #475160;
    font-size: 13px;
}

.xps-live-quote.is-warning {
    border-color: rgba(231, 25, 39, 0.2);
    background: #fff7f7;
}

.xps-live-quote.is-warning strong {
    color: #e71927;
}

.xps-shop-sidebar {
    align-self: start;
    position: sticky;
    top: 20px;
}

.xps-shop-filters {
    padding: 18px;
    border: 1px solid #e4e8ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 18, 22, 0.09);
}

.xps-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.xps-filter-head strong {
    font-size: 18px;
}

.xps-filter-head a {
    color: var(--xp-blue);
    font-weight: 800;
    font-size: 13px;
}

.xps-filter-select {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
    color: #101216;
    font-weight: 900;
}

.xps-filter-select select,
.xps-shop-toolbar .woocommerce-ordering select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d7dce4;
    border-radius: 4px;
    background: #fff;
    padding: 8px 10px;
    color: #101216;
    font: inherit;
    font-weight: 800;
}

.xps-filter-hint {
    margin: 0;
    color: #5f6671;
    font-size: 14px;
    line-height: 1.45;
}

.xps-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -4px 0 18px;
}

.xps-active-filters a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: #101216;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.xps-active-filters span {
    display: inline-grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    line-height: 1;
}

.xps-active-filters span::before {
    content: "x";
}

.xps-affiliate-register input {
    text-transform: uppercase;
}

.xps-affiliate-hero {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 24px;
}

.xps-affiliate-hero article {
    position: relative;
    overflow: hidden;
    min-height: 128px;
    padding: 18px;
    border: 1px solid #e4e8ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 18, 22, 0.08);
}

.xps-affiliate-hero article::before {
    content: "";
    position: absolute;
    right: -32px;
    top: 0;
    width: 160px;
    height: 48px;
    background: url("brushes/shop-edge-red.png") right top / contain no-repeat;
    transform: rotate(180deg);
    pointer-events: none;
}

.xps-affiliate-hero span,
.xps-affiliate-hero small {
    position: relative;
    z-index: 1;
    display: block;
    color: #626a75;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.xps-affiliate-hero strong {
    position: relative;
    z-index: 1;
    display: block;
    margin: 8px 0 6px;
    color: var(--xp-blue);
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1;
}

.xps-affiliate-rules {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.xps-affiliate-rules p {
    margin: 0;
    padding: 14px;
    border: 1px solid #e7ebf0;
    border-radius: 8px;
    background: #f8fafc;
    color: #424955;
    font-size: 14px;
    line-height: 1.45;
}

.xps-filter-group {
    display: grid;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0 0 18px;
    border: 0;
    border-bottom: 1px solid #e8ebef;
}

.xps-filter-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.xps-filter-group legend {
    margin-bottom: 8px;
    font-weight: 900;
}

.xps-filter-group label {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 8px;
    color: #383e47;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
}

.xps-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.xps-shop-toolbar .woocommerce-result-count,
.xps-shop-toolbar .woocommerce-ordering {
    margin: 0;
}

.xps-shop-results ul.products,
.xps-shop-results .xps-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.xps-shop-results .xps-products::before,
.xps-shop-results .xps-products::after {
    display: none !important;
    content: none !important;
}

.xps-shop-results ul.products li.product,
.xps-product-card {
    width: auto !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e3e7ee;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(16, 18, 22, 0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.xps-shop-results ul.products li.product:hover,
.xps-product-card:hover {
    transform: translateY(-3px);
    border-color: #d7dde6;
    box-shadow: 0 14px 30px rgba(16, 18, 22, 0.12);
}

.xps-product-link {
    display: block;
    color: inherit;
}

.xps-product-image {
    position: relative;
    display: block;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 50% 88%, rgba(16, 18, 22, 0.06), transparent 44%),
        linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.xps-shop-results ul.products li.product a img,
.xps-product-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: transparent;
}

.xps-product-content {
    display: block;
    padding: 14px 16px 0;
}

.xps-product-family {
    display: block;
    min-height: 18px;
    margin-bottom: 6px;
    color: var(--xp-red);
    font-size: var(--xp-text-sm, 12.5px);
    font-weight: var(--xp-fw-bold, 700);
    text-transform: uppercase;
    letter-spacing: 0;
}

.xps-shop-results ul.products li.product .woocommerce-loop-product__title,
.xps-product-card .woocommerce-loop-product__title {
    display: block;
    min-height: 54px;
    padding: 0 0 6px;
    color: #101216;
    font-size: var(--xp-title-card, 17px);
    line-height: 1.22;
    font-weight: var(--xp-fw-bold, 700);
}

.xps-shop-results ul.products li.product .price,
.xps-price-label,
.xps-product-card .price {
    display: block;
    padding: 0 0 12px;
    color: var(--xp-blue);
    font-size: var(--xp-text-base, 14.5px);
    font-weight: var(--xp-fw-bold, 700);
}

.xps-product-actions {
    overflow: visible;
    padding: 14px 16px 22px;
}

.xps-shop-results ul.products li.product .button,
.xps-product-actions .button,
.xps-single-cart .single_add_to_cart_button {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 166px;
    min-height: 50px;
    margin: 0;
    padding: 0 24px 1px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
    font-size: var(--xp-text-action, 13.5px);
    font-weight: var(--xp-fw-bold, 700);
    line-height: 1;
    overflow: visible;
}

.woocommerce .xps-shop-results ul.products li.product .button,
.woocommerce .xps-product-actions .button,
.woocommerce .xps-single-cart button.single_add_to_cart_button.button,
.woocommerce .xps-single-cart button.single_add_to_cart_button.button.alt {
    height: auto !important;
    min-height: 50px !important;
    padding: 0 24px 1px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: var(--xp-text-action, 13.5px) !important;
    font-weight: var(--xp-fw-bold, 700) !important;
    line-height: 1 !important;
    text-shadow: none !important;
    overflow: visible !important;
}

.xps-shop-results ul.products li.product .button::before,
.xps-product-actions .button::before,
.xps-single-cart .single_add_to_cart_button::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -15px;
    right: -14px;
    top: 50%;
    height: 48px;
    background: transparent url("../../../themes/printing-child/assets/images/xprint_asset_pack/png/decorative/decorative-brush-blue-button-swipe.png") center / 100% 100% no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
}

.woocommerce .xps-shop-results ul.products li.product .button::after,
.woocommerce .xps-product-actions .button::after,
.woocommerce .xps-single-cart button.single_add_to_cart_button.button::after,
.woocommerce .xps-single-cart button.single_add_to_cart_button.button.alt::after {
    content: none !important;
    display: none !important;
}

.xps-product-options {
    display: grid;
    gap: 14px;
    margin: 22px 0;
    padding: 18px;
    border: 1px solid #e4e8ee;
    border-radius: 8px;
    background: #f7f8fb;
}

.xps-product-options h3 {
    margin: 0;
    font-size: 18px;
}

.xps-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.xps-product-options label {
    display: grid;
    gap: 7px;
    color: #20242a;
    font-weight: 800;
}

.xps-product-options label span,
.xps-note {
    color: #6a707a;
    font-weight: 400;
}

.xps-product-options input[type="number"],
.xps-product-options input[type="file"],
.xps-product-options textarea {
    width: 100%;
    border: 1px solid #d7dce4;
    border-radius: 4px;
    background: #fff;
    padding: 10px 12px;
    font: inherit;
}

.xps-check {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 10px;
}

.xps-note {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

.xps-area-estimate {
    margin: -4px 0 0;
    padding: 10px 12px;
    border: 1px dashed rgba(11, 103, 178, 0.35);
    border-radius: 6px;
    color: #1d2733;
    background: rgba(11, 103, 178, 0.06);
    font-size: 14px;
    line-height: 1.35;
}

.xps-area-estimate strong {
    color: var(--xp-blue);
}

.xps-single-main {
    background:
        radial-gradient(ellipse at 84% 8%, rgba(231, 25, 39, 0.07), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f8f9fc 56%, #fff 100%);
}

.xps-single-hero {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
    gap: clamp(34px, 5vw, 72px);
    width: min(1180px, calc(100% - (var(--xp-pad) * 2)));
    margin: 0 auto;
    padding: clamp(58px, 6vw, 92px) 0 clamp(42px, 5vw, 76px);
}

.xps-single-media {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    align-self: start;
    height: clamp(360px, 34vw, 470px);
    min-height: clamp(300px, 34vw, 470px);
    overflow: hidden;
    border: 1px solid #e5e8ef;
    border-radius: 8px;
    background:
        radial-gradient(ellipse at 52% 80%, rgba(16, 18, 22, 0.11), transparent 46%),
        linear-gradient(180deg, #fff 0%, #f3f6fa 100%);
    box-shadow: 0 18px 44px rgba(16, 18, 22, 0.1);
}

.xps-single-media::before,
.xps-single-media::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
}

.xps-single-media::before {
    left: -34px;
    bottom: 20px;
    width: min(430px, 88%);
    height: 96px;
    background-image: url("../../../themes/printing-child/assets/images/xprint_asset_pack/png/decorative/decorative-brush-blue-wide-sweep-clean.png");
    background-position: left center;
}

.xps-single-media::after {
    right: -40px;
    top: 16px;
    width: min(330px, 72%);
    height: 86px;
    background-image: url("brushes/shop-edge-red.png");
    background-position: right top;
    transform: rotate(180deg);
}

.xps-single-media img {
    position: relative;
    z-index: 1;
    width: min(420px, 78%);
    height: auto;
}

.xps-single-summary {
    align-self: center;
}

.xps-single-family,
.xps-section-kicker {
    margin: 0 0 10px;
    color: var(--xp-blue);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.xps-single-summary h1 {
    margin: 0 0 18px;
    color: #101216;
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 1.02;
}

.xps-single-price {
    margin-bottom: 24px;
}

.xps-single-price .price,
.xps-single-price .xps-price-label {
    padding: 0;
    color: var(--xp-blue);
    font-size: clamp(18px, 1.8vw, 24px);
}

.xps-single-tax-note {
    width: min(560px, 100%);
    margin: 10px 0 0;
    color: #68707b;
    font-size: 13px;
    line-height: 1.45;
}

.xps-single-short {
    width: min(620px, 100%);
    margin-bottom: 24px;
    color: #454b55;
    font-size: 17px;
    line-height: 1.6;
}

.xps-single-short p,
.xps-single-description-content p {
    margin: 0 0 12px;
}

.xps-single-cart form.cart {
    display: grid;
    gap: 16px;
}

.xps-single-cart .quantity {
    display: inline-flex;
    align-items: center;
    width: max-content;
}

.xps-single-cart .quantity input {
    width: 84px;
    min-height: 44px;
    border: 1px solid #d7dce4;
    border-radius: 4px;
    text-align: center;
    font-weight: 800;
}

.woocommerce .xps-single-cart button.single_add_to_cart_button.button {
    display: inline-flex !important;
    width: auto;
    max-width: max-content;
}

.xps-single-cart .variations {
    width: min(520px, 100%);
    border-collapse: collapse;
}

.xps-single-cart .variations th,
.xps-single-cart .variations td {
    display: block;
    padding: 0 0 8px;
    text-align: left;
}

.xps-single-cart .variations label {
    font-weight: 900;
}

.xps-single-cart .variations select {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d7dce4;
    border-radius: 4px;
    padding: 0 12px;
    background: #fff;
    font: inherit;
}

.xps-single-description {
    width: min(960px, calc(100% - (var(--xp-pad) * 2)));
    margin: 0 auto;
    padding: 0 0 clamp(54px, 6vw, 86px);
}

.xps-single-description h2 {
    margin: 0 0 18px;
    color: #101216;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.08;
}

.xps-single-description-content {
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid #e5e8ef;
    border-radius: 8px;
    background: #fff;
    color: #454b55;
    font-size: 16px;
    line-height: 1.65;
    box-shadow: 0 14px 34px rgba(16, 18, 22, 0.07);
}

.xps-account-jobs {
    overflow: visible;
}

.xps-account-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 26px;
}

.xps-account-summary {
    padding: 16px;
    border: 1px solid #e3e7ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 18, 22, 0.06);
}

.xps-account-summary span {
    display: block;
    color: #6a707a;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.xps-account-summary strong {
    display: block;
    margin-top: 6px;
    color: #101216;
    font-size: 28px;
    line-height: 1;
}

.xps-account-section {
    margin: 28px 0;
}

.xps-account-section h3 {
    margin: 0 0 12px;
}

.xps-account-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef2f6;
    color: #38404a;
    font-size: 12px;
    font-weight: 900;
}

.xps-account-status.is-good {
    background: #e7f6ee;
    color: #126c3a;
}

.xps-account-status.is-waiting {
    background: #fff5d9;
    color: #8a5c00;
}

.xps-account-status.is-problem {
    background: #fde8ea;
    color: #a1121d;
}

.xps-progress {
    width: min(170px, 100%);
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8edf4;
}

.xps-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--xp-blue);
}

.xps-progress.is-problem span {
    background: var(--xp-red);
}

.xps-account-muted,
.xps-account-jobs small {
    color: #6a707a;
}

.xps-account-empty {
    padding: 14px 16px;
    border: 1px dashed #cfd7e2;
    border-radius: 8px;
    background: #f8fafc;
    color: #5f6671;
    font-weight: 800;
}

.xps-account-upload {
    display: grid;
    gap: 8px;
    min-width: min(260px, 100%);
}

.xps-account-upload input[type="file"] {
    width: 100%;
    border: 1px solid #d7dce4;
    border-radius: 4px;
    background: #fff;
    padding: 8px;
    font-size: 13px;
}

.woocommerce .xps-account-upload .button {
    justify-self: start;
    min-height: 36px;
    border: 0;
    border-radius: 4px;
    background: var(--xp-blue);
    color: #fff;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .xps-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

    .xps-affiliate-hero,
    .xps-affiliate-rules {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    body.xprint-body .xp-nav-list {
        flex-wrap: wrap;
        max-width: 100%;
        gap: 12px 16px;
    }

    .xps-shop-hero {
        padding-right: 16px;
        padding-left: 16px;
    }

    .xps-shop-layout {
        grid-template-columns: 1fr;
        width: calc(100% - 24px);
    }

    .xps-single-hero {
        grid-template-columns: 1fr;
        width: calc(100% - 24px);
    }

    .xps-single-description {
        width: calc(100% - 24px);
    }

    .xps-category-stage {
        width: calc(100% - 24px);
    }

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

    .xps-account-overview {
        grid-template-columns: 1fr;
    }

    .xps-affiliate-hero,
    .xps-affiliate-rules {
        grid-template-columns: 1fr;
    }

    .xps-shop-sidebar {
        position: static;
    }

    .xps-filter-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .xps-shop-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .xps-shop-toolbar .woocommerce-ordering select {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .xps-shop-hero {
        padding-top: 38px;
    }

    .xps-shop-hero::after {
        top: -24px;
        right: -132px;
        width: 370px;
        max-width: none;
        height: 92px;
    }

    .xps-shop-hero h1 {
        max-width: 310px;
        font-size: 36px;
    }

    .xps-commerce-hero {
        padding-bottom: 82px;
    }

    .xps-commerce-hero p {
        max-width: 340px;
    }

    .xps-category-grid,
    .xps-shop-results ul.products,
    .xps-field-grid {
        grid-template-columns: 1fr;
    }

    .xps-single-summary h1 {
        font-size: 34px;
    }

    .xps-single-media {
        min-height: 280px;
    }
}

/* Corporate shop typography: filtre si carduri produs mai discrete. */
.xps-shop-filters,
.xps-shop-toolbar,
.xps-shop-results,
.xps-product-options,
.xps-single-summary {
    --xps-shop-filter-title: 15px;
    --xps-shop-filter-text: 12.5px;
    --xps-shop-filter-control: 13px;
    --xps-shop-product-eyebrow: 11.5px;
    --xps-shop-product-title: 15px;
    --xps-shop-product-price: 13.5px;
    --xps-shop-action: 12.5px;
    --xps-single-title: 38px;
    --xps-single-price: 18px;
}

.xps-filter-head strong {
    font-size: var(--xps-shop-filter-title);
    font-weight: 600;
    line-height: 1.2;
}

.xps-filter-head a,
.xps-active-filters a {
    font-size: 11.5px;
    font-weight: 500;
}

.xps-filter-select,
.xps-filter-group legend,
.xps-product-options label {
    font-size: var(--xps-shop-filter-text);
    font-weight: 500;
    line-height: 1.28;
}

.xps-single-family {
    font-size: var(--xps-shop-product-eyebrow);
    font-weight: 500;
    line-height: 1.2;
}

.xps-single-summary h1 {
    font-size: var(--xps-single-title);
    font-weight: 600;
    line-height: 1.12;
}

.xps-single-price .price,
.xps-single-price .xps-price-label {
    font-size: var(--xps-single-price);
    font-weight: 600;
    line-height: 1.2;
}

.xps-single-short {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.48;
}

.xps-single-tax-note {
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.42;
}

.xps-product-options h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.xps-filter-select select,
.xps-shop-toolbar .woocommerce-ordering select,
.xps-product-options input[type="number"],
.xps-product-options input[type="file"],
.xps-product-options textarea {
    font-size: var(--xps-shop-filter-control);
    font-weight: 400;
    line-height: 1.35;
}

.xps-filter-hint,
.xps-filter-group label,
.xps-shop-toolbar .woocommerce-result-count,
.xps-shop-toolbar .woocommerce-ordering,
.xps-product-options label span,
.xps-product-options small {
    font-size: var(--xps-shop-filter-text);
    font-weight: 400;
    line-height: 1.42;
}

.xps-active-filters a {
    min-height: 28px;
    padding: 0 9px;
}

.xps-product-content {
    padding: 13px 15px 0;
}

.xps-product-family {
    min-height: 16px;
    margin-bottom: 5px;
    font-size: var(--xps-shop-product-eyebrow);
    font-weight: 500;
    line-height: 1.2;
}

.xps-shop-results ul.products li.product .woocommerce-loop-product__title,
.xps-product-card .woocommerce-loop-product__title {
    min-height: 48px;
    font-size: var(--xps-shop-product-title);
    font-weight: 500;
    line-height: 1.24;
}

.xps-shop-results ul.products li.product .price,
.xps-price-label,
.xps-product-card .price {
    font-size: var(--xps-shop-product-price);
    font-weight: 600;
    line-height: 1.25;
}

.xps-shop-results ul.products li.product .button,
.xps-product-actions .button,
.xps-single-cart .single_add_to_cart_button,
.woocommerce .xps-shop-results ul.products li.product .button,
.woocommerce .xps-product-actions .button,
.woocommerce .xps-single-cart button.single_add_to_cart_button.button,
.woocommerce .xps-single-cart button.single_add_to_cart_button.button.alt {
    font-size: var(--xps-shop-action) !important;
    font-weight: 600 !important;
}

/* Single product: imagine curata, fara brush-uri decorative in spatele pozei. */
.xps-single-media {
    background: #fff;
}

.xps-single-media::before,
.xps-single-media::after {
    content: none;
    display: none;
    background-image: none;
}
