@import "https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css";
@import "//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css";
.btn-outline-primary {
  background-color: transparent;
  color: #ff9600;
  border: 1px solid #ff9600;
  padding: 10px 30px;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 3px;
}
.btn-outline-primary:hover {
  border: 1px solid #ff9600;
  background: #ff9600;
  color: #F0F0F0;
}

.btn-prm {
  background-color: #FF96004D;
  color: #F0F0F0;
  border: none;
  padding: 10px 30px;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 3px;
}
.btn-prm:hover {
  background-color: #cc7800;
  color: #F0F0F0;
}

.btn-lh {
  color: #ff9600;
  font-size: 0.9em;
  font-weight: bold;
}
.btn-lh:hover {
  color: #F0F0F0;
}

body {
  font-family: "Lato", sans-serif;
}

.site-header {
  background: transparent;
  z-index: 9999;
}
.site-header .mobile-menu-toggle span {
  background: #F0F0F0;
}
.site-header .main-navigation {
  top: 65px;
}
@media (max-width: 991px) {
  .site-header .main-navigation ul {
    height: 100%;
  }
}
.site-header .main-navigation.active {
  background: #161616;
}
.site-header a {
  color: #F0F0F0;
  font-size: 0.9em;
  font-weight: 300;
}
.site-header a:hover {
  color: #ff9600;
}
.site-header .nav-link.active {
  color: #ff9600;
}
.site-header .nav-link.active::before {
  background: #ff9600;
}
.site-header .current-menu-item a {
  color: #ff9600;
}
.site-header .main-navigation .current-menu-ancestor a {
  color: #ff9600;
}
.site-header .main-navigation .sub-menu {
  background: #161616;
}
.site-header .main-navigation .sub-menu .current-menu-item a {
  border-left-color: #ff9600;
}
.site-header .main-navigation .sub-menu a {
  color: #F0F0F0;
}
.site-header .main-navigation .sub-menu a:hover {
  border-left-color: #ff9600;
}

.header-hidden, .scrolled {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.site-title img {
  max-width: 150px;
  height: auto;
}

.site-description {
  text-indent: -9999px;
}

.slide-home {
  margin-top: -143px;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 800px) {
  .slide-home {
    height: 60vh;
  }
}
.slide-home .video-content {
  bottom: 0;
  position: relative;
  top: 0;
  height: 700px;
  width: 100%;
}
.slide-home .video-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .slide-home .video-content img {
    height: 60vh;
  }
}
.slide-home .video-content video {
  object-position: center;
  width: 100%;
}
.slide-home .caption {
  color: #F0F0F0;
  position: absolute;
  top: 30%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  width: 50%;
  text-align: center;
}
@media (max-width: 800px) {
  .slide-home .caption {
    top: 22%;
    left: 0%;
    width: 90%;
  }
}
.slide-home .caption h1 {
  font-size: 2.5em;
  font-weight: 400;
}
@media (max-width: 800px) {
  .slide-home .caption h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.slide-home .caption .mt-3 {
  font-weight: 300;
  margin-bottom: 30px;
}
.slide-home .caption p {
  border: 1px solid #F0F0F0;
  color: #F0F0F0;
  font-size: 0.8em;
  width: 48%;
  margin: 0 auto;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .slide-home .caption p {
    font-size: 0.8em;
    line-height: normal;
    width: 65%;
  }
}
.slide-home .caption .btn {
  font-size: 1em;
}

.services-home {
  background: #090909;
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}
.services-home .container .col-md-4 {
  margin-top: -50px;
  transition: transform 0.25s ease;
  will-change: transform;
}
.services-home .container .col-md-4:hover {
  transform: translateY(-20px);
}
@media (max-width: 800px) {
  .services-home .container .col-md-4 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .services-home .container .col-md-4:first-child {
    margin-top: -50px;
  }
}
.services-home .container .card {
  background: #161616;
}
.services-home .container .card img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}
.services-home .container .card h5 {
  color: #ff9600;
}
.services-home .container .card p {
  color: #F0F0F0;
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.services-home .container .card .btn-lh {
  float: right;
}

.gallery-section {
  width: 100%;
}

.gallery-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.gallery-caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: background 0.25s ease;
}

.gallery-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.gallery-text,
.gallery-link {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.gallery-text {
  margin: 0.75rem 0 0.5rem;
  max-width: 28ch;
}

.gallery-link {
  display: inline-block;
  font-size: 0.9em;
  text-decoration: none;
  padding: 0.5rem 3rem;
  color: #F0F0F0;
  align-self: flex-end;
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
}
.gallery-link:hover {
  color: #ff9600;
  text-decoration: none;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.05);
}
.gallery-item:hover .gallery-caption {
  background: rgba(0, 0, 0, 0.55);
}
.gallery-item:hover .gallery-text,
.gallery-item:hover .gallery-link {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.gallery-item:hover .gallery-link:hover {
  text-decoration: underline;
}

.secc-video {
  background: #090909;
  color: #F0F0F0;
  padding: 100px 0 130px 0;
}
.secc-video h2 {
  font-size: 4em;
}
.secc-video p {
  margin-bottom: 20px;
}
.secc-video .btn-prm {
  padding: 10px 10px;
}
.secc-video .video-wrapper {
  padding: 40px 0 0 0;
}

.bann-hm {
  background: url("../images/aliado.jpg") no-repeat center center;
  background-size: cover;
  color: #F0F0F0;
  padding: 200px 0;
}
.bann-hm h4 {
  font-weight: bold;
}

.sol-hm {
  background: #090909;
  color: #F0F0F0;
  padding: 100px 0 130px 0;
}
.sol-hm h6 {
  font-size: 4em;
}
.sol-hm p {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.sol-hm .btn-prm {
  padding: 10px 10px;
}
.sol-hm .fa-solid {
  color: #ff9600;
}
.sol-hm a {
  color: #F0F0F0;
}
.sol-hm a:hover {
  color: #ff9600;
}

.hero-nosotros {
  margin-top: -70px;
}
@media (max-width: 800px) {
  .hero-nosotros {
    height: 125vh;
  }
}
@media (max-width: 800px) {
  .hero-nosotros .display-4 {
    font-size: 2em;
  }
}
@media (max-width: 800px) {
  .hero-nosotros p {
    font-size: 0.9em;
  }
}
.hero-nosotros .mt-5 {
  margin-top: 20px !important;
}
@media (max-width: 800px) {
  .hero-nosotros .hero-image {
    height: 100%;
  }
}
@media (max-width: 800px) {
  .hero-nosotros .hero-image img {
    height: 100%;
  }
}
.hero-nosotros .top-30 {
  top: 60%;
}
@media (max-width: 800px) {
  .hero-nosotros .top-30 {
    top: 55%;
  }
}
.hero-nosotros .top-30 small {
  font-size: 0.9em;
  font-weight: 300;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 5px 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.hero-nosotros .lead {
  font-size: 0.9em;
}
.hero-nosotros .hero-content {
  width: 70%;
}
@media (max-width: 800px) {
  .hero-nosotros .hero-content {
    width: 90%;
  }
}
.hero-nosotros .col-md-4 p {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.nclients {
  background: #090909;
}
.nclients h3 {
  color: #F0F0F0;
  font-weight: 300;
  margin-bottom: 50px;
}
.nclients img {
  max-width: 120px;
  height: auto;
  opacity: 0.7;
}
.nclients h6 {
  color: #F0F0F0;
  font-weight: bold;
  text-align: center;
}

.bann-us {
  background: url("../images/banner-btn.jpg") no-repeat center center;
  background-size: cover;
  color: #F0F0F0;
  padding: 200px 0;
}
.bann-us h4 {
  font-weight: bold;
}

.page-servicios .hero-servicios {
  margin-top: -70px;
}
@media (max-width: 800px) {
  .page-servicios .hero-servicios {
    margin-top: -65px;
  }
}
.page-servicios .hero-servicios .top-50 {
  top: 50%;
}
.page-servicios .hero-servicios .top-50 small {
  font-size: 0.9em;
  font-weight: 300;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 5px 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (max-width: 800px) {
  .page-servicios .hero-servicios .lead {
    font-size: 0.9em;
  }
}
.page-servicios .ventaja-competitiva {
  background: #090909;
  color: #F0F0F0;
  padding: 60px 30px;
}
.page-servicios .ventaja-competitiva h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.page-servicios .ventaja-competitiva p {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 0;
}
.page-servicios .lista-servicios {
  background: #161616;
  padding-bottom: 50px;
}
.page-servicios .card {
  border-radius: 0;
  background: #090909;
  color: #F0F0F0;
}
.page-servicios .card .card-text {
  font-size: 0.9em;
  font-weight: 300;
}
.page-servicios .proceso-trabajo {
  background: #090909;
  color: #F0F0F0;
  padding: 60px 30px;
}
.page-servicios .proceso-trabajo h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.page-servicios .proceso-trabajo p {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 0;
}
.page-servicios .step-number {
  background: #ff9600;
  color: #161616;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.page-servicios .cta-servicios {
  background: url("../images/listos.jpg") no-repeat center center;
  background-size: cover;
  color: #F0F0F0;
}
.page-servicios .cta-servicios .btn-lh {
  border: 0;
  background: #161616;
  color: #ff9600;
}
.page-servicios .servicio-icon {
  background: #ff9600;
}

.page-contacto .sol-hm {
  padding: 50px 0;
}

.site-footer {
  border-top: 1px solid gray;
  margin-top: 0;
  background: #090909;
  color: #F0F0F0;
  padding: 40px 0 50px 0;
}
@media (max-width: 800px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer img {
  max-width: 150px;
  height: auto;
}
.site-footer small {
  font-size: 0.7em;
}
.site-footer .footer-nav .footer-menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.site-footer .footer-nav .footer-menu > li {
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav .footer-menu > li > a {
  color: #F0F0F0;
  font-size: 0.9em;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
}
.site-footer .footer-nav .footer-menu > li > a:hover {
  text-decoration: none;
  color: #ff9600;
}

.ph-call a {
  color: #161616;
  position: fixed;
  right: 5px;
  z-index: 9999999999999999;
  top: 90%;
  font-size: 20px;
}

.whatsapp a {
  position: fixed;
  right: 5px;
  z-index: 9999999999999999;
  top: 80%;
  font-size: 20px;
  color: #00d674;
}

.woocommerce {
  background: #161616;
}
.woocommerce .woocommerce-products-header .page-title {
  color: #ff9600;
}
.woocommerce .woocommerce-result-count {
  color: #ff9600;
}
.woocommerce .sidebar-widget {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 1.5rem;
}
.woocommerce .view-switcher .btn.active {
  background: #ff9600;
}
.woocommerce .category-list a:hover {
  color: #ff9600;
  padding-left: 0.5rem;
}
.woocommerce .category-list .category-item.active a {
  color: #ff9600;
  font-weight: bold;
}
.woocommerce .single-product-page {
  background: #090909;
}
.woocommerce .thumbnail-image:hover {
  border-color: #ff9600;
}
.woocommerce .thumbnail-image.active {
  border-color: #ff9600;
}
.woocommerce .product-tabs .nav-link.active {
  color: #ff9600;
  border-bottom: 2px solid #ff9600;
}
.woocommerce .related-products h3 {
  color: #ff9600;
}
.woocommerce .related-products .card-body {
  background: #ff9600;
}
.woocommerce .related-products .card-body .card-title a {
  font-weight: bold;
}
.woocommerce .product-category-single a {
  color: #ff9600 !important;
}
.woocommerce ul.products {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  justify-content: start;
  align-content: start;
}
.woocommerce ul.products::before {
  content: none !important;
  display: none !important;
}
.woocommerce ul.products::after {
  content: none !important;
  display: none !important;
}
.woocommerce ul.products li.product {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  justify-self: stretch;
}
.woocommerce ul.products[data-view=list],
.woocommerce ul.products.is-list,
.woocommerce ul.products.list-view {
  grid-template-columns: 1fr;
  justify-items: stretch;
}
.woocommerce ul.products[data-view=list] li.product,
.woocommerce ul.products.is-list li.product,
.woocommerce ul.products.list-view li.product {
  width: 100% !important;
  justify-self: stretch;
}
.woocommerce ul.products[data-view=list] li.product a.woocommerce-loop-product__link,
.woocommerce ul.products[data-view=list] li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products.is-list li.product a.woocommerce-loop-product__link,
.woocommerce ul.products.is-list li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products.list-view li.product a.woocommerce-loop-product__link,
.woocommerce ul.products.list-view li.product a.woocommerce-LoopProduct-link {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 992px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #ff9600;
}
.woocommerce .woocommerce-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.woocommerce .woocommerce-breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.woocommerce .woocommerce-breadcrumb li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce .woocommerce-breadcrumb li::before {
  content: none !important;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #ff9600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.sidebar-widget.search-widget .woocommerce-product-search {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 0;
}
.sidebar-widget.search-widget .woocommerce-product-search input[type=search] {
  flex: 1;
  width: 100%;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid var(--bs-border-color);
  border-right: 0;
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  outline: 0;
}
.sidebar-widget.search-widget .woocommerce-product-search input[type=search]::placeholder {
  color: var(--bs-secondary-color);
  opacity: 0.75;
}
.sidebar-widget.search-widget .woocommerce-product-search input[type=search]:focus {
  border-color: rgba(var(--bs-primary-rgb), 0.6);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
  position: relative;
  z-index: 2;
}
.sidebar-widget.search-widget .woocommerce-product-search button[type=submit] {
  padding: 0.5rem 0.9rem;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #ff9600;
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #ff9600;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}
.sidebar-widget.search-widget .woocommerce-product-search button[type=submit]:hover {
  filter: brightness(0.95);
}
.sidebar-widget.search-widget .woocommerce-product-search button[type=submit]:active {
  transform: translateY(1px);
}

@media (max-width: 576px) {
  .sidebar-widget.search-widget .woocommerce-product-search {
    flex-direction: column;
    gap: 0.5rem;
  }
  .sidebar-widget.search-widget .woocommerce-product-search input[type=search] {
    border-right: 1px solid var(--bs-border-color);
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
  }
  .sidebar-widget.search-widget .woocommerce-product-search button[type=submit] {
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
    width: 100%;
  }
}
#searchModal .modal-dialog {
  max-width: 720px;
}
#searchModal .modal-dialog .btn-close {
  color: #F0F0F0;
}
#searchModal .modal-content.search-premium {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
}
#searchModal .search-premium__header {
  padding: 1.25rem 1.25rem 0.9rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}
#searchModal .search-premium__header::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
#searchModal .modal-title {
  color: #F0F0F0;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.15rem;
  line-height: 1.15;
  margin: 0;
}
#searchModal .search-premium__body {
  padding: 1.1rem 1.25rem 1.25rem;
}
#searchModal .search-premium__formWrap {
  position: relative;
}
#searchModal .search-premium__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.04);
  pointer-events: none;
  z-index: 2;
}
#searchModal .woocommerce-product-search,
#searchModal form[role=search],
#searchModal .search-form {
  display: flex;
  align-items: stretch;
  gap: 0.65rem;
  width: 100%;
  margin: 0;
}
#searchModal .woocommerce-product-search .search-field,
#searchModal form[role=search] input[type=search],
#searchModal .search-form .search-field,
#searchModal input[type=search] {
  flex: 1;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem 1rem 62px;
  font-size: 1rem;
  background: #161616;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
#searchModal .woocommerce-product-search .search-field:focus,
#searchModal form[role=search] input[type=search]:focus,
#searchModal .search-form .search-field:focus,
#searchModal input[type=search]:focus {
  border-color: rgba(13, 110, 253, 0.55);
  box-shadow: 0 0 0 0.32rem rgba(13, 110, 253, 0.14), 0 16px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
#searchModal .woocommerce-product-search button,
#searchModal form[role=search] button,
#searchModal .search-form button,
#searchModal button[type=submit] {
  border: 0;
  border-radius: 16px;
  padding: 1rem 1.1rem;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  background: linear-gradient(135deg, #ff9600, #ff9600);
  box-shadow: 0 14px 30px rgba(13, 110, 253, 0.22), 0 14px 30px rgba(111, 66, 193, 0.12);
  transition: transform 0.12s ease, filter 0.12s ease, box-shadow 0.12s ease;
}
#searchModal .woocommerce-product-search button:hover,
#searchModal form[role=search] button:hover,
#searchModal .search-form button:hover,
#searchModal button[type=submit]:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}
#searchModal .woocommerce-product-search button:active,
#searchModal form[role=search] button:active,
#searchModal .search-form button:active,
#searchModal button[type=submit]:active {
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(13, 110, 253, 0.18), 0 10px 22px rgba(111, 66, 193, 0.1);
}
@media (max-width: 460px) {
  #searchModal .woocommerce-product-search,
#searchModal form[role=search],
#searchModal .search-form {
    flex-direction: column;
  }
  #searchModal button[type=submit] {
    width: 100%;
  }
}
@media (prefers-color-scheme: dark) {
  #searchModal .modal-content.search-premium {
    background: rgba(18, 18, 18, 0.85);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55), 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  }
  #searchModal .search-premium__header::after {
    background: rgba(255, 255, 255, 0.08);
  }
  #searchModal .search-premium__icon {
    color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.08);
  }
  #searchModal input[type=search],
#searchModal .search-field {
    background: rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.92);
  }
}

/*# sourceMappingURL=styles.css.map */
