/**
Theme Name: Arolax Child
Version: 1.0.0
Text Domain: arolax
Template: arolax
*/

/*
 * Hexexist global dark theme.
 * The home page already ships with this palette; these rules extend it to
 * WooCommerce, standard WordPress pages, archives, forms, and account screens.
 */
:root {
    --hex-bg: #05111a;
    --hex-surface: #0d1922;
    --hex-surface-raised: #121f29;
    --hex-border: #26343e;
    --hex-text: #ffffff;
    --hex-muted: #9ba0a3;
    --hex-accent: rgb(78 155 223);
}

html,
body,
#page,
#content-area,
.site,
.site-content,
.arolax-base,
.wcf-woo--wrapper {
    background-color: var(--hex-bg);
    color: var(--hex-text);
}

body:not(.home) header,
body:not(.home) .arolax-theme-elementor-header-section,
body:not(.home) .elementor-location-header,
body:not(.home) .default-breadcrumb__area,
body:not(.home) .breadcrumb__area {
    background-color: var(--hex-bg);
}

body:not(.home) footer,
body:not(.home) .elementor-location-footer {
    background-color: var(--hex-surface);
}

body:not(.home) #content-area h1,
body:not(.home) #content-area h2,
body:not(.home) #content-area h3,
body:not(.home) #content-area h4,
body:not(.home) #content-area h5,
body:not(.home) #content-area h6,
body:not(.home) #content-area label,
body:not(.home) #content-area legend,
body:not(.home) #content-area strong,
body:not(.home) #content-area th {
    color: var(--hex-text);
}

body:not(.home) #content-area p,
body:not(.home) #content-area li,
body:not(.home) #content-area td,
body:not(.home) #content-area .woocommerce-result-count,
body:not(.home) #content-area .woocommerce-product-details__short-description {
    color: var(--hex-muted);
}

body:not(.home) #content-area a:not(.button):not(.wc-forward):hover {
    color: var(--hex-accent);
}

/* Standard page and archive surfaces */
body:not(.home) .arolax--page-details,
body:not(.home) .default-blog__item,
body:not(.home) .default-sidebar__wrapper,
body:not(.home) .search__item,
body:not(.home) article,
body:not(.home) .comments-area {
    background-color: var(--hex-surface);
    color: var(--hex-text);
    border-color: var(--hex-border);
}

body:not(.home) hr,
body:not(.home) table,
body:not(.home) th,
body:not(.home) td,
body:not(.home) fieldset,
body:not(.home) .wp-block-separator {
    border-color: var(--hex-border) !important;
}

/* Forms */
body:not(.home) input:not([type="submit"]):not([type="button"]):not([type="reset"]),
body:not(.home) textarea,
body:not(.home) select,
body:not(.home) .select2-container--default .select2-selection--single,
body:not(.home) .select2-container--default .select2-selection--multiple {
    background-color: var(--hex-surface-raised) !important;
    color: var(--hex-text) !important;
    border-color: var(--hex-border) !important;
}

body:not(.home) input::placeholder,
body:not(.home) textarea::placeholder {
    color: var(--hex-muted);
    opacity: 1;
}

body:not(.home) .select2-dropdown,
body:not(.home) .select2-results__option,
body:not(.home) .select2-search__field {
    background-color: var(--hex-surface-raised);
    color: var(--hex-text);
    border-color: var(--hex-border);
}

body:not(.home) button,
body:not(.home) input[type="submit"],
body:not(.home) .button,
body:not(.home) .wc-forward,
body:not(.home) .woocommerce a.button,
body:not(.home) .woocommerce button.button,
body:not(.home) .woocommerce input.button {
    background-color: var(--hex-accent) !important;
    color: var(--hex-text) !important;
    border-color: var(--hex-accent) !important;
}

body:not(.home) button:hover,
body:not(.home) input[type="submit"]:hover,
body:not(.home) .button:hover,
body:not(.home) .wc-forward:hover,
body:not(.home) .woocommerce a.button:hover,
body:not(.home) .woocommerce button.button:hover,
body:not(.home) .woocommerce input.button:hover {
    background-color: var(--hex-text) !important;
    color: var(--hex-bg) !important;
}

/* Shop archive and filters */
.woocommerce-page .wcf-woo--grid,
.woocommerce-page .wcf-woo--content,
.woocommerce-page .wcf-woo--sidebar-wrapper,
.woocommerce-page .wcf-woo--sidebar {
    background-color: var(--hex-bg);
}

.woocommerce-page .wcf-woo--widget,
.woocommerce-page .widget_price_filter,
.woocommerce-page .widget_product_categories,
.woocommerce-page .widget_product_search {
    background-color: var(--hex-surface);
    color: var(--hex-text);
    border-color: var(--hex-border);
}

.woocommerce-page .wcf-woo--title,
.woocommerce-page .widget-title,
.woocommerce-page .product-categories a,
.woocommerce-page .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    color: var(--hex-text) !important;
}

.woocommerce-page ul.products li.product,
.woocommerce-page .wcf--products li.product {
    background-color: var(--hex-surface);
    border: 1px solid var(--hex-border);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
    color: var(--hex-text);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin-bottom: 0;
    padding: 16px 16px 12px;
}

.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 0 18px;
    border-radius: 10px;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    height: 2.8em;
    min-height: 3.5em;
    max-height: 3.5em;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.woocommerce-page ul.products li.product .price {
    display: flex;
    align-items: flex-end;
    min-height: 1.5em;
    margin: auto 0 0;
}

.woocommerce-page ul.products li.product .button {
    width: auto;
    margin: 0 16px 16px !important;
}

.woocommerce-page ul.products li.product .added_to_cart {
    margin: -6px 16px 16px;
    text-align: center;
}

.woocommerce-page ul.products li.product .price,
.woocommerce-page .price,
.woocommerce-page .amount {
    color: var(--hex-accent) !important;
}

.woocommerce-page .woocommerce-ordering select,
.woocommerce-page .woocommerce-product-search input[type="search"] {
    background-color: var(--hex-surface-raised);
    color: var(--hex-text);
    border-color: var(--hex-border);
}

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--hex-accent);
}

.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: var(--hex-border);
}

/* Product, cart, checkout and account */
.woocommerce-page div.product,
.woocommerce-page div.product .summary,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page .cart_totals,
.woocommerce-page .woocommerce-checkout-review-order,
.woocommerce-page .woocommerce-MyAccount-navigation,
.woocommerce-page .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce-form-login,
.woocommerce-page .woocommerce-form-register,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error {
    background-color: var(--hex-surface);
    color: var(--hex-text);
    border-color: var(--hex-border);
}

.woocommerce-page div.product .product_title,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page .cart_totals h2,
.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-additional-fields h3,
.woocommerce-page .woocommerce-MyAccount-content h2,
.woocommerce-page .woocommerce-MyAccount-content h3 {
    color: var(--hex-text) !important;
}

.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page table.shop_table,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th,
.woocommerce-page .quantity .qty {
    background-color: var(--hex-surface-raised) !important;
    color: var(--hex-text) !important;
    border-color: var(--hex-border) !important;
}

.woocommerce-page .woocommerce-MyAccount-navigation a,
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb a,
.woocommerce-page .posted_in,
.woocommerce-page .sku_wrapper,
.woocommerce-page .woocommerce-review-link {
    color: var(--hex-muted) !important;
}

/* Pagination */
body:not(.home) .page-numbers,
body:not(.home) .woocommerce-pagination .page-numbers li a,
body:not(.home) .woocommerce-pagination .page-numbers li span {
    background-color: var(--hex-surface-raised) !important;
    color: var(--hex-text) !important;
    border-color: var(--hex-border) !important;
}

body:not(.home) .page-numbers.current,
body:not(.home) .woocommerce-pagination .page-numbers li span.current {
    background-color: var(--hex-accent) !important;
    color: var(--hex-text) !important;
}

/* Login and registration landing pages */
body.page-id-20553,
body.page-id-20554,
body.page-id-20553 #content,
body.page-id-20554 #content,
body.page-id-20553 .elementor-element-497a828a,
body.page-id-20554 .elementor-element-4d3c6655 {
    background: var(--hex-bg) !important;
    color: var(--hex-text) !important;
}

body.page-id-20553 .elementor-element-53b53f,
body.page-id-20554 .elementor-element-af1656e {
    background: var(--hex-surface) !important;
    border: 1px solid var(--hex-border);
    box-shadow: 0 24px 70px rgb(0 0 0 / 28%);
}

body.page-id-20553 :is(h1, h2, h3, h4, label, .wcf--title),
body.page-id-20554 :is(h1, h2, h3, h4, label, .wcf--title) {
    color: var(--hex-text) !important;
}

body.page-id-20553 :is(p, .wcf--text, .checkbox, .remember-me),
body.page-id-20554 :is(p, .wcf--text, .checkbox, .remember-me) {
    color: var(--hex-muted) !important;
}

body.page-id-20553 :is(input[type="text"], input[type="email"], input[type="password"]),
body.page-id-20554 :is(input[type="text"], input[type="email"], input[type="password"]) {
    background: var(--hex-surface-raised) !important;
    color: var(--hex-text) !important;
    border-color: var(--hex-border) !important;
}

body.page-id-20553 :is(input, button):focus,
body.page-id-20554 :is(input, button):focus {
    border-color: var(--hex-accent) !important;
    box-shadow: 0 0 0 3px rgb(78 155 223 / 16%);
}

body.page-id-20553 a,
body.page-id-20554 a {
    color: var(--hex-accent);
}

/* Account, cart and currency controls in the Elementor header */
.cw-header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
    color: var(--hex-text);
    white-space: nowrap;
}

.cw-header-tools a {
    color: var(--hex-text);
    text-decoration: none;
}

.cw-header-tools a:hover,
.cw-header-tools a:focus-visible {
    color: var(--hex-accent);
}

.cw-header-account,
.cw-cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 42px;
    line-height: 1;
}

.cw-header-account svg,
.cw-cart-link svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cw-header-cart {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 44px;
}

.cw-cart-count {
    position: absolute;
    top: 0;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 10px;
    background: var(--hex-accent);
    color: #07111a;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.cw-cart-summary {
    color: var(--hex-text);
    font-size: 12px;
}

.cw-mini-cart {
    position: absolute;
    z-index: 9999;
    top: calc(100% + 8px);
    right: 0;
    width: min(330px, calc(100vw - 24px));
    padding: 20px;
    background: var(--hex-surface-raised);
    border: 1px solid var(--hex-border);
    border-radius: 10px;
    box-shadow: 0 18px 50px rgb(0 0 0 / 40%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.18s ease;
    white-space: normal;
}

.cw-header-cart:hover .cw-mini-cart,
.cw-header-cart:focus-within .cw-mini-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cw-mini-cart .woocommerce-mini-cart {
    max-height: 320px;
    margin: 0 0 14px !important;
    padding: 0 !important;
    overflow: auto;
    list-style: none !important;
}

.cw-mini-cart .woocommerce-mini-cart-item {
    position: relative !important;
    display: block !important;
    min-height: 58px;
    margin: 0 !important;
    padding: 0 26px 24px 0 !important;
    color: var(--hex-text) !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    list-style: none !important;
    border: 0 !important;
}

.cw-mini-cart .woocommerce-mini-cart-item + .woocommerce-mini-cart-item {
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid var(--hex-border) !important;
}

.cw-mini-cart .woocommerce-mini-cart-item > a:not(.remove_from_cart_button) {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    width: 100% !important;
    color: var(--hex-text) !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.35 !important;
    white-space: normal !important;
}

.cw-mini-cart .woocommerce-mini-cart-item img {
    float: none !important;
    width: 58px !important;
    height: 58px !important;
    margin: 0 !important;
    border-radius: 6px;
    object-fit: cover;
}

.cw-mini-cart .remove_from_cart_button {
    position: absolute !important;
    z-index: 2;
    top: 0;
    right: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    border: 1px solid var(--hex-border) !important;
    border-radius: 50%;
    color: var(--hex-muted) !important;
    background: transparent !important;
    font-size: 17px !important;
    line-height: 1 !important;
}

.cw-mini-cart .remove_from_cart_button:hover {
    color: #fff !important;
    border-color: var(--hex-accent) !important;
    background: var(--hex-accent) !important;
}

.cw-mini-cart .quantity {
    position: absolute !important;
    bottom: 0;
    left: 68px;
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hex-muted) !important;
    background: transparent !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

.cw-mini-cart .woocommerce-mini-cart__total {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px !important;
    padding: 12px 0 0 !important;
    color: var(--hex-text) !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    border-top: 1px solid var(--hex-border) !important;
}

.cw-mini-cart .woocommerce-mini-cart__total strong {
    color: var(--hex-text) !important;
    font-weight: 600;
}

.cw-mini-cart .woocommerce-mini-cart__total .amount {
    color: var(--hex-accent) !important;
    font-weight: 700;
}

.cw-mini-cart .woocommerce-mini-cart__buttons {
    display: flex !important;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
}

.cw-mini-cart .button {
    flex: 1;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid var(--hex-accent) !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: var(--hex-accent) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center;
}

.cw-mini-cart .button.checkout,
.cw-mini-cart .button:hover {
    background: var(--hex-accent) !important;
    color: #07111a !important;
}

/* Keep header mini-cart actions identical on WooCommerce system pages. */
html body .cw-header-tools .cw-mini-cart .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
    border-color: var(--hex-accent) !important;
    background: transparent !important;
    color: var(--hex-accent) !important;
}

html body .cw-header-tools .cw-mini-cart .woocommerce-mini-cart__buttons a.button.checkout {
    border-color: var(--hex-accent) !important;
    background: var(--hex-accent) !important;
    color: #07111a !important;
}

html body .cw-header-tools .cw-mini-cart .woocommerce-mini-cart__buttons a.button:hover,
html body .cw-header-tools .cw-mini-cart .woocommerce-mini-cart__buttons a.button:focus-visible {
    border-color: var(--hex-accent) !important;
    background: var(--hex-accent) !important;
    color: #07111a !important;
}

.cw-header-currency {
    position: relative;
    z-index: 10000;
    width: 62px;
    min-width: 62px;
}

.cw-header-currency .wcml-dropdown {
    width: 62px !important;
    margin: 0 !important;
}

.cw-header-currency .wcml-dropdown > ul {
    margin: 0 !important;
    padding: 0 !important;
}

.cw-header-currency .wcml-dropdown li {
    background: transparent !important;
    border: 0 !important;
}

.cw-header-currency .wcml-dropdown .wcml-cs-item-toggle {
    display: flex !important;
    align-items: center;
    height: 40px;
    padding: 0 18px 0 8px !important;
    color: var(--hex-text) !important;
    font-size: 12px;
    font-weight: 600;
}

.cw-header-currency .wcml-dropdown .wcml-cs-item-toggle::after {
    right: 5px !important;
    border-top-color: var(--hex-accent) !important;
}

.cw-header-currency .wcml-cs-submenu {
    top: 100% !important;
    left: 0 !important;
    width: 76px !important;
    min-width: 76px !important;
    padding: 6px !important;
    background: var(--hex-surface-raised) !important;
    border: 1px solid var(--hex-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 30px rgb(0 0 0 / 35%);
}

.cw-header-currency.is-open .wcml-cs-submenu,
.cw-header-currency .wcml-cs-active-currency:hover > .wcml-cs-submenu,
.cw-header-currency .wcml-cs-active-currency:focus-within > .wcml-cs-submenu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.cw-header-currency .wcml-cs-submenu li a {
    display: block;
    padding: 7px 8px !important;
    color: var(--hex-text) !important;
    font-size: 12px;
}

.cw-header-currency .wcml-cs-submenu li a:hover {
    color: var(--hex-accent) !important;
}

@media (max-width: 1024px) {
    .cw-header-tools {
        gap: 7px;
    }

    .cw-cart-summary,
    .cw-mini-cart {
        display: none;
    }
}

@media (max-width: 767px) {
    .cw-header-account,
    .cw-cart-link {
        width: 30px;
    }

    .cw-header-account svg,
    .cw-cart-link svg {
        width: 20px;
        height: 20px;
    }

    .cw-header-currency {
        width: 54px;
        min-width: 54px;
    }

    .cw-header-currency .wcml-dropdown {
        width: 54px !important;
    }

    /* WooCommerce Blocks cart: keep every product cell inside the viewport. */
    body.woocommerce-cart .wc-block-cart-items {
        width: 100% !important;
        table-layout: fixed;
    }

    body.woocommerce-cart .wc-block-cart-items__row {
        display: grid !important;
        grid-template-columns: 70px minmax(0, 1fr) 56px !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    body.woocommerce-cart .wc-block-cart-item__image {
        grid-column: 1 !important;
        width: 70px !important;
        min-width: 0 !important;
    }

    body.woocommerce-cart .wc-block-cart-item__product {
        grid-column: 2 !important;
        width: auto !important;
        min-width: 0 !important;
        white-space: normal !important;
    }

    body.woocommerce-cart .wc-block-cart-item__total {
        grid-column: 3 !important;
        width: 56px !important;
        min-width: 0 !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    body.woocommerce-cart .wc-block-components-product-name,
    body.woocommerce-cart .wc-block-components-product-metadata,
    body.woocommerce-cart .wc-block-components-product-metadata p {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    body.woocommerce-cart .wc-block-components-product-metadata {
        display: block !important;
    }
}

/* Back to top */
.cw-back-to-top {
    position: fixed;
    z-index: 9990;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 50%;
    background: var(--hex-accent);
    color: #07111a;
    box-shadow: 0 12px 30px rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
    pointer-events: none;
}

.cw-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.cw-back-to-top:hover,
.cw-back-to-top:focus-visible {
    background: #fff;
    color: #07111a;
}

.cw-back-to-top:focus-visible {
    outline: 3px solid rgb(78 155 223 / 35%);
    outline-offset: 3px;
}

.cw-back-to-top svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 767px) {
    .cw-back-to-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cw-back-to-top {
        transition: none;
    }
}

/* Hype Payments inside WooCommerce Checkout Blocks */
.cw-hype-block-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.cw-hype-block-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.cw-hype-block-field--wide {
    grid-column: 1 / -1;
}

.cw-hype-block-field label {
    color: var(--hex-text) !important;
    font-size: 13px;
    font-weight: 600;
}

.cw-hype-block-field input {
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid var(--hex-border) !important;
    border-radius: 6px;
    background: var(--hex-surface-raised) !important;
    color: var(--hex-text) !important;
}

.cw-hype-block-field input:focus {
    border-color: var(--hex-accent) !important;
    outline: 3px solid rgb(78 155 223 / 16%);
    outline-offset: 0;
}

/* Keep the native system cursor and hide the theme's decorative cursor. */
.wcf-cursor,
.wcf-cursor-follower {
    display: none !important;
}

/* About page feature cards: prevent WCF entrance/hover transforms from
   shifting the grid when the pointer reaches this section. */
.elementor-16335 .elementor-element.elementor-element-190ee9c,
.elementor-16335 .elementor-element.elementor-element-88c0808,
.elementor-16335 .elementor-element.elementor-element-4da80fb {
    opacity: 1 !important;
    transform: none !important;
    translate: none !important;
    animation: none !important;
    transition: none !important;
}

@media (max-width: 480px) {
    .cw-hype-block-fields {
        grid-template-columns: 1fr;
    }

    .cw-hype-block-field--wide {
        grid-column: auto;
    }
}
