.polloranch-page .fa,
.polloranch-page .fas,
.polloranch-page .far,
.polloranch-page .fal,
.polloranch-page .fab,
.polloranch-page .fad,
.polloranch-category-content .fa,
.polloranch-category-content .fas,
.polloranch-category-content .far,
.polloranch-category-content .fal,
.polloranch-category-content .fab,
.polloranch-category-content .fad,
.woocommerce .fa,
.woocommerce .fas,
.woocommerce .far,
.woocommerce .fal,
.woocommerce .fab,
.woocommerce .fad {
    font-family: "Font Awesome 5 Pro" !important;
}

.polloranch-page i[class^="flaticon-"],
.polloranch-page i[class*=" flaticon-"],
.polloranch-category-content i[class^="flaticon-"],
.polloranch-category-content i[class*=" flaticon-"],
.woocommerce i[class^="flaticon-"],
.woocommerce i[class*=" flaticon-"] {
    font-family: inherit !important;
}
:root {
    --polo-accent: rgb(230, 30, 42);
    --polo-accent-dark: rgb(184, 16, 30);
    --polo-accent-soft: rgba(230, 30, 42, 0.18);
    --polo-bg: #060606;
    --polo-bg-soft: #0c0c0e;
    --polo-bg-panel: rgba(16, 16, 18, 0.9);
    --polo-bg-card: rgba(20, 20, 22, 0.86);
    --polo-bg-card-strong: rgba(10, 10, 12, 0.96);
    --polo-text: #ffffff;
    --polo-text-muted: rgba(255, 255, 255, 0.72);
    --polo-text-soft: rgba(255, 255, 255, 0.55);
    --polo-border: rgba(255, 255, 255, 0.1);
    --polo-border-strong: rgba(230, 30, 42, 0.28);
    --polo-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    --polo-shadow-red: 0 20px 70px rgba(230, 30, 42, 0.28);
    --polo-radius: 28px;
    --polo-radius-sm: 18px;
    --polo-font: 'Outfit', 'Segoe UI', sans-serif;
    --polo-script: 'Allura', cursive;
    --polo-site-bg:
        radial-gradient(circle at 15% 10%, rgba(230, 30, 42, 0.18), transparent 24%),
        radial-gradient(circle at 85% 12%, rgba(230, 30, 42, 0.1), transparent 20%),
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.035), transparent 30%),
        linear-gradient(180deg, #050505 0%, #0b0b0d 28%, #111114 58%, #070708 100%);
    --polo-hero-bg:
        linear-gradient(90deg, rgba(4, 4, 5, 0.96) 0%, rgba(4, 4, 5, 0.86) 38%, rgba(4, 4, 5, 0.42) 66%, rgba(4, 4, 5, 0.78) 100%),
        radial-gradient(circle at 72% 44%, rgba(230, 30, 42, 0.34), transparent 24%),
        radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.03), transparent 20%),
        linear-gradient(135deg, #030303 0%, #111114 52%, #050505 100%);
}

html {
    scroll-behavior: smooth;
}

body,
body.polo-body,
.polloranch-page,
.polloranch-page body {
    font-family: var(--polo-font) !important;
    color: var(--polo-text);
    background: var(--polo-site-bg) fixed !important;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 16%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.02), transparent 55%);
    mix-blend-mode: screen;
    opacity: 0.55;
    z-index: 0;
}

body,
.polloranch-page,
.polloranch-page *,
.polloranch-category-content,
.polloranch-category-content * {
    font-family: var(--polo-font) !important;
}

.polloranch-page,
.polloranch-category-content,
.polloranch-category-content-wrap {
    --primary-color: var(--polo-accent);
    --secondary-color: var(--polo-accent);
    --heading-color: var(--polo-text);
    --base-color: var(--polo-text-muted);
    --lighter-color: #141418;
    --border-color: var(--polo-border);
    --primary-rgb: 230, 30, 42;
    position: relative;
    z-index: 1;
    background: transparent !important;
    color: var(--polo-text);
}

.polloranch-page a,
.polloranch-category-content a,
.woocommerce a,
.wd-wishlist-btn a,
.wd-entities-title a,
.entry-content a {
    color: var(--polo-accent);
}

.polloranch-page a:hover,
.polloranch-category-content a:hover,
.woocommerce a:hover,
.entry-content a:hover {
    color: #ff5661;
}

.polloranch-page h1,
.polloranch-page h2,
.polloranch-page h3,
.polloranch-page h4,
.polloranch-page h5,
.polloranch-page h6,
.polloranch-page .section-title h2,
.polloranch-page .section-title h3,
.polloranch-page .polo-page-hero__card strong,
.polloranch-page .polo-link-list a,
.polloranch-category-content h1,
.polloranch-category-content h2,
.polloranch-category-content h3,
.woocommerce div.product .product_title,
.woocommerce ul.products li.product .wd-entities-title,
.woocommerce ul.products li.product .wd-entities-title a,
.wd-nav-product-cat a {
    font-family: var(--polo-font) !important;
    color: var(--polo-text) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    line-height: 1.02;
    text-transform: none !important;
}

.polloranch-page p,
.polloranch-page li,
.polloranch-page label,
.polloranch-page input,
.polloranch-page textarea,
.polloranch-page select,
.polloranch-category-content p,
.polloranch-category-content li,
.woocommerce,
.woocommerce p,
.woocommerce li,
.woocommerce label,
.woocommerce input,
.woocommerce textarea,
.woocommerce select {
    color: var(--polo-text-muted) !important;
    line-height: 1.8;
    font-weight: 400;
}

.polloranch-page .sub-title,
.polloranch-category-content .polo-cat-kicker,
.polloranch-category-content .polo-cat-kicker--small {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: var(--polo-accent) !important;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.polloranch-page .polo-script-kicker {
    font-family: var(--polo-script) !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    line-height: 1;
    padding: 0;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.92) !important;
}

.polloranch-page .theme-btn,
.polloranch-page a.theme-btn,
.polloranch-page button,
.polloranch-category-content button,
.polloranch-category-content .polo-cat-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wd-checkout-btn a,
.wd-button-wrapper a {
    position: relative;
    overflow: hidden;
    min-height: 56px;
    padding: 14px 28px !important;
    border-radius: 999px !important;
    border: 1px solid transparent !important;
    background: linear-gradient(135deg, var(--polo-accent) 0%, var(--polo-accent-dark) 100%) !important;
    color: #fff !important;
    box-shadow: var(--polo-shadow-red);
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.polloranch-page .theme-btn::after,
.polloranch-page a.theme-btn::after,
.woocommerce a.button::after,
.woocommerce button.button::after,
.woocommerce input.button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.22) 50%, transparent 100%);
    transform: translateX(-130%);
    transition: transform 0.55s ease;
}

.polloranch-page .theme-btn:hover,
.polloranch-page a.theme-btn:hover,
.polloranch-page button:hover,
.polloranch-category-content button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wd-checkout-btn a:hover,
.wd-button-wrapper a:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #cf1824 0%, #8f0f18 100%) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
    box-shadow: 0 28px 80px rgba(230, 30, 42, 0.34);
}

.polloranch-page .theme-btn:hover::after,
.polloranch-page a.theme-btn:hover::after,
.woocommerce a.button:hover::after,
.woocommerce button.button:hover::after,
.woocommerce input.button:hover::after {
    transform: translateX(130%);
}

.polloranch-page .theme-btn.style-two,
.polloranch-page a.theme-btn.style-two,
.polloranch-page .polo-btn-secondary,
.woocommerce a.button.alt {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: var(--polo-text) !important;
    box-shadow: none;
    backdrop-filter: blur(14px);
}

.polloranch-page .theme-btn.style-two:hover,
.polloranch-page a.theme-btn.style-two:hover,
.polloranch-page .polo-btn-secondary:hover,
.woocommerce a.button.alt:hover {
    background: rgba(230, 30, 42, 0.16) !important;
    color: #fff !important;
    border-color: transparent !important;
}

.polloranch-page section,
.polloranch-category-content .polo-cat-shell,
.woocommerce .site-content,
.woocommerce-page .site-content {
    position: relative;
    z-index: 1;
}

.polloranch-page .polo-hero,
.polloranch-page .polo-page-hero,
.polloranch-category-content .polo-cat-copy {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--polo-hero-bg) !important;
}

.polloranch-page .polo-hero::before,
.polloranch-page .polo-page-hero::before,
.polloranch-category-content .polo-cat-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 74% 48%, rgba(230, 30, 42, 0.3), transparent 18%),
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.03), transparent 18%);
    pointer-events: none;
}

.polloranch-page .polo-hero__ambient,
.polloranch-page .polo-hero__grid,
.polloranch-page .polo-hero__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.polloranch-page .polo-hero__glow {
    border-radius: 50%;
    filter: blur(28px);
}

.polloranch-page .polo-hero__glow--one {
    width: 320px;
    height: 320px;
    top: -120px;
    left: -80px;
    background: rgba(230, 30, 42, 0.16);
}

.polloranch-page .polo-hero__glow--two {
    width: 400px;
    height: 400px;
    inset: auto 8% 2% auto;
    background: rgba(230, 30, 42, 0.14);
}

.polloranch-page .polo-hero__grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 110px 110px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), transparent 78%);
}

.polloranch-page .polo-hero--premium {
    min-height: 100vh;
    padding: 150px 0 90px;
}

.polloranch-page .polo-hero__content,
.polloranch-page .polo-page-hero__content {
    position: relative;
    z-index: 2;
}

.polloranch-page .polo-hero__content h1,
.polloranch-page .polo-page-hero h1,
.polloranch-category-content .polo-cat-copy h1 {
    font-size: clamp(3.25rem, 7vw, 6.7rem) !important;
    margin: 18px 0 20px;
    text-wrap: balance;
}

.polloranch-page .polo-hero__content h1 span {
    display: block;
}

.polloranch-page .polo-hero__content p,
.polloranch-page .polo-page-hero p,
.polloranch-category-content .polo-cat-copy p {
    max-width: 640px;
    font-size: 17px;
}

.polloranch-page .polo-hero__actions,
.polloranch-page .polo-inline-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.polloranch-page .polo-hero__stats,
.polloranch-page .polo-page-hero__card,
.polloranch-page .polo-stat-card,
.polloranch-page .polo-panel,
.polloranch-page .polo-intro-panel,
.polloranch-page .polo-delivery-card,
.polloranch-page .polo-info-card,
.polloranch-page .polo-review-card,
.polloranch-page .polo-why-card,
.polloranch-page .polo-badge-stat,
.polloranch-page .polo-postcode-checker,
.polloranch-page .polo-delivery-table-wrap,
.polloranch-page .polo-story-grid__item,
.polloranch-page .polo-menu-card,
.polloranch-page .polo-feature-item,
.polloranch-page .polo-link-list li,
.polloranch-category-content .polo-cat-stat-card,
.polloranch-category-content .polo-cat-panel,
.polloranch-category-content .polo-cat-card,
.polloranch-category-content .polo-cat-accordion-item,
.polloranch-category-content .polo-cat-bullet,
.woocommerce .cart_totals,
.woocommerce .woocommerce-checkout-review-order,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-coupon,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce .woocommerce-Address,
.woocommerce div.product div.summary,
.woocommerce div.product div.images,
.woocommerce ul.products li.product,
.woocommerce .shop_table,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.select2-dropdown,
.mfp-content .popup-inner {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        linear-gradient(160deg, rgba(18, 18, 20, 0.95), rgba(8, 8, 10, 0.95)) !important;
    border: 0 !important;
    border-radius: var(--polo-radius) !important;
    box-shadow: var(--polo-shadow) !important;
    backdrop-filter: blur(18px);
}

.polloranch-page .polo-intro-panel,
.polloranch-page .polo-panel,
.polloranch-page .polo-delivery-card,
.polloranch-page .polo-info-card,
.polloranch-page .polo-review-card,
.polloranch-page .polo-why-card,
.polloranch-page .polo-badge-stat,
.polloranch-page .polo-postcode-checker,
.polloranch-page .polo-delivery-table-wrap,
.polloranch-category-content .polo-cat-stat-card,
.polloranch-category-content .polo-cat-panel,
.polloranch-category-content .polo-cat-card,
.polloranch-category-content .polo-cat-accordion-item,
.woocommerce .cart_totals,
.woocommerce .woocommerce-checkout-review-order,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-coupon,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce .woocommerce-Address,
.woocommerce div.product div.summary,
.woocommerce div.product div.images,
.woocommerce ul.products li.product {
    padding: clamp(22px, 3vw, 36px);
}

.polloranch-page .polo-hero__visual {
    position: relative;
    min-height: 720px;
}

.polloranch-page .polo-hero__burger {
    position: absolute;
    z-index: 2;
    filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.55));
    animation: poloFloat 5.5s ease-in-out infinite;
}

.polloranch-page .polo-hero__burger {
    right: -4%;
    bottom: -2%;
    width: min(100%, 700px);
}

.polloranch-page .polo-hero__visual--solo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.polloranch-page .polo-hero__burger--solo {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 720px);
}

.polloranch-page .polo-hero__feature-card span,
.polloranch-page .polo-stat-card span,
.polloranch-page .polo-page-hero__card li span:first-child,
.polloranch-page .polo-review-card strong,
.polloranch-page .polo-text-link,
.polloranch-page .polo-delivery-note,
.polloranch-category-content .polo-cat-stat-card li span:first-child {
    color: var(--polo-text-soft) !important;
}

.polloranch-page .polo-text-link,
.polloranch-page .read-more,
.polloranch-category-content .read-more,
.woocommerce .woocommerce-breadcrumb a {
    font-weight: 600;
    text-decoration: none;
}

.polloranch-page .polo-text-link:hover,
.polloranch-page .read-more:hover,
.polloranch-category-content .read-more:hover {
    color: #ff5965 !important;
}

.polloranch-page .polo-menu-card,
.polloranch-page .polo-story-grid__item,
.woocommerce ul.products li.product,
.woocommerce div.product div.images {
    overflow: hidden;
}

.polloranch-page .polo-menu-card__image,
.polloranch-page .polo-story-grid__item,
.woocommerce ul.products li.product .product-image-wrap,
.woocommerce ul.products li.product .wd-product,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    border-radius: calc(var(--polo-radius) - 8px);
}

.polloranch-page .polo-menu-card img,
.polloranch-page .polo-story-grid__item img,
.woocommerce ul.products li.product img,
.woocommerce div.product div.images img {
    transition: transform 0.65s ease, filter 0.65s ease;
}

.polloranch-page .polo-menu-card:hover,
.polloranch-page .polo-info-card:hover,
.polloranch-page .polo-review-card:hover,
.polloranch-page .polo-feature-item:hover,
.polloranch-category-content .polo-cat-card:hover,
.polloranch-category-content .polo-cat-panel:hover,
.woocommerce ul.products li.product:hover,
.woocommerce div.product div.summary:hover {
    transform: translateY(-6px);
    border-color: transparent !important;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.52) !important;
}

.polloranch-page .polo-menu-card:hover img,
.polloranch-page .polo-story-grid__item:hover img,
.woocommerce ul.products li.product:hover img,
.woocommerce div.product div.images:hover img {
    transform: scale(1.06);
    filter: saturate(1.06) contrast(1.03);
}

.polloranch-page .polo-feature-item,
.polloranch-page .polo-link-list li,
.polloranch-category-content .polo-cat-bullet,
.woocommerce .quantity .qty,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li span {
    border-radius: 20px !important;
}

.polloranch-page .polo-feature-item i,
.polloranch-page .polo-review-card__stars,
.polloranch-page .polo-why-card__label,
.polloranch-category-content .polo-cat-stat-card strong,
.polloranch-category-content .polo-cat-panel--highlight .polo-cat-section-heading p strong,
.woocommerce .star-rating,
.woocommerce .onsale,
.wd-label-hot,
.wd-label-new,
.wd-product-cats a:hover {
    color: var(--polo-accent) !important;
}

.woocommerce .onsale,
.wd-product-label,
.wd-product-cats a,
.polloranch-page .polo-why-card__label {
    background: rgba(230, 30, 42, 0.14) !important;
    border: 1px solid rgba(230, 30, 42, 0.24) !important;
    border-radius: 999px !important;
}

.polloranch-page .polo-page-hero {
    padding: 180px 0 90px;
}

.polloranch-category-content .polo-cat-copy,
.polloranch-category-content .polo-cat-copy--pizzas,
.polloranch-category-content .polo-cat-copy--has-slider {
    padding: 42px !important;
}

.polloranch-page .polo-page-hero__card ul,
.polloranch-category-content .polo-cat-stat-card ul {
    margin-top: 18px;
}

.polloranch-page .polo-page-hero__card li,
.polloranch-category-content .polo-cat-stat-card li,
.woocommerce .shop_table th,
.woocommerce .shop_table td,
.woocommerce table.shop_table_responsive tr td {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.polloranch-page .polo-delivery-table,
.woocommerce table.shop_table,
.woocommerce table.shop_attributes {
    width: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: transparent !important;
}

.polloranch-page .polo-delivery-table th,
.polloranch-page .polo-delivery-table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    padding: 18px 20px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    color: var(--polo-text-muted) !important;
}

.polloranch-page .polo-delivery-table th,
.woocommerce table.shop_table th,
.woocommerce table.shop_attributes th,
.woocommerce-checkout-review-order-table thead th {
    color: var(--polo-text) !important;
    font-weight: 700;
}

.polloranch-page input,
.polloranch-page select,
.polloranch-page textarea,
.polloranch-page .nice-select,
.polloranch-page .form-control,
.polloranch-category-content input,
.polloranch-category-content select,
.polloranch-category-content textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .input-text,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.searchform input[type='text'] {
    min-height: 56px;
    border-radius: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.polloranch-page input::placeholder,
.polloranch-page textarea::placeholder,
.polloranch-category-content input::placeholder,
.polloranch-category-content textarea::placeholder,
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.polloranch-page input:focus,
.polloranch-page select:focus,
.polloranch-page textarea:focus,
.polloranch-page .nice-select:focus,
.polloranch-page .form-control:focus,
.polloranch-category-content input:focus,
.polloranch-category-content select:focus,
.polloranch-category-content textarea:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: rgba(230, 30, 42, 0.62) !important;
    box-shadow: 0 0 0 4px rgba(230, 30, 42, 0.16) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-results__option,
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.polloranch-page .nice-select:after,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--polo-accent) !important;
}

.polloranch-page .polo-link-list li,
.polloranch-page .polo-feature-item,
.polloranch-page .polo-review-card,
.polloranch-category-content .polo-cat-bullet,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li span {
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .amount,
.polloranch-page .polo-page-hero__card li span:last-child,
.polloranch-category-content .polo-cat-stat-card li span:last-child {
    color: #fff !important;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product .related.products,
.woocommerce .cross-sells,
.woocommerce-cart .cart-collaterals,
.woocommerce-account .addresses,
.woocommerce-account .woocommerce-MyAccount-navigation,
.wd-nav-product-cat {
    background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .quantity .qty,
.wd-nav-product-cat a,
.wd-nav-product-cat .current-cat > a {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: var(--polo-text-muted) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce .woocommerce-pagination .page-numbers li .current,
.woocommerce .woocommerce-pagination .page-numbers li a:hover,
.wd-nav-product-cat .current-cat > a,
.wd-nav-product-cat a:hover {
    background: rgba(230, 30, 42, 0.14) !important;
    border-color: rgba(230, 30, 42, 0.28) !important;
    color: #fff !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_simple,
.woocommerce ul.products li.product .product_type_variable {
    width: 100%;
    margin-top: 14px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    border-top: 0 !important;
    color: var(--polo-text-muted) !important;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before {
    color: var(--polo-accent) !important;
}

.woocommerce .blockUI.blockOverlay,
.woocommerce .loader,
.wd-nav-tabs .nav-link.active {
    background-color: rgba(230, 30, 42, 0.12) !important;
}

.woocommerce .product_meta,
.woocommerce .woocommerce-review-link,
.woocommerce-review__author,
.woocommerce-review__published-date {
    color: var(--polo-text-soft) !important;
}

.polloranch-page .category-area,
.polloranch-page .polo-section,
.woocommerce-page .site-content {
    padding-top: clamp(64px, 8vw, 110px);
    padding-bottom: clamp(30px, 2vw, 20px);
}

.polloranch-page .category-area:first-of-type,
.polloranch-page .polo-intro-section {
    padding-top: clamp(34px, 5vw, 60px);
}

.polloranch-page .section-title h2,
.polloranch-category-content .polo-cat-section-heading h2,
.woocommerce h2,
.woocommerce h3 {
    font-size: clamp(2.2rem, 4vw, 4.2rem) !important;
    margin-top: 16px;
    margin-bottom: 14px;
}

.polloranch-page .section-title p,
.polloranch-category-content .polo-cat-section-heading p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.polloranch-page .text-center .section-title p {
    margin-left: auto;
    margin-right: auto;
}

.polloranch-page .polo-review-card__stars {
    letter-spacing: 0.16em;
    margin-bottom: 12px;
}

.polloranch-page .polo-panel--highlight,
.polloranch-category-content .polo-cat-panel--highlight,
.woocommerce .cart_totals,
.woocommerce .woocommerce-checkout-review-order {
    background:
        linear-gradient(120deg, rgba(230, 30, 42, 0.15), transparent 36%),
        linear-gradient(160deg, rgba(18, 18, 20, 0.96), rgba(8, 8, 10, 0.96)) !important;
}

.polloranch-page .polo-postcode-result.is-success,
.woocommerce .stock.in-stock {
    color: #ffbfc4 !important;
}

.polloranch-page .polo-postcode-result.is-warning,
.woocommerce .stock.out-of-stock {
    color: #ff8b95 !important;
}

.polloranch-page .polo-delivery-table tr:hover td,
.woocommerce table.shop_table tbody tr:hover td {
    background: rgba(230, 30, 42, 0.06) !important;
}

.polloranch-page .polo-virtual-tour-section iframe {
    border-radius: 24px;
    min-height: 620px;
}

.polloranch-page .polo-story-grid,
.polloranch-page .polo-feature-list,
.polloranch-page .polo-link-list,
.polloranch-category-content .polo-cat-grid,
.polloranch-category-content .polo-cat-bullet-grid {
    gap: 20px;
}

.polloranch-page .polo-feature-item,
.polloranch-page .polo-link-list li {
    padding: 20px 22px;
}

.polloranch-page .polo-link-list a,
.polloranch-category-content .polo-cat-card h3 {
    font-size: 1.2rem;
}

.wd-page-title,
.wd-breadcrumbs,
.woocommerce-breadcrumb {
    color: var(--polo-text-soft) !important;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select,
.wd-info-box,
.wd-toolbar-products-per-page {
    color: var(--polo-text-muted) !important;
}

.woocommerce .woocommerce-ordering select,
.wd-toolbar-products-per-page {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
}

.wd-search-form,
.searchform,
.searchform > div {
    background: transparent !important;
}

.wd-search-form input,
.searchform input {
    min-height: 54px;
}

a,
button,
input,
textarea,
select,
img,
.polo-panel,
.polo-menu-card,
.polo-info-card,
.polo-review-card,
.polo-feature-item,
.woocommerce ul.products li.product,
.woocommerce div.product div.images img {
    transition: all 0.35s ease;
}

@keyframes poloFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -12px, 0);
    }
}

@media (max-width: 1199.98px) {
    .polloranch-page .polo-hero__visual {
        min-height: 620px;
    }

    .polloranch-page .polo-hero__burger {
        width: min(100%, 580px);
    }
}

@media (max-width: 991.98px) {
    .polloranch-page .polo-hero--premium,
    .polloranch-page .polo-page-hero {
        padding: 140px 0 70px;
    }

    .polloranch-category-content .polo-cat-copy,
    .polloranch-category-content .polo-cat-copy--pizzas,
    .polloranch-category-content .polo-cat-copy--has-slider {
        padding: 32px !important;
    }

    .polloranch-page .polo-hero__visual {
        min-height: 520px;
        margin-top: 10px;
    }

    .polloranch-page .polo-hero__feature-card {
        width: min(360px, 68%);
    }

    .polloranch-page .polo-inline-cta,
    .polloranch-page .polo-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .polloranch-page .polo-hero__stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .polloranch-page .polo-hero--premium {
        min-height: auto;
        padding-top: 130px;
    }

    .polloranch-page .polo-hero__content h1,
    .polloranch-page .polo-page-hero h1,
    .polloranch-category-content .polo-cat-copy h1 {
        font-size: clamp(2.8rem, 12vw, 4.4rem) !important;
    }

    .polloranch-page .polo-hero__visual {
        min-height: 430px;
    }

    .polloranch-page .polo-hero__burger {
        right: 0;
        width: min(100%, 440px);
    }

        .polloranch-page .polo-hero__feature-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 290px;
    }

    .polloranch-page .polo-virtual-tour-section iframe {
        min-height: 420px;
    }
}

@media (max-width: 575.98px) {
    .polloranch-page .theme-btn,
    .polloranch-page a.theme-btn,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        width: 100%;
    }

    .polloranch-page .polo-intro-panel,
    .polloranch-page .polo-panel,
    .polloranch-page .polo-delivery-card,
    .polloranch-page .polo-info-card,
    .polloranch-page .polo-review-card,
    .polloranch-page .polo-why-card,
    .polloranch-page .polo-badge-stat,
    .polloranch-page .polo-postcode-checker,
    .polloranch-page .polo-delivery-table-wrap,
    .polloranch-category-content .polo-cat-stat-card,
    .polloranch-category-content .polo-cat-panel,
    .polloranch-category-content .polo-cat-card,
    .polloranch-category-content .polo-cat-accordion-item,
    .woocommerce .cart_totals,
    .woocommerce .woocommerce-checkout-review-order,
    .woocommerce .woocommerce-form-login,
    .woocommerce .woocommerce-form-coupon,
    .woocommerce .woocommerce-MyAccount-content,
    .woocommerce .woocommerce-Address,
    .woocommerce div.product div.summary,
    .woocommerce div.product div.images,
    .woocommerce ul.products li.product {
        padding: 20px;
        border-radius: 22px !important;
    }

    .polloranch-page .polo-hero__visual {
        min-height: 360px;
    }

    .polloranch-page .polo-hero__feature-card {
        margin-top: 230px;
    }
}
.polloranch-category-content .polo-cat-product-card__media {
    background: transparent !important;
}

.polloranch-category-content .polo-cat-product-card {
    background: #000 !important;
    border-radius: 0 !important;
}
.polloranch-category-content .polo-cat-accordion {
    gap: 16px;
}

.polloranch-category-content .polo-cat-accordion-item {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(14, 14, 16, 0.96), rgba(8, 8, 10, 0.96)) !important;
    border-radius: 22px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32) !important;
}

.polloranch-category-content .polo-cat-accordion-item::before {
    content: "FAQ";
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 1;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(230, 30, 42, 0.14);
    color: var(--polo-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.polloranch-category-content .polo-cat-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    padding: 28px 72px 28px 28px;
    background: transparent !important;
    color: var(--polo-text) !important;
    font-family: var(--polo-font) !important;
    font-size: clamp(1.1rem, 1.7vw, 1.35rem) !important;
    font-weight: 700 !important;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-transform: none !important;
    border: 0;
    box-shadow: none;
}

.polloranch-category-content .polo-cat-accordion-button::before {
    content: "Q";
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(230, 30, 42, 0.2), rgba(230, 30, 42, 0.08));
    color: var(--polo-accent);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.polloranch-category-content .polo-cat-accordion-button::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--polo-accent);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.polloranch-category-content .polo-cat-accordion-item.is-open .polo-cat-accordion-button {
    color: #fff !important;
    padding-bottom: 20px;
}

.polloranch-category-content .polo-cat-accordion-item.is-open .polo-cat-accordion-button::after {
    content: "-";
    background: rgba(230, 30, 42, 0.16);
    color: #fff;
}

.polloranch-category-content .polo-cat-accordion-panel {
    padding: 0 28px 28px 28px;
}

.polloranch-category-content .polo-cat-accordion-panel::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 18px;
    background: linear-gradient(90deg, rgba(230, 30, 42, 0.36), rgba(255, 255, 255, 0.06));
}

.polloranch-category-content .polo-cat-accordion-panel p,
.polloranch-category-content .polo-cat-accordion-panel li {
    color: var(--polo-text-muted) !important;
    font-size: 15px;
    line-height: 1.85;
}

.polloranch-category-content .polo-cat-accordion-panel a {
    color: var(--polo-accent) !important;
    text-decoration: none;
}

.polloranch-category-content .polo-cat-accordion-panel a:hover {
    color: #ff6a74 !important;
}

@media (max-width: 767.98px) {
    .polloranch-category-content .polo-cat-accordion-item::before {
        top: 14px;
        right: 16px;
    }

    .polloranch-category-content .polo-cat-accordion-button {
        padding: 24px 58px 24px 20px;
        gap: 14px;
        font-size: 1rem !important;
    }

    .polloranch-category-content .polo-cat-accordion-button::before {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .polloranch-category-content .polo-cat-accordion-button::after {
        right: 18px;
        width: 28px;
        height: 28px;
        font-size: 20px;
    }

    .polloranch-category-content .polo-cat-accordion-panel {
        padding: 0 20px 22px 20px;
    }
}
.wd-page-content {
    background: #000 !important;
}
.polloranch-page .polo-accordion {
    display: grid;
    gap: 14px;
}

.polloranch-page .polo-accordion .accordion-item {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible;
}

.polloranch-page .polo-accordion .accordion-header {
    margin: 0;
}

.polloranch-page .polo-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 56px 24px 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: var(--polo-font) !important;
    font-size: clamp(1.08rem, 1.5vw, 1.28rem) !important;
    font-weight: 700 !important;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.polloranch-page .polo-accordion .accordion-button::before {
    content: "Q";
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(230, 30, 42, 0.14);
    color: var(--polo-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.polloranch-page .polo-accordion .accordion-button:not(.collapsed) {
    color: #fff !important;
    background: transparent !important;
}

.polloranch-page .polo-accordion .accordion-button::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: none !important;
    background: rgba(255, 255, 255, 0.06);
    color: var(--polo-accent);
    font-size: 22px;
    font-weight: 500;
}

.polloranch-page .polo-accordion .accordion-button:not(.collapsed)::after {
    content: "-";
    transform: translateY(-50%);
    background: rgba(230, 30, 42, 0.14);
    color: #fff;
}

.polloranch-page .polo-accordion .accordion-collapse {
    border: 0 !important;
}

.polloranch-page .polo-accordion .accordion-body {
    padding: 0 0 22px 48px !important;
    background: transparent !important;
    border-top: 0 !important;
    color: var(--polo-text-muted) !important;
    position: relative;
}

.polloranch-page .polo-accordion .accordion-body::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 16px;
    background: linear-gradient(90deg, rgba(230, 30, 42, 0.34), rgba(255, 255, 255, 0.05));
}

.polloranch-page .polo-accordion .accordion-body p,
.polloranch-page .polo-accordion .accordion-body li {
    color: var(--polo-text-muted) !important;
}

@media (max-width: 767.98px) {
    .polloranch-page .polo-accordion .accordion-button {
        padding: 20px 48px 20px 0 !important;
        font-size: 1rem !important;
    }

    .polloranch-page .polo-accordion .accordion-button::before {
        width: 30px;
        height: 30px;
    }

    .polloranch-page .polo-accordion .accordion-body {
        padding: 0 0 18px 44px !important;
    }
}
.main-content,
body .main-content,
.wd-page-content .main-content,
.site-content .main-content {
    padding-top: 0 !important;
}
.polloranch-home .food-hero-slider {
    min-height: 100vh;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.polloranch-home .food-hero-slider .food-hero-slider__swiper,
.polloranch-home .food-hero-slider .swiper-wrapper,
.polloranch-home .food-hero-slider .food-slide {
    height: min(100vh, 940px);
}

.polloranch-home .food-slide {
    position: relative;
    overflow: hidden;
}

.polloranch-home .food-slide__bg,
.polloranch-home .food-slide__shade {
    position: absolute;
    inset: 0;
}

.polloranch-home .food-slide__bg {
    background-position: center center;
    background-size: cover;
    transform: scale(1.02);
    transition: transform 7s ease, filter 1.2s ease;
    filter: saturate(1.08) contrast(1.06);
}

.polloranch-home .food-slide.is-active .food-slide__bg,
.polloranch-home .swiper-slide-active .food-slide__bg,
.polloranch-home .swiper-slide-active.food-slide .food-slide__bg {
    transform: scale(1);
}

.polloranch-home .food-slide__shade {
    background: transparent;
}

.polloranch-home .food-slide__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: min(100vh, 940px);
    padding-top: 132px;
    padding-bottom: 90px;
}

.polloranch-home .food-slide__content {
    width: min(100%, 640px);
}

.polloranch-home .food-slide__content h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(3.3rem, 7vw, 6.9rem) !important;
    line-height: 0.94;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-wrap: balance;
    opacity: 0;
    transform: translateY(38px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.polloranch-home .food-slide__actions {
    margin-top: 30px;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s ease 0.14s, transform 0.9s ease 0.14s;
}

.polloranch-home .food-slide.is-active .food-slide__content h1,
.polloranch-home .swiper-slide-active .food-slide__content h1,
.polloranch-home .swiper-slide-active.food-slide .food-slide__content h1,
.polloranch-home .food-slide.is-active .food-slide__actions,
.polloranch-home .swiper-slide-active .food-slide__actions,
.polloranch-home .swiper-slide-active.food-slide .food-slide__actions {
    opacity: 1;
    transform: translateY(0);
}

.polloranch-home .food-hero-slider__chrome {
    position: absolute;
    right: clamp(18px, 4vw, 46px);
    bottom: clamp(22px, 4vw, 34px);
    z-index: 4;
    display: grid;
    gap: 14px;
    width: min(220px, calc(100vw - 40px));
}

.polloranch-home .food-slider__pagination {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.polloranch-home .food-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    opacity: 1;
    transition: width 0.3s ease, background 0.3s ease;
}

.polloranch-home .food-slider__pagination .swiper-pagination-bullet-active {
    width: 34px;
    background: rgb(230, 30, 42);
}

.polloranch-home .food-slider__progress {
    position: relative;
    height: 3px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.16);
}

.polloranch-home .food-slider__progress-bar {
    position: absolute;
    inset: 0;
    transform-origin: left center;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(230, 30, 42), rgba(255, 255, 255, 0.92));
}

@media (max-width: 991.98px) {
    .polloranch-home .food-hero-slider .food-hero-slider__swiper,
    .polloranch-home .food-hero-slider .swiper-wrapper,
    .polloranch-home .food-hero-slider .food-slide,
    .polloranch-home .food-slide__container {
        min-height: 760px;
        height: 760px;
    }

    .polloranch-home .food-slide__container {
        padding-top: 118px;
        align-items: flex-end;
    }

    .polloranch-home .food-slide__content {
        width: min(100%, 560px);
    }
}

@media (max-width: 767.98px) {
    .polloranch-home .food-hero-slider .food-hero-slider__swiper,
    .polloranch-home .food-hero-slider .swiper-wrapper,
    .polloranch-home .food-hero-slider .food-slide,
    .polloranch-home .food-slide__container {
        min-height: 640px;
        height: 640px;
    }

    .polloranch-home .food-slide__container {
        padding-top: 112px;
        padding-bottom: 84px;
        align-items: flex-end;
    }

    .polloranch-home .food-slide__content h1 {
        font-size: clamp(2.6rem, 12vw, 4.3rem) !important;
    }

    .polloranch-home .food-slide__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .polloranch-home .food-hero-slider__chrome {
        right: 18px;
        left: 18px;
        width: auto;
    }

    .polloranch-home .food-slider__pagination {
        justify-content: flex-start;
    }
}

.polloranch-home .food-hero-slider {
    position: relative;
    overflow: hidden;
}

.polloranch-home .food-hero-slider__promo {
    position: absolute;
    top: 50%;
    right: clamp(18px, 4vw, 52px);
    z-index: 5;
    width: min(420px, calc(100vw - 40px));
    padding: 24px 24px 22px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, rgba(123, 61, 23, 0.42), rgba(58, 29, 14, 0.5));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    transform: translateY(-50%);
    color: #fff5e7;
}

.polloranch-home .food-hero-slider__promo::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at top right, rgba(255, 197, 120, 0.12), transparent 35%),
        radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.12), transparent 48%);
    pointer-events: none;
}

.polloranch-home .food-hero-slider__promo > * {
    position: relative;
    z-index: 1;
}

.polloranch-home .food-hero-slider__promo-label {
    margin-bottom: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 245, 230, 0.64);
}

.polloranch-home .food-hero-slider__promo-discount {
    font-family: var(--polo-font-heading);
    font-size: clamp(3.1rem, 7vw, 4.4rem);
    line-height: 0.9;
    letter-spacing: 0.02em;
    color: #fff6dd;
}

.polloranch-home .food-hero-slider__promo-subtitle {
    margin-top: 6px;
    font-size: clamp(1.15rem, 2.2vw, 1.7rem);
    line-height: 1;
    font-family: var(--polo-font-heading);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.polloranch-home .food-hero-slider__promo-copy {
    margin: 12px 0 0;
    color: rgba(255, 244, 232, 0.84);
    font-size: 14px;
    line-height: 1.55;
    max-width: 20rem;
}

.polloranch-home .food-hero-slider__promo-copy strong {
    color: #fff;
    font-weight: 800;
}

.polloranch-home .food-hero-slider__promo-code {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 245, 230, 0.74);
}

.polloranch-home .food-hero-slider__promo-code strong {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px dashed rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.14em;
}

.polloranch-home .food-hero-slider__promo-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin-top: 16px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.86);
    color: #fff;
    font-family: var(--polo-font-heading);
    font-size: 1.45rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.polloranch-home .food-hero-slider__promo-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
    .polloranch-home .food-hero-slider__promo {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: min(560px, calc(100vw - 32px));
        margin: 24px auto 0;
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .polloranch-home .food-hero-slider__promo {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: calc(100vw - 24px);
        margin: 20px auto 0;
        padding: 20px 18px 18px;
        border-radius: 18px;
    }

    .polloranch-home .food-hero-slider__promo-discount {
        font-size: clamp(2.7rem, 16vw, 3.8rem);
    }

    .polloranch-home .food-hero-slider__promo-subtitle {
        font-size: clamp(1.05rem, 5.5vw, 1.45rem);
        letter-spacing: 0.1em;
    }

    .polloranch-home .food-hero-slider__promo-copy {
        font-size: 14px;
        margin-top: 12px;
        max-width: none;
    }

    .polloranch-home .food-hero-slider__promo-code {
        margin-top: 14px;
        gap: 8px;
    }

    .polloranch-home .food-hero-slider__promo-code strong {
        min-height: 46px;
        padding: 0 16px;
        font-size: 15px;
    }

    .polloranch-home .food-hero-slider__promo-btn {
        min-height: 56px;
        margin-top: 14px;
        font-size: 1.35rem;
    }
}
