.elementor-kit-5{--e-global-color-primary:#d62020;--e-global-color-secondary:#050505;--e-global-color-text:#050505;--e-global-color-accent:#f5f2f2;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ---------- Drainflix store styling (WooCommerce pages) ---------- */
body.woocommerce,
body.woocommerce-page,
body.woocommerce-shop,
body.single-product,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.post-type-archive-product,
body.tax-product_cat {
    background-color: #050505;
    color: rgba(255, 255, 255, 0.85);
    font-family: "Inter", sans-serif;
    --df-red: #d62020;
}

/* clear the fixed/overlay site header */
body.woocommerce .site-main,
body.woocommerce-page .site-main,
body.single-product .site-main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main {
    padding: 9rem 1.5rem 6rem;
    max-width: 1400px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    body.woocommerce .site-main,
    body.woocommerce-page .site-main,
    body.single-product .site-main {
        padding: 7rem 1.25rem 4rem;
    }
}

/* ---------- headings ---------- */
body.woocommerce h1, body.woocommerce h2, body.woocommerce h3,
body.woocommerce-page h1, body.woocommerce-page h2, body.woocommerce-page h3,
body.single-product h1, body.single-product h2, body.single-product h3,
.woocommerce-products-header__title,
.woocommerce-loop-product__title,
.product_title,
.wc-block-components-title {
    font-family: "Bebas Neue", sans-serif;
    color: #ffffff;
    letter-spacing: 0.02em;
}
.woocommerce-products-header__title.page-title,
body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-account .entry-title {
    font-size: clamp(3.5rem, 9vw, 8rem);
    line-height: 0.85;
    margin: 0 0 1.5rem;
}
.woocommerce-breadcrumb,
.woocommerce-result-count {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}
.woocommerce-breadcrumb a { color: rgba(255, 255, 255, 0.7); }
.woocommerce-breadcrumb a:hover { color: var(--df-red); }

/* ---------- product grid ---------- */
.woocommerce ul.products { gap: 2rem 1.25rem; }
.woocommerce ul.products li.product {
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 0 1.25rem;
    transition: border-color 0.3s, transform 0.3s;
}
.woocommerce ul.products li.product:hover {
    border-color: var(--df-red);
    transform: translateY(-4px);
}
.woocommerce ul.products li.product a img {
    margin: 0 0 1rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-color: #ffffff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.9rem;
    line-height: 1;
    padding: 0 1.25rem;
    color: #ffffff;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    padding: 0 1.25rem;
}
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins {
    color: var(--df-red);
    text-decoration: none;
}
.woocommerce span.onsale {
    background-color: var(--df-red);
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0.45rem 0.9rem;
    min-height: 0;
    min-width: 0;
    line-height: 1;
    top: 0;
    left: 0;
    margin: 0;
}

/* ---------- buttons ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.wc-block-components-button,
.wc-block-cart__submit-button,
.wp-element-button {
    font-family: "Inter", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--df-red);
    border: none;
    border-radius: 0;
    padding: 1rem 2rem;
    transition: background-color 0.25s, color 0.25s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover {
    background-color: #ffffff;
    color: #050505;
}
.woocommerce ul.products li.product .button { margin: 1rem 1.25rem 0; display: inline-block; }
.woocommerce a.added_to_cart { color: var(--df-red); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; padding-left: 1.25rem; }

/* ---------- single product ---------- */
.woocommerce div.product .product_title { font-size: clamp(2.75rem, 6vw, 5rem); line-height: 0.9; margin-bottom: 0.5rem; }
.woocommerce div.product .summary .price { padding: 0; font-size: 1.5rem; }
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-Tabs-panel { color: rgba(255, 255, 255, 0.75); line-height: 1.75; }
.woocommerce div.product .product_meta { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 1rem; }
.woocommerce div.product .product_meta a { color: rgba(255, 255, 255, 0.75); }
.woocommerce div.product form.cart table.variations th,
.woocommerce div.product form.cart table.variations td { border: none; padding: 0.5rem 0; }
.woocommerce div.product form.cart table.variations label {
    font-family: "Inter", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.woocommerce div.product .woocommerce-variation-price .price { color: #ffffff; }
.woocommerce .reset_variations { color: var(--df-red); font-size: 0.75rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs { border: none; padding: 0; margin-bottom: 1.5rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: rgba(255, 255, 255, 0.12); }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    margin: 0 0.5rem 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-color: var(--df-red); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover { color: #ffffff; }
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce section.related > h2,
.woocommerce section.upsells > h2 { font-size: 2.5rem; margin-bottom: 1.5rem; }
.woocommerce div.product .woocommerce-Tabs-panel ul { padding-left: 1.1rem; }
.woocommerce div.product .woocommerce-Tabs-panel li { margin-bottom: 0.35rem; }

/* ---------- form fields ---------- */
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce select,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce textarea,
.wc-block-components-text-input input,
.wc-block-components-textarea {
    background-color: #0d0d0d;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    padding: 0.75rem 0.9rem;
    font-family: "Inter", sans-serif;
}
.woocommerce .quantity .qty { padding: 0.75rem 0.4rem; }
.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus,
.wc-block-components-text-input input:focus { border-color: var(--df-red); outline: none; }
.woocommerce form .form-row label,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 { color: rgba(255, 255, 255, 0.8); font-family: "Inter", sans-serif; }

/* ---------- tables, totals, notices ---------- */
.woocommerce table.shop_table,
.woocommerce table.shop_attributes {
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.85);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td { border-color: rgba(255, 255, 255, 0.08); color: inherit; }
.woocommerce table.shop_table th { font-family: "Inter", sans-serif; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: #ffffff; }
.woocommerce-cart .cart-collaterals .cart_totals > h2,
.woocommerce-checkout #order_review_heading { font-size: 2rem; }
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
    background-color: #0d0d0d;
    border-top: none;
    border-left: 4px solid var(--df-red);
    color: #ffffff;
    border-radius: 0;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before { color: var(--df-red); }

/* ---------- ordering / pagination ---------- */
.woocommerce .woocommerce-ordering select {
    background-color: #0d0d0d;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 0.6rem 0.8rem;
}
.woocommerce nav.woocommerce-pagination ul { border: none; gap: 0.35rem; display: flex; }
.woocommerce nav.woocommerce-pagination ul li { border: 1px solid rgba(255, 255, 255, 0.15); }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { color: #ffffff; padding: 0.6rem 0.9rem; }
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover { background-color: var(--df-red); color: #ffffff; }

/* ---------- my account ---------- */
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 0.9rem 0;
    font-family: "Inter", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover { color: var(--df-red); }
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 4px solid var(--df-red);
    border-radius: 0;
    padding: 2rem;
}

/* ---------- cart & checkout blocks ---------- */
.wc-block-components-main,
.wc-block-components-sidebar,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout { color: rgba(255, 255, 255, 0.85); }
.wc-block-components-product-name,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-order-summary-item__description,
.wc-block-components-checkout-step__title,
.wc-block-cart__totals-title,
.wc-block-components-title { color: #ffffff; }
.wc-block-components-sidebar .wc-block-components-totals-wrapper,
.wc-block-cart-items,
.wc-block-components-order-summary {
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
}
.wc-block-components-totals-wrapper::after,
.wc-block-cart-items__row::after { border-color: rgba(255, 255, 255, 0.08) !important; }
.wc-block-components-text-input label,
.wc-block-components-checkbox__label,
.wc-block-components-address-form label { color: rgba(255, 255, 255, 0.7); }
.wc-block-components-product-metadata,
.wc-block-components-shipping-rates-control,
.wc-block-components-radio-control__option { color: rgba(255, 255, 255, 0.7); }
.wc-block-components-notice-banner {
    background-color: #0d0d0d !important;
    color: #ffffff !important;
    border-left: 4px solid var(--df-red);
    border-radius: 0;
}

/* ---------- higher-specificity overrides ---------- */
.woocommerce div.product form.cart .variations select,
.woocommerce div.product form.cart table.variations td.value select {
    background-color: #0d0d0d;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    padding: 0.75rem 0.9rem;
    min-width: 12rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-color: #d62020; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #ffffff; }
.woocommerce div.product .woocommerce-tabs .panel { background: transparent; color: rgba(255,255,255,0.8); }
.woocommerce div.product .quantity .qty { background-color: #0d0d0d; color: #ffffff; }
.woocommerce .woocommerce-product-gallery__trigger { background: rgba(5,5,5,0.7); border-radius: 0; }
.woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active,
.woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs li img:hover { opacity: 1; outline: 2px solid #d62020; }
.woocommerce .products .star-rating, .woocommerce div.product .woocommerce-product-rating { color: #d62020; }

/* native select rendering -> custom dark control */
.woocommerce select,
.woocommerce div.product form.cart .variations select,
.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
}
.woocommerce select option { background-color: #0d0d0d; color: #ffffff; }

/* cart & checkout blocks use alignwide negative margins - keep them inside the page padding */
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-cart .alignwide,
body.woocommerce-checkout .alignwide {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.wc-block-cart, .wc-block-checkout { max-width: 100%; }
.wc-block-cart-items__header { color: rgba(255,255,255,0.55); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; }
.wc-block-components-product-name { font-family: "Inter", sans-serif; font-weight: 600; text-decoration: none; }
.wc-block-components-product-name:hover { color: #d62020; }
.wc-block-cart-item__quantity .wc-block-components-quantity-.elementor-kit-5 { border-color: rgba(255,255,255,0.2); }
.wc-block-components-quantity-.elementor-kit-5__input, .wc-block-components-quantity-.elementor-kit-5__button { color: #ffffff; background: transparent; }
.wc-block-components-panel__button, .wc-block-components-totals-coupon__button { color: #ffffff; }
.wc-block-components-order-summary__button-text, .wc-block-components-panel__title { color: #ffffff; }

/* WooCommerce block form controls (cart/checkout) */
.wc-block-components-text-input input,
.wc-block-components-text-input input.input-text,
.wc-block-components-textarea,
.wc-block-components-select select,
.wc-block-components-select__select,
.wc-block-components-combobox input,
.wc-block-components-country-input input,
.wc-block-components-state-input input,
.wc-block-components-address-form input,
.wc-block-components-totals-coupon__input input {
    background-color: #0d0d0d !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 0 !important;
}
.wc-block-components-text-input label,
.wc-block-components-combobox label,
.wc-block-components-select label,
.wc-block-components-totals-coupon__input label {
    color: rgba(255, 255, 255, 0.55) !important;
    background: transparent !important;
}
.wc-block-components-text-input.is-active label,
.wc-block-components-combobox.is-active label { color: rgba(255, 255, 255, 0.75) !important; }
.wc-block-components-text-input input:focus,
.wc-block-components-select__select:focus,
.wc-block-components-combobox input:focus { border-color: #d62020 !important; outline: none !important; box-shadow: none !important; }
.wc-block-components-combobox-list { background-color: #0d0d0d !important; color: #ffffff !important; border-color: rgba(255,255,255,0.2) !important; }
.wc-block-components-combobox-list-item.is-highlighted,
.wc-block-components-combobox-list-item:hover { background-color: #d62020 !important; color: #ffffff !important; }
.wc-block-components-checkout-step__description,
.wc-block-components-address-card,
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__description { color: rgba(255,255,255,0.7) !important; }
.wc-block-components-address-card { border-color: rgba(255,255,255,0.15) !important; }
.wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-return-to-cart-button { border-radius: 0 !important; }
.wc-block-components-checkout-return-to-cart-button { color: rgba(255,255,255,0.7) !important; }
.wc-block-checkout__actions_row a { color: rgba(255,255,255,0.7); }
.wc-block-components-radio-control__option { border-color: rgba(255,255,255,0.15) !important; }
.wc-block-components-radio-control__input { accent-color: #d62020; }

/* block select control (country / state) */
.wc-blocks-components-select__container,
.wc-blocks-components-select .wc-blocks-components-select__container {
    background-color: #0d0d0d !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 0 !important;
}
.wc-blocks-components-select__select,
.wc-blocks-components-select__select option {
    background-color: #0d0d0d !important;
    color: #ffffff !important;
    border: none !important;
}
.wc-blocks-components-select__label { color: rgba(255, 255, 255, 0.55) !important; }
.wc-blocks-components-select__expand { fill: #ffffff !important; }

/* ---------- category tiles on the shop page ---------- */
.woocommerce ul.products li.product-category {
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 1rem;
}
.woocommerce ul.products li.product-category:hover { border-color: #d62020; }
.woocommerce ul.products li.product-category img { aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 1rem; }
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.1rem;
    line-height: 1;
    color: #ffffff;
    padding: 0 1.25rem;
    margin: 0;
}
.woocommerce ul.products li.product-category mark.count {
    background: transparent;
    color: #d62020;
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.woocommerce .term-description { color: rgba(255,255,255,0.7); margin-bottom: 1.5rem; }



/* ---------- legal pages (privacy 3, shipping 3337) ---------- */
body.page-id-3, body.page-id-3337, body.page-id-3342, body.page-id-3344 { background-color: #050505 !important; }
body.page-id-3 .site-main, body.page-id-3337 .site-main, body.page-id-3342 .site-main, body.page-id-3344 .site-main { padding: 9rem 3rem 6rem; background-color: #050505; max-width: 100%; }
body.page-id-3 .entry-title, body.page-id-3337 .entry-title, body.page-id-3342 .entry-title, body.page-id-3344 .entry-title,
body.page-id-3 .page-header .entry-title, body.page-id-3337 .page-header .entry-title {
  font-family: "Bebas Neue", sans-serif; font-size: clamp(3.5rem, 9vw, 7rem); line-height: 0.85;
  letter-spacing: 0.02em; color: #ffffff; margin: 0 0 1.5rem;
}
body.page-id-3 .page-header, body.page-id-3337 .page-header, body.page-id-3342 .page-header, body.page-id-3344 .page-header { border: 0; padding: 0; margin: 0; }
.df-legal { max-width: 52rem; color: rgba(255,255,255,0.78); font-family: "Inter", sans-serif; font-size: 1rem; line-height: 1.75; }
.df-legal__updated { font-family: "Inter", sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin: 0 0 2rem; }
.df-legal h2 { font-family: "Bebas Neue", sans-serif; font-size: 2.4rem; line-height: 1; letter-spacing: 0.02em; color: #ffffff; margin: 3rem 0 1rem; }
.df-legal h3 { font-family: "Inter", sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: 0.02em; color: #ffffff; margin: 2rem 0 0.5rem; }
.df-legal p { margin: 0 0 1.15rem; color: rgba(255,255,255,0.78); }
.df-legal ul { margin: 0 0 1.5rem; padding-left: 1.1rem; }
.df-legal li { margin-bottom: 0.6rem; color: rgba(255,255,255,0.78); }
.df-legal li::marker { color: #d62020; }
.df-legal strong { color: #ffffff; font-weight: 600; }
.df-legal a { color: #ffffff; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; }
.df-legal a:hover { color: #d62020; }
@media (max-width: 767px) {
  body.page-id-3 .site-main, body.page-id-3337 .site-main, body.page-id-3342 .site-main, body.page-id-3344 .site-main { padding: 7rem 1.25rem 4rem; }
  .df-legal h2 { font-size: 2rem; margin-top: 2.25rem; }
}


/* ---------- 404 ---------- */
body.error404 { background-color: #050505 !important; }
body.error404 .site-main { padding: 10rem 3rem 7rem; background-color: #050505; }
body.error404 .page-title, body.error404 .entry-title, body.error404 h1 {
  font-family: "Bebas Neue", sans-serif; font-size: clamp(3rem, 8vw, 6rem); line-height: 0.9;
  color: #ffffff; margin: 0 0 1rem;
}
body.error404 p, body.error404 .page-content { color: rgba(255,255,255,0.7); font-family: "Inter", sans-serif; }
body.error404 a { color: #d62020; }
body.error404 .search-field { background-color: #0d0d0d; color: #fff; border: 1px solid rgba(255,255,255,0.18); padding: 0.9rem 1rem; }
@media (max-width: 767px) { body.error404 .site-main { padding: 8rem 1.25rem 4rem; } }/* End custom CSS */