#difetti-visivi-box .swiper-slide .e-con-inner .elementor-widget-text-editor {
  height: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#trova-negozio-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#trova-negozio-form .trova-negozio-form-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
#trova-negozio-form .input-group input,
#trova-negozio-form .input-group select {
  width: 350px;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  background: #ffffff;
  font-size: 14px;
  appearance: none;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.card-prodotto {
  overflow: hidden;
}
.card-prodotto:hover .card-prodotto__subcategories {
  animation: fadeInUp 0.3s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 1;
  transform: translateY(0);
}
.card-prodotto:hover .card-prodotto__title .product_title {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}
.card-prodotto:hover .card-prodotto__categories {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}
.card-prodotto:hover .card-prodotto__plus_button_container .card-prodotto__plus_button {
  background-color: #5cceca;
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.card-prodotto:hover .card-prodotto__image img {
  transform: scale(1.1) translateY(-20px);
  transition: transform 0.3s ease-in-out;
}
.card-prodotto .price {
  padding: 2px 10px;
  margin-bottom: 0;
}
.card-prodotto .price span.woocommerce-Price-amount.amount,
.card-prodotto .price small {
  color: #ffffff;
}
.card-prodotto .card-prodotto__image {
  overflow: hidden;
}
.card-prodotto .card-prodotto__image img {
  aspect-ratio: 1;
  transform: scale(1) translateY(20px);
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}
.card-prodotto .card-prodotto__categories {
  transform: translateY(20px);
  transition: transform 0.3s ease-in-out;
}
.card-prodotto .card-prodotto__categories .card-prodotto__categories_list {
  display: flex;
  gap: 12px;
  column-gap: 12px;
  flex-wrap: wrap;
}
.card-prodotto .card-prodotto__categories .card-prodotto__categories_list span {
  color: #5cceca;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-family: "Inter", serif;
}
.card-prodotto .card-prodotto__plus_button_container .card-prodotto__plus_button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  color: #013168;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.card-prodotto .card-prodotto__plus_button_container .card-prodotto__plus_button:hover {
  background-color: #5cceca;
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.card-prodotto .card-prodotto__subcategories {
  opacity: 0;
}
.card-prodotto .card-prodotto__subcategories .card-prodotto__categories_list {
  display: flex;
  column-gap: 12px;
  flex-wrap: wrap;
}
.card-prodotto .card-prodotto__title .product_title {
  transform: translateY(20px);
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
}

.card-articolo .card-articolo__image {
  overflow: hidden;
}
.card-articolo .card-articolo__title .elementor-widget-container {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

@media (max-width: 767px) {
  .elementor-element.grey-products-slider .swiper .swiper-wrapper .swiper-slide {
    transition: transform 0.3s ease;
  }
}
@media (max-width: 767px) {
  .elementor-element.grey-products-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-next, .elementor-element.grey-products-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: scale(0.9);
  }
}
.elementor-element.grey-products-slider .swiper.offset-right:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(246, 247, 249) 100%);
}
.elementor-element .swiper.offset-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

.store-map {
  width: 100%;
  height: 420px;
  border-radius: 16px;
}

.store-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.store-hours ul li:not(:last-child) {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.5rem;
}
.store-hours ul li strong {
  color: #333333;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
}
.store-hours ul li p {
  margin-bottom: 0;
  color: #333333;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
}

.service-card .service-card__title {
  color: #013168;
  font-size: 20px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
.service-card .service-card__description {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #797979;
}

.fixed-icons {
  position: fixed;
  top: 35%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}
@media (max-width: 991px) {
  .fixed-icons {
    display: none;
  }
}
.fixed-icons a.fixed-icon {
  background-color: #5cceca;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s ease;
  position: relative;
}
.fixed-icons a.fixed-icon.phone-icon, .fixed-icons a.fixed-icon.address-icon {
  background-color: #0f264c;
}
.fixed-icons a.fixed-icon:hover {
  background-color: #ffffff;
  padding-right: 20px;
  transition: all 0.4s ease;
}
.fixed-icons a.fixed-icon:hover > span {
  margin-left: 12px;
  opacity: 1;
  color: #5cceca;
  transform: translateX(0);
  max-width: 250px;
  transition: all 0.2s ease;
}
.fixed-icons a.fixed-icon:hover i {
  color: #5cceca;
  transition: all 0.2s ease;
}
.fixed-icons a.fixed-icon i {
  font-size: 22px;
  color: #ffffff;
  flex-shrink: 0;
}
.fixed-icons a.fixed-icon > span {
  text-align: left;
  line-height: 1.2;
  max-width: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s ease;
  font-size: 13px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
}
.fixed-icons a.fixed-icon > span span {
  color: #013168;
}

input:focus {
  outline: none;
}

.ottico-top-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ottico-top-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1rem;
}
.ottico-top-bar__container__name {
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 1px 0.6rem 1px 1px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.ottico-top-bar__container__name__icon {
  background-color: #013168;
  border-radius: 8px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ottico-top-bar__container__name__icon i {
  color: #ffffff;
  font-size: 20px;
}
.ottico-top-bar__container__name__link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.ottico-top-bar__container__name__link span {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.ottico-top-bar__container__name__link i {
  color: #333333;
}
.ottico-top-bar__container__phone {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.ottico-top-bar__container__phone__icon {
  background-color: #5cceca;
  border-radius: 8px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ottico-top-bar__container__phone__icon i {
  color: #ffffff;
  font-size: 20px;
}
.ottico-top-bar__container__phone__link {
  display: flex;
  flex-direction: column;
}
.ottico-top-bar__container__phone__link__label {
  font-weight: 500;
  line-height: 1.3;
  font-family: "Urbanist", sans-serif;
  color: #013168;
  font-size: 13px;
}
.ottico-top-bar__container__phone__link__value {
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  line-height: 1.3;
  color: #797979;
  font-size: 14px;
}

.menu-item .menu-icon {
  margin-right: 0.5rem;
}

body {
  --transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  --logo-height: 92px;
  --logo-height-mobile: 48px;
  --shrink-header-to: 0.35;
}
body.logged-in, body.temporary-store {
  --shrink-header-to: 0.5;
}
body header.sticky-header.elementor-sticky--effects .logo img {
  height: calc(var(--logo-height) * var(--shrink-header-to));
  width: calc(var(--logo-height) * var(--shrink-header-to));
  transition: height var(--transition), width var(--transition);
}
@media (max-width: 1024px) {
  body header.sticky-header.elementor-sticky--effects .logo img {
    height: var(--logo-height-mobile);
    width: var(--logo-height-mobile);
  }
}
body header.sticky-header.elementor-sticky--effects .oxo-topbar {
  margin-top: calc(-1 * var(--logo-height) * var(--shrink-header-to));
  opacity: 0;
  transition: margin var(--transition), opacity var(--transition);
}
@media (max-width: 1024px) {
  body header.sticky-header.elementor-sticky--effects .oxo-topbar {
    margin-top: calc(-1 * var(--logo-height-mobile) * var(--shrink-header-to));
  }
}
body header.sticky-header.elementor-sticky--effects .oxo-mainmenu {
  height: 100%;
}
body header.sticky-header.elementor-sticky--effects .oxo-mainmenu .sub-arrow {
  display: none;
}
body header.sticky-header.elementor-sticky--effects .oxo-mainmenu .elementor-widget-container {
  justify-content: center;
}
body header.sticky-header.elementor-sticky--effects .oxo-mainmenu .elementor-widget-container ul.elementor-nav-menu > li.menu-item-object-custom.menu-item-1912 a {
  padding: 0.2rem 0.8rem;
}
body header.sticky-header .logo img {
  height: var(--logo-height);
  aspect-ratio: 1;
  width: var(--logo-height);
  transition: height var(--transition), width var(--transition);
}
@media (max-width: 1024px) {
  body header.sticky-header .logo img {
    height: var(--logo-height-mobile);
    width: var(--logo-height-mobile);
  }
}
body header.sticky-header .oxo-topbar {
  opacity: 1;
  margin-top: 0;
  transition: margin var(--transition);
}
body header.sticky-header .oxo-mainmenu ul.elementor-nav-menu > li.menu-item .sub-arrow {
  display: none;
}
body header.sticky-header .oxo-mainmenu ul.elementor-nav-menu > li.menu-item.menu-item-1912.current-menu-item a {
  color: #ffffff;
}
body header.sticky-header .oxo-mainmenu ul.elementor-nav-menu > li.menu-item.menu-item-1912 a {
  padding: 0.5rem 1rem;
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 25px;
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
  transition: all 0.3s ease;
}
body header.sticky-header .oxo-mainmenu ul.elementor-nav-menu > li.menu-item.menu-item-1912 a:hover {
  background-color: transparent;
  color: var(--e-global-color-secondary);
}
body header.sticky-header .oxo-mainmenu ul.elementor-nav-menu > li.menu-item.menu-item-451.current-menu-item a {
  color: #ffffff;
}
body header.sticky-header .oxo-mainmenu ul.elementor-nav-menu > li.menu-item.menu-item-451 a {
  padding: 0.5rem 1rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 25px;
  background-color: var(--e-global-color-primary);
  color: #ffffff;
  transition: all 0.3s ease;
}
body header.sticky-header .oxo-mainmenu ul.elementor-nav-menu > li.menu-item.menu-item-451 a:hover {
  background-color: transparent;
  color: var(--e-global-color-primary);
}

.elementor-menu-cart__footer-buttons a {
  background-color: var(--e-global-color-primary) !important;
  text-shadow: none !important;
  padding: 0.5rem 1rem !important;
}

#questionario-occhi .wpforms-container {
  margin-bottom: 0;
}
#questionario-occhi .wpforms-submit-container {
  justify-content: flex-end;
}
#questionario-occhi .wpforms-field-pagebreak .wpforms-pagebreak-left {
  text-align: right;
}
#questionario-occhi .wpforms-field-pagebreak .wpforms-pagebreak-left button {
  margin-left: 0.5rem;
}
#questionario-occhi .wpforms-field {
  padding: 0.5rem 0;
}
#questionario-occhi .wpforms-page-indicator-page-progress-wrap {
  display: none;
}
#questionario-occhi .wpforms-page-indicator.progress {
  font-size: 0.8rem;
  color: #333333;
  margin-bottom: 0.5rem !important;
}
#questionario-occhi .wpforms-field-label {
  font-size: 1.2rem;
}
#questionario-occhi .wpforms-page-indicator-steps-current {
  color: var(--e-global-color-secondary) !important;
  font-weight: 500;
}

.woocommerce div.product .elementor-add-to-cart form.cart {
  margin-bottom: 1.5rem !important;
}
.woocommerce div.product .elementor-add-to-cart form.cart .woocommerce_gc_giftcard_form input {
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  transition: all 0.3s ease;
  appearance: none;
}
.woocommerce div.product .elementor-add-to-cart form.cart .woocommerce_gc_giftcard_form textarea {
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  transition: all 0.3s ease;
  appearance: none;
}

#wc_gc_cart_code {
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  transition: all 0.3s ease;
  appearance: none;
}

#wc_gc_cart_redeem_send {
  font-family: var(--e-global-typography-765a25c-font-family), Sans-serif;
  font-size: var(--e-global-typography-765a25c-font-size);
  font-weight: var(--e-global-typography-765a25c-font-weight);
  line-height: var(--e-global-typography-765a25c-line-height);
  background-color: var(--e-global-color-accent);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border-style: none;
  border-radius: 28px 28px 28px 28px;
  padding: 12px 32px 12px 34px;
}

.badge-ottico {
  background: var(--e-global-color-primary);
  border-radius: 12px;
  color: #ffffff;
  text-align: right;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 10px;
  line-height: 1.1;
  position: absolute;
  top: 16px;
  right: 0px;
  z-index: 10;
}
.badge-ottico small {
  font-weight: 400;
  font-size: 12px;
}

.jet-search__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.jet-search__form .jet-search__label {
  width: 100%;
}
.jet-search__form .jet-search__label .jet-search__field {
  font-size: 20px;
  border-width: 0 0 1px 0 !important;
  background-color: transparent !important;
  color: #FFFFFF !important;
  border-radius: 0 !important;
  text-align: center;
}
.jet-search__form .search-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

#magazine-sidebar > .elementor-widget-container .elementor-template {
  height: 100%;
}
#magazine-sidebar > .elementor-widget-container .elementor-template > div {
  height: 100%;
}
#magazine-sidebar > .elementor-widget-container .elementor-template > div > .e-child {
  height: 100%;
}

.ottico-closure {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
  color: #444444;
  border-radius: 12px;
  padding: 12px 16px;
  margin: 1.5rem 0;
}
.ottico-closure p {
  margin-bottom: 0px;
  font-weight: 600;
}

.elementor-button:hover, .ottici-component-wrapper__search_form button:hover, .wpforms-submit:hover {
  background-color: #1F4A7C !important;
  border-color: #1F4A7C !important;
}

.elementor-element .elementor-widget-container .elementor-icon-box-wrapper {
  transition: all 0.3s ease;
}
.elementor-element .elementor-widget-container .elementor-icon-box-wrapper:hover {
  gap: 4px;
}
#mobile-menu .sub-menu.elementor-nav-menu--dropdown {
  margin-bottom: 1.5rem;
}
#mobile-menu .sub-menu.elementor-nav-menu--dropdown li a {
  padding-left: 2rem !important;
}

.admin-badge {
  background: #ba1010;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 10px;
}

.ottico-top-bar--mobile {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
}
.ottico-top-bar--mobile.open .ottico-top-bar--mobile__container__name__link i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.ottico-top-bar--mobile.open .ottico-top-bar--mobile__dropdown {
  margin: 1rem 0 0.5rem;
  height: 42px;
  transition: all 0.3s ease;
}
.ottico-top-bar--mobile__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.ottico-top-bar--mobile__container__name {
  border-radius: 8px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.ottico-top-bar--mobile__container__name__icon {
  background-color: #013168;
  border-radius: 8px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ottico-top-bar--mobile__container__name__icon i {
  color: #ffffff;
  font-size: 20px;
}
.ottico-top-bar--mobile__container__name__link {
  display: flex;
  flex-grow: 1;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.ottico-top-bar--mobile__container__name__link span {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.ottico-top-bar--mobile__container__name__link i {
  font-size: 18px;
  color: #333333;
}
.ottico-top-bar--mobile__dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 0;
  margin: 0;
}
.ottico-top-bar--mobile__dropdown__link {
  background: var(--e-global-color-secondary);
  color: #ffffff;
  border-radius: 24px;
  padding: 0.6rem 0.4rem 0.6rem 1rem;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}
.ottico-top-bar--mobile__dropdown__link span {
  color: #ffffff;
}
.ottico-top-bar--mobile__dropdown__link i {
  color: #ffffff;
  font-size: 22px;
}
.ottico-top-bar--mobile__dropdown__phone {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.ottico-top-bar--mobile__dropdown__phone__icon {
  background-color: #5cceca;
  border-radius: 8px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ottico-top-bar--mobile__dropdown__phone__icon i {
  color: #ffffff;
  font-size: 20px;
}
.ottico-top-bar--mobile__dropdown__phone__link {
  display: flex;
  flex-direction: column;
}
.ottico-top-bar--mobile__dropdown__phone__link__label {
  font-weight: 500;
  line-height: 1.3;
  font-family: "Urbanist", sans-serif;
  color: #013168;
  font-size: 13px;
}
.ottico-top-bar--mobile__dropdown__phone__link__value {
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  line-height: 1.3;
  color: #797979;
  font-size: 14px;
}

.ottico-top-bar--mobile--guest {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
}
.ottico-top-bar--mobile--guest.open .ottico-top-bar--mobile--guest__dropdown {
  margin: 1rem 0 0.5rem;
  height: 102px;
  transition: all 0.3s ease;
}
.ottico-top-bar--mobile--guest__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.ottico-top-bar--mobile--guest__container__name {
  border-radius: 8px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.ottico-top-bar--mobile--guest__container__name__icon {
  background-color: #013168;
  border-radius: 8px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ottico-top-bar--mobile--guest__container__name__icon i {
  color: #ffffff;
  font-size: 20px;
}
.ottico-top-bar--mobile--guest__container__name__link {
  display: flex;
  flex-grow: 1;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.ottico-top-bar--mobile--guest__container__name__link span {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.ottico-top-bar--mobile--guest__container__name__link__icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.ottico-top-bar--mobile--guest__container__name__link__icons i {
  font-size: 18px;
  color: #333333;
}
.ottico-top-bar--mobile--guest__dropdown {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 0;
  margin: 0;
}

#switch-row-1, #switch-row-2, #switch-row-3 {
  cursor: pointer;
}
#switch-row-1:hover, #switch-row-2:hover, #switch-row-3:hover {
  background: #eeeeee;
}

#switch-images {
  position: relative;
}
#switch-images > * {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
}
#switch-images #switch-image-1 {
  opacity: 1;
}
#switch-images #switch-image-2 {
  opacity: 0;
}
#switch-images #switch-image-3 {
  opacity: 0;
}

.preselectedOtticoInForm, .ottico-details {
  text-align: left;
  background: #F5F6F8;
  padding: 16px;
  margin: 0 auto 0px;
  display: block;
  border-radius: 12px;
}
.preselectedOtticoInForm strong, .ottico-details strong {
  color: #ACCD1B;
  font-size: 16px;
}

footer .footer-ottico-info .footer-ottico-info__item span,
footer .footer-ottico-info .footer-ottico-info__item a,
footer .footer-ottico-info .footer-ottico-info__item strong {
  color: #ffffff;
}

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