.woocommerce-page .site-main {
    margin-inline: auto;
    padding: calc(var(--mq-header-height) + var(--mq-content-top-gap)) 0 70px;
    width: var(--mq-page);
}

.favorites-page {
    margin-inline: auto;
    padding: calc(var(--mq-header-height) + var(--mq-content-top-gap)) 0 70px;
    width: var(--mq-page);
}

.admin-bar .favorites-page {
    padding-top: calc(32px + var(--mq-header-height) + var(--mq-content-top-gap));
}

.woocommerce-products-header {
    margin-bottom: 32px;
}

.woocommerce-products-header__title.page-title {
    color: #1d1d1f;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

.woocommerce ul.products {
    display: grid;
    gap: 34px 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.woocommerce ul.products li.product .lineup-card__image {
    background: #fff;
    min-height: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #1d1d1f;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.15;
    margin: 0 auto 8px;
    min-height: 48px;
    overflow: hidden;
    padding: 0;
}

.woocommerce ul.products li.product .lineup-card__swatches + .woocommerce-loop-product__title {
    margin-top: 0;
}

.woocommerce div.product .product_title {
    color: var(--mq-ink);
    font-size: 18px;
    line-height: 1.2;
    padding: 14px 14px 0;
}

.woocommerce ul.products li.product .price {
    display: block;
    min-height: 18px;
    padding: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .woocommerce-Price-amount {
    color: #1d1d1f;
    font-size: 11px;
    font-weight: 600;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
    color: #86868b;
    font-weight: 500;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
    color: #b64400;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce div.product p.price {
    color: var(--mq-brand);
    font-size: 16px;
    font-weight: 700;
    padding: 0 14px;
}

.maqves-shop-card__excerpt {
    color: #333336;
    display: -webkit-box;
    font-size: 11px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.35;
    margin: 0 auto 10px;
    max-width: 220px;
    min-height: 30px;
    overflow: hidden;
}

.maqves-shop-card__excerpt.is-empty {
    visibility: hidden;
}

.favorites-empty {
    align-items: flex-start;
    display: grid;
    gap: 12px;
    max-width: 420px;
}

.favorites-empty h2 {
    color: #1d1d1f;
    font-size: 21px;
    line-height: 1.2;
    margin: 0;
}

.favorites-empty p {
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 8px;
}

.woocommerce ul.products li.product .lineup-card__actions {
    gap: 14px;
    margin-top: 18px;
}

.woocommerce ul.products li.product .lineup-card__primary {
    font-size: 12px;
    min-height: 32px;
    padding: 0 16px;
}

.woocommerce ul.products li.product .lineup-card__secondary {
    font-size: 12px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button {
    background: #0071e3;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    outline: 0;
    padding: 10px 15px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover {
    background: #0066cc;
    color: #fff;
}

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

.woocommerce-result-count,
.woocommerce-ordering select {
    color: var(--mq-muted);
    font-size: 12px;
}

.woocommerce-notices-wrapper {
    margin: 0 0 18px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    align-items: center;
    background: #f5f5f7;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    color: #1d1d1f;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
    line-height: 1.35;
    list-style: none;
    margin: 0 0 12px;
    padding: 12px 14px;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    content: none;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    margin-left: auto;
    min-height: 30px;
    padding: 0 14px;
}

.woocommerce-message a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-error a:not(.button) {
    color: #0066cc;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-message a:not(.button):hover,
.woocommerce-info a:not(.button):hover,
.woocommerce-error a:not(.button):hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.maqves-notice-text {
    color: #333336;
}

.maqves-single-product {
    color: #1d1d1f;
}

.maqves-single-product__hero {
    align-items: start;
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.72fr);
    margin-bottom: 58px;
}

.maqves-single-product__media {
    display: grid;
    gap: 14px;
    min-width: 0;
    position: relative;
}

.maqves-single-product__badges {
    align-items: center;
    display: flex;
    gap: 8px;
    min-height: 24px;
}

.maqves-single-product__badges span {
    border: 1px solid #d2d2d7;
    border-radius: 999px;
    color: #b64400;
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    min-height: 24px;
    padding: 0 10px;
    align-items: center;
}

.maqves-single-product__image {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    margin: 0;
    min-height: 520px;
    overflow: hidden;
}

.maqves-single-product__image a,
.maqves-single-product__image span {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.maqves-single-product__image a {
    cursor: zoom-in;
}

.maqves-single-product__image img {
    display: block;
    height: auto;
    max-height: 620px;
    object-fit: contain;
    width: min(100%, 680px);
}

.maqves-single-product__gallery {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.maqves-single-product__gallery a {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    display: flex;
    flex: 0 0 72px;
    height: 90px;
    justify-content: center;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.maqves-single-product__gallery a.is-active {
    border-color: var(--mq-brand);
    box-shadow: inset 0 0 0 1px var(--mq-brand);
}

.maqves-single-product__gallery img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

body.product-gallery-open {
    overflow: hidden;
}

.maqves-product-lightbox {
    align-items: center;
    background: rgba(245, 245, 247, 0.86);
    backdrop-filter: saturate(180%) blur(20px);
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    inset: 0;
    opacity: 0;
    padding: 74px clamp(18px, 5vw, 72px) 34px;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 9999;
}

.maqves-product-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.maqves-product-lightbox__figure {
    align-items: center;
    display: grid;
    gap: 14px;
    justify-items: center;
    margin: 0;
    min-height: 0;
    overflow: hidden;
}

.maqves-product-lightbox__figure img {
    background: #fff;
    border: 1px solid #d2d2d7;
    border-radius: 3px;
    cursor: zoom-in;
    display: block;
    max-height: min(78vh, 820px);
    max-width: min(100%, 980px);
    object-fit: contain;
    padding: 16px;
    transition: transform 180ms ease;
    will-change: transform;
}

.maqves-product-lightbox.is-zoomed .maqves-product-lightbox__figure img {
    cursor: zoom-out;
    transform: scale(1.85);
}

.maqves-product-lightbox__figure figcaption {
    color: #6e6e73;
    font-size: 11px;
    font-weight: 500;
}

.maqves-product-lightbox__close,
.maqves-product-lightbox__arrow {
    appearance: none;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #d2d2d7;
    border-radius: 50%;
    color: #1d1d1f;
    cursor: pointer;
    display: inline-grid;
    height: 40px;
    place-items: center;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
    width: 40px;
}

.maqves-product-lightbox__close:hover,
.maqves-product-lightbox__arrow:hover {
    background: #fff;
    border-color: #86868b;
}

.maqves-product-lightbox__close {
    position: absolute;
    right: clamp(18px, 4vw, 52px);
    top: 22px;
}

.maqves-product-lightbox__close::before,
.maqves-product-lightbox__close::after {
    background: currentColor;
    content: "";
    height: 1.5px;
    position: absolute;
    width: 16px;
}

.maqves-product-lightbox__close::before {
    transform: rotate(45deg);
}

.maqves-product-lightbox__close::after {
    transform: rotate(-45deg);
}

.maqves-product-lightbox__arrow::before {
    border-color: currentColor;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    height: 10px;
    width: 10px;
}

.maqves-product-lightbox__arrow--prev {
    justify-self: start;
}

.maqves-product-lightbox__arrow--prev::before {
    transform: rotate(135deg);
}

.maqves-product-lightbox__arrow--next {
    justify-self: end;
}

.maqves-product-lightbox__arrow--next::before {
    transform: rotate(-45deg);
}

.maqves-single-product__summary {
    align-content: start;
    display: grid;
    gap: 18px;
    padding-top: 42px;
    position: sticky;
    top: calc(var(--mq-header-height) + 24px);
}

.admin-bar .maqves-single-product__summary {
    top: calc(32px + var(--mq-header-height) + 24px);
}

.maqves-single-product__eyebrow,
.maqves-single-product__eyebrow a {
    color: #6e6e73;
    font-size: 12px;
    font-weight: 500;
}

.maqves-single-product .product_title {
    color: #1d1d1f;
    font-size: 21px;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.16;
    margin: 0;
    padding: 0;
}

.maqves-single-product__price,
.maqves-single-product__price .amount {
    color: var(--mq-brand);
    font-size: 18px;
    font-weight: 700;
}

.maqves-single-product__price del,
.maqves-single-product__price del .amount {
    color: #86868b;
    font-weight: 500;
}

.maqves-single-product__price ins,
.maqves-single-product__price ins .amount {
    color: #b64400;
    font-weight: 700;
    text-decoration: none;
}

.maqves-single-product__short {
    color: #424245;
    font-size: 13px;
    line-height: 1.65;
    max-width: 420px;
}

.maqves-single-product__short p {
    margin: 0;
}

.maqves-single-product__colors {
    display: grid;
    gap: 8px;
}

.maqves-single-product__colors > span {
    color: #6e6e73;
    font-size: 12px;
    font-weight: 500;
}

.maqves-single-product__color-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.maqves-single-product__color-swatch {
    align-items: center;
    background: #fff;
    border: 1px solid #d2d2d7;
    display: inline-flex;
    gap: 7px;
    min-height: 28px;
    padding: 5px 9px;
}

.maqves-single-product__color-swatch i {
    background: var(--swatch-color, #d2d2d7);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    display: block;
    height: 11px;
    width: 11px;
}

.maqves-single-product__color-swatch em {
    color: #424245;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.maqves-single-product__purchase {
    background: #f5f5f7;
    border: 1px solid #d2d2d7;
    margin-top: 4px;
    padding: 14px;
}

.maqves-single-product__variable-form {
    display: grid;
    gap: 14px;
    margin: 0;
}

.maqves-variation-fields {
    display: grid;
    gap: 12px;
}

.maqves-variation-picker {
    display: grid;
    gap: 8px;
}

.maqves-variation-picker__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.maqves-variation-picker__top label {
    color: #1d1d1f;
    font-size: 12px;
    font-weight: 650;
}

.maqves-variation-picker__top label span,
.maqves-variation-picker__top label strong {
    color: #6e6e73;
    font-size: 12px;
    font-weight: 650;
}

.maqves-variation-picker__select {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.maqves-variation-picker__options {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.maqves-variation-picker__options--color {
    gap: 10px;
}

.maqves-variation-option {
    align-items: center;
    background: #fff;
    border: 1px solid #d2d2d7;
    color: #1d1d1f;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 7px;
    min-height: 34px;
    padding: 7px 10px;
    transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.maqves-variation-picker__options--color .maqves-variation-option {
    border-radius: 6px;
    height: 58px;
    justify-content: center;
    padding: 0;
    width: 58px;
}

.maqves-variation-option:hover,
.maqves-variation-option.is-active {
    border-color: var(--mq-brand);
    box-shadow: 0 0 0 1px var(--mq-brand);
    color: var(--mq-brand);
}

.maqves-variation-option:disabled,
.maqves-variation-option.is-disabled {
    color: #86868b;
    cursor: not-allowed;
    opacity: 0.45;
}

.maqves-variation-picker__options--color .maqves-variation-option:hover,
.maqves-variation-picker__options--color .maqves-variation-option.is-active {
    border-color: #000;
    box-shadow: 0 0 0 2px #000;
}

.maqves-variation-option__dot {
    background: var(--swatch-color, #d2d2d7);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    height: 12px;
    width: 12px;
}

.maqves-variation-option__thumb {
    align-items: center;
    background: #f5f5f7;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.maqves-variation-option__thumb img {
    height: 100%;
    object-fit: contain;
    padding: 5px;
    width: 100%;
}

.maqves-variation-option__thumb i {
    background: var(--swatch-color, #d2d2d7);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    display: block;
    height: 22px;
    width: 22px;
}

.maqves-variation-option__thumb b {
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    display: none;
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -62%) rotate(-45deg);
    width: 24px;
}

.maqves-variation-option.is-active .maqves-variation-option__thumb::after {
    background: rgba(0, 0, 0, 0.18);
    content: "";
    inset: 0;
    position: absolute;
}

.maqves-variation-option.is-active .maqves-variation-option__thumb b {
    display: block;
    z-index: 1;
}

.maqves-reset-variations {
    color: #0066cc;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    justify-self: start;
    margin-top: -2px;
}

.maqves-single-product__variable-form .woocommerce-variation {
    color: #424245;
    font-size: 12px;
    line-height: 1.5;
}

.maqves-single-product__variable-form .woocommerce-variation-price,
.maqves-single-product__variable-form .woocommerce-variation-availability {
    display: none;
}

.maqves-single-product__cart {
    align-items: center;
    display: grid;
    grid-template-columns: auto minmax(132px, 1fr) minmax(132px, 1fr);
    gap: 8px;
    margin: 0;
}

.maqves-single-product__cart .maqves-quantity-control {
    grid-template-columns: 36px 44px 36px;
    min-height: 36px;
}

.maqves-single-product__cart .maqves-quantity-control .quantity .qty {
    height: 1500px;
    width: 2000px;
}

.woocommerce .maqves-single-product__cart .single_add_to_cart_button {
    background: #1d1d1f;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 1.8px;
    min-height: 42px;
    min-width: 0;
    padding: 0 12px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}

.maqves-single-product__cart--variable {
    grid-template-columns: auto minmax(116px, 1fr) minmax(116px, 1fr);
}

.maqves-buy-now-button {
    align-items: center;
    background: var(--mq-brand);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 11px;
    font-weight: 650;
    justify-content: center;
    letter-spacing: 1.8px;
    min-height: 42px;
    min-width: 0;
    padding: 0 12px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}

.maqves-buy-now-button:hover {
    background: #10283e;
    color: #fff;
}

.maqves-single-product__favorite-row {
    align-items: center;
    display: flex;
    gap: 8px;
}

.maqves-single-product__favorite-row .favorite-toggle {
    height: 24px;
    position: static;
    width: 24px;
}

.maqves-single-product__favorite-row .favorite-toggle svg {
    height: 15px;
    width: 15px;
}

.maqves-single-product__favorite-row > span {
    color: #1d1d1f;
    font-size: 13px;
    font-weight: 500;
}

.maqves-single-product__facts {
    border-top: 1px solid #e8e8ed;
    display: grid;
    gap: 10px;
    margin: 4px 0 0;
    padding-top: 18px;
}

.maqves-single-product__signals {
    align-items: center;
    color: #6e6e73;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 14px;
}

.maqves-single-product__rating {
    align-items: center;
    color: #6e6e73;
    display: inline-flex;
    gap: 8px;
    line-height: 1.35;
    text-decoration: none;
}

.maqves-single-product__rating:hover {
    color: #0066cc;
}

.maqves-single-product__rating-score {
    background: rgba(24, 58, 90, 0.08);
    border-radius: 999px;
    color: var(--mq-brand);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    min-height: 24px;
    padding: 4px 9px;
}

.maqves-single-product__sold {
    border-left: 1px solid #d2d2d7;
    padding-left: 14px;
}

.maqves-single-product__facts div {
    display: grid;
    gap: 2px;
}

.maqves-single-product__facts dt {
    color: #6e6e73;
    font-size: 11px;
    font-weight: 500;
}

.maqves-single-product__facts dd,
.maqves-single-product__facts a,
.maqves-single-product__facts .stock {
    color: #1d1d1f;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.maqves-single-product__trust {
    border: 1px solid var(--mq-brand);
    display: grid;
    margin-top: 16px;
    position: relative;
}

.maqves-single-product__trust-label {
    background: var(--mq-brand);
    color: #fff;
    font-size: 12px;
    font-weight: 650;
    justify-self: center;
    line-height: 1;
    padding: 8px 12px;
    transform: translateY(-50%);
}

.maqves-single-product__payments {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: -6px;
    padding: 0 16px 16px;
}

.maqves-single-product__payments span {
    align-items: center;
    background: #fff;
    border: 1px solid #d2d2d7;
    border-radius: 3px;
    color: #1d1d1f;
    display: inline-flex;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.1px;
    min-height: 28px;
    padding: 0 8px;
}

.maqves-single-product__trust-grid {
    background: var(--mq-brand);
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.maqves-single-product__trust-grid div {
    display: grid;
    gap: 8px;
    padding: 18px 12px;
    text-align: center;
}

.maqves-single-product__trust-grid strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}

.maqves-single-product__trust-grid span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    line-height: 1.35;
}

.maqves-mobile-buybar {
    display: none;
}

.maqves-single-product__details {
    border-top: 1px solid #d2d2d7;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 52px;
    padding-top: 34px;
}

.maqves-single-product__detail-block h2,
.maqves-single-product__reviews > h2,
.related.products > h2 {
    color: #1d1d1f;
    font-size: 21px;
    font-weight: 650;
    line-height: 1.18;
    margin: 0 0 18px;
}

.maqves-single-product__description {
    color: #424245;
    font-size: 13px;
    line-height: 1.6;
}

.maqves-single-product__description p {
    margin: 0 0 12px;
}

.maqves-single-product__description p:last-child {
    margin-bottom: 0;
}

.maqves-single-product table.shop_attributes {
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    overflow: hidden;
}

.maqves-single-product table.shop_attributes th,
.maqves-single-product table.shop_attributes td {
    border-color: #e8e8ed;
    color: #424245;
    font-size: 12px;
    padding: 10px 12px;
}

.maqves-single-product table.shop_attributes th {
    color: #1d1d1f;
    font-weight: 650;
    width: 38%;
}

.maqves-single-product__reviews {
    border-top: 1px solid #d2d2d7;
    margin-bottom: 52px;
    padding-top: 34px;
    scroll-margin-top: calc(var(--mq-header-height) + 28px);
}

.maqves-single-product__reviews #reviews {
    display: grid;
    gap: 22px;
}

.maqves-single-product__review-summary {
    align-items: center;
    background: #f5f5f7;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    display: inline-flex;
    gap: 10px;
    margin-bottom: 18px;
    min-height: 44px;
    padding: 8px 14px;
}

.maqves-single-product__review-summary strong {
    color: var(--mq-brand);
    font-size: 17px;
    line-height: 1;
}

.maqves-single-product__review-summary span {
    color: #424245;
    font-size: 13px;
    font-weight: 650;
}

.maqves-single-product__reviews #comments {
    display: none;
}

.maqves-single-product__review-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.maqves-single-product__review {
    background: #f5f5f7;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 14px;
}

.maqves-single-product__review-avatar img {
    border-radius: 999px;
    display: block;
    height: 42px;
    width: 42px;
}

.maqves-single-product__review-body {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.maqves-single-product__review-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.maqves-single-product__review-meta strong {
    color: #1d1d1f;
    font-size: 13px;
}

.maqves-single-product__review-meta time {
    color: #6e6e73;
    font-size: 12px;
}

.maqves-single-product__review-rating {
    background: rgba(245, 183, 0, 0.14);
    border-radius: 999px;
    color: #8a6500;
    font-size: 12px;
    font-weight: 700;
    justify-self: start;
    line-height: 1;
    padding: 6px 9px;
}

.maqves-single-product__review-text {
    color: #424245;
    font-size: 13px;
    line-height: 1.55;
}

.maqves-single-product__review-text p {
    margin: 0;
}

.maqves-single-product__review-text.is-empty,
.maqves-single-product__review-empty {
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 18px;
}

.maqves-single-product__reviews #comments h2,
.maqves-single-product__reviews #reply-title {
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.2;
    margin: 0 0 14px;
}

.maqves-single-product__reviews .commentlist {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.maqves-single-product__reviews .commentlist li {
    background: #f5f5f7;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    margin: 0;
    padding: 14px;
}

.maqves-single-product__reviews .comment_container {
    align-items: start;
    display: grid;
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr);
}

.maqves-single-product__reviews .avatar {
    border-radius: 999px;
    height: 42px;
    width: 42px;
}

.maqves-single-product__reviews .comment-text {
    border: 0;
    margin: 0;
    padding: 0;
}

.maqves-single-product__reviews .woocommerce-review__author {
    color: #1d1d1f;
    font-size: 13px;
    font-weight: 700;
}

.maqves-single-product__reviews .woocommerce-review__dash {
    display: none;
}

.maqves-single-product__reviews .woocommerce-review__published-date,
.maqves-single-product__reviews .description,
.maqves-single-product__reviews .comment-notes,
.maqves-single-product__reviews .logged-in-as {
    color: #6e6e73;
    font-size: 12px;
    line-height: 1.45;
}

.maqves-single-product__reviews .description p {
    margin: 8px 0 0;
}

.maqves-single-product__reviews .star-rating {
    color: #f5b700;
    float: none;
    font-size: 12px;
    margin: 0 0 6px;
}

.maqves-single-product__reviews .comment-respond {
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    padding: 16px;
}

.maqves-single-product__reviews .comment-form {
    display: grid;
    gap: 12px;
}

.maqves-single-product__reviews .comment-form p {
    margin: 0;
}

.maqves-single-product__reviews .comment-form-rating {
    align-items: start;
    display: grid;
    gap: 6px;
}

.maqves-single-product__reviews .comment-form-rating.is-enhanced select {
    height: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.maqves-single-product__reviews label {
    color: #333336;
    display: block;
    font-size: 12px;
    font-weight: 650;
    margin: 0 0 6px;
}

.maqves-single-product__reviews input[type="text"],
.maqves-single-product__reviews input[type="email"],
.maqves-single-product__reviews textarea,
.maqves-single-product__reviews select {
    border: 1px solid #c7c7cc;
    border-radius: 8px;
    color: #1d1d1f;
    display: block;
    font-size: 13px;
    min-height: 40px;
    padding: 9px 12px;
    width: min(100%, 260px);
}

.maqves-single-product__reviews .stars {
    display: inline-flex;
    gap: 3px;
    margin: 0;
}

.maqves-single-product__reviews .stars span {
    display: inline-flex;
    gap: 3px;
}

.maqves-single-product__reviews .stars a {
    align-items: center;
    color: #c7c7cc;
    display: inline-flex;
    font-size: 0;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    transition: color 140ms ease, transform 140ms ease;
    width: 30px;
}

.maqves-single-product__reviews .stars a::before {
    content: "\2605";
    font-size: 20px;
    line-height: 1;
}

.maqves-single-product__reviews .stars a:hover,
.maqves-single-product__reviews .stars a:focus,
.maqves-single-product__reviews .stars a.is-filled {
    color: #f5b700;
}

.maqves-single-product__reviews .stars a.is-active {
    transform: scale(1.08);
}

.maqves-single-product__reviews textarea {
    min-height: 110px;
    resize: vertical;
}

.maqves-single-product__reviews .form-submit .submit {
    background: var(--mq-brand);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    min-height: 38px;
    padding: 0 18px;
}

.related.products {
    border-top: 1px solid #d2d2d7;
    padding-top: 34px;
}

.woocommerce nav.woocommerce-pagination {
    margin: 28px 0 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-pagination ul.page-numbers,
ul.page-numbers {
    align-items: center;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-pagination ul.page-numbers li,
ul.page-numbers li {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-pagination .page-numbers,
ul.page-numbers .page-numbers {
    align-items: center;
    background: #f5f5f7;
    border-radius: 999px;
    color: #1d1d1f;
    display: inline-flex;
    font-size: 13px;
    font-weight: 650;
    height: 34px;
    justify-content: center;
    min-width: 34px;
    padding: 0 12px;
    text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-pagination .page-numbers.current,
ul.page-numbers .page-numbers.current {
    background: var(--mq-brand);
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-pagination a.page-numbers:hover,
ul.page-numbers a.page-numbers:hover {
    background: #e8e8ed;
    color: var(--mq-brand);
}

.maqves-auth {
    min-height: calc(100vh - 124px);
    padding: 28px 0 86px;
}

.maqves-auth__intro {
    margin: 0 auto 84px;
    max-width: 1180px;
}

.maqves-auth--register .maqves-auth__intro {
    margin-bottom: 32px;
    max-width: 520px;
    text-align: center;
}

.maqves-auth__intro h1 {
    color: #1d1d1f;
    font-size: 21px;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0;
}

.maqves-auth__intro p {
    color: #424245;
    font-size: 13px;
    line-height: 1.4;
    margin: 12px 0 0;
}

.maqves-auth__intro a {
    color: #0066cc;
}

.maqves-auth__intro a::after {
    content: "↗";
    font-size: 11px;
    padding-left: 4px;
}

.maqves-auth__panel {
    margin-inline: auto;
    max-width: 520px;
    text-align: center;
}

.maqves-auth__panel.has-register {
    display: grid;
    gap: 54px;
    grid-template-columns: 1fr;
}

.maqves-auth h2 {
    color: #1d1d1f;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 34px;
}

.maqves-auth form {
    margin: 0;
}

.maqves-auth__credentials {
    background: #fff;
    border: 1px solid #86868b;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.maqves-auth__credentials:focus-within {
    border-color: var(--mq-brand);
    box-shadow: 0 0 0 3px rgba(24, 58, 90, 0.14);
}

.maqves-auth__field {
    margin: 0;
    position: relative;
}

.maqves-auth__credentials .maqves-auth__field + .maqves-auth__field {
    border-top: 1px solid #d2d2d7;
}

.maqves-auth__field label:not(.woocommerce-form__label) {
    color: #6e6e73;
    display: block;
    font-size: 12px;
    left: 18px;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 11px;
    z-index: 1;
}

.maqves-auth__field input.input-text {
    appearance: none;
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #1d1d1f;
    font-size: 15px;
    height: 57px;
    line-height: 1.2;
    padding: 24px 58px 8px 18px;
    width: 100%;
}

.maqves-auth__field select.input-text {
    appearance: none;
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #1d1d1f;
    font-size: 15px;
    height: 57px;
    line-height: 1.2;
    padding: 24px 42px 8px 18px;
    width: 100%;
}

.maqves-auth__field input[type="password"] {
    padding-right: 58px;
}

.maqves-auth__field input.input-text::placeholder {
    color: #6e6e73;
}

.maqves-auth__field input.input-text:focus {
    box-shadow: none;
    outline: 0;
}

.maqves-auth__submit-icon {
    align-items: center;
    background: transparent;
    border: 1.5px solid #86868b;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 34px;
}

.maqves-auth__submit-icon svg {
    display: block;
    fill: none;
    height: 18px;
    stroke: #86868b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 18px;
}

.maqves-auth__submit-icon:hover,
.maqves-auth__submit-icon:focus-visible {
    border-color: #1d1d1f;
}

.maqves-auth__submit-icon:hover svg,
.maqves-auth__submit-icon:focus-visible svg {
    stroke: #1d1d1f;
}

.maqves-auth .show-password-input {
    display: none !important;
}

.maqves-auth__options {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 138px 0 40px;
}

.maqves-auth__options label {
    align-items: center;
    color: #1d1d1f;
    display: inline-flex;
    font-size: 14px;
    gap: 10px;
}

.maqves-auth__options input {
    height: 16px;
    margin: 0;
    width: 16px;
}

.maqves-auth .lost_password {
    margin: 0 0 14px;
}

.maqves-auth .lost_password a,
.maqves-auth__create a {
    color: #0066cc;
    font-size: 13px;
}

.maqves-auth .lost_password a::after,
.maqves-auth__create a::after {
    content: "↗";
    font-size: 11px;
    padding-left: 4px;
}

.maqves-auth__create,
.maqves-auth__hint {
    color: #424245;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
}

.maqves-auth__hint {
    margin-bottom: 18px;
}

.maqves-auth--password {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.maqves-auth--password .maqves-auth__intro {
    margin-bottom: 28px;
}

.maqves-auth--password .maqves-auth__intro p {
    color: #424245;
    font-size: 14px;
    line-height: 1.45;
    margin: 10px auto 0;
    max-width: 520px;
}

.maqves-auth--password .maqves-auth__panel {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
}

.maqves-auth__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
}

.maqves-auth__actions a:not(.maqves-auth__register-submit) {
    color: #0066cc;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.maqves-auth__actions a:not(.maqves-auth__register-submit):hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.maqves-auth--confirmation .maqves-auth__form {
    text-align: left;
}

.maqves-auth__register {
    border-top: 1px solid #d2d2d7;
    padding-top: 46px;
}

.maqves-register-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 12px;
}

.maqves-register-grid .maqves-auth__field {
    border: 1px solid #86868b;
    border-radius: 10px;
    overflow: hidden;
}

.maqves-auth__divider {
    border-top: 1px solid #d2d2d7;
    margin: 18px 0;
}

.maqves-auth__register-submit {
    align-items: center;
    background: #0071e3;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
    margin-top: 18px;
    min-height: 44px;
    width: 100%;
}

.maqves-cart-form {
    margin-bottom: 34px;
}

.maqves-cart-list {
    display: grid;
    gap: 14px;
}

.maqves-cart-card {
    align-items: stretch;
    background: #fff;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
    padding: 14px;
    position: relative;
}

.maqves-cart-card__media {
    position: relative;
}

.maqves-cart-card .lineup-card__image {
    aspect-ratio: 4 / 5;
    border-radius: 3px;
    min-height: 0;
}

.maqves-cart-card__body {
    align-content: start;
    display: grid;
    min-width: 0;
}

.maqves-cart-card__title {
    color: #1d1d1f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.18;
    margin: 0 0 8px;
}

.maqves-cart-card__meta {
    color: #6e6e73;
    font-size: 11px;
    line-height: 1.35;
}

.maqves-cart-card__details {
    border-top: 1px solid #e8e8ed;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    padding-top: 14px;
}

.maqves-cart-card__details span {
    color: #6e6e73;
    display: block;
    font-size: 11px;
    margin-bottom: 6px;
}

.maqves-cart-card__details strong,
.maqves-cart-card__details .amount {
    color: #1d1d1f;
    font-size: 12px;
    font-weight: 600;
}

.maqves-quantity-control {
    border: 1px solid #d2d2d7;
    display: grid;
    grid-template-columns: 42px 48px 42px;
    min-height: 42px;
    width: fit-content;
}

.maqves-quantity-control__button {
    align-items: center;
    background: #fff;
    border: 0;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

.maqves-quantity-control__button:hover {
    background: #f5f5f7;
}

.maqves-quantity-control .quantity {
    align-items: center;
    background: #f5f5f7;
    border-left: 1px solid #f0f0f2;
    border-right: 1px solid #f0f0f2;
    display: flex;
    justify-content: center;
}

.maqves-quantity-control .quantity .qty {
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #1d1d1f;
    font-size: 13px;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 48px;
}

.maqves-quantity-control .quantity .qty::-webkit-inner-spin-button,
.maqves-quantity-control .quantity .qty::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

.maqves-cart-card .quantity .qty {
    border: 1px solid #d2d2d7;
    border-radius: 999px;
    color: #1d1d1f;
    font-size: 12px;
    height: 32px;
    max-width: 74px;
    padding: 0 10px;
    text-align: center;
}

.maqves-cart-card .maqves-quantity-control .quantity .qty {
    border: 0;
    border-radius: 0;
    font-size: 13px;
    height: 40px;
    max-width: none;
    padding: 0;
    width: 48px;
}

.maqves-cart-card__actions {
    margin-top: 18px;
}

.maqves-cart-card__remove {
    color: #0066cc;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce a.remove.maqves-cart-card__remove:hover {
    background: transparent;
    color: #b64400;
}

.maqves-cart-tools {
    align-items: center;
    border-top: 1px solid #d2d2d7;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 18px;
}

.maqves-cart-tools .coupon {
    display: flex;
    gap: 8px;
}

.maqves-cart-tools .input-text {
    border: 1px solid #d2d2d7;
    border-radius: 999px;
    color: #1d1d1f;
    font-size: 12px;
    min-height: 34px;
    padding: 0 14px;
}

.cart-collaterals .cart_totals {
    background: #fff;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    margin-left: auto;
    max-width: 420px;
    padding: 18px;
}

.cart-collaterals .cart_totals h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.cart-collaterals .shop_table {
    border: 0;
    margin: 0;
}

.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
    border-top: 1px solid #e8e8ed;
    color: #1d1d1f;
    font-size: 12px;
    padding: 10px 0;
}

.cart-collaterals .wc-proceed-to-checkout {
    padding: 14px 0 0;
}

.cart-collaterals .checkout-button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 38px;
    width: 100%;
}

.woocommerce-checkout .site-main,
.woocommerce-order-received .site-main {
    max-width: 1180px;
}

.woocommerce-checkout .content-card > h1,
.woocommerce-order-received .content-card > h1 {
    color: #1d1d1f;
    font-size: 21px;
    line-height: 1.2;
    margin: 0 0 18px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .checkout_coupon {
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    margin-bottom: 18px;
}

.woocommerce-checkout .checkout_coupon {
    display: flex;
    gap: 10px;
    padding: 14px;
}

.woocommerce-checkout form.checkout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    grid-template-areas:
        "customer summary-title"
        "customer summary";
}

.woocommerce-checkout #customer_details {
    grid-area: customer;
    min-width: 0;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-checkout #customer_details .col-2 {
    margin-top: 18px;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
    align-self: end;
    color: #1d1d1f;
    font-size: 18px;
    grid-area: summary-title;
    line-height: 1.2;
    margin: 0;
}

.woocommerce-checkout #order_review {
    background: #fff;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    grid-area: summary;
    padding: 18px;
    position: sticky;
    top: calc(var(--mq-header-height) + 28px);
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
    color: #1d1d1f;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 16px;
}

.woocommerce-checkout .form-row {
    float: none;
    margin: 0 0 14px;
    padding: 0;
    width: 100%;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: 100%;
}

.woocommerce-checkout .form-row label {
    color: #333336;
    display: block;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
    margin: 0 0 6px;
}

.woocommerce-checkout .required {
    color: #b64400;
    text-decoration: none;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
    appearance: none;
    background: #fff;
    border: 1px solid #c7c7cc;
    border-radius: 8px;
    color: #1d1d1f;
    font-size: 13px;
    min-height: 40px;
    padding: 9px 12px;
    width: 100%;
}

.woocommerce-checkout textarea {
    min-height: 92px;
    resize: vertical;
}

.woocommerce-checkout .select2-container {
    width: 100% !important;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1d1d1f;
    line-height: 40px;
    padding: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 8px;
}

.woocommerce-checkout .input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout .select2-container--open .select2-selection--single {
    border-color: var(--mq-brand);
    box-shadow: 0 0 0 3px rgba(24, 58, 90, 0.12);
    outline: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: 0;
    margin: 0 0 16px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    border-top: 1px solid #e8e8ed;
    color: #333336;
    font-size: 12px;
    line-height: 1.35;
    padding: 12px 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
    border-top: 0;
    color: #1d1d1f;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .amount {
    color: #1d1d1f;
    font-weight: 700;
    white-space: nowrap;
}

.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
    margin: 0;
    padding: 0 0 14px;
}

.woocommerce-checkout #payment ul.payment_methods li {
    color: #1d1d1f;
    font-size: 13px;
    line-height: 1.45;
    list-style: none;
    margin: 0;
}

.woocommerce-checkout #payment div.payment_box {
    background: #f5f5f7;
    border-radius: 8px;
    color: #424245;
    font-size: 12px;
    line-height: 1.45;
    margin: 10px 0 0;
    padding: 12px;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: none;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    color: #6e6e73;
    font-size: 12px;
    line-height: 1.45;
}

.woocommerce-checkout #place_order {
    background: var(--mq-brand);
    border-radius: 999px;
    float: none;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    min-height: 40px;
    padding: 0 18px;
    width: 100%;
}

.woocommerce-checkout #place_order:hover {
    background: #102b44;
}

.woocommerce-order {
    display: grid;
    gap: 24px;
    max-width: 860px;
}

.woocommerce-order > p:first-child {
    color: #1d1d1f;
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
}

.woocommerce-order ul.order_details {
    background: #f5f5f7;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 4px 16px;
}

.woocommerce-order ul.order_details li {
    border: 0;
    color: #6e6e73;
    float: none;
    font-size: 11px;
    line-height: 1.45;
    margin: 0;
    padding: 12px 0;
    text-transform: none;
}

.woocommerce-order ul.order_details li strong {
    color: #1d1d1f;
    display: block;
    font-size: 13px;
    margin-top: 3px;
}

.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
    color: #1d1d1f;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.woocommerce-order table.shop_table {
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}

.woocommerce-order table.shop_table th,
.woocommerce-order table.shop_table td {
    border-color: #e8e8ed;
    color: #333336;
    font-size: 12px;
    line-height: 1.45;
    padding: 12px;
}

.woocommerce-order table.shop_table .amount {
    color: #1d1d1f;
    font-weight: 700;
}

.woocommerce-order .woocommerce-customer-details address {
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    color: #424245;
    font-size: 13px;
    font-style: normal;
    line-height: 1.65;
    padding: 16px;
}

.wp-block-woocommerce-checkout.wc-block-checkout {
    display: block;
    width: 100%;
}

.wc-block-components-sidebar-layout.wc-block-checkout {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    position: static;
    width: 100%;
}

.wc-block-components-main.wc-block-checkout__main,
.wc-block-components-sidebar.wc-block-checkout__sidebar {
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.wc-block-components-sidebar.wc-block-checkout__sidebar {
    background: #fff;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    padding: 18px;
    position: sticky;
    top: calc(var(--mq-header-height) + 28px);
}

.wc-block-components-title,
.wc-block-components-checkout-step__title,
.wc-block-components-order-summary__title {
    color: #1d1d1f;
    font-size: 18px;
    line-height: 1.2;
}

.wc-block-components-checkout-step {
    border: 0;
    margin: 0 0 18px;
    padding: 0;
}

.wc-block-components-text-input input,
.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-country-input input,
.wc-block-components-state-input input,
.wc-block-components-address-form__address_2-toggle {
    border: 1px solid #c7c7cc;
    border-radius: 8px;
    color: #1d1d1f;
    font-size: 13px;
    min-height: 40px;
}

.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: #6e6e73;
    font-size: 12px;
}

.wc-block-components-button:not(.is-link) {
    background: var(--mq-brand);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    min-height: 40px;
}

.wc-block-components-button:not(.is-link):hover {
    background: #102b44;
    color: #fff;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item,
.wc-block-components-totals-item {
    color: #333336;
    font-size: 12px;
}

.maqves-account {
    display: grid;
    gap: 38px;
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
    padding-top: 8px;
}

.woocommerce-account .content-card > h1 {
    display: none;
}

.maqves-account__nav ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.maqves-account__nav a {
    align-items: center;
    background: #f5f5f7;
    color: #6e6e73;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 16px;
    min-height: 50px;
    padding: 0 18px;
    transition: background-color 160ms ease, color 160ms ease;
}

.maqves-account__nav a:hover {
    background: #ededf0;
    color: #1d1d1f;
}

.maqves-account__nav .is-active a,
.maqves-account__nav a[aria-current="page"] {
    background: var(--mq-brand);
    color: #fff;
}

.maqves-account__nav-icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    width: 22px;
}

.maqves-account__nav svg {
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
    width: 20px;
}

.maqves-account__content {
    color: #424245;
    font-size: 13px;
    line-height: 1.7;
    max-width: 980px;
    min-width: 0;
}

.maqves-account__content p {
    margin: 0 0 20px;
}

.maqves-account__content a {
    color: #1d1d1f;
    font-weight: 700;
}

.maqves-account__content a:hover {
    color: #0066cc;
}

.maqves-account-dashboard {
    padding-top: 2px;
}

.maqves-account-dashboard__hello {
    color: #6e6e73;
}

.maqves-account-dashboard strong {
    color: #1d1d1f;
    font-weight: 700;
}

.maqves-account .woocommerce-MyAccount-content h2,
.maqves-account .woocommerce-MyAccount-content h3,
.maqves-account .woocommerce-order-details__title,
.maqves-account .woocommerce-column__title {
    color: #1d1d1f;
    font-size: 17px;
    line-height: 1.2;
}

.maqves-account table.shop_table {
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    border-spacing: 0;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}

.maqves-account table.shop_table th,
.maqves-account table.shop_table td {
    border-color: #e8e8ed;
    font-size: 12px;
    line-height: 1.35;
    padding: 12px 10px;
    vertical-align: middle;
}

.maqves-account table.shop_table th {
    color: #333336;
    font-weight: 700;
}

.maqves-account table.shop_table td {
    color: #424245;
}

.maqves-account .woocommerce-orders-table__cell-order-number {
    width: 90px;
}

.maqves-account .woocommerce-orders-table__cell-order-date {
    width: 130px;
}

.maqves-account .woocommerce-orders-table__cell-order-status {
    width: 120px;
}

.maqves-account .woocommerce-orders-table__cell-order-total {
    width: auto;
}

.maqves-account .woocommerce-orders-table__cell-order-actions {
    text-align: right;
    width: 118px;
}

.maqves-account .woocommerce-orders-table__cell-order-total .amount {
    color: #1d1d1f;
    font-weight: 700;
    white-space: nowrap;
}

.maqves-account .woocommerce-orders-table__cell-order-number a {
    color: #1d1d1f;
    text-decoration: none;
}

.maqves-account .woocommerce-Button,
.maqves-account .button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 34px;
}

.maqves-account .woocommerce-EditAccountForm,
.maqves-account form.edit-address,
.maqves-account form.woocommerce-address-fields {
    display: grid;
    gap: 12px;
    max-width: 640px;
}

.maqves-account .form-row {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.maqves-account .form-row-first,
.maqves-account .form-row-last {
    float: none;
    width: 100%;
}

.maqves-account .woocommerce-EditAccountForm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.maqves-account .woocommerce-EditAccountForm .form-row-wide,
.maqves-account .woocommerce-EditAccountForm fieldset,
.maqves-account .woocommerce-EditAccountForm .clear,
.maqves-account .woocommerce-EditAccountForm p:last-child {
    grid-column: 1 / -1;
}

.maqves-account .form-row label,
.maqves-account fieldset legend {
    color: #6e6e73;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 6px;
}

.maqves-account .form-row .required {
    color: #b64400;
}

.maqves-account .form-row input.input-text,
.maqves-account .form-row textarea,
.maqves-account .form-row select {
    appearance: none;
    background: #fff;
    border: 1px solid #86868b;
    border-radius: 8px;
    color: #1d1d1f;
    font-size: 13px;
    min-height: 40px;
    padding: 9px 12px;
    width: 100%;
}

.maqves-account .form-row textarea {
    min-height: 88px;
    resize: vertical;
}

.maqves-account .form-row input.input-text:focus,
.maqves-account .form-row textarea:focus,
.maqves-account .form-row select:focus {
    border-color: var(--mq-brand);
    box-shadow: 0 0 0 3px rgba(24, 58, 90, 0.12);
    outline: 0;
}

.maqves-account fieldset {
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    margin: 6px 0 0;
    padding: 16px;
}

.maqves-account fieldset legend {
    color: #1d1d1f;
    font-weight: 650;
    padding: 0 6px;
}

.maqves-account em {
    color: #6e6e73;
    display: block;
    font-size: 11px;
    line-height: 1.35;
    margin-top: 6px;
}

.maqves-account .show-password-input {
    display: none !important;
}

.maqves-account .woocommerce-Button,
.maqves-account .button {
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    background: var(--mq-brand);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    min-height: 34px;
    outline: 0;
    padding: 0 16px;
    text-decoration: none;
}

.maqves-account .woocommerce-Button:hover,
.maqves-account .button:hover {
    background: #102b44;
    color: #fff;
}

.maqves-account .woocommerce-orders-table__cell-order-actions .button {
    min-height: 32px;
    padding: 0 14px;
    white-space: nowrap;
}

.maqves-account .woocommerce-pagination {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.maqves-account .woocommerce-Button:focus-visible,
.maqves-account .button:focus-visible {
    box-shadow: 0 0 0 3px rgba(24, 58, 90, 0.18);
    outline: 0;
}

.maqves-account form.edit-address .button,
.maqves-account form.woocommerce-address-fields .button {
    margin-top: 6px;
}

@media (max-width: 980px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .woocommerce-checkout .site-main,
    .woocommerce-checkout .content-card,
    .woocommerce-checkout .entry-content,
    .woocommerce-checkout form.checkout,
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .woocommerce-checkout .site-main {
        overflow-x: hidden;
    }

    .woocommerce-checkout form.checkout {
        display: flex !important;
        flex-direction: column;
        gap: 18px;
        grid-template-areas: none !important;
        grid-template-columns: 1fr !important;
    }

    .woocommerce-checkout #customer_details {
        grid-area: auto !important;
        order: 1;
    }

    .woocommerce-checkout #order_review_heading {
        grid-area: auto !important;
        grid-column: auto !important;
        order: 2;
    }

    .woocommerce-checkout #order_review {
        grid-area: auto !important;
        grid-column: auto !important;
        order: 3;
        position: static;
    }

    .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
    .woocommerce-checkout .checkout_coupon {
        width: 100%;
    }

    .woocommerce-checkout .checkout_coupon {
        display: grid;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order-table {
        table-layout: fixed;
        width: 100%;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout .woocommerce-checkout-review-order-table td {
        overflow-wrap: anywhere;
    }

    .woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout,
    .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
    .woocommerce-checkout .wc-block-components-main.wc-block-checkout__main,
    .woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar {
        box-sizing: border-box;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        align-items: stretch !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        grid-template-columns: 1fr !important;
    }

    .woocommerce-checkout .wc-block-components-main.wc-block-checkout__main {
        flex-basis: auto !important;
        order: 1;
        padding: 0 !important;
    }

    .woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar {
        flex-basis: auto !important;
        order: 2;
        padding: 14px 12px !important;
        position: static !important;
    }

    .woocommerce-checkout .wc-block-components-checkout-step,
    .woocommerce-checkout .wc-block-components-checkout-step__container,
    .woocommerce-checkout .wc-block-components-address-form,
    .woocommerce-checkout .wc-block-components-text-input,
    .woocommerce-checkout .wc-block-components-combobox,
    .woocommerce-checkout .wc-block-components-order-summary,
    .woocommerce-checkout .wc-block-components-order-summary__content,
    .woocommerce-checkout .wc-block-components-totals-wrapper,
    .woocommerce-checkout .wc-block-components-totals-item {
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .woocommerce-checkout .wc-block-components-order-summary-item {
        grid-template-columns: 58px minmax(0, 1fr) auto;
    }

    .woocommerce-checkout .wc-block-components-order-summary-item__description,
    .woocommerce-checkout .wc-block-components-product-name {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 480px) {
    .woocommerce-checkout .site-main {
        width: min(100% - 24px, 456px);
    }

    .woocommerce-checkout .content-card > h1,
    .woocommerce-checkout .woocommerce-billing-fields h3,
    .woocommerce-checkout .woocommerce-shipping-fields h3,
    .woocommerce-checkout .woocommerce-additional-fields h3,
    .woocommerce-checkout #order_review_heading {
        font-size: 18px;
    }

    .woocommerce-checkout #order_review {
        padding: 14px 12px;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout .woocommerce-checkout-review-order-table td {
        font-size: 11px;
    }

    .woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar {
        padding: 12px 10px !important;
    }

    .woocommerce-checkout .wc-block-components-title,
    .woocommerce-checkout .wc-block-components-checkout-step__title,
    .woocommerce-checkout .wc-block-components-order-summary__title {
        font-size: 18px;
    }
}
