/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *


*/
@import url(/assets/nouislider-7e94771669b21496b1952e0542b87c1efc73202b2417634c2c41915880aff0fa.css);
@font-face {
  font-family: 'Inter Regular';
  src: url(/assets/fonts/inter/inter-v18-latin-regular-4257feae4ab4d639ab5c04aa4e3be1e51a632cc3189abf481212a464607cba55.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Medium';
  src: url(/assets/fonts/inter/inter-v18-latin-500-4e948e63c678c58bab6bb0dc9fa0af063a33028841e5fd018908530494c6eb71.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Semibold';
  src: url(/assets/fonts/inter/inter-v18-latin-600-eff1df42f259b7bea6b036e8d66414f539f58459a1cf1977083aae4731df0127.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Serif';
  src: url(/assets/fonts/source-serif/source-serif-4-v8-latin-regular-cd8f56d0633e0c07bdfa779dbd7324e56848e327f845156dbd7a9e5921ec2053.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Source Serif Medium';
  src: url(/assets/fonts/source-serif/source-serif-4-v8-latin-500-24b592e26d85c7e4440f370ec846b156b0fc8c98ae62d31a0957b8d7a0c0caa2.woff2) format("woff2");
  font-display: swap;
}
/* Product Modal Enhancements */
.modal-panel {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-backdrop {
  transition: opacity 0.3s ease-out;
}

/* Custom scrollbar for modal content */
.modal-content::-webkit-scrollbar {
  width: 6px;
}

.modal-content::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.modal-content::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Ensure modals don't interfere with page scrolling - keep page scrollable */
body.modal-open {
  overflow: visible !important;
}


/* Ensure modal content doesn't trigger hover effects */
body.modal-open .fixed.right-0 * {
  pointer-events: auto !important;
}

/* All modal styles are now handled by Tailwind classes */
/* =============================================================================
   BEFORE/AFTER COMPARISON STYLES
   Interactive before/after image comparison with diagonal slider
   ============================================================================= */

/* Visual Composer Styles to Match Reference Site */
blockquote, dd, div, dl, dt, form, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0;
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/* Global font variables from reference site */
:root {
  --global--font-primary: arcamajora, -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  --global--font-secondary: radnika, -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  --global--font-size: 18px;
  --global--bg-color: #ffffff;
  --global--text-color: #000000;
  --global--text-color-medium: rgba(0, 0, 0, 0.5);
  --global--text-color-light: rgba(0, 0, 0, 0.15);
  --global--text-color-ultra-light: rgba(0, 0, 0, 0.05);
  --global--footer-bg-color: #000000;
}

/* Visual Composer specific styles - keeping only complex ones */
.wpb_wrapper {
    display: block;
    unicode-bidi: isolate;
}

.shortcode_title {
    font-family: var(--global--font-primary);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1;
    color: #000000;
    margin: 0 0 0.75rem 0;
    padding: 0;
}

.secondary_font {
    font-family: var(--global--font-secondary);
}

.wpb_text_column {
    margin-bottom: 0;
}

.wpb_text_column p {
    font-family: var(--global--font-secondary);
    font-size: 1.125rem;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 3rem 0;
    padding: 0;
}

.vc_empty_space {
    height: 20px;
    display: block;
}

.vc_empty_space_inner {
    display: block;
    height: 20px;
}

/* Custom aspect ratios that can't be easily done with Tailwind */
.before-after-comparison-card {
  aspect-ratio: 475/655;
}

@media (max-width: 768px) {
  .before-after-comparison-card {
    aspect-ratio: 4/5;
  }
}

@media (max-width: 480px) {
  .before-after-comparison-card {
    aspect-ratio: 3/4;
  }
}

/* Interactive slider container - complex positioning and touch handling */
.before-after-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: crosshair;
  user-select: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Before/After images - absolute positioning with background */
.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.before-image {
  z-index: 1;
}

.after-image {
  z-index: 2;
  clip-path: polygon(0% 0%, 64% 0%, 39% 100%, 0% 100%);
  transition: none !important;
}

.slider-line {
  position: absolute;
  top: 0;
  left: 61%;
  width: 5px;
  height: 102%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6), 0 0 15px rgba(255, 255, 255, 0.4);
  z-index: 30;
  transform: rotate(10deg);
  transform-origin: top center;
  pointer-events: none;
  transition: none !important;
  will-change: left;
}

.slider-handle,
.slider-arrow,
.arrow-left,
.arrow-right {
  display: none;
}

/* Before & After Page Specific Styles */
.before-after-page {
  background-color: #f9fafb; /* gray-50 */
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

.instructions {
  display: none;
  text-align: center;
  padding: 1rem 0;
  background-color: #e5e7eb; /* gray-200 */
  color: #6b7280; /* gray-600 */
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .instructions {
    display: block;
  }
}

.comparisons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 80rem; /* max-w-7xl */
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .comparisons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .comparisons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .comparisons-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* SVG styles */
svg {
  shape-rendering: auto;
  -webkit-shape-rendering: auto;
}

svg polygon {
  stroke: none !important;
  fill: white !important;
  vector-effect: non-scaling-stroke;
}

/* Header scrolled styles */
.header.scrolled * {
  color: white !important;
}

.header.scrolled svg,
.header.scrolled svg line,
.header.scrolled svg path,
.header.scrolled svg circle,
.header.scrolled svg rect {
  fill: white !important;
}

.header.scrolled .dropdown-menu {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
}

.header.scrolled .dropdown-menu a {
  color: #f3f4f6 !important;
}

.header.scrolled .dropdown-menu a:hover,
.header.scrolled .dropdown-menu a.current {
  background-color: #374151 !important;
  color: white !important;
  border-left-color: #374151 !important;
}

/* Custom SHOP Button - nested structure with specific styling */
.outer-button {
  background-color: white;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 0;
  width: 180px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  transition: background-color 0.2s;
}

.inner-span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88%;
  height: 75%;
  border: 3px solid black;
  color: #333;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.outer-button:hover {
  background-color: #f9f9f9;
}
/*Styling for Stockist and Distributor Forms */

#stockist-form label,
#distributor-form label {
  font-weight: 700;
  text-transform: uppercase;
}
#stockist-form button:hover,
#distributor-form button:hover {
  background-color: #fbbf24 !important;
  color: #ffffff !important;
}

#stockist-form label.required::after,
#distributor-form label.required::after {
  content: " *";
  color: #ef4444;
}

#stockist-form input,
#stockist-form select,
#stockist-form textarea,
#distributor-form input,
#distributor-form select,
#distributor-form textarea {
  background-color: #e5e7eb !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: background-color 150ms ease-in-out !important;
}

#stockist-form input:hover,
#stockist-form select:hover,
#stockist-form textarea:hover,
#distributor-form input:hover,
#distributor-form select:hover,
#distributor-form textarea:hover,
#stockist-form input:focus,
#stockist-form select:focus,
#stockist-form textarea:focus,
#distributor-form input:focus,
#distributor-form select:focus,
#distributor-form textarea:focus {
  background-color: #d1d5db !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.pure-black-button {
  background-color: #000 !important;
  color: #ffffff !important;
  padding: 1rem 2rem !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
}

.pure-black-button:hover {
  background-color: #fbbf24 !important;
  color: #ffffff !important;
}

/* Static Pages CSS - Only applies to specific static pages */

/* Page-specific styling - only for static pages */
.static-page .header, 
.static-page .main-header, 
.static-page .site-header, 
.static-page .top-bar, 
.static-page .navbar, 
.static-page .navbar-brand, 
.static-page .navbar-nav, 
.static-page .navbar-container, 
.static-page .nav-container {
  background-color: #23282e !important;
  background: #23282e !important;
}

/* Override .bg-transparent class only on static pages */ */
.static-page header.bg-transparent, 
.static-page .header.bg-transparent, 
.static-page .main-header.bg-transparent, 
.static-page .site-header.bg-transparent, 
.static-page .top-bar.bg-transparent, 
.static-page .navbar.bg-transparent, 
.static-page nav.bg-transparent {
  background-color: #23282e !important;
  background: #23282e !important;
}

/* Force all header content to be white only on static pages */
.static-page .header *, 
.static-page .main-header *, 
.static-page .site-header *, 
.static-page .top-bar *, 
.static-page .navbar *, 
.static-page .navbar-brand *, 
.static-page .navbar-nav *, 
.static-page .navbar-container *, 
.static-page .nav-container *,
.static-page .header a, 
.static-page .main-header a, 
.static-page .site-header a, 
.static-page .top-bar a, 
.static-page .navbar a, 
.static-page .header span, 
.static-page .main-header span, 
.static-page .site-header span, 
.static-page .top-bar span, 
.static-page .navbar span, 
.static-page header div, 
.static-page .header div, 
.static-page .main-header div, 
.static-page .site-header div, 
.static-page .top-bar div, 
.static-page .navbar div, 
.static-page header img, 
.static-page .header img, 
.static-page .main-header img, 
.static-page .site-header img, 
.static-page .top-bar img, 
.static-page .navbar img, 
.static-page nav img {
  color: #fff !important;
  fill: #fff !important;
}

/* Logo specific styling - make it white and smaller only on static pages */
.static-page .logo, 
.static-page .navbar-brand img, 
.static-page header img, 
.static-page .header img, 
.static-page .main-header img, 
.static-page .site-header img, 
.static-page .top-bar img, 
.static-page .navbar img, 
.static-page nav img {
  filter: brightness(0) invert(1) !important;
  height: auto;
  width: auto !important;
}

/* Search input styling only on static pages */
.static-page header input, 
.static-page .header input, 
.static-page .main-header input, 
.static-page .site-header input, 
.static-page .top-bar input, 
.static-page .navbar input, 
.static-page nav input {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.static-page header input::placeholder, 
.static-page .header input::placeholder, 
.static-page .main-header input::placeholder, 
.static-page .site-header input::placeholder, 
.static-page .top-bar input::placeholder, 
.static-page .navbar input::placeholder, 
.static-page nav input::placeholder {
  color: #ccc !important;
}

/* Dropdown Menu Styling for Static Pages only */
.static-page .dropdown-menu, 
.static-page .dropdown, 
.static-page .dropdown-content, 
.static-page .dropdown-list, 
.static-page .menu-dropdown, 
.static-page .submenu, 
.static-page .dropdown-items {
  background-color: #23282e !important;
  background: #23282e !important;
  border: 1px solid #333 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
}

.static-page .dropdown-menu *, 
.static-page .dropdown *, 
.static-page .dropdown-content *, 
.static-page .dropdown-list *, 
.static-page .menu-dropdown *, 
.static-page .submenu *, 
.static-page .dropdown-items *,
.static-page .dropdown-menu a, 
.static-page .dropdown a, 
.static-page .dropdown-content a, 
.static-page .dropdown-list a, 
.static-page .menu-dropdown a, 
.static-page .submenu a, 
.static-page .dropdown-items a,
.static-page .dropdown-menu li, 
.static-page .dropdown li, 
.static-page .dropdown-content li, 
.static-page .dropdown-list li, 
.static-page .menu-dropdown li, 
.static-page .submenu li, 
.static-page .dropdown-items li,
.static-page .dropdown-menu span, 
.static-page .dropdown span, 
.static-page .dropdown-content span, 
.static-page .dropdown-list span, 
.static-page .menu-dropdown span, 
.static-page .submenu span, 
.static-page .dropdown-items span {
  color: #fff !important;
  background-color: transparent !important;
  background: transparent !important;
}

.static-page .dropdown-menu a:hover, 
.static-page .dropdown a:hover, 
.static-page .dropdown-content a:hover, 
.static-page .dropdown-list a:hover, 
.static-page .menu-dropdown a:hover, 
.static-page .submenu a:hover, 
.static-page .dropdown-items a:hover {
  background-color: #333 !important;
  background: #333 !important;
  color: #fff !important;
}

/* Additional dropdown targeting for common frameworks only on static pages */
.static-page [data-dropdown], 
.static-page [data-menu], 
.static-page .has-dropdown, 
.static-page .dropdown-toggle + * {
  background-color: #23282e !important;
  color: #fff !important;
}

.static-page [data-dropdown] *, 
.static-page [data-menu] *, 
.static-page .has-dropdown *, 
.static-page .dropdown-toggle + * * {
  color: #fff !important;
  background-color: transparent !important;
}

.static-page [data-dropdown] a:hover, 
.static-page [data-menu] a:hover, 
.static-page .has-dropdown a:hover, 
.static-page .dropdown-toggle + * a:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/* Yellow Banner Styles - Force visibility */
.yellow-banner {
  background-color: #ffc741 !important;
  padding: 1rem 0 !important;
  margin-bottom: 2rem !important;
  margin-top: 11px !important;
  padding-top: 20px !important;
}

.yellow-banner .container {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0.5rem 0 2rem !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.static-page .product-card_header, .static-page .product-card_header a {
  background: transparent !important;
  color: black !important;
}

.static-page ol li span {
  color: #000;
}

@media (max-width: 991px) { 
.static-page .main-header *, 
.static-page .site-header *, 
.static-page .top-bar *, 
.static-page .navbar *, 
.static-page .navbar-brand *, 
.static-page .navbar-nav *, 
.static-page .navbar-container *, 
.static-page .nav-container *,
.static-page .top-bar a, 
.static-page .navbar a, 
.static-page header span, 
.static-page .header span, 
.static-page .main-header span, 
.static-page .site-header span, 
.static-page .top-bar span, 
.static-page .navbar span, 
.static-page nav span,
.static-page .main-header div, 
.static-page .site-header div, 
.static-page .top-bar div, 
.static-page .navbar div, 
.static-page .main-header img, 
.static-page .site-header img, 
.static-page .top-bar img, 
.static-page .navbar img, 
.static-page nav img {
    background: white;
    color: black !important;
  }

  .static-page .header {
    background: white;
  }

  .static-page nav .taxonomy-list {
    background-color: #fff;
  }
}

/* Match header left padding at larger breakpoints for precise logo alignment */
@media (min-width: 1280px) { /* xl */
  .yellow-banner .container { padding-left: 3rem !important; }
}
@media (min-width: 1536px) { /* 2xl */
  .yellow-banner .container { padding-left: 4rem !important; }
}

.banner-title {
  font-family: var(--global--font-primary) !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  margin-left: 0 !important;
}

/* Only override Tailwind classes that need custom values */
.yellow-banner .bg-yellow-400 {
  background-color: #FFD700 !important;
}

.yellow-banner .container {
  display: flex;
  align-items: center;
}

/* Legal Content Styles */
.legal-content {
  font-family: var(--global--font-secondary);
  font-size: calc(var(--global--font-size) * 0.9); 
  text-rendering: optimizeLegibility;
  word-wrap: break-word; 
  background-color: var(--global--bg-color);
  color: var(--global--text-color);
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.legal-content .container {
  max-width: 685px;
}

/* Legal Content Typography */
.legal-content h1,
.legal-content h2 {
  font-size: calc(1.728 * var(--global--font-size));
}

/* Typography styles only for static pages */
.static-page h1, 
.static-page h2, 
.static-page h3, 
.static-page h4, 
.static-page h5, 
.static-page h6, 
.static-page strong {
  font-family: var(--global--font-primary);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 0;
  text-rendering: optimizeLegibility;
}

.legal-content p {
  margin-bottom: 1.1111111111rem;
}

.legal-content ul {
  margin-bottom: 1.1111111111rem;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.legal-content li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.legal-content li::marker {
  font-size: 0.7em;
  color: var(--global--text-color);
}

/* Custom bullet styling */
.legal-content ul li {
  list-style: none;
  position: relative;
}

.legal-content ul li::before {
  content: '';
  position: absolute;
  left: -1.2rem;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: var(--global--text-color);
  border-radius: 50%;
  transform: translateY(-50%);
}

.footer-black, .footer-black nav {
  background: #000 !important;
}
/* Image Section Above Footer - Keep only custom properties */
.image-section-above-footer {
  height: 330px;
  margin: 0;
}

.image-content {
  clip-path: polygon(
    0% 100%,
    0% 23%,
    50% 0%,
    100% 23%,
    100% 100%
  );
}

/* Only override Tailwind classes that need custom values */
.image-section-above-footer .h-80 {
  height: 330px !important;
}

/* Footer Image Styling */
.image-section-above-footer .image-content img {
  object-position: top center;
}

/* Gradient Overlay for Footer Image */
.image-section-above-footer .gradient-overlay {
  opacity: 0.5;
  background-image: linear-gradient(0deg, #020101 0%, #888888 100%);
}

/* Email Subscription Overlay - Force proper styling */
.email-subscription-overlay {
  position: absolute !important;
  top: 50% !important;
  right: 5% !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
  padding: 2rem !important;
  color: #333 !important;
  min-width: 250px !important;
}

.email-subscription-overlay h3 {
  color: #000 !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
  font-family: var(--global--font-primary) !important;
}

.email-subscription-overlay input {
  width: 75% !important;
  height: 30px !important;
  padding: 0 !important;
  margin-bottom: 1rem !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 0.9rem !important;
  background-color: var(--global--text-color-ultra-light) !important;
  color: var(--global--text-color) !important;
  outline: none !important;
  box-shadow: none !important;
  --tw-ring-inset: none !important;
  --tw-ring-offset-width: 0px !important;
  --tw-ring-offset-color: transparent !important;
  --tw-ring-color: transparent !important;
  --tw-ring-offset-shadow: none !important;
  --tw-ring-shadow: none !important;
}

.email-subscription-overlay input::placeholder {
  color: #999 !important;
}

.subscribe-btn {
  width: 50% !important;
  padding: 1rem 0.75rem !important;
  background: #000 !important;
  color: white !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  transition: background 0.3s ease !important;
}

.subscribe-btn:hover {
  background: grey !important;
}

/* FAQ Specific Styles */
.faq-list {
  margin-top: 1rem;
}

.faq-toggle {
  border-bottom: none;
  margin-bottom: 0;
}

.faq-item p {
  margin-bottom: 0.8rem;
  line-height: 1.5;
  font-size: 15px;
}

.faq-item p:not(:has(strong)) {
  margin-left: 26px;
}

.faq-item p strong {
  color: #000;
  font-family: var(--global--font-primary);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-size: 1.2rem;
  display: block;
  position: relative;
  padding-left: 1.5rem;
}

.faq-item p strong::before {
  content: "•";
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  line-height: 1;
}

.faq-item ul {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}

.faq-item li {
  margin-bottom: 0.3rem;
  line-height: 1.4;
}

.faq-item a {
  color: #007bff;
  text-decoration: underline;
}

.faq-item a:hover {
  color: #0056b3;
}

/* FAQ Toggle Functionality Styles */
.faq-question {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  opacity: 0.8;
}

.faq-icon {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--global--text-color);
  transition: all 0.3s ease;
  min-width: 25px;
  margin-right: 10px;
  flex-shrink: 0;
  font-style: normal;
}

.faq-question h4 {
  color: var(--global--text-color);
  font-family: var(--global--font-primary);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  flex: 1;
  font-size: 1.1rem;
}

.faq-answer {
  padding: 0 0 0 35px;
  color: var(--global--text-color);
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
              padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
              transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer.show {
  max-height: 1000px;
  opacity: 1;
  padding: 0.5rem 0 1rem 35px;
  transform: scaleY(1);
}

.faq-answer p {
  margin-bottom: 1rem;
  font-size: 15px;
}

.faq-answer ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.faq-answer li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.faq-answer strong {
  font-weight: 700;
}

/* Contact Form Styles */
.contact-content {
  font-family: var(--global--font-secondary);
  font-size: 16px;
  line-height: 1.6;
  color: var(--global--text-color);
  padding-bottom: 115px;
}

.contact-content p {
  margin-bottom: 1rem;
}

.contact-content p strong {
  font-weight: 700;
  color: #000;
}

input[type="submit"]:hover {
  background-color: #fbbf24 !important;
  color: #fff !important;
}

input[type="submit"] {
  font-size: 19px !important;
  width: 30.333333% !important;
  height: 3.8rem !important;
}

.contact-content label {
  font-size: 18px !important;
}
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *
 * spree/frontend/all points to the
 * `vendor/assets/stylesheets/spree/frontend/all.css` file generated by
 * `solidus:install`. See `setup_assets` at
 * https://github.com/solidusio/solidus/blob/main/core/lib/generators/solidus/install/install_generator.rb

 *




 */
