/* === SHOP ARCHIVE === */
.shop-section { background: var(--color-bg); padding: var(--spacing-lg) 0 var(--spacing-xl); }
.shop-section__header { text-align: center; margin-bottom: 0.5rem; }
.shop-section__title { font-family: 'Nunito', sans-serif; font-size: clamp(1.75rem, 3.5vw, 2.25rem); font-weight: 800; color: #F73E1F; margin-bottom: 0.25rem; }
.shop-section__deadline { text-align: center; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 400; color: #AD5207; margin-bottom: var(--spacing-md); }
.shop-section__intro { text-align: center; font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 400; line-height: 1.55; color: #AD5207; max-width: 1000px; margin: 0 auto var(--spacing-lg); }
.shop-section__intro-details { max-width: 1000px; margin: 0 auto var(--spacing-lg); }
.shop-section__intro-details summary { list-style: none; cursor: pointer; margin-bottom: 0; }
.shop-section__intro-details summary::-webkit-details-marker { display: none; }
.shop-section__intro-more { display: inline-block; margin-top: 6px; font-family: 'Nunito', sans-serif; font-weight: 700; color: #F73E1F; font-size: 0.9rem; transition: opacity 0.15s; }
.shop-section__intro-more:hover { opacity: 0.7; }
.shop-section__intro-details[open] .shop-section__intro-more { display: none; }
.shop-section__intro--extra { margin-top: 8px; }
.shop-section__empty { text-align: center; color: #AD5207; padding: var(--spacing-2xl) 0; }

.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--spacing-xl) var(--spacing-lg); }
.shop-2col { display: flex; justify-content: center; gap: var(--spacing-md); flex-wrap: wrap; }
.shop-2col__col { display: flex; flex-direction: column; gap: 10px; flex: 0 1 300px; }
.shop-2col .shop-card__img { aspect-ratio: 4 / 3; }
.shop-2col .shop-card__body { padding: var(--spacing-md); gap: 6px; }
.shop-2col .shop-card__name { font-size: 1.05rem; }
.shop-2col .shop-card__price { font-size: 1.25rem; }
.shop-2col .shop-card__btn { padding: 0.55rem 1.2rem; font-size: 0.85rem; }
.shop-divider { display: flex; align-items: center; justify-content: center; padding: 4px 0; }
.shop-divider__text { font-family: 'Nunito', sans-serif; font-size: 1.5rem; font-weight: 800; color: #F73E1F; letter-spacing: 0.04em; text-transform: uppercase; }
.shop-card { background: #fff; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 2px 14px rgba(173,82,7,0.08); transition: transform 0.2s, box-shadow 0.2s; }
.shop-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(173,82,7,0.15); }
.shop-card--featured { outline: 2px solid #F73E1F; outline-offset: -2px; }
.shop-card__img-link { display: block; }
.shop-card__img { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: #fdf4d6; }
.shop-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.shop-card:hover .shop-card__img img { transform: scale(1.04); }
.shop-card__badge { position: absolute; top: 12px; left: 12px; background: #F73E1F; color: #FDF8D6; font-family: 'Nunito', sans-serif; font-size: 11px; font-weight: 900; letter-spacing: 0.12em; padding: 5px 14px; border-radius: 50px; text-transform: uppercase; box-shadow: 0 2px 12px rgba(0,0,0,0.2); }
.shop-card__body { padding: var(--spacing-lg); display: flex; flex-direction: column; flex: 1; gap: 10px; }
.shop-card__name { font-family: 'Nunito', sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.2; }
.shop-card__name a { color: #1a1a1a; transition: color 0.15s; }
.shop-card__name a:hover { color: #F73E1F; }
.shop-card__excerpt { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.6; color: #AD5207; flex: 1; }
.shop-card__price { font-family: 'Nunito', sans-serif; font-size: 1.5rem; font-weight: 800; color: #F73E1F; margin-top: auto; }
.shop-card__price del { opacity: 0.5; font-weight: 400; font-size: 1rem; margin-right: 8px; }
.shop-card__btn { text-align: center; margin-top: 4px; }
.shop-card__btn.added { display: none; }
.shop-card__btn.loading { opacity: 0.7; }

@media (max-width: 900px) { .shop-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .shop-grid { grid-template-columns: 1fr; gap: var(--spacing-lg); } }

/* === PRODUCT DELIVERY BADGE === */
.product-delivery-badge { display: flex; align-items: center; gap: 0.5rem; background: #fdf4ed; border: 1px solid #f5c9a5; border-radius: var(--radius); padding: 0.6rem 0.9rem; margin-bottom: var(--spacing-md); font-size: 0.875rem; color: #7a3c0a; }
.product-delivery-badge__icon { font-size: 1rem; }

/* === SAUCE UPSELL === */
.product-sauce-upsell { margin-top: var(--spacing-lg); padding-top: var(--spacing-md); border-top: 1px solid var(--color-border); }
.product-sauce-upsell__title { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--color-primary); margin-bottom: var(--spacing-sm); }
.product-sauce-upsell__grid { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.product-sauce-upsell__item { display: flex; align-items: center; gap: 0.4rem; border: 1px solid var(--color-border); border-radius: 50px; padding: 0.3rem 0.8rem; font-size: 0.8rem; transition: border-color 0.15s, background 0.15s; }
.product-sauce-upsell__item:hover { border-color: var(--color-primary); background: #fff5f3; }
.product-sauce-upsell__name { font-weight: 600; }
.product-sauce-upsell__price { color: var(--color-primary); font-weight: 700; }

/* === PRODUCT SINGLE === */
.woocommerce div.product { max-width: var(--max-width); margin-inline: auto; padding: var(--spacing-xl) var(--spacing-lg); display: grid; grid-template-columns: 1fr 1fr; gap: var(--spacing-2xl); align-items: start; }
.woocommerce div.product .woocommerce-product-gallery { border-radius: var(--radius); overflow: hidden; }
.woocommerce div.product .woocommerce-product-gallery img { width: 100%; border-radius: var(--radius); }
.woocommerce div.product .product_title { font-size: 2rem; font-weight: 700; margin-bottom: var(--spacing-md); }
.woocommerce div.product .price { font-size: 1.75rem; font-weight: 700; color: var(--color-primary); margin-bottom: var(--spacing-lg); }
.woocommerce div.product .woocommerce-product-details__short-description { opacity: 0.8; line-height: 1.8; margin-bottom: var(--spacing-lg); }
.woocommerce div.product form.cart { display: flex; align-items: center; gap: var(--spacing-md); margin-bottom: var(--spacing-lg); }
.woocommerce div.product form.cart .qty { width: 64px; padding: 0.5rem; border: 1px solid var(--color-border); border-radius: var(--radius); text-align: center; font-size: 1rem; }
.woocommerce div.product form.cart .single_add_to_cart_button { background: #D5FC6B; color: rgb(247, 62, 31); border: none; padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 600; cursor: pointer; transition: background 0.2s; }
.woocommerce div.product form.cart .single_add_to_cart_button:hover { background: #c4f050; }

/* === WOOCOMMERCE NOTICES — branded === */
.woocommerce-notices-wrapper { max-width: var(--max-width); margin-inline: auto; padding-inline: var(--spacing-lg); }
.woocommerce-notices-wrapper:empty { padding: 0; margin: 0; }
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    list-style: none;
    padding: 14px 18px;
    border-radius: 12px;
    margin: var(--spacing-md) 0;
    font-family: 'Nunito', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    border: none !important;
    box-shadow: 0 2px 12px rgba(173,82,7,0.06);
    line-height: 1.5;
}
.woocommerce-error { background: #ffe3dc; color: #8b1f08; border-left: 4px solid #F73E1F !important; }
.woocommerce-info { background: #fff3d9; color: #7a5c00; border-left: 4px solid #d4a017 !important; }
.woocommerce-message { background: #e6f4ea; color: #1a5f4a; border-left: 4px solid #2c8c8c !important; }
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a { color: inherit; text-decoration: underline; font-weight: 800; }
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover { opacity: 0.8; }
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li { padding: 0; margin: 0; }
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { display: none; }

/* === HAMUR CART === */
.hamur-cart { background: var(--color-bg); padding: var(--spacing-xl) 0 var(--spacing-2xl); }

/* Cart banner: minimum order status */
.hamur-cart-banner { border-radius: 14px; padding: 16px 20px; margin-bottom: var(--spacing-lg); box-shadow: 0 2px 12px rgba(173,82,7,0.06); }
.hamur-cart-banner--warn { background: #fff3d9; border-left: 5px solid #d4a017; }
.hamur-cart-banner--ok { background: #e6f4ea; border-left: 5px solid #2c8c8c; }
.hamur-cart-banner__main { display: flex; gap: 14px; align-items: flex-start; }
.hamur-cart-banner__icon { font-size: 1.5rem; line-height: 1.2; flex-shrink: 0; }
.hamur-cart-banner--warn .hamur-cart-banner__icon { color: #d4a017; }
.hamur-cart-banner--ok .hamur-cart-banner__icon { color: #2c8c8c; }
.hamur-cart-banner__main strong { display: block; font-family: 'Nunito', sans-serif; font-size: 1.05rem; font-weight: 800; line-height: 1.3; margin-bottom: 4px; }
.hamur-cart-banner--warn .hamur-cart-banner__main strong { color: #7a5c00; }
.hamur-cart-banner--ok .hamur-cart-banner__main strong { color: #1a5f4a; }
.hamur-cart-banner__main span { display: block; font-family: 'Poppins', sans-serif; font-size: 0.92rem; font-weight: 300; line-height: 1.55; color: #5a4a18; }
.hamur-cart-banner--ok .hamur-cart-banner__main span { color: #1a5f4a; }
.hamur-cart__container { max-width: var(--max-width); margin-inline: auto; padding-inline: var(--spacing-lg); }
.hamur-cart__header { margin-bottom: var(--spacing-xl); }
.hamur-cart__title { font-family: 'Nunito', sans-serif; font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; color: #F73E1F; line-height: 1.1; }
.hamur-cart__subtitle { font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 300; color: #AD5207; margin-top: 4px; }

.hamur-cart__layout { display: grid; grid-template-columns: 1fr 360px; gap: var(--spacing-xl); align-items: start; }
.hamur-cart__items { display: flex; flex-direction: column; gap: 12px; }

/* === Cart group (one parent product, multiple variation lines) === */
.hamur-cart-group { background: #fff; border-radius: 16px; padding: var(--spacing-md) var(--spacing-lg); box-shadow: 0 2px 12px rgba(173,82,7,0.06); }
.hamur-cart-group__header { display: flex; align-items: center; gap: var(--spacing-md); padding-bottom: 12px; border-bottom: 1px solid var(--color-border); margin-bottom: 8px; }
.hamur-cart-group__thumb { display: block; width: 64px; height: 64px; flex-shrink: 0; border-radius: 12px; overflow: hidden; background: #fdf4d6; }
.hamur-cart-group__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hamur-cart-group__title-wrap { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hamur-cart-group__title { font-family: 'Nunito', sans-serif; font-size: 1.15rem; font-weight: 800; line-height: 1.2; margin: 0; }
.hamur-cart-group__title a { color: #F73E1F; transition: opacity 0.15s; }
.hamur-cart-group__title a:hover { opacity: 0.75; }
.hamur-cart-group__count { font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 400; color: #AD5207; }
.hamur-cart-group__lines { display: flex; flex-direction: column; }

.hamur-cart-line { display: grid; grid-template-columns: 1fr auto auto auto; gap: var(--spacing-md); align-items: center; padding: 10px 0; border-bottom: 1px solid var(--color-border); }
.hamur-cart-line:last-child { border-bottom: none; padding-bottom: 4px; }
.hamur-cart-line__variation { font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 700; color: #1a1a1a; }
.hamur-cart-line__qty .hamur-qty-btn { width: 28px; height: 28px; font-size: 1.1rem; }
.hamur-cart-line__price { font-family: 'Nunito', sans-serif; font-size: 1.05rem; font-weight: 800; color: #F73E1F; min-width: 80px; text-align: right; }
.hamur-cart-line__remove { width: 28px; height: 28px; border-radius: 50%; background: var(--color-bg); color: #AD5207; font-size: 1.1rem; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background 0.15s, color 0.15s; }
.hamur-cart-line__remove:hover { background: #F73E1F; color: #fff; }

/* Legacy alias kept for the input itself */
.hamur-qty { display: inline-flex; align-items: center; border: 2px solid var(--color-border); border-radius: 50px; padding: 2px 6px; }
.hamur-cart-item__qty-input { width: 52px; border: none; background: none; text-align: center; font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 700; color: #1a1a1a; -moz-appearance: textfield; padding: 0 4px; }
.hamur-cart-item__qty-input::-webkit-outer-spin-button,
.hamur-cart-item__qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.hamur-cart__back { display: inline-block; margin-top: var(--spacing-md); font-family: 'Nunito', sans-serif; font-size: 0.9rem; font-weight: 700; color: #AD5207; text-decoration: none; }
.hamur-cart__back:hover { color: #F73E1F; }

.hamur-cart__summary-inner { background: #fff; border-radius: 16px; padding: var(--spacing-lg); position: sticky; top: calc(var(--header-height) + 16px); box-shadow: 0 2px 14px rgba(173,82,7,0.08); }
.hamur-cart__summary-title { font-family: 'Nunito', sans-serif; font-size: 1.25rem; font-weight: 800; color: #1a1a1a; margin-bottom: var(--spacing-md); }

.hamur-cart-totals__list { margin: 0 0 var(--spacing-md); }
.hamur-cart-totals__row { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--color-border); font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 300; color: #1a1a1a; gap: 12px; }
.hamur-cart-totals__row dt { font-weight: 600; }
.hamur-cart-totals__row dd { margin: 0; text-align: right; }
.hamur-cart-totals__row--total { border-bottom: none; padding-top: var(--spacing-md); font-family: 'Nunito', sans-serif; font-size: 1.1rem; }
.hamur-cart-totals__row--total dt { font-weight: 800; }
.hamur-cart-totals__row--total dd { font-size: 1.5rem; font-weight: 900; color: #F73E1F; }
.hamur-shipping-upsell { display: flex; align-items: flex-start; gap: 10px; background: #fff3d9; border-left: 3px solid #d4a017; border-radius: 8px; padding: 10px 12px; margin: 8px 0; font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 300; color: #7a5c00; line-height: 1.45; }
.hamur-shipping-upsell__icon { font-size: 1.1rem; flex-shrink: 0; }
.hamur-shipping-upsell__text strong { font-family: 'Nunito', sans-serif; font-weight: 800; color: #b8500e; }
.hamur-cart-totals__checkout { margin-top: var(--spacing-md); }
.hamur-cart-totals__checkout .checkout-button,
.hamur-cart-totals__checkout .wc-proceed-to-checkout a { display: block; width: 100%; text-align: center; background: #D5FC6B; color: rgb(247, 62, 31) !important; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 1rem; padding: 14px 24px; border-radius: 50px; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; box-shadow: 0 4px 16px rgba(213,252,107,0.5); }
.hamur-cart-totals__checkout .checkout-button:hover,
.hamur-cart-totals__checkout .wc-proceed-to-checkout a:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(213,252,107,0.65); }

.hamur-cart__trust { margin-top: var(--spacing-lg); padding-top: var(--spacing-md); border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 6px; }
.hamur-cart__trust-item { font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 300; color: #AD5207; margin: 0; }

/* === HAMUR CHECKOUT === */
.hamur-checkout { background: var(--color-bg); padding: var(--spacing-sm) 0 var(--spacing-2xl); }
.hamur-checkout__container { max-width: var(--max-width); margin-inline: auto; padding-inline: var(--spacing-lg); }
.hamur-checkout__header { margin-bottom: var(--spacing-lg); }
.hamur-checkout__title { font-family: 'Nunito', sans-serif; font-size: clamp(1.5rem, 2.5vw, 1.85rem); font-weight: 800; color: #F73E1F; line-height: 1.1; }
.hamur-checkout__subtitle { font-family: 'Poppins', sans-serif; font-size: 0.9rem; font-weight: 300; color: #AD5207; margin-top: 2px; }
.hamur-checkout__header { margin-bottom: var(--spacing-md); }

.hamur-checkout__layout { display: grid; grid-template-columns: 1fr 360px; gap: var(--spacing-md); align-items: start; }
.hamur-checkout__main { display: flex; flex-direction: column; gap: var(--spacing-md); }

.hamur-checkout__section { background: #fff; border-radius: 16px; padding: var(--spacing-md) var(--spacing-lg); box-shadow: 0 2px 12px rgba(173,82,7,0.06); }
/* Trim bottom spacing inside the section */
.hamur-checkout__section #customer_details { gap: 8px; margin-bottom: 0; }
.hamur-checkout__section .woocommerce-additional-fields,
.hamur-checkout__section .woocommerce-billing-fields,
.hamur-checkout__section .woocommerce-shipping-fields { margin-bottom: 0; padding-bottom: 0; }
.hamur-checkout__section .form-row:last-child { margin-bottom: 0; }
/* Drop empty wrappers */
.hamur-checkout__shipping:empty,
.hamur-checkout .woocommerce-shipping-fields:not(:has(.form-row)) { display: none !important; }
.hamur-checkout__section-title { font-family: 'Nunito', sans-serif; font-size: 1.05rem; font-weight: 800; color: #1a1a1a; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.hamur-checkout__step { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: #F73E1F; color: #FDF8D6; border-radius: 50%; font-size: 0.85rem; font-weight: 800; flex-shrink: 0; }

/* Form fields — compact */
.hamur-checkout .form-row { display: flex; flex-direction: column; gap: 3px; margin-bottom: 8px; }
.hamur-checkout .form-row label { font-family: 'Nunito', sans-serif; font-size: 0.85rem; font-weight: 700; color: #1a1a1a; line-height: 1.25; }
.hamur-checkout .form-row label .required { color: #F73E1F; text-decoration: none; }
.hamur-checkout .form-row label .optional { color: #AD5207; font-weight: 400; opacity: 0.7; font-size: 0.78rem; }
.hamur-checkout .woocommerce-additional-fields h3 { display: none; }
.hamur-checkout .woocommerce-billing-fields h3 { font-size: 0.95rem; margin: 0 0 10px; }
.hamur-checkout .woocommerce-shipping-fields { display: none; }
.hamur-checkout .form-row input[type="text"],
.hamur-checkout .form-row input[type="email"],
.hamur-checkout .form-row input[type="tel"],
.hamur-checkout .form-row input[type="password"],
.hamur-checkout .form-row textarea,
.hamur-checkout .form-row select,
.hamur-checkout .form-row .select2-selection { font-family: 'Poppins', sans-serif; font-size: 0.95rem; padding: 9px 12px; border: 2px solid var(--color-border); border-radius: 8px; background: #fff; color: #1a1a1a; transition: border-color 0.15s; width: 100%; min-height: 40px; }
.hamur-checkout .form-row textarea { min-height: 0; resize: vertical; line-height: 1.4; }
.hamur-checkout #order_comments { height: 64px; }
.hamur-checkout .form-row input:focus,
.hamur-checkout .form-row textarea:focus,
.hamur-checkout .form-row select:focus { outline: none; border-color: #F73E1F; }
.hamur-checkout .form-row.woocommerce-validated input,
.hamur-checkout .form-row.woocommerce-validated select { border-color: #2c8c8c; }
.hamur-checkout .form-row.woocommerce-invalid input,
.hamur-checkout .form-row.woocommerce-invalid select { border-color: #F73E1F; }
.hamur-checkout .select2-selection { display: flex; align-items: center; padding: 0 14px; }
.hamur-checkout .form-row-first,
.hamur-checkout .form-row-last { display: inline-flex; flex-direction: column; gap: 4px; width: calc(50% - 6px); vertical-align: top; }
.hamur-checkout .form-row-first { margin-right: 12px; }
.hamur-checkout .form-row-wide { width: 100%; }

#customer_details { display: grid; grid-template-columns: 1fr; gap: var(--spacing-md); }
.hamur-checkout__billing,
.hamur-checkout__shipping { display: contents; }

.hamur-checkout .woocommerce-additional-fields h3,
.hamur-checkout .woocommerce-billing-fields h3,
.hamur-checkout .woocommerce-shipping-fields h3 { font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 700; color: #1a1a1a; margin: var(--spacing-md) 0 12px; }

/* Hide shipping address fields when pickup */
.hamur-checkout .form-row.hamur-hidden-field { display: none !important; }

/* === Aside / Order summary === */
.hamur-checkout__aside-inner { background: #fff; border-radius: 16px; padding: var(--spacing-md); position: sticky; top: calc(var(--header-height) + 12px); box-shadow: 0 2px 14px rgba(173,82,7,0.08); }
.hamur-checkout__aside-title { font-family: 'Nunito', sans-serif; font-size: 1.15rem; font-weight: 800; color: #1a1a1a; margin-bottom: var(--spacing-md); }

.hamur-checkout #order_review { font-family: 'Poppins', sans-serif; font-size: 0.9rem; }
.hamur-checkout .shop_table { width: 100%; border-collapse: collapse; margin-bottom: 10px; }
.hamur-checkout .shop_table th,
.hamur-checkout .shop_table td { padding: 5px 0; border-bottom: 1px solid var(--color-border); font-weight: 400; vertical-align: top; line-height: 1.35; }
.hamur-checkout .shop_table thead { display: none; }
.hamur-checkout .shop_table .product-name { font-family: 'Nunito', sans-serif; font-weight: 700; color: #1a1a1a; font-size: 0.88rem; }
.hamur-checkout .shop_table .product-name .product-quantity { color: #AD5207; font-weight: 400; margin-left: 4px; }
.hamur-checkout .shop_table .product-name dl { font-size: 0.75rem; color: #AD5207; margin: 0; font-weight: 400; display: inline; }
.hamur-checkout .shop_table .product-name dl dt { display: inline; font-weight: 600; }
.hamur-checkout .shop_table .product-name dl dd { display: inline; margin: 0 6px 0 0; }
.hamur-checkout .shop_table .product-total { text-align: right; font-family: 'Nunito', sans-serif; font-weight: 700; color: #1a1a1a; white-space: nowrap; }
.hamur-checkout .shop_table .cart-subtotal th,
.hamur-checkout .shop_table .shipping th,
.hamur-checkout .shop_table .order-total th { font-family: 'Nunito', sans-serif; font-weight: 700; }
.hamur-checkout .shop_table .order-total th,
.hamur-checkout .shop_table .order-total td { font-size: 1.05rem; padding-top: 14px; border-bottom: none; }
.hamur-checkout .shop_table .order-total .amount { font-family: 'Nunito', sans-serif; font-weight: 900; color: #F73E1F; font-size: 1.35rem; }

/* Shipping method as visual radios in order review */
.hamur-checkout #shipping_method { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.hamur-checkout #shipping_method li { padding: 10px 12px; border: 2px solid var(--color-border); border-radius: 10px; transition: border-color 0.15s, background 0.15s; cursor: pointer; }
.hamur-checkout #shipping_method li:has(input:checked) { border-color: #F73E1F; background: rgba(247,62,31,0.04); }
.hamur-checkout #shipping_method input[type="radio"] { accent-color: #F73E1F; margin-right: 8px; }
.hamur-checkout #shipping_method label { font-family: 'Nunito', sans-serif; font-weight: 700; color: #1a1a1a; cursor: pointer; }
.hamur-checkout .woocommerce-shipping-destination { font-family: 'Poppins', sans-serif; font-size: 0.85rem; color: #AD5207; opacity: 0.8; margin-top: 8px; }

/* Payment methods */
.hamur-checkout .wc_payment_methods { list-style: none; margin: 0 0 var(--spacing-md); padding: 0; display: flex; flex-direction: column; gap: 8px; }
.hamur-checkout .wc_payment_method { padding: 12px 14px; border: 2px solid var(--color-border); border-radius: 10px; transition: border-color 0.15s, background 0.15s; }
.hamur-checkout .wc_payment_method:has(input:checked) { border-color: #F73E1F; background: rgba(247,62,31,0.04); }
.hamur-checkout .wc_payment_method input[type="radio"] { accent-color: #F73E1F; margin-right: 8px; }
.hamur-checkout .wc_payment_method label { font-family: 'Nunito', sans-serif; font-weight: 700; color: #1a1a1a; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.hamur-checkout .wc_payment_method label img { max-height: 24px; width: auto; }
.hamur-checkout .wc_payment_method .payment_box { font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 300; color: #AD5207; padding: 10px 0 0; line-height: 1.5; }

/* Terms + place order */
.hamur-checkout .woocommerce-terms-and-conditions-wrapper { font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 300; line-height: 1.5; color: #AD5207; margin-bottom: var(--spacing-md); }
.hamur-checkout .woocommerce-terms-and-conditions-wrapper a { color: #F73E1F; text-decoration: underline; }
.hamur-checkout #place_order { display: block; width: 100%; background: #D5FC6B; color: rgb(247, 62, 31); font-family: 'Nunito', sans-serif; font-size: 1.05rem; font-weight: 800; padding: 16px 24px; border: none; border-radius: 50px; cursor: pointer; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; box-shadow: 0 4px 18px rgba(213,252,107,0.5); }
.hamur-checkout #place_order:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(213,252,107,0.65); }
.hamur-checkout #place_order:disabled { opacity: 0.6; cursor: not-allowed; }

/* Trust signals */
.hamur-checkout__trust { margin-top: var(--spacing-lg); padding-top: var(--spacing-md); border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 4px; }
.hamur-checkout__trust p { font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 300; color: #AD5207; margin: 0; }

/* Shipping info notice */
.hamur-checkout__shipping-info { margin-top: var(--spacing-lg); padding: 14px 16px; background: var(--color-bg); border-left: 4px solid #d4a017; border-radius: 8px; }
.hamur-checkout__shipping-info strong { display: block; font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 800; color: #7a5c00; margin-bottom: 6px; }
.hamur-checkout__shipping-info p { font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 300; line-height: 1.55; color: #7a5c00; margin: 0; }
.hamur-checkout__shipping-info p strong { display: inline; font-size: inherit; margin: 0; }

/* Empty cart */
.hamur-cart-empty { padding: var(--spacing-2xl) var(--spacing-lg); text-align: center; }
.hamur-cart-empty__inner { max-width: 480px; margin-inline: auto; }
.hamur-cart-empty__image { width: 240px; height: auto; margin: 0 auto var(--spacing-lg); display: block; }
.hamur-cart-empty__title { font-family: 'Nunito', sans-serif; font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 800; color: #F73E1F; margin-bottom: 12px; }
.hamur-cart-empty__text { font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 300; line-height: 1.6; color: #AD5207; margin-bottom: var(--spacing-lg); }

/* Hidden update cart button */
.hamur-cart__items button.hidden { display: none; }
.woocommerce-cart .cart_totals table td, .woocommerce-cart .cart_totals table th { padding: var(--spacing-sm) 0; border-bottom: 1px solid var(--color-border); }
.woocommerce-cart .cart_totals .checkout-button { display: block; text-align: center; background: #D5FC6B; color: rgb(247, 62, 31); padding: 0.875rem; border-radius: var(--radius); font-weight: 600; font-size: 1rem; transition: background 0.2s; }
.woocommerce-cart .cart_totals .checkout-button:hover { background: #c4f050; }

/* === CHECKOUT === */
.woocommerce-checkout .woocommerce { max-width: var(--max-width); margin-inline: auto; padding: var(--spacing-xl) var(--spacing-lg); }
#billing_address_2_field label { position: static !important; height: auto !important; width: auto !important; overflow: visible !important; clip: auto !important; clip-path: none !important; }
.woocommerce-checkout #customer_details { margin-bottom: var(--spacing-xl); }
.woocommerce-checkout h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: var(--spacing-lg); padding-bottom: var(--spacing-sm); border-bottom: 2px solid var(--color-border); }
.woocommerce-checkout .form-row { margin-bottom: var(--spacing-md); }
.woocommerce-checkout .form-row label { display: block; font-weight: 500; margin-bottom: var(--spacing-xs); font-size: 0.9rem; }
.woocommerce-checkout .form-row input[type="text"],
.woocommerce-checkout .form-row input[type="email"],
.woocommerce-checkout .form-row input[type="tel"],
.woocommerce-checkout .form-row select { width: 100%; padding: 0.6rem 0.75rem; border: 1px solid var(--color-border); border-radius: var(--radius); font-size: 0.95rem; background: white; }
.woocommerce-checkout .form-row input:focus, .woocommerce-checkout .form-row select:focus { outline: 2px solid var(--color-primary); border-color: transparent; }
.woocommerce-checkout #order_review_heading { font-size: 1.25rem; font-weight: 700; margin-bottom: var(--spacing-lg); padding-bottom: var(--spacing-sm); border-bottom: 2px solid var(--color-border); }
.woocommerce-checkout table.shop_table { width: 100%; border-collapse: collapse; margin-bottom: var(--spacing-lg); }
.woocommerce-checkout table.shop_table td, .woocommerce-checkout table.shop_table th { padding: var(--spacing-sm) 0; border-bottom: 1px solid var(--color-border); font-size: 0.95rem; }
.woocommerce-checkout #place_order { width: 100%; background: #D5FC6B; color: rgb(247, 62, 31); border: none; padding: 1rem; border-radius: var(--radius); font-size: 1.1rem; font-weight: 700; cursor: pointer; transition: background 0.2s; margin-top: var(--spacing-lg); }
.woocommerce-checkout #place_order:hover { background: #c4f050; }
.woocommerce-checkout .woocommerce-privacy-policy-text { font-size: 0.8rem; opacity: 0.6; margin-top: var(--spacing-sm); }

/* === CART PAYMENT STRIP === */
.cart-payment-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; padding: 0.6rem 0.75rem; background: #f9fafb; border: 1px solid var(--color-border); border-radius: var(--radius); font-size: 0.78rem; }
.cart-payment-strip__label { color: #666; font-weight: 500; }
.cart-payment-strip__methods { display: flex; gap: 0.35rem; }
.cart-payment-strip__method { font-size: 0.72rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; border: 1px solid #d1d5db; color: #374151; background: white; letter-spacing: 0.02em; }
.cart-payment-strip__method--blik { background: #00477e; color: white; border-color: #00477e; }
.cart-payment-strip__method--card { background: #1a1f71; color: white; border-color: #1a1f71; }
.cart-payment-strip__lock { color: #16a34a; font-weight: 600; }

/* === THANK YOU === */
.woocommerce-order-received .woocommerce { max-width: 680px; margin-inline: auto; padding: var(--spacing-xl) var(--spacing-lg); text-align: center; }
.woocommerce-order-received .woocommerce-thankyou-section h2 { font-size: 2rem; font-weight: 700; margin-bottom: var(--spacing-md); }
.woocommerce-order-received .woocommerce-order-overview { display: flex; gap: var(--spacing-lg); justify-content: center; flex-wrap: wrap; list-style: none; margin: var(--spacing-xl) 0; background: var(--color-white); border-radius: var(--radius); padding: var(--spacing-lg); border: 1px solid var(--color-border); }
.woocommerce-order-received .woocommerce-order-overview li { font-size: 0.9rem; }
.woocommerce-order-received .woocommerce-order-overview li strong { display: block; font-size: 1.1rem; }

/* === HAMUR PRODUCT PAGE === */
.hamur-product { max-width: var(--max-width); margin-inline: auto; padding: var(--spacing-xl) var(--spacing-lg) var(--spacing-2xl); }
.hamur-product__main { display: grid; grid-template-columns: 1fr 1fr; gap: var(--spacing-2xl); align-items: start; }
.hamur-product__gallery { position: sticky; top: calc(var(--header-height) + 16px); }
.hamur-product__image { border-radius: 22px; overflow: hidden; background: #fdf4d6; aspect-ratio: 1 / 1; }
.hamur-product__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.2s; }
.hamur-product__thumbs { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; margin-top: 12px; }
.hamur-product__thumb { background: none; border: 2px solid var(--color-border); border-radius: 8px; padding: 0; cursor: pointer; overflow: hidden; aspect-ratio: 1 / 1; transition: border-color 0.15s; }
.hamur-product__thumb:hover { border-color: #F73E1F; }
.hamur-product__thumb.is-active { border-color: #F73E1F; box-shadow: 0 0 0 2px rgba(247,62,31,0.2); }
.hamur-product__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hamur-product__info { display: flex; flex-direction: column; gap: var(--spacing-md); }
.hamur-product__title { font-family: 'Nunito', sans-serif; font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; color: #F73E1F; line-height: 1.1; }
.hamur-product__rating { display: inline-flex; align-items: center; gap: 12px; margin-top: -4px; }
.hamur-product__stars { color: #f5c518; font-size: 1.75rem; letter-spacing: 4px; line-height: 1; }
.hamur-product__rating-label { font-family: 'Nunito', sans-serif; font-size: 1.05rem; font-weight: 700; color: #AD5207; }
.hamur-product__price { font-family: 'Nunito', sans-serif; font-size: 2rem; font-weight: 800; color: #1a1a1a; }
.hamur-product__price del { opacity: 0.45; font-weight: 400; font-size: 1.25rem; margin-right: 8px; }
.hamur-product__short-desc { font-family: 'Poppins', sans-serif; font-size: 1rem; line-height: 1.6; color: #AD5207; font-weight: 300; }
.hamur-product__short-desc p { margin: 0; }

.hamur-variation-selector { border: none; padding: 0; margin: var(--spacing-md) 0 0; }
.hamur-variation-selector--shake { animation: hamurShake 0.5s ease-in-out; }
@keyframes hamurShake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-8px); }
    40% { transform: translateX(8px); }
    60% { transform: translateX(-6px); }
    80% { transform: translateX(6px); }
}
.hamur-variation-selector__label { font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 700; color: #1a1a1a; margin-bottom: 12px; padding: 0; }
.hamur-variation-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; }
.hamur-variation-card { position: relative; cursor: pointer; background: #fff; border: 2px solid var(--color-border); border-radius: 12px; padding: 10px; display: flex; flex-direction: column; align-items: center; gap: 8px; transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s; text-align: center; }
.hamur-variation-card:hover { border-color: #F73E1F; transform: translateY(-2px); }
.hamur-variation-card.is-selected { border-color: #F73E1F; box-shadow: 0 0 0 3px rgba(247,62,31,0.15); }
.hamur-variation-card input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.hamur-variation-card__img { position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 8px; overflow: hidden; background: #fdf4d6; }
.hamur-variation-card__count-badge { position: absolute; top: 6px; right: 6px; background: #F73E1F; color: #FDF8D6; font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 0.95rem; padding: 4px 10px; border-radius: 50px; line-height: 1; box-shadow: 0 2px 8px rgba(247,62,31,0.35); letter-spacing: 0.02em; }
.hamur-variation-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hamur-variation-card__name { font-family: 'Nunito', sans-serif; font-size: 0.85rem; font-weight: 700; color: #1a1a1a; line-height: 1.2; }
.hamur-variation-card.is-selected .hamur-variation-card__name { color: #F73E1F; }

.single_variation_wrap { margin-top: var(--spacing-md); }
.woocommerce-variation { display: none !important; }
.hamur-product__cart { display: flex; align-items: stretch; gap: 12px; flex-wrap: wrap; }
.hamur-product__qty { display: inline-flex; align-items: center; border: 2px solid var(--color-border); border-radius: 50px; padding: 4px 6px; }
.hamur-qty-btn { background: none; border: none; width: 32px; height: 32px; font-size: 1.25rem; color: #F73E1F; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.hamur-qty-btn:hover { background: rgba(247,62,31,0.1); border-radius: 50%; }
.hamur-qty-input { width: 44px; border: none; background: none; text-align: center; font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 700; color: #1a1a1a; -moz-appearance: textfield; }
.hamur-qty-input::-webkit-outer-spin-button,
.hamur-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.hamur-product__add-to-cart { flex: 1; min-width: 200px; padding: 14px 28px; font-size: 1rem; }
.hamur-product__add-to-cart:disabled { opacity: 0.6; cursor: not-allowed; }

/* === MIN ORDER NOTICE (product page) === */
.hamur-min-order { margin-top: var(--spacing-sm); background: #e8f1fb; border-left: 3px solid #4a7fb5; border-radius: 8px; padding: 8px 12px; transition: background 0.3s, border-color 0.3s; }
.hamur-min-order--ok { background: #e6f4ea; border-left-color: #2c8c8c; }
.hamur-min-order__main { display: flex; gap: 8px; align-items: center; font-family: 'Nunito', sans-serif; color: #1a4d7d; font-size: 0.85rem; line-height: 1.4; }
.hamur-min-order--ok .hamur-min-order__main { color: #1a5f4a; }
.hamur-min-order__icon { font-size: 0.95rem; flex-shrink: 0; }
.hamur-min-order__main strong { font-weight: 700; }

/* === FLAVOR TABS (full width, centered) === */
.hamur-flavor-tabs { margin-top: var(--spacing-2xl); }
.hamur-flavor-tabs__nav { display: flex; justify-content: center; gap: 8px; margin-bottom: var(--spacing-xl); flex-wrap: wrap; }
.hamur-flavor-tabs__tab { background: transparent; border: 2px solid var(--color-border); padding: 10px 22px; border-radius: 50px; font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 700; color: #AD5207; cursor: pointer; transition: all 0.2s; letter-spacing: 0.01em; }
.hamur-flavor-tabs__tab:hover { border-color: #F73E1F; color: #F73E1F; transform: translateY(-1px); }
.hamur-flavor-tabs__tab.is-active { background: #F73E1F; border-color: #F73E1F; color: #FDF8D6; box-shadow: 0 4px 14px rgba(247,62,31,0.25); }
.hamur-flavor-tabs__panel[hidden] { display: none; }
.hamur-flavor-tabs__panel-inner { background: #fff; border-radius: 16px; padding: var(--spacing-xl); display: grid; grid-template-columns: 1fr 280px; gap: var(--spacing-xl); align-items: start; box-shadow: 0 2px 16px rgba(173,82,7,0.08); }
.hamur-flavor-tabs__rich { font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 300; line-height: 1.7; color: #4a3318; }
.hamur-flavor-tabs__rich h2 { font-family: 'Nunito', sans-serif; font-size: 1.6rem; font-weight: 800; color: #F73E1F; margin-bottom: 14px; line-height: 1.15; }
.hamur-flavor-tabs__rich h3 { font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 800; color: #F73E1F; margin: 1.4em 0 0.5em; text-transform: uppercase; letter-spacing: 0.06em; }
.hamur-flavor-tabs__rich p { margin: 0 0 1em; }
.hamur-flavor-tabs__rich p:last-child { margin-bottom: 0; }
.hamur-flavor-tabs__rich ul { margin: 0 0 1em; padding-left: 1.2em; list-style: disc; }
.hamur-flavor-tabs__rich ul li { margin-bottom: 0.4em; }

.hamur-flavor-tabs__quick { background: var(--color-bg); border-radius: 12px; padding: var(--spacing-lg); align-self: start; }
.hamur-flavor-tabs__quick h3 { font-family: 'Nunito', sans-serif; font-size: 0.85rem; font-weight: 800; color: #F73E1F; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.hamur-flavor-tabs__quick ul { margin: 0; padding-left: 1.1em; list-style: disc; font-family: 'Poppins', sans-serif; font-size: 0.92rem; font-weight: 300; line-height: 1.6; color: #AD5207; }
.hamur-flavor-tabs__quick ul li { margin-bottom: 0.5em; }
.hamur-flavor-tabs__quick ul li:last-child { margin-bottom: 0; }

/* === PRODUCT DESCRIPTION === */
.hamur-product__description { margin-top: var(--spacing-2xl); padding-top: var(--spacing-xl); border-top: 1px solid var(--color-border); }
.hamur-product__section-title { font-family: 'Nunito', sans-serif; font-size: 1.5rem; font-weight: 800; color: #F73E1F; margin-bottom: var(--spacing-md); }
.hamur-product__description-body { font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 300; line-height: 1.7; color: #AD5207; max-width: 760px; }

/* === REVIEWS === */
.hamur-product__rating { text-decoration: none; transition: opacity 0.15s; }
.hamur-product__rating:hover { opacity: 0.75; }
.hamur-reviews { margin-top: var(--spacing-2xl); padding-top: var(--spacing-xl); border-top: 1px solid var(--color-border); scroll-margin-top: calc(var(--header-height) + 16px); }
.hamur-reviews__header { text-align: center; margin-bottom: var(--spacing-xl); }
.hamur-reviews__summary { display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hamur-reviews__big-rating { font-family: 'Nunito', sans-serif; font-size: 2.5rem; font-weight: 900; color: #F73E1F; line-height: 1; }
.hamur-reviews__big-stars { color: #f5c518; font-size: 1.5rem; letter-spacing: 3px; line-height: 1; }
.hamur-reviews__big-count { font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 400; color: #AD5207; }
.hamur-reviews__empty { font-family: 'Poppins', sans-serif; font-size: 1rem; color: #AD5207; max-width: 500px; margin: 0 auto; }
.hamur-reviews__success-banner { background: #e6f4ea; border-left: 4px solid #2c8c8c; color: #1a5f4a; font-family: 'Nunito', sans-serif; font-size: 0.95rem; padding: 14px 18px; border-radius: 8px; margin-bottom: var(--spacing-lg); max-width: 720px; margin-inline: auto; }
.hamur-reviews__success-banner strong { display: block; margin-bottom: 4px; font-weight: 800; }
.hamur-reviews__list { max-width: 720px; margin-inline: auto; display: flex; flex-direction: column; gap: var(--spacing-md); }
.hamur-review { background: #fff; border-radius: 14px; padding: var(--spacing-lg); box-shadow: 0 2px 12px rgba(173,82,7,0.08); }
.hamur-review__top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.hamur-review__avatar { width: 40px; height: 40px; border-radius: 50%; background: #F73E1F; color: #FDF8D6; font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; text-transform: uppercase; }
.hamur-review__meta { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.hamur-review__author { font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 700; color: #1a1a1a; }
.hamur-review__date { font-family: 'Poppins', sans-serif; font-size: 0.8rem; font-weight: 300; color: #AD5207; opacity: 0.75; }
.hamur-review__stars { color: #f5c518; font-size: 0.95rem; letter-spacing: 2px; flex-shrink: 0; }
.hamur-review__text { font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 300; line-height: 1.65; color: #4a3318; margin: 0; }
.hamur-review--hidden { display: none !important; }
.hamur-reviews--expanded .hamur-review--hidden { display: block !important; }

.hamur-reviews__more-wrap { display: flex; justify-content: center; margin-top: var(--spacing-lg); }
.hamur-reviews__more-btn { min-width: 280px; }

.hamur-reviews__add-btn { margin-top: var(--spacing-md); }

.hamur-review-form { max-width: 720px; margin: var(--spacing-lg) auto; background: #fff; border-radius: 16px; padding: var(--spacing-lg); box-shadow: 0 2px 14px rgba(173,82,7,0.08); }
.hamur-review-form[hidden] { display: none; }
.hamur-review-form__title { font-family: 'Nunito', sans-serif; font-size: 1.25rem; font-weight: 800; color: #F73E1F; margin-bottom: var(--spacing-md); }
.hamur-review-form__rating { display: flex; align-items: center; gap: 12px; margin-bottom: var(--spacing-md); }
.hamur-review-form__label { font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 700; color: #1a1a1a; }
.hamur-review-form__stars { display: inline-flex; flex-direction: row-reverse; gap: 2px; }
.hamur-review-form__stars input { position: absolute; opacity: 0; pointer-events: none; }
.hamur-review-form__stars label { color: #d6c89a; font-size: 1.6rem; cursor: pointer; line-height: 1; transition: color 0.15s; }
.hamur-review-form__stars label:hover,
.hamur-review-form__stars label:hover ~ label,
.hamur-review-form__stars input:checked ~ label { color: #f5c518; }
.hamur-review-form__row { display: flex; flex-direction: column; gap: 6px; margin-bottom: var(--spacing-md); }
.hamur-review-form__row label { font-family: 'Nunito', sans-serif; font-size: 0.9rem; font-weight: 700; color: #1a1a1a; }
.hamur-review-form__hint { font-weight: 400; color: #AD5207; opacity: 0.7; font-size: 0.8rem; }
.hamur-review-form__row input,
.hamur-review-form__row textarea { font-family: 'Poppins', sans-serif; font-size: 0.95rem; padding: 10px 14px; border: 2px solid var(--color-border); border-radius: 8px; background: #fff; color: #1a1a1a; transition: border-color 0.15s; }
.hamur-review-form__row input:focus,
.hamur-review-form__row textarea:focus { outline: none; border-color: #F73E1F; }
.hamur-review-form__row textarea { resize: vertical; min-height: 100px; }
.hamur-review-form__submit { width: 100%; margin-top: 8px; }
.hamur-review-form__success { text-align: center; padding: var(--spacing-md) 0; }
.hamur-review-form__success p { font-family: 'Nunito', sans-serif; font-size: 1.25rem; font-weight: 800; color: #2c8c8c; margin: 0 0 8px; }
.hamur-review-form__success-sub { font-family: 'Poppins', sans-serif !important; font-size: 0.95rem !important; font-weight: 300 !important; color: #AD5207 !important; }

/* === RESPONSIVE WOO === */
@media (max-width: 900px) { .shop-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
  .hamur-checkout { padding: var(--spacing-md) 0 80px; }
  .hamur-checkout__container { padding-inline: 10px; }
  .hamur-checkout__title { font-size: 1.5rem; }
  .hamur-checkout__subtitle { font-size: 0.9rem; }
  .hamur-checkout__layout { grid-template-columns: 1fr; gap: var(--spacing-md); }
  .hamur-checkout__main { order: 1; }
  .hamur-checkout__aside { order: 2; }
  .hamur-checkout__aside-inner { position: static; padding: var(--spacing-md); }
  .hamur-checkout__aside-title { font-size: 1rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; margin-bottom: 0; }
  .hamur-checkout__aside-title::after { content: '▾'; font-size: 0.8rem; opacity: 0.6; transition: transform 0.2s; }
  .hamur-checkout__aside--collapsed .hamur-checkout__aside-title::after { transform: rotate(-90deg); }
  .hamur-checkout__aside--collapsed > * + * { display: none; }
  .hamur-checkout__aside--collapsed .hamur-checkout__aside-title { margin-bottom: 0; }
  .hamur-checkout__section { padding: var(--spacing-md) 14px; }
  .hamur-checkout__aside-inner { padding: var(--spacing-md) 14px; }
  .hamur-checkout .form-row-first,
  .hamur-checkout .form-row-last { width: 100%; margin-right: 0; }
  .hamur-checkout #place_order { position: fixed; bottom: 0; left: 0; right: 0; border-radius: 0; padding: 14px 20px; box-shadow: 0 -4px 20px rgba(0,0,0,0.15); z-index: 50; }
  .hamur-cart__layout { grid-template-columns: 1fr; gap: var(--spacing-md); }
  .hamur-cart__summary-inner { position: static; }
}
@media (max-width: 768px) {
  /* Variation cards as compact buttons (no image) on mobile */
  .hamur-variation-cards { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .hamur-variation-card { padding: 12px 14px; flex-direction: row; justify-content: center; gap: 6px; min-height: 48px; }
  .hamur-variation-card__img { display: none; }
  .hamur-variation-card__name { font-size: 0.95rem; }
  .hamur-variation-card__count-badge { position: static; padding: 2px 8px; font-size: 0.8rem; }

  .hamur-product__main { grid-template-columns: 1fr; gap: var(--spacing-lg); }
  .hamur-product__gallery { position: static; }
  .hamur-product { padding-top: var(--spacing-md); }
  .hamur-product__stars { font-size: 1.4rem; letter-spacing: 2px; }
  .hamur-flavor-tabs { margin-top: var(--spacing-lg); }
  .hamur-product__title { font-size: 1.75rem; }
  .hamur-flavor-tabs__panel-inner { grid-template-columns: 1fr; gap: var(--spacing-md); padding: var(--spacing-md); }
  .hamur-flavor-tabs__nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 0; margin-left: 0; margin-right: 0; }
  .hamur-flavor-tabs__tab { padding: 10px 8px; font-size: 0.85rem; white-space: nowrap; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: var(--spacing-lg); }
  .woocommerce-cart table.cart thead { display: none; }
  .woocommerce-cart table.cart td { display: block; }
}
@media (max-width: 560px) {
  /* Cart compact mobile layout */
  .hamur-cart__container { padding-inline: var(--spacing-md); }
  .hamur-cart-group { padding: var(--spacing-md); }
  .hamur-cart-group__thumb { width: 48px; height: 48px; }
  .hamur-cart-group__title { font-size: 1rem; }
  .hamur-cart-line { grid-template-columns: 1fr auto; gap: 8px 12px; row-gap: 6px; }
  .hamur-cart-line__variation { grid-column: 1; font-size: 0.9rem; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
  .hamur-cart-line__qty { grid-column: 1; justify-self: start; width: fit-content; }
  .hamur-cart-line__qty .hamur-qty { width: fit-content; }
  .hamur-cart-line__price { grid-column: 2; grid-row: 2; min-width: 0; font-size: 0.95rem; align-self: center; }
  .hamur-cart-line__remove { grid-column: 2; grid-row: 1; }
  .hamur-cart-item__qty-input { width: 36px; font-size: 0.85rem; }
  .hamur-cart-line__qty .hamur-qty-btn { width: 24px; height: 24px; font-size: 1rem; }
  .hamur-cart__summary-inner { padding: var(--spacing-md); }
  .hamur-cart-totals__row { flex-wrap: wrap; gap: 4px; }
  .hamur-cart-totals__row > span:last-child { font-size: 0.9rem; }
  .hamur-cart-totals__row--total > span:last-child { font-size: 1rem; }

  .shop-2col { gap: var(--spacing-sm); flex-wrap: nowrap; align-items: flex-start; }
  .shop-2col__col { flex: 1 1 0; min-width: 0; }
  .shop-divider__text { font-size: 0.85rem; }
  .shop-divider { padding: 8px 10px; }
  .shop-card__body { padding: var(--spacing-md); }
  .shop-card__name { font-size: 0.95rem; }
  .shop-card__price { font-size: 1rem; }
  .shop-card__btn { font-size: 0.8rem; padding: 0.5rem 0.75rem; }
  .shop-card__badge { font-size: 9px; padding: 4px 8px; letter-spacing: 0.08em; }
}
