/* Aesthetic Wholesale Styling */
.awpgo-product-grid-active .awpgo-product-card,
.awpgo-product-grid-active ul.products li.product.awpgo-product-card,
.awpgo-product-grid-active .w-grid-item.awpgo-product-card,
.awpgo-product-grid-active article.product.awpgo-product-card {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
}

.awpgo-product-card > :not(.awpgo-card-inner):not(style):not(script) {
    display: none !important;
}

.awpgo-card-inner {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    min-height: var(--awpgo-card-min-height, 286px) !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 7px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07) !important;
    transition: none !important;
    box-sizing: border-box !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
}

.awpgo-card-inner,
.awpgo-card-inner * {
    box-sizing: border-box !important;
}

.awpgo-card-inner:hover {
    transform: none !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07) !important;
}

.awpgo-image-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: var(--awpgo-image-height, 160px) !important;
    min-height: var(--awpgo-image-height, 160px) !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
    text-decoration: none !important;
    overflow: hidden !important;
}

.awpgo-image-link img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
}

.awpgo-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    padding: 8px 10px 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
}

.awpgo-title {
    display: block !important;
    min-height: 34px !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    color: #222222 !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    text-decoration: none !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
}

.awpgo-title:hover,
.awpgo-title:focus {
    color: #111111 !important;
    text-decoration: none !important;
}

.awpgo-price-row {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    color: #161616 !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
}

.awpgo-price,
.awpgo-price .price,
.awpgo-price .amount,
.awpgo-price bdi,
.awpgo-price ins,
.awpgo-price del {
    color: #161616 !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    margin: 0 !important;
}

.awpgo-price del,
.awpgo-price del .amount {
    opacity: 0.55 !important;
    font-size: 11px !important;
    margin-right: 4px !important;
    text-decoration: line-through !important;
}

.awpgo-price ins {
    background: none !important;
}

.awpgo-tax {
    flex: 0 0 auto !important;
    color: #242424 !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: right !important;
    white-space: nowrap !important;
}

.awpgo-add-to-cart,
.awpgo-add-to-cart.button,
.awpgo-add-to-cart.add_to_cart_button,
.awpgo-add-to-cart.product_type_simple,
.awpgo-add-to-cart.product_type_variable,
.woocommerce a.button.awpgo-add-to-cart,
.woocommerce button.button.awpgo-add-to-cart {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: calc(100% + 20px) !important;
    min-width: calc(100% + 20px) !important;
    height: 32px !important;
    min-height: 32px !important;
    margin: 0 -10px !important;
    padding: 0 36px 0 36px !important;
    border: 0 !important;
    border-radius: 0 0 6px 6px !important;
    background: var(--awpgo-button, #c6716a) !important;
    background-image: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: background-color 0.15s ease !important;
    cursor: pointer !important;
}

.awpgo-add-to-cart:hover,
.awpgo-add-to-cart:focus,
.woocommerce a.button.awpgo-add-to-cart:hover,
.woocommerce button.button.awpgo-add-to-cart:hover {
    background: var(--awpgo-button-hover, #b95f58) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.awpgo-add-to-cart span {
    color: #ffffff !important;
    font: inherit !important;
    line-height: 1 !important;
}

.awpgo-bag-icon {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    width: 16px !important;
    height: 16px !important;
    transform: translateY(-50%) !important;
    display: block !important;
    stroke: #ffffff !important;
    fill: none !important;
    stroke-width: 1.85 !important;
    pointer-events: none !important;
}

.awpgo-wishlist-btn {
    position: absolute !important;
    z-index: 5 !important;
    top: 8px !important;
    right: 8px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: none !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
}

.awpgo-wishlist-btn svg {
    width: 17px !important;
    height: 17px !important;
    display: block !important;
    stroke: #9a9a9a !important;
    fill: none !important;
    stroke-width: 2 !important;
}

.awpgo-wishlist-btn.is-active svg {
    stroke: var(--awpgo-button, #c6716a) !important;
    fill: var(--awpgo-button, #c6716a) !important;
}

.awpgo-wishlist-btn:hover svg,
.awpgo-wishlist-btn:focus svg {
    stroke: var(--awpgo-button, #c6716a) !important;
}

/* Force products into an equal-height grid where the theme has not already done so. */
.awpgo-force-grid.woocommerce-page ul.products,
.awpgo-force-grid .woocommerce ul.products,
.awpgo-force-grid ul.products.columns-1,
.awpgo-force-grid ul.products.columns-2,
.awpgo-force-grid ul.products.columns-3,
.awpgo-force-grid ul.products.columns-4,
.awpgo-force-grid ul.products.columns-5,
.awpgo-force-grid ul.products.columns-6 {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)) !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.awpgo-force-grid .woocommerce ul.products::before,
.awpgo-force-grid .woocommerce ul.products::after,
.awpgo-force-grid ul.products::before,
.awpgo-force-grid ul.products::after {
    display: none !important;
    content: none !important;
}

.awpgo-force-grid .woocommerce ul.products li.product,
.awpgo-force-grid ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

@supports selector(:has(*)) {
    .awpgo-force-grid .w-grid-list:has(.awpgo-product-card) {
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)) !important;
        gap: 24px !important;
        align-items: stretch !important;
    }

    .awpgo-force-grid .w-grid-list:has(.awpgo-product-card) .w-grid-item.awpgo-product-card {
        width: auto !important;
        margin: 0 !important;
    }
}

.awpgo-product-card .button,
.awpgo-product-card .added_to_cart,
.awpgo-product-card .yith-wcwl-add-to-wishlist,
.awpgo-product-card .w-btn,
.awpgo-product-card .w-grid-item-anchor {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.awpgo-product-card .onsale,
.awpgo-product-card .star-rating,
.awpgo-product-card .woocommerce-loop-product__rating {
    display: none !important;
}

.awpgo-product-card .added_to_cart.wc-forward:not(.awpgo-add-to-cart) {
    display: none !important;
}

.awpgo-wishlist-page {
    width: 100% !important;
    margin: 20px 0 !important;
}

.awpgo-wishlist-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
}

.awpgo-wishlist-actions {
    display: flex !important;
    justify-content: flex-end !important;
    margin: 0 0 20px !important;
}

.awpgo-clear-wishlist,
.awpgo-remove-wishlist {
    border: 0 !important;
    background: #222222 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 9px 14px !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

.awpgo-remove-wishlist {
    width: 100% !important;
    margin-top: 8px !important;
    background: #eeeeee !important;
    color: #222222 !important;
}


.awpgo-add-to-cart.is-loading {
    pointer-events: none !important;
    opacity: 0.9 !important;
}

.awpgo-add-to-cart.is-added {
    background: var(--awpgo-button-hover, #b95f58) !important;
}

.awpgo-check-icon {
    position: absolute !important;
    right: 11px !important;
    top: 50% !important;
    width: 15px !important;
    height: 15px !important;
    transform: translateY(-50%) !important;
    display: block !important;
    stroke: #ffffff !important;
    fill: none !important;
    stroke-width: 2.4 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    pointer-events: none !important;
}

.awpgo-added-notice {
    position: absolute !important;
    left: 8px !important;
    right: 8px !important;
    bottom: 42px !important;
    z-index: 8 !important;
    padding: 8px 10px !important;
    border-radius: 5px !important;
    background: rgba(34, 34, 34, 0.94) !important;
    color: #ffffff !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    text-align: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(6px) !important;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease !important;
    pointer-events: none !important;
}

.awpgo-added-notice strong {
    color: #ffffff !important;
    font: inherit !important;
    font-weight: 700 !important;
}

.awpgo-added-notice.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.awpgo-carousel-controls {
    display: none !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 12px 0 0 !important;
}

.awpgo-carousel-btn {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #222222 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 24px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.awpgo-carousel-btn:hover,
.awpgo-carousel-btn:focus {
    background: var(--awpgo-button, #c6716a) !important;
    border-color: var(--awpgo-button, #c6716a) !important;
    color: #ffffff !important;
}

.awpgo-force-grid .awpgo-carousel {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 0 4px !important;
    scrollbar-width: none !important;
}

.awpgo-force-grid .awpgo-carousel::-webkit-scrollbar {
    display: none !important;
}

.awpgo-force-grid .awpgo-carousel > .awpgo-product-card {
    flex: 0 0 calc((100% - 90px) / 6) !important;
    max-width: 100% !important;
    scroll-snap-align: start !important;
}

.awpgo-carousel + .awpgo-carousel-controls {
    display: flex !important;
}

@media (max-width: 767px) {
    .awpgo-force-grid.woocommerce-page ul.products,
    .awpgo-force-grid .woocommerce ul.products,
    .awpgo-force-grid ul.products.columns-1,
    .awpgo-force-grid ul.products.columns-2,
    .awpgo-force-grid ul.products.columns-3,
    .awpgo-force-grid ul.products.columns-4,
    .awpgo-force-grid ul.products.columns-5,
    .awpgo-force-grid ul.products.columns-6,
    .awpgo-wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    @supports selector(:has(*)) {
        .awpgo-force-grid .w-grid-list:has(.awpgo-product-card) {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 14px !important;
        }
    }

    .awpgo-card-inner {
        min-height: 270px !important;
    }

    .awpgo-image-link {
        height: var(--awpgo-image-height-mobile, 150px) !important;
        min-height: var(--awpgo-image-height-mobile, 150px) !important;
        padding: 0 !important;
    }

    .awpgo-content {
        padding: 7px 8px 0 !important;
    }

    .awpgo-title {
        font-size: 11.5px !important;
        min-height: 32px !important;
    }

    .awpgo-price,
    .awpgo-price .price,
    .awpgo-price .amount,
    .awpgo-price bdi {
        font-size: 12px !important;
    }

    .awpgo-tax {
        font-size: 11px !important;
    }

    .awpgo-add-to-cart,
    .woocommerce a.button.awpgo-add-to-cart {
        height: 31px !important;
        min-height: 31px !important;
        width: calc(100% + 16px) !important;
        min-width: calc(100% + 16px) !important;
        margin-left: -8px !important;
        margin-right: -8px !important;
        padding-left: 22px !important;
        padding-right: 30px !important;
        font-size: 9px !important;
    }


    .awpgo-force-grid .awpgo-carousel,
    .awpgo-force-grid .awpgo-carousel-mobile-only {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 0 0 4px !important;
        scrollbar-width: none !important;
    }

    .awpgo-force-grid .awpgo-carousel::-webkit-scrollbar,
    .awpgo-force-grid .awpgo-carousel-mobile-only::-webkit-scrollbar {
        display: none !important;
    }

    .awpgo-force-grid .awpgo-carousel > .awpgo-product-card,
    .awpgo-force-grid .awpgo-carousel-mobile-only > .awpgo-product-card {
        flex: 0 0 calc((100% - 14px) / 2) !important;
        max-width: 100% !important;
        scroll-snap-align: start !important;
    }

    .awpgo-carousel-mobile-only + .awpgo-carousel-controls {
        display: flex !important;
    }

    .awpgo-added-notice {
        bottom: 40px !important;
        font-size: 10px !important;
    }
}

@media (max-width: 390px) {
    .awpgo-force-grid .awpgo-carousel > .awpgo-product-card,
    .awpgo-force-grid .awpgo-carousel-mobile-only > .awpgo-product-card {
        flex: 0 0 calc((100% - 12px) / 2) !important;
        max-width: 100% !important;
    }
}

/* Mobile product grid stabilisation. */
@media (max-width: 767px) {
    .awpgo-product-grid-active .awpgo-product-card,
    .awpgo-product-grid-active ul.products li.product.awpgo-product-card,
    .awpgo-product-grid-active .w-grid-item.awpgo-product-card,
    .awpgo-product-grid-active article.product.awpgo-product-card {
        min-width: 0 !important;
        max-width: none !important;
        width: auto !important;
    }

    .awpgo-force-grid .woocommerce ul.products,
    .awpgo-force-grid ul.products,
    .awpgo-force-grid .w-grid-list:has(.awpgo-product-card) {
        width: 100% !important;
        max-width: 100% !important;
    }

    .awpgo-card-inner {
        width: 100% !important;
        min-width: 0 !important;
        border-radius: 7px !important;
    }

    .awpgo-image-link img {
        min-width: 100% !important;
    }

    .awpgo-price-row {
        gap: 5px !important;
    }

    .awpgo-tax {
        font-size: 10px !important;
    }

    .awpgo-bag-icon,
    .awpgo-check-icon {
        right: 10px !important;
        width: 16px !important;
        height: 16px !important;
    }
}

/* Feature section divider fix: vertical lines are centred and only half-height. */
.awpgo-feature-dividers-row,
.awpgo-feature-dividers-row > .wpb_column,
.awpgo-feature-dividers-row > .vc_column_container,
.awpgo-feature-dividers-row > .vc_col-sm-3 {
    position: relative !important;
}

.awpgo-feature-dividers-row > .wpb_column,
.awpgo-feature-dividers-row > .vc_column_container,
.awpgo-feature-dividers-row > .vc_col-sm-3 {
    border-left: 0 !important;
    border-right: 0 !important;
}

.awpgo-feature-dividers-row > .wpb_column:not(:first-child)::before,
.awpgo-feature-dividers-row > .vc_column_container:not(:first-child)::before,
.awpgo-feature-dividers-row > .vc_col-sm-3:not(:first-child)::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 25% !important;
    bottom: auto !important;
    width: 1px !important;
    height: 50% !important;
    background: rgba(0, 0, 0, 0.12) !important;
    pointer-events: none !important;
}

@media (max-width: 767px) {
    .awpgo-feature-dividers-row > .wpb_column,
    .awpgo-feature-dividers-row > .vc_column_container,
    .awpgo-feature-dividers-row > .vc_col-sm-3 {
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        position: relative !important;
    }

    .awpgo-feature-dividers-row > .wpb_column:not(:first-child)::before,
    .awpgo-feature-dividers-row > .vc_column_container:not(:first-child)::before,
    .awpgo-feature-dividers-row > .vc_col-sm-3:not(:first-child)::before {
        display: block !important;
        left: 25% !important;
        right: auto !important;
        top: 0 !important;
        bottom: auto !important;
        width: 50% !important;
        height: 1px !important;
        background: rgba(0, 0, 0, 0.12) !important;
    }
}

/* Extra mobile product/card guardrails for narrow screens and carousel rows. */
@media (max-width: 767px) {
    .awpgo-force-grid .awpgo-carousel,
    .awpgo-force-grid .awpgo-carousel-mobile-only {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .awpgo-force-grid .awpgo-carousel > .awpgo-product-card,
    .awpgo-force-grid .awpgo-carousel-mobile-only > .awpgo-product-card {
        min-width: calc((100% - 14px) / 2) !important;
    }
}



/* Aesthetics Wholesale Header Override for Impreza Header Builder
   v1.0.5 deliberately targets only the main row containing logo/search/account/cart. */
body.awpgo-header-active .l-header.awpgo-header-layout,
body.awpgo-header-active header.awpgo-header-layout {
    font-family: var(--awpgo-theme-body-font, inherit) !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 92px !important;
    height: auto !important;
    line-height: normal !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h {
    display: grid !important;
    grid-template-columns: minmax(230px, 0.9fr) minmax(360px, 1.45fr) minmax(230px, 0.9fr) !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 42px !important;
    width: 100% !important;
    max-width: 1680px !important;
    min-height: 92px !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 18px 38px !important;
    box-sizing: border-box !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell {
    display: flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_left,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_left {
    justify-content: flex-start !important;
    min-width: 0 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center {
    justify-content: center !important;
    min-width: 0 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right {
    justify-content: flex-end !important;
    gap: 20px !important;
    min-width: 0 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img {
    display: block !important;
    width: auto !important;
    max-width: 300px !important;
    max-height: 70px !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Shared styling for auto-detected header elements and optional shortcode elements. */
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .aws-container,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .aws-container,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row form[role="search"],
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row form[role="search"],
.awpgo-header-shortcode-search {
    display: block !important;
    width: 100% !important;
    max-width: 650px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative !important;
    line-height: normal !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search-form,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search-form-h,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .woocommerce-product-search,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search-form,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search-form-h,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .woocommerce-product-search {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row input[type="search"],
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-field,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row input[type="search"],
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-field,
.awpgo-header-shortcode-search input[type="search"] {
    display: block !important;
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 54px 0 18px !important;
    border: 1px solid #dddddd !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    color: #1d1d1d !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 14px !important;
    line-height: 48px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    outline: none !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row input[type="search"]::placeholder,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-field::placeholder,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row input[type="search"]::placeholder,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-field::placeholder,
.awpgo-header-shortcode-search input[type="search"]::placeholder {
    color: #8b8b8b !important;
    opacity: 1 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search button,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row form[role="search"] button,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-submit,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search button,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row form[role="search"] button,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-submit,
.awpgo-header-shortcode-search button {
    position: absolute !important;
    top: 50% !important;
    right: 13px !important;
    left: auto !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #0d2c44 !important;
    box-shadow: none !important;
    transform: translateY(-50%) !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account,
.awpgo-header-shortcode-account {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    color: #1d1d1d !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.awpgo-header-icon,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account i,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account svg,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account .w-iconbox-icon,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account i,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account svg,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account .w-iconbox-icon {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    font-size: 25px !important;
    line-height: 25px !important;
    color: #1d1d1d !important;
    stroke: #1d1d1d !important;
    fill: none !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label,
.awpgo-header-shortcode-account .awpgo-account-label {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.05 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label span,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label span,
.awpgo-header-shortcode-account .awpgo-account-label span {
    display: block !important;
    color: #1d1d1d !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 12px !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label small,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label small,
.awpgo-header-shortcode-account .awpgo-account-label small {
    display: block !important;
    color: #4d4d4d !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 10px !important;
    line-height: 1.05 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart,
.awpgo-header-shortcode-cart,
.awpgo-header-shortcode-wishlist {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    color: #1d1d1d !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account::before,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account::before {
    content: '' !important;
    display: inline-block !important;
    width: 1px !important;
    height: 34px !important;
    background: #e2e2e2 !important;
    margin: 0 8px 0 2px !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart i,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart svg,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart .w-cart-icon,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart i,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart svg,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart .w-cart-icon,
.awpgo-header-shortcode-cart .awpgo-header-icon,
.awpgo-header-shortcode-wishlist .awpgo-header-icon {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    font-size: 27px !important;
    line-height: 27px !important;
    color: #1d1d1d !important;
    stroke: #1d1d1d !important;
    fill: none !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-cart-quantity,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .cart-contents .count,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-count,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-cart-quantity,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .cart-contents .count,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-count,
.awpgo-header-shortcode-cart .awpgo-cart-count,
.awpgo-header-shortcode-wishlist .awpgo-header-wishlist-count {
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: var(--awpgo-header-strip, #efbeb9) !important;
    color: #ffffff !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    text-align: center !important;
    box-shadow: none !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-total-text,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-total-text,
.awpgo-header-shortcode-cart .awpgo-cart-total-text {
    display: inline-block !important;
    color: #1d1d1d !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    margin: 0 0 0 5px !important;
    padding: 0 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-cart-dropdown,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-cart-dropdown {
    text-align: left !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
}

@media (max-width: 1180px) {
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h {
        grid-template-columns: minmax(190px, 0.85fr) minmax(300px, 1.3fr) minmax(190px, 0.85fr) !important;
        gap: 24px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img {
        max-width: 245px !important;
        max-height: 62px !important;
    }
}

@media (max-width: 767px) {
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row {
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        background: #ffffff !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-areas: "awpgo-logo awpgo-actions" "awpgo-search awpgo-search" !important;
        align-items: center !important;
        justify-content: stretch !important;
        gap: 11px 14px !important;
        min-height: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 16px 14px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_left,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_left {
        grid-area: awpgo-logo !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        min-width: 0 !important;
        max-width: none !important;
        width: auto !important;
        flex: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right {
        grid-area: awpgo-actions !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 10px !important;
        min-width: 0 !important;
        width: auto !important;
        flex: none !important;
        white-space: nowrap !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center {
        grid-area: awpgo-search !important;
        display: flex !important;
        align-items: center !important;
        justify-content: stretch !important;
        min-width: 0 !important;
        max-width: none !important;
        width: 100% !important;
        flex: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img {
        max-width: min(205px, 58vw) !important;
        max-height: 50px !important;
        height: auto !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .aws-container,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .aws-container,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row form[role="search"],
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row form[role="search"],
    .awpgo-header-shortcode-search {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row input[type="search"],
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-field,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row input[type="search"],
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-field,
    .awpgo-header-shortcode-search input[type="search"] {
        height: 42px !important;
        min-height: 42px !important;
        line-height: 42px !important;
        font-size: 13px !important;
        border-radius: 5px !important;
        padding-left: 14px !important;
        padding-right: 46px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart,
    .awpgo-header-shortcode-account,
    .awpgo-header-shortcode-cart,
    .awpgo-header-shortcode-wishlist {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account svg,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account svg,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart svg,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart svg,
    .awpgo-header-shortcode-cart .awpgo-header-icon,
    .awpgo-header-shortcode-wishlist .awpgo-header-icon {
        width: 25px !important;
        height: 25px !important;
        min-width: 25px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-total-text,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-total-text,
    .awpgo-header-shortcode-account .awpgo-account-label,
    .awpgo-header-shortcode-cart .awpgo-cart-total-text {
        display: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account::before,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account::before {
        display: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-cart-dropdown,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-cart-dropdown {
        right: 0 !important;
        left: auto !important;
        max-width: calc(100vw - 24px) !important;
    }
}



/* v1.0.7 refined mobile header: compact, aligned single-row actions. */
@media (max-width: 767px) {
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row {
        min-height: 76px !important;
        height: auto !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
        background: #ffffff !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        min-height: 76px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 18px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell {
        min-width: 0 !important;
        max-width: none !important;
        width: auto !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_left,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_left {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: calc(100% - 178px) !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 12px !important;
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center {
        margin-left: auto !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link {
        display: flex !important;
        align-items: center !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img {
        display: block !important;
        width: auto !important;
        max-width: min(185px, 52vw) !important;
        max-height: 46px !important;
        height: auto !important;
        object-fit: contain !important;
    }

    /* Convert the header search to a compact icon on mobile if Impreza outputs a full search box. */
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .aws-container,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .aws-container,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row form[role="search"],
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row form[role="search"],
    .awpgo-header-shortcode-search {
        width: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row input[type="search"],
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-field,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row input[type="search"],
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-field,
    .awpgo-header-shortcode-search input[type="search"] {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        min-height: 1px !important;
        max-height: 1px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search button,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row form[role="search"] button,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-submit,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search button,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row form[role="search"] button,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .search-submit,
    .awpgo-header-shortcode-search button {
        position: static !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        min-width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #202020 !important;
        transform: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-nav-control,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-nav-control,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-menu-opener,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-menu-opener,
    .awpgo-header-shortcode-account,
    .awpgo-header-shortcode-cart,
    .awpgo-header-shortcode-wishlist {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        color: #202020 !important;
        line-height: 1 !important;
        position: relative !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row svg,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row i,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row svg,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row i,
    .awpgo-header-shortcode-cart .awpgo-header-icon,
    .awpgo-header-shortcode-wishlist .awpgo-header-icon {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        line-height: 28px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-cart-quantity,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .cart-contents .count,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-count,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-cart-quantity,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .cart-contents .count,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-count,
    .awpgo-header-shortcode-cart .awpgo-cart-count,
    .awpgo-header-shortcode-wishlist .awpgo-header-wishlist-count {
        top: -2px !important;
        right: -2px !important;
        width: 17px !important;
        height: 17px !important;
        min-width: 17px !important;
        font-size: 9px !important;
        line-height: 17px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-total-text,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-total-text,
    .awpgo-header-shortcode-account .awpgo-account-label,
    .awpgo-header-shortcode-cart .awpgo-cart-total-text {
        display: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account::before,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account::before {
        display: none !important;
    }
}

@media (max-width: 420px) {
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h {
        gap: 8px !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_left,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_left {
        max-width: calc(100% - 166px) !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img {
        max-width: min(172px, 48vw) !important;
        max-height: 43px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right {
        gap: 7px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-search,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-nav-control,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-nav-control {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row svg,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row i,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row svg,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row i {
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        line-height: 26px !important;
    }
}

/* v1.0.8 mobile header recovery: always provide visible search/account/cart actions on mobile. */
.awpgo-mobile-generated-actions,
.awpgo-mobile-search-panel {
    display: none;
}

@media (max-width: 767px) {
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row {
        position: relative !important;
        overflow: visible !important;
        min-height: 82px !important;
        background: #ffffff !important;
        z-index: 30 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto auto !important;
        grid-template-areas: "awpgo-logo awpgo-actions awpgo-menu" !important;
        align-items: center !important;
        justify-content: stretch !important;
        column-gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 82px !important;
        padding: 14px 18px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_left,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_left {
        grid-area: awpgo-logo !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_center {
        display: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right {
        grid-area: awpgo-menu !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
        height: 38px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        gap: 0 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right > :not(.w-nav):not(.w-nav-control):not(.w-menu-opener):not(nav):not([class*="menu"]),
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right > :not(.w-nav):not(.w-nav-control):not(.w-menu-opener):not(nav):not([class*="menu"]) {
        display: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-generated-actions,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-generated-actions {
        grid-area: awpgo-actions !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 10px !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
        line-height: 1 !important;
        z-index: 3 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-action,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-action {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #202020 !important;
        box-shadow: none !important;
        text-decoration: none !important;
        line-height: 1 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-action svg,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-action svg {
        display: block !important;
        width: 29px !important;
        height: 29px !important;
        min-width: 29px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
        overflow: visible !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-cart-link .awpgo-cart-count,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-cart-link .awpgo-cart-count {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        top: 0 !important;
        right: -1px !important;
        width: 17px !important;
        height: 17px !important;
        min-width: 17px !important;
        border-radius: 999px !important;
        background: var(--awpgo-header-strip, #efbeb9) !important;
        color: #ffffff !important;
        font-size: 9px !important;
        font-weight: 700 !important;
        line-height: 17px !important;
        text-align: center !important;
        z-index: 2 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img {
        max-width: min(196px, 48vw) !important;
        max-height: 48px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-panel,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-panel {
        display: none !important;
        position: absolute !important;
        top: calc(100% - 6px) !important;
        left: 14px !important;
        right: 14px !important;
        width: auto !important;
        padding: 10px !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        border-radius: 10px !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14) !important;
        z-index: 99999 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-panel.is-open,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-panel.is-open {
        display: block !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-form,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-form {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-form input[type="search"],
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-form input[type="search"] {
        position: static !important;
        display: block !important;
        width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        padding: 0 48px 0 14px !important;
        margin: 0 !important;
        border: 1px solid #dddddd !important;
        border-radius: 6px !important;
        background: #ffffff !important;
        color: #202020 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        font-size: 14px !important;
        line-height: 44px !important;
        box-shadow: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-form button,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-form button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        top: 50% !important;
        right: 12px !important;
        width: 28px !important;
        height: 28px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #202020 !important;
        transform: translateY(-50%) !important;
        box-shadow: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-form button svg,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-form button svg {
        width: 22px !important;
        height: 22px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }
}

@media (max-width: 420px) {
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-h {
        grid-template-columns: minmax(0, 1fr) auto auto !important;
        column-gap: 6px !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-generated-actions,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-generated-actions {
        gap: 6px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-action,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-action,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right {
        width: 34px !important;
        min-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-action svg,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-action svg {
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-image img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-img img,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .custom-logo-link img {
        max-width: min(178px, 45vw) !important;
        max-height: 44px !important;
    }
}


/* v1.0.9 refined basket icon and desktop account/cart header balance. */
.awpgo-better-bag-icon,
.awpgo-better-bag-icon path {
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.awpgo-bag-icon {
    width: 18px !important;
    height: 18px !important;
    stroke-width: 2 !important;
}

.awpgo-check-icon {
    width: 17px !important;
    height: 17px !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .l-subheader-cell.at_right {
    gap: 18px !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account,
.awpgo-header-shortcode-account {
    min-height: 44px !important;
    height: 44px !important;
    gap: 11px !important;
    padding: 0 !important;
    align-items: center !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart,
.awpgo-header-shortcode-cart {
    min-height: 44px !important;
    height: 44px !important;
    gap: 12px !important;
    align-items: center !important;
    position: relative !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account {
    padding-left: 25px !important;
    margin-left: 2px !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account::before,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account::before {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1px !important;
    height: 32px !important;
    margin: 0 !important;
    background: #dddddd !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account .awpgo-header-icon,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account .awpgo-header-icon,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account svg,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-account svg,
.awpgo-header-shortcode-account .awpgo-header-icon {
    width: 29px !important;
    height: 29px !important;
    min-width: 29px !important;
    stroke-width: 2.1 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart .awpgo-header-icon,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart .awpgo-header-icon,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart svg,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart svg,
.awpgo-header-shortcode-cart .awpgo-header-icon {
    width: 31px !important;
    height: 31px !important;
    min-width: 31px !important;
    stroke-width: 2.1 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label,
.awpgo-header-shortcode-account .awpgo-account-label {
    gap: 2px !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label span,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label span,
.awpgo-header-shortcode-account .awpgo-account-label span {
    font-size: 13px !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label small,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-account-label small,
.awpgo-header-shortcode-account .awpgo-account-label small {
    font-size: 11px !important;
    line-height: 1.05 !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-total-text,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-total-text,
.awpgo-header-shortcode-cart .awpgo-cart-total-text {
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    margin-left: 4px !important;
}

body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-cart-quantity,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .cart-contents .count,
body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-count,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .w-cart-quantity,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .cart-contents .count,
body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-cart-count,
.awpgo-header-shortcode-cart .awpgo-cart-count {
    top: -7px !important;
    right: -8px !important;
}

@media (max-width: 767px) {
    .awpgo-bag-icon,
    .awpgo-check-icon {
        width: 18px !important;
        height: 18px !important;
        right: 10px !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-header-cart.awpgo-has-account {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-cart-link svg,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-cart-link svg {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        stroke-width: 2.05 !important;
    }
}

/* v1.1.0 - Editable Best Sellers shortcode section */
.awpgo-best-sellers-section {
    width: 100% !important;
    margin: 0 auto !important;
    font-family: var(--awpgo-theme-body-font, inherit) !important;
}

.awpgo-best-sellers-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin: 0 0 34px !important;
}

.awpgo-best-sellers-header h2 {
    margin: 0 !important;
}

.awpgo-best-sellers-view-all {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: inherit !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.awpgo-best-sellers-view-all:hover {
    color: var(--awpgo-button) !important;
}

.awpgo-best-sellers-products {
    margin-top: 0 !important;
}

.awpgo-best-sellers-empty {
    padding: 14px 16px !important;
    border: 1px dashed #d6d6d6 !important;
    background: #fff !important;
    border-radius: 8px !important;
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .awpgo-best-sellers-header {
        align-items: flex-start !important;
        gap: 12px !important;
        margin-bottom: 22px !important;
    }

    .awpgo-best-sellers-view-all {
        font-size: 11px !important;
        line-height: 1.2 !important;
        text-align: right !important;
    }
}


/* v1.1.2 - Strong Best Sellers layout repair
   Prevents Impreza/WooCommerce flex widths from collapsing selected products into narrow columns. */
.awpgo-best-sellers-section .awpgo-best-sellers-products,
body.awpgo-product-grid-active .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products,
body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
}

.awpgo-best-sellers-section .awpgo-best-sellers-products::before,
.awpgo-best-sellers-section .awpgo-best-sellers-products::after,
body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products::before,
body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products::after {
    display: none !important;
    content: none !important;
}

.awpgo-best-sellers-section .awpgo-best-sellers-products > li.product,
.awpgo-best-sellers-section .awpgo-best-sellers-products > li.awpgo-product-card,
body.awpgo-product-grid-active .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products > li.product,
body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products > li.product {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
    flex: none !important;
}

.awpgo-best-sellers-section .awpgo-best-sellers-products > li.product .awpgo-card-inner,
.awpgo-best-sellers-section .awpgo-best-sellers-products > li.awpgo-product-card .awpgo-card-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel,
body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products.awpgo-carousel {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    padding-bottom: 4px !important;
}

.awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel::-webkit-scrollbar {
    display: none !important;
}

.awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel > li.product,
.awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel > li.awpgo-product-card,
body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products.awpgo-carousel > li.product {
    flex: 0 0 calc((100% - 90px) / 6) !important;
    width: calc((100% - 90px) / 6) !important;
    min-width: calc((100% - 90px) / 6) !important;
    max-width: 100% !important;
    scroll-snap-align: start !important;
}

@media (max-width: 1180px) {
    .awpgo-best-sellers-section .awpgo-best-sellers-products,
    body.awpgo-product-grid-active .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products,
    body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel > li.product,
    .awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel > li.awpgo-product-card,
    body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products.awpgo-carousel > li.product {
        flex-basis: calc((100% - 54px) / 4) !important;
        width: calc((100% - 54px) / 4) !important;
        min-width: calc((100% - 54px) / 4) !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .awpgo-best-sellers-section .awpgo-best-sellers-products,
    body.awpgo-product-grid-active .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products,
    body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel,
    .awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel-mobile-only,
    body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products.awpgo-carousel,
    body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products.awpgo-carousel-mobile-only {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        gap: 14px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        padding-bottom: 4px !important;
    }

    .awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel > li.product,
    .awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel > li.awpgo-product-card,
    .awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel-mobile-only > li.product,
    .awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel-mobile-only > li.awpgo-product-card,
    body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products.awpgo-carousel > li.product,
    body.awpgo-force-grid .awpgo-best-sellers-section ul.products.awpgo-best-sellers-products.awpgo-carousel-mobile-only > li.product {
        flex: 0 0 calc((100% - 14px) / 2) !important;
        width: calc((100% - 14px) / 2) !important;
        min-width: calc((100% - 14px) / 2) !important;
        max-width: 100% !important;
        scroll-snap-align: start !important;
    }
}


/* v1.1.3 - Carousel width fix
   Keep carousel item basis controlled by flex-basis while preventing max-width from crushing selected Best Sellers cards. */
.awpgo-force-grid .awpgo-carousel > .awpgo-product-card,
.awpgo-force-grid .awpgo-carousel-mobile-only > .awpgo-product-card,
.awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel > li.product,
.awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel > li.awpgo-product-card,
.awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel-mobile-only > li.product,
.awpgo-best-sellers-section .awpgo-best-sellers-products.awpgo-carousel-mobile-only > li.awpgo-product-card {
    max-width: 100% !important;
}

/* v1.1.4 mobile search functionality fix: make the generated search trigger and panel reliably clickable on iOS/Android. */
@media (max-width: 767px) {
    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-generated-actions,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-generated-actions {
        position: relative !important;
        z-index: 100002 !important;
        pointer-events: auto !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-toggle,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-toggle,
    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-action,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-action {
        cursor: pointer !important;
        pointer-events: auto !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
        z-index: 100003 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-action svg,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-action svg {
        pointer-events: none !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-panel,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-panel {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(-4px) !important;
        transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-panel.is-open,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-panel.is-open {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-panel.is-open input[type="search"],
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-panel.is-open input[type="search"],
    body.awpgo-header-active .l-header.awpgo-header-layout .awpgo-mobile-search-panel.is-open .search-field,
    body.awpgo-header-active header.awpgo-header-layout .awpgo-mobile-search-panel.is-open .search-field {
        position: static !important;
        display: block !important;
        width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
}

/* v1.1.5: iOS mobile search panel hardening. The generated panel must override the compact-header search rules. */
@media (max-width: 767px) {
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel {
        pointer-events: auto !important;
        touch-action: auto !important;
        -webkit-transform: translateZ(0) !important;
        transform: translateZ(0) !important;
        z-index: 2147483647 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel.is-open,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel.is-open {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel .awpgo-mobile-search-form,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel .awpgo-mobile-search-form,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel form.awpgo-mobile-search-form.woocommerce-product-search,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel form.awpgo-mobile-search-form.woocommerce-product-search {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 46px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        position: relative !important;
        overflow: visible !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        z-index: 2 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel .awpgo-mobile-search-form input[type="search"].search-field,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel .awpgo-mobile-search-form input[type="search"].search-field,
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel form.awpgo-mobile-search-form.woocommerce-product-search input[type="search"].search-field,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel form.awpgo-mobile-search-form.woocommerce-product-search input[type="search"].search-field {
        -webkit-appearance: none !important;
        appearance: none !important;
        position: relative !important;
        display: block !important;
        flex: 1 1 auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: 46px !important;
        min-height: 46px !important;
        max-height: 46px !important;
        padding: 0 48px 0 14px !important;
        margin: 0 !important;
        border: 1px solid #dddddd !important;
        border-radius: 7px !important;
        background: #ffffff !important;
        color: #202020 !important;
        font-family: var(--awpgo-theme-body-font, inherit) !important;
        font-size: 15px !important;
        line-height: 46px !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
        box-shadow: none !important;
        outline: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        touch-action: manipulation !important;
        user-select: text !important;
        -webkit-user-select: text !important;
        z-index: 3 !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel .awpgo-mobile-search-form input[type="search"].search-field:focus,
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel .awpgo-mobile-search-form input[type="search"].search-field:focus {
        border-color: #c6716a !important;
        box-shadow: 0 0 0 2px rgba(198, 113, 106, 0.12) !important;
    }

    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel .awpgo-mobile-search-form button[type="submit"],
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel .awpgo-mobile-search-form button[type="submit"],
    body.awpgo-header-active .l-header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel form.awpgo-mobile-search-form.woocommerce-product-search button[type="submit"],
    body.awpgo-header-active header.awpgo-header-layout .l-subheader.awpgo-main-header-row .awpgo-mobile-search-panel form.awpgo-mobile-search-form.woocommerce-product-search button[type="submit"] {
        position: absolute !important;
        top: 50% !important;
        right: 12px !important;
        left: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 28px !important;
        min-width: 28px !important;
        height: 28px !important;
        min-height: 28px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #202020 !important;
        box-shadow: none !important;
        transform: translateY(-50%) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        z-index: 4 !important;
    }
}
