/* WooCommerce core styles extracted from css/style.css */

.woocommerce-Price-amount {
    font-family: "Proxima Soft" !important;
    font-size: 1.1em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3d182c !important;
}

.woocommerce-Price-amount .amount {
    font-size: 1.4em !important;
    color: #292528 !important;
}

.quantity {
    margin-top: 0.5em !important;
}

/* Globální WooCommerce hlášky */
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.45em 0.85em;
    padding: 0.72em 0.95em;
    margin: 0.6em 0;
    border-radius: 10px;
    border: 1px solid #ee9623;
    background: linear-gradient(135deg, #fff8f1 0%, #fffefb 100%);
    color: #3d182c;
    font-family: "Proxima Soft", sans-serif;
    font-weight: 600;
    font-size: 0.98em;
    line-height: 1.4;
    box-shadow: 0 8px 20px rgba(61, 24, 44, 0.08);
}

.woocommerce-error {
    border-color: #d84444;
    background: linear-gradient(135deg, #fff2f2 0%, #fff9f7 100%);
    color: #2d0f20;
}

.woocommerce-info {
    border-color: #512035;
    background: linear-gradient(135deg, #fdf5ff 0%, #fffdf8 100%);
    color: #2d0f20;
}

.woocommerce-info strong,
.woocommerce-error strong,
.woocommerce-message strong {
    color: inherit;
    grid-column: 2 / 3;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    font-weight: 800;
    font-size: 1em;
    color: #3d182c;
    box-shadow: 0 6px 16px rgba(238, 150, 35, 0.22);
    background-image: none;
    grid-column: 1 / 2;
}

.woocommerce-message::before {
    content: "✓";
    background: #ee9623;
}

.woocommerce-info::before {
    content: "i";
    background: #fff;
    color: #512035;
    border: 2px solid #512035;
    box-shadow: 0 6px 16px rgba(81, 32, 53, 0.18);
    margin-right: 0.35em;
}

.woocommerce-error::before {
    content: "!";
    background: #fff;
    color: #a22222;
    border: 2px solid #d84444;
    box-shadow: 0 6px 16px rgba(216, 68, 68, 0.18);
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button {
    grid-column: 3 / 4;
    padding: 0.45em 1.05em !important;
    margin: 0 !important;
    flex-shrink: 0;
    border-radius: 999px !important;
    background: #3d182c !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 10px 20px rgba(61, 24, 44, 0.22);
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-error .button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(61, 24, 44, 0.28);
    background: #512035 !important;
}

.woocommerce .woocommerce-message .button:active,
.woocommerce .woocommerce-info .button:active,
.woocommerce .woocommerce-error .button:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(61, 24, 44, 0.2);
}

/* Jemný offset textu pro informativní hlášku s tlapičkami */
.woocommerce-info.rawbark_reward_points_message {
    column-gap: 0.75em;
}

@media (max-width: 680px) {
    .woocommerce-info,
    .woocommerce-error,
    .woocommerce-message {
        grid-template-columns: 1fr;
        padding: 0.85em 0.95em;
        gap: 0.55em 0.75em;
        text-align: center;
        justify-items: center;
        font-size: 0.93em;
    }

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

    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-error .button {
        width: 100%;
        grid-column: 1 / -1;
        text-align: center;
        margin: 0.35em 0 0 !important;
    }

    .woocommerce-info strong,
    .woocommerce-error strong,
    .woocommerce-message strong {
        grid-column: 1 / -1;
    }
}

/* Subtle animation so repeated notices don't jump */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.woocommerce .woocommerce-message:hover,
.woocommerce .woocommerce-info:hover,
.woocommerce .woocommerce-error:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(61, 24, 44, 0.12);
}

.woocommerce .star-rating {
    color: #f99e22;
}

.added_to_cart .wc-forward {
    font-size: 0.8em !important;
}

.product.woocommerce.add_to_cart_inline .button .product_type_simple {
    background-color: #f59e05 !important;
    color: #fff;
}

/* Reset default WooCommerce icon */
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    background-size: 0;
    background-repeat: no-repeat;
}

.woocommerce-loop-product__title {
    line-height: 1em;
    font-family: 'PROXIMANOVASOFT-BOLD' !important;
    font-weight: bold;
    font-size: 1.5em !important;
    color: #3d182c !important;
}

.woocommerce-loop-product__title:hover {
    color: #ffbe3e !important;
}

.button.product_type_simple {
    background: #ee9623 !important;
}

.custom-shop-product p {
    text-align: center !important;
}

.custom-shop-product .star-rating {
    display: none;
}

.woocommerce-result-count {
    display: none;
}

.woocommerce-ordering {
    display: none;
}

.button.product_type_simple.add_to_cart_button,
.button.product_type_simple {
    background-color: #ffb147 !important;
    font-size: 0.8em !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #3d182c !important;
    border: 2px solid #ee9623 !important;
    border-radius: 5em !important;
    padding: 0.7em !important;
    padding-left: 1.3em !important;
    padding-right: 1.3em !important;
    background-color: #fff !important;
    margin: 0.7em !important;
    font-family: "PROXIMANOVASOFT-BOLD" !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
}

.wc-forward {
    color: #3d182c !important;
    border: 2px solid #ee9623 !important;
    border-radius: 5em !important;
    padding: 0.7em !important;
    padding-left: 1.3em !important;
    padding-right: 1.3em !important;
    background-color: transparent !important;
    margin: 0.7em !important;
    font-family: "PROXIMANOVASOFT-BOLD" !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
}

.button.wc-forward.wp-element-button::before {
    content: url("../../../img/cart.svg");
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
