/*
 * 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,
#login-form label {
  font-weight: 700;
  text-transform: uppercase;
}
#stockist-form button:hover,
#distributor-form button:hover,
#login-form button:hover {
  background-color: #fbbf24 !important;
  color: #ffffff !important;
}

#stockist-form label.required::after,
#distributor-form label.required::after,
#login-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,
#login-form input:not([type="checkbox"]),
#login-form select,
#login-form textarea {
  background-color: white !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,
#login-form input:not([type="checkbox"]):hover,
#login-form select:hover,
#login-form textarea:hover,
#login-form input:not([type="checkbox"]):focus,
#login-form select:focus,
#login-form textarea:focus {
  background-color: #d1d5db !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.registration-contact-style #stockist-form label,
.registration-contact-style #distributor-form label,
.registration-contact-style #login-form label {
  font-weight: 500 !important;
  text-transform: none !important;
}

.registration-contact-style #stockist-form input,
.registration-contact-style #stockist-form select,
.registration-contact-style #stockist-form textarea,
.registration-contact-style #distributor-form input,
.registration-contact-style #distributor-form select,
.registration-contact-style #distributor-form textarea,
.registration-contact-style #login-form input:not([type="checkbox"]),
.registration-contact-style #login-form select,
.registration-contact-style #login-form textarea {
  background-color: #ffffff !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.registration-contact-style #stockist-form input:hover,
.registration-contact-style #stockist-form select:hover,
.registration-contact-style #stockist-form textarea:hover,
.registration-contact-style #stockist-form input:focus,
.registration-contact-style #stockist-form select:focus,
.registration-contact-style #stockist-form textarea:focus,
.registration-contact-style #distributor-form input:hover,
.registration-contact-style #distributor-form select:hover,
.registration-contact-style #distributor-form textarea:hover,
.registration-contact-style #distributor-form input:focus,
.registration-contact-style #distributor-form select:focus,
.registration-contact-style #distributor-form textarea:focus,
.registration-contact-style #login-form input:not([type="checkbox"]):hover,
.registration-contact-style #login-form select:hover,
.registration-contact-style #login-form textarea:hover,
.registration-contact-style #login-form input:not([type="checkbox"]):focus,
.registration-contact-style #login-form select:focus,
.registration-contact-style #login-form textarea:focus {
  background-color: #ffffff !important;
}

.registration-contact-style #stockist-form button:hover,
.registration-contact-style #distributor-form button:hover,
.registration-contact-style #login-form button:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #1a1a1a !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.impersonation-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 header.impersonation-header 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 .main-header div, 
.static-page .site-header div, 
.static-page .top-bar div, 
.static-page .navbar div, 
.static-page .header img, 
.static-page .main-header img, 
.static-page .site-header img, 
.static-page .top-bar img, 
.static-page .navbar img {
  color: #fff !important;
  fill: #fff !important;
}

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

/* Storefront site header: keep logo + icons full-color like the homepage (must not use invert above) */
.static-page .impersonation-header img {
  filter: none !important;
}

.static-page .impersonation-header .site-header-logo:not(.site-header-logo-compact) {
  width: 100% !important;
  height: 88px !important;
  max-width: 340px !important;
}

.static-page .impersonation-header .site-header-logo.site-header-logo-compact {
  width: auto !important;
  height: 4.25rem !important;
  max-width: 320px !important;
}

@media (min-width: 1280px) {
  .static-page .impersonation-header .site-header-logo.site-header-logo-compact {
    height: 4.5rem !important;
  }
}

.static-page .impersonation-header .site-header-logo-mobile {
  width: 172px !important;
  height: 44px !important;
  max-width: none !important;
}

.static-page .impersonation-header .site-header-logo-mobile.site-header-logo-compact {
  width: 180px !important;
  height: 48px !important;
}

@media (max-width: 768px) {
  .static-page .impersonation-header .site-header-logo-mobile.site-header-logo-compact {
    width: 145px !important;
  }
}

.static-page .impersonation-header a,
.static-page .impersonation-header span,
.static-page .impersonation-header svg {
  color: #222222 !important;
  fill: #222222 !important;
}

/* Search input styling only on static pages */
.static-page header.impersonation-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 header.impersonation-header nav input {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.static-page header.impersonation-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 header.impersonation-header 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 *, */ /* was breaking nested 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;
}

.static-page .impersonation-header .dropdown-menu {
  background-color: #fff !important;
  background: #fff !important;
  border: 1px solid white !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
}

.static-page .impersonation-header .dropdown-menu a,
.static-page .impersonation-header .dropdown-menu span,
.static-page .impersonation-header .dropdown-menu li {
  color: #1f2937 !important;
  background-color: transparent !important;
  background: transparent !important;
}

.static-page .impersonation-header .dropdown-menu a:hover {
  background-color: #f9fafb !important;
  background: #f9fafb !important;
  color: #111827 !important;
}

/* Legacy yellow promo strip — keep hidden site-wide */
.yellow-banner {
  display: none !important;
}

/* Site footer images (social + partners): never inherit header/nav invert filters on body.static-page */
.site-footer img {
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
}

.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.impersonation-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 header.impersonation-header 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 header.impersonation-header nav img {
    background: white;
    color: black !important;
  }

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

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

/* 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-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: 500px;
  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%);
}

.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;
}

.contact-faq-search-input:focus,
.contact-faq-search-input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.nnw-section {
  --nnw-nav-size: 36px;
  --nnw-nav-gutter: calc(var(--nnw-nav-size) + 10px);
  --nnw-nav-rx: 4.5px;
  --nnw-nav-stroke: #7e7e7e;
  --nnw-slide-gap: clamp(6px, 1.8vw, 10px);
  --nnw-img-h: clamp(92px, 26vw, 158px);
  margin-left: 0;
}

.nnw-section .nnw-slide-title {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nnw-section .nnw-scroller::-webkit-scrollbar {
  display: none;
}

.nnw-section .nnw-carousel-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

.nnw-section .nnw-carousel-root.swiper {
  overflow: hidden;
  padding-inline: var(--nnw-nav-gutter);
}

.nnw-section .nnw-carousel-root.swiper .nnw-scroller {
  gap: 0 !important;
}

.nnw-section .nnw-carousel-root.swiper .nnw-slide {
  flex: 0 0 auto !important;
  max-width: none !important;
}

.nnw-section .nnw-scroller {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: var(--nnw-slide-gap);
}

.nnw-section .nnw-scroller.nnw-scroller--static {
  flex-wrap: wrap;
  justify-content: center;
}

.nnw-section .nnw-slide {
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  flex: 0 0 100%;
  max-width: 100%;
}

@supports not (width: 1cqw) {
  @media (min-width: 425px) and (max-width: 1023px) {
    .nnw-section .nnw-slide {
      flex: 0 0 calc((100% - var(--nnw-slide-gap)) / 2);
      max-width: calc((100% - var(--nnw-slide-gap)) / 2);
    }
  }
  @media (min-width: 1024px) {
    .nnw-section .nnw-slide {
      flex: 0 0 calc((100% - 3 * var(--nnw-slide-gap)) / 4);
      max-width: calc((100% - 3 * var(--nnw-slide-gap)) / 4);
    }
  }
}

@supports (width: 1cqw) {
  .nnw-section .nnw-scroller {
    container-type: inline-size;
    container-name: nnw;
  }
  .nnw-section .nnw-slide {
    flex: 0 0 100cqw;
    max-width: 100cqw;
  }
  @container nnw (min-width: 425px) {
    .nnw-section .nnw-slide {
      flex: 0 0 calc((100cqw - var(--nnw-slide-gap)) / 2);
      max-width: calc((100cqw - var(--nnw-slide-gap)) / 2);
    }
  }
  @container nnw (min-width: 1024px) {
    .nnw-section .nnw-slide {
      flex: 0 0 calc((100cqw - 3 * var(--nnw-slide-gap)) / 4);
      max-width: calc((100cqw - 3 * var(--nnw-slide-gap)) / 4);
    }
  }
}

.nnw-section .nnw-slide-img-wrap {
  height: var(--nnw-img-h);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.nnw-section .nnw-slide-img-wrap img,
.nnw-section img.nnw-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}

.nnw-section .nnw-nav {
  position: absolute;
  z-index: 20;
  top: calc(var(--nnw-img-h) / 2);
  transform: translateY(-50%);
  width: var(--nnw-nav-size);
  height: var(--nnw-nav-size);
  padding: 0;
  border: 1px solid var(--nnw-nav-stroke);
  border-radius: var(--nnw-nav-rx);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: opacity 0.15s ease, background-color 0.15s ease;
}

.nnw-section .nnw-nav:hover:not(:disabled) {
  background-color: #fafafa;
}

.nnw-section .nnw-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.nnw-section .nnw-nav-prev {
  left: 0;
}

.nnw-section .nnw-nav-next {
  right: 0;
}

.nnw-section .nnw-nav-icon {
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--nnw-nav-stroke);
  border-bottom: 2px solid var(--nnw-nav-stroke);
}

.nnw-section .nnw-nav-prev .nnw-nav-icon {
  transform: rotate(135deg);
  margin-left: 1px;
}

.nnw-section .nnw-nav-next .nnw-nav-icon {
  transform: rotate(-45deg);
  margin-right: 1px;
}

@media (min-width: 1024px) {
  .nnw-section .nnw-scroller.nnw-scroller--static:has(.nnw-slide:nth-child(4):last-child) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--nnw-slide-gap);
    flex-wrap: unset;
    justify-content: unset;
    width: 100%;
  }

  .nnw-section .nnw-scroller.nnw-scroller--static:has(.nnw-slide:nth-child(4):last-child) .nnw-slide {
    flex: unset;
    max-width: none;
    width: 100%;
    min-width: 0;
  }

  .nnw-section .nnw-scroller.nnw-scroller--static:has(.nnw-slide:nth-child(4):last-child) .nnw-slide-img-wrap {
    width: 100%;
    max-width: 100%;
  }

  .nnw-section .nnw-scroller.nnw-scroller--static:has(.nnw-slide:nth-child(4):last-child) .nnw-slide-img-wrap img,
  .nnw-section .nnw-scroller.nnw-scroller--static:has(.nnw-slide:nth-child(4):last-child) img.nnw-slide-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }
}

@media (min-width: 1025px) {
  .nnw-section > .nnw-inner {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 767px) {
  .nnw-section .nnw-carousel-root.swiper {
    padding-inline: 0;
  }

  .nnw-section .nnw-carousel-root.swiper .nnw-slide-link {
    padding-inline: var(--nnw-nav-gutter);
    box-sizing: border-box;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .nnw-section .nnw-slide.quick-add-visible .add-to-cart-container > div {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
}

.nnw-font-poppins {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
}

.why-seamless1-number {
  font-family: "Protest Guerrilla", ui-sans-serif, system-ui, sans-serif;
}

.featured-products-title {
  font-size: clamp(24px, 5vw, 40px);
  padding-top: 15px;
}

.home-slider {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.home-slider-slide {
  margin: 0;
  padding: 0;
}

.home-slider-image {
  object-position: center top;
}

.home-slider-content {
  top: 40%;
}

.home-slider-title {
  z-index: 5;
  font-family: "arcamajora", sans-serif;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.25) 2px 3px 8px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 60px);
  line-height: 1.1;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.home-slider-subtitle {
  text-shadow: rgba(0, 0, 0, 0.25) 2px 3px 8px;
  font-size: clamp(16px, 3vw, 44px);
}

.home-slider-shop-label {
  width: 90%;
  border-width: 3px;
  font-size: 28px;
}
/*
 * 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

 *





 */

