/* Header menu underline red */
header .wp-block-navigation-item a::after,
header .wp-block-navigation-item a:hover::after,
header .wp-block-navigation-item.current-menu-item a::after,
.site-header .menu-item a::after,
.site-header .menu-item a:hover::after,
.site-header .current-menu-item a::after {
  background: #d62828 !important;
  background-color: #d62828 !important;
  border-color: #d62828 !important;
}

/* Header menu text black */
header .wp-block-navigation-item a,
header .wp-block-navigation-item a:visited,
header .wp-block-navigation-item a:hover,
header .wp-block-navigation-item a:focus,
.site-header .menu-item a,
.site-header .menu-item a:visited,
.site-header .menu-item a:hover,
.site-header .menu-item a:focus {
  color: #000000 !important;
}

/* Cart black without changing its shape */
.wc-block-mini-cart,
.wc-block-mini-cart__button,
.wc-block-mini-cart__button:hover,
.wc-block-mini-cart__button:focus,
.wc-block-mini-cart__icon,
.wc-block-mini-cart__amount {
  color: #000000 !important;
}

/* Desktop: hide hamburger */
@media screen and (min-width: 782px) {
  .wp-block-navigation__responsive-container-open {
    display: none !important;
  }
}

/* Mobile: show black hamburger */
@media screen and (max-width: 781px) {
  .wp-block-navigation__responsive-container-open {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #000000 !important;
    background: transparent !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .wp-block-navigation__responsive-container-open svg {
    width: 25px !important;
    height: 25px !important;
    fill: currentColor !important;
    stroke: none !important;
  }

  .wp-block-navigation__responsive-container-open svg path {
    fill: currentColor !important;
    stroke: none !important;
  }
}
.wc-block-mini-cart__button,
.wc-block-mini-cart__button:hover,
.wc-block-mini-cart__button:focus,
.wc-block-mini-cart__amount {
  color: #000000 !important;
}

.wc-block-mini-cart__icon,
.wc-block-mini-cart__icon path,
.wc-block-mini-cart__icon circle {
  fill: #000000 !important;
  color: #000000 !important;
}
@media screen and (max-width: 781px) {
  .wp-site-blocks > header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: #ffffff !important;
  }
}
ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title,
.wp-block-post-title {
  letter-spacing: 1.3px !important;
}
a[href*="/product/"]:not(.button):not(.add_to_cart_button) {
  font-weight: 700 !important;
  text-shadow: 0.1px 0 currentColor, -0.1px 0 currentColor !important;
}
.wp-block-gutena-tabs ul,
.wp-block-gutena-tabs li {
    list-style: none !important;
}
/* Fix oversized WooCommerce Country and State fields */
.woocommerce-billing-fields #billing_country_field,
.woocommerce-billing-fields #billing_state_field,
.woocommerce-shipping-fields #shipping_country_field,
.woocommerce-shipping-fields #shipping_state_field {
    width: 100% !important;
    max-width: 320px !important;
}

/* Fix the actual dropdowns, including Select2 */
#billing_country,
#billing_state,
#shipping_country,
#shipping_state,
#billing_country_field .select2-container,
#billing_state_field .select2-container,
#shipping_country_field .select2-container,
#shipping_state_field .select2-container {
    width: 100% !important;
    max-width: 320px !important;
    box-sizing: border-box !important;
}

/* Match the height of the other checkout fields */
.select2-container .select2-selection--single {
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 48px !important;
}
/* Add Payment Method button - make text visible */
#add_payment_method #place_order {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Keep text white on hover/click */
#add_payment_method #place_order:hover,
#add_payment_method #place_order:focus,
#add_payment_method #place_order:active {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
.research-grid .wp-block-button__link {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.25s ease;
}
body.page-id-10868 .wp-block-post-title {
    display: none !important;
}
body.page-id-10868 .post-password-form {
    max-width: 700px;
    margin: 0 auto 50px !important;
    text-align: center;
}

body.page-id-10868 .post-password-form p {
    text-align: center;
}

body.page-id-10868 .post-password-form p:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

body.page-id-10868 .post-password-form label {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.page-id-10868 .post-password-form input[type="password"] {
    height: 46px;
    width: 260px;
    padding: 0 12px;
    border: 1px solid #222;
    border-radius: 4px;
}

body.page-id-10868 .post-password-form input[type="submit"] {
    height: 46px;
    padding: 0 24px;
    background: #d52f2f;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 600px) {
    body.page-id-10868 .post-password-form p:last-child,
    body.page-id-10868 .post-password-form label {
        flex-direction: column;
    }
}