#fw-section-collection-template-collection-default {

.tile__image {
  border-radius: 15px;
  transition: 0.4s ease;
}

.tile__image:hover {
  transform: scale(1.05);
}

/* --- THE TOWER: FLUID HOLOGRAPHIC BADGE --- */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 22px;
  font-family: 'Akira', sans-serif;
  font-size: 10px;
  color: #00ffff;
  letter-spacing: 3px;
  z-index: 10;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.85) 100%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.25);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.badge::before {
  content: "" !important;
  position: absolute !important;
  top: -100% !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 255, 255, 0.2) 45%, rgba(0, 255, 255, 0.5) 50%, rgba(0, 255, 255, 0.2) 55%, transparent 100%) !important;
  animation: badgeFluidScan 4s infinite ease-in-out !important;
}

.product-tile:hover .badge {
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7) !important;
  transform: scale(1.1) translateY(-3px) !important;
  letter-spacing: 5px !important;
}

.product-tile:hover .badge::after {
  border-color: #000 !important;
  transform: scale(0.95) !important;
}

@keyframes badgeFluidScan {
  0% { transform: translateY(-100%); }
  50% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

.button, .button--primary, .radio-button__label {
  transition: all 0.5s ease !important;
}

.radio-button__label {
  border-radius: 10px !important;
}

.button:hover, .button--primary:hover, .radio-button__label:hover {
  transform: scale(1.02) !important;
  border: 2px solid !important;
}

/* --- MOBILE --- */
@media (max-width: 900px) {
  .wrapper {
    padding: 0 20px;
  }

  .badge {
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 7px; 
    letter-spacing: 1.5px;
    border-radius: 3px;
  }

  .tile__image:hover .badge {
    transform: scale(1.05) translateY(-2px);
    letter-spacing: 2px;
  }
}

}
#fw-section-rich-text-6b22313b-1c81-417d-9e68-c2b06e0f5168 {
--font-heading-scale: 2.0;
--font-body-scale: 0.7;
}
#fw-section-rich-text-6b22313b-1c81-417d-9e68-c2b06e0f5168 {
--color-primary: #00ceed;
--color-primary-rgb: 0, 206, 237;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #232323;
--color-on-primary-rgb: 35, 35, 35;
--color-product-image-background: #000000;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #00ceed;
--primary-btn-text: #232323;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #00ceed;
--secondary-btn-border-color: #00ceed;
.rich-text__heading {
  letter-spacing: 10px !important;
}
}
#fw-section-featured-product-526a7f90-08e3-4837-8431-2de210e82322 {

/* --- THE TOWER: FLUID HOLOGRAPHIC BADGE --- */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 22px;
  font-family: 'Akira', sans-serif;
  font-size: 10px;
  color: #00ffff;
  letter-spacing: 3px;
  z-index: 10;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.85) 100%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.25);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.badge::before {
  content: "" !important;
  position: absolute !important;
  top: -100% !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 255, 255, 0.2) 45%, rgba(0, 255, 255, 0.5) 50%, rgba(0, 255, 255, 0.2) 55%, transparent 100%) !important;
  animation: badgeFluidScan 4s infinite ease-in-out !important;
}

.gallery__main:hover .badge {
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7) !important;
  transform: scale(1.1) translateY(-3px) !important;
  letter-spacing: 5px !important;
}

.gallery__main:hover .badge::after {
  border-color: #000 !important;
  transform: scale(0.95) !important;
}

@keyframes badgeFluidScan {
  0% { transform: translateY(-100%); }
  50% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

.button, .button--primary, .radio-button__label {
  transition: all 0.5s ease !important;
}

.radio-button__label {
  border-radius: 10px !important;
}

.button:hover, .button--primary:hover, .radio-button__label:hover {
  transform: scale(1.02) !important;
  border: 2px solid !important;
}

}
#fw-section-featured-collection-0 {

.tile__image {
  border-radius: 15px;
  transition: 0.4s ease;
}

.tile__image:hover {
  transform: scale(1.05);
}

.wrapper {
  margin: 0 auto;
  padding: 0 60px;
}

/* --- THE TOWER: FLUID HOLOGRAPHIC BADGE --- */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 22px;
  font-family: 'Akira', sans-serif;
  font-size: 10px;
  color: #00ffff;
  letter-spacing: 3px;
  z-index: 10;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.85) 100%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.25);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.badge::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(0, 255, 255, 0.2) 45%, 
    rgba(0, 255, 255, 0.5) 50%, 
    rgba(0, 255, 255, 0.2) 55%, 
    transparent 100%);
  animation: badgeFluidScan 4s infinite ease-in-out;
}

.tile__image:hover .badge {
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  transform: scale(1.1) translateY(-3px);
  letter-spacing: 5px;
}

.tile__image:hover .badge::after {
  border-color: #000;
  transform: scale(0.95); /* Gli angoli si stringono leggermente */
}

@keyframes badgeFluidScan {
  0% { transform: translateY(-100%); }
  50% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

/* --- MOBILE --- */
@media (max-width: 900px) {
  .wrapper {
    padding: 10px 10px;
  }

  .badge {
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 7px; 
    letter-spacing: 1.5px;
    border-radius: 3px;
  }

  .tile__image:hover .badge {
    transform: scale(1.05) translateY(-2px);
    letter-spacing: 2px;
  }
}

}
#fw-section-featured-collection-5155c4ce-7fc2-4ad2-84e4-b320a7a3c641 {

.tile__image {
  border-radius: 15px;
  transition: 0.4s ease;
}

.tile__image:hover {
  transform: scale(1.05);
}

.wrapper {
  margin: 0 auto;
  padding: 0 60px;
}

/* --- THE TOWER: FLUID HOLOGRAPHIC BADGE --- */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 22px;
  font-family: 'Akira', sans-serif;
  font-size: 10px;
  color: #00ffff;
  letter-spacing: 3px;
  z-index: 10;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.85) 100%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.25);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.badge::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(0, 255, 255, 0.2) 45%, 
    rgba(0, 255, 255, 0.5) 50%, 
    rgba(0, 255, 255, 0.2) 55%, 
    transparent 100%);
  animation: badgeFluidScan 4s infinite ease-in-out;
}


.tile__image:hover .badge {
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  transform: scale(1.1) translateY(-3px);
  letter-spacing: 5px;
}

.tile__image:hover .badge::after {
  border-color: #000;
  transform: scale(0.95); /* Gli angoli si stringono leggermente */
}

@keyframes badgeFluidScan {
  0% { transform: translateY(-100%); }
  50% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

/* --- MOBILE --- */
@media (max-width: 900px) {
  .wrapper {
    padding: 10px 10px;
  }

  .badge {
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 7px; 
    letter-spacing: 1.5px;
    border-radius: 3px;
  }

  .tile__image:hover .badge {
    transform: scale(1.05) translateY(-2px);
    letter-spacing: 2px;
  }
}
}


#fw-section-product-product-default {

/* --- THE TOWER: FLUID HOLOGRAPHIC BADGE --- */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 22px;
  font-family: 'Akira', sans-serif;
  font-size: 10px;
  color: #00ffff;
  letter-spacing: 3px;
  z-index: 10;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.85) 100%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.25);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.badge::before {
  content: "" !important;
  position: absolute !important;
  top: -100% !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 255, 255, 0.2) 45%, rgba(0, 255, 255, 0.5) 50%, rgba(0, 255, 255, 0.2) 55%, transparent 100%) !important;
  animation: badgeFluidScan 4s infinite ease-in-out !important;
}

.gallery__main:hover .badge {
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7) !important;
  transform: scale(1.1) translateY(-3px) !important;
  letter-spacing: 5px !important;
}

.gallery__main:hover .badge::after {
  border-color: #000 !important;
  transform: scale(0.95) !important;
}

@keyframes badgeFluidScan {
  0% { transform: translateY(-100%); }
  50% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

.button, .button--primary, .radio-button__label {
  transition: all 0.5s ease !important;
}

.radio-button__label {
  border-radius: 10px !important;
}

.button:hover, .button--primary:hover, .radio-button__label:hover {
  transform: scale(1.02) !important;
  border: 2px solid !important;
}

}
#fw-section-product-recommendations-product-default {

.tile__image {
  border-radius: 15px;
  transition: 0.4s ease;
}

.tile__image:hover {
  transform: scale(1.05);
}

/* --- THE TOWER: FLUID HOLOGRAPHIC BADGE --- */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 22px;
  font-family: 'Akira', sans-serif;
  font-size: 10px;
  color: #00ffff;
  letter-spacing: 3px;
  z-index: 10;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.85) 100%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.25);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.badge::before {
  content: "" !important;
  position: absolute !important;
  top: -100% !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 255, 255, 0.2) 45%, rgba(0, 255, 255, 0.5) 50%, rgba(0, 255, 255, 0.2) 55%, transparent 100%) !important;
  animation: badgeFluidScan 4s infinite ease-in-out !important;
}

.product-tile:hover .badge {
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7) !important;
  transform: scale(1.1) translateY(-3px) !important;
  letter-spacing: 5px !important;
}

.product-tile:hover .badge::after {
  border-color: #000 !important;
  transform: scale(0.95) !important;
}

@keyframes badgeFluidScan {
  0% { transform: translateY(-100%); }
  50% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

.button, .button--primary, .radio-button__label {
  transition: all 0.5s ease !important;
}

.radio-button__label {
  border-radius: 10px !important;
}

.button:hover, .button--primary:hover, .radio-button__label:hover {
  transform: scale(1.02) !important;
  border: 2px solid !important;
}

/* --- MOBILE --- */
@media (max-width: 900px) {
  .wrapper {
    padding: 0 20px;
  }

  .badge {
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 7px; 
    letter-spacing: 1.5px;
    border-radius: 3px;
  }

  .tile__image:hover .badge {
    transform: scale(1.05) translateY(-2px);
    letter-spacing: 2px;
  }
}


}

#fw-section-collection-template-search {

/* --- THE TOWER: FLUID HOLOGRAPHIC BADGE --- */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 22px;
  font-family: 'Akira', sans-serif;
  font-size: 10px;
  color: #00ffff;
  letter-spacing: 3px;
  z-index: 10;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.85) 100%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.25);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.badge::before {
  content: "" !important;
  position: absolute !important;
  top: -100% !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 255, 255, 0.2) 45%, rgba(0, 255, 255, 0.5) 50%, rgba(0, 255, 255, 0.2) 55%, transparent 100%) !important;
  animation: badgeFluidScan 4s infinite ease-in-out !important;
}

.image__object:hover .badge {
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7) !important;
  transform: scale(1.1) translateY(-3px) !important;
  letter-spacing: 5px !important;
}

.image__object:hover .badge::after {
  border-color: #000 !important;
  transform: scale(0.95) !important;
}

@keyframes badgeFluidScan {
  0% { transform: translateY(-100%); }
  50% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

.button, .button--primary, .radio-button__label {
  transition: all 0.5s ease !important;
}

.radio-button__label {
  border-radius: 10px !important;
}

.button:hover, .button--primary:hover, .radio-button__label:hover {
  transform: scale(1.02) !important;
  border: 2px solid !important;
}

}
#fw-section-password {

.password__logo-image {
    transition: all 0.4s ease !important;
}

.password__logo-image:hover {
    transform: scale(1.1) !important;
}

.input-field, .input-field__input {
    background: #000 !important;
    border-radius: 8px !important;
    border: 1px solid #00ffff !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    transition: all 0.3s ease !important;
}

.button--primary {
    background: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #00ffff !important;
    border-radius: 8px !important;
    color: #00ffff !important;
    font-family: sans-serif !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.1) !important;
    padding: 15px 30px !important;
}

.button--primary:hover {
    background: #00ffff !important;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5) !important;
    transform: scale(1.05) !important;
}

.countdown__time {
  color: #00ffff;
}
}