/* ================================
   AVADE LABS - COMPLETE CSS
   Last updated: May 5, 2026
================================ */

/* ================================
   PAGE BACKGROUND
================================ */

body,
body.woocommerce,
body.woocommerce-page,
.woocommerce-page #page,
.woocommerce-page #content,
.woocommerce-page main,
.woocommerce-page .site-main,
.woocommerce-page .entry-content,
#main,
.site-content,
.content-area,
.woocommerce-page,
.woocommerce {
  background: linear-gradient(135deg, #050000, #1a0000) !important;
  background-color: #050000 !important;
  color: #fff !important;
}

.woocommerce-page .woocommerce,
.woocommerce ul.products {
  background: transparent !important;
}

/* ================================
   HIDE DEFAULT THEME ELEMENTS
================================ */

div#header,
#header,
#headerimg {
  display: none !important;
}

.wp-site-blocks > hr,
hr {
  display: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer,
#colophon,
.footer-credits,
.powered-by,
p.site-info {
  display: none !important;
}

/* ================================
   SITE TITLE / LOGO
================================ */

.wp-block-site-title {
  position: relative !important;
}

.wp-block-site-title a {
  display: block !important;
  width: 180px !important;
  height: 70px !important;
  background: url('https://avadelabs.shop/wp-content/uploads/2026/04/AVADE-LOGO.jpeg') left center / contain no-repeat !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
  font-size: 0 !important;
  color: transparent !important;
}

/* ================================
   PRODUCT CARDS
================================ */

.woocommerce ul.products li.product {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,0,0,0.15) !important;
  border-radius: 16px !important;
  padding: 15px !important;
  transition: 0.3s ease !important;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 20px 50px rgba(255,0,0,0.15) !important;
  transform: translateY(-5px) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
}

/* ================================
   SALE BADGE
================================ */

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  background: linear-gradient(135deg, #cc0000, #ff1f1f) !important;
  border-radius: 50% !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  min-width: 55px !important;
  min-height: 55px !important;
  line-height: 55px !important;
  padding: 0 !important;
  box-shadow: 0 4px 15px rgba(255,0,0,0.5) !important;
  text-transform: uppercase !important;
  border: none !important;
}

/* ================================
   PRICES
================================ */

.woocommerce ul.products li.product .price {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  text-align: center !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del bdi,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
  color: rgba(255,255,255,0.45) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins bdi,
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
  color: #ff1f1f !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: inline !important;
  background: none !important;
}

/* ================================
   BUTTONS
================================ */

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button {
  background: linear-gradient(135deg, #cc0000, #ff1f1f) !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  border-radius: 10px !important;
  border: none !important;
  letter-spacing: 1px !important;
  transition: 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(255,0,0,0.3) !important;
  width: 100% !important;
  text-align: center !important;
  padding: 14px !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(255,0,0,0.5) !important;
}

/* ================================
   PRODUCT IMAGE BACKGROUND
================================ */

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  background: linear-gradient(135deg, #0d0000, #1a0000) !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,0,0,0.15) !important;
  display: block !important;
  overflow: hidden !important;
  margin-bottom: 15px !important;
}

/* ================================
   SHOP PAGE LAYOUT
================================ */

.woocommerce-result-count {
  color: rgba(255,255,255,0.5) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
}

.woocommerce-ordering select {
  background: #0a0000 !important;
  border: 1px solid rgba(255,0,0,0.25) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 8px 14px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  outline: none !important;
}

/* ================================
   CART PAGE
================================ */

.woocommerce-cart .wp-site-blocks,
.woocommerce-cart body,
.woocommerce-cart #page,
.woocommerce-cart main {
  background: linear-gradient(135deg, #050000, #1a0000) !important;
}

.woocommerce-cart #header,
.woocommerce-cart div#header,
.woocommerce-cart #footer,
.woocommerce-cart div#footer,
.woocommerce-cart .wp-site-blocks > footer {
  display: none !important;
}

.woocommerce-cart .wp-site-blocks > header {
  display: block !important;
  background: rgba(5,0,0,0.95) !important;
  border-bottom: 1px solid rgba(255,0,0,0.25) !important;
}

.woocommerce-cart .wp-site-blocks > header a {
  color: rgba(255,255,255,0.85) !important;
}

.woocommerce-cart .wp-site-blocks > header a:hover {
  color: #ff1f1f !important;
}

.woocommerce-cart h1 {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 42px !important;
  font-weight: 900 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.woocommerce table.shop_table {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,0,0,0.15) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  border-collapse: separate !important;
}

.woocommerce table.shop_table thead th {
  background: rgba(255,0,0,0.08) !important;
  color: #ff3b3b !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid rgba(255,0,0,0.2) !important;
  padding: 15px 20px !important;
}

.woocommerce table.shop_table tbody td {
  color: #ffffff !important;
  padding: 20px !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  border-top: none !important;
}

.woocommerce-cart-form .product-name a {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif !important;
}

.woocommerce-cart-form .product-name a:hover {
  color: #ff1f1f !important;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal,
.woocommerce-cart-form .product-subtotal .woocommerce-Price-amount {
  color: #ff1f1f !important;
  font-weight: 700 !important;
}

.woocommerce .quantity input.qty {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,0,0,0.2) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  text-align: center !important;
}

.woocommerce-cart-form a.remove {
  color: rgba(255,255,255,0.4) !important;
  font-size: 20px !important;
  transition: color 0.3s !important;
}

.woocommerce-cart-form a.remove:hover {
  color: #ff1f1f !important;
  background: none !important;
}

.woocommerce-cart-form .actions .button {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,0,0,0.3) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  padding: 12px 25px !important;
  transition: 0.3s ease !important;
}

.woocommerce-cart-form .actions .button:hover {
  border-color: #ff1f1f !important;
  color: #ff1f1f !important;
}

.cart_totals {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,0,0,0.15) !important;
  border-radius: 16px !important;
  padding: 30px !important;
  font-family: 'Poppins', sans-serif !important;
}

.cart_totals h2 {
  color: #ff3b3b !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}

.cart_totals table th,
.cart_totals table td {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.05) !important;
  padding: 12px 0 !important;
  font-family: 'Poppins', sans-serif !important;
}

.cart_totals .order-total th,
.cart_totals .order-total td,
.cart_totals .order-total .amount,
.cart_totals .woocommerce-Price-amount {
  color: #ff1f1f !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

/* ================================
   CHECKOUT BUTTONS
================================ */

.wc-proceed-to-checkout a,
.wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout a.checkout-button,
a.checkout-button,
.wc-block-cart__submit-button,
a.wc-block-cart__submit-button,
.wp-block-woocommerce-proceed-to-checkout-block a,
.wc-block-components-button.wc-block-cart__submit-button {
  background: linear-gradient(135deg, #cc0000, #ff1f1f) !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  border-radius: 10px !important;
  border: none !important;
  padding: 16px !important;
  box-shadow: 0 4px 15px rgba(255,0,0,0.3) !important;
  transition: 0.3s ease !important;
  display: block !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.wc-proceed-to-checkout a:hover,
.wc-block-cart__submit-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(255,0,0,0.5) !important;
}

.coupon input#coupon_code {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,0,0,0.2) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 10px 15px !important;
  font-family: 'Poppins', sans-serif !important;
}

.coupon button {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,0,0,0.3) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  transition: 0.3s ease !important;
}

.coupon button:hover {
  border-color: #ff1f1f !important;
  color: #ff1f1f !important;
}

/* ================================
   CART POPUP (ELEMENTOR)
================================ */

.elementor-menu-cart__wrapper,
.elementor-menu-cart__container,
.elementor-menu-cart__main,
.elementor-menu-cart__products,
.elementor-menu-cart__product-list,
.elementor-menu-cart__subtotal,
.elementor-menu-cart__footer-buttons {
  background: linear-gradient(135deg, #0a0000, #1a0000) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,0,0,0.2) !important;
}

.elementor-menu-cart__product-name a {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
}

.elementor-menu-cart__product-price {
  color: #ff1f1f !important;
  font-weight: 700 !important;
}

.elementor-menu-cart__subtotal {
  border-top: 1px solid rgba(255,0,0,0.2) !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center !important;
  padding: 15px !important;
}

.elementor-menu-cart__close-button {
  color: rgba(255,255,255,0.6) !important;
}

.elementor-menu-cart__close-button:hover {
  color: #ff1f1f !important;
}

.elementor-menu-cart__footer-buttons .elementor-button,
.elementor-menu-cart__footer-buttons a,
.elementor-button.elementor-button--view-cart {
  display: inline-block !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: 0.3s ease !important;
  cursor: pointer !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,0,0,0.3) !important;
  color: #ffffff !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover,
.elementor-button.elementor-button--view-cart:hover {
  border-color: #ff1f1f !important;
  color: #ff1f1f !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout,
.elementor-button.elementor-button--checkout {
  background: linear-gradient(135deg, #cc0000, #ff1f1f) !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(255,0,0,0.3) !important;
  font-weight: 700 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover,
.elementor-button.elementor-button--checkout:hover {
  box-shadow: 0 8px 25px rgba(255,0,0,0.5) !important;
  transform: translateY(-2px) !important;
}

/* CART ICON - REMOVE DARK BOX */
.elementor-menu-cart__toggle_button,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle_button,
.elementor-menu-cart__toggle_button .elementor-button,
.elementor-widget-woocommerce-menu-cart .elementor-button,
.elementor-menu-cart__toggle .elementor-button,
.elementor-menu-cart__toggle {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 5px !important;
  min-width: unset !important;
  width: auto !important;
}

.elementor-menu-cart__toggle_button .elementor-button-text {
  display: none !important;
}

.elementor-menu-cart__toggle_button .elementor-button-icon {
  background: transparent !important;
  border: none !important;
}

.elementor-menu-cart__toggle_button .elementor-button-icon .e-cart-count {
  background: #ff1f1f !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  border-radius: 50% !important;
}

/* ================================
   MINI CART (WC BLOCKS)
================================ */

.wc-block-mini-cart__drawer,
.wc-block-mini-cart__contents,
.wp-block-woocommerce-mini-cart,
.woocommerce-mini-cart,
.widget_shopping_cart_content,
.cart-dropdown,
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.cart-dropdown-wrap,
.site-header-cart .widget_shopping_cart {
  background: linear-gradient(135deg, #0a0000, #1a0000) !important;
  border: 1px solid rgba(255,0,0,0.2) !important;
  color: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5) !important;
}

.wc-block-mini-cart-item__name,
.wc-block-mini-cart-item a,
.woocommerce-mini-cart-item a,
.widget_shopping_cart_content a {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
}

.wc-block-mini-cart__footer-subtotal,
.wc-block-mini-cart__footer,
.woocommerce-mini-cart__total,
.widget_shopping_cart .total {
  background: rgba(255,0,0,0.05) !important;
  border-top: 1px solid rgba(255,0,0,0.2) !important;
  color: #ffffff !important;
}

.wc-block-mini-cart-item__prices .price {
  color: #ff1f1f !important;
  font-weight: 700 !important;
}

.wc-block-mini-cart-item__remove-link,
.woocommerce-mini-cart-item .remove_from_cart_button {
  color: rgba(255,255,255,0.4) !important;
  transition: color 0.3s !important;
}

.wc-block-mini-cart-item__remove-link:hover,
.woocommerce-mini-cart-item .remove_from_cart_button:hover {
  color: #ff1f1f !important;
}

.wc-block-mini-cart__drawer .components-modal__content {
  background: linear-gradient(135deg, #0a0000, #1a0000) !important;
}

/* ================================
   CHECKOUT PAGE
================================ */

.woocommerce-checkout .wp-site-blocks,
.woocommerce-checkout body,
.woocommerce-checkout main {
  background: linear-gradient(135deg, #050000, #1a0000) !important;
}

.woocommerce-checkout h2,
.woocommerce-checkout h3 {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-components-country-input input,
.wc-block-components-state-input input,
.wc-block-checkout__add-note textarea {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,0,0,0.2) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  padding: 12px 15px !important;
}

.woocommerce-checkout input:focus,
.wc-block-components-text-input input:focus {
  border-color: rgba(255,0,0,0.5) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(255,0,0,0.1) !important;
}

.woocommerce-checkout input::placeholder,
.wc-block-components-text-input input::placeholder {
  color: rgba(255,255,255,0.35) !important;
}

.woocommerce-checkout label,
.wc-block-components-label,
.wc-block-checkout__contact-fields label,
.wc-block-checkout__billing-fields label {
  color: rgba(255,255,255,0.7) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
}

.wc-block-checkout__sidebar,
.wc-block-order-summary,
.wc-block-components-order-summary {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,0,0,0.15) !important;
  border-radius: 16px !important;
  padding: 20px !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
}

.wc-block-components-order-summary__title,
.wc-block-order-summary__title {
  color: #ff3b3b !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
}

.wc-block-components-order-summary-item__individual-price,
.wc-block-components-order-summary-item__total-price {
  color: #ff1f1f !important;
  font-weight: 700 !important;
}

.wc-block-components-order-summary-item__name {
  color: #ffffff !important;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
}

.wc-block-components-totals-item.is-total .wc-block-components-totals-item__value {
  color: #ff1f1f !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

.wc-block-components-checkout-place-order-button,
.wc-block-checkout__place-order button {
  background: linear-gradient(135deg, #cc0000, #ff1f1f) !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(255,0,0,0.3) !important;
  transition: 0.3s ease !important;
  text-transform: uppercase !important;
  width: 100% !important;
  padding: 16px !important;
}

.wc-block-components-checkout-place-order-button:hover {
  box-shadow: 0 8px 25px rgba(255,0,0,0.5) !important;
  transform: translateY(-2px) !important;
}

.wc-block-checkout__sign-up label,
.wc-block-components-checkbox label {
  color: rgba(255,255,255,0.7) !important;
  font-family: 'Poppins', sans-serif !important;
}

.wc-block-components-totals-item {
  border-color: rgba(255,255,255,0.05) !important;
}

.wc-block-components-totals-coupon input {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,0,0,0.2) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
}

.wc-block-components-select select,
.woocommerce-checkout select,
.wc-blocks-components-select__select,
select.wc-blocks-components-select__select,
#shipping-country,
#billing-country,
#shipping-state,
#billing-state {
  background: rgba(255,255,255,0.06) !important;
  background-color: #0a0000 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,0,0,0.2) !important;
  border-radius: 8px !important;
}

.wc-blocks-components-select {
  background: #0a0000 !important;
  border: 1px solid rgba(255,0,0,0.2) !important;
  border-radius: 8px !important;
}

.wc-blocks-components-select__select option,
select option {
  background: #0a0000 !important;
  color: #ffffff !important;
}

.wc-block-components-order-summary-item__quantity {
  background: #ff1f1f !important;
  color: #ffffff !important;
  border: none !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}

/* ================================
   SINGLE PRODUCT PAGE
================================ */

.single-product .wp-site-blocks,
.single-product main,
.single-product #page {
  background: linear-gradient(135deg, #050000, #1a0000) !important;
}

.single-product .wp-site-blocks > header,
.woocommerce-page .wp-site-blocks > header {
  display: block !important;
  background: rgba(5,0,0,0.95) !important;
  border-bottom: 1px solid rgba(255,0,0,0.25) !important;
  box-shadow: 0 4px 30px rgba(0,0,0,0.5) !important;
  padding: 10px 40px !important;
}

.single-product .wp-site-blocks > header a,
.woocommerce-page .wp-site-blocks > header a {
  color: rgba(255,255,255,0.85) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: color 0.3s !important;
}

.single-product .wp-site-blocks > header a:hover,
.woocommerce-page .wp-site-blocks > header a:hover {
  color: #ff1f1f !important;
}

.single-product .wp-site-blocks > footer {
  display: none !important;
}

.single-product .wp-site-blocks > header .wp-block-woocommerce-customer-account,
.woocommerce-page .wp-site-blocks > header .wp-block-woocommerce-customer-account,
.single-product .wp-site-blocks > header a[href*="my-account"],
.woocommerce-page .wp-site-blocks > header a[href*="my-account"] {
  display: none !important;
}

.woocommerce-breadcrumb {
  color: rgba(255,255,255,0.4) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  padding: 15px 0 !important;
}

.woocommerce-breadcrumb a {
  color: #ff3b3b !important;
  text-decoration: none !important;
}

.single-product h1.product_title {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 900 !important;
  font-size: 42px !important;
}

.single-product p.price ins,
.single-product span.price ins,
.single-product .price ins .woocommerce-Price-amount {
  color: #ff1f1f !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: none !important;
}

.single-product p.price del,
.single-product .price del .woocommerce-Price-amount {
  color: rgba(255,255,255,0.4) !important;
  font-size: 18px !important;
}

.single-product .woocommerce-product-gallery {
  background: linear-gradient(135deg, #0d0000, #1a0000) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,0,0,0.15) !important;
  padding: 20px !important;
}

.single-product .woocommerce-product-details__short-description,
.single-product .product .description {
  color: rgba(255,255,255,0.75) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.single-product .stock.out-of-stock {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,0,0,0.3) !important;
  color: rgba(255,255,255,0.5) !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 12px 25px !important;
  border-radius: 10px !important;
  display: inline-block !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.single-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #cc0000, #ff1f1f) !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(255,0,0,0.3) !important;
  transition: 0.3s ease !important;
  padding: 16px 40px !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
}

.single-product .single_add_to_cart_button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(255,0,0,0.5) !important;
}

.single-product span.onsale {
  background: linear-gradient(135deg, #cc0000, #ff1f1f) !important;
  border-radius: 50% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 15px rgba(255,0,0,0.5) !important;
}

.single-product .related h2,
.single-product .upsells h2 {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

/* ================================
   HEADER (ALL PAGES)
================================ */

header.wp-block-template-part {
  background: rgba(5,0,0,0.95) !important;
  border-bottom: 1px solid rgba(255,0,0,0.25) !important;
  box-shadow: 0 4px 30px rgba(0,0,0,0.5) !important;
}

header.wp-block-template-part a {
  color: rgba(255,255,255,0.85) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  transition: color 0.3s !important;
}

header.wp-block-template-part a:hover {
  color: #ff1f1f !important;
}

header.wp-block-template-part .wp-block-woocommerce-customer-account {
  display: none !important;
}
/* FIX MOBILE HAMBURGER MENU WHITE BACKGROUND */
.wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  background: rgba(5,0,0,0.98) !important;
  color: #ffffff !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 2px !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a:hover {
  color: #ff1f1f !important;
}

/* CLOSE BUTTON */
.wp-block-navigation__responsive-container-close {
  color: #ffffff !important;
}

.wp-block-navigation__responsive-container-close:hover {
  color: #ff1f1f !important;
}
/* CHANGE READ MORE TO OUT OF STOCK */
.woocommerce ul.products li.product a.button:not(.add_to_cart_button) {
  font-size: 0 !important;
  position: relative !important;
}

.woocommerce ul.products li.product a.button:not(.add_to_cart_button)::before {
  content: "Out of Stock" !important;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.5) !important;
}
/* ===== SINGLE PRODUCT - FINAL ===== */

/* Image background */
.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a,
.single-product .woocommerce div.product div.images img {
  background: #0d0000 !important;
  background-color: #0d0000 !important;
}

.single-product .woocommerce-product-gallery {
  border: 1px solid #cc0000 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  padding: 15px !important;
}

/* Title */
.single-product .product_title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* Price */
.single-product p.price ins,
.single-product span.price ins {
  color: #ff1f1f !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  text-decoration: none !important;
}

.single-product p.price del,
.single-product span.price del {
  color: #777777 !important;
  font-size: 16px !important;
}

/* Description */
.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-product-details__short-description p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #cccccc !important;
  line-height: 1.8 !important;
}

/* Stock text */
.single-product .stock {
  font-family: 'Poppins', sans-serif !important;
  color: #ff1f1f !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Out of stock button */
.single-product .stock.out-of-stock {
  display: inline-block !important;
  background: #1a0000 !important;
  color: #888888 !important;
  border: 1px solid #cc0000 !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 12px 40px !important;
}

/* Add to cart button */
.single-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #cc0000, #ff1f1f) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 14px 40px !important;
  transition: all 0.3s ease !important;
}

.single-product .single_add_to_cart_button:hover {
  box-shadow: 0 0 20px rgba(255,31,31,0.4) !important;
  transform: translateY(-2px) !important;
}

/* Quantity box */
.single-product .quantity input {
  background: #1a0000 !important;
  color: #ffffff !important;
  border: 1px solid #cc0000 !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  text-align: center !important;
}

/* Breadcrumb */
.single-product .woocommerce-breadcrumb {
  color: #777777 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
}

.single-product .woocommerce-breadcrumb a {
  color: #cc0000 !important;
}

/* Tabs */
.single-product .woocommerce-tabs ul.tabs li {
  background: #1a0000 !important;
  border: 1px solid #cc0000 !important;
  border-radius: 8px 8px 0 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
  color: #cccccc !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

.single-product .woocommerce-tabs ul.tabs li.active {
  background: #cc0000 !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff !important;
}

.single-product .woocommerce-tabs .panel {
  background: #0d0000 !important;
  border: 1px solid #cc0000 !important;
  padding: 20px !important;
  color: #cccccc !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
}

.single-product .woocommerce-tabs .panel h2 {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
}
/* Fix image white background */
.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a {
  background: #0d0000 !important;
}

.single-product .woocommerce-product-gallery__image img {
  background: #0d0000 !important;
}
/* Title uppercase */
.single-product .product_title {
  text-transform: uppercase !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  font-size: 30px !important;
}

/* Price red */
.single-product .price .woocommerce-Price-amount {
  color: #ff1f1f !important;
  font-weight: 700 !important;
  font-size: 24px !important;
}

.single-product .price del .woocommerce-Price-amount {
  color: #777777 !important;
  font-size: 16px !important;
}
/* Fix price color - block theme override */
.wp-block-post-excerpt__excerpt .woocommerce-Price-amount,
.wp-block-post-excerpt__excerpt ins .woocommerce-Price-amount,
.woocommerce-Price-amount.amount bdi {
  color: #ff1f1f !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
}

/* Crossed out original price */
.wp-block-post-excerpt__excerpt del .woocommerce-Price-amount bdi,
del .woocommerce-Price-amount bdi {
  color: #666666 !important;
  font-size: 16px !important;
}

/* Title - block theme override */
.wp-block-post-title,
.single-product .wp-block-post-title {
  text-transform: uppercase !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  font-size: 30px !important;
  letter-spacing: 0.05em !important;
}