/* WooCommerce global */

.woocommerce .hob-main {
    color: var(--hob-body-color);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
    min-height: 44px;
    padding: 0 14px;
    border: var(--hob-border-width) solid var(--hob-border-color);
    border-radius: var(--hob-radius-box);
    background: var(--hob-background-color);
    color: var(--hob-primary-color);
}

.woocommerce form .form-row textarea {
    min-height: 120px;
    padding-top: 12px;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 22px;
    border-radius: var(--hob-radius-button);
    background: var(--hob-primary-color);
    color: var(--hob-background-color);
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
    background: var(--hob-primary-color);
}

/* Notices */
.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
    display: grid;
    width: 100%;
    gap: 8px;
    margin: 0 0 16px;
}

.woocommerce-notices-wrapper:empty,
.woocommerce-NoticeGroup:empty {
    display: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    width: 100%;
    margin: 0 0 16px;
    padding: 15px 20px;
    border: 1px solid rgba(12, 32, 48, 0.14);
    border-left-color: rgba(12, 32, 48, 0.3);
    border-radius: 0;
    background: #f8f3f0;
    color: #0c2030;
    font-family: var(--hob-body-font);
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.woocommerce-notices-wrapper > .woocommerce-message,
.woocommerce-notices-wrapper > .woocommerce-info,
.woocommerce-notices-wrapper > .woocommerce-error,
.woocommerce-NoticeGroup > .woocommerce-message,
.woocommerce-NoticeGroup > .woocommerce-info,
.woocommerce-NoticeGroup > .woocommerce-error {
    margin-bottom: 0;
}

.woocommerce-error,
.woocommerce .woocommerce-error {
    display: block;
    border-left-color: rgba(126, 70, 57, 0.46);
    list-style: none;
}

.woocommerce-message,
.woocommerce .woocommerce-message {
    border-left-color: rgba(86, 105, 86, 0.48);
}

.woocommerce-info,
.woocommerce .woocommerce-info {
    border-left-color: rgba(87, 103, 117, 0.46);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before {
    content: none;
}

.woocommerce-message a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce .woocommerce-message a:not(.button),
.woocommerce .woocommerce-info a:not(.button),
.woocommerce .woocommerce-error a:not(.button) {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(12, 32, 48, 0.4);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button {
    order: 2;
    float: none;
    min-height: 0;
    margin-left: auto;
    padding: 2px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #0c2030;
    font-size: inherit;
    font-weight: 650;
    line-height: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(12, 32, 48, 0.4);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    white-space: nowrap;
}

.woocommerce-message .button:hover,
.woocommerce-message .button:focus-visible,
.woocommerce-info .button:hover,
.woocommerce-info .button:focus-visible,
.woocommerce-error .button:hover,
.woocommerce-error .button:focus-visible,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus-visible,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:focus-visible,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button:focus-visible {
    border: 0;
    background: transparent;
    color: var(--hob-accent-color);
    text-decoration-color: currentColor;
}

.woocommerce-error li {
    margin: 0;
}

.woocommerce-error li + li {
    margin-top: 6px;
}

/* WooCommerce Blocks notices are present on the cart and checkout pages. */
.wc-block-components-notice-banner,
.wc-block-components-notice-banner.is-error,
.wc-block-components-notice-banner.is-warning,
.wc-block-components-notice-banner.is-success,
.wc-block-components-notice-banner.is-info {
    box-sizing: border-box;
    gap: 10px;
    margin: 0 0 16px;
    padding: 14px 18px !important;
    border: 1px solid rgba(12, 32, 48, 0.14);
    border-left-color: rgba(12, 32, 48, 0.3);
    border-radius: 0;
    background: #f8f3f0;
    color: #0c2030;
    font-family: var(--hob-body-font);
    font-size: 14px;
    line-height: 1.5;
}

@supports ((-webkit-backdrop-filter: blur(14px)) or (backdrop-filter: blur(14px))) {
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error,
    .woocommerce .woocommerce-message,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-error,
    .wc-block-components-notice-banner,
    .wc-block-components-notice-banner.is-error,
    .wc-block-components-notice-banner.is-warning,
    .wc-block-components-notice-banner.is-success,
    .wc-block-components-notice-banner.is-info {
        background: rgba(248, 243, 240, 0.82);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }
}

.wc-block-components-notice-banner.is-error {
    border-left-color: rgba(126, 70, 57, 0.46);
}

.wc-block-components-notice-banner.is-success {
    border-left-color: rgba(86, 105, 86, 0.48);
}

.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-warning {
    border-left-color: rgba(87, 103, 117, 0.46);
}

.wc-block-components-notice-banner > svg,
.wc-block-components-notice-banner.is-error > svg,
.wc-block-components-notice-banner.is-warning > svg,
.wc-block-components-notice-banner.is-success > svg,
.wc-block-components-notice-banner.is-info > svg {
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    fill: #0c2030;
    opacity: 0.62;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
    align-self: center;
    padding: 0;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
    color: #0c2030 !important;
    opacity: 1;
    text-decoration-color: rgba(12, 32, 48, 0.4);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* WooCommerce prices */
.woocommerce .price,
.woocommerce-page .price {
    color: var(--hob-primary-color);
}

.woocommerce .price del,
.woocommerce-page .price del {
    color: var(--hob-body-color);
    opacity: 0.55;
}

.woocommerce .price ins,
.woocommerce-page .price ins {
    color: var(--hob-primary-color);
    font-weight: 750;
    text-decoration: none;
}

/* WooCommerce image resets */
.woocommerce img[class*="hob-"],
.woocommerce-page img[class*="hob-"] {
    max-width: none;
}

.woocommerce img.hob-mega-menu__image,
.woocommerce-page img.hob-mega-menu__image {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.woocommerce img.hob-side-cart__item-image,
.woocommerce-page img.hob-side-cart__item-image {
    display: block;
    width: 96px;
    max-width: none;
    height: 120px;
    object-fit: cover;
}

.woocommerce img.hob-header__logo-image,
.woocommerce-page img.hob-header__logo-image {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
}

.woocommerce img.hob-footer__logo-image,
.woocommerce-page img.hob-footer__logo-image {
    width: var(--hob-footer-logo-width);
    max-width: 100%;
    height: auto;
}

.woocommerce img.hob-mobile-panel__logo-image,
.woocommerce-page img.hob-mobile-panel__logo-image {
    width: 200px;
    max-width: none;
    height: auto;
    object-fit: contain;
}

.woocommerce img.hob-footer__payment-icon,
.woocommerce-page img.hob-footer__payment-icon,
.woocommerce img.hob-payment-icons__icon,
.woocommerce-page img.hob-payment-icons__icon {
    width: auto;
    max-width: none;
    height: var(--hob-footer-payment-icon-height, 18px);
    max-height: var(--hob-footer-payment-icon-height, 18px);
    object-fit: contain;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #f8f3f0;
    text-decoration: none;
    background-image: none;
    color: #3b4c58;
    transition: all .24s ease;
}

.woocommerce-account:not(.logged-in) .woocommerce form .woocommerce-form-login__submit, .woocommerce-account:not(.logged-in) .woocommerce form .woocommerce-Button {
        transition: all .24s ease;
}
@media (max-width: 560px) {
    .woocommerce-notices-wrapper,
    .woocommerce-NoticeGroup {
        width: 100%;
        margin-bottom: 12px;
    }

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error,
    .woocommerce .woocommerce-message,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-error {
        gap: 7px 14px;
        padding: 13px 15px;
        font-size: 14px;
        text-align: left;
    }

    .wc-block-components-notice-banner,
    .wc-block-components-notice-banner.is-error,
    .wc-block-components-notice-banner.is-warning,
    .wc-block-components-notice-banner.is-success,
    .wc-block-components-notice-banner.is-info {
        width: 100%;
        padding: 13px 15px !important;
        font-size: 14px;
    }

    .woocommerce img.hob-side-cart__item-image,
    .woocommerce-page img.hob-side-cart__item-image {
        width: 82px;
        height: 104px;
    }

    .woocommerce img.hob-footer__payment-icon,
    .woocommerce-page img.hob-footer__payment-icon,
    .woocommerce img.hob-payment-icons__icon,
    .woocommerce-page img.hob-payment-icons__icon {
        height: var(--hob-footer-payment-icon-height, 18px);
        max-height: var(--hob-footer-payment-icon-height, 18px);
    }
}
