/* =========================================================
   Product detail page and Product Matrix styling
   Generated from xcustom-route-split-baseline.css
   Preserve load order: core, phoenix where required, then route bundle.
   ========================================================= */

.catalog-product-view .page-main {
    padding-inline-start: 20px !important;
    padding-inline-end: 20px !important;
}



.catalog-product-view .amtheme-product-wrap {
    width: 100%;
    max-width: 1500px;
    box-sizing: border-box;
    margin: 22px auto 56px !important;
    padding: 0 24px;
    grid-column-gap: 32px !important;
    grid-template-columns: minmax(360px, 42%) minmax(0, 1fr) !important;
    align-items: start;
}.catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:after,
.catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:before {
    display: none !important;
}



/* =========================================================
   Phoenix PDP Purchase Panel
   First pass: shell, right panel, title and meta area
   ========================================================= */

.catalog-product-view .amtheme-product-wrap > .amtheme-product-info {
    position: relative;
    overflow: visible;
    align-self: start;
    min-width: 0;
    box-sizing: border-box;
    padding: 0;
}


.catalog-product-view .page-title-wrapper {
    margin: 0 0 12px;
}


.catalog-product-view .amtheme-product-info .brand-logo-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 160px;
    min-height: 42px;
    margin: 8px 8px 0 0;
    padding: 6px 10px;
    border: 1px solid rgba(0, 73, 145, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
}

.catalog-product-view .product-brand-img {
    display: block;
    max-width: 80px;
    margin: 0 auto !important;
}

.catalog-product-view .amtheme-product-info .product-info-stock-sku,
.catalog-product-view .amtheme-product-info .product.attribute.sku {
    margin: 17px 0 0 6px;
    padding: 0 !important;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
    line-height: 29px;
    text-align: left;
}

.catalog-product-view .amtheme-product-info .product.attribute.sku .value {
    color: var(--xamax-color-blue, #004991);
    font-size: 1.3rem;
    font-weight: 800;
}

.catalog-product-view .stock.available {
     padding: 17px 0 0 0;
}

/* =========================================================
   Phoenix PDP Product Media Card
   Sticky gallery counterpart to the purchase panel
   ========================================================= */

.catalog-product-view .amtheme-product-wrap > .product.media {
    position: relative;
    top: auto;
    align-self: start;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 22px 22px 40px;
    border: 1px solid rgba(0, 73, 145, 0.14);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--xlp-shadow-section, 0 8px 20px rgba(0, 73, 145, 0.08));
    box-sizing: border-box;
    transform: none;
    filter: none;
    will-change: auto;
    overflow: hidden;
}

.catalog-product-view .amtheme-product-wrap > .product.media::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--xamax-color-blue, #004991) 0%,
            var(--xamax-color-blue, #004991) 63%,
            var(--xamax-color-orange, #ffa61b) 63%,
            var(--xamax-color-orange, #ffa61b) 100%
        );
    pointer-events: none;
}

@media (min-width: 1024px) {

    .catalog-product-view .amtheme-product-wrap > .product.media {
        position: sticky;
        top: 24px;
        height: fit-content;
        align-self: start;
    }
}



/* =========================================================
   Product Matrix / Pricing Helpers
   Shared helpers used by PDP/PLP product matrix pricing
   ========================================================= */

div.productmatrix-tier-prices.justsingle {
    border: 1px solid var(--xamax-color-orange);
    border-radius: 8px;
    overflow: hidden;
}

.productmatrix-tier-prices-outer {
    position: relative;
    margin-top: 0;
}

.pagebuilder-column .productmatrix-tier-prices table {
    margin-bottom: -10px;
}

/* =========================================================
   Phoenix PDP Pricing
   Tier table, Best Price block, tabs and VAT toggle
   ========================================================= */

.catalog-product-view .productmatrix-tier-prices {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 73, 145, 0.16);
    border-radius: 22px;
    background: var(--xlp-white, #ffffff);
    box-shadow: var(--xlp-shadow-section, 0 8px 20px rgba(0, 73, 145, 0.08));
}

.catalog-product-view .productmatrix-tier-prices::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--xamax-color-blue, #004991) 0%,
            var(--xamax-color-blue, #004991) 72%,
            var(--xamax-color-orange, #ffa61b) 72%,
            var(--xamax-color-orange, #ffa61b) 100%
        );
    pointer-events: none;
}

.catalog-product-view .productmatrix-tier-prices .tab-pane {
    padding: 26px 30px 28px;
}

.catalog-product-view .productmatrix-tier-prices .tab-pane.inactive {
    display: none;
}

.catalog-product-view .productmatrix-tier-prices h3 {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    margin: 0 0 16px;
    padding: 0 0 6px;
    border-bottom: 3px solid var(--xamax-color-orange, #ffa61b);
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.catalog-product-view .productmatrix-tier-prices h3 .optional {
    color: var(--xlp-text-muted, #536271);
    font-size: 11px;
    font-weight: 800;
    text-transform: none;
}

.catalog-product-view .productmatrix-tier-prices #menu0C h3,
.catalog-product-view .productmatrix-tier-prices #menu1C h3 {
    margin-right: 180px;
}

.catalog-product-view .productmatrix-tier-prices table.pricer {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

.catalog-product-view .productmatrix-tier-prices table.pricer thead th {
    padding: 9px 10px;
    border: 0;
    border-bottom: 1px solid rgba(0, 73, 145, 0.10);
    background: rgba(0, 73, 145, 0.055);
    color: var(--xamax-color-blue, #004991);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.catalog-product-view .productmatrix-tier-prices table.pricer thead th span {
    color: var(--xlp-text-muted, #536271);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr {
    border: 0;
    background: transparent;
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody td {
    padding: 9px 10px;
    border: 0;
    border-top: 1px solid rgba(0, 73, 145, 0.055);
    background: transparent;
    color: var(--xlp-text-muted, #536271);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr:first-child td {
    border-top: 0;
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody td.plain {
    width: 33%;
    text-align: center;
}

.catalog-product-view .productmatrix-tier-prices table.pricer th.top-th {
    padding: 20px 0 10px !important;
    font-size: 1.6em;
}

.catalog-product-view .productmatrix-tier-prices table.pricer.justsingle thead tr:first-child th {
    font-size: 1.2em;
}

.catalog-product-view .productmatrix-tier-prices table.pricer thead tr:first-child th i {
    color: #fff;
    font-weight: 300;
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr.tier-on {
    position: relative;
    background:
        linear-gradient(
            135deg,
            rgba(0, 73, 145, 0.065) 0%,
            rgba(255, 166, 27, 0.14) 100%
        ) !important;
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr.tier-on td {
    border-top-color: rgba(255, 166, 27, 0.28);
    background: transparent !important;
    color: var(--xamax-color-blue, #004991);
    font-size: 16px;
    font-weight: 900;
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr.tier-on td:first-child {
    position: relative;
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr.tier-on td:first-child::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0 !important;
    width: 8px;
    height: auto;
    border-radius: 0 8px 8px 0;
    background: var(--xamax-color-blue, #004991);
    transform: none;
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr.tier-on td.decorated:last-child {
    border-right: 1px solid var(--xamax-color-border-light);
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr.tier-on td span.shake,
.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr.tier-on td span.shake b,
.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr.tier-on td span.shake span {
    animation: none !important;
}

.catalog-product-view .productmatrix-tier-prices table.pricer tbody tr:not(.tier-on) td {
    background: transparent !important;
    color: var(--xlp-text-muted, #536271);
    font-weight: 800;
}

.catalog-product-view .productmatrix-tier-prices table.pricer > tbody:last-of-type > tr:last-of-type td {
    padding-bottom: 10px !important;
}

.catalog-product-view .productmatrix-tier-prices .caveat {
    margin: 12px 0 0;
    color: var(--xlp-text-muted, #536271);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.catalog-product-view .productmatrix-tier-prices .disclaim-star {
    color: var(--xamax-color-orange, #ffa61b);
    font-weight: 900;
}

.catalog-product-view .product-variant-summary {
    width: 80%;
    margin: 0 auto 10px !important;
    color: #555;
    font-size: 0.8em;
    text-align: center;
}

.catalog-product-view .productmatrix-tier-prices-outer .tab-container {
    position: relative;
    margin: 20px 0 26px;
    text-align: left;
}

.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs {
    display: flex;
    gap: 8px;
    margin: 0 0 11px 0;
}

.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 48px;
    min-height: 0;
    margin: 0;
    padding: 0 18px;
    border: 1px solid rgba(0, 73, 145, 0.16);

    border-radius: 16px 16px 0 0;
    background: rgba(0, 73, 145, 0.045);
    color: var(--xlp-text-muted, #536271);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    cursor: pointer;
    transform: none;
    transition:
        background-color 140ms ease,
        border-color 140ms ease,
        color 140ms ease;
}

.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs li:hover,
.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs li:focus {
    background: rgba(255, 166, 27, 0.10);
    border-color: rgba(0, 73, 145, 0.22);
    color: var(--xamax-color-blue, #004991);
}

.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs li:not(.inactive) {
    background: #ffffff;
    border-color: rgba(0, 73, 145, 0.18);
    border-bottom-color: rgba(0, 73, 145, 0.18);
    color: var(--xamax-color-blue, #004991);
    box-shadow: none;
}

.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs li:not(.inactive)::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 7px;
    left: 16px;
    height: 4px;
    border-radius: 999px;
    background: var(--xamax-color-orange, #ffa61b);
}

.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs li.inactive {
    background: rgba(0, 73, 145, 0.045);
    border-color: rgba(0, 73, 145, 0.14);
    border-bottom-color: rgba(0, 73, 145, 0.16);
    color: var(--xlp-text-muted, #536271);
    font-weight: 800;
}

.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs li.price-promise-tab,
.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs li.price-promise-tab.inactive {
    min-height: 0;
    padding: 0 18px;
    gap: 7px;
}

.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs li.price-promise-tab .tab-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background: rgba(0, 73, 145, 0.08);
    color: var(--xlp-text-muted, #536271);
    border-radius: 10px;
    line-height: 1.4em;
}

.catalog-product-view .productmatrix-tier-prices-outer ul.nav.nav-tabs li.price-promise-tab:not(.inactive) .tab-icon {
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xamax-color-blue, #004991);
}

.catalog-product-view .productmatrix-tier-prices-outer .tab-container:has(#menu2:not(.inactive)) > .toggle-radio {
    display: none;
}

.catalog-product-view .productmatrix-tier-prices #menu2C {
    text-align: left;
}

.catalog-product-view .productmatrix-tier-prices #menu2C h3 {
    margin-bottom: 18px;
    padding-right: 0;
}

.catalog-product-view .productmatrix-tier-prices #menu2C p {
    max-width: 760px;
    margin: 0 0 12px;
    color: var(--xlp-text-muted, #536271);
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
}

.catalog-product-view .productmatrix-tier-prices #menu2C p:first-of-type {
    position: relative;
    padding: 14px 16px 14px 46px;
    border: 1px solid rgba(0, 73, 145, 0.12);
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 73, 145, 0.045) 0%,
            rgba(255, 166, 27, 0.12) 100%
        );
    color: var(--xamax-color-blue, #004991);
    font-size: 16px;
    font-weight: 900;
}

.catalog-product-view .productmatrix-tier-prices #menu2C p:first-of-type::before {
    content: "✓";
    position: absolute;
    top: 15px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xamax-color-blue, #004991);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.catalog-product-view .productmatrix-tier-prices #menu2C a {
    font-weight: 900;
    border-bottom: 2px solid rgba(255, 166, 27, 0.75);
}


/* Desktop: use the full Price Promise label */
.catalog-product-view
.productmatrix-tier-prices-outer
ul.nav.nav-tabs
li.price-promise-tab
.tab-text--full {
    display: inline;
}

.catalog-product-view
.productmatrix-tier-prices-outer
ul.nav.nav-tabs
li.price-promise-tab
.tab-text--short {
    display: none;
}

/* Tablet: replace Price Promise with the shorter Promise label */
@media (max-width: 900px) {
    .catalog-product-view
    .productmatrix-tier-prices-outer
    ul.nav.nav-tabs
    li.price-promise-tab
    .tab-text--full {
        display: none;
    }

    .catalog-product-view
    .productmatrix-tier-prices-outer
    ul.nav.nav-tabs
    li.price-promise-tab
    .tab-text--short {
        display: inline;
    }
}

/* Small mobile: show only the tick icon */
@media (max-width: 520px) {
    .catalog-product-view
    .productmatrix-tier-prices-outer
    ul.nav.nav-tabs
    li.price-promise-tab
    .tab-text {
        display: none;
    }
}

.catalog-product-view .productmatrix-tier-prices .price-with-tax,
.catalog-product-view .productmatrix-tier-prices .price-no-tax {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.catalog-product-view .productmatrix-tier-prices .caveat .price-with-tax,
.catalog-product-view .productmatrix-tier-prices .caveat .price-no-tax {
    color: var(--xamax-color-blue, #004991);
    font-weight: 900;
}

.catalog-product-view .productmatrix-tier-prices .caveat .price-with-tax span,
.catalog-product-view .productmatrix-tier-prices .caveat .price-no-tax span {
    display: inline;
    margin-left: 3px;
    color: var(--xlp-text-muted, #536271);
    font-size: 11px;
    font-weight: 700;
}

.catalog-product-view .productmatrix-single-prices-outer {
    position: relative;
    max-width: 520px;
    margin: 20px auto 26px;
    padding: 18px 22px 58px;
    border: 1px solid rgba(0, 73, 145, 0.14);
    border-radius: 20px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 73, 145, 0.045) 0%,
            rgba(255, 166, 27, 0.12) 100%
        );
    box-shadow:
        0 12px 28px rgba(0, 73, 145, 0.08),
        0 0 0 1px rgba(255, 166, 27, 0.08);
    text-align: center;
}

.catalog-product-view .productmatrix-single-prices-outer span.singlepricetext {
    display: block;
    margin: 0 0 6px;
    color: var(--xlp-text-muted, #536271);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.catalog-product-view .productmatrix-single-prices-outer .singlepricetext::before {
    content: "✓";
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    color: var(--xamax-color-orange, #ffa61b);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.catalog-product-view .productmatrix-single-prices-outer span.singleprice {
    display: inline-block;
    color: var(--xamax-color-blue, #004991);
    font-size: clamp(3rem, 3.2vw, 4.4rem);
    font-weight: 900;
    line-height: 1;
}

.catalog-product-view .productmatrix-single-prices-outer span.singleprice .pound,
.catalog-product-view .productmatrix-single-prices-outer span.singleprice .pence {
    color: inherit;
    font-size: 0.58em;
    font-weight: 900;
}

.catalog-product-view .productmatrix-single-prices-outer span.singleprice > span:not(.pound):not(.pence) {
    display: block;
    margin: 5px 0 0;
    color: var(--xlp-text-muted, #536271);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.catalog-product-view .productmatrix-single-prices-outer .switch {
    top: auto;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.catalog-product-view .productmatrix-single-prices-outer p.caveat {
    margin: 12px 0 0;
    color: var(--xlp-text-muted, #536271);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.catalog-product-view .productmatrix-single-prices-outer .fair-price-text {
    color: var(--xamax-color-blue, #004991) !important;
    font-weight: 900;
    border-bottom: 2px solid rgba(255, 166, 27, 0.75);
}

.catalog-product-view .productmatrix-tier-prices-outer .tab-container > .toggle-radio {
    position: absolute;
    top: 65px;
    right: 20px;
    z-index: 5;
    width: 150px;
    min-width: 150px;
    height: 40px;
}

.catalog-product-view .productmatrix-single-prices-outer .toggle-radio {
    position: absolute;
    right: 20px;
    top: 30px;
    left: auto;
    z-index: 5;
    width: 150px;
    min-width: 150px;
    height: 40px;
}

.catalog-product-view .productmatrix-tier-prices-outer .tab-container > .toggle-radio .switch,
.catalog-product-view .productmatrix-single-prices-outer .toggle-radio .switch {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 1;
    display: block;
    width: 150px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--xamax-color-orange, #ffa61b);
    border-radius: var(--xlp-radius-pill, 50px);
    background: var(--xlp-white, #ffffff);
    box-sizing: border-box;
    box-shadow: none;
    text-align: center;
    transform: none;
}


.catalog-product-view .productmatrix-tier-prices-outer .tab-container > .toggle-radio .switch span,
.catalog-product-view .productmatrix-tier-prices-outer .tab-container > .toggle-radio .switch span::after,
.catalog-product-view .productmatrix-single-prices-outer .toggle-radio .switch span,
.catalog-product-view .productmatrix-single-prices-outer .toggle-radio .switch span::after {
    display: none !important;
    content: none !important;
}


.catalog-product-view .productmatrix-tier-prices-outer .tab-container > .toggle-radio .switch label,
.catalog-product-view .productmatrix-single-prices-outer .toggle-radio .switch label {
    position: absolute !important;
    top: 0;
    display: block;
    width: 75px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: var(--xlp-radius-pill, 50px);
    outline: 0;
    background: transparent;
    color: var(--xamax-color-blue, #004991);
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    text-shadow: none;
    cursor: pointer;
}


.catalog-product-view .productmatrix-tier-prices-outer .tab-container > .toggle-radio label[for=yes],
.catalog-product-view .productmatrix-single-prices-outer .toggle-radio label[for=yes] {
    right: auto;
    left: 0;
}


.catalog-product-view .productmatrix-tier-prices-outer .tab-container > .toggle-radio label[for=no],
.catalog-product-view .productmatrix-single-prices-outer .toggle-radio label[for=no] {
    right: 0;
    left: auto;
}


.catalog-product-view .productmatrix-tier-prices-outer .tab-container > .toggle-radio #yes:checked ~ .switch label[for=yes],
.catalog-product-view .productmatrix-tier-prices-outer .tab-container > .toggle-radio #no:checked ~ .switch label[for=no],
.catalog-product-view .productmatrix-single-prices-outer .toggle-radio #yes:checked ~ .switch label[for=yes],
.catalog-product-view .productmatrix-single-prices-outer .toggle-radio #no:checked ~ .switch label[for=no] {
    height: 40px;
    border-radius: var(--xlp-radius-pill, 50px);
    outline: 0;
    background: var(--xamax-color-blue, #004991);
    color: var(--xlp-white, #ffffff);
    line-height: 40px;
}


@media (min-width: 768px) {


	.catalog-product-view .product.media div#am-gallery {
		min-height: 470px;
		height: 470px;
		border-radius: 18px;
		background: #ffffff;
		overflow: hidden;
	}

	.catalog-product-view .product.media .am-gallery-placeholder,
	.catalog-product-view .product.media .am-gallery {
		background: #ffffff;
		border-radius: 18px;
	}

	.catalog-product-view .product.media .splide__track {
		border-radius: 18px;
		background: #ffffff;
	}

	.catalog-product-view .product.media .splide__slide {
		background: #ffffff;
	}

	.catalog-product-view .product.media .splide__slide img {
		display: block;
		margin: 0 auto;
		object-fit: contain;
	}

	.catalog-product-view .product.media .splide__arrow,
	.catalog-product-view .product.media .am-gallery-button {
		box-shadow: none;
		transform: none;
		filter: none;
	}

	.catalog-product-view .page-wrapper{
		overflow: unset;
	}
}



.catalog-product-view .product.media .thumbnails {
    margin-top: 14px;
}

.catalog-product-view .product.media .thumbnails .splide__track {
    border-radius: 16px;
}

.catalog-product-view .product.media .thumbnails .splide__slide {
    border: 1px solid rgba(0, 73, 145, 0.14) !important;
    border-radius: 14px;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}

.catalog-product-view .product.media .thumbnails .splide__slide.is-active {
    border-color: var(--xamax-color-orange, #ffa61b) !important;
}

.catalog-product-view .product.media .thumbnails .splide__slide img {
    border-radius: 12px;
}

div.product.info.detailed {
    height: auto!important;
    margin: 80px auto !important;
}.minicart-grid .product-info-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}


.product-info-main .amtheme-payment-methods {
    max-width: 100%;
    margin: 0;
    text-align:center;
}

.product-info-main ul.amtheme-payments-list {
    display: block!important;
}


.product-add-form.-amcaret-active.-amcaret-stick {
	 display: none!important;
}

.um-prodmatrix {
    position:relative;
    display:none;
    height:0;
    padding: 18px 0 3px 6px;
    margin-bottom:0;
}

.catalog-product-view .scrollArr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 14px auto 0;
}

.catalog-product-view .scrollArr span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 73, 145, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: var(--xamax-color-blue, #004991);
    box-shadow: var(--xlp-shadow-card, 0 4px 12px rgba(0, 73, 145, 0.07));
    cursor: pointer;
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    transition:
        background-color 140ms ease,
        border-color 140ms ease,
        color 140ms ease,
        box-shadow 140ms ease;
}

.catalog-product-view .scrollArr span:hover,
.catalog-product-view .scrollArr span:focus {
    border-color: var(--xamax-color-orange, #ffa61b);
    background: var(--xamax-color-blue, #004991);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 73, 145, 0.12);
}.customiser > label span {
    text-transform: capitalize;
    width: 100%;
    font-size: 1.6em;
    color: var(--xamax-color-blue);
    display: inline!important;
    border-bottom: 2px solid var(--xamax-color-orange);
}


.um-prodmatrix table {
    width: auto;
    margin: 0 auto 34px;
}

.um-prodmatrix thead tr th {
	background: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
	width: 50px;
    padding: 1.5px;
    vertical-align: bottom;
}

.um-prodmatrix thead tr th .swatch-option.text {
    border: none;
    margin: 0 !important;
    cursor: initial;
}

.um-prodmatrix tbody tr.swatch-attribute-options {
    width:100%;
}

.um-prodmatrix table tbody tr td:first-child,.um-prodmatrix table thead tr th.th-blank {
	border: 0;
    padding: 0;
    min-width: 48px;
 }


.um-prodmatrix tbody tr td {
    background-color: transparent !important;
border: 0;
    width: 54px;
    margin: 0 1px;
    background: linear-gradient(180deg, rgba(244, 249, 253, 1) 10%, rgba(204, 204, 204, 1) 50%, rgba(244, 249, 253, 1) 90%);
}


.um-prodmatrix tbody tr td.firstof, .um-prodmatrix thead tr th.th-blank {
	width: 50px !important;
    position: sticky!important;
    left: 0;
    z-index: 2;
    background: var(--xamax-color-page-bg)!important;
}


.um-prodmatrix tbody:last-of-type>tr:last-of-type td {
    padding-bottom: 0;
}

.um-prodmatrix tbody tr td:first-child .swatch-option {
	background-size: 100% 100%!important;
    width: 40px!important;
    height: 130px!important;
    margin: 0 auto -10px auto!important;
    padding: 0;
    border: 1px solid var(--xamax-color-page-bg);
    border-radius: 8px;
}

.um-prodmatrix tbody tr td.hasCheck .swatch-option {
    background-repeat: repeat!important;
    background-size: 80% 30% !important;
}

.um-prodmatrix tbody tr td.hasMulti .swatch-option {
    background-size: 250% 100%!important;
}


.um-prodmatrix-summary {
    margin: 0!important;

}

.um-prodmatrix ul#isMessage {
	display: block!important;
    color: #8ca8b8;
    position: relative;
    text-align: left;
    padding: 0 20px;
}

.um-prodmatrix ul#isMessage:before {
	display:none;
    content: "FYI";
    position: absolute;
    left: 10px;
    top: 7px;
    font-weight: 700;
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange);
}.forReset .um-prodmatrix-button.prodmatrix-btn-reset a {
    background: none!important;
    border: 0;
    padding: 2px 4px 4px 4px;
    font-size: 0.8em;
    color: var(--xamax-color-orange)!important;
}


.product-info-price {
	display:none;
}

.catalog-product-view div#am-gallery::after {
    content: "Click image to enlarge";
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border: 1px solid rgba(0, 73, 145, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--xamax-color-blue, #004991);
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    box-shadow: none;
}


.field.customiser.decoration-positions{
	display:none;
	text-align: center;
}

.catalog-product-view .field.customiser.decoration-positions
.mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_checkbox {
    margin: -110px 0 0 20px !important;
}

.catalog-product-view
.mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_radio {
    margin-top: -110px;
    margin-left: 20px;
}

.field.file.customiser.add-logo {
    margin: 8px auto !important;
    padding: 8px;
    width: 60%;
    border-radius: 16px;
    border: 4px solid #f6f8fa;
    text-align: center;
}

.field.file.customiser.add-logo:hover {
    border: 4px dashed #ffa61b;
    background:#f6f8fa;
}

.field.file.customiser.add-logo .product-custom-option {
    position: absolute;
    top: 0;
    left: -20px;
    width: 440px;
    height: 260px;
    margin: 0;
    padding: 0;

    z-index: 3;
    cursor: pointer;
    border: 0;
    opacity: 0;
}

.field.textarea.customiser.customer-notes textarea {
	border: 1px solid  var(--xamax-color-border-light);
    width: 80%;
    margin: 10px auto 0 auto;
}

.field.file.customiser.add-logo .control:hover .toUploadPlace {
    border: 3px dashed var(--xamax-color-orange);
}.field.textarea.customiser.customer-notes textarea:hover {
	border:1px solid #8ca8b8;
}



.catalog-product-view .field.file.customiser.add-logo p.no-logo-now,
.catalog-product-view .field.file.customiser.add-logo p.note {
    grid-column: 2;
    margin-left: 0;
    margin-right: 0;
    max-width: 620px;
    text-align: left;
}

.catalog-product-view .field.file.customiser.add-logo p.no-logo-now {
    margin-top: 0;
    margin-bottom: 10px;
    color: rgba(0, 73, 145, 0.58);
}

.catalog-product-view .field.file.customiser.add-logo p.no-logo-now b {
    color: rgba(0, 73, 145, 0.58);
    font-weight: 900;
}

.catalog-product-view .field.file.customiser.add-logo p.note {
    width: auto;
    margin-top: 0;
    color: rgba(0, 73, 145, 0.52);
}

.catalog-product-view .field.file.customiser.add-logo p.note strong {
    color: var(--xamax-color-blue, #004991);
    font-weight: 900;
}

.catalog-product-view .field.customiser.decoration-positions .options-list.nested .field.choice,
.catalog-product-view .field.customiser.preferred-finish-options .options-list.nested .field.choice {
    border-color: rgba(0, 73, 145, 0.10);
    background: #fff;
}

.catalog-product-view .field.customiser.decoration-positions .options-list.nested label,
.catalog-product-view .field.customiser.preferred-finish-options .options-list.nested label {
    opacity: 0.66;
}

.catalog-product-view .field.customiser.decoration-positions .options-list.nested input:checked + label,
.catalog-product-view .field.customiser.preferred-finish-options .options-list.nested input:checked + label {
    opacity: 1;
    box-shadow:
        0 0 0 3px var(--xamax-color-orange, #ffa61b),
        0 10px 20px rgba(0, 73, 145, 0.08);
}

.catalog-product-view .field.customiser.decoration-positions .options-list.nested input:checked + label span,
.catalog-product-view .field.customiser.preferred-finish-options .options-list.nested input:checked + label span {
    color: var(--xamax-color-blue, #004991);
}

.field.textarea.customiser.customer-notes .control p.note {
    margin-left: 12%;
    color: #8ca8b8;
}


.field.required.customiser.preferred-finish-options {
	padding-bottom: 0;
    font-size: 0.8em;
    padding-top: 0;
}

.field.customiser.preferred-finish-options label.label.admin__field-label {
    height: 80px;
}

.field.customiser.preferred-finish-options .mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_radio {
	margin: -60px auto 0 10px;
}


.field.customiser.preferred-finish-options .mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_radio img.mageworx-optionswatches-option-gallery_image {
    height: 60px;
}

.customiser.preferred-finish-options .field.choice.admin__field.admin__field-option {
    width: 80px;
    height: 80px;
    font-size: 0.7em;
}
.customiser.preferred-finish-options .options-list.nested input:checked + label {
    height: 80px!important;
    }

.customiser.preferred-finish-options > label {
    margin: 0;
}


.customiser.preferred-finish-options .field.choice.admin__field.admin__field-option .mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_radio {
    margin: -80px 0 0 0;
}

.customiser.preferred-finish-options .field.choice.admin__field.admin__field-option .mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_radio img.mageworx-optionswatches-option-gallery_image {
    width: 60px;
    margin: 16px 10px;
}

.field.customiser {
    margin: 0;
    padding-top: 18px;
    display: none;
    text-align: center;
}

.customiser textarea {
    border: 2px solid  var(--xamax-color-border-light);
    width: 90%;
    margin: 0 auto;
}

.field.textarea.customiser label {
    margin-bottom: 40px;
}

.customiser textarea:focus {
    border: 2px solid var(--xamax-color-orange);
}@media only screen and (max-width: 767px) {
.product-add-form.-amcaret-active {
    display: none !important;
}


.amtheme-product-wrap > .product.media {
    display: block;
    max-width: 100%;
}

.catalog-product-view .am-gallery-fullscreen-wrapper,
.catalog-product-view .am-gallery-fullscreen-wrapper * {
  box-sizing: border-box;
}

.catalog-product-view .am-gallery-fullscreen-wrapper {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}

.catalog-product-view .am-gallery-fullscreen-container,
.catalog-product-view .am-gallery-fullscreen-wrapper {
    background: #ffffff;
}

.catalog-product-view .am-gallery-fullscreen-wrapper .splide__track,
.catalog-product-view .am-gallery-fullscreen-wrapper .splide__list,
.catalog-product-view .am-gallery-fullscreen-wrapper .splide__slide {
  max-width: 100vw;
  max-height: 100vh;
}

.catalog-product-view .am-gallery-fullscreen-wrapper .splide__slide img {
  display: block;
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}


.field.customiser {
    z-index: 7;
}

.field.file.customiser.add-logo {
    width: 100%;
}

.field.file.customiser.add-logo .control {
    position: relative;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
    column-gap: 26px;
    width: min(760px, 92%);
    min-height: 130px;
    margin: 12px auto 0;
    text-align: left;
}

.field.textarea.customiser .control {
	display:none;
}

.customiser {
    background: transparent!important;
}

div.product.info.detailed {
    min-height: 600px !important;
    height: auto !important;
    margin: 0 auto !important;
    background: var(--xamax-color-page-bg);
    z-index: 99;
    position: relative;
    padding-top: 40px;
}

.catalog-product-view .amtheme-productinfo-wrap {
    z-index: 8;
    position: relative;
    background: #fff;
    margin: -20px 0 -30px 0 !important;
    padding-top: 40px;
    padding-bottom: 40px;
    }

.catalog-product-view div.block .title {
    margin-bottom: 0;
}


.um-prodmatrix thead tr th {
    width: 50px;
    min-width: 50px;
}

table.list-tier-prices.productmatrix-tier-prices,
li.item.product.product-item table.list-tier-prices.productmatrix-tier-prices tr {
    border: 0;
    border-radius: 0;
}

.list-tier-prices.productmatrix-tier-prices td {
	padding: 10px 0;
	font-size: 0.8em;
}

.productmatrix-tier-prices-outer table.pricer tbody tr.tier-on td {
    font-size: 1.3em;
}
}

.product-info-main {
    min-height: initial !important;
}

body:not(.page-product-bundle) .product-add-form.-amcaret-active{display:none!important;}.page-product-bundle .product-add-form,
.page-product-bundle .product-add-form.-amcaret-active,
.page-product-bundle .product-add-form.-amcaret-active.-amcaret-stick {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}
.catalog-category-view table.list-tier-prices.productmatrix-tier-prices,
.catalogsearch-result-index table.list-tier-prices.productmatrix-tier-prices {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 73, 145, 0.10);
    border-radius: var(--xlp-radius-mobile, 14px);
    background: rgba(255, 255, 255, 0.68);
    border-collapse: separate;
    border-spacing: 0;
}


/* =========================================================
   Phoenix PDP Generated Order Matrix
   Plain white buying flow: Step 1 colour, Step 2 matrix
   ========================================================= */

.catalog-product-view .swatch-opt.-round[data-rendered="true"] {
    position: relative;
    margin: 24px 0 26px;
    padding: 0;
    border: 1px solid rgba(0, 73, 145, 0.12);
    border-radius: 20px;
    background: var(--xlp-white, #ffffff);
    box-shadow: 0 10px 24px rgba(0, 73, 145, 0.06);
    overflow: hidden;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-swatch-block {
    position: relative;
    margin: 0;
    padding: 24px 22px 22px;
    border: 0;
    border-radius: 0;
    background: var(--xlp-white, #ffffff) !important;
    text-align: center;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] span.step-label.displayColour {
    display: inline-block !important;
    margin: 0 auto 6px;
    padding: 0 0 6px;
    border-bottom: 2px solid var(--xamax-color-orange, #ffa61b);
    color: var(--xamax-color-blue, #004991);
    font-size: clamp(2rem, 1.8vw, 2.8rem);
    font-weight: 900;
    line-height: 1.12;
    text-align: center;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] span.step-label.displayColour strong {
    font-weight: 900;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-swatch-block .caveat {
    margin: 8px auto 0 !important;
    color: var(--xlp-text-muted, #536271) !important;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .swatch-contain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: auto !important;
    max-width: 760px;
    margin: 18px auto 0;
    padding: 0;
    background: transparent !important;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] span.swatch-circle {
    position: relative;
    width: 42px !important;
    height: 42px !important;
    margin: 0;
    border: 2px solid var(--xlp-text);
    border-radius: 50%;
    outline: 0;
    box-shadow:
        0 2px 0 rgba(255, 255, 255, 0.9),
        0 4px 10px rgba(0, 73, 145, 0.10);
    cursor: pointer;
    transition:
        transform 0.16s ease,
        box-shadow 0.16s ease,
        border-color 0.16s ease;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] span.swatch-circle:hover {
    transform: translateY(-2px);
    border-color: var(--xamax-color-orange, #ffa61b);
    box-shadow:
        0 2px 0 rgba(255, 255, 255, 0.9),
        0 8px 18px rgba(0, 73, 145, 0.16);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] span.colour-selected,
.catalog-product-view .swatch-opt.-round[data-rendered="true"] span.stay-selected {
    border: 3px solid var(--xamax-color-orange, #ffa61b) !important;
    outline: 3px solid rgba(255, 166, 27, 0.20) !important;
    box-shadow:
        0 0 0 2px var(--xlp-white, #ffffff),
        0 8px 18px rgba(0, 73, 145, 0.18) !important;
    transform: translateY(-2px);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .forReset,
.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-btn-reset {
    margin: 0 auto 18px;
    padding: 0;
    color: var(--xamax-color-blue, #004991);
    font-size: 1.2rem;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix-contain {
    margin: 0;
    padding: 20px 22px 24px;
    border-top: none;
    background: var(--xlp-white, #ffffff);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .displaySize {
    margin: 0 0 14px;
    color: var(--xamax-color-blue, #004991);
    text-align: center;
    font-size: clamp(2rem, 1.8vw, 2.8rem);
    font-weight: 900;
    line-height: 1.12;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .displaySize strong {
    font-weight: 900;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .displaySize b {
    color: var(--xamax-color-orange, #ffa61b);
    font-weight: 900;
}


/* =========================================================
   Phoenix PDP Matrix
   Step 2: size and quantity selector
   ========================================================= */

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .um-prodmatrix {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    background: transparent;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 8px;
    -webkit-overflow-scrolling: touch;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix table {
    table-layout: fixed;
    width: auto;
    min-width: 0;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--xlp-white, #ffffff);
    overflow: hidden;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix thead th {
    width: auto;
    box-sizing: border-box;
    padding: 10px 5px;
    border: 0!important;
    background: #fff!important;
    color: var(--xamax-color-blue, #004991);
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    vertical-align: middle;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix thead th:first-child {
    position: static;
    left: auto;
    z-index: auto;
    width: 84px;
    min-width: 84px;
    max-width: 84px;
    background: #fff !important;
    box-shadow: none;
    overflow: hidden;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix thead th:not(:first-child),
.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix tbody td.prodmatrix-quantity {
    width: 68px;
    min-width: 68px;
    max-width: 68px;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix .swatch-option.text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 34px;
    margin: 0 auto;
    padding: 6px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--xamax-color-blue, #004991);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: none;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix .th-blank {
    background: #f4f9fd !important;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix .popToSize {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--xamax-color-blue, #004991);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.05;
    cursor: pointer;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix .popToSize .textlink {
    border-bottom: 2px solid rgba(255, 166, 27, 0.75);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix .popToSize img {
    width: 24px;
    height: 24px;
    margin: 0;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix tbody tr {
    background: var(--xlp-white, #ffffff);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix tbody td {
    width: auto;
    box-sizing: border-box;
    padding: 10px 5px;
    border: 0;
    border-top: 1px solid rgba(0, 73, 145, 0.07);
    border-left: 1px solid rgba(0, 73, 145, 0.055);
    background: var(--xlp-white, #ffffff);
    text-align: center;
    vertical-align: middle;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix tbody td:first-child {
    border-left: 0;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix td.firstof {
    position: static;
    left: auto;
    z-index: auto;
    width: 84px;
    min-width: 84px;
    max-width: 84px;
    padding: 8px 5px 20px !important;
    background: #f4f9fd !important;
    box-shadow: inset 6px 0 0 var(--xamax-color-blue, #004991);
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix td.firstof .swatch-option.image {
    position: relative;
    z-index: auto;
    display: block;
    width: 52px !important;
    height: 98px !important;
    min-width: 52px !important;
    min-height: 98px !important;
    margin: 0 auto 1px auto;
    border-radius: 18px;
    background-size: cover !important;
    background-position: center !important;
    box-shadow:
        0 0 0 3px var(--xlp-white, #ffffff),
        0 8px 18px rgba(0, 73, 145, 0.16);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-quantity {
    min-width: 82px;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-wrapper {
    display: inline-grid;
    grid-template-rows: 22px 38px 22px;
    align-items: center;
    justify-items: center;
    padding: 0;
    border: 1px solid rgba(0, 73, 145, 0.14);
    border-radius: 12px;
    background: var(--xlp-white, #ffffff);
    box-shadow: 0 4px 10px rgba(0, 73, 145, 0.06);
    overflow: visible;
    position: relative;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-button.plus {
    border-radius: 12px 12px 0 0;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-button.minus {
    border-radius: 0 0 12px 12px;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%!Important;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 73, 145, 0.055);
    color: var(--xamax-color-blue, #004991);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-button:hover {
    background: var(--xamax-color-blue, #004991);
    color: var(--xlp-white, #ffffff);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-button.inactive {
    color: rgba(83, 98, 113, 0.38);
    cursor: default;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-button.inactive:hover {
    background: rgba(0, 73, 145, 0.055);
    color: rgba(83, 98, 113, 0.38);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] input.prodmatrix-qty {
    height: 38px;
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(0, 73, 145, 0.08);
    border-bottom: 1px solid rgba(0, 73, 145, 0.08);
    background: var(--xlp-white, #ffffff);
    color: var(--xamax-color-blue, #004991);
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 38px;
    text-align: center;
    box-shadow: none;
    appearance: textfield;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] input.prodmatrix-qty:focus {
    outline: 2px solid rgba(255, 166, 27, 0.65);
    outline-offset: -2px;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] input.prodmatrix-qty::-webkit-inner-spin-button,
.catalog-product-view .swatch-opt.-round[data-rendered="true"] input.prodmatrix-qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-price-container {
    margin: 7px 0 0;
    color: var(--xlp-text-muted, #536271);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.1;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-price .price {
    color: var(--xlp-text-muted, #536271);
    font-size: 1.1rem;
    font-weight: 800;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-quantity.prodmatrix-instock:not(.disabled) {
    background: var(--xlp-white, #ffffff);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-quantity.disabled {
    background: rgba(83, 98, 113, 0.055);
    color: rgba(83, 98, 113, 0.48);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-quantity.disabled .prodmatrix-qty-wrapper {
    border-color: rgba(83, 98, 113, 0.14);
    background: rgba(83, 98, 113, 0.045);
    box-shadow: none;
    opacity: 0.55;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-quantity.disabled input.prodmatrix-qty {
    color: rgba(83, 98, 113, 0.48);
    background: transparent;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-quantity.disabled .prodmatrix-price-container {
    display: none;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix tbody tr:not([style*="display: none"]) td {
    background: var(--xlp-white, #ffffff);
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .matrix tbody td.prodmatrix-quantity {
	padding: 36px 0;
}

/* =========================================================
   Phoenix PDP Matrix Stock Tooltip
   Centre stock badge under hovered/focused qty control
   ========================================================= */

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-wrapper[data-tooltip] {
    position: relative;
    overflow: visible;
    --xamax-stock-tip-pill-left: 250%;
    --xamax-stock-tip-arrow-left: 65%;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-wrapper[data-tooltip]::before,
.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-wrapper[data-tooltip]::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-wrapper[data-tooltip]:hover::after,
.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-wrapper[data-tooltip]:focus-within::after {
    content: attr(data-tooltip) !important;

    position: absolute !important;
    top: calc(100% + 1px) !important;
    right: auto !important;
    bottom: auto !important;
    left: var(--xamax-stock-tip-pill-left)!important;
    z-index: 80 !important;

    display: block !important;
    width: max-content !important;
    height: auto !important;
    padding: 7px 11px !important;

    border: 0 !important;
    border-radius: 999px !important;
    background: var(--xamax-color-blue, #004991) !important;
    color: var(--xlp-white, #ffffff) !important;

    font-size: 1.15rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;

    box-shadow: 0 8px 18px rgba(0, 73, 145, 0.18) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
     min-width: 82px !important;
    max-width: 150px !important;
    text-align: center !important;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-wrapper[data-tooltip]:hover::before,
.catalog-product-view .swatch-opt.-round[data-rendered="true"] .prodmatrix-qty-wrapper[data-tooltip]:focus-within::before {
    content: "" !important;

    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: auto !important;
    bottom: auto !important;
    left:var(--xamax-stock-tip-arrow-left) !important;
    z-index: 81 !important;

    display: block !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;

    border: 0 !important;
    background: var(--xamax-color-blue, #004991) !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) rotate(45deg) !important;
    pointer-events: none !important;
}


/* =========================================================
   Phoenix PDP Matrix Reset / Change Colour
   Secondary action after colour selection
   ========================================================= */

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .forReset.prodmatrix-btn-reset {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 20;

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

    min-height: 32px;
    margin: 0;
    padding: 7px 13px;

    border: 1px solid rgba(0, 73, 145, 0.16);
    border-radius: 999px;
    background: var(--xlp-white, #ffffff);
    color: var(--xamax-color-blue, #004991);

    font-size: 0;
    font-weight: 900;
    line-height: 1;
    text-align: center;

    box-shadow: 0 4px 10px rgba(0, 73, 145, 0.08);
    cursor: pointer;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .forReset.prodmatrix-btn-reset::before {
    content: "Reset form";
    font-size: 1.2rem;
}

.catalog-product-view .swatch-opt.-round[data-rendered="true"] .forReset.prodmatrix-btn-reset:hover {
    border-color: var(--xamax-color-orange, #ffa61b);
    color: var(--xamax-color-orange, #ffa61b);
}


/* =========================================================
   Phoenix PDP Decoration Customiser
   Mild colour pass only
   ========================================================= */


.catalog-product-view .customiser > .label > span {
    color: var(--xamax-color-blue, #004991);
    border-bottom: 2px solid var(--xamax-color-orange, #ffa61b);
}

.catalog-product-view .decoration-positions .field.choice.admin__field-option {
    border-color: rgba(0, 73, 145, 0.09);
    background: var(--xlp-white, #ffffff);
    box-shadow: none;
}

.catalog-product-view .decoration-positions .field.choice.admin__field-option > label span:first-child {
    color: rgba(0, 73, 145, 0.58);
}

.catalog-product-view .decoration-positions .field.choice.admin__field-option.is-selected {
    border-color: var(--xamax-color-orange, #ffa61b);
    background: rgba(255, 166, 27, 0.08);
    box-shadow: none;
}

.catalog-product-view .decoration-positions .field.choice.admin__field-option.is-selected > label span:first-child {
    color: var(--xamax-color-blue, #004991);
}

.catalog-product-view .customiser input[type="checkbox"],
.catalog-product-view .customiser input[type="radio"] {
    accent-color: var(--xamax-color-blue, #004991);
}

.catalog-product-view .preferred-finish-options .field.choice.admin__field-option {
    border-color: rgba(0, 73, 145, 0.10);
    background: var(--xlp-white, #ffffff);
}

.catalog-product-view .preferred-finish-options .field.choice.admin__field-option > label span:first-child {
    color: var(--xamax-color-blue, #004991);
}

.catalog-product-view .preferred-finish-options .field.choice.admin__field-option.is-selected {
    border-color: var(--xamax-color-orange, #ffa61b);
    background: rgba(255, 166, 27, 0.08);
    box-shadow: none;
}

/* =========================================================
   Phoenix PDP Add To Basket CTA
   Primary buying action beneath product order form
   ========================================================= */

.catalog-product-view .amtheme-add-form-bottom.-under {
    margin: 28px 0 0;
    padding: 22px 22px 18px;
    border: 1px solid rgba(0, 73, 145, 0.14);
    border-radius: 22px;
    background: var(--xlp-white, #ffffff);
    box-shadow: 0 14px 32px rgba(0, 73, 145, 0.09);
    text-align: center;
}

.catalog-product-view .amtheme-add-form-bottom.-under > .product-info-price,
.catalog-product-view .amtheme-add-form-bottom.-under > .price-box.price-tier_price {
    display: none;
}

.catalog-product-view .xamax-pdp-basket-summary {
    display: none;
    max-width: 560px;
    margin: 0 auto 14px;
    padding: 12px 16px;
    border: 1px solid rgba(0, 73, 145, 0.12);
    border-radius: 16px;
    background: rgba(0, 73, 145, 0.045);
    color: var(--xlp-text-muted, #536271);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

.catalog-product-view .xamax-pdp-basket-summary.is-active {
    display: block;
}

.catalog-product-view .xamax-pdp-basket-summary strong {
    color: var(--xamax-color-blue, #004991);
    font-weight: 900;
}

.catalog-product-view .amtheme-add-form-bottom.-under .product-options-bottom,
.catalog-product-view .amtheme-add-form-bottom.-under .box-tocart,
.catalog-product-view .amtheme-add-form-bottom.-under .box-tocart .fieldset,
.catalog-product-view .amtheme-add-form-bottom.-under .box-tocart .actions {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.catalog-product-view .amtheme-add-form-bottom.-under button.action.primary.tocart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 64px;
    margin: 0 auto;
    padding: 16px 34px;

    border: 3px solid var(--xamax-color-blue, #004991) !important;
    background: var(--xamax-color-orange, #ffa61b) !important;
    color: var(--xamax-color-blue, #004991) !important;

    font-size: clamp(1.8rem, 1.7vw, 2.4rem);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-transform: none;
    letter-spacing: 0.01em;

    box-shadow:
        0 10px 0 rgba(0, 73, 145, 0.18),
        0 18px 34px rgba(0, 73, 145, 0.18);

    cursor: pointer;
    opacity: 1;
    transform: translateY(0);
    transition:
        background 0.16s ease,
        border-color 0.16s ease,
        color 0.16s ease,
        box-shadow 0.16s ease,
        transform 0.16s ease;
}

.catalog-product-view .amtheme-add-form-bottom.-under button.action.primary.tocart .amtheme-title {
    color: inherit !important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}


.catalog-product-view .amtheme-add-form-bottom.-under button.action.primary.tocart:not(:disabled):not(.disabled):hover,
.catalog-product-view .amtheme-add-form-bottom.-under button.action.primary.tocart:not(:disabled):not(.disabled):focus {
    border-color: var(--xamax-color-orange, #ffa61b) !important;
    background: var(--xamax-color-blue, #004991) !important;
    color: var(--xlp-white, #ffffff) !important;
    box-shadow:
        0 8px 0 rgba(255, 166, 27, 0.75),
        0 18px 34px rgba(0, 73, 145, 0.22);
    transform: translateY(2px);
}

.catalog-product-view .amtheme-add-form-bottom.-under button.action.primary.tocart:not(:disabled):not(.disabled):active {
    box-shadow:
        0 3px 0 rgba(255, 166, 27, 0.75),
        0 10px 22px rgba(0, 73, 145, 0.18);
    transform: translateY(6px);
}

.catalog-product-view .amtheme-add-form-bottom.-under button.action.primary.tocart:focus-visible {
    outline: 3px solid rgba(255, 166, 27, 0.55);
    outline-offset: 4px;
}

.catalog-product-view .amtheme-add-form-bottom.-under button.action.primary.tocart.disabled,
.catalog-product-view .amtheme-add-form-bottom.-under button.action.primary.tocart:disabled,
.catalog-product-view .amtheme-add-form-bottom.-under button.action.primary.tocart[disabled] {
    border: 2px solid rgba(0, 73, 145, 0.14) !important;
    background: #e8f0f8 !important;
    color: rgba(83, 98, 113, 0.82) !important;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
    transform: none;
}

.catalog-product-view .amtheme-add-form-bottom.-under .amtheme-payment-methods {
    margin: 16px auto 0;
    padding: 0;
    opacity: 0.72;
}

.catalog-product-view .amtheme-add-form-bottom.-under .amtheme-payments-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-product-view .amtheme-add-form-bottom.-under .amtheme-payments-list .amtheme-item {
    margin: 0;
    padding: 0;
}

.catalog-product-view .amtheme-add-form-bottom.-under .amtheme-payments-list img {
    display: block;
    width: 38px;
    height: auto;
    opacity: 0.82;
}

.catalog-product-view .amtheme-add-form-bottom.-under .amtheme-actions-wrap {
    margin-top: 12px;
}

@media (max-width: 767px) {

    .catalog-product-view .amtheme-add-form-bottom.-under {
        margin-top: 22px;
        padding: 18px 14px 16px;
        border-radius: 18px;
    }

    .catalog-product-view .amtheme-add-form-bottom.-under button.action.primary.tocart {
        min-height: 58px;
        padding: 14px 22px;
        font-size: 1.8rem;
    }

    .catalog-product-view .amtheme-add-form-bottom.-under .amtheme-payments-list img {
        width: 32px;
    }
}



.catalog-product-view .xamax-pdp-basket-summary__note {
    color: var(--xlp-text-muted, #536271);
    font-size: 1.2rem;
    font-weight: 700;
}

.catalog-product-view .xamax-pdp-basket-summary__warning {
    display: inline-block;
    margin-top: 4px;
    color: #9a5b00;
    font-size: 1.2rem;
    font-weight: 900;
}


/* =========================================================
   Phoenix PDP Detail Tabs
   Matches Pricing Table tab language
   ========================================================= */

.catalog-product-view .product.info.detailed {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 64px;
    box-sizing: border-box;
}

.catalog-product-view .product.info.detailed .product.data.items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    column-gap: 8px;
    row-gap: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.catalog-product-view .product.info.detailed .product.data.items::before,
.catalog-product-view .product.info.detailed .product.data.items::after {
    content: none;
    display: none;
}

.catalog-product-view .product.info.detailed .data.item.title {
    float: none !important;
    position: relative;
    z-index: 2;
    display: flex;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 18px 0;
    padding: 0;
    border: 0;
    background: transparent;
    bottom: auto;
}

.catalog-product-view .product.info.detailed .data.item.title:first-child {
    margin-left: 30px !important;
}

.catalog-product-view .product.info.detailed .data.item.title > .data.switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(0, 73, 145, 0.16);
    border-radius: 16px 16px 0 0;
    background: rgba(0, 73, 145, 0.045);
    color: var(--xlp-text-muted, #536271) !important;
    font-size: 13px;
    font-weight: 900 !important;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: nowrap;
    text-decoration: none !important;
    box-shadow: none;
    text-shadow: 1px 1px 1px #fff;
    transform: none;
    transition:
        background-color 140ms ease,
        border-color 140ms ease,
        color 140ms ease;
}

.catalog-product-view
.product.info.detailed
.data.item.title:not(.active):not([aria-selected="true"])
> .data.switch {
    font-weight: 800 !important;
}

.catalog-product-view .product.info.detailed .data.item.title > .data.switch:hover,
.catalog-product-view .product.info.detailed .data.item.title > .data.switch:focus {
    background: rgba(255, 166, 27, 0.10);
    border-color: rgba(0, 73, 145, 0.22);
    color: var(--xamax-color-blue, #004991) !important;
}

.catalog-product-view .product.info.detailed .data.item.title.active > .data.switch,
.catalog-product-view .product.info.detailed .data.item.title[aria-selected="true"] > .data.switch {
    background: #ffffff;
    border-color: rgba(0, 73, 145, 0.18);
    border-bottom-color: rgba(0, 73, 145, 0.18);
    color: var(--xamax-color-blue, #004991) !important;
}

.catalog-product-view .product.info.detailed .data.item.title.active > .data.switch::after,
.catalog-product-view .product.info.detailed .data.item.title[aria-selected="true"] > .data.switch::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 7px;
    left: 16px;
    height: 4px;
    border-radius: 999px;
    background: var(--xamax-color-orange, #ffa61b);
}

.catalog-product-view .product.info.detailed .data.item.content {
    float: none !important;
    order: 99;
    flex: 0 0 100%;
    width: 100% !important;
    margin: -1px 0 0 !important;
    padding: 26px 30px 32px;
    border: 1px solid rgba(0, 73, 145, 0.16) !important;
    border-radius: 22px;
    background: #ffffff !important;
    color: var(--xamax-color-text, #20231f);
    box-sizing: border-box;
    box-shadow: var(--xlp-shadow-section, 0 8px 20px rgba(0, 73, 145, 0.08));
    text-align: left;
}

.catalog-product-view .product.info.detailed .data.item.content::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--xamax-color-blue, #004991) 0%,
            var(--xamax-color-blue, #004991) 72%,
            var(--xamax-color-orange, #ffa61b) 72%,
            var(--xamax-color-orange, #ffa61b) 100%
        );
    pointer-events: none;
}

.catalog-product-view .product.info.detailed .data.item.content,
.catalog-product-view .product.info.detailed .data.item.content * {
    outline-color: rgba(0, 73, 145, 0.16);
}

.catalog-product-view .product.info.detailed .data.item.content h2,
.catalog-product-view .product.info.detailed .data.item.content h3,
.catalog-product-view .product.info.detailed .data.item.content h4 {
    line-height: 1.18;
    text-align: left;
}

.catalog-product-view .product.info.detailed .data.item.content h2 {
    margin: 0 0 18px;
    font-size: clamp(2.3rem, 2vw, 3.2rem);
}

.catalog-product-view .product.info.detailed .data.item.content h3 {
    margin: 24px 0 12px;
    font-size: 2rem;
}

.catalog-product-view .product.info.detailed .data.item.content h4 {
    margin: 18px 0 10px;
    font-size: 1.7rem;
}

.catalog-product-view .product.info.detailed .data.item.content p,
.catalog-product-view .product.info.detailed .data.item.content li {
    color: var(--xamax-color-text, #20231f);
    font-size: 1.55rem;
    line-height: 1.58;
    text-align: left;
}

.catalog-product-view .product.info.detailed .data.item.content p {
    margin: 0 0 14px;
}

.catalog-product-view .product.info.detailed .data.item.content ul,
.catalog-product-view .product.info.detailed .data.item.content ol {
    margin: 0 0 18px 20px;
    padding: 0;
}

.catalog-product-view .product.info.detailed .data.item.content li {
    margin: 0 0 8px;
    padding-left: 4px;
}

.catalog-product-view .product.info.detailed .data.item.content strong {
    font-weight: 900;
    color: var(--xamax-color-blue, #004991);
}

.catalog-product-view .product.info.detailed .data.item.content a {
    color: var(--xamax-color-blue, #004991) !important;
    font-weight: 800;
    border-bottom: 2px solid rgba(255, 166, 27, 0.72);
    text-decoration: none !important;
}

.catalog-product-view .product.info.detailed .data.item.content a:hover,
.catalog-product-view .product.info.detailed .data.item.content a:focus {
    color: var(--xamax-color-orange, #ffa61b) !important;
    border-bottom-color: var(--xamax-color-blue, #004991);
}

.catalog-product-view .product.info.detailed .data.item.content table {
    width: 100%;
    margin: 18px 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(0, 73, 145, 0.14);
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.catalog-product-view .product.info.detailed .data.item.content th {
    padding: 11px 12px;
    background: rgba(0, 73, 145, 0.075);
    color: var(--xamax-color-blue, #004991);
    font-size: 1.35rem;
    font-weight: 900;
    text-align: left;
}

.catalog-product-view .product.info.detailed .data.item.content td {
    padding: 11px 12px;
    border-top: 1px solid rgba(0, 73, 145, 0.08);
    color: var(--xamax-color-text, #20231f);
    font-size: 1.4rem;
    line-height: 1.45;
}

/* =========================================================
   Phoenix PDP Tab Accordion
   FAQ-style cards for payment, delivery and returns tab
   ========================================================= */

.catalog-product-view .product.info.detailed .accordion-container {
    display: block !important;
    width: 100% !important;
    max-width: 980px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative !important;
}

.catalog-product-view .product.info.detailed .accordion-container ul {
    display: grid !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    perspective: none !important;
}

.catalog-product-view .product.info.detailed .accordion-container ul li {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 73, 145, 0.14) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: var(--xlp-shadow-card, 0 4px 12px rgba(0, 73, 145, 0.07)) !important;
    overflow: hidden !important;
    animation: none !important;
}

.catalog-product-view .product.info.detailed .accordion-container ul li > input[type="checkbox"] {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    z-index: 3 !important;
    width: 100% !important;
    height: 88px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

.catalog-product-view .product.info.detailed .accordion-container h3 {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 16px 56px 16px 20px !important;
    border: 0 !important;
    background:
        linear-gradient(
            90deg,
            rgba(0, 73, 145, 0.055) 0%,
            rgba(0, 73, 145, 0.025) 100%
        ) !important;
    color: var(--xamax-color-blue, #004991) !important;
    font-size: 1.65rem !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    cursor: pointer !important;
    user-select: none !important;
}

.catalog-product-view .product.info.detailed .accordion-container h3::before {
    content: "" !important;
    position: absolute !important;
    top: 14px !important;
    bottom: 14px !important;
    left: 0 !important;
    width: 5px !important;
    border-radius: 0 999px 999px 0 !important;
    background: var(--xamax-color-blue, #004991) !important;
}

.catalog-product-view .product.info.detailed .accordion-container h3::after {
    content: "+" !important;
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 999px !important;
    background: rgba(255, 166, 27, 0.20) !important;
    color: var(--xamax-color-blue, #004991) !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
}

.catalog-product-view .product.info.detailed .accordion-container ul li > input[type="checkbox"]:not(:checked) ~ h3 {
    background: #ffffff !important;
    color: var(--xamax-color-blue, #004991) !important;
}

.catalog-product-view .product.info.detailed .accordion-container ul li > input[type="checkbox"]:not(:checked) ~ h3::before {
    background: var(--xamax-color-orange, #ffa61b) !important;
}

.catalog-product-view .product.info.detailed .accordion-container ul li > input[type="checkbox"]:not(:checked) ~ h3::after {
    content: "–" !important;
    background: var(--xamax-color-orange, #ffa61b) !important;
    color: var(--xamax-color-blue, #004991) !important;
}

.catalog-product-view .product.info.detailed .accordion-container p {
    display: block !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 22px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    color: var(--xamax-color-text, #20231f) !important;
    font-size: 1.52rem !important;
    font-weight: 400 !important;
    line-height: 1.58 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    transform: none !important;
    transition:
        max-height 160ms ease,
        padding 160ms ease,
        opacity 120ms ease !important;
    z-index: 1 !important;
}

.catalog-product-view .product.info.detailed .accordion-container ul li > input[type="checkbox"]:not(:checked) ~ p {
    max-height: 1600px !important;
    padding: 0 22px 18px !important;
    opacity: 1 !important;
}

.catalog-product-view .product.info.detailed .accordion-container ul li > input[type="checkbox"]:focus-visible ~ h3 {
    outline: 3px solid rgba(255, 166, 27, 0.55) !important;
    outline-offset: -3px !important;
}

.catalog-product-view .product.info.detailed .accordion-container p a {
    color: var(--xamax-color-blue, #004991) !important;
    font-weight: 900 !important;
    border-bottom: 2px solid rgba(255, 166, 27, 0.72) !important;
    text-decoration: none !important;
}

.catalog-product-view .product.info.detailed .accordion-container p a:hover,
.catalog-product-view .product.info.detailed .accordion-container p a:focus {
    color: var(--xamax-color-orange, #ffa61b) !important;
    border-bottom-color: var(--xamax-color-blue, #004991) !important;
}

.catalog-product-view .product.info.detailed .accordion-container .transition,
.catalog-product-view .product.info.detailed .accordion-container .flipIn,
.catalog-product-view .product.info.detailed .accordion-container ul li i::before,
.catalog-product-view .product.info.detailed .accordion-container ul li i::after {
    animation: none !important;
    transition: none !important;
}

.catalog-product-view .product.info.detailed .accordion-container ul li i {
    display: none !important;
}

@media (max-width: 767px) {

    .catalog-product-view .product.info.detailed {
        padding: 0 15px;
        margin-bottom: 42px;
    }

    .catalog-product-view .product.info.detailed .product.data.items {
        display: block;
    }

    .catalog-product-view .product.info.detailed .data.item.title {
        display: block;
        width: 100% !important;
        margin: 0 0 8px;
    }

	.catalog-product-view .product.info.detailed .data.item.title > .data.switch {
		width: 100%;
		height: auto !important;
		min-height: 46px !important;
		justify-content: flex-start;
		padding: 12px 14px !important;
		border: 1px solid rgba(0, 73, 145, 0.14);
		border-radius: 14px;
		background: rgba(0, 73, 145, 0.045);
		text-align: left;
		white-space: normal;
	}

    .catalog-product-view .product.info.detailed .data.item.title.active > .data.switch,
    .catalog-product-view .product.info.detailed .data.item.title[aria-selected="true"] > .data.switch {
        background: #ffffff;
        border-color: rgba(255, 166, 27, 0.45);
    }

    .catalog-product-view .product.info.detailed .data.item.title.active > .data.switch::after,
    .catalog-product-view .product.info.detailed .data.item.title[aria-selected="true"] > .data.switch::after {
        right: 14px;
        bottom: 8px;
        left: 14px;
    }

    .catalog-product-view .product.info.detailed .data.item.content {
        width: 100% !important;
        margin: 0 0 14px !important;
        padding: 24px 18px 24px;
        border-radius: 16px;
    }

    .catalog-product-view .product.info.detailed .data.item.content::before {
        height: 4px;
    }

    .catalog-product-view .product.info.detailed .data.item.content p,
    .catalog-product-view .product.info.detailed .data.item.content li {
        font-size: 1.48rem;
        line-height: 1.55;
    }

    .catalog-product-view .product.info.detailed .accordion-container {
        max-width: 100% !important;
    }

    .catalog-product-view .product.info.detailed .accordion-container h3 {
        min-height: 54px !important;
        padding: 14px 50px 14px 16px !important;
        font-size: 1.5rem !important;
    }

    .catalog-product-view .product.info.detailed .accordion-container h3::after {
        right: 14px !important;
        width: 26px !important;
        height: 26px !important;
        font-size: 1.8rem !important;
    }

    .catalog-product-view .product.info.detailed .accordion-container p {
        font-size: 1.45rem !important;
        line-height: 1.55 !important;
    }

	.catalog-product-view .product.info.detailed .accordion-container ul li > input[type="checkbox"] {
		height: 54px !important;
	}

	.catalog-product-view .product.info.detailed .accordion-container ul li > input[type="checkbox"]:not(:checked) ~ p {
		padding: 0 16px 16px !important;
	}
}


.catalog-product-view .product.info.detailed .additional-attributes-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 10px auto 0 auto;
    padding: 0;
}

.catalog-product-view .product.info.detailed table.additional-attributes,
.catalog-product-view .product.info.detailed .additional-attributes-wrapper table {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(0, 73, 145, 0.14);
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
}

.catalog-product-view .product.info.detailed table.additional-attributes th,
.catalog-product-view .product.info.detailed .additional-attributes-wrapper table th {
    width: 31%;
    padding: 15px 22px;
    background: rgba(0, 73, 145, 0.075);
    color: var(--xamax-color-blue, #004991);
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    vertical-align: middle;
}

.catalog-product-view .product.info.detailed table.additional-attributes td,
.catalog-product-view .product.info.detailed .additional-attributes-wrapper table td {
    padding: 15px 24px;
    border-top: 1px solid rgba(0, 73, 145, 0.08);
    background: #ffffff;
    color: var(--xamax-color-text, #20231f);
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    vertical-align: middle;
}

.catalog-product-view .product.info.detailed table.additional-attributes tr:first-child th,
.catalog-product-view .product.info.detailed table.additional-attributes tr:first-child td,
.catalog-product-view .product.info.detailed .additional-attributes-wrapper table tr:first-child th,
.catalog-product-view .product.info.detailed .additional-attributes-wrapper table tr:first-child td {
    border-top: 0;
}


/* =========================================================
   Phoenix PDP Related Products
   SEO/internal-linking carousel beneath product detail area
   ========================================================= */

.catalog-product-view .amtheme-productaside-wrap .block.related {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto !important;
    padding: 24px 0 0 0;
    border: 1px solid rgba(0, 73, 145, 0.16);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--xlp-shadow-section, 0 8px 20px rgba(0, 73, 145, 0.08));
    overflow: hidden;
}

.catalog-product-view .amtheme-productaside-wrap .block.related::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background:
        linear-gradient(
            90deg,
            var(--xamax-color-blue, #004991) 0%,
            var(--xamax-color-blue, #004991) 63%,
            var(--xamax-color-orange, #ffa61b) 63%,
            var(--xamax-color-orange, #ffa61b) 100%
        );
    pointer-events: none;
}

.catalog-product-view .amtheme-productaside-wrap .block.related > .block-title.title, .catalog-product-view h1.page-title {
    display: block;
    margin: 0;
    padding: 0 24px;
    border: 0;
    font-size: clamp(2.8rem, 3.4vw, 5.2rem);
    font-weight: 900 !important;
    line-height: 1.05;
    text-align: center;
    letter-spacing: 0.015em;
}

.catalog-product-view .amtheme-productaside-wrap .block.related > .block-title.title::after {
    content: "";
    display: block;
    width: min(420px, 48%);
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: var(--xamax-color-orange, #ffa61b);
}

.catalog-product-view .amtheme-productaside-wrap .block.related .block-content.content {
    margin-top: 0;
    padding: 30px 26px 54px;
    background: #ffffff;
}

.catalog-product-view .amtheme-productaside-wrap .products-related {
    margin: 0;
    padding: 0;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .amtheme-slick-slider {
    margin: 0;
    padding: 0 0 48px;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .slick-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .slick-track {
    display: block;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .slick-slide {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .slick-slide > div {
    padding: 0 6px;
    box-sizing: border-box;
}

.catalog-product-view .amtheme-productaside-wrap .products-related li.item.product.product-item {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0;
    border: 0 !important;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product-item-info {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 12px);
    height: 390px;
    min-height: 390px;
    margin: 0 !important;
    padding: 18px 18px 18px !important;
    border: 1px solid rgba(0, 73, 145, 0.16);
    border-radius: 18px;
    background: #ffffff !important;
    box-shadow: var(--xlp-shadow-card, 0 4px 12px rgba(0, 73, 145, 0.07)) !important;
    text-align: center;
    overflow: hidden;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product-item-info::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--xamax-color-blue, #004991);
    opacity: 0.88;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product-item-info:hover,
.catalog-product-view .amtheme-productaside-wrap .products-related .product-item-info:focus-within {
    border-color: rgba(255, 166, 27, 0.55);
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product-item-info:hover::before,
.catalog-product-view .amtheme-productaside-wrap .products-related .product-item-info:focus-within::before {
    background: var(--xamax-color-orange, #ffa61b);
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product.photo.product-item-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    height:132px;
    margin: 0 auto 12px;
    padding: 0;
    background: transparent;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product-image-container {
    width: 132px !important;
    max-width: 132px;
    margin: 0 auto;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product-image-wrapper {
    background: #ffffff;
}

.catalog-product-view .amtheme-productaside-wrap .products-related img.product-image-photo {
    float: none !important;
    display: block;
    width: auto !important;
    max-width: 132px;
    max-height: 132px;
    margin: 0 auto !important;
    object-fit: contain;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product.details.product-item-details {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product.name.product-item-name {
    display: block;
    height: 76px;
    min-height: 76px;
    margin: 0 0 10px;
    overflow: hidden;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product-item-link {
    display: -webkit-box;
    color: var(--xamax-color-blue, #004991) !important;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product-item-link:hover,
.catalog-product-view .amtheme-productaside-wrap .products-related .product-item-link:focus {
    color: var(--xamax-color-orange, #ffa61b) !important;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .price-box {
    height: 62px;
    min-height: 62px;
    margin: auto 0 12px;
    text-align: center;
}

.catalog-product-view .amtheme-productaside-wrap .products-related span.normal-price {
    margin: 0 !important;
    width: 100% !important;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .price-container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .price-label {
    display: block;
    margin: 0;
    color: var(--xamax-color-text, #20231f);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: lowercase;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .price {
    display: block;
    color: var(--xamax-color-orange, #ffa61b) !important;
    font-size: 2.25rem;
    font-weight: 900 !important;
    line-height: 1;
    letter-spacing: 0.01em;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .old-price {
    display: none !important;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .product.actions.product-item-actions {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.catalog-product-view .amtheme-productaside-wrap .products-related a.product-item-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(190px, 100%);
    min-width: 0;
    min-height: 40px;
    margin: 0 auto;
    padding: 9px 18px;
    border: 2px solid var(--xamax-color-blue, #004991);
    border-radius: var(--xamax-radius-pill, 50px);
    background: var(--xamax-color-orange, #ffa61b);
    color: var(--xamax-color-blue, #004991) !important;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none !important;
    box-shadow: none;
    transform: none;
    transition:
        background-color 140ms ease,
        border-color 140ms ease,
        color 140ms ease;
}

.catalog-product-view .amtheme-productaside-wrap .products-related a.product-item-button-link:hover,
.catalog-product-view .amtheme-productaside-wrap .products-related a.product-item-button-link:focus {
    border-color: var(--xamax-color-orange, #ffa61b);
    background: var(--xamax-color-blue, #004991);
    color: #ffffff !important;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .slick-arrow {
    position: absolute;
    top: 46%;
    z-index: 4;
    width: 42px;
    height: 42px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 73, 145, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: transparent;
    box-shadow: var(--xlp-shadow-card, 0 4px 12px rgba(0, 73, 145, 0.07));
    cursor: pointer;
    transform: translateY(-50%);
}

.catalog-product-view .amtheme-productaside-wrap .products-related .slick-prev {
    left: -58px;
    transform: translateY(-50%) rotate(180deg);
}

.catalog-product-view .amtheme-productaside-wrap .products-related .slick-next {
    right: -58px;
}


.catalog-product-view .amtheme-productaside-wrap .products-related .slick-dots {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 16px 0 0;
    list-style: none;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 73, 145, 0.16);
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.catalog-product-view .amtheme-productaside-wrap .products-related .slick-dots li.slick-active button {
    width: 24px;
    background: var(--xamax-color-orange, #ffa61b);
}
