/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2026 | 05:42:05 */
html, body {
	scroll-behavior: smooth;
}
#brx-header {
  position: absolute;
  z-index: 999;
}

#brx-header.scrolling {
	position: sticky !important;
}

.woocommerce .before-cart {
  position: absolute;
  top: 120px;
  z-index: 2;
}

#brxe-spzzdb img {
  transform-origin: center center;
  display: block;      /* prevents inline spacing issues */
  opacity: 0;          /* hide initially; GSAP will animate in */
}

@media(width > 1280px) {
	.accent-heading  {
		font-size: clamp(1.75rem, 0.384rem + 8.7425vw, 10.875rem);
	}
	.accent-secondary-heading{
		font-size: clamp(1.75rem, 0.384rem + 8.7425vw, 10.875rem);
	}
  }

.accent-heading {
  font-size: clamp(2.375rem, 1.3271rem + 6.7066vw, 9.375rem);
	text-transform: uppercase;
	color: rgba(215, 120, 255, 0.1);
}

.accent-secondary-heading {
	font-size: clamp(2.375rem, 1.3271rem + 6.7066vw, 9.375rem);
	text-transform: uppercase;
	color: rgba(171, 91, 49, 0.1);
}

.btn--primary {
 	 --btn-background: var(--primary);
    --btn-background-hover: var(--primary-hover);
    --btn-text-color: var(--base);
    --btn-text-color-hover: var(--primary-ultra-light);
    --btn-border-color: var(--accent);
    --btn-border-color-hover: var(--accent-hover);
    --focus-color: var(--primary-light);
  background: var(--btn-background);
    color: var(--btn-text-color);
    padding-block: var(--btn-padding-block);
    padding-inline: var(--btn-padding-inline);
    min-inline-size: var(--btn-min-width);
    line-height: var(--btn-line-height);
    font-size: var(--btn-font-size, var(--text-m));
    font-weight: var(--btn-font-weight);
    font-style: var(--btn-font-style);
    text-transform: var(--btn-text-transform);
    letter-spacing: var(--btn-letter-spacing);
    text-decoration: var(--btn-text-decoration);
    border-width: var(--btn-border-width);
    border-style: var(--btn-border-style);
    border-radius: var(--btn-radius);
    border-color: var(--btn-border-color);
    transition: all 0.5s ease-in-out;
    justify-content: var(--btn-justify-content, center);
    text-align: var(--btn-text-align, center);
  
  &:hover {
     background: var(--primary-hover);
     transform: scale(0.9);
  }
}

.menu-close {
  display: none;
}

@media(width <=	 990px) {
 .menu-close {
  display :block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;	
  color: var(--white);
  min-width: 40px;
  min-height: 40px;
  text-align: center;
}
}

input.qty:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.cart_item {
  transition: opacity 0.3s;
}

.cart-loading {
  opacity: 0.6;
  pointer-events: none;
  transition: 0.3s;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity .action {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

button[name="update_cart"] {
  display: none !important;
}

.woocommerce-NoticeGroup-checkout {
	display: none;
}

.wc-toast{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #111;
    color: #fff;
    padding: 14px 18px;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(-10px);
    transition: .3s;
    z-index: 999999;
    max-width: 320px;
    font-size:14px;
}

.wc-toast.show{
    opacity:1;
    transform: translateY(0);
}

.wc-toast-success{ background:#1e8e3e; }
.wc-toast-error{ background:#d93025; }
.wc-toast-info{ background:#2962ff; }
.grid-alpha-section, .content-charlie-section, .testimonial-section {
  position: relative;  
  clip-path: circle(0% at 50% 50%); 
}
@media(width > 766px) {
	.content-beta__grid {
		position: sticky;
		top: var(--space-l);
	}
.content-beta__grid:not(:first-child) {
  margin-top: -200px;
}
#brxe-tvzgnk { z-index: 1; }
#brxe-lhjesg { z-index: 2; }
#brxe-vmmunk { z-index: 3; }
.content-beta__grid.active {
	backdrop-filter: blur(10px);
}

.feature-card {
	position: sticky;
		&:nth-child(1) {
		top: 150px;
	}
	
	&:nth-child(2) {
		top: 160px;
	}
	&:nth-child(3) {
		top: 170px;
	}
	&:nth-child(4) {
		top: 180px;
	}
	&:nth-child(5) {
		top: 190px;
	}
}


}
.info-list__label,
#brxe-fvprzy, #brxe-hmzoez, .content-alpha__lede, .divider-apha__lede, .content-beta__grid-content-lede, #brxe-txmwae, #brxe-jsjqyg {
  transform: translateY(20px);
}


.feature-bravo {
  opacity: 0;
  transform: translateY(80px) scale(0.96);
  transition: all 0.6s ease;
  will-change: transform, opacity;
}

.feature-bravo__heading {
  opacity: 0;
  transform: translateY(40px);
}

.feature-bravo__lede {
  opacity: 0;
  transform: translateY(30px);
}

.feature-bravo__notice-card {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
}

/* Active state */
.feature-bravo.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.feature-bravo.active .feature-bravo__heading,
.feature-bravo.active .feature-bravo__lede,
.feature-bravo.active .feature-bravo__notice-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.table-container {
  overflow: hidden;
}

.custom-table {
  opacity: 0;
  transform: translateY(80px) scale(0.95);
  will-change: transform, opacity;
}

.custom-table tbody tr {
  opacity: 0;
  transform: translateY(40px);
}

.table-data-icon {
  transform: scale(0);
}

.divider-alpha {
  opacity: 0;
  transform: translateY(50px);
  will-change: transform, opacity;
 
	.divider-apha__lede {
	  opacity: 0;
	  transform: translateY(30px);
	}
	.add-to-cart-button {
	  opacity: 0;
	  transform: scale(0.95) translateY(20px);
	  transition: all 0.3s ease;
	}
}

.timeline-divider--icon {
	 animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(134%) translateY(0);
  }
  40% {
    transform: translateX(134%) translateY(8px);
  }
  60% {
    transform: translateX(134%) translateY(4px);
  }
}
.timeline-feature-card--block {
  transform: scale(0.5); /* start small */
  opacity: 0;             /* invisible */
}

/* Whole CTA */
.cta-container {
  opacity: 0;
  transform: scale(0.85) translateY(60px);
}

/* Each FAQ item hidden initially */
.faq-alpha .accordion-item {
  opacity: 0;
  transform: translateX(-80px);
}

/* Optional: smoother rendering */
.faq-alpha .accordion-item {
  will-change: transform, opacity;
}
