.mapro-wse-shop-surface {
    --mapro-shop-ink: #111217;
    --mapro-shop-muted: #70737a;
    --mapro-shop-line: #e6e2dc;
    --mapro-shop-gold: #d8b862;
    --mapro-shop-lime: #d7ff32;
    --mapro-shop-paper: #f7f5f1;
}

.mapro-wse-shop-surface.woocommerce.archive .site-main,
.mapro-wse-shop-surface .woocommerce {
    color: var(--mapro-shop-ink);
}

.mapro-wse-catalog-frame {
    margin: 18px auto 0;
    max-width: 1680px;
    width: 100%;
}

.mapro-wse-shop-surface .woocommerce-result-count,
.mapro-wse-shop-surface .woocommerce-ordering {
    color: var(--mapro-shop-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.mapro-wse-shop-surface .woocommerce-ordering select {
    background: #fff;
    border: 1px solid var(--mapro-shop-line);
    border-radius: 6px;
    color: var(--mapro-shop-ink);
    min-height: 42px;
    padding: 0 14px;
}

.mapro-wse-shop-surface ul.products {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}

.mapro-wse-shop-surface ul.products::before,
.mapro-wse-shop-surface ul.products::after {
    display: none;
}

.mapro-wse-shop-surface ul.products li.product,
.mapro-wse-shop-surface ul.products[class*="columns-"] li.product {
    background: #fff;
    border: 0;
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 18px;
    position: relative;
    width: auto;
}

.mapro-wse-shop-surface ul.products li.product a.woocommerce-LoopProduct-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.mapro-wse-shop-surface ul.products li.product img {
    aspect-ratio: 1 / 0.86;
    background: var(--mapro-shop-paper);
    display: block;
    height: auto;
    margin: 0 0 0;
    object-fit: cover;
    width: 100%;
}

.mapro-wse-shop-surface ul.products li.product .onsale {
    align-items: center;
    background: #050505;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    min-height: 44px;
    min-width: 88px;
    padding: 0 16px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 3;
}

.mapro-wse-shop-surface ul.products li.product .woocommerce-loop-product__title {
    border-bottom: 1px solid var(--mapro-shop-ink);
    color: var(--mapro-shop-ink);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 18px 0 7px;
    min-height: 34px;
    padding: 0 0 7px;
    text-transform: uppercase;
}

.mapro-wse-shop-surface ul.products li.product .price {
    color: var(--mapro-shop-ink);
    display: block;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
}

.mapro-wse-shop-surface ul.products li.product .price del {
    color: var(--mapro-shop-muted);
    font-weight: 800;
    margin-right: 7px;
    opacity: 1;
}

.mapro-wse-shop-surface ul.products li.product .price ins {
    color: var(--mapro-shop-ink);
    font-weight: 900;
    text-decoration: none;
}

.mapro-wse-shop-surface ul.products li.product .star-rating {
    color: #050505;
    font-size: 13px;
    margin: 8px 0 0 auto;
}

.mapro-wse-shop-surface ul.products li.product .button,
.mapro-wse-shop-surface ul.products li.product .added_to_cart,
.mapro-wse-shop-surface ul.products li.product .mapro-wse-view-details {
    align-items: center;
    background: #050505;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    min-height: 54px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 50%;
}

.mapro-wse-shop-surface ul.products li.product .button:hover,
.mapro-wse-shop-surface ul.products li.product .added_to_cart:hover,
.mapro-wse-shop-surface ul.products li.product .mapro-wse-view-details:hover {
    background: var(--mapro-shop-gold);
    color: #050505;
}

.mapro-wse-shop-surface ul.products li.product .button::before {
    content: "+";
    font-size: 18px;
    font-weight: 900;
    margin-right: 9px;
}

.mapro-wse-shop-surface ul.products li.product .button {
    bottom: 92px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(10px);
    transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
    z-index: 4;
}

.mapro-wse-shop-surface ul.products li.product .mapro-wse-view-details {
    background: var(--mapro-shop-lime);
    bottom: 92px;
    color: #050505;
    opacity: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    transform: translateY(10px);
    transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
    z-index: 4;
}

.mapro-wse-shop-surface ul.products li.product:hover .button,
.mapro-wse-shop-surface ul.products li.product:hover .mapro-wse-view-details,
.mapro-wse-shop-surface ul.products li.product:focus-within .button,
.mapro-wse-shop-surface ul.products li.product:focus-within .mapro-wse-view-details {
    opacity: 1;
    transform: translateY(0);
}

.mapro-wse-shop-surface ul.products li.product .added_to_cart {
    bottom: 92px;
    position: absolute;
    right: 0;
    z-index: 4;
}

.mapro-wse-shop-surface ul.products li.product .woocommerce-loop-product__title,
.mapro-wse-shop-surface ul.products li.product .price,
.mapro-wse-shop-surface ul.products li.product .star-rating {
    margin-left: 0;
    margin-right: 0;
}

.mapro-wse-shop-surface ul.products li.product .woocommerce-loop-category__title {
    color: var(--mapro-shop-ink);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapro-wse-shop-surface .woocommerce-pagination {
    margin-top: 40px;
}

.mapro-wse-shop-surface .woocommerce-pagination ul {
    border: 0;
}

.mapro-wse-shop-surface .woocommerce-pagination ul li {
    border: 0;
    margin-right: 8px;
}

.mapro-wse-shop-surface .woocommerce-pagination ul li a,
.mapro-wse-shop-surface .woocommerce-pagination ul li span {
    background: #fff;
    border: 1px solid var(--mapro-shop-line);
    border-radius: 6px;
    color: var(--mapro-shop-ink);
    font-weight: 900;
    min-width: 42px;
    padding: 12px;
}

.mapro-wse-shop-surface .woocommerce-pagination ul li span.current {
    background: #050505;
    color: #fff;
}

@media (max-width: 1180px) {
    .mapro-wse-shop-surface ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .mapro-wse-shop-surface ul.products {
        gap: 26px;
        grid-template-columns: 1fr;
    }

    .mapro-wse-shop-surface ul.products li.product .button,
    .mapro-wse-shop-surface ul.products li.product .mapro-wse-view-details,
    .mapro-wse-shop-surface ul.products li.product .added_to_cart {
        bottom: auto;
        opacity: 1;
        position: relative;
        transform: none;
        width: 50%;
    }

    .mapro-wse-shop-surface ul.products li.product .button {
        margin-top: 14px;
    }

    .mapro-wse-shop-surface ul.products li.product .mapro-wse-view-details {
        float: right;
        margin-top: -54px;
    }
}

.mapro-wse-luxury-shop {
    --mapro-lux-ink: #121218;
    --mapro-lux-cream: #f4efe6;
    --mapro-lux-paper: #ffffff;
    --mapro-lux-line: rgba(18, 18, 24, 0.10);
    --mapro-lux-gold: #d8b862;
    --mapro-lux-gold-dark: #a8842d;
    --mapro-lux-gold-soft: rgba(216, 184, 98, 0.20);
    --mapro-lux-shadow: 0 24px 60px rgba(0, 0, 0, 0.10);
    color: var(--mapro-lux-ink);
    margin: 0 auto;
    max-width: 1680px;
    width: 100%;
}

.mapro-wse-success {
    background: #0d0f12;
    border-left: 4px solid var(--mapro-lux-gold);
    border-radius: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 18px;
    padding: 18px 20px;
}

.mapro-wse-hero {
    align-items: stretch;
    background: linear-gradient(115deg, #101116 0%, #16161d 62%, #6f6037 100%);
    border: 1px solid rgba(216, 184, 98, 0.36);
    border-radius: 24px;
    box-shadow: var(--mapro-lux-shadow);
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.7fr);
    overflow: hidden;
    padding: clamp(24px, 4vw, 42px);
}

.mapro-wse-hero__copy {
    display: grid;
    gap: 16px;
    align-content: start;
}

.mapro-wse-kicker {
    color: var(--mapro-lux-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mapro-wse-hero h1 {
    color: #fff;
    font-size: clamp(48px, 6vw, 98px);
    line-height: 0.92;
    margin: 0;
    max-width: 13ch;
}

.mapro-wse-subtitle {
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 1.45;
    max-width: 58ch;
    margin: 0;
}

.mapro-wse-intro {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 60ch;
}

.mapro-wse-special {
    align-items: center;
    background: linear-gradient(90deg, #eadb9e 0%, #d8b862 55%, #b18b32 100%);
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
    color: #121218;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 16px;
    width: fit-content;
}

.mapro-wse-special__label,
.mapro-wse-special__note {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mapro-wse-special__price {
    font-size: clamp(28px, 4vw, 52px);
    line-height: 1;
}

.mapro-wse-hero__rail {
    display: grid;
    gap: 14px;
}

.mapro-wse-stat {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(216, 184, 98, 0.35);
    border-radius: 16px;
    display: grid;
    gap: 6px;
    padding: 18px 18px 20px;
}

.mapro-wse-stat span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mapro-wse-stat strong {
    color: #fff;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.1;
}

.mapro-wse-toolbar {
    align-items: end;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    margin-top: 18px;
}

.mapro-wse-toolbar__search {
    display: grid;
    gap: 8px;
}

.mapro-wse-toolbar__search label {
    color: var(--mapro-lux-gold-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mapro-wse-toolbar__search input {
    background: #fff;
    border: 1px solid rgba(18, 18, 24, 0.12);
    border-radius: 14px;
    min-height: 56px;
    padding: 0 16px;
}

.mapro-wse-toolbar__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mapro-wse-toolbar__filters button {
    background: #fff;
    border: 1px solid rgba(18, 18, 24, 0.10);
    border-radius: 999px;
    color: var(--mapro-lux-ink);
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    min-height: 46px;
    padding: 0 16px;
    text-transform: uppercase;
}

.mapro-wse-toolbar__filters button.is-active,
.mapro-wse-toolbar__filters button:hover {
    background: var(--mapro-lux-ink);
    border-color: var(--mapro-lux-ink);
    color: #fff;
}

.mapro-wse-layout {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.78fr);
    margin-top: 22px;
}

.mapro-wse-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mapro-wse-product,
.mapro-wse-cart,
.mapro-wse-modal__panel,
.mapro-wse-message {
    background: #fff;
    border: 1px solid rgba(18, 18, 24, 0.08);
    border-radius: 22px;
    box-shadow: var(--mapro-lux-shadow);
}

.mapro-wse-product {
    overflow: hidden;
    position: relative;
}

.mapro-wse-product__badge {
    background: #101116;
    border-radius: 0 0 0 14px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    padding: 10px 14px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 3;
}

.mapro-wse-product__image {
    display: block;
    overflow: hidden;
}

.mapro-wse-product__image img {
    aspect-ratio: 1 / 1.02;
    display: block;
    height: auto;
    object-fit: cover;
    transform: scale(1);
    transition: transform 220ms ease;
    width: 100%;
}

.mapro-wse-product:hover .mapro-wse-product__image img {
    transform: scale(1.03);
}

.mapro-wse-product__body {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.mapro-wse-product__meta {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.mapro-wse-product__meta span {
    color: #7d7d84;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mapro-wse-product__meta strong {
    color: var(--mapro-lux-ink);
    font-size: 18px;
    font-weight: 900;
    text-align: right;
}

.mapro-wse-product__body h3 {
    color: var(--mapro-lux-ink);
    font-size: clamp(22px, 1.8vw, 30px);
    line-height: 1.02;
    margin: 0;
    text-transform: uppercase;
}

.mapro-wse-product__body p {
    color: #4e4f57;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.mapro-wse-product__actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mapro-wse-product__buy,
.mapro-wse-product__view,
.mapro-wse-modal__add,
.mapro-wse-modal__link,
.mapro-wse-checkout-button {
    align-items: center;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 50px;
    padding: 0 16px;
    text-transform: uppercase;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.mapro-wse-product__buy,
.mapro-wse-modal__add,
.mapro-wse-checkout-button {
    background: var(--mapro-lux-ink);
    color: #fff;
}

.mapro-wse-product__view,
.mapro-wse-modal__link {
    background: var(--mapro-lux-gold-soft);
    color: var(--mapro-lux-ink);
}

.mapro-wse-product__buy:hover,
.mapro-wse-modal__add:hover,
.mapro-wse-checkout-button:hover,
.mapro-wse-product__view:hover,
.mapro-wse-modal__link:hover {
    transform: translateY(-1px);
}

.mapro-wse-product__buy.is-link {
    text-decoration: none;
}

.mapro-wse-cart {
    display: grid;
    gap: 16px;
    height: fit-content;
    padding: 20px;
    position: sticky;
    top: 20px;
}

.mapro-wse-cart__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.mapro-wse-cart__head span,
.mapro-wse-referral span {
    color: #7d7d84;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.mapro-wse-cart__head h2 {
    color: var(--mapro-lux-ink);
    font-size: clamp(28px, 2vw, 36px);
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.mapro-wse-cart-count {
    align-items: center;
    background: var(--mapro-lux-ink);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    min-width: 46px;
    padding: 0 14px;
}

.mapro-wse-referral {
    background: linear-gradient(180deg, #fff 0%, #fbf7ef 100%);
    border: 1px solid rgba(216, 184, 98, 0.28);
    border-radius: 16px;
    padding: 16px;
}

.mapro-wse-referral strong {
    color: var(--mapro-lux-ink);
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.mapro-wse-referral small {
    color: #555;
    display: block;
    margin-top: 4px;
}

.mapro-wse-cart-items {
    display: grid;
    gap: 12px;
    max-height: 460px;
    overflow: auto;
    padding-right: 4px;
}

.mapro-wse-cart-empty {
    background: #f8f6f2;
    border: 1px dashed rgba(18, 18, 24, 0.16);
    border-radius: 16px;
    color: #62626b;
    font-weight: 700;
    padding: 18px;
    text-align: center;
}

.mapro-wse-cart-item {
    background: #fff;
    border: 1px solid rgba(18, 18, 24, 0.08);
    border-radius: 18px;
    display: grid;
    gap: 12px;
    grid-template-columns: 86px minmax(0, 1fr);
    padding: 12px;
}

.mapro-wse-cart-item img {
    border-radius: 14px;
    display: block;
    height: 86px;
    object-fit: cover;
    width: 86px;
}

.mapro-wse-cart-item__body {
    display: grid;
    gap: 8px;
}

.mapro-wse-cart-item__body strong {
    color: var(--mapro-lux-ink);
    font-size: 15px;
    line-height: 1.2;
}

.mapro-wse-cart-item__body > span {
    color: #7e7e86;
    font-size: 13px;
    font-weight: 800;
}

.mapro-wse-cart-item__controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mapro-wse-cart-item__controls button {
    background: #f4efe6;
    border: 0;
    border-radius: 10px;
    color: var(--mapro-lux-ink);
    cursor: pointer;
    font-weight: 900;
    min-height: 34px;
    padding: 0 10px;
}

.mapro-wse-cart-item__controls .is-remove {
    margin-left: auto;
}

.mapro-wse-cart-total {
    align-items: center;
    background: var(--mapro-lux-ink);
    border-radius: 16px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 16px 18px;
}

.mapro-wse-cart-total span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mapro-wse-cart-total strong {
    font-size: 26px;
    line-height: 1;
}

.mapro-wse-checkout-form {
    display: grid;
    gap: 12px;
}

.mapro-wse-checkout-form label {
    color: #222;
    display: grid;
    gap: 6px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.mapro-wse-checkout-form input {
    background: #fff;
    border: 1px solid rgba(18, 18, 24, 0.12);
    border-radius: 14px;
    min-height: 52px;
    padding: 0 14px;
}

.mapro-wse-cart-note {
    color: #68686f;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.mapro-wse-cart-error {
    color: #9c1717;
    font-size: 13px;
    font-weight: 700;
    min-height: 18px;
}

.mapro-wse-modal {
    inset: 0;
    position: fixed;
    z-index: 9998;
}

.mapro-wse-modal[hidden] {
    display: none;
}

.mapro-wse-modal__backdrop {
    background: rgba(9, 10, 12, 0.72);
    inset: 0;
    position: absolute;
}

.mapro-wse-modal__panel {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    left: 50%;
    max-width: min(1080px, calc(100vw - 40px));
    padding: 18px;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mapro-wse-modal__close {
    align-items: center;
    background: #111111;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 28px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 44px;
    z-index: 3;
}

.mapro-wse-modal__media img {
    border-radius: 18px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.mapro-wse-modal__content {
    display: grid;
    gap: 16px;
    align-content: start;
    padding: 16px 6px 16px 0;
}

.mapro-wse-modal__kicker {
    color: var(--mapro-lux-gold-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mapro-wse-modal__content h3 {
    color: var(--mapro-lux-ink);
    font-size: clamp(30px, 3vw, 48px);
    line-height: 0.96;
    margin: 0;
    text-transform: uppercase;
}

.mapro-wse-modal__content p {
    color: #494a52;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.mapro-wse-modal__price {
    color: var(--mapro-lux-ink);
    font-size: clamp(28px, 2.6vw, 40px);
    font-weight: 900;
}

.mapro-wse-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mapro-wse-empty-grid {
    grid-column: 1 / -1;
    min-height: 220px;
}

@media (max-width: 1180px) {
    .mapro-wse-hero,
    .mapro-wse-layout,
    .mapro-wse-modal__panel {
        grid-template-columns: 1fr;
    }

    .mapro-wse-cart {
        position: static;
    }

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

@media (max-width: 760px) {
    .mapro-wse-toolbar {
        grid-template-columns: 1fr;
    }

    .mapro-wse-grid {
        grid-template-columns: 1fr;
    }

    .mapro-wse-product__actions {
        grid-template-columns: 1fr;
    }

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

    .mapro-wse-cart-item img {
        height: 72px;
        width: 72px;
    }

    .mapro-wse-modal__panel {
        max-height: calc(100vh - 30px);
        overflow: auto;
    }
}

body.single-product.mapro-wse-shop-surface .site-main,
body.single-product.mapro-wse-shop-surface .woocommerce {
    color: var(--mapro-lux-ink);
}

body.single-product.mapro-wse-shop-surface div.product {
    background: #fff;
    border: 1px solid rgba(18, 18, 24, 0.08);
    border-radius: 24px;
    box-shadow: var(--mapro-lux-shadow);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.72fr);
    grid-auto-flow: row;
    margin: 0 auto;
    max-width: 1680px;
    overflow: hidden;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-gallery {
    background:
        radial-gradient(circle at 50% 16%, rgba(216, 184, 98, 0.12), transparent 26%),
        linear-gradient(180deg, #050505 0%, #111116 100%);
    align-self: start;
    display: block;
    float: none;
    height: auto;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    width: auto;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-gallery__wrapper {
    display: block;
    height: 100%;
    margin: 0;
    width: 100%;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-gallery__image {
    align-items: center;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
    padding: clamp(18px, 2.8vw, 36px);
    width: 100%;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-gallery__image a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-gallery img {
    display: block;
    height: 100%;
    max-height: none;
    max-width: none;
    object-fit: contain;
    width: 100%;
}

body.single-product.mapro-wse-shop-surface div.product .summary.entry-summary {
    display: grid;
    gap: 18px;
    padding: clamp(22px, 2.8vw, 38px);
}

body.single-product.mapro-wse-shop-surface div.product .product_title.entry-title {
    color: var(--mapro-lux-ink);
    font-size: clamp(24px, 1.8vw, 34px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
    max-width: none;
    overflow-wrap: normal;
    white-space: normal;
    word-break: normal;
    writing-mode: horizontal-tb;
}

body.single-product.mapro-wse-shop-surface div.product .price {
    color: var(--mapro-lux-ink);
    font-size: clamp(20px, 1.6vw, 28px);
    font-weight: 900;
    margin: 0;
}

body.single-product.mapro-wse-shop-surface div.product .price del {
    color: #7e7e86;
    font-size: 0.7em;
    font-weight: 800;
    margin-right: 8px;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-details__short-description {
    color: #40414a;
    font-size: 14px;
    line-height: 1.68;
    max-width: 58ch;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-details__short-description p {
    margin-bottom: 14px;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-details__short-description ul {
    margin: 0;
    padding-left: 20px;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-details__short-description li {
    margin-bottom: 8px;
}

body.single-product.mapro-wse-shop-surface div.product .product_meta {
    border-top: 1px solid rgba(18, 18, 24, 0.08);
    color: #6d6e76;
    display: grid;
    gap: 8px;
    font-size: 13px;
    padding-top: 18px;
}

body.single-product.mapro-wse-shop-surface div.product .product_meta a {
    color: var(--mapro-lux-ink);
    font-weight: 800;
    text-decoration: none;
}

body.single-product.mapro-wse-shop-surface div.product form.cart {
    align-items: center;
    border-top: 1px solid rgba(18, 18, 24, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 18px;
}

body.single-product.mapro-wse-shop-surface div.product form.cart .quantity {
    margin: 0;
}

body.single-product.mapro-wse-shop-surface div.product form.cart .quantity input {
    background: #fff;
    border: 1px solid rgba(18, 18, 24, 0.12);
    border-radius: 12px;
    min-height: 54px;
}

body.single-product.mapro-wse-shop-surface div.product form.cart .single_add_to_cart_button {
    align-items: center;
    background: var(--mapro-lux-ink);
    border: 0;
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 54px;
    padding: 0 20px;
    text-transform: uppercase;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-tabs {
    border-top: 1px solid rgba(18, 18, 24, 0.08);
    grid-column: 1 / -1;
    margin-top: 0;
    padding: 0 clamp(24px, 3vw, 42px) clamp(28px, 4vw, 44px);
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 18px;
    padding: 0;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-tabs .tabs li {
    margin: 0;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-tabs .tabs a {
    background: #f5f0e4;
    border-radius: 999px;
    color: var(--mapro-lux-ink);
    display: inline-flex;
    font-weight: 900;
    padding: 10px 16px;
    text-decoration: none;
}

body.single-product.mapro-wse-shop-surface div.product .woocommerce-tabs .panel {
    background: linear-gradient(180deg, #fff 0%, #fcfaf5 100%);
    border: 1px solid rgba(18, 18, 24, 0.08);
    border-radius: 18px;
    color: #40414a;
    line-height: 1.68;
    max-width: 100%;
    padding: clamp(20px, 2.4vw, 30px);
}

body.single-product.mapro-wse-shop-surface div.product > .woocommerce-product-gallery,
body.single-product.mapro-wse-shop-surface div.product > .summary.entry-summary {
    min-width: 0;
}

body.single-product.mapro-wse-shop-surface div.product .related.products,
body.single-product.mapro-wse-shop-surface div.product .up-sells.products {
    grid-column: 1 / -1;
    padding: 0 clamp(24px, 3vw, 42px) clamp(28px, 4vw, 44px);
}

body.single-product.mapro-wse-shop-surface div.product .related.products h2,
body.single-product.mapro-wse-shop-surface div.product .up-sells.products h2 {
    color: var(--mapro-lux-ink);
    font-size: clamp(18px, 1.7vw, 26px);
    font-weight: 900;
    margin: 0 0 16px;
    text-transform: uppercase;
}

body.single-product.mapro-wse-shop-surface div.product .related.products ul.products,
body.single-product.mapro-wse-shop-surface div.product .up-sells.products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.single-product.mapro-wse-shop-surface div.product .related.products ul.products li.product,
body.single-product.mapro-wse-shop-surface div.product .up-sells.products ul.products li.product {
    border: 1px solid rgba(18, 18, 24, 0.08);
    border-radius: 18px;
    box-shadow: var(--mapro-lux-shadow);
}

@media (max-width: 1180px) {
    body.single-product.mapro-wse-shop-surface div.product {
        grid-template-columns: 1fr;
    }

    body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-gallery {
        width: 100%;
    }

    body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-gallery__image {
        aspect-ratio: 1 / 1;
        min-height: 0;
    }
}

@media (max-width: 760px) {
    body.single-product.mapro-wse-shop-surface div.product .summary.entry-summary {
        padding: 22px 18px 28px;
    }

    body.single-product.mapro-wse-shop-surface div.product .woocommerce-product-gallery__image {
        aspect-ratio: 1 / 1;
        min-height: 0;
        padding: 16px;
    }

    body.single-product.mapro-wse-shop-surface div.product .woocommerce-tabs,
    body.single-product.mapro-wse-shop-surface div.product .related.products,
    body.single-product.mapro-wse-shop-surface div.product .up-sells.products {
        padding-left: 18px;
        padding-right: 18px;
    }
}
