@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Inter:wght@400;700&family=Oswald:wght@400;700&display=swap");
body {
  font-family: "Raleway", sans-serif;
}

html,
body {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

:root {
  --swiper-navigation-color: #ffffff;
  --swiper-theme-color: #ffffff;
}

/*
* {
    border: 1px solid yellow;
}*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
  overflow: hidden;
  background: #000 url("../img/pattern_circulosext.png") center center fixed;
  color: white;
}
@media screen and (max-width: 440px) {
  #preloader .espiral {
    width: 80px;
    height: 80px;
  }
}

body.preloader-active {
  overflow: hidden !important;
  height: 100vh !important;
}

.btn-red {
  background-color: #de2027;
  border: 0.1rem solid #de2027;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-black {
  background-color: black;
  border: 0.1rem solid black;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.text-rojo {
  color: #de2027;
}

.animated-image {
  opacity: 0;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 2s;
}

.animated-image.visible {
  opacity: 1;
  transform: translateX(20%);
}

nav#main-navbar {
  background-color: black;
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  align-items: center;
  z-index: 7;
  padding: 1rem 2rem;
}
nav#main-navbar .navbar-collapse {
  height: 70px;
}
@media screen and (max-width: 968px) {
  nav#main-navbar .navbar-collapse {
    height: 100vh;
    flex-direction: column;
    align-items: left;
    justify-content: flex-start;
  }
  nav#main-navbar .navbar-collapse .navbar-nav {
    flex-direction: column !important;
    gap: 1rem;
    width: 100%;
    align-items: flex-start;
    margin-top: 4rem;
  }
}
nav#main-navbar .ordernow {
  min-width: 120px;
  white-space: nowrap;
}
nav#main-navbar {
  /*@media screen and (max-width: 670px) {
      .navbar-collapse {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          background: #111; 
          z-index: 1050;
          padding-top: 80px; 
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
      }
      .navbar-nav {
          flex-direction: column !important;
          gap: 2rem;
          width: 100%;
          align-items: center;
      }
  }*/
}
nav#main-navbar a {
  font-family: "Inter", sans-serif;
  color: white;
  text-decoration: none;
  font-size: 1.0625rem;
}
nav#main-navbar.fixed-top {
  z-index: 1080;
}
nav#main-navbar .share img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 24px;
  filter: brightness(0) invert(1);
}

.img-fluid {
  max-width: 100%;
  height: auto !important;
}

.site-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 440px) {
  .site-title {
    font-size: 2rem;
  }
}

.site-title-gr {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
}
@media screen and (max-width: 440px) {
  .site-title-gr {
    font-size: 2.5rem;
  }
}

header {
  height: auto;
  position: relative;
}
header .hero {
  width: 100%;
  /*height: 97%;*/
  z-index: 10;
}
@media screen and (max-width: 415px) {
  header .hero {
    height: 90%;
  }
}
header .hero {
  background: #000 url("../img/pattern_circulosext.png") center center;
  color: white;
  position: relative;
}
header .hero .hero-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .hero .logo_slider {
  max-width: 530px;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 440px) {
  header .hero .logo_slider {
    max-width: 210px;
  }
}
header .bloque_rojo {
  position: absolute;
  z-index: 1;
  background-color: #de2027;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
}
header {
  /* Black Background Section */
}
header .black-background {
  /*min-height: calc(
      100vh - 60px
  );*/ /* Full viewport height minus red strip height */
  position: relative; /* For positioning child elements if needed */
  z-index: 10;
}
header {
  /* Red Strip at the bottom */
}
header .btn-vermas {
  z-index: 20;
  position: relative;
  top: 0;
}
header .contenido {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  padding: 3rem 6rem;
}
@media screen and (max-width: 415px) {
  header .contenido {
    padding: 3rem;
  }
}
header .contenido h2,
header .contenido h3 {
  font-family: "Rock-SansBold";
}
header .contenido h2 {
  font-size: 5rem;
  line-height: 1;
  max-width: 40vw;
}
@media screen and (max-width: 415px) {
  header .contenido h2 {
    font-size: 2rem;
    max-width: 80vw;
  }
}
header .contenido h3 {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 415px) {
  header .contenido .btn-outline-light {
    margin-top: 0.5rem;
    padding: 0.6rem 2rem;
  }
}
header picture {
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  display: flex;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  /*aspect-ratio: 9/16;*/
}

section#bloque-instagram {
  background-color: #de2027;
  padding: 0 1rem 2rem 1rem;
}
section#bloque-instagram .red-strip {
  background-color: #de2027; /* Red color from the image */
  height: 60px; /* Fixed height for the red strip */
  width: 100%;
}
section#bloque-instagram .swiper {
  position: relative;
  padding-bottom: 60px;
}
section#bloque-instagram .swiper-slide {
  aspect-ratio: 4/5;
  /*max-height: 268px;*/
  overflow: hidden;
  border-radius: 1rem;
}
section#bloque-instagram .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#bloque-instagram .swiper-pagination {
  position: absolute !important;
  bottom: 10px !important;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: auto;
}
section#bloque-instagram .swiper-button-next,
section#bloque-instagram .swiper-button-prev {
  z-index: 11;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
section#bloque-instagram .swiper-button-next {
  right: 10px;
}
section#bloque-instagram .swiper-button-prev {
  left: 10px;
}
section#bloque-instagram {
  /*.swiper-pagination {
      bottom: 20% !important;
      padding: 0 6rem;
      text-align: left !important;
      @media screen and (max-width: 415px) {
          bottom: 0% !important;
      }
  }*/
}
section#bloque-instagram .swiper-pagination-bullet-active {
  background-color: white !important;
}
@media screen and (max-width: 415px) {
  section#bloque-instagram .swiper-pagination-bullet-active {
    background-color: rgb(128, 128, 128) !important;
  }
}
section#bloque-instagram .swiper-button-next:after,
section#bloque-instagram .swiper-button-prev:after {
  font-size: 26px;
}

#followus {
  padding: 4rem 0;
  background: url(../img/pattern_formas.png) center center fixed;
  position: relative;
  min-height: 300px;
}
#followus .share a {
  border: 2px solid black;
  border-radius: 50%;
  padding: 1rem;
  aspect-ratio: 1/1;
  color: black;
  width: 76px;
}

#about {
  background: url(../img/pattern_formas.png) center center fixed;
  position: relative;
  min-height: 900px;
  overflow: hidden;
}
#about h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
#about .mano-sushi {
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  max-height: 800px;
  max-width: 80vw;
}
#about .espiral img {
  width: 100%;
  height: auto;
}
#about .espiral-1 {
  position: absolute;
  top: 15%;
  right: 1%;
  width: 7%;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 440px) {
  #about .espiral-1 {
    width: 10%;
  }
}
#about .espiral-2 {
  position: absolute;
  top: 20%;
  right: 45%;
  width: 5%;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 440px) {
  #about .espiral-2 {
    width: 10%;
  }
}
#about .espiral-3 {
  position: absolute;
  bottom: 20%;
  right: 25%;
  width: 8%;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 440px) {
  #about .espiral-3 {
    width: 20%;
  }
}
#about .espiral-3 img {
  /* Cambia el color del SVG a negro usando filter */
  filter: brightness(0) saturate(100%) invert(0);
}
#about .container.my-4 {
  display: flex;
  align-items: center;
  min-height: 800px;
}
#about .row {
  width: 100%;
}
#about .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  height: 100%;
}
#about h2,
#about p,
#about a {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}

#ordernow,
#menu {
  background-color: #de2027;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

#locations {
  background-color: white;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
#locations .container {
  overflow: hidden;
}
#locations .sushi {
  bottom: 15%;
  position: absolute;
  z-index: 1000;
  max-height: 600px;
}
#locations .sushi.left {
  left: -20px;
}
#locations .sushi.right {
  right: -20px;
}
@media screen and (max-width: 440px) {
  #locations .sushi {
    max-height: 170px;
  }
  #locations .sushi.left {
    bottom: 75%;
  }
  #locations .sushi.right {
    bottom: -20px;
  }
}
#locations .contact-info-panel {
  background-color: #f2f2f2; /* Color de fondo gris claro para el panel de información */
  padding: 30px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
#locations .contact-info-panel h3 {
  color: #de2027; /* Color rojo para el título */
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  font-family: "Oswald", sans-serif; /* Fuente Oswald para el título */
}
#locations .linea {
  border-left: 1px solid #de2027;
}
#locations .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #333; /* Color de texto general */
  font-size: 1rem;
}
#locations .contact-item i {
  color: #de2027; /* Color rojo para los íconos */
  font-size: 1.1rem;
  margin-right: 15px;
  min-width: 20px;
  height: 30px; /* Ancho fijo para alinear los íconos */
  text-align: right;
}
#locations .contact-item a {
  color: #333;
  text-decoration: none;
}
#locations .contact-item a:hover {
  color: #de2027;
}
#locations .map-panel {
  min-height: 350px; /* Altura mínima para el mapa */
}
#locations .map-panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Cubre el área manteniendo la relación de aspecto */
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: block; /* Elimina espacio extra debajo de la imagen */
}
#locations {
  /* Responsive adjustments */
}
@media (max-width: 767.98px) {
  #locations .contact-info-panel,
  #locations .map-panel {
    border-radius: 15px !important; /* Aplica bordes redondeados a ambos en móviles */
    border-bottom-left-radius: 0 !important; /* Elimina el borde inferior izquierdo si hay pila */
    border-top-right-radius: 0 !important; /* Elimina el borde superior derecho si hay pila */
  }
  #locations .contact-info-panel {
    padding-bottom: 20px;
  }
  #locations .map-panel {
    min-height: 250px; /* Ajusta altura del mapa en móviles */
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }
  #locations .contact-item {
    font-size: 1rem;
  }
}

footer {
  background-color: black;
  color: rgb(255, 255, 255);
  width: 100%;
  min-height: 170px;
  padding: 1.5rem 2.5rem;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 440px) {
  footer {
    padding: 3.5rem 2.5rem;
  }
}
footer .links {
  gap: 15px;
}
@media screen and (max-width: 415px) {
  footer .links {
    flex-direction: column;
  }
}
footer .links a {
  color: white;
  font-size: 1.2rem;
}

#redes .icons .bi {
  color: #828282;
  font-size: 1.5rem;
}

.order_now,
.pin,
.our_menu {
  max-height: 70px;
}

.instagram-handle {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
}
.instagram-handle .instagram {
  filter: brightness(0) invert(1); /* Invert colors for white icon */
  width: 25px; /* Adjust icon size as needed */
}

.instagram-icon {
  width: 25px; /* Adjust icon size as needed */
  height: 25px;
}

/* Logo and Text Styling */
.logo-text-container {
  text-align: center;
  margin-top: -150px;
  display: contents;
}

.logo-footer {
  max-width: 250px; /* Adjust logo size */
  height: auto;
  display: block; /* Ensures it takes full width for alignment */
  margin: 0 auto; /* Center the logo horizontally */
}

.blackmaki-logo {
  max-width: 250px; /* Adjust logo size */
  height: auto;
  display: block; /* Ensures it takes full width for alignment */
  margin: 0 auto; /* Center the logo horizontally */
}

.sushi-edition {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #de2027 !important; /* Red color from the image */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: -10px; /* Adjust vertical position */
}

.tagline {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Food Truck Styling */
.food-truck-container {
  padding: 20px;
  text-align: center;
}

.food-truck-image {
  max-width: 100%; /* Ensure image is responsive */
  height: auto;
}

/* Animations */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.animated-left {
  transform: translateX(-100%); /* Initial position off-screen left */
  opacity: 0;
  transition: transform 1.5s ease-out, opacity 1.5s ease-out; /* Smooth transition */
}

.animated-right {
  transform: translateX(100%); /* Initial position off-screen right */
  opacity: 0;
  transition: transform 1.5s ease-out, opacity 1.5s ease-out; /* Smooth transition */
}

.animated-left.show {
  animation: slideInLeft 1.5s ease-out forwards;
}

.animated-right.show {
  animation: slideInRight 1.5s ease-out forwards;
}

/* CSS animation to rotate the .espiral img 360 degrees infinitely */
.espiral img {
  animation: spin360 1.2s linear infinite;
  display: inline-block;
  width: 100%;
}

@keyframes spin360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tiras {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.tira {
  position: relative;
  animation: tiramove 1s linear infinite;
}
.tira.tira1 {
  top: -15px;
}
.tira.tira2 {
  top: -10px;
  animation: tiramove2 2s linear infinite;
}
.tira.tira3 {
  top: -5px;
}
@media screen and (max-width: 440px) {
  .tira {
    max-height: 20px;
  }
}

.tiras-down {
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  z-index: 1;
}

#menu .tiras-down .tira1 {
  bottom: -15px;
  filter: brightness(0) invert(1);
}

#ordernow {
  padding: 6rem 0;
}
#ordernow .tira {
  filter: brightness(0) invert(1);
}

@keyframes tiramove {
  0% {
    left: -10px;
  }
  50% {
    left: 0px;
  }
  100% {
    left: -10px;
  }
}
@keyframes tiramove2 {
  0% {
    left: -20px;
  }
  50% {
    left: -10px;
  }
  100% {
    left: -20px;
  }
}
/* Media Queries for Responsiveness */
@media (min-width: 768px) {
  .logo-text-container {
    text-align: left; /* Align text to the left on larger screens */
    padding-left: 50px; /* Adjust padding for better spacing */
  }
  .blackmaki-logo {
    margin: 0; /* Remove auto margin to align left */
  }
  .tagline {
    font-size: 4.5rem; /* Larger font size on desktop */
  }
  .sushi-edition {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .black-background {
    min-height: 45vh; /* Allow height to adjust on smaller screens */
    padding-top: 20px;
  }
  .food-truck-container {
    padding-top: 0; /* Remove top padding to bring it closer to text */
    padding-bottom: 0;
  }
  .logo-text-container {
    padding: 15px;
  }
  .blackmaki-logo {
    max-width: 200px;
  }
  .sushi-edition {
    font-size: 1.2rem;
  }
  .tagline {
    font-size: 2.5rem;
  }
  .instagram-handle {
    font-size: 1rem;
  }
  .instagram-icon {
    width: 20px;
    height: 20px;
  }
}
/* Even smaller screens */
@media (max-width: 575.98px) {
  .tagline {
    font-size: 2rem;
  }
  .sushi-edition {
    font-size: 1rem;
  }
  .blackmaki-logo {
    max-width: 180px;
  }
}
.swiperLocations,
.swiperMenu {
  width: 100%;
  display: flex;
  position: relative;
  /* Swiper container styling */
}
.swiperLocations .swiper-container,
.swiperMenu .swiper-container {
  width: 100%; /* Adjust width to fit within the container */
  height: auto; /* Adjust height based on content */
  padding: 0 0 50px 0; /* Add padding for better spacing */
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  .swiperLocations .swiper-container,
  .swiperMenu .swiper-container {
    padding: 0;
  }
}
.swiperLocations .swiper-slide,
.swiperMenu .swiper-slide {
  display: flex;
  flex-wrap: wrap; /* Allows products to wrap into two rows */
  justify-content: center;
  align-items: flex-start; /* Align items to the top of the rows */
  gap: 20px; /* Space between product cards */
  padding: 20px 0;
}
.swiperLocations,
.swiperMenu {
  /* Product card styling */
}
.swiperLocations .product-card,
.swiperMenu .product-card {
  border-radius: 40px 0 0 0;
  overflow: hidden;
  /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);*/
  display: flex;
  flex-direction: column;
  width: calc(25% - 15px); /* 4 cards per row, accounting for gap */
  min-width: 280px; /* Minimum width for small screens */
  max-width: 300px; /* Max width for consistency */
  flex-grow: 1; /* Allows cards to grow within the flex container */
}
.swiperLocations .product-card img,
.swiperMenu .product-card img {
  width: 100%;
  height: 180px; /* Fixed height for product images */
  -o-object-fit: cover;
     object-fit: cover; /* Ensures images cover the area without distortion */
  display: block;
}
.swiperLocations .product-info,
.swiperMenu .product-info {
  border-left: 3px solid white;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: left;
  flex-grow: 1; /* Allows info section to take available space */
}
.swiperLocations .product-title,
.swiperMenu .product-title {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #000000;
}
.swiperLocations .product-description,
.swiperMenu .product-description {
  font-size: 0.9rem;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
}
.swiperLocations .product-new-badge,
.swiperMenu .product-new-badge {
  background-color: #fff;
  color: #de2027;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 8px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
}
.swiperLocations,
.swiperMenu {
  /* Swiper navigation buttons */
}
.swiperLocations .swiper-button-next,
.swiperLocations .swiper-button-prev,
.swiperMenu .swiper-button-next,
.swiperMenu .swiper-button-prev {
  color: #fff !important; /* White arrows */
  font-size: 2.5rem !important;
  --swiper-navigation-size: 30px; /* Adjust arrow size */
}
.swiperLocations .swiper-button-prev,
.swiperMenu .swiper-button-prev {
  left: -20px !important;
}
.swiperLocations .swiper-button-next,
.swiperMenu .swiper-button-next {
  right: -20px !important;
}
.swiperLocations,
.swiperMenu {
  /* Responsive adjustments */
}
@media (max-width: 1200px) {
  .swiperLocations .product-card,
  .swiperMenu .product-card {
    width: calc(33.33% - 14px); /* 3 cards per row */
  }
}
@media (max-width: 992px) {
  .swiperLocations .product-card,
  .swiperMenu .product-card {
    width: calc(50% - 10px); /* 2 cards per row */
  }
  .swiperLocations .swiper-slide,
  .swiperMenu .swiper-slide {
    gap: 15px;
  }
  .swiperLocations .swiper-button-next,
  .swiperLocations .swiper-button-prev,
  .swiperMenu .swiper-button-next,
  .swiperMenu .swiper-button-prev {
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .swiperLocations .product-card,
  .swiperMenu .product-card {
    width: 90%; /* Single card per row, with some margin */
    max-width: 350px; /* Limit max width for readability */
    margin: 0 auto; /* Center individual cards */
  }
  .swiperLocations .swiper-slide,
  .swiperMenu .swiper-slide {
    flex-direction: column; /* Stack cards vertically */
    align-items: center;
    gap: 15px;
  }
  .swiperLocations .swiper-button-next,
  .swiperLocations .swiper-button-prev,
  .swiperMenu .swiper-button-next,
  .swiperMenu .swiper-button-prev {
    transform: scale(0.6);
  }
  .swiperLocations .swiper-button-next,
  .swiperMenu .swiper-button-next {
    right: -10px !important;
  }
  .swiperLocations .swiper-button-prev,
  .swiperMenu .swiper-button-prev {
    left: -10px !important;
  }
}
@media (max-width: 576px) {
  .swiperLocations .section-title,
  .swiperMenu .section-title {
    font-size: 2rem;
  }
  .swiperLocations .product-title,
  .swiperMenu .product-title {
    font-size: 1.1rem;
  }
  .swiperLocations .product-description,
  .swiperMenu .product-description {
    font-size: 0.85rem;
  }
  .swiperLocations .product-new-badge,
  .swiperMenu .product-new-badge {
    font-size: 0.7rem;
  }
}

.swiperLocations {
  /* Swiper navigation buttons */
}
.swiperLocations .swiper-pagination {
  bottom: -5px !important;
}
.swiperLocations .swiper-pagination-bullet {
  background-color: #de2027;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
.swiperLocations .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 4px;
}
.swiperLocations picture {
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  display: flex;
  height: 100%;
}/*# sourceMappingURL=frontend.css.map */