/*
 * Xzed verified single product UI
 * Version: 3.0.3
 * Scope: body.xzed-product-ui-v3
 */

body.xzed-product-ui-v3 {
    --xp-navy: #07152f;
    --xp-navy-hover: #132748;
    --xp-text: #171d2b;
    --xp-muted: #707887;
    --xp-line: #e4e7ed;
    --xp-line-strong: #d7dce5;
    --xp-soft: #f8f9fb;
    --xp-blush: #f2e7e2;
    --xp-white: #fff;
    --xp-green: #31a35a;
    --xp-danger: #8f2d4d;
    --xp-sale: #842b48;
    --xp-radius: 14px;
    --xp-shadow: 0 8px 26px rgba(7, 21, 47, .04);
    color: var(--xp-text);
    background: #fff;
}

body.xzed-product-ui-v3 .site-main.shop-page,
body.xzed-product-ui-v3 main.site-main.shop-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: linear-gradient(180deg, #fbfcfe 0, #fff 640px);
}

body.xzed-product-ui-v3 .shop-page.container,
body.xzed-product-ui-v3 .woocommerce-content {
    width: min(calc(100% - 48px), 1320px) !important;
    max-width: 1320px !important;
    margin-inline: auto !important;
}

body.xzed-product-ui-v3 .woocommerce-content {
    padding: 22px 0 72px !important;
}

body.xzed-product-ui-v3 .widget-area,
body.xzed-product-ui-v3 #secondary,
body.xzed-product-ui-v3 .woocommerce-sidebar {
    display: none !important;
}

/* Breadcrumb */
body.xzed-product-ui-v3 .xzed-product-breadcrumb,
body.xzed-product-ui-v3 .woocommerce-breadcrumb.xzed-product-breadcrumb {
    width: 100%;
    min-height: 48px;
    margin: 0 0 18px !important;
    padding: 10px 14px !important;
    color: #737c8c !important;
    font-size: .74rem !important;
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid var(--xp-line) !important;
    border-radius: 12px !important;
    box-shadow: 0 7px 22px rgba(7, 21, 47, .035) !important;
}

body.xzed-product-ui-v3 .xzed-product-breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.xzed-product-ui-v3 .xzed-product-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

body.xzed-product-ui-v3 .xzed-product-breadcrumb__home-icon {
    width: 28px;
    height: 28px;
    display: grid;
    flex: 0 0 28px;
    place-items: center;
    color: var(--xp-navy);
    background: #f3f5f8;
    border-radius: 8px;
}

body.xzed-product-ui-v3 .xzed-product-breadcrumb__home-icon svg {
    width: 15px;
    height: 15px;
}

body.xzed-product-ui-v3 .xzed-product-breadcrumb a {
    color: #626b7b !important;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}

body.xzed-product-ui-v3 .xzed-product-breadcrumb a:hover {
    color: var(--xp-sale) !important;
}

body.xzed-product-ui-v3 .xzed-product-breadcrumb__item.is-current > span {
    max-width: min(420px, 42vw);
    overflow: hidden;
    color: var(--xp-navy);
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.xzed-product-ui-v3 .xzed-breadcrumb__separator {
    width: 18px;
    height: 18px;
    display: grid;
    flex: 0 0 18px;
    place-items: center;
    color: #a8afbb;
}

body.xzed-product-ui-v3 .xzed-breadcrumb__separator svg {
    width: 14px;
    height: 14px;
}

/* Hard reset for legacy WooCommerce layout rules. */
body.xzed-product-ui-v3 .woocommerce div.product.xzed-product-page,
body.xzed-product-ui-v3 article.xzed-product-page {
    position: relative;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
}

body.xzed-product-ui-v3 .xzed-product-page::before,
body.xzed-product-ui-v3 .xzed-product-page::after {
    display: none !important;
}

/* Primary product composition: summary on the left, gallery on the right. */
body.xzed-product-ui-v3 .xzed-product-primary {
    display: grid !important;
    grid-template-columns: minmax(340px, .82fr) minmax(0, 1.35fr) !important;
    gap: 12px;
    align-items: start;
    direction: ltr !important;
}

body.xzed-product-ui-v3 .xzed-product-summary-card,
body.xzed-product-ui-v3 .xzed-product-gallery-card {
    min-width: 0;
    direction: rtl;
    background: var(--xp-white);
    border: 1px solid var(--xp-line);
    border-radius: var(--xp-radius);
    box-shadow: var(--xp-shadow);
}

body.xzed-product-ui-v3 .xzed-product-summary-card {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 2.5vw, 34px);
}

body.xzed-product-ui-v3 .xzed-product-gallery-card {
    grid-column: 2;
    position: relative;
    padding: 10px;
    overflow: hidden;
}

/* Product badges and heading */
body.xzed-product-ui-v3 .xzed-product-intro {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 30px;
    margin: 0 0 24px;
    direction: rtl;
}

body.xzed-product-ui-v3 .xzed-product-intro__category {
    display: none !important;
}

body.xzed-product-ui-v3 .xzed-product-intro__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.xzed-product-ui-v3 .xzed-product-pill,
body.xzed-product-ui-v3 span.onsale {
    position: static !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 7px 12px !important;
    color: #fff !important;
    font-size: .68rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    background: var(--xp-navy) !important;
    border: 0 !important;
    border-radius: 999px !important;
}

body.xzed-product-ui-v3 .xzed-product-pill--sale,
body.xzed-product-ui-v3 span.onsale {
    color: #fff !important;
    background: var(--xp-sale) !important;
    box-shadow: 0 5px 14px rgba(132, 43, 72, .2);
}

body.xzed-product-ui-v3 .xzed-product-pill--new {
    color: #267847 !important;
    background: #e4f6eb !important;
}

body.xzed-product-ui-v3 .xzed-product-pill--muted {
    color: #5d6572 !important;
    background: #eef0f3 !important;
}

body.xzed-product-ui-v3 .xzed-product-heading {
    text-align: right;
}

body.xzed-product-ui-v3 .xzed-product-heading .product_title {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: var(--xp-navy) !important;
    font-size: clamp(1.65rem, 2.3vw, 2.2rem) !important;
    font-weight: 900 !important;
    line-height: 1.55 !important;
    background: transparent !important;
    border: 0 !important;
}

body.xzed-product-ui-v3 .xzed-product-heading .woocommerce-product-rating {
    margin: 0 0 10px !important;
}

body.xzed-product-ui-v3 .xzed-product-heading .woocommerce-product-details__short-description {
    margin: 0 !important;
    color: var(--xp-muted) !important;
    font-size: .88rem !important;
    line-height: 2 !important;
}

body.xzed-product-ui-v3 .xzed-product-heading .woocommerce-product-details__short-description > :first-child {
    margin-top: 0;
}

body.xzed-product-ui-v3 .xzed-product-heading .woocommerce-product-details__short-description > :last-child {
    margin-bottom: 0;
}

/* Price and stock */
body.xzed-product-ui-v3 .xzed-product-price-row {
    display: grid;
    justify-items: start;
    gap: 10px;
    margin-top: 22px;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

body.xzed-product-ui-v3 .xzed-product-price-row .price,
body.xzed-product-ui-v3 .xzed-product-price-row p.price,
body.xzed-product-ui-v3 .xzed-product-price-row span.price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 !important;
    color: var(--xp-navy) !important;
    font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
    font-weight: 900 !important;
    line-height: 1.45;
}

body.xzed-product-ui-v3 .xzed-product-price-row .price del {
    order: 2;
    color: #9fa5af !important;
    font-size: .66em !important;
    font-weight: 500;
    opacity: 1 !important;
}

body.xzed-product-ui-v3 .xzed-product-price-row .price ins {
    order: 1;
    color: var(--xp-sale) !important;
    text-decoration: none !important;
}

body.xzed-product-ui-v3 .xzed-product-price-row .stock {
    position: relative;
    margin: 0 !important;
    padding-inline-start: 16px;
    color: var(--xp-green);
    font-size: .75rem;
    font-weight: 700;
}

body.xzed-product-ui-v3 .xzed-product-price-row .stock::before {
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    content: "";
    background: currentColor;
    border-radius: 50%;
    transform: translateY(-50%);
}

body.xzed-product-ui-v3 .xzed-product-price-row .stock.out-of-stock {
    color: var(--xp-danger);
}

/* Native WooCommerce purchase form, restyled without changing its behavior. */
body.xzed-product-ui-v3 .xzed-product-purchase-panel {
    margin-top: 22px;
}

body.xzed-product-ui-v3 .xzed-product-purchase-panel form.cart,
body.xzed-product-ui-v3 .woocommerce div.product .xzed-product-purchase-panel form.cart {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.xzed-product-ui-v3 .xzed-product-purchase-panel table.variations {
    width: 100% !important;
    margin: 0 0 16px !important;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0 12px;
}

body.xzed-product-ui-v3 .xzed-product-purchase-panel table.variations tbody,
body.xzed-product-ui-v3 .xzed-product-purchase-panel table.variations tr,
body.xzed-product-ui-v3 .xzed-product-purchase-panel table.variations th,
body.xzed-product-ui-v3 .xzed-product-purchase-panel table.variations td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    text-align: right !important;
    border: 0 !important;
    background: transparent !important;
}

body.xzed-product-ui-v3 .xzed-product-purchase-panel table.variations label {
    display: block;
    margin-bottom: 9px;
    color: var(--xp-navy);
    font-size: .82rem;
    font-weight: 800;
}

body.xzed-product-ui-v3 .xzed-product-purchase-panel select {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    color: var(--xp-text);
    background: #fff;
    border: 1px solid var(--xp-line-strong);
    border-radius: 9px;
}

body.xzed-product-ui-v3 .reset_variations {
    display: inline-flex !important;
    margin-top: 8px !important;
    color: var(--xp-danger) !important;
    font-size: .71rem;
}

body.xzed-product-ui-v3 .single_variation_wrap,
body.xzed-product-ui-v3 .woocommerce-variation-add-to-cart,
body.xzed-product-ui-v3 .xzed-product-purchase-panel form.cart:not(.variations_form) {
    width: 100%;
}

body.xzed-product-ui-v3 .woocommerce-variation-price {
    margin: 0 0 12px !important;
}

body.xzed-product-ui-v3 .woocommerce-variation-description {
    margin-bottom: 12px;
    color: var(--xp-muted);
    font-size: .78rem;
    line-height: 1.9;
}

body.xzed-product-ui-v3 .woocommerce-variation-add-to-cart,
body.xzed-product-ui-v3 .xzed-product-purchase-panel form.cart:not(.variations_form) {
    display: grid !important;
    grid-template-columns: 90px minmax(0, 1fr) !important;
    gap: 10px;
    align-items: stretch;
    direction: ltr !important;
}

body.xzed-product-ui-v3 .quantity {
    min-width: 0;
    display: grid !important;
    grid-template-columns: 30px minmax(28px, 1fr) 30px;
    align-items: center;
    overflow: hidden;
    direction: ltr;
    background: #fff;
    border: 1px solid var(--xp-line-strong);
    border-radius: 9px;
}

body.xzed-product-ui-v3 .quantity .qty {
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    color: var(--xp-navy) !important;
    font-weight: 800 !important;
    text-align: center !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    appearance: textfield;
}

body.xzed-product-ui-v3 .quantity .qty::-webkit-outer-spin-button,
body.xzed-product-ui-v3 .quantity .qty::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

body.xzed-product-ui-v3 .xzed-quantity-button {
    width: 30px;
    height: 46px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    color: var(--xp-navy);
    font-size: 1rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

body.xzed-product-ui-v3 .xzed-quantity-button:hover,
body.xzed-product-ui-v3 .xzed-quantity-button:focus-visible {
    background: var(--xp-soft);
}

body.xzed-product-ui-v3 .single_add_to_cart_button,
body.xzed-product-ui-v3 .woocommerce div.product .single_add_to_cart_button {
    position: relative;
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    color: #fff !important;
    font-size: .84rem !important;
    font-weight: 800 !important;
    line-height: 48px !important;
    text-align: center;
    background: var(--xp-navy) !important;
    border: 1px solid var(--xp-navy) !important;
    border-radius: 9px !important;
    box-shadow: 0 8px 18px rgba(7, 21, 47, .14) !important;
    direction: rtl;
}

body.xzed-product-ui-v3 .single_add_to_cart_button::after {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-inline-start: 11px;
    content: "";
    vertical-align: -4px;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Cpath d='M6 8h12l1 13H5L6 8Z'/%3E%3Cpath d='M9 9V6a3 3 0 0 1 6 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.xzed-product-ui-v3 .single_add_to_cart_button:hover,
body.xzed-product-ui-v3 .single_add_to_cart_button:focus-visible {
    background: var(--xp-navy-hover) !important;
    border-color: var(--xp-navy-hover) !important;
    transform: translateY(-1px);
}

body.xzed-product-ui-v3 .single_add_to_cart_button.disabled,
body.xzed-product-ui-v3 .single_add_to_cart_button:disabled {
    opacity: .55 !important;
    transform: none !important;
}

/* Variation chips generated from native WooCommerce selects. */
body.xzed-product-ui-v3 .xzed-variation-select--enhanced {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.xzed-product-ui-v3 .xzed-variation-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

body.xzed-product-ui-v3 .xzed-variation-option {
    min-height: 44px;
    padding: 8px 10px;
    color: var(--xp-text);
    font-size: .73rem;
    font-weight: 700;
    background: #fff;
    border: 1px solid #dfe3ea;
    border-radius: 9px;
    cursor: pointer;
}

body.xzed-product-ui-v3 .xzed-variation-option:hover,
body.xzed-product-ui-v3 .xzed-variation-option:focus-visible,
body.xzed-product-ui-v3 .xzed-variation-option.is-selected {
    color: var(--xp-navy);
    border-color: var(--xp-navy);
    box-shadow: inset 0 0 0 1px var(--xp-navy);
}

body.xzed-product-ui-v3 .xzed-variation-option:disabled {
    color: #a9aeb8;
    background: #f6f7f9;
    border-color: #eceef2;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* Wishlist */
body.xzed-product-ui-v3 .xzed-product-wishlist {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 12px 0 0;
    padding: 0 16px;
    color: var(--xp-navy);
    font-size: .78rem;
    font-weight: 700;
    background: #fff;
    border: 1px solid var(--xp-line-strong);
    border-radius: 9px;
    cursor: pointer;
}

body.xzed-product-ui-v3 .xzed-product-wishlist:hover,
body.xzed-product-ui-v3 .xzed-product-wishlist:focus-visible,
body.xzed-product-ui-v3 .xzed-product-wishlist[aria-pressed="true"] {
    color: var(--xp-danger);
    border-color: #e6b8c7;
    background: #fff8fa;
}

body.xzed-product-ui-v3 .xzed-product-wishlist__icon,
body.xzed-product-ui-v3 .xzed-product-wishlist__icon svg {
    width: 21px;
    height: 21px;
}

/* Product key facts */
body.xzed-product-ui-v3 .xzed-product-key-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: auto 0 0;
    padding: 22px 0 0;
    border-top: 1px solid var(--xp-line);
}

body.xzed-product-ui-v3 .xzed-product-key-fact {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 5px;
    padding: 0 8px;
    text-align: center;
    border-inline-start: 1px solid var(--xp-line);
}

body.xzed-product-ui-v3 .xzed-product-key-fact:first-child {
    border-inline-start: 0;
}

body.xzed-product-ui-v3 .xzed-product-key-fact__icon,
body.xzed-product-ui-v3 .xzed-product-key-fact__icon svg {
    width: 25px;
    height: 25px;
    color: var(--xp-navy);
}

body.xzed-product-ui-v3 .xzed-product-key-fact dt {
    color: var(--xp-muted);
    font-size: .62rem;
    line-height: 1.6;
}

body.xzed-product-ui-v3 .xzed-product-key-fact dd {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    color: var(--xp-navy);
    font-size: .67rem;
    font-weight: 800;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Gallery */
body.xzed-product-ui-v3 .xzed-product-gallery-card .woocommerce-product-gallery,
body.xzed-product-ui-v3 .woocommerce div.product .xzed-product-gallery-card div.images {
    position: relative;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .woocommerce-product-gallery__wrapper {
    margin: 0 !important;
    overflow: hidden;
    background: var(--xp-blush);
    border: 0 !important;
    border-radius: 10px;
    box-shadow: none !important;
}

/*
 * WooCommerce FlexSlider calculates its viewport height from the image's
 * intrinsic ratio and writes that value inline. Portrait uploads can therefore
 * make the product page several screens tall. The viewport owns the visible
 * gallery height; slides and images simply fill it.
 */
body.xzed-product-ui-v3 .xzed-product-gallery-card .flex-viewport,
body.xzed-product-ui-v3 .xzed-product-gallery-card > .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    height: clamp(340px, 30vw, 460px) !important;
    overflow: hidden !important;
    background: var(--xp-blush);
    border-radius: 10px;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .flex-viewport > .woocommerce-product-gallery__wrapper {
    height: 100% !important;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .woocommerce-product-gallery__image {
    height: 100% !important;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .woocommerce-product-gallery__image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    display: block;
    object-fit: contain;
    object-position: center;
    background: var(--xp-blush);
    border-radius: 10px;
}


/* Deterministic fallback when WooCommerce FlexSlider is delayed or unavailable. */
body.xzed-product-ui-v3 .xzed-product-gallery-card .xzed-gallery--fallback .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    transform: none !important;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .xzed-gallery--fallback .woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .xzed-gallery--fallback .woocommerce-product-gallery__image:not(.is-xzed-active) {
    display: none !important;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .xzed-gallery--fallback .woocommerce-product-gallery__image.is-xzed-active {
    display: block !important;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    list-style: none;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .flex-control-thumbs li {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    overflow: hidden;
    background: var(--xp-blush);
    border: 1px solid transparent;
    border-radius: 9px;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .flex-control-thumbs img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.18 / 1;
    display: block;
    object-fit: cover;
    opacity: 1 !important;
    cursor: pointer;
}

body.xzed-product-ui-v3 .xzed-product-gallery-card .flex-control-thumbs img.flex-active {
    outline: 1px solid var(--xp-navy);
    outline-offset: -1px;
    border-radius: 8px;
}

body.xzed-product-ui-v3 .woocommerce-product-gallery__trigger {
    top: 16px !important;
    right: auto !important;
    left: 16px !important;
    z-index: 6;
    width: auto !important;
    min-width: 104px;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 13px !important;
    color: var(--xp-navy) !important;
    font-size: .68rem !important;
    font-weight: 800;
    line-height: 40px !important;
    text-indent: 0 !important;
    background: rgba(255, 255, 255, .95) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 5px 16px rgba(7, 21, 47, .12) !important;
}

body.xzed-product-ui-v3 .woocommerce-product-gallery__trigger::before,
body.xzed-product-ui-v3 .woocommerce-product-gallery__trigger::after {
    display: none !important;
}

body.xzed-product-ui-v3 .xzed-gallery-zoom-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M8 3H3v5M16 3h5v5M8 21H3v-5M16 21h5v-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.xzed-product-ui-v3 .xzed-product-purity-seal {
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 20px;
    width: 62px;
    height: 62px;
    display: grid;
    place-content: center;
    text-align: center;
    color: var(--xp-navy);
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(7, 21, 47, .55);
    border-radius: 50%;
    backdrop-filter: blur(4px);
}

body.xzed-product-ui-v3 .xzed-product-purity-seal::before,
body.xzed-product-ui-v3 .xzed-product-purity-seal::after {
    position: absolute;
    inset: 4px;
    content: "";
    border: 1px solid rgba(7, 21, 47, .35);
    border-radius: 45% 55% 48% 52%;
    transform: rotate(16deg);
}

body.xzed-product-ui-v3 .xzed-product-purity-seal::after {
    transform: rotate(-16deg);
}

body.xzed-product-ui-v3 .xzed-product-purity-seal strong,
body.xzed-product-ui-v3 .xzed-product-purity-seal small {
    position: relative;
    z-index: 1;
    display: block;
}

body.xzed-product-ui-v3 .xzed-product-purity-seal strong {
    font-size: 1.08rem;
    line-height: 1;
}

body.xzed-product-ui-v3 .xzed-product-purity-seal small {
    margin-top: 3px;
    font-size: .46rem;
    letter-spacing: .08em;
}

body.xzed-product-ui-v3 .xzed-gallery-controls {
    position: absolute;
    z-index: 5;
    top: calc(50% - 48px);
    right: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

body.xzed-product-ui-v3 .xzed-gallery-controls[hidden] {
    display: none !important;
}

body.xzed-product-ui-v3 .xzed-gallery-controls button,
body.xzed-product-ui-v3 .xzed-related-products__controls button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0 0 4px;
    color: var(--xp-navy);
    font-size: 1.65rem;
    line-height: 1;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(7, 21, 47, .06);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(7, 21, 47, .11);
    cursor: pointer;
    pointer-events: auto;
}

body.xzed-product-ui-v3 .xzed-gallery-controls button:hover,
body.xzed-product-ui-v3 .xzed-related-products__controls button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(7, 21, 47, .16);
}

/* Service strip */
body.xzed-product-ui-v3 .xzed-product-service-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 20px;
    padding: 18px 10px;
    direction: rtl;
    background: #fff;
    border: 1px solid var(--xp-line);
    border-radius: var(--xp-radius);
    box-shadow: var(--xp-shadow);
}

body.xzed-product-ui-v3 .xzed-product-service-strip__item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 2px 20px;
    border-inline-start: 1px solid var(--xp-line);
}

body.xzed-product-ui-v3 .xzed-product-service-strip__item:first-child {
    border-inline-start: 0;
}

body.xzed-product-ui-v3 .xzed-product-service-strip__item > span {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--xp-navy);
    background: #f6f7f9;
    border-radius: 50%;
}

body.xzed-product-ui-v3 .xzed-product-service-strip__item > span svg {
    width: 22px;
    height: 22px;
}

body.xzed-product-ui-v3 .xzed-product-service-strip__item strong {
    display: block;
    color: var(--xp-navy);
    font-size: .75rem;
    line-height: 1.7;
}

body.xzed-product-ui-v3 .xzed-product-service-strip__item p {
    margin: 3px 0 0;
    color: var(--xp-muted);
    font-size: .62rem;
    line-height: 1.8;
}

/* WooCommerce tabs */
body.xzed-product-ui-v3 .xzed-product-information {
    margin-top: 20px;
}

body.xzed-product-ui-v3 .woocommerce-tabs,
body.xzed-product-ui-v3 .woocommerce div.product .woocommerce-tabs {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid var(--xp-line) !important;
    border-radius: var(--xp-radius) !important;
    box-shadow: var(--xp-shadow) !important;
}

body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs,
body.xzed-product-ui-v3 .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex !important;
    align-items: stretch;
    justify-content: stretch;
    gap: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0 20px !important;
    overflow-x: auto;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid var(--xp-line) !important;
    border-radius: 0 !important;
    list-style: none !important;
}

body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs::before,
body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs::after,
body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs li::before,
body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs li {
    flex: 1 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs li a {
    position: relative;
    min-height: 58px;
    display: block !important;
    padding: 0 18px !important;
    color: #6c7482 !important;
    font-size: .76rem !important;
    font-weight: 700 !important;
    line-height: 58px;
    text-decoration: none !important;
    white-space: nowrap;
}

body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs li.active a {
    color: var(--xp-navy) !important;
}

body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs li.active a::after {
    position: absolute;
    right: 18%;
    bottom: 0;
    left: 18%;
    height: 3px;
    content: "";
    background: var(--xp-navy);
    border-radius: 999px 999px 0 0;
}

body.xzed-product-ui-v3 .woocommerce-tabs .panel,
body.xzed-product-ui-v3 .woocommerce div.product .woocommerce-tabs .panel {
    width: 100%;
    margin: 0 !important;
    padding: 28px 24px 30px !important;
    color: #4f5868;
    font-size: .82rem;
    line-height: 2.1;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.xzed-product-ui-v3 .woocommerce-tabs .panel > h2:first-child {
    display: none;
}

body.xzed-product-ui-v3 .woocommerce-tabs .panel p,
body.xzed-product-ui-v3 .woocommerce-tabs .panel li {
    line-height: 2.1;
}

body.xzed-product-ui-v3 .xzed-product-description-layout {
    display: grid;
    grid-template-columns: minmax(230px, .34fr) minmax(0, .66fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
    direction: ltr;
}

body.xzed-product-ui-v3 .xzed-product-description-layout__content {
    grid-column: 2;
    min-width: 0;
    direction: rtl;
}

body.xzed-product-ui-v3 .xzed-product-description-layout__content > :first-child {
    margin-top: 0;
}

body.xzed-product-ui-v3 .xzed-product-description-layout__content > :last-child {
    margin-bottom: 0;
}

body.xzed-product-ui-v3 .xzed-product-description-layout__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    overflow: hidden;
    background: var(--xp-blush);
    border-radius: 9px;
}

body.xzed-product-ui-v3 .xzed-product-description-layout__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.55 / 1;
    display: block;
    object-fit: cover;
}

body.xzed-product-ui-v3 .xzed-tab-specifications {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    margin: 0;
}

body.xzed-product-ui-v3 .xzed-tab-specifications > div {
    display: grid;
    grid-template-columns: minmax(120px, .7fr) 1fr;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #eef0f3;
}

body.xzed-product-ui-v3 .xzed-tab-specifications dt {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #697386;
}

body.xzed-product-ui-v3 .xzed-tab-specifications dt span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--xp-navy);
    background: #f4f6f9;
    border-radius: 8px;
}

body.xzed-product-ui-v3 .xzed-tab-specifications svg {
    width: 15px;
    height: 15px;
}

body.xzed-product-ui-v3 .xzed-tab-specifications dd {
    margin: 0;
    color: var(--xp-navy);
    font-weight: 700;
}

body.xzed-product-ui-v3 .xzed-tab-guidance {
    max-width: 820px;
}

body.xzed-product-ui-v3 .xzed-tab-guidance--care {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: start;
    gap: 16px;
}

body.xzed-product-ui-v3 .xzed-tab-guidance--care > span,
body.xzed-product-ui-v3 .xzed-tab-guidance__icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    color: var(--xp-navy);
    background: #f4f6f9;
    border-radius: 16px;
}

body.xzed-product-ui-v3 .xzed-tab-guidance svg {
    width: 25px;
    height: 25px;
}

/* Reviews */
body.xzed-product-ui-v3 #reviews,
body.xzed-product-ui-v3 #review_form_wrapper {
    width: 100%;
}

body.xzed-product-ui-v3 #review_form_wrapper textarea,
body.xzed-product-ui-v3 #review_form_wrapper input[type="text"],
body.xzed-product-ui-v3 #review_form_wrapper input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--xp-line-strong);
    border-radius: 9px;
}

body.xzed-product-ui-v3 #review_form_wrapper .form-submit input {
    min-height: 42px;
    padding-inline: 22px;
    color: #fff;
    background: var(--xp-navy);
    border: 0;
    border-radius: 8px;
}

/* Related products */
body.xzed-product-ui-v3 .xzed-product-recommendations {
    width: 100%;
    margin-top: 34px;
}

body.xzed-product-ui-v3 .xzed-product-recommendations--standalone {
    position: relative;
    clear: both;
    padding: 28px 0 0;
    background: #fff;
    border: 0;
    border-top: 1px solid var(--xp-line);
    border-radius: 0;
    box-shadow: none;
}

body.xzed-product-ui-v3 .xzed-related-products {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.xzed-product-ui-v3 .xzed-related-products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
    padding-inline: 2px;
}

body.xzed-product-ui-v3 .xzed-related-products__header h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--xp-navy);
    font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
    font-weight: 900;
}

body.xzed-product-ui-v3 .xzed-related-products__header h2::after {
    display: none !important;
}

body.xzed-product-ui-v3 .xzed-related-products__header a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--xp-navy);
    font-size: .72rem;
    font-weight: 800;
    text-decoration: none;
}

body.xzed-product-ui-v3 .xzed-related-products__header a span {
    font-size: 1.2rem;
}

body.xzed-product-ui-v3 .xzed-related-products__viewport {
    width: 100%;
    overflow: hidden;
}

body.xzed-product-ui-v3 .xzed-related-products ul.products,
body.xzed-product-ui-v3 .xzed-product-recommendations ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    scroll-behavior: smooth;
}

body.xzed-product-ui-v3 .xzed-related-products ul.products::before,
body.xzed-product-ui-v3 .xzed-related-products ul.products::after {
    display: none !important;
}

body.xzed-product-ui-v3 .xzed-related-products ul.products li.product,
body.xzed-product-ui-v3 .xzed-product-recommendations ul.products li.product {
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.xzed-product-ui-v3 .xzed-related-products ul.products li.product:hover {
    transform: none;
    box-shadow: none;
}

body.xzed-product-ui-v3 .xzed-related-products ul.products li.product > .xzed-product-card {
    height: 100%;
    border-radius: 11px;
    box-shadow: none;
}

body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__media {
    aspect-ratio: 1.42 / 1;
    background: var(--xp-blush);
    border-radius: 10px 10px 0 0;
}

body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__body {
    align-items: center;
    padding: 14px 12px 13px;
    text-align: center;
}

body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__category,
body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__rating,
body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__view,
body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__action {
    display: none !important;
}

body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__title {
    min-height: auto;
    margin: 0;
    font-size: .82rem;
}

body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__title a {
    color: var(--xp-navy);
    text-decoration: none;
}

body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__meta {
    margin-top: 4px;
}

body.xzed-product-ui-v3 .xzed-product-recommendations .xzed-product-card__price {
    color: var(--xp-navy);
    font-size: .75rem;
    font-weight: 900;
}


body.xzed-product-ui-v3 .xzed-related-products__empty {
    margin: 0;
    padding: 32px 20px;
    color: var(--xp-muted);
    text-align: center;
    background: var(--xp-soft);
    border: 1px dashed var(--xp-line-strong);
    border-radius: 12px;
}

body.xzed-product-ui-v3 .xzed-related-products__controls {
    position: absolute;
    top: 50%;
    right: -18px;
    left: -18px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-10%);
}

body.xzed-product-ui-v3 .xzed-related-products__controls button {
    pointer-events: auto;
}

/* Mobile sticky cart */
body.xzed-product-ui-v3 .xzed-sticky-cart {
    display: none;
}

@media (max-width: 1040px) {
    body.xzed-product-ui-v3 .xzed-product-primary {
        grid-template-columns: minmax(315px, .88fr) minmax(0, 1.2fr) !important;
    }

    body.xzed-product-ui-v3 .xzed-product-service-strip__item {
        padding-inline: 12px;
    }
}

@media (max-width: 860px) {
    body.xzed-product-ui-v3 .xzed-product-primary {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    body.xzed-product-ui-v3 .xzed-product-gallery-card {
        grid-column: 1;
        grid-row: 1;
    }

    body.xzed-product-ui-v3 .xzed-product-summary-card {
        grid-column: 1;
        grid-row: 2;
    }

    body.xzed-product-ui-v3 .xzed-product-service-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 0;
    }

    body.xzed-product-ui-v3 .xzed-product-service-strip__item:nth-child(3) {
        border-inline-start: 0;
    }

    body.xzed-product-ui-v3 .xzed-related-products ul.products,
    body.xzed-product-ui-v3 .xzed-product-recommendations ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.xzed-product-ui-v3 .shop-page.container,
    body.xzed-product-ui-v3 .woocommerce-content {
        width: min(calc(100% - 24px), 1320px) !important;
    }

    body.xzed-product-ui-v3 .woocommerce-content {
        padding-top: 12px !important;
        padding-bottom: 92px !important;
    }

    body.xzed-product-ui-v3 .xzed-product-breadcrumb,
    body.xzed-product-ui-v3 .woocommerce-breadcrumb.xzed-product-breadcrumb {
        min-height: 42px;
        margin-bottom: 12px !important;
        padding: 7px 9px !important;
        font-size: .66rem !important;
        border-radius: 10px !important;
    }

    body.xzed-product-ui-v3 .xzed-product-breadcrumb__list {
        gap: 5px;
    }

    body.xzed-product-ui-v3 .xzed-product-breadcrumb__home-icon {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
    }

    body.xzed-product-ui-v3 .xzed-product-breadcrumb__item.is-current > span {
        max-width: 44vw;
    }

    body.xzed-product-ui-v3 .xzed-product-recommendations--standalone {
        margin-top: 24px;
        padding-top: 22px;
    }

    body.xzed-product-ui-v3 .xzed-product-summary-card {
        padding: 20px 16px;
        border-radius: 12px;
    }

    body.xzed-product-ui-v3 .xzed-product-gallery-card {
        padding: 7px;
        border-radius: 12px;
    }

    body.xzed-product-ui-v3 .xzed-product-heading .product_title {
        font-size: 1.55rem !important;
    }

    body.xzed-product-ui-v3 .xzed-product-gallery-card .flex-viewport,
    body.xzed-product-ui-v3 .xzed-product-gallery-card > .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
        height: clamp(280px, 78vw, 390px) !important;
    }

    body.xzed-product-ui-v3 .xzed-product-gallery-card .flex-control-thumbs {
        gap: 7px;
    }

    body.xzed-product-ui-v3 .xzed-product-purity-seal {
        top: 15px;
        right: 15px;
        width: 54px;
        height: 54px;
    }

    body.xzed-product-ui-v3 .woocommerce-product-gallery__trigger {
        top: 13px !important;
        left: 13px !important;
        min-width: 42px;
        width: 42px !important;
        padding: 0 !important;
        font-size: 0 !important;
    }

    body.xzed-product-ui-v3 .xzed-gallery-zoom-icon {
        width: 17px;
        height: 17px;
    }

    body.xzed-product-ui-v3 .woocommerce-variation-add-to-cart,
    body.xzed-product-ui-v3 .xzed-product-purchase-panel form.cart:not(.variations_form) {
        grid-template-columns: 88px minmax(0, 1fr) !important;
    }

    body.xzed-product-ui-v3 .xzed-variation-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.xzed-product-ui-v3 .xzed-product-key-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 0;
    }

    body.xzed-product-ui-v3 .xzed-product-key-fact:nth-child(3) {
        border-inline-start: 0;
    }

    body.xzed-product-ui-v3 .xzed-product-service-strip {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 6px 12px;
    }

    body.xzed-product-ui-v3 .xzed-product-service-strip__item {
        padding: 14px 4px;
        border-inline-start: 0;
        border-bottom: 1px solid var(--xp-line);
    }

    body.xzed-product-ui-v3 .xzed-product-service-strip__item:last-child {
        border-bottom: 0;
    }

    body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs {
        justify-content: flex-start;
        padding-inline: 8px !important;
    }

    body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs li {
        flex: 0 0 auto;
    }

    body.xzed-product-ui-v3 .woocommerce-tabs ul.tabs li a {
        min-height: 52px;
        padding-inline: 14px !important;
        font-size: .71rem !important;
        line-height: 52px;
    }

    body.xzed-product-ui-v3 .woocommerce-tabs .panel {
        padding: 22px 16px 25px !important;
    }

    body.xzed-product-ui-v3 .xzed-product-description-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.xzed-product-ui-v3 .xzed-product-description-layout__content,
    body.xzed-product-ui-v3 .xzed-product-description-layout__media {
        grid-column: 1;
    }

    body.xzed-product-ui-v3 .xzed-product-description-layout__media {
        grid-row: 1;
    }

    body.xzed-product-ui-v3 .xzed-product-description-layout__content {
        grid-row: 2;
    }

    body.xzed-product-ui-v3 .xzed-tab-specifications {
        grid-template-columns: 1fr;
    }

    body.xzed-product-ui-v3 .xzed-related-products__viewport {
        overflow-x: auto;
        scrollbar-width: none;
    }

    body.xzed-product-ui-v3 .xzed-related-products__viewport::-webkit-scrollbar {
        display: none;
    }

    body.xzed-product-ui-v3 .xzed-related-products ul.products,
    body.xzed-product-ui-v3 .xzed-product-recommendations ul.products {
        grid-template-columns: none !important;
        grid-auto-flow: column;
        grid-auto-columns: minmax(190px, 72vw);
        gap: 10px !important;
        width: max-content;
        scroll-snap-type: x mandatory;
    }

    body.xzed-product-ui-v3 .xzed-related-products ul.products li.product {
        scroll-snap-align: start;
    }

    body.xzed-product-ui-v3 .xzed-related-products__controls {
        display: none;
    }

    body.xzed-product-ui-v3 .xzed-sticky-cart {
        position: fixed;
        z-index: 9997;
        right: 10px;
        bottom: calc(64px + env(safe-area-inset-bottom));
        left: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 9px;
        background: rgba(255, 255, 255, .96);
        border: 1px solid var(--xp-line);
        border-radius: 14px;
        box-shadow: 0 12px 30px rgba(7, 21, 47, .16);
        opacity: 0;
        pointer-events: none;
        transform: translateY(14px);
        transition: .2s ease;
        backdrop-filter: blur(10px);
    }

    body.xzed-product-ui-v3 .xzed-sticky-cart.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    body.xzed-product-ui-v3 .xzed-sticky-cart__product {
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    body.xzed-product-ui-v3 .xzed-sticky-cart__image {
        width: 42px;
        height: 42px;
        object-fit: cover;
        border-radius: 8px;
    }

    body.xzed-product-ui-v3 .xzed-sticky-cart__product strong,
    body.xzed-product-ui-v3 .xzed-sticky-cart__product span {
        display: block;
        max-width: 130px;
        overflow: hidden;
        font-size: .67rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.xzed-product-ui-v3 .xzed-sticky-cart__button {
        min-height: 42px;
        padding-inline: 14px;
        color: #fff;
        font-size: .71rem;
        background: var(--xp-navy);
        border: 0;
        border-radius: 9px;
    }
}
