body {
  background: #000;
  color: #fff;
}
html.scroll-smooth {
  margin: 0 !important;
}

/* Trademark */
.trademark {
  font-size: 0.5em;
  background: linear-gradient(to right, #1e40af, #60a5fa, #1e40af);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #2755c5;
}

/* Text Strokes */
.text-stroke-white {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.text-stroke-metallic-blue {
  -webkit-text-stroke: 2px #1e40af;
  text-stroke: 2px #1e40af;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #333;
}

::-webkit-scrollbar-thumb:hover {
  background: #1e40af;
}

/* Hero Background */
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("https://images.unsplash.com/photo-1616166330003-8e1092419d94?q=80&w=2070&auto=format&fit=crop")
    top center / cover no-repeat;
  z-index: 0;
  opacity: 0;
  filter: grayscale(100%) brightness(0.4) contrast(1.2);
  animation: fadeInDownBg 1.2s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

@keyframes fadeInDownBg {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 0.6;
    transform: translateY(0);
  }
}

/* Fade-in Sections */
.fade-in-section {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Tabs */
.tab-btn {
  transition: all 0.3s ease;
}

.tab-btn.active {
  color: #ffffff;
  border-bottom-color: #1e40af;
}

/* Circle Bullets */
.circle {
  flex-shrink: 0;
  align-self: flex-start;
  border: 0.5px solid rgba(128, 128, 128, 0.3);
  border-radius: 50%;
  padding: 8px;
  background-color: rgba(128, 128, 128, 0.05);
  box-shadow: 0 0 4px rgba(128, 128, 128, 0.1);
}

/* WooCommerce Pages */
.woocommerce-page {
  min-height: 100vh;
  padding-top: 120px;
}

/* Login Page */
.login-container {
  max-width: 400px;
  margin: 0 auto;
}

/* My Account Page */
.account-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Logo Invert for Dark Mode */
.logo-invert {
  filter: invert(1);
}

form.woocommerce-EditAccountForm.edit-account label {
  display: block;
  width: 100%;
  margin: 10px 0 5px;
}

form.woocommerce-EditAccountForm.edit-account input {
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  padding: 5px 10px;
}
button.woocommerce-Button.button {
  background: #000;
  color: #fff;
  margin: 20px 0 0;
  padding: 10px 20px;
  font-family: "Orbitron";
  font-size: 14px;
  text-transform: capitalize;
}

div#customer_details input,
div#customer_details select,
div#customer_details textarea {
  width: 100%;
  border: 1px solid #cac8c8;
  border-radius: 5px;
  padding: 5px 10px;
  color: #000;
}

div#customer_details label {
  display: block;
  margin: 8px 0;
  color: #000;
}
div#order_review table {
  color: #000;
  text-align: left;
}
.woocommerce-info {
  color: #000;
  margin: 15px 0 0;
}

.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3 {
  color: #000;
}

div#order_review button {
  padding: 12px 20px;
  background: #000;
  width: 100%;
  margin: 30px 0;
  font-family: "Orbitron";
}
.tab-button.active {
  border-bottom-color: #2563eb;
  color: #2563eb;
}
.tab-content.active {
  display: block;
}
.thumbnail-btn.active-thumbnail {
  border: 2px solid #3b82f6;
}

.inner-shop {
  background: #fff;
}

.inner-shop h2 {
  background: linear-gradient(353deg, #7aa2f9, #1e40af);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}

.inner-shop button {
  color: #1e40af;
  font-weight: 700;
}
.inner-shop .inner-navigation {
  border-bottom: 2px solid #1e40af !important;
  justify-content: left;
}

.inner-shop button.active {
  color: #ffffff;
  border: none;
  background: #1e40af;
}

.inner-shop .inner-product-card {
  border: none !important;
}

.inner-shop .men-product-cards {
  margin: 0;
}

.contact-inner .contact-right {
  background-color: #fff;
}

.contact-inner .contact-right button {
  background: #171717 !important;
  color: #fff !important;
}

.contact-info span,
.contact-info a {
  color: #000 !important;
}

.contact-inner input,
.contact-inner textarea,
.contact-inner select {
  background-color: #fff;
  border: 1px solid #b9b9b9;
  color: #171717bd;
  font-family: inherit;
  text-transform: inherit;
  font-size: 16px;
  font-weight: 500;
}

span.select2-selection.select2-selection--single {
  border: 1px solid #cac8c8 !important;
}

.woocommerce-privacy-policy-text p {
  color: #000;
}
