/* Avoid affecting the flex container when it appears */
.user-menu-container {
    position: absolute;
}

.preload-visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s ease;
}

/* Hidden after loading */
.preload-visible.preload-done {
  opacity: 0;
  pointer-events: none;
}

.bootic-modal {
  z-index: 100000000!important;
}

.bg-blur {
  background-color: #eeeeee75;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); /* Required for Safari */
}


input.uber_required.hidden {
    display: none;
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  height: 2.5rem; /* h-10 */
  width: 100%;
  border-radius: var(--input-border-radius); 
  border: 1px solid var(--input-border-color);
  background-color: var(--input-bg); 
  padding: 0.5rem 0.75rem; 
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(222 47% 11%);
}


/*! general styles */

.text-primary-foreground {
    color: var(--color-primary-foreground);
}

input[type="file"] {
  height: auto;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.custom-field.file {
  position: relative;
  display: inline-block;
}

.custom-field.file::before {
  content: "\1F4CE";
  position: absolute;
  left: 10px;
  bottom: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-field.file input[type="file"] {
  padding-left: 35px;
}

.filter-wrapper select {
    height: 32px;
    font-size: 12px;
    line-height: normal;
    color: black;
}

.filter-wrapper select {
    padding: 0px 24px 0px 34px!important;
    background-image: none;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.select-wrapper::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 16-4 4-4-4'/%3E%3Cpath d='M17 20V4'/%3E%3Cpath d='m3 8 4-4 4 4'/%3E%3Cpath d='M7 4v16'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (pointer: fine) {
  
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--scrollbar-color) 70%, white) var(--scrollbar-bg);
  }

  /* Chrome, Edge y Safari */
  ::-webkit-scrollbar {
    width: 10px;  /* Ancho total */
    height: 10px; /* Alto para scroll horizontal */
  }

  ::-webkit-scrollbar-track {
    background: var(--scrollbar-bg);
  }

  ::-webkit-scrollbar-thumb {
    background-color: color-mix(in srgb, var(--scrollbar-color) 70%, white);
    border-radius: 20px;
    border: 3px solid var(--scrollbar-bg);
    background-clip: content-box;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color);
  }
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Placeholder */
input::placeholder,
textarea::placeholder {
  color: hsl(215 16% 47%);
}

/* Focus ring */
input:not([type="checkbox"]):not([type="radio"]):focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px hsl(0 0% 100%), 0 0 0 4px var(--color-ring);
}

form#search-form input:focus-visible {
    outline: none;
    box-shadow: none;
}

/* Disabled */
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

select, select:disabled {
  background-image: none!important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 1rem;
  border: 1px solid var(--input-border-color);
  border-radius: var(--input-border-radius);
  overflow: hidden;
}

thead th {
  text-align: left;
  padding: 0.75rem 1rem;
  background-color: #F8FAFC;
  color: #1E293B;
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom: 2px solid var(--input-border-color);
}

tbody td {
  text-align: left;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #475569;
  border-bottom: 1px solid var(--input-border-color);
}

tbody tr:nth-child(even) {
  background-color: #F1F5F9;
}

thead tr:first-child th:first-child {
  border-top-left-radius: var(--input-border-radius);
}

thead tr:first-child th:last-child {
  border-top-right-radius: var(--input-border-radius);
}

tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--input-border-radius);
}

tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--input-border-radius);
}



/*! collections, product types, vendor and tags shared styles */

.resource-description p {
  margin: 0 0 1rem 0;
}

.resource-description p:last-child {
  margin: 0;
}

.entry iframe{
    width: 100%;
    border: 1px solid var(--input-border-color);
    border-radius: 6px;
}

/*! products pagination general styles */

.pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 100px 0 50px 0;
}

.pagination a:not(.more-results),
.pagination a[rel="prev"]:not(.previous_page),
.pagination a[rel="next"]:not(.next_page) {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
}

.pagination .previous_page:first-of-type,
.pagination .next_page:last-of-type {
  width: fit-content;
  text-align: center;
}

.pagination .previous_page.disabled, .pagination .next_page.disabled {
    display: none;
}

.pagination .current,
.pagination .next,
.pagination a:not(.more-results) {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
}

.pagination a[aria-label="Page 1"]:hover,
.pagination a[aria-label="Page 3"]:hover,
.pagination a[rel="prev"]:not(.previous_page):hover,
.pagination a[rel="next"]:not(.next_page):hover  {
  background-color: var(--button-bg, #000000);
  border: 1px solid var(--button-bg, #000000);
  color: #fff;
}

.pagination .current {
  background-color: var(--button-bg, #000000);
  color: #fff;
  border: 1px solid var(--button-bg, #000000);
  border-radius: 10px;
}

@media screen and (max-width: 760px) {
  .pagination .previous_page,
  .pagination .next_page,
  .pagination em,
  .pagination a:not(.more-results) {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pagination .previous_page,
  .pagination .next_page {
    display: none
  }
}

.post-paragraph,
.entry p {
  margin: 0 0 1rem 0;
}

.post-header,
.entry h3 {
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 6px 0;
  color: hsl(240, 6.5%, 18%);
}

.post-paragraph a,
.entry a {
  font-weight: 500;
  text-decoration: underline;
}

.post-paragraph a:hover,
.entry a:hover {
  color: var(--button-bg-hover, #222222);
}

.post-list {
  font-size: 17px;
}

.post-list,
.entry ul {
  margin: 0 0 1rem 0;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 24px;
}

.entry ul,
.entry ol {
  margin-left: 1rem;
}
.entry li {
  list-style: disc;
}

.post-product {
  display: flex;
  gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid var(--input-border-color);
  padding: 20px;
  margin: 0 0 2rem 0;
}

.post-product-image {
  width: fit-content;
}

.post-product-image img {
  border-radius:6px;
}

.post-product .post-product-title {
  margin: 0 0 1rem 0;
}

.post-product-title a {
  font-weight: 700;
  font-size: 20px;
}

.post-product .post-product-cta {
  width: fit-content;
  text-decoration: none;
}

.post-product .post-product-cta:hover {
  color: var(--button-text, #fff);
}

.post-block {
  margin: 0 0 2rem 0;
}

.post-block:has(.post-header) {
  margin: 0;
}

.post-block:has(.post-delimiter) {
  margin: 2rem 0;
}


.checkbox.contact-form-row input {
    height: 1rem;
    width: fit-content;
    margin: 0;
    padding: 0;
}

.checkbox.contact-form-row {
    display: flex;
    align-items: center;
}

.contact-form-row input {
    display: flex;
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--muted-foreground);
    background-color: var(--background);
    border-color: var(--input);
    border-width: 1px;
}

/* adaptación de bootic-modal en mobile */

@media screen and (max-width: 640px) {
  .bootic-modal.products-list-modal > div, .bootic-modal:has(.gift-card-modal) > div, .bootic-modal.delivery-setup-modal > div, .bootic-modal.user-login > div, .bootic-modal:has(.popup-quote-flow-container) > div {
      position: absolute;
      padding: 1rem;
      height: calc(100dvh - 1rem);
      width: 100dvw;
      border-radius: 20px 20px 0 0;
      background-color: #fff;
      transform: translate(0, 100%);
      transition: all 0.5s cubic-bezier(.7, .16, .2, .9);
      top: unset;
      overflow: hidden;
  }
  .bootic-modal.products-list-modal.active > div, .bootic-modal:has(.gift-card-modal).active > div, .bootic-modal.delivery-setup-modal.active > div, .bootic-modal.user-login.active > div, .bootic-modal:has(.popup-quote-flow-container).active > div {
      transform: translate(0, 0%);
      transition: all 0.5s 0.5s cubic-bezier(.7, .16, .2, .9);
  }
  .bootic-modal.products-list-modal, .bootic-modal.delivery-setup-modal, .bootic-modal.user-login, .bootic-modal:has(.gift-card-modal), .bootic-modal:has(.popup-quote-flow-container) {
      position: fixed;
      top: 0;
      left: 0;
      width: 100dvw;
      height: 100dvh;
      padding: 1rem 0 0 0;
      background-color: #131313ed;
  }
}


.bootic-modal .close-button {
    border-radius: 100%;
    z-index: 1000;
    background: white;
    font-size: 0px;
    width: 30px;
    height: 30px;
}

.bootic-modal .close-button:after {
    content: '\00d7';
    font-size: 30px;
    font-weight: 500;
    position: relative;
    width: 100%;
    display: block;
}
/* Modal custom (no bootic-modal) */

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.modal.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  pointer-events: all;
}

/* Contenedor del modal - por defecto centrado */
.modal-container {
  position: absolute;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.modal.active .modal-container {
  transform: scale(1);
}

/* Variante: desde abajo (slide-up) */
.modal.from-bottom .modal-container {
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.modal.from-bottom.active .modal-container {
  transform: translateY(0);
}

/* Variante: desde la derecha (slide-left) */
.modal.from-right .modal-container {
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
}

.modal.from-right.active .modal-container {
  transform: translateX(0);
}

/* Variante: desde la izquierda (slide-right) */
.modal.from-left .modal-container {
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
}

.modal.from-left.active .modal-container {
  transform: translateX(0);
}

/* Variante: desde arriba (slide-down) */
.modal.from-top .modal-container {
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.modal.from-top.active .modal-container {
  transform: translateY(0);
}

/* Clase para bloquear scroll del body */
body.noscroll {
  overflow: hidden;
}

/* For galleries using siema so all items have the same height */
.gallery-container.gallery-active > div {
    display: flex;
}

.gallery-container .in-carousel {
    height: auto;
}
.gallery-container.gallery-active .in-carousel {
    height: 100%;
}

@media (max-width: 768px) {
  .gallery-container .gallery-item {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .gallery-container:not(.gallery-active) .in-carousel.min-per-row-6 {
    width: calc(16% - 0.25rem);
  }

  .gallery-container:not(.gallery-active) .in-carousel.max-per-row-5 {
    width: calc(20% - 0.25rem);
  }

  .gallery-container:not(.gallery-active) .in-carousel.max-per-row-4 {
    width: calc(25% - 0.25rem);
  }

  .gallery-container:not(.gallery-active) .in-carousel.max-per-row-3 {
    width: calc(33% - 0.25rem);
  }

  .gallery-container:not(.gallery-active) .in-carousel.max-per-row-2 {
    width: calc(50% - 0.25rem);
  }

  /* Show only first N elements on large screens */
  .in-carousel.max-per-row-1:first-child,
  .in-carousel.max-per-row-2:nth-child(-n+2),
  .in-carousel.max-per-row-3:nth-child(-n+3),
  .in-carousel.max-per-row-4:nth-child(-n+4),
  .in-carousel.max-per-row-5:nth-child(-n+5),
  .in-carousel.max-per-row-6:nth-child(-n+6) {
    display: flex;
  }

  .in-carousel.max-per-row-1{
    width: 100%!important;
  }

  .main-gallery-section .gallery-container:not(.gallery-active){
    display: flex;
  }

  .main-gallery-section .gallery-container:not(.gallery-active) .relative.in-carousel{
    width: 100%!important;
  }
}

.main-gallery-section .dots {
    margin-top: calc(var(--spacing) * -4);
}

.gallery-container.gallery-active .in-carousel{
  display: flex;
}

.gallery-container:not(.gallery-active) {
  display: flex;
}

.gallery-wrapper button:disabled {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .gallery-container:not(.gallery-active) .in-carousel.min-per-row-6 {
    width: calc(16% - 0.25rem);
  }

  .gallery-container:not(.gallery-active) .in-carousel.min-per-row-5 {
    width: calc(20% - 0.25rem);
  }

  .gallery-container:not(.gallery-active) .in-carousel.min-per-row-4 {
    width: calc(25% - 0.25rem);
  }

  .gallery-container:not(.gallery-active) .in-carousel.min-per-row-3 {
    width: calc(33% - 0.25rem);
  }

  .gallery-container:not(.gallery-active) .in-carousel.min-per-row-2 {
    width: calc(50% - 0.25rem);
  }

  .gallery-container:not(.gallery-active) .in-carousel.min-per-row-1 {
    width: 100%;
  }

  /* Show only first N elements on small screens */
  .section.main-gallery-section .in-carousel.hidden:first-child,
  .in-carousel.hidden.min-per-row-1:first-child,
  section:not(.main-gallery-section) .in-carousel.min-per-row-2:nth-child(-n+2),
  section:not(.main-gallery-section) .in-carousel.min-per-row-3:nth-child(-n+3),
  section:not(.main-gallery-section) .in-carousel.min-per-row-4:nth-child(-n+4),
  section:not(.main-gallery-section) .in-carousel.min-per-row-5:nth-child(-n+5) {
    display: flex!important;
    width: 100%;
  }
}

.custom-scroll-width {
    width: var(--scroll-width-mobile);
}

@media (min-width: 1024px) {
    .custom-scroll-width {
        width: var(--scroll-width-desktop);
    }
}
.dots{
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    display: flex;
    justify-content: center;
    margin-top: calc(var(--spacing) * 4);
    gap: calc(var(--spacing) * 2);
}
.dots__item {
    width: 1.5rem;
    height: 0.25rem;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 4px;
    margin: 0;
    background-color: #e5e7eb;
    position: relative;
    overflow: hidden;
}

/* Dot activo - color sólido por defecto (sin autoplay) */
.dots__item.dots__item--active {
    background-color: var(--button-bg);
}

/* Dot activo CON autoplay - fondo más suave */
.gallery-wrapper:has([data-has-autoplay="true"]) .dots__item.dots__item--active {
    background-color: color-mix(in srgb, var(--button-bg) 30%, #e5e7eb 70%);
}

/* Barra de progreso */
.gallery-wrapper:has([data-has-autoplay="true"]) .dots__item.dots__item--active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: var(--button-bg);
    animation: dot-progress var(--autoplay-duration, 5000ms) linear forwards;
}

.gallery-wrapper:has([data-has-autoplay="true"]) .dots__item.dots__item--active.paused::before {
    animation-play-state: paused;
}

@keyframes dot-progress {
    from { width: 0; }
    to { width: 100%; }
}

/* breadcrumbs*/

span.bootic_nav {
    display: flex;
    align-items: center;
    font-size: 10px;
}


/* loader */

.loader {
  width: 1rem;
  height: 1rem;
  border: 2px solid #e5e7eb;
  border-top: 2px solid var(--button-bg, #333);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  backdrop-filter: blur(2px);
 -webkit-backdrop-filter: blur(2px);
}

.loader-overlay.hidden {
  display: none;
}

/*! arrow-nav product-gallery */

@media screen and (max-width: 640px) {
div#product-images .gallery-controls {
    display: none;
  }
}

div#product-images:hover .gallery-controls button {
      opacity: 1;
}


/*! animations */

.animate__shrink,
.animate__unshrink.pending {
  font-size: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;

  /* fade out, then shrink */
  transition: opacity .15s,
              font-size .3s .15s,
              margin .3s .15s,
              padding .3s .15s;
}

.animate__unshrink,
.animate__shrink.pending {
  /* unshrink, then fade in */
  transition: font-size .15s,
              margin .15s,
              padding .15s,
              opacity .3s .15s;
}

.animate__slideToggle.pending {
  max-height: 0 !important;
  opacity: 0 !important;
  visibility: hidden;

  /* fade out, then shrink */
  transition: opacity .15s,
              max-height .3s .15s;
}

.animate__slideToggle {
  max-height: 10em;
  /* unshrink, then fade in */
  transition: max-height .15s,
              opacity .3s .15s;
}

.animated-number.goUp {
  display: inline-flex;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: 0.1s ease-in-out;
}

.animated-number.goDown {
  display: inline-flex;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.1s ease-in-out;
}

.animated-number.waitDown {
  display: inline-flex;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.animated-number.waitUp {
  display: inline-flex;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}

.animated-number.initial {
  display: inline-flex;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  transition: 0.1s ease-in-out;
}

.animate__animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.animate__shakeX {
  -webkit-animation-name:shakeX;
  animation-name:shakeX
}

.animate__shakeY {
  -webkit-animation-name:shakeY;
  animation-name:shakeY
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
  20%, 60% {
    -webkit-transform:translate3d(-5px,0,0);
    transform:translate3d(-5px,0,0)
  }
  40%, 80% {
    -webkit-transform:translate3d(5px,0,0);
    transform:translate3d(5px,0,0)
  }
}

@keyframes shakeX {
  0%, to {
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
  20%, 60% {
    -webkit-transform:translate3d(-5px,0,0);
    transform:translate3d(-5px,0,0)
  }
  40%, 80% {
    -webkit-transform:translate3d(5px,0,0);
    transform:translate3d(5px,0,0)
  }
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform:translateZ(0);
     transform:translateZ(0)
  }
  20%, 60% {
    -webkit-transform:translate3d(0,-5px,0);
    transform:translate3d(0,-5px,0)
  }
  40%, 80% {
    -webkit-transform:translate3d(0,5px,0);
    transform:translate3d(0,5px,0)
  }
}

@keyframes shakeY {
  0%, to {
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
  20%, 60% {
    -webkit-transform:translate3d(0,-5px,0);
    transform:translate3d(0,-5px,0)
  }
  40%, 80% {
    -webkit-transform:translate3d(0,5px,0);
    transform:translate3d(0,5px,0)
  }
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.delivery-setup-modal .form-controls button {
  color: white;
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-1.25rem); /* igual que -translate-x-5 */
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-in-left {
  animation: fade-in-left 0.7s ease-out forwards;
}

/* Animación del título (fade + slide desde arriba) */
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animación del párrafo (solo opacidad) */
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Retrasos para el efecto escalonado */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
