/*
Theme Name: Mind_BS5
Theme URI: https://mindtattoos.com
Description: A hand-built WordPress Bootstrap 5 Woocommerce theme by Chris J | Mind Tattoos
Version: 5.0
Author: Chris James
Author URI: https://mindtattoos.com
Tags: Responsive, Bootstrap 5, jQuery
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: https://creativecommons.org/licenses/by-sa/3.0/
*/

@import url("https://use.typekit.net/yiz2cim.css");
/* main Shit */
html,
body {
  height: 100%;
  width: 100%;
  background-color: #121212;
  font-family: "neue-haas-grotesk-display", sans-serif;
  background-image: url('https://heavymetalliftingclub.com/wp-content/uploads/2025/04/HMLC-grunge.png');
  background-repeat: repeat;
  background-size: auto; /* or 300px if you want finer texture */
  background-position: top left;
  letter-spacing: 1px;
}

main {
    margin-top: 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

p {
  line-height: 1.5;
  margin-bottom: 1.4em;
	font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 1px;
}

.sub {
  margin-top: -45px;
  font-size: 2em;
  margin-left: 5px;
  margin-bottom: .3em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-block {
  background-color: #000; /* default fallback */
  transition: background-color 1s ease;
  padding: 5rem 0;
  color: #fff;
}

#hero h1 {
  font-size: 15vh;
}

a {
  color: #b02a37;
  text-decoration: none;
}

.bg-dark {
    background-color: #121212 !important;
}

ul.socials li {
    display: inline-block;
    padding-right: 5px;
}

h2.promos {
  text-align: center;
  color: white;
  padding: 2em 0;
  font-weight: 800;
  text-transform: uppercase;
}

/* Header Base Styling */
#main-header {
  background-color: #121212;
  color: #fff;
  z-index: 1030;
}

#main-header .navbar {
  background-color: #121212;
}

#main-header .navbar-brand {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

#main-header .navbar-brand span {
  color: #666; /* Dark red for 'HMLC' */
}

#main-header .navbar-nav .nav-link {
  color: #fff;
  margin-right: 1rem;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#main-header .navbar-nav .nav-link:hover,
#main-header .navbar-nav .nav-link:focus {
  color: #666; /* Dark red hover */
}

.parallax-foreground-img {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  height: auto;
  z-index: 5;
  pointer-events: none;
  will-change: transform, opacity;
  opacity: 0;
  transition: opacity 1s ease-out, transform 0.1s ease-out;
}

#hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.hero-banner-text {
  z-index: 10;
  position: relative;
  opacity: 0; /* Start hidden, GSAP will reveal it */
}

.hero-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.hero-mens .row,
.hero-womens .row {
  overflow-x: hidden;
}

/* Scroller */
#scroller {
  white-space: nowrap;
}

.scroller-track {
  display: inline-flex;
  will-change: transform;
}

.scroller-text {
  font-size: 3rem;
  font-weight: 500;
  padding-right: 10rem;
  white-space: nowrap;
  text-transform: uppercase;
}

.navbar.border-bottom {
  border-bottom-color: #444 !important;
}

/* Buttons on right */
#main-header .btn {
  font-weight: 500;
  border-radius: 0.375rem;
  padding: 0.4rem 0.9rem;
}

#main-header .btn-outline-dark {
  color: #fff;
  border-color: #666;
  background-color: transparent;
}

#main-header .btn-outline-dark:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

#main-header .btn-dark {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

#main-header .btn-dark:hover {
  background-color: #b02a37; /* slightly deeper red on hover */
  border-color: #b02a37;
  color: #fff;
}

/* Toggler Icon Override for Light on Dark */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* Product Page Styling */

.woocommerce-breadcrumb {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.woocommerce div.product {
  color: #fff;
}

.woocommerce div.product .price {
  color: #666;
  font-size: 1.5rem;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0.5rem;
}

.woocommerce div.product .woocommerce-tabs {
  background-color: #121212;
  padding: 2rem;
  border-radius: 0.5rem;
}

.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs .panel {
  color: #fff;
}

.woocommerce div.product form.cart .button {
  background-color: #666;
  border-color: #666;
  color: #fff;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: background 0.2s ease-in-out;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #b02a37;
  border-color: #b02a37;
}

/* Tabs + Upsells/Related */
.woocommerce div.product .upsells h2,
.woocommerce div.product .related h2 {
  color: #fff;
  font-weight: 600;
  margin-top: 3rem;
}

/* Shop Grid Styling */
.woocommerce ul.products li.product {
  background-color: #121212;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #fff;
  font-weight: 600;
}

.woocommerce ul.products li.product .price {
  color: #b02a37;
  font-weight: 500;
}

.woocommerce ul.products li.product .button {
  background-color: #2b2b2b;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.875rem;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #666;
  color: #fff;
}

.woocommerce span.onsale {
  background-color: #666;
  font-weight: 600;
  font-size: 0.7rem;
  padding: 0.25em 0.5em;
  border-radius: 999px;
}

/* Footer Links */
footer a {
  color: #999;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

/* WooCommerce Shop Dark Theme Styling */
.woocommerce ul.products li.product {
  background-color: #121212;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.woocommerce ul.products li.product .price {
  color: #b02a37;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

.woocommerce ul.products li.product del .amount {
  color: #999;
  font-size: 0.85rem;
  margin-left: 0.3rem;
}

.woocommerce ul.products li.product .button {
  background-color: #2b2b2b;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.875rem;
  transition: all 0.2s ease-in-out;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #666;
  color: #fff;
}

.woocommerce span.onsale {
  background-color: #666;
  font-weight: 700;
  font-size: 0.7rem;
  padding: 0.25em 0.75em;
  border-radius: 999px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}

/* Dark Red Theme Buttons (Cart / Checkout etc.)
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: #666;
  color: #fff;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: #b02a37;
  color: #fff;
} */

.woocommerce .woocommerce-ordering select {
  background-color: #121212;
  color: #fff;
  border: 1px solid black;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  font-size: .7rem;
  letter-spacing: 1px;
  border-radius: 0;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg fill="white" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}

/* Killing Woo styles */
.woocommerce span.onsale {
    display: none !important;
}

body.woocommerce.single-product div.product span.price,
body.woocommerce.single-product div.product p.price {
    color: #b02a37;
    font-size: 1.1rem;
    font-weight: 500;
}

body.woocommerce div.product span.price {
  color: #b02a37;
  font-size: 1.1rem;
}

.single-product-wrapper .price {
    color: #b02a37;
    font-size: 1.1rem;
    font-weight: 500;
}

.card-body {
  background: black;
}

/* Single-product */
.woocommerce div.product div.images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #000;
  padding: 1rem;
  border-radius: 0.5rem;
}

.woocommerce-product-gallery__wrapper img {
  border-radius: 0.5rem;
  max-width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.flex-control-thumbs li {
  width: 100%;
}
.variations .btn {
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  transition: 0.2s ease;
}

.variations .btn.active,
.variations .btn-check:checked + .btn {
  background-color: #666;
  color: #fff;
  border-color: black;
}

.variations .btn:hover {
  background-color: #bb2d3b;
  border-color: #bb2d3b;
  color: #fff;
}

.variations .btn-check:disabled + .btn {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #666;
  background-color: #222;
  color: #aaa;
}

.variations .btn-check:checked + .btn,
.variations .btn.active {
  background-color: #666;
  color: #fff;
  border-color: #666;
}

.variations .btn:hover:not(:disabled) {
  background-color: #bb2d3b;
  border-color: #bb2d3b;
  color: #fff;
}

.woocommerce div.product form.cart .variations label {
  font-weight: normal;
  text-align: center;
}

/* Pagination */
.woocommerce div.product form.cart table td {
  padding-left: 10px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 1px solid #000;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #000;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #000;
}
/* Product meta */

.product_meta {
  display: block;
  margin-top: 1rem;
  color: #aaa;
  font-size: 0.9rem;
}

.product_meta > span {
  display: block;
  margin-bottom: 0.5rem;
}

.product_meta a {
  display: inline-block;
  margin-right: 0.5rem;
  text-decoration: none;
  color: #fff;
}

.product_meta a::before {
  content: "– ";
  color: #666;
}

/* Custom Buttons */

.btn,
.btn-check + .btn,
.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 0 !important;
}

.btn,
.btn-check + .btn,
.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    border-radius: 0 !important;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    border: 1px solid white;
    padding: 0.5rem 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
/*    width: 100%;
    text-align: center;*/
}

.btn:hover,
.btn-check + .btn:hover,
.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: #666;
  color: #000;
  border-color: #666;
}

.btn::after,
.button::after,
.woocommerce button.button::after,
.woocommerce a.button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #212121;
  transition: width 0.3s ease;
}

.btn:hover::after,
.button:hover::after,
.woocommerce button.button:hover::after,
.woocommerce a.button:hover::after {
  width: 100%;
}
.woocommerce div.quantity .qty {
  height: 40px;
  padding: 0.375rem 0.75rem;
  border: 2px solid #666;
  border-radius: 0 !important;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  width: 80px;
  text-align: center;
  appearance: textfield;
  transition: border-color 0.2s ease;
}

.woocommerce div.quantity .qty:focus {
  border-color: #fff;
  outline: none;
}

.woocommerce div.quantity {
  display: inline-block;
  margin-right: 1rem;
}

/* Remove browser arrows on quantity input */
.woocommerce input.qty::-webkit-outer-spin-button,
.woocommerce input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Pages */
.hero {
  background: #f4f4f4;
  padding: 4rem 0;
}
section#scroller {
  font-size: 3.5em;
  font-weight: 700;
}
.section-dark {
  background-color: #111;
  color: #fff;
}
.btn-dark-outline {
  border: 2px solid #000;
  color: #000;
  background: transparent;
}
.btn-dark-outline:hover {
  background-color: #000;
  color: #fff;
}
.product-card {
  border: 1px solid #ddd;
  /* padding: 1rem;*/
  padding: 0;
  text-align: center;
  height: 100%;
}
.product-img {
  width: 100%;
  height: auto;
}

/* Woo Cart and account nav etc */

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #111;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  transition: background 0.3s;
}

.woocommerce-MyAccount-navigation .is-active a {
  background: #dc3545; /* your red */
}

/* Variations buttons 
.variations select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #dc3545;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  border-radius: 0.25rem;
  background-image: none;
  transition: all 0.2s ease;
  width: auto;
  display: inline-block;
  margin-right: 1rem;
}

.variations select:hover,
.variations select:focus {
  background-color: #dc3545;
  color: #fff;
  outline: none;
}

.variations .label {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
}*/

/* Buttons vo */
/* Custom styling for attribute buttons */
.bootstrap-attribute-buttons {
  margin-top: 0.5rem;
}

.bootstrap-attribute-buttons .attribute-option {
  min-width: 40px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.bootstrap-attribute-buttons .attribute-option.active {
  background-color: grey;
  color: white;
}

/* Make sure the original select is hidden but still accessible to screen readers */
.value select.d-none {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #e15c19;
    font-weight: bold;
    text-transform: uppercase;
}

a.reset_variations {
    color: white;
    text-transform: uppercase;
    background: black;
    padding: 5px 10px;
    border: 1px solid #555;
}

.single_variation_wrap {
    border-top: 1px solid #555;
    padding: 1rem 0 0 0;
}

/* related */
.related-products-section .woocommerce ul.products {
  display: contents;
}

.related-products-section ul.products li.product {
  margin-bottom: 1rem;
}

section.related-products-section.mt-5 {
    border-top: 1px solid #555;
    padding: 1em 0;
}

/* Clean up WooCommerce shortcode output for Bootstrap */
body.woocommerce ul.products {
  display: contents !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

body.woocommerce ul.products li.product {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-info::before {
    color: #bb2d3b;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #e9e6ed;
    color: #555;
    border-top: 3px solid #555;

}
/* Woo My Account: ensure nav fills column and doesn't overlap */
.woocommerce-account .woocommerce-MyAccount-navigation .btn { width: 100% !important; }
.woocommerce-account .woocommerce-MyAccount-navigation { position: static !important; }