/* Account area */
body.logged-in.woocommerce-account .woocommerce {
    display: flex;
    align-items: flex-start;
    gap: 34px;
    width: min(calc(100% - 72px), 1600px);
    margin-inline: auto;
    color: #102027;
    font-family: 'Work Sans', sans-serif;
}

body.logged-in.woocommerce-account .woocommerce::before,
body.logged-in.woocommerce-account .woocommerce::after {
    content: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 292px;
    width: 292px;
    max-width: 292px;
    margin: 0;
    padding: 26px;
    border: 1px solid rgba(0,137,152,.13);
    border-radius: 12px;
    background:
        radial-gradient(circle at top right, rgba(126,230,232,.18), transparent 34%),
        #ffffff;
    box-shadow: 0 18px 48px rgba(15,23,42,.065);
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.lm-account-navigation__title {
    margin: 0 0 18px;
    color: #102027;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    padding: 0;
    border: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 14px 12px 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #4f5b66;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none !important;
    transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    border-radius: 999px;
    background: transparent;
    transition: background .22s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    transform: translateX(3px);
    border-color: rgba(0,137,152,.14);
    background: rgba(0,137,152,.07);
    color: #008998;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    border-color: rgba(0,137,152,.20);
    background: linear-gradient(135deg, rgba(0,137,152,.12), rgba(126,230,232,.12));
    color: #008998;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a::before {
    background: #008998;
}

.lm-account-dashboard {
    display: grid;
    gap: 26px;
}

.lm-account-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 220px;
    padding: 38px 42px;
    overflow: hidden;
    border: 1px solid rgba(0,137,152,.14);
    border-radius: 16px;
    background:
        radial-gradient(circle at 84% 18%, rgba(126,230,232,.38), transparent 30%),
        radial-gradient(circle at 12% 88%, rgba(0,137,152,.11), transparent 28%),
        linear-gradient(135deg, #efffff 0%, #e6fbfb 50%, #d7f6f5 100%);
    box-shadow: 0 24px 70px rgba(0,137,152,.13);
}

.lm-account-eyebrow {
    margin: 0 0 9px;
    color: #008998;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.lm-account-hero h2 {
    margin: 0;
    color: #07111a;
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.02;
}

.lm-account-hero p:not(.lm-account-eyebrow) {
    max-width: 720px;
    margin: 16px 0 0;
    color: rgba(16,32,39,.72);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.lm-account-hero__logout {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #071a20 0%, #0d3540 100%);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(15,23,42,.16);
    transition: transform .22s ease, box-shadow .22s ease;
}

.lm-account-hero__logout:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(15,23,42,.20);
}

.lm-account-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.lm-account-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 17px;
    min-height: 156px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(0,137,152,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.94);
    color: #102027 !important;
    text-decoration: none !important;
    box-shadow: 0 18px 48px rgba(15,23,42,.06);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.lm-account-card::after {
    content: "";
    position: absolute;
    inset: auto -42px -58px auto;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: rgba(0,137,152,.07);
    transition: transform .28s ease, background .28s ease;
}

.lm-account-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0,137,152,.26);
    box-shadow: 0 28px 70px rgba(0,137,152,.12);
}

.lm-account-card:hover::after {
    transform: scale(1.18);
    background: rgba(0,137,152,.11);
}

.lm-account-card__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: rgba(0,137,152,.10);
    color: #008998;
}

.lm-account-card__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lm-account-card__content {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    gap: 8px;
    min-width: 0;
}

.lm-account-card__title {
    color: #07111a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.lm-account-card__description {
    color: #5f6b76;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.lm-account-card):not(.lm-account-hero__logout) {
    color: #008998;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(15,23,42,.06);
}

/* Payment methods */
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 76px;
    margin: 0 0 20px;
    padding: 22px 28px 22px 62px;
    border: 1px solid rgba(0,137,152,.13);
    border-radius: 12px;
    background:
        radial-gradient(circle at top right, rgba(126,230,232,.14), transparent 30%),
        rgba(255,255,255,.94);
    color: #2d6270;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    box-shadow: 0 18px 48px rgba(15,23,42,.055);
}

.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info::before,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message::before {
    top: 50%;
    left: 24px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 999px;
    background: #2d7784;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-content > p:empty {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content input.button,
.woocommerce-account .woocommerce-MyAccount-content > a[href*="payment-method"],
.woocommerce-account .woocommerce-MyAccount-content > a[href*="moyen"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin: 4px 0 0;
    padding: 13px 22px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #008998, #00a7ba);
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none !important;
    text-transform: none;
    box-shadow: 0 14px 34px rgba(0,137,152,.22);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content input.button:hover,
.woocommerce-account .woocommerce-MyAccount-content > a[href*="payment-method"]:hover,
.woocommerce-account .woocommerce-MyAccount-content > a[href*="moyen"]:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #007783, #008998);
    box-shadow: 0 20px 44px rgba(0,137,152,.30);
}

.woocommerce-account .woocommerce-MyAccount-paymentMethods,
.woocommerce-account table.shop_table {
    overflow: hidden;
    border: 1px solid rgba(0,137,152,.12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15,23,42,.055);
}

.woocommerce-account .woocommerce-MyAccount-paymentMethods th,
.woocommerce-account table.shop_table th {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(0,137,152,.10);
    background: rgba(0,137,152,.06);
    color: #102027;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-paymentMethods td,
.woocommerce-account table.shop_table td {
    padding: 18px 20px;
    border-color: rgba(15,23,42,.07);
    color: #4f5b66;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce-account #add_payment_method,
.woocommerce-account .woocommerce-Payment {
    margin-top: 18px;
    padding: 26px;
    border: 1px solid rgba(0,137,152,.12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15,23,42,.055);
}

.woocommerce-account #add_payment_method fieldset,
.woocommerce-account .woocommerce-Payment fieldset {
    padding: 0;
    border: 0;
}

.woocommerce-account #add_payment_method label,
.woocommerce-account .woocommerce-Payment label {
    color: #102027;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 1180px) {
    body.logged-in.woocommerce-account .woocommerce {
        width: min(calc(100% - 36px), 100%);
        gap: 24px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        flex-basis: 250px;
        width: 250px;
        max-width: 250px;
        padding: 20px;
    }

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


@media (max-width: 860px) {
    body.logged-in.woocommerce-account .woocommerce {
        display: grid;
        width: min(calc(100% - 28px), 100%);
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        max-width: none;
    }

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

    .lm-account-hero {
        display: grid;
        min-height: 0;
        padding: 30px 24px;
    }

    .lm-account-hero__logout {
        justify-self: start;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        overflow-x: auto;
    }

    .woocommerce-account .woocommerce-MyAccount-paymentMethods,
    .woocommerce-account table.shop_table {
        min-width: 620px;
    }
}

@media (max-width: 620px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul,
    .lm-account-grid {
        grid-template-columns: 1fr;
    }

    .lm-account-card {
        grid-template-columns: 52px minmax(0, 1fr);
        min-height: 132px;
        padding: 20px;
    }

    .lm-account-card__icon {
        width: 52px;
        height: 52px;
    }

    .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info,
    .woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message {
        padding: 20px 20px 20px 56px;
    }
}

/* Product category archives */
body.tax-product_cat,
body.post-type-archive-product {
    background: radial-gradient(circle at top right, rgba(126,230,232,.12), transparent 30%), #f7fafb;
}

body.tax-product_cat .main-content,
body.post-type-archive-product .main-content {
    background: radial-gradient(circle at top left, rgba(0,137,152,.055), transparent 28%), #f7fafb;
}

body.tax-product_cat .main-content > .container,
body.post-type-archive-product .main-content > .container,
body.tax-product_cat #content,
body.post-type-archive-product #content {
    width: min(calc(100% - 72px), 1720px);
    max-width: 1720px;
}

body.tax-product_cat .main-content h1,
body.tax-product_cat .woocommerce-products-header__title,
body.post-type-archive-product .main-content h1,
body.post-type-archive-product .woocommerce-products-header__title {
    margin: 34px 0 28px;
    color: #102027;
    font-family: 'Work Sans', sans-serif;
    font-size: clamp(34px, 4vw, 64px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.025em;
}

body.tax-product_cat .woocommerce-notices-wrapper,
body.post-type-archive-product .woocommerce-notices-wrapper,
body.tax-product_cat .shop-loop-before,
body.post-type-archive-product .shop-loop-before,
body.tax-product_cat .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-viewing,
body.post-type-archive-product .woocommerce-viewing {
    font-family: 'Work Sans', sans-serif;
}

body.tax-product_cat .shop-loop-before,
body.post-type-archive-product .shop-loop-before {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 36px;
    padding: 16px 18px;
    border: 1px solid rgba(0,137,152,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 16px 42px rgba(15,23,42,.055);
}

body.tax-product_cat .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

body.tax-product_cat .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-viewing select,
body.post-type-archive-product .woocommerce-viewing select {
    min-height: 42px;
    padding: 0 36px 0 14px;
    border: 1px solid rgba(15,23,42,.12);
    border-radius: 8px;
    background-color: #fff;
    color: #4f5b66;
    font-size: 14px;
    font-weight: 700;
}

body.tax-product_cat ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat .products,
body.post-type-archive-product .products {
    row-gap: 34px;
}

body.tax-product_cat ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat .products .product,
body.post-type-archive-product .products .product {
    padding: 0 14px 28px;
}

body.tax-product_cat ul.products li.product .product-inner,
body.post-type-archive-product ul.products li.product .product-inner,
body.tax-product_cat .products .product .product-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 18px 18px 22px;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 46px rgba(15,23,42,.065);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.tax-product_cat ul.products li.product .product-inner:hover,
body.post-type-archive-product ul.products li.product .product-inner:hover,
body.tax-product_cat .products .product .product-inner:hover {
    transform: translateY(-5px);
    border-color: rgba(0,137,152,.24);
    box-shadow: 0 28px 70px rgba(0,137,152,.13);
}

body.tax-product_cat ul.products li.product .product-image,
body.post-type-archive-product ul.products li.product .product-image,
body.tax-product_cat .products .product .product-image,
body.post-type-archive-product .products .product .product-image,
body.tax-product_cat ul.products li.product .thumb-info,
body.post-type-archive-product ul.products li.product .thumb-info {
    min-height: 0;
    margin: 0 0 18px;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    background: radial-gradient(circle at 80% 16%, rgba(126,230,232,.18), transparent 28%), #f7f9fa;
}

body.tax-product_cat ul.products li.product .product-image > a,
body.post-type-archive-product ul.products li.product .product-image > a,
body.tax-product_cat .products .product .product-image > a,
body.post-type-archive-product .products .product .product-image > a,
body.tax-product_cat ul.products li.product .thumb-info-wrapper,
body.post-type-archive-product ul.products li.product .thumb-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 310px;
    padding: 18px;
}

body.tax-product_cat ul.products li.product img,
body.post-type-archive-product ul.products li.product img,
body.tax-product_cat .products .product img,
body.post-type-archive-product .products .product img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 280px;
    object-fit: contain;
    opacity: 1;
    visibility: visible;
}

body.tax-product_cat ul.products li.product .category-list,
body.post-type-archive-product ul.products li.product .category-list,
body.tax-product_cat .products .product .category-list,
body.post-type-archive-product .products .product .category-list {
    min-height: 0;
    margin: 0 0 8px;
    color: #7a828b;
    font-family: 'Work Sans', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.tax-product_cat ul.products li.product h3,
body.post-type-archive-product ul.products li.product h3,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .products .product .product-title,
body.post-type-archive-product .products .product .product-title {
    min-height: 44px;
    margin: 0 0 12px;
    color: #102027;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
}

body.tax-product_cat ul.products li.product h3 a,
body.post-type-archive-product ul.products li.product h3 a,
body.tax-product_cat .products .product .product-title a,
body.post-type-archive-product .products .product .product-title a {
    color: inherit !important;
    text-decoration: none !important;
}

body.tax-product_cat ul.products li.product .star-rating,
body.post-type-archive-product ul.products li.product .star-rating,
body.tax-product_cat .products .product .star-rating,
body.post-type-archive-product .products .product .star-rating {
    margin: 0 auto 12px;
    color: #008998;
}

body.tax-product_cat ul.products li.product .lm-wpcr-archive-rating,
body.post-type-archive-product ul.products li.product .lm-wpcr-archive-rating,
body.tax-product_cat .products .product .lm-wpcr-archive-rating,
body.post-type-archive-product .products .product .lm-wpcr-archive-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 12px 0 11px;
    line-height: 1;
}

body.tax-product_cat ul.products li.product .lm-wpcr-archive-stars,
body.post-type-archive-product ul.products li.product .lm-wpcr-archive-stars,
body.tax-product_cat .products .product .lm-wpcr-archive-stars,
body.post-type-archive-product .products .product .lm-wpcr-archive-stars {
    position: relative;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1;
}

body.tax-product_cat ul.products li.product .lm-wpcr-archive-stars-empty,
body.post-type-archive-product ul.products li.product .lm-wpcr-archive-stars-empty,
body.tax-product_cat .products .product .lm-wpcr-archive-stars-empty,
body.post-type-archive-product .products .product .lm-wpcr-archive-stars-empty {
    color: #d8dce3;
}

body.tax-product_cat ul.products li.product .lm-wpcr-archive-stars-full,
body.post-type-archive-product ul.products li.product .lm-wpcr-archive-stars-full,
body.tax-product_cat .products .product .lm-wpcr-archive-stars-full,
body.post-type-archive-product .products .product .lm-wpcr-archive-stars-full {
    position: absolute;
    inset: 0 auto 0 0;
    overflow: hidden;
    white-space: nowrap;
    color: #008998;
}

body.tax-product_cat ul.products li.product .lm-wpcr-archive-count,
body.post-type-archive-product ul.products li.product .lm-wpcr-archive-count,
body.tax-product_cat .products .product .lm-wpcr-archive-count,
body.post-type-archive-product .products .product .lm-wpcr-archive-count {
    color: #7a828b;
    font-size: 12px;
    letter-spacing: 0;
}

body.tax-product_cat ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat .products .product .price,
body.post-type-archive-product .products .product .price {
    display: block;
    margin: 0;
    color: #008998 !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.18;
    text-align: center;
}

body.tax-product_cat ul.products li.product .price .woocommerce-Price-amount,
body.post-type-archive-product ul.products li.product .price .woocommerce-Price-amount,
body.tax-product_cat .products .product .price .woocommerce-Price-amount,
body.post-type-archive-product .products .product .price .woocommerce-Price-amount {
    color: #008998 !important;
}

body.tax-product_cat ul.products li.product .price > .woocommerce-Price-amount,
body.post-type-archive-product ul.products li.product .price > .woocommerce-Price-amount,
body.tax-product_cat .products .product .price > .woocommerce-Price-amount,
body.post-type-archive-product .products .product .price > .woocommerce-Price-amount {
    display: inline-block;
    vertical-align: baseline;
}

body.tax-product_cat ul.products li.product .price .lm-price-tax-label,
body.post-type-archive-product ul.products li.product .price .lm-price-tax-label,
body.tax-product_cat .products .product .price .lm-price-tax-label,
body.post-type-archive-product .products .product .price .lm-price-tax-label {
    display: inline-block;
    margin-left: 7px;
    color: #102027;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    vertical-align: baseline;
}

body.tax-product_cat ul.products li.product .price .small_price,
body.post-type-archive-product ul.products li.product .price .small_price,
body.tax-product_cat .products .product .price .small_price,
body.post-type-archive-product .products .product .price .small_price,
body.tax-product_cat ul.products li.product .price .lm-price-incl-tax,
body.post-type-archive-product ul.products li.product .price .lm-price-incl-tax,
body.tax-product_cat .products .product .price .lm-price-incl-tax,
body.post-type-archive-product .products .product .price .lm-price-incl-tax {
    display: block;
    margin-top: 5px;
    color: #5f6b76 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

body.tax-product_cat ul.products li.product .price .small_price .woocommerce-Price-amount,
body.post-type-archive-product ul.products li.product .price .small_price .woocommerce-Price-amount,
body.tax-product_cat .products .product .price .small_price .woocommerce-Price-amount,
body.post-type-archive-product .products .product .price .small_price .woocommerce-Price-amount {
    color: #5f6b76 !important;
    font-size: inherit;
    font-weight: inherit;
}

body.tax-product_cat ul.products li.product .button,
body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat .products .product .button,
body.post-type-archive-product .products .product .button {
    margin-top: 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, #008998, #00a7ba);
    color: #fff !important;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(0,137,152,.22);
}

@media (max-width: 991px) {
    body.tax-product_cat .main-content > .container,
    body.post-type-archive-product .main-content > .container,
    body.tax-product_cat #content,
    body.post-type-archive-product #content {
        width: min(calc(100% - 36px), 1720px);
    }

    body.tax-product_cat .shop-loop-before,
    body.post-type-archive-product .shop-loop-before {
        flex-wrap: wrap;
    }

    body.tax-product_cat ul.products li.product .product-image > a,
    body.post-type-archive-product ul.products li.product .product-image > a,
    body.tax-product_cat .products .product .product-image > a,
    body.post-type-archive-product .products .product .product-image > a,
    body.tax-product_cat ul.products li.product .thumb-info-wrapper,
    body.post-type-archive-product ul.products li.product .thumb-info-wrapper {
        min-height: 250px;
    }
}

@media (max-width: 620px) {
    body.tax-product_cat .main-content h1,
    body.tax-product_cat .woocommerce-products-header__title,
    body.post-type-archive-product .main-content h1,
    body.post-type-archive-product .woocommerce-products-header__title {
        margin-top: 24px;
        font-size: 34px;
    }

    body.tax-product_cat .shop-loop-before,
    body.post-type-archive-product .shop-loop-before {
        display: grid;
        padding: 14px;
    }

    body.tax-product_cat ul.products li.product,
    body.post-type-archive-product ul.products li.product,
    body.tax-product_cat .products .product,
    body.post-type-archive-product .products .product {
        padding-inline: 0;
    }
}

/* Product brand archives */
body.tax-product_brand,
body.product-brand-filtered {
    background: radial-gradient(circle at top right, rgba(126,230,232,.12), transparent 30%), #f7fafb;
}

body.tax-product_brand .main-content,
body.product-brand-filtered .main-content {
    background: radial-gradient(circle at top left, rgba(0,137,152,.055), transparent 28%), #f7fafb;
}

body.tax-product_brand .main-content > .container,
body.tax-product_brand #content,
body.tax-product_brand .archive-products,
body.tax-product_brand .woocommerce,
body.tax-product_brand .term-description,
body.product-brand-filtered .main-content > .container,
body.product-brand-filtered #content {
    width: min(calc(100% - 72px), 1720px);
    max-width: 1720px;
}

body.tax-product_brand .main-content h1,
body.tax-product_brand .woocommerce-products-header__title,
body.product-brand-filtered .main-content h1,
body.product-brand-filtered .woocommerce-products-header__title {
    margin: 34px 0 28px;
    color: #102027;
    font-family: 'Work Sans', sans-serif;
    font-size: clamp(48px, 6vw, 92px);
    font-weight: 900;
    line-height: .92;
    letter-spacing: -.04em;
}

body.tax-product_brand .term-description,
body.product-brand-filtered .term-description {
    max-width: 1180px;
    margin: 0 0 34px;
    color: #4f5b66;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

body.tax-product_brand .shop-loop-before,
body.product-brand-filtered .shop-loop-before {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 36px;
    padding: 16px 18px;
    border: 1px solid rgba(0,137,152,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 16px 42px rgba(15,23,42,.055);
    font-family: 'Work Sans', sans-serif;
}

body.tax-product_brand .woocommerce-ordering,
body.product-brand-filtered .woocommerce-ordering {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

body.tax-product_brand .woocommerce-ordering select,
body.tax-product_brand .woocommerce-viewing select,
body.product-brand-filtered .woocommerce-ordering select,
body.product-brand-filtered .woocommerce-viewing select {
    min-height: 42px;
    padding: 0 36px 0 14px;
    border: 1px solid rgba(15,23,42,.12);
    border-radius: 8px;
    background-color: #fff;
    color: #4f5b66;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

body.tax-product_brand ul.products,
body.tax-product_brand .products,
body.product-brand-filtered ul.products,
body.product-brand-filtered .products {
    row-gap: 34px;
}

body.tax-product_brand ul.products li.product,
body.tax-product_brand .products .product,
body.product-brand-filtered ul.products li.product,
body.product-brand-filtered .products .product {
    padding: 0 14px 28px;
}

body.tax-product_brand ul.products li.product .product-inner,
body.tax-product_brand .products .product .product-inner,
body.product-brand-filtered ul.products li.product .product-inner,
body.product-brand-filtered .products .product .product-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 18px 18px 22px;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 46px rgba(15,23,42,.065);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.tax-product_brand ul.products li.product .product-inner:hover,
body.tax-product_brand .products .product .product-inner:hover,
body.product-brand-filtered ul.products li.product .product-inner:hover,
body.product-brand-filtered .products .product .product-inner:hover {
    transform: translateY(-5px);
    border-color: rgba(0,137,152,.24);
    box-shadow: 0 28px 70px rgba(0,137,152,.13);
}

body.tax-product_brand ul.products li.product .product-image,
body.tax-product_brand .products .product .product-image,
body.tax-product_brand ul.products li.product .thumb-info,
body.product-brand-filtered ul.products li.product .product-image,
body.product-brand-filtered .products .product .product-image,
body.product-brand-filtered ul.products li.product .thumb-info {
    min-height: 0;
    margin: 0 0 18px;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    background: radial-gradient(circle at 80% 16%, rgba(126,230,232,.18), transparent 28%), #f7f9fa;
}

body.tax-product_brand ul.products li.product .product-image > a,
body.tax-product_brand .products .product .product-image > a,
body.tax-product_brand ul.products li.product .thumb-info-wrapper,
body.product-brand-filtered ul.products li.product .product-image > a,
body.product-brand-filtered .products .product .product-image > a,
body.product-brand-filtered ul.products li.product .thumb-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 310px;
    padding: 18px;
}

body.tax-product_brand ul.products li.product img,
body.tax-product_brand .products .product img,
body.product-brand-filtered ul.products li.product img,
body.product-brand-filtered .products .product img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 280px;
    object-fit: contain;
    opacity: 1;
    visibility: visible;
}

body.tax-product_brand ul.products li.product .category-list,
body.tax-product_brand .products .product .category-list,
body.product-brand-filtered ul.products li.product .category-list,
body.product-brand-filtered .products .product .category-list {
    min-height: 0;
    margin: 0 0 8px;
    color: #7a828b;
    font-family: 'Work Sans', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.tax-product_brand ul.products li.product h3,
body.tax-product_brand ul.products li.product .woocommerce-loop-product__title,
body.tax-product_brand .products .product .product-title,
body.product-brand-filtered ul.products li.product h3,
body.product-brand-filtered ul.products li.product .woocommerce-loop-product__title,
body.product-brand-filtered .products .product .product-title {
    min-height: 44px;
    margin: 0 0 12px;
    color: #102027;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
}

body.tax-product_brand ul.products li.product .lm-wpcr-archive-rating,
body.tax-product_brand .products .product .lm-wpcr-archive-rating,
body.product-brand-filtered ul.products li.product .lm-wpcr-archive-rating,
body.product-brand-filtered .products .product .lm-wpcr-archive-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 12px 0 11px;
    line-height: 1;
}

body.tax-product_brand ul.products li.product .lm-wpcr-archive-stars,
body.tax-product_brand .products .product .lm-wpcr-archive-stars,
body.product-brand-filtered ul.products li.product .lm-wpcr-archive-stars,
body.product-brand-filtered .products .product .lm-wpcr-archive-stars {
    position: relative;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1;
}

body.tax-product_brand ul.products li.product .lm-wpcr-archive-stars-empty,
body.tax-product_brand .products .product .lm-wpcr-archive-stars-empty,
body.product-brand-filtered ul.products li.product .lm-wpcr-archive-stars-empty,
body.product-brand-filtered .products .product .lm-wpcr-archive-stars-empty {
    color: #d8dce3;
}

body.tax-product_brand ul.products li.product .lm-wpcr-archive-stars-full,
body.tax-product_brand .products .product .lm-wpcr-archive-stars-full,
body.product-brand-filtered ul.products li.product .lm-wpcr-archive-stars-full,
body.product-brand-filtered .products .product .lm-wpcr-archive-stars-full {
    position: absolute;
    inset: 0 auto 0 0;
    overflow: hidden;
    white-space: nowrap;
    color: #008998;
}

body.tax-product_brand ul.products li.product .lm-wpcr-archive-count,
body.tax-product_brand .products .product .lm-wpcr-archive-count,
body.product-brand-filtered ul.products li.product .lm-wpcr-archive-count,
body.product-brand-filtered .products .product .lm-wpcr-archive-count {
    color: #7a828b;
    font-size: 12px;
    letter-spacing: 0;
}

body.tax-product_brand ul.products li.product .price,
body.tax-product_brand .products .product .price,
body.product-brand-filtered ul.products li.product .price,
body.product-brand-filtered .products .product .price {
    display: block;
    margin: 0;
    color: #008998 !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.18;
    text-align: center;
}

body.tax-product_brand ul.products li.product .price .woocommerce-Price-amount,
body.tax-product_brand .products .product .price .woocommerce-Price-amount,
body.product-brand-filtered ul.products li.product .price .woocommerce-Price-amount,
body.product-brand-filtered .products .product .price .woocommerce-Price-amount {
    color: #008998 !important;
}

body.tax-product_brand ul.products li.product .price .lm-price-tax-label,
body.tax-product_brand .products .product .price .lm-price-tax-label,
body.product-brand-filtered ul.products li.product .price .lm-price-tax-label,
body.product-brand-filtered .products .product .price .lm-price-tax-label {
    display: inline-block;
    margin-left: 7px;
    color: #102027;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    vertical-align: baseline;
}

body.tax-product_brand ul.products li.product .price .small_price,
body.tax-product_brand .products .product .price .small_price,
body.tax-product_brand ul.products li.product .price .lm-price-incl-tax,
body.tax-product_brand .products .product .price .lm-price-incl-tax,
body.product-brand-filtered ul.products li.product .price .small_price,
body.product-brand-filtered .products .product .price .small_price,
body.product-brand-filtered ul.products li.product .price .lm-price-incl-tax,
body.product-brand-filtered .products .product .price .lm-price-incl-tax {
    display: block;
    margin-top: 5px;
    color: #5f6b76 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

body.tax-product_brand ul.products li.product .button,
body.tax-product_brand .products .product .button,
body.product-brand-filtered ul.products li.product .button,
body.product-brand-filtered .products .product .button {
    margin-top: 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, #008998, #00a7ba);
    color: #fff !important;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(0,137,152,.22);
}

@media (max-width: 991px) {
    body.tax-product_brand .main-content > .container,
    body.tax-product_brand #content,
    body.product-brand-filtered .main-content > .container,
    body.product-brand-filtered #content {
        width: min(calc(100% - 36px), 1720px);
    }

    body.tax-product_brand .shop-loop-before,
    body.product-brand-filtered .shop-loop-before {
        flex-wrap: wrap;
    }
}
