.tax-product_cat .wd-page-title {
    display: none;
}

.tax-product_cat .sidebar-container.sidebar-left,
.tax-product_cat .wd-grid-col.sidebar-left {
    display: none;
}

.tax-product_cat .content-layout-wrapper {
    grid-template-columns: minmax(0, 1fr);
}

.tax-product_cat .content-layout-wrapper > .wd-content-area,
.tax-product_cat .content-layout-wrapper > .content-area {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
}
.polloranch-category-content-wrap {
    margin-bottom: 48px;
}

.polloranch-category-content {
    --polo-bg: #11100d;
    --polo-surface: #191712;
    --polo-surface-soft: #232019;
    --polo-text: #f6f1e8;
    --polo-text-muted: #c6beb1;
    --polo-accent: rgb(230, 30, 42);
    --polo-accent-strong: rgb(230, 30, 42);
    --polo-border: rgba(255, 255, 255, 0.1);
    --polo-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    --polo-radius: 28px;
    --polo-heading-font: "Outfit", "Segoe UI", sans-serif;
    --polo-body-font: "Outfit", "Segoe UI", sans-serif;
    color: var(--polo-text);
    font-family: var(--polo-body-font);
}

.polloranch-category-content *,
.polloranch-category-content *::before,
.polloranch-category-content *::after {
    box-sizing: border-box;
}

.polloranch-category-content a {
    color: var(--polo-accent);
    text-decoration: none;
}

.polloranch-category-content p,
.polloranch-category-content li,
.polloranch-category-content a,
.polloranch-category-content span,
.polloranch-category-content button {
    font-family: var(--polo-body-font);
}

.polloranch-category-content h1,
.polloranch-category-content h2,
.polloranch-category-content h3 {
    margin: 0;
    color: var(--polo-text);
    font-family: var(--polo-heading-font);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 0.96;
}

.polloranch-category-content p {
    margin: 0;
    color: var(--polo-text-muted);
    line-height: 1.85;
}

.polo-cat-shell {
    padding: 24px 0;
}

.polo-cat-shell--hero {
    padding-top: 8px;
}

.polo-cat-shell--faq {
    padding-bottom: 8px;
}

.polo-cat-container {
    width: min(100%, 1320px);
    margin: 0 auto;
}

.polo-cat-grid {
    display: grid;
    gap: 28px;
}

.polo-cat-grid--hero,
.polo-cat-grid--split,
.polo-cat-grid--faq {
    grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.95fr);
    align-items: stretch;
}

.polo-cat-grid--cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.polo-cat-copy,
.polo-cat-stat-card,
.polo-cat-panel,
.polo-cat-card,
.polo-cat-accordion-item {
    border: 1px solid var(--polo-border);
    box-shadow: var(--polo-shadow);
}

.polo-cat-copy,
.polo-cat-stat-card {
    min-height: 100%;
    padding: 42px;
    border-radius: var(--polo-radius);
    background: linear-gradient(180deg, rgba(17, 15, 12, 0.97), rgba(11, 10, 8, 0.97));
}

.polo-cat-copy {
    background:
        linear-gradient(90deg, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0.7) 45%, rgba(8, 7, 6, 0.38) 100%),
        url("https://polloranch.com/wp-content/uploads/2026/images/background/hero-five.jpg") center/cover no-repeat;
}

.polo-cat-copy h1 {
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    margin-top: 18px;
    margin-bottom: 16px;
}

.polo-cat-copy p {
    max-width: 700px;
    font-size: 18px;
}

.polo-cat-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--polo-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.polo-cat-kicker--small {
    margin-bottom: 16px;
}

.polo-cat-stat-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
}

.polo-cat-stat-card strong {
    display: block;
    margin-bottom: 18px;
    color: var(--polo-accent);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 14px;
}

.polo-cat-stat-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.polo-cat-stat-card li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--polo-text);
}

.polo-cat-stat-card li:last-child {
    border-bottom: 0;
}

.polo-cat-stat-card li span:first-child {
    color: var(--polo-text-muted);
}

.polo-cat-panel,
.polo-cat-card {
    padding: 34px 32px;
    border-radius: var(--polo-radius);
    background: linear-gradient(180deg, rgba(33, 29, 24, 0.96), rgba(22, 19, 15, 0.96));
}

.polo-cat-panel--highlight {
    background:
        linear-gradient(120deg, rgba(230, 30, 42, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(33, 29, 24, 0.98), rgba(20, 17, 13, 0.98));
}

.polo-cat-panel--intro {
    text-align: center;
}

.polo-cat-section-heading {
    margin-bottom: 22px;
}

.polo-cat-section-heading--center {
    text-align: center;
}

.polo-cat-section-heading h2 {
    font-size: clamp(2.2rem, 3vw, 3.6rem);
    margin-top: 16px;
    margin-bottom: 14px;
}

.polo-cat-section-heading p {
    max-width: 820px;
    margin: 0 auto;
}

.polo-cat-card h3 {
    font-size: 34px;
    margin-bottom: 14px;
}

.polo-cat-bullet-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.polo-cat-bullet {
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: var(--polo-text);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.polo-cat-steps {
    display: grid;
    gap: 16px;
}

.polo-cat-step {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.polo-cat-step:last-child {
    border-bottom: 0;
}

.polo-cat-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--polo-accent) 0%, var(--polo-accent-strong) 100%);
    color: #1b140a;
    font-weight: 800;
    font-size: 18px;
}

.polo-cat-step p,
.polo-cat-note,
.polo-cat-faq-copy p {
    color: var(--polo-text);
}

.polo-cat-note {
    margin-top: 22px;
}

.polo-cat-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 26px;
}

.polo-cat-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #ffffff;
    color: #1b140a;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.polo-cat-button:hover {
    color: #1b140a;
    transform: translateY(-2px);
}

.polo-cat-accordion {
    display: grid;
    gap: 18px;
}

.polo-cat-accordion-item {
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
}

.polo-cat-accordion-button {
    width: 100%;
    padding: 24px 26px;
    border: 0;
    background: transparent;
    color: var(--polo-text);
    font-family: var(--polo-heading-font);
    font-size: 24px;
    line-height: 1;
    text-align: left;
    cursor: pointer;
}

.polo-cat-accordion-item.is-open .polo-cat-accordion-button {
    color: var(--polo-accent);
    background: rgba(255, 255, 255, 0.02);
}

.polo-cat-accordion-panel {
    padding: 0 26px 24px;
}

.polo-cat-accordion-panel p {
    color: var(--polo-text-muted);
}

.polloranch-category-products-anchor {
    position: relative;
    top: -18px;
}

@media (max-width: 1199.98px) {
    .polo-cat-grid--hero,
    .polo-cat-grid--split,
    .polo-cat-grid--faq,
    .polo-cat-grid--cards,
    .polo-cat-bullet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .polo-cat-shell {
        padding: 18px 0;
    }

    .polo-cat-grid--hero,
    .polo-cat-grid--split,
    .polo-cat-grid--faq,
    .polo-cat-grid--cards,
    .polo-cat-bullet-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .polo-cat-copy,
    .polo-cat-stat-card,
    .polo-cat-panel,
    .polo-cat-card {
        padding: 24px 22px;
    }

    .polo-cat-step {
        grid-template-columns: 48px 1fr;
        gap: 14px;
    }

    .polo-cat-step span {
        width: 48px;
        height: 48px;
    }

    .polo-cat-accordion-button {
        font-size: 20px;
        padding: 20px 20px;
    }

    .polo-cat-accordion-panel {
        padding: 0 20px 20px;
    }
}

.polo-cat-copy--menu {
    background:
        linear-gradient(90deg, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0.7) 45%, rgba(8, 7, 6, 0.38) 100%),
        url("https://polloranch.com/wp-content/uploads/2026/images/background/hero.jpg") center/cover no-repeat;
}

.polo-cat-grid--menu-hub {
    align-items: stretch;
}

.polo-cat-card--menu-hub {
    display: flex;
    flex-direction: column;
}

.polo-cat-card--menu-hub p {
    flex: 1 1 auto;
}

.polo-cat-card--menu-hub .polo-cat-actions {
    margin-top: 24px;
}

.polo-cat-order-summary {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.polo-cat-order-chip {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.polo-cat-order-chip strong {
    color: var(--polo-accent);
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.polo-cat-order-chip span {
    color: var(--polo-text);
    line-height: 1.7;
}

.polo-cat-button--secondary {
    background: rgba(255, 255, 255, 0.06);
    color: var(--polo-text);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.polo-cat-button--secondary:hover {
    color: var(--polo-text);
}

.polo-cat-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.polo-cat-link-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--polo-text);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-decoration: none;
}

.polo-cat-link-list a:hover {
    color: var(--polo-accent);
    border-color: rgba(230, 30, 42, 0.26);
}

.polo-cat-copy--pizzas {
    background:
        linear-gradient(90deg, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0.7) 45%, rgba(8, 7, 6, 0.38) 100%),
        url("https://polloranch.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-13-2026-01_51_10-PM.png") center/cover no-repeat;
}

.polo-cat-dev-note {
    margin-bottom: 22px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: var(--polo-text-muted);
}

.polo-cat-menu-grid {
    display: grid;
    gap: 16px;
}

.polo-cat-menu-grid--compact {
    margin-top: 24px;
}

.polo-cat-menu-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

.polo-cat-menu-item h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.polo-cat-menu-item strong {
    color: var(--polo-accent);
    font-size: 22px;
    white-space: nowrap;
}

.polo-cat-actions--centered {
    justify-content: center;
}

.polo-cat-upgrade-list {
    display: grid;
    gap: 14px;
}

.polo-cat-upgrade-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: var(--polo-text);
}

.polo-cat-upgrade-item strong {
    color: var(--polo-accent);
    white-space: nowrap;
}

.polo-cat-bullet-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
    .polo-cat-menu-item {
        grid-template-columns: minmax(0, 1fr);
    }

    .polo-cat-bullet-grid--two {
        grid-template-columns: minmax(0, 1fr);
    }
}

.polo-cat-copy--smash-burgers {
    background:
        linear-gradient(90deg, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0.7) 45%, rgba(8, 7, 6, 0.38) 100%),
        url("https://polloranch.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-13-2026-03_37_41-PM.png") center/cover no-repeat;
}

.polo-cat-copy--milkshakes-desserts {
    background:
        linear-gradient(90deg, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0.7) 45%, rgba(8, 7, 6, 0.38) 100%),
        url("https://polloranch.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-14-2026-05_47_38-PM.png") center/cover no-repeat;
}

.polo-cat-menu-grid--desserts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.polo-cat-dev-note--inline {
    margin-top: 0;
    margin-bottom: 22px;
}

@media (max-width: 767.98px) {
    .polo-cat-menu-grid--desserts {
        grid-template-columns: minmax(0, 1fr);
    }
}

.polo-cat-copy--fresh-off-the-grill {
    background:
        linear-gradient(90deg, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0.7) 45%, rgba(8, 7, 6, 0.38) 100%),
        url("https://polloranch.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-13-2026-04_13_01-PM.png") center/cover no-repeat;
}

.polo-cat-copy--burritos-wraps-box-meals {
    background:
        linear-gradient(90deg, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0.7) 45%, rgba(8, 7, 6, 0.38) 100%),
        url("https://polloranch.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-14-2026-05_50_53-PM.png") center/cover no-repeat;
}

.polo-cat-copy--loaded-fries-gyro-lovers {
    background:
        linear-gradient(90deg, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0.7) 45%, rgba(8, 7, 6, 0.38) 100%),
        url("https://polloranch.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-14-2026-05_52_57-PM.png") center/cover no-repeat;
}

.polo-cat-copy--default {
    background:
        linear-gradient(90deg, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0.74) 45%, rgba(8, 7, 6, 0.42) 100%),
        radial-gradient(circle at top right, rgba(230, 30, 42, 0.32), transparent 36%),
        linear-gradient(180deg, rgba(17, 15, 12, 0.98), rgba(11, 10, 8, 0.98));
    background-size: cover;
    background-position: center;
}

.polo-cat-richtext p + p {
    margin-top: 14px;
}

.polo-cat-richtext p {
    max-width: 700px;
    font-size: 18px;
}
.polo-cat-bullet-grid--compact {
    margin-top: 24px;
    margin-bottom: 0;
}
.polo-cat-menu-grid--products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.polo-cat-product-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 22px 24px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
}

.polo-cat-product-card__main {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-width: 0;
}

.polo-cat-product-card__media {
    width: 108px;
    height: 108px;
    border-radius: 22px;
    background: radial-gradient(circle at top, rgba(230, 30, 42, 0.18), rgba(17, 16, 13, 0.92));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.polo-cat-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.polo-cat-product-card__body {
    min-width: 0;
}

.polo-cat-product-card__body h3 {
    font-size: clamp(1.9rem, 2.5vw, 2.5rem);
    margin: 0;
}

.polo-cat-product-card__aside {
    display: grid;
    gap: 12px;
    justify-items: end;
    min-width: 165px;
}

.polo-cat-product-card__aside strong {
    color: var(--polo-accent);
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
}

.polo-cat-button--product {
    min-width: 150px;
    margin-top: 0;
}

.polo-cat-empty-state {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.polo-cat-empty-state p {
    color: var(--polo-text);
}

.polo-product-modal {
    display: grid;
    gap: 18px;
}

.polo-product-modal__media {
    border-radius: 24px;
    overflow: hidden;
    background: radial-gradient(circle at top, rgba(230, 30, 42, 0.16), rgba(17, 16, 13, 0.94));
    padding: 18px;
}

.polo-product-modal__media img {
    display: block;
    width: 100%;
    max-height: 280px;
    object-fit: contain;
    margin: 0 auto;
}

.polo-product-modal__content h3 {
    margin: 0;
    color: var(--polo-text);
    font-family: var(--polo-heading-font);
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 0.96;
}

.polo-product-modal__content p {
    margin: 10px 0 0;
    color: var(--polo-accent);
    font-size: 20px;
    font-weight: 700;
}

.polo-product-swal {
    width: min(92vw, 540px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.polo-product-swal-confirm,
.polo-product-swal-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 24px;
    border-radius: 999px;
    border: 0;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.polo-product-swal-confirm {
    background: #ffffff;
    color: #1b140a;
}

.polo-product-swal-cancel {
    background: rgba(255, 255, 255, 0.06);
    color: var(--polo-text);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.swal2-actions {
    width: 100%;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .polo-cat-menu-grid--products {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .polo-cat-product-card {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        padding: 16px 14px;
    }

    .polo-cat-product-card__main {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .polo-cat-product-card__media {
        width: 82px;
        height: 82px;
        padding: 10px;
        border-radius: 16px;
    }

    .polo-cat-product-card__body h3 {
        font-size: clamp(1.55rem, 7vw, 2rem);
        line-height: 0.95;
    }

    .polo-cat-product-card__aside {
        width: 100%;
        min-width: 0;
        gap: 8px;
        justify-items: start;
        padding-left: 94px;
    }

    .polo-cat-product-card__aside strong {
        font-size: 20px;
    }

    .polo-cat-button--product {
        min-width: 112px;
        min-height: 34px;
        padding: 7px 14px;
        font-size: 11px;
        line-height: 1.1;
        border-radius: 999px;
    }
}

@media (max-width: 575.98px) {
    .polo-cat-product-card {
        padding: 14px 12px;
    }

    .polo-cat-product-card__main {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 10px;
    }

    .polo-cat-product-card__media {
        width: 76px;
        height: 76px;
        padding: 8px;
    }

    .polo-cat-product-card__body h3 {
        font-size: clamp(1.35rem, 7.4vw, 1.8rem);
    }

    .polo-cat-product-card__aside {
        padding-left: 86px;
    }

    .polo-cat-product-card__aside strong {
        font-size: 18px;
    }

    .polo-cat-button--product {
        min-width: 104px;
        min-height: 32px;
        padding: 6px 12px;
        font-size: 10px;
    }
}

.polo-cat-panel--special-pollo-pizzas .polo-cat-menu-grid--products {
    grid-template-columns: 1fr;
}
.polo-cat-banner-slider {
    position: relative;
    margin: 0 auto 18px;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--polo-shadow);
}

.polo-cat-banner-slider__swiper,
.polo-cat-banner-slider__swiper .swiper-wrapper,
.polo-cat-banner-slider__swiper .swiper-slide {
    height: clamp(320px, 44vw, 500px);
}

.polo-cat-banner-slide {
    position: relative;
}

.polo-cat-banner-slide__media,
.polo-cat-banner-slide__media img {
    width: 100%;
    height: 100%;
}

.polo-cat-banner-slide__media img {
    object-fit: cover;
}

.polo-cat-banner-slider__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 7, 7, 0.78) 0%, rgba(7, 7, 7, 0.46) 46%, rgba(7, 7, 7, 0.68) 100%);
    z-index: 2;
    pointer-events: none;
}

.polo-cat-banner-slider__content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
}

.polo-cat-banner-slider__content-inner {
    max-width: 760px;
    padding: clamp(24px, 4vw, 46px);
}

.polo-cat-banner-slider__content h1 {
    font-size: clamp(2.8rem, 5vw, 5.4rem);
    margin-top: 18px;
    text-wrap: balance;
}

.polo-cat-banner-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(17, 16, 13, 0.54);
    color: #fff;
    backdrop-filter: blur(14px);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.polo-cat-banner-slider__nav:hover,
.polo-cat-banner-slider__nav:focus-visible {
    background: rgba(230, 30, 42, 0.92);
}

.polo-cat-banner-slider__nav--prev {
    left: 20px;
}

.polo-cat-banner-slider__nav--next {
    right: 20px;
}

.polo-cat-banner-slider__nav svg {
    width: 20px;
    height: 20px;
}

.polo-cat-banner-slider__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px !important;
    z-index: 4;
    display: flex;
    justify-content: center;
}

.polo-cat-banner-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.42);
    opacity: 1;
}

.polo-cat-banner-slider__pagination .swiper-pagination-bullet-active {
    background: var(--polo-accent);
}

.polo-cat-copy--has-slider {
    background: linear-gradient(180deg, rgba(17, 15, 12, 0.97), rgba(11, 10, 8, 0.97));
}

.polo-cat-copy--has-slider p + p {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .polo-cat-banner-slider__swiper,
    .polo-cat-banner-slider__swiper .swiper-wrapper,
    .polo-cat-banner-slider__swiper .swiper-slide {
        height: 360px;
    }

    .polo-cat-banner-slider__content-inner {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .polo-cat-banner-slider {
        border-radius: 24px;
    }

    .polo-cat-banner-slider__swiper,
    .polo-cat-banner-slider__swiper .swiper-wrapper,
    .polo-cat-banner-slider__swiper .swiper-slide {
        height: 300px;
    }

    .polo-cat-banner-slider__nav {
        width: 44px;
        height: 44px;
    }

    .polo-cat-banner-slider__nav--prev {
        left: 12px;
    }

    .polo-cat-banner-slider__nav--next {
        right: 12px;
    }
}


.polo-product-modal {
    display: grid;
    gap: 24px;
    text-align: left;
}

.polo-product-modal--loading {
    justify-items: center;
    padding: 28px 0;
}

.polo-product-modal__loader {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.12);
    border-top-color: var(--polo-accent);
    animation: poloModalSpin 0.8s linear infinite;
}

.polo-product-modal__media {
    border-radius: 0;
    overflow: hidden;
    background: #050505;
    padding: 18px;
}

.polo-product-modal__image,
.polo-product-modal__media img {
    display: block;
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    margin: 0 auto;
}

.polo-product-modal__content {
    display: grid;
    gap: 18px;
}

.polo-product-modal__head {
    display: grid;
    gap: 12px;
}

.polo-product-modal__price,
.polo-product-modal__price .amount {
    color: var(--polo-accent);
    font-size: 22px;
    font-weight: 800;
}

.polo-product-modal__description,
.polo-product-modal__description p,
.polo-product-modal__description li {
    color: var(--polo-text-muted);
    font-size: 15px;
    line-height: 1.8;
}

.polo-product-modal__description p + p {
    margin-top: 12px;
}

.polo-product-modal__notice {
    padding: 14px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.7;
}

.polo-product-modal__notice p,
.polo-product-modal__notice li,
.polo-product-modal__notice a {
    color: inherit;
    margin: 0;
}

.polo-product-modal__notice.is-pending {
    background: rgba(255, 255, 255, 0.06);
    color: var(--polo-text);
}

.polo-product-modal__notice.is-success {
    background: rgba(230, 30, 42, 0.16);
    color: #ffffff;
    border: 1px solid rgba(230, 30, 42, 0.28);
}

.polo-product-modal__notice.is-error {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.polo-product-modal__form,
.polo-product-modal__form-shell,
.polo-product-modal__form form.cart {
    display: grid;
    gap: 18px;
}

.polo-product-modal__form .variations {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.polo-product-modal__form .variations td,
.polo-product-modal__form .variations th {
    padding: 0;
    color: var(--polo-text);
    vertical-align: middle;
}

.polo-product-modal__form .variations label,
.polo-product-modal__form .label label {
    color: var(--polo-text);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.polo-product-modal__form select,
.polo-product-modal__form input[type="number"],
.polo-product-modal__form input[type="text"],
.polo-product-modal__form textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: #0f0f0f;
    color: #ffffff;
    box-shadow: none;
}

.polo-product-modal__form textarea {
    min-height: 120px;
}

.polo-product-modal__form select:focus,
.polo-product-modal__form input:focus,
.polo-product-modal__form textarea:focus {
    outline: none;
    border-color: rgba(230, 30, 42, 0.72);
}

.polo-product-modal__form .quantity {
    display: inline-flex;
    align-items: center;
}

.polo-product-swal .polo-product-modal__form .quantity > .minus,
.polo-product-swal .polo-product-modal__form .quantity > .plus,
.polo-product-swal .polo-product-modal__form .quantity > .quantity-down,
.polo-product-swal .polo-product-modal__form .quantity > .quantity-up,
.polo-product-swal .polo-product-modal__form .quantity-input > button {
    display: none !important;
}

.polo-product-modal__form .quantity .qty {
    width: 110px;
}

.polo-product-modal__form .single_add_to_cart_button,
.polo-product-modal__fallback .polo-cat-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 26px;
    border: 0;
    border-radius: 999px;
    background: rgb(230, 30, 42);
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.04em;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.polo-product-modal__form .single_add_to_cart_button:hover,
.polo-product-modal__fallback .polo-cat-button:hover {
    background: rgb(190, 20, 32);
    color: #ffffff;
    transform: translateY(-2px);
}

.polo-product-modal__form .single_add_to_cart_button.is-loading {
    opacity: 0.82;
    pointer-events: none;
}

.polo-product-modal__form .single_add_to_cart_button.is-loading::after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: poloButtonSpinner 0.7s linear infinite;
}

@keyframes poloButtonSpinner {
    to {
        transform: rotate(360deg);
    }
}

.polo-product-modal__form .woocommerce-variation-price,
.polo-product-modal__form .woocommerce-variation-description,
.polo-product-modal__form .woocommerce-variation-availability,
.polo-product-modal__form .reset_variations,
.polo-product-modal__form .woocommerce-price-suffix,
.polo-product-modal__form .wc-pao-addon-description p,
.polo-product-modal__form .wc-pao-addon-name,
.polo-product-modal__form .wc-pao-addon-wrap label {
    color: var(--polo-text-muted);
}

.polo-product-modal__form .woocommerce-variation-price .price,
.polo-product-modal__form .woocommerce-variation-price .amount,
.polo-product-modal__form .wc-pao-col2 .amount,
.polo-product-modal__form .wc-pao-addon-name strong {
    color: var(--polo-accent);
}

.polo-product-modal__form .wc-pao-addon-container,
.polo-product-modal__form .wc-pao-addon,
.polo-product-modal__form .bundle_button,
.polo-product-modal__form .single_variation_wrap {
    display: grid;
    gap: 12px;
}

.polo-product-modal__form .wc-pao-addon-container {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.polo-product-modal__form .wc-pao-addon-container .form-row,
.polo-product-modal__form .wc-pao-addon-container p {
    margin: 0;
}

.polo-product-modal__form .wc-pao-addon-container > label,
.polo-product-modal__form .wc-pao-addon-container > .wc-pao-addon-name,
.polo-product-modal__form .wc-pao-addon-container > p > label:first-child {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    color: var(--polo-text);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: none;
}

.polo-product-modal__form .wc-pao-addon-container .wc-pao-addon-wrap {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

.polo-product-modal__form .wc-pao-addon-container .wc-pao-addon-wrap:last-child {
    margin-bottom: 0;
}

.polo-product-modal__form .wc-pao-addon-container .wc-pao-addon-wrap label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0;
    color: var(--polo-text);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.55;
    text-transform: none;
}

.polo-product-modal__form .wc-pao-addon-container input[type="checkbox"],
.polo-product-modal__form .wc-pao-addon-container input[type="radio"] {
    flex: 0 0 auto;
    margin-top: 4px;
}

.polo-product-modal__form .ppom-wrapper,
.polo-product-modal__form .ppom-wrapper .ppom-field-wrapper,
.polo-product-modal__form .ppom-wrapper .ppom-field-wrap,
.polo-product-modal__form .ppom-wrapper .ppom-field-container,
.polo-product-modal__form .ppom-wrapper .ppom-field-box,
.polo-product-modal__form .ppom-wrapper .nm-productmeta-box,
.polo-product-modal__form .ppom-wrapper .nm-box,
.polo-product-modal__form .ppom-wrapper .ppom-section,
.polo-product-modal__form .ppom-wrapper .ppom-option-wrapper,
.polo-product-modal__form .ppom,
.polo-product-modal__form .nm-productmeta-box {
    display: block;
    width: 100%;
}

.polo-product-modal__form .ppom-wrapper .ppom-field-wrap,
.polo-product-modal__form .ppom-wrapper .ppom-field-container,
.polo-product-modal__form .ppom-wrapper .ppom-field-box,
.polo-product-modal__form .ppom-wrapper .nm-productmeta-box,
.polo-product-modal__form .ppom-wrapper .nm-box,
.polo-product-modal__form .nm-productmeta-box {
    margin: 0 0 14px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.polo-product-modal__form .ppom-wrapper .ppom-field-wrap:last-child,
.polo-product-modal__form .ppom-wrapper .ppom-field-container:last-child,
.polo-product-modal__form .ppom-wrapper .ppom-field-box:last-child,
.polo-product-modal__form .ppom-wrapper .nm-productmeta-box:last-child,
.polo-product-modal__form .ppom-wrapper .nm-box:last-child,
.polo-product-modal__form .nm-productmeta-box:last-child {
    margin-bottom: 0;
}

.polo-product-modal__form .ppom-wrapper h3,
.polo-product-modal__form .ppom-wrapper h4,
.polo-product-modal__form .ppom-wrapper .ppom-label,
.polo-product-modal__form .ppom-wrapper .ppom-field-label,
.polo-product-modal__form .ppom-wrapper .nm-productmeta-label,
.polo-product-modal__form .ppom-wrapper .nm-box-title,
.polo-product-modal__form .ppom-wrapper .ppom-option-title,
.polo-product-modal__form .nm-productmeta-box .option-label,
.polo-product-modal__form .nm-productmeta-box label:first-child {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    color: var(--polo-text);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: none;
    text-align: left;
}

.polo-product-modal__form .ppom-wrapper ul,
.polo-product-modal__form .ppom-wrapper ol,
.polo-product-modal__form .nm-productmeta-box ul,
.polo-product-modal__form .nm-productmeta-box ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.polo-product-modal__form .ppom-wrapper li,
.polo-product-modal__form .ppom-wrapper .ppom-option,
.polo-product-modal__form .ppom-wrapper .ppom-option-wrapper > div,
.polo-product-modal__form .ppom-wrapper .ppom-option-wrapper > label,
.polo-product-modal__form .ppom-wrapper .nm-productmeta-box .select-box,
.polo-product-modal__form .ppom-wrapper .nm-productmeta-box .option-row,
.polo-product-modal__form .nm-productmeta-box .option-row,
.polo-product-modal__form .nm-productmeta-box .select-box,
.polo-product-modal__form .nm-productmeta-box > div {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

.polo-product-modal__form .ppom-wrapper li:last-child,
.polo-product-modal__form .ppom-wrapper .ppom-option:last-child,
.polo-product-modal__form .ppom-wrapper .ppom-option-wrapper > div:last-child,
.polo-product-modal__form .ppom-wrapper .ppom-option-wrapper > label:last-child,
.polo-product-modal__form .ppom-wrapper .nm-productmeta-box .select-box:last-child,
.polo-product-modal__form .ppom-wrapper .nm-productmeta-box .option-row:last-child,
.polo-product-modal__form .nm-productmeta-box .option-row:last-child,
.polo-product-modal__form .nm-productmeta-box .select-box:last-child,
.polo-product-modal__form .nm-productmeta-box > div:last-child {
    margin-bottom: 0;
}

.polo-product-modal__form .ppom-wrapper li label,
.polo-product-modal__form .ppom-wrapper .ppom-option label,
.polo-product-modal__form .ppom-wrapper .ppom-option-wrapper label,
.polo-product-modal__form .ppom-wrapper .nm-productmeta-box label,
.polo-product-modal__form .nm-productmeta-box label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0;
    color: var(--polo-text);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.55;
    text-transform: none;
    text-align: left;
}

.polo-product-modal__form .ppom-wrapper input[type="checkbox"],
.polo-product-modal__form .ppom-wrapper input[type="radio"],
.polo-product-modal__form .nm-productmeta-box input[type="checkbox"],
.polo-product-modal__form .nm-productmeta-box input[type="radio"] {
    flex: 0 0 auto;
    margin-top: 4px;
}

.polo-product-modal__form .woocommerce-error,
.polo-product-modal__form .woocommerce-info,
.polo-product-modal__form .woocommerce-message {
    margin: 0;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.polo-product-swal {
    width: min(94vw, 760px);
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.polo-product-swal .swal2-html-container {
    margin: 0;
    padding: 0;
}

@keyframes poloModalSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767.98px) {
    .polo-product-swal {
        width: min(94vw, 760px);
        padding: 22px 18px;
    }

    .polo-product-modal__form .variations tbody,
    .polo-product-modal__form .variations tr,
    .polo-product-modal__form .variations td,
    .polo-product-modal__form .variations th {
        display: block;
        width: 100%;
    }
}
