@charset "UTF-8";
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes autoplay {
  0% {
    opacity: 0;
  }
  4.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  24.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
  font-family: "Orbitron";
  src: url("../fonts/orbitron/orbitron-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  src: url("../fonts/orbitron/orbitron-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  src: url("../fonts/orbitron/orbitron-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.etn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.etn p {
  margin: 0 0 1em;
}
.etn small {
  font-size: 0.875em;
}
.etn strong,
.etn b {
  font-weight: 600;
}
.etn em {
  font-style: italic;
}
.etn h1,
.etn h2,
.etn .up-sells h2:first-child,
.etn .up-sells h2.ct-module-title,
.etn .up-sells h2:not(.woocommerce-loop-product__title),
.etn .cross-sells h2:first-child,
.etn .cross-sells h2.ct-module-title,
.etn .cross-sells h2:not(.woocommerce-loop-product__title),
.etn h3,
.etn.etn-simple.etn--contact main .model__form h2.wp-block-heading,
.etn.archive.category #main article .entry-title,
.etn.archive.tag #main article .entry-title,
.etn.author #main article .entry-title,
.etn.blog #main article .entry-title,
.etn h4,
.etn.etn-simple.etn--contact main .information h3.wp-block-heading,
.etn h5,
.etn h6 {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2 !important;
  margin: 0 0 0.6em;
  letter-spacing: 0.01em;
}
.etn h1 {
  font-size: clamp(2rem, 1.1rem + 2.5vw, 3.25rem);
}
.etn h2, .etn .up-sells h2:first-child,
.etn .up-sells h2.ct-module-title,
.etn .up-sells h2:not(.woocommerce-loop-product__title),
.etn .cross-sells h2:first-child,
.etn .cross-sells h2.ct-module-title,
.etn .cross-sells h2:not(.woocommerce-loop-product__title) {
  font-size: clamp(1.6rem, 1rem + 1.8vw, 2.5rem);
}
.etn h3, .etn.etn-simple.etn--contact main .model__form h2.wp-block-heading, .etn.archive.category #main article .entry-title,
.etn.archive.tag #main article .entry-title,
.etn.author #main article .entry-title,
.etn.blog #main article .entry-title {
  font-size: clamp(1.3rem, 0.95rem + 1.1vw, 1.9rem);
}
.etn h4, .etn.etn-simple.etn--contact main .information h3.wp-block-heading, .etn.etn-simple.etn--contact main .information .model__form h2.wp-block-heading, .etn.etn-simple.etn--contact main .model__form .information h2.wp-block-heading {
  font-size: clamp(1.1rem, 0.9rem + 0.8vw, 1.5rem);
}
.etn ul,
.etn ol {
  padding-inline-start: 1.25em;
  margin: 0 0 1.25em;
}
.etn blockquote {
  margin: 1.25em 0;
  padding: 0.75em 1em;
  border-inline-start: 3px solid #00a4e4;
  background: rgba(0, 0, 0, 0.03);
}
.etn code,
.etn pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.95em;
}
.etn pre {
  padding: 0.9em 1.1em;
  background: #0f111a;
  color: #e6e6e6;
  border-radius: 3px;
  overflow: auto;
}

.etn a {
  transition: all 400ms ease-in-out;
}
@media (hover: none) {
  .etn a {
    background-image: unset !important;
  }
  .etn a:hover {
    color: inherit;
    background-size: unset !important;
    background-image: unset !important;
  }
}
@media (hover: hover) {
  .etn a, .etn a:hover::after {
    transition: all 400ms ease-in-out;
  }
}
.etn a:focus-visible {
  outline: 2px solid #00a4e4;
  outline-offset: 2px;
  border-radius: 3px;
}

.etn :where(.wp-block-button__link,
.wp-element-button,
.button,
.etn input[type=submit],
.etn input[type=button],
.etn input[type=reset],
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart,
.checkout-button,
.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.ct-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.7rem 1.1rem;
  border: 0;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 400ms ease-in-out !important;
  color: #fff;
  color: #ffffff;
  background: linear-gradient(90deg, #17182e, #2d307c) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn :where(.wp-block-button__link,
  .wp-element-button,
  .button,
  .etn input[type=submit],
  .etn input[type=button],
  .etn input[type=reset],
  .add_to_cart_button,
  .single_add_to_cart_button,
  .added_to_cart,
  .checkout-button,
  .wc-block-components-button,
  .wc-block-components-checkout-place-order-button,
  .ct-button):hover {
    background-position: 100% 0 !important;
  }
}
.etn :where(.wp-block-button__link,
.wp-element-button,
.button,
.etn input[type=submit],
.etn input[type=button],
.etn input[type=reset],
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart,
.checkout-button,
.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.ct-button) svg {
  fill: white;
}
.etn :where(.wp-block-button__link,
.wp-element-button,
.button,
.etn input[type=submit],
.etn input[type=button],
.etn input[type=reset],
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart,
.checkout-button,
.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.ct-button):hover {
  filter: brightness(1.05);
}
.etn :where(.wp-block-button__link,
.wp-element-button,
.button,
.etn input[type=submit],
.etn input[type=button],
.etn input[type=reset],
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart,
.checkout-button,
.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.ct-button):hover svg {
  fill: white;
}
.etn :where(.wp-block-button__link,
.wp-element-button,
.button,
.etn input[type=submit],
.etn input[type=button],
.etn input[type=reset],
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart,
.checkout-button,
.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.ct-button):active {
  transform: translateY(0);
}
.etn :where(.wp-block-button__link,
.wp-element-button,
.button,
.etn input[type=submit],
.etn input[type=button],
.etn input[type=reset],
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart,
.checkout-button,
.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.ct-button):focus-visible {
  outline: 2px solid #3a4e94;
  outline-offset: 2px;
}
.etn :where(.wp-block-button__link,
.wp-element-button,
.button,
.etn input[type=submit],
.etn input[type=button],
.etn input[type=reset],
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart,
.checkout-button,
.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.ct-button):disabled, .etn :where(.wp-block-button__link,
.wp-element-button,
.button,
.etn input[type=submit],
.etn input[type=button],
.etn input[type=reset],
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart,
.checkout-button,
.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.ct-button)[aria-disabled=true], .etn :where(.wp-block-button__link,
.wp-element-button,
.button,
.etn input[type=submit],
.etn input[type=button],
.etn input[type=reset],
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart,
.checkout-button,
.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.ct-button)[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}
.etn :where(.wp-block-button__link,
.wp-element-button,
.button,
.etn input[type=submit],
.etn input[type=button],
.etn input[type=reset],
.add_to_cart_button,
.single_add_to_cart_button,
.added_to_cart,
.checkout-button,
.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.ct-button) svg {
  width: 1.1em;
  height: 1.1em;
}
.etn .btn--secondary {
  background: #3f3c50;
  color: #fff;
}
.etn .btn--ghost {
  background: transparent;
  color: #00a4e4;
  box-shadow: inset 0 0 0 2px #00a4e4;
}
.etn .btn--danger {
  background: #95113b;
}
.etn {
  /* fallback if using currentColor */
}
.etn :where(svg) {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
.etn :where(a, button) {
  transition: color 0.3s;
}
.etn :where(a, button) svg {
  transition: fill 0.3s, transform 0.3s;
}
.etn :where(a:hover, button:hover) svg,
.etn :where(a:focus-visible, button:focus-visible) svg {
  fill: #00a4e4;
  transform: translateY(0);
}
.etn svg > *,
.etn svg > rect {
  transition: none !important;
}
.etn :where(a, button) svg > * {
  transition: fill 0.3s !important;
}

.etn :where(input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=password],
input[type=number],
textarea,
select) {
  width: 100%;
  padding: 0 0.8rem;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background: #fff;
  color: #231f20;
  transition: all 400ms ease-in-out;
}
.etn :where(textarea) {
  min-height: 120px;
  resize: vertical;
}
.etn :where(select) {
  background-color: #fff;
}
.etn :where(input, textarea, select):focus {
  border-color: #00a4e4;
  box-shadow: 0 0 0 3px rgba(0, 164, 228, 0.15);
  outline: 0;
}
.etn ::-moz-placeholder {
  color: rgba(16, 16, 19, 0.5);
}
.etn ::placeholder {
  color: rgba(16, 16, 19, 0.5);
}
.etn :where(input[type=checkbox], input[type=radio]) {
  cursor: pointer;
  margin-inline-end: 0.4em;
}

.etn .u-mb-0,
.etn .no-margin-bottom {
  margin-bottom: 0 !important;
}
.etn .u-mt-0 {
  margin-top: 0 !important;
}
.etn .u-p-0 {
  padding: 0 !important;
}
.etn .u-text-center {
  text-align: center !important;
}
.etn .u-text-right {
  text-align: right !important;
}
.etn .u-uppercase {
  text-transform: uppercase !important;
}
.etn .u-bold {
  font-weight: 700 !important;
}
.etn .u-hidden {
  display: none !important;
}
.etn .u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.etn .u-round {
  border-radius: 3px !important;
}
.etn .u-shadow {
  box-shadow: 0 5px 30px -5px rgba(34, 56, 101, 0.15) !important;
}
.etn .grecaptcha-badge {
  visibility: hidden;
}

.cookie-notification button.ct-cookies-accept-button {
  color: #ffffff;
  background: linear-gradient(90deg, #c3006b, #ff006e) !important;
  background-color: unset;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .cookie-notification button.ct-cookies-accept-button:hover {
    background-position: 100% 0 !important;
  }
}
.cookie-notification button.ct-cookies-decline-button {
  color: #ffffff;
  background: linear-gradient(90deg, #17182e, #2d307c) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .cookie-notification button.ct-cookies-decline-button:hover {
    background-position: 100% 0 !important;
  }
}

/* Header & Menu */
.etn {
  /* Sticky menu (shared) */
  /* Sticky: default */
  /* Sticky: shrink */
  /* Offcanvas (mobile menu panel) */
  /* Header layout & cart mini panel */
}
.etn .ct-menu-link {
  font-family: "Orbitron", sans-serif !important;
}
@media (hover: hover) {
  .etn .ct-menu-link:hover {
    color: #00a4e4 !important;
  }
}
.etn .current_page_item .ct-menu-link,
.etn .current-menu-item .ct-menu-link,
.etn .current-product-ancestor .ct-menu-link,
.etn .current-menu-parent .ct-menu-link {
  color: #00a4e4 !important;
}
@media (hover: none) {
  .etn[data-header="type-1:sticky"] .ct-header-search.ct-toggle:hover svg a,
  .etn[data-header="type-1:sticky"] .ct-header-search.ct-toggle:hover svg .ct-cart-item .ct-label,
  .etn[data-header="type-1:sticky"] .ct-header-search.ct-toggle:hover svg .ct-cart-item .ct-icon-container svg,
  .etn[data-header="type-1:sticky"] .ct-header-trigger:hover svg.ct-icon a,
  .etn[data-header="type-1:sticky"] .ct-header-trigger:hover svg.ct-icon .ct-cart-item .ct-label,
  .etn[data-header="type-1:sticky"] .ct-header-trigger:hover svg.ct-icon .ct-cart-item .ct-icon-container svg,
  .etn[data-header="type-1:sticky"] .ct-header-cart:hover a,
  .etn[data-header="type-1:sticky"] .ct-header-cart:hover .ct-cart-item .ct-label,
  .etn[data-header="type-1:sticky"] .ct-header-cart:hover .ct-cart-item .ct-icon-container svg,
  .etn[data-header="type-1:sticky"] .ct-header-cart a,
  .etn[data-header="type-1:sticky"] .ct-header-cart .ct-cart-item .ct-label,
  .etn[data-header="type-1:sticky"] .ct-header-cart .ct-cart-item .ct-icon-container svg, .etn[data-header="type-1:sticky:shrink"] .ct-header-search.ct-toggle:hover svg a,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-search.ct-toggle:hover svg .ct-cart-item .ct-label,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-search.ct-toggle:hover svg .ct-cart-item .ct-icon-container svg,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-trigger:hover svg.ct-icon a,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-trigger:hover svg.ct-icon .ct-cart-item .ct-label,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-trigger:hover svg.ct-icon .ct-cart-item .ct-icon-container svg,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-cart:hover a,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-cart:hover .ct-cart-item .ct-label,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-cart:hover .ct-cart-item .ct-icon-container svg,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-cart a,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-cart .ct-cart-item .ct-label,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-cart .ct-cart-item .ct-icon-container svg {
    transform: none !important;
  }
}
.etn[data-header="type-1:sticky"] .ct-header-trigger svg,
.etn[data-header="type-1:sticky"] .ct-header-search svg,
.etn[data-header="type-1:sticky"] .ct-cart-item svg,
.etn[data-header="type-1:sticky"] [data-id=search], .etn[data-header="type-1:sticky:shrink"] .ct-header-trigger svg,
.etn[data-header="type-1:sticky:shrink"] .ct-header-search svg,
.etn[data-header="type-1:sticky:shrink"] .ct-cart-item svg,
.etn[data-header="type-1:sticky:shrink"] [data-id=search] {
  transition: fill 300ms ease-in-out !important;
}
.etn[data-header="type-1:sticky"] .ct-cart-item bdi, .etn[data-header="type-1:sticky:shrink"] .ct-cart-item bdi {
  transition: color 300ms ease-in-out;
}
.etn[data-header="type-1:sticky"] .ct-cart-item,
.etn[data-header="type-1:sticky"] [data-id=search], .etn[data-header="type-1:sticky:shrink"] .ct-cart-item,
.etn[data-header="type-1:sticky:shrink"] [data-id=search] {
  --theme-icon-color: unset !important;
}
@media (hover: hover) {
  .etn[data-header="type-1:sticky"] .ct-header-trigger:hover svg.ct-icon, .etn[data-header="type-1:sticky:shrink"] .ct-header-trigger:hover svg.ct-icon {
    fill: #00a4e4;
    transition: fill 300ms ease-in-out;
  }
  .etn[data-header="type-1:sticky"] .ct-cart-item:hover svg, .etn[data-header="type-1:sticky:shrink"] .ct-cart-item:hover svg {
    fill: #00a4e4;
  }
  .etn[data-header="type-1:sticky"] .ct-cart-item:hover bdi, .etn[data-header="type-1:sticky:shrink"] .ct-cart-item:hover bdi {
    color: #00a4e4;
  }
}
@media (hover: none) {
  .etn[data-header="type-1:sticky"] .ct-header-search.ct-toggle:hover svg,
  .etn[data-header="type-1:sticky"] .ct-header-trigger:hover svg.ct-icon {
    fill: #f4f5f8;
  }
  .etn[data-header="type-1:sticky"] .ct-header-cart:hover .ct-cart-item .ct-label,
  .etn[data-header="type-1:sticky"] .ct-header-cart:hover .ct-cart-item .ct-icon-container svg {
    fill: #f4f5f8;
    color: #f4f5f8;
  }
}
.etn[data-header="type-1:sticky"] .ct-menu-link,
.etn[data-header="type-1:sticky"] .ct-label {
  color: #ebebeb;
}
.etn[data-header="type-1:sticky"] .ct-header-trigger svg.ct-icon,
.etn[data-header="type-1:sticky"] .ct-header-search svg.ct-icon {
  fill: #ebebeb;
}
.etn[data-header="type-1:sticky"] .ct-icon-container svg {
  fill: #ebebeb;
}
.etn[data-header="type-1:sticky"] .ct-menu-link {
  font-family: "Orbitron", sans-serif;
  color: #ebebeb;
}
.etn[data-header="type-1:sticky"] .ct-menu-link::after {
  background-color: #00a4e4;
}
@media (min-width: 1000px) {
  .etn[data-header="type-1:sticky"] .ct-menu-link {
    font-size: 14.4px;
    padding: 0 1rem 20px 1rem;
  }
}
@media (hover: none) {
  .etn[data-header="type-1:sticky:shrink"] .ct-header-search.ct-toggle:hover svg,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-trigger:hover svg.ct-icon {
    fill: #3f3c50;
  }
  .etn[data-header="type-1:sticky:shrink"] .ct-header-cart:hover .ct-cart-item .ct-label,
  .etn[data-header="type-1:sticky:shrink"] .ct-header-cart:hover .ct-cart-item .ct-icon-container svg {
    fill: #3f3c50;
    color: #3f3c50;
  }
}
.etn[data-header="type-1:sticky:shrink"] div[data-sticky="yes:shrink"] {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
}
.etn[data-header="type-1:sticky:shrink"] .ct-menu-link {
  color: #ebebeb;
  transition: color 300ms ease-in-out !important;
}
.etn[data-header="type-1:sticky:shrink"] .ct-menu-link::after {
  background-color: #00a4e4;
}
@media (min-width: 1000px) {
  .etn[data-header="type-1:sticky:shrink"] .ct-menu-link {
    font-size: 0.9rem;
    padding: 0 1rem 20px 1rem;
  }
  .etn[data-header="type-1:sticky:shrink"] .ct-header-trigger svg.ct-icon {
    fill: #3f3c50;
  }
  .etn[data-header="type-1:sticky:shrink"] .ct-icon-container svg {
    fill: #3f3c50;
  }
  .etn[data-header="type-1:sticky:shrink"] .ct-menu-link,
  .etn[data-header="type-1:sticky:shrink"] .ct-label {
    color: #3f3c50;
  }
}
.etn #offcanvas .ct-panel-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 400px;
  height: 100%;
  bottom: -10vmin;
  right: -10%;
  opacity: 0.1;
  background-position: right bottom;
  background-image: url(../images/snow-accent.svg) !important;
  background-repeat: no-repeat;
}
.etn #offcanvas .site-logo-container {
  position: relative;
  min-height: 50px;
  margin-bottom: 2rem;
}
.etn #offcanvas .site-logo-container::after {
  content: "";
  position: absolute;
  background-image: url("../images/logo-capodanno-sulla-neve-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 222px;
  height: 50px;
}
@media (min-width: 400px) {
  .etn #offcanvas .site-logo-container::after {
    width: 262px;
  }
}
.etn #offcanvas .menu-item > .ct-menu-link {
  text-transform: capitalize;
}
.etn #offcanvas .ct-header-cta a.cta--button {
  font-size: 1.6rem !important;
  color: #ffffff;
  background: linear-gradient(90deg, #c3006b, #ff006e) !important;
  background-color: unset;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn #offcanvas .ct-header-cta a.cta--button:hover {
    background-position: 100% 0 !important;
  }
}
@media (hover: none) {
  .etn #offcanvas .ct-toggle-close svg {
    transition: none;
  }
  .etn #offcanvas nav[class*=menu] li:hover > a {
    color: #f4f5f8;
  }
}
@media (hover: hover) {
  .etn #offcanvas .ct-toggle-close svg {
    transition: all 300ms ease-in-out !important;
  }
}
.etn #header {
  z-index: 7 !important;
  /* Mini-cart rows that should be hidden in header dropdown */
}
.etn #header .ct-container {
  max-width: 1600px;
}
.etn #header .ct-container .menu-item {
  margin: 0 !important;
}
.etn #header .ct-container > div[data-column=end] div[data-items=primary],
.etn #header .ct-container > div[data-column=end] div[data-column=end] + div {
  display: flex !important;
  flex-direction: column !important;
  align-items: end !important;
}
.etn #header .ct-container > div[data-column=end] .ct-label,
.etn #header .ct-container > div[data-column=end] .ct-header-search {
  display: none;
}
.etn #header .ct-container > div[data-column=end] .ct-header-cart {
  margin: 1rem 0.125rem 1rem auto !important;
}
.etn #header .ct-container > div[data-column=end] .ct-header-cta {
  background-color: #c3006b;
  border-radius: 3px;
}
@media (hover: none) {
  .etn #header .ct-container > div[data-column=end] .ct-header-cart:hover .ct-cart-content {
    opacity: 0 !important;
  }
}
.etn #header .ct-container > div[data-column=end] .ct-cart-content {
  background-color: #f4f5f8 !important;
  width: 400px !important;
  border-bottom: 2px solid #ebebeb;
}
.etn #header .ct-container > div[data-column=end] .ct-cart-content p,
.etn #header .ct-container > div[data-column=end] .ct-cart-content dt,
.etn #header .ct-container > div[data-column=end] .ct-cart-content dd,
.etn #header .ct-container > div[data-column=end] .ct-cart-content span,
.etn #header .ct-container > div[data-column=end] .ct-cart-content .total,
.etn #header .ct-container > div[data-column=end] .ct-cart-content strong {
  color: #231f20 !important;
}
.etn #header .ct-container > div[data-column=end] .ct-cart-content .total {
  border-top: 1px solid #ebebeb;
}
.etn #header .ct-container > div[data-column=end] .ct-cart-content .total span,
.etn #header .ct-container > div[data-column=end] .ct-cart-content .total strong {
  font-weight: 400 !important;
}
.etn #header .ct-container > div[data-column=end] .ct-cart-content .coupon,
.etn #header .ct-container > div[data-column=end] .ct-cart-content .handle-fees {
  padding-top: 0.35em;
}
.etn #header .ct-container > div[data-column=end] .ct-cart-content .coupon span,
.etn #header .ct-container > div[data-column=end] .ct-cart-content .coupon strong,
.etn #header .ct-container > div[data-column=end] .ct-cart-content .handle-fees span,
.etn #header .ct-container > div[data-column=end] .ct-cart-content .handle-fees strong {
  font-weight: 400 !important;
}
.etn #header .ct-container > div[data-column=end] .ct-cart-content .coupon .coupon__value *,
.etn #header .ct-container > div[data-column=end] .ct-cart-content .handle-fees .coupon__value * {
  color: #95113b !important;
}
.etn #header .ct-container > div[data-column=end] .ct-cart-content .calculated {
  font-size: 0.875rem !important;
  padding-top: 0.2em;
}
.etn #header .ct-container > div[data-column=end] .ct-cart-content .calculated span,
.etn #header .ct-container > div[data-column=end] .ct-cart-content .calculated strong {
  font-weight: 600 !important;
}
@media (min-width: 768px) {
  .etn #header .ct-container > div[data-column=end] .ct-cart-content {
    width: 484px !important;
  }
}
.etn #header .ct-container > div[data-column=end] .ct-header-trigger {
  order: -1;
  margin-top: 2rem !important;
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .woocommerce-mini-cart-item {
  align-items: start !important;
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .product-data {
  display: grid;
  gap: 0.25em;
  width: calc(100% - 1.5rem);
  max-width: calc(100% - 1.5rem);
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .product-data .variation {
  font-size: 0.8438rem;
  margin: 0;
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .product-data a {
  color: #3f3c50;
}
@media (hover: hover) {
  .etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .product-data a:hover {
    color: #00a4e4;
  }
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .remove {
  top: 0;
  right: 0.6275rem;
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .remove svg {
  fill: #3f3c50;
  transition: all 400ms ease-in-out;
}
@media (hover: hover) {
  .etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .remove svg:hover {
    fill: #00a4e4;
  }
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .quantity,
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .woocommerce-Price-amount {
  font-weight: 400 !important;
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart .quantity > div:first-of-type {
  display: inline-block !important;
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart__total {
  font-weight: 600 !important;
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart__buttons {
  margin-bottom: 0.1em !important;
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart__buttons a {
  font-size: 0.8125rem;
  text-transform: none;
}
.etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart__buttons .checkout {
  color: #ffffff;
  background: linear-gradient(90deg, #c3006b, #ff006e) !important;
  background-color: unset;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn #header .ct-container > div[data-column=end] .woocommerce-mini-cart__buttons .checkout:hover {
    background-position: 100% 0 !important;
  }
}
@media (min-width: 375px) {
  .etn #header .ct-container > div[data-column=end] div[data-items=primary],
  .etn #header .ct-container > div[data-column=end] div[data-column=end] + div {
    flex-direction: row !important;
    align-items: center !important;
  }
  .etn #header .ct-container > div[data-column=end] .ct-header-search,
  .etn #header .ct-container > div[data-column=end] .ct-header-cart {
    margin: auto 0.625rem !important;
  }
  .etn #header .ct-container > div[data-column=end] .ct-header-trigger {
    order: 3;
    margin-top: 0 !important;
    margin-left: 0.625rem !important;
  }
}
@media (min-width: 480px) {
  .etn #header .ct-container > div[data-column=end] .ct-label {
    display: inline;
  }
  .etn #header .ct-container > div[data-column=end] .ct-header-search {
    display: flex !important;
    align-items: center;
  }
  .etn #header .ct-container > div[data-column=end] .ct-header-trigger {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1000px) {
  .etn #header .ct-container {
    grid-template-columns: max-content minmax(max-content, 1fr) !important;
    align-items: center;
  }
  .etn #header .ct-container > div[data-column=start], .etn #header .ct-container > div[data-column=end] {
    min-height: 100% !important;
    height: 80px;
  }
  .etn #header .ct-container > div[data-column=start] {
    grid-row: 1;
    grid-column: 2/3;
  }
  .etn #header .ct-container > div[data-column=middle] {
    grid-row: 2;
    grid-column: 1/-1;
    min-height: 100% !important;
    margin: 0 auto;
  }
  .etn #header .ct-container > div[data-column=end] {
    grid-row: 1;
    grid-column: 2/3;
    min-height: auto !important;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
  }
  .etn #header .ct-container > div[data-column=end] .ct-button {
    min-height: 34px;
    padding: 5px 15px;
  }
  .etn #header .ct-container .site-logo-container img {
    width: 222px !important;
  }
  .etn #header .ct-container nav {
    margin: 0 !important;
  }
  .etn #header .ct-container .ct-menu-link {
    font-size: 12.8px;
  }
}
@media (min-width: 1200px) {
  .etn #header .ct-container .ct-menu-link {
    font-size: 15px;
  }
}
@media (min-width: 1560px) {
  .etn #header .ct-container {
    grid-template-columns: auto max-content auto !important;
  }
  .etn #header .ct-container > div[data-column=start], .etn #header .ct-container > div[data-column=end] {
    height: 100px;
  }
  .etn #header .ct-container > div[data-column=start], .etn #header .ct-container > div[data-column=middle], .etn #header .ct-container > div[data-column=end] {
    grid-row: 1;
  }
  .etn #header .ct-container > div[data-column=start] {
    grid-column: 1/2;
  }
  .etn #header .ct-container > div[data-column=middle] {
    grid-column: 2/3;
    padding-top: 0;
  }
  .etn #header .ct-container > div[data-column=end] {
    grid-column: 3/4;
  }
  .etn #header .ct-container > div[data-column=end] .woocommerce-Price-amount.amount {
    display: inline-block;
    word-break: break-word;
  }
  .etn #header .ct-container .site-logo-container img {
    width: 198px !important;
  }
  .etn #header .ct-container .ct-menu-link {
    padding: 0 0.9rem;
  }
  .etn #header .ct-container .ct-menu-link {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .etn #header .ct-container .site-logo-container img {
    width: 222px !important;
  }
  .etn #header .ct-container .ct-menu-link {
    font-size: 15px;
    padding: 0 0.9rem;
  }
}
@media (min-width: 1700px) {
  .etn #header .ct-container .site-logo-container img {
    width: 230px !important;
  }
}
@media (min-width: 1800px) {
  .etn #header .ct-container > div[data-column=start] {
    margin-left: 10px;
  }
  .etn #header .ct-container > div[data-column=end] {
    margin-right: 10px;
  }
  .etn #header .ct-container .site-logo-container img {
    width: 250px !important;
  }
}
.etn #header .cta--button {
  color: #ffffff;
  background: linear-gradient(90deg, #c3006b, #ff006e) !important;
  background-color: unset;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn #header .cta--button:hover {
    background-position: 100% 0 !important;
  }
}
.etn #header .woocommerce-mini-cart-item.mini_cart_item .full-price-cart,
.etn #header .woocommerce-mini-cart-item.mini_cart_item .full-price-msg-cart,
.etn #header .woocommerce-mini-cart-item.mini_cart_item .settlement-price-cart {
  display: none;
}

.etn .hero-page, .etn main > .hero-section:first-child {
  position: relative;
  background-image: url(../images/bg-csn.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.etn .hero-page::after, .etn main > .hero-section:first-child::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #0b0b12, #16173d);
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.etn .hero-page header, .etn main > .hero-section:first-child header {
  min-height: unset !important;
  padding: 0;
  max-width: 1600px;
}
.etn .hero-page .hero-page__title, .etn main > .hero-section:first-child .hero-page__title {
  z-index: 2;
  width: 100%;
  padding-left: 0;
  max-width: 1600px;
  margin: 0 auto !important;
  margin-left: 0;
  position: relative;
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: capitalize;
  text-align: left;
  width: 100%;
  max-width: 1600px;
  padding: 0.25em 0.75em;
  padding-left: 0;
  margin: 0 auto;
  margin-left: 0;
}
@media (min-width: 420px) {
  .etn .hero-page .hero-page__title, .etn main > .hero-section:first-child .hero-page__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 500px) {
  .etn .hero-page .hero-page__title, .etn main > .hero-section:first-child .hero-page__title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .etn .hero-page .hero-page__title, .etn main > .hero-section:first-child .hero-page__title {
    font-size: 3.5rem;
    padding: 0.25em 1.25em;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .etn .hero-page .hero-page__title, .etn main > .hero-section:first-child .hero-page__title {
    padding: 0.2em 0.75em;
    padding-left: 0;
  }
}
@media (min-width: 1360px) {
  .etn .hero-page .hero-page__title, .etn main > .hero-section:first-child .hero-page__title {
    font-size: 60px;
  }
}
@media (min-width: 1800px) {
  .etn .hero-page .hero-page__title, .etn main > .hero-section:first-child .hero-page__title {
    font-size: 64px;
  }
}
@media (min-width: 375px) {
  .etn .hero-page, .etn main > .hero-section:first-child {
    padding-top: 6.25rem !important;
    padding-bottom: 1.75rem !important;
  }
}
@media (min-width: 480px) {
  .etn .hero-page, .etn main > .hero-section:first-child {
    padding-top: 7.5rem !important;
    padding-bottom: 4.375rem !important;
  }
}
@media (min-width: 1000px) {
  .etn .hero-page, .etn main > .hero-section:first-child {
    padding-top: 10.5rem !important;
    padding-bottom: 5.25rem !important;
  }
}
@media (min-width: 1300px) {
  .etn .hero-page, .etn main > .hero-section:first-child {
    padding-top: 10rem !important;
    padding-bottom: 4.75rem !important;
  }
}
.etn .hero-breadcrumbs {
  position: relative;
  z-index: 2;
  display: none;
  font-family: "Orbitron", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: left;
  color: white;
  max-width: 1600px;
  margin: 0 auto;
}
.etn .hero-breadcrumbs div {
  max-width: 780px;
}
.etn .hero-breadcrumbs a {
  color: #ffffff;
}
.etn .hero-breadcrumbs span:last-child, .etn .hero-breadcrumbs--current {
  color: #00a4e4;
}
.etn .hero-breadcrumbs--entry {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .etn .hero-breadcrumbs {
    display: block;
  }
}
@media (hover: hover) {
  .etn .hero-breadcrumbs a:hover {
    color: #00a4e4;
  }
}
.etn main > .hero-section:first-child .page-title {
  display: none !important;
}
.etn main > .hero-section:first-child .page-description {
  display: none;
}

.etn footer {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  background-image: none !important;
  border-top: 2px solid #ebebeb;
  /* Accent background */
  /* Headings + text */
  /* Containers (Blocksy ct-*) */
  /* Widgets & spacing */
  /* Footer info line */
  /* Socials (Blocksy + core) */
  /* Footer menus */
  /* Newsletter / forms in footer */
  /* Payment / trust badges row */
}
.etn footer::before {
  content: "";
  position: absolute;
  bottom: 5vmin;
  right: -10%;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-position: right bottom;
  background-image: url("../images/snow-grey.svg") !important;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .etn footer::before {
    bottom: -5rem;
  }
}
@media (min-width: 1600px) {
  .etn footer::before {
    right: calc(50vw - 700px - 10%);
  }
}
.etn footer h2,
.etn footer h3,
.etn footer h4 {
  margin: 0 0 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}
.etn footer h3 {
  font-size: 0.9063rem;
  text-transform: uppercase;
  border-left: 0.15em solid #c5c5c5 !important;
  padding-left: 0.5em !important;
}
.etn footer p,
.etn footer li {
  color: #231f20;
}
.etn footer a {
  color: #3f3c50;
  transition: color 400ms ease-in-out;
}
@media (hover: hover) {
  .etn footer a:hover {
    color: #00a4e4;
  }
}
.etn footer a:focus {
  outline: 2px solid #00a4e4;
  outline-offset: 2px;
  border-radius: 3px;
}
@media (min-width: 690px) {
  .etn footer div[data-row=middle] .ct-container {
    -moz-column-gap: 15% !important;
         column-gap: 15% !important;
  }
}
@media (min-width: 1000px) {
  .etn footer div[data-row=middle] .ct-container {
    justify-items: center;
    -moz-column-gap: 5% !important;
         column-gap: 5% !important;
  }
  .etn footer div[data-row=bottom] .ct-container {
    grid-template-columns: max-content 1fr !important;
    padding: 1.5rem 0 !important;
  }
}
.etn footer .widget p + p,
.etn footer .textwidget > p + p {
  margin-top: 0.75em;
}
.etn footer .etn__footer-info {
  display: flex;
  flex-flow: column wrap;
  font-size: 0.8rem;
}
.etn footer .etn__footer-info .etn__footer-copyright,
.etn footer .etn__footer-info .etn__footer-website {
  flex: 1 0 100%;
}
.etn footer .etn__footer-info .etn__footer-website {
  margin-top: 0.45rem;
}
.etn footer .etn__footer-info .etn__footer-website a {
  position: relative;
  padding-left: 1.75em;
}
.etn footer .etn__footer-info .etn__footer-website a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url("../images/logo-etiena.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .etn footer .etn__footer-info {
    flex-flow: row nowrap;
  }
  .etn footer .etn__footer-info .etn__footer-copyright,
  .etn footer .etn__footer-info .etn__footer-website {
    flex: 0 0 auto;
  }
  .etn footer .etn__footer-info .etn__footer-website {
    margin: 0 0 0 1.375rem;
  }
}
.etn footer div[data-column=socials],
.etn footer .ct-footer-socials,
.etn footer .ct-social-box,
.etn footer .ct-social-box .ct-label,
.etn footer .ct-social-box .ct-label:not([hidden]) {
  row-gap: unset !important;
  -moz-column-gap: unset !important;
       column-gap: unset !important;
  transition: color 400ms ease-in-out !important;
}
.etn footer div[data-column=socials] .ct-icon-container svg,
.etn footer .ct-footer-socials .ct-icon-container svg,
.etn footer .ct-social-box .ct-icon-container svg,
.etn footer .ct-social-box .ct-label .ct-icon-container svg,
.etn footer .ct-social-box .ct-label:not([hidden]) .ct-icon-container svg {
  fill: #3f3c50;
}
@media (hover: hover) {
  .etn footer div[data-column=socials] a span,
  .etn footer div[data-column=socials] a,
  .etn footer .ct-footer-socials a span,
  .etn footer .ct-footer-socials a,
  .etn footer .ct-social-box a span,
  .etn footer .ct-social-box a,
  .etn footer .ct-social-box .ct-label a span,
  .etn footer .ct-social-box .ct-label a,
  .etn footer .ct-social-box .ct-label:not([hidden]) a span,
  .etn footer .ct-social-box .ct-label:not([hidden]) a {
    transition: color 400ms ease-in-out !important;
  }
}
.etn footer div[data-column=socials] a + a,
.etn footer .ct-footer-socials a + a,
.etn footer .ct-social-box a + a,
.etn footer .ct-social-box .ct-label a + a,
.etn footer .ct-social-box .ct-label:not([hidden]) a + a {
  margin-left: 1rem;
}
@media (min-width: 690px) {
  .etn footer div[data-column=socials] a + a,
  .etn footer .ct-footer-socials a + a,
  .etn footer .ct-social-box a + a,
  .etn footer .ct-social-box .ct-label a + a,
  .etn footer .ct-social-box .ct-label:not([hidden]) a + a {
    margin-left: 1.25rem;
  }
  .etn footer div[data-column=socials] .ct-label,
  .etn footer .ct-footer-socials .ct-label,
  .etn footer .ct-social-box .ct-label,
  .etn footer .ct-social-box .ct-label .ct-label,
  .etn footer .ct-social-box .ct-label:not([hidden]) .ct-label {
    display: none;
  }
}
@media (min-width: 786px) {
  .etn footer div[data-column=socials] .ct-label,
  .etn footer .ct-footer-socials .ct-label,
  .etn footer .ct-social-box .ct-label,
  .etn footer .ct-social-box .ct-label .ct-label,
  .etn footer .ct-social-box .ct-label:not([hidden]) .ct-label {
    display: inline-block;
    color: #3f3c50;
  }
}
@media (min-width: 1024px) {
  .etn footer div[data-column=socials] a + a,
  .etn footer .ct-footer-socials a + a,
  .etn footer .ct-social-box a + a,
  .etn footer .ct-social-box .ct-label a + a,
  .etn footer .ct-social-box .ct-label:not([hidden]) a + a {
    margin-left: 1.5rem;
  }
}
@media (hover: hover) {
  .etn footer .ct-social-box > a:hover .ct-label {
    color: #00a4e4;
  }
  .etn footer .ct-social-box > a:hover .ct-icon-container svg {
    fill: #00a4e4;
  }
}
.etn footer .ct-social-box {
  margin-bottom: 1rem;
}
@media (min-width: 786px) {
  .etn footer .ct-social-box {
    gap: 0.5rem !important;
  }
}
@media (min-width: 1000px) {
  .etn footer .ct-social-box {
    margin-bottom: 0;
    gap: 0.5rem !important;
  }
}
.etn footer .menu,
.etn footer .wp-block-navigation,
.etn footer .textwidget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.etn footer .menu a,
.etn footer .wp-block-navigation a,
.etn footer .textwidget a {
  text-decoration: none;
}
.etn footer .menu li + li,
.etn footer .wp-block-navigation li + li,
.etn footer .textwidget li + li {
  margin-top: 0.1em;
}
.etn footer footer form input[type=email],
.etn footer footer form input[type=text],
.etn footer footer form .wp-block-search__input,
.etn footer .wp-block-search input[type=email],
.etn footer .wp-block-search input[type=text],
.etn footer .wp-block-search .wp-block-search__input,
.etn footer .wp-block-jetpack-subscriptions input[type=email],
.etn footer .wp-block-jetpack-subscriptions input[type=text],
.etn footer .wp-block-jetpack-subscriptions .wp-block-search__input,
.etn footer .tnp-subscription input[type=email],
.etn footer .tnp-subscription input[type=text],
.etn footer .tnp-subscription .wp-block-search__input,
.etn footer .mc4wp-form input[type=email],
.etn footer .mc4wp-form input[type=text],
.etn footer .mc4wp-form .wp-block-search__input {
  width: 100%;
  padding: 0.65rem 0.8rem;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background: #fff;
  color: #231f20;
  transition: all 400ms ease-in-out !important;
}
.etn footer footer form input[type=email]:focus,
.etn footer footer form input[type=text]:focus,
.etn footer footer form .wp-block-search__input:focus,
.etn footer .wp-block-search input[type=email]:focus,
.etn footer .wp-block-search input[type=text]:focus,
.etn footer .wp-block-search .wp-block-search__input:focus,
.etn footer .wp-block-jetpack-subscriptions input[type=email]:focus,
.etn footer .wp-block-jetpack-subscriptions input[type=text]:focus,
.etn footer .wp-block-jetpack-subscriptions .wp-block-search__input:focus,
.etn footer .tnp-subscription input[type=email]:focus,
.etn footer .tnp-subscription input[type=text]:focus,
.etn footer .tnp-subscription .wp-block-search__input:focus,
.etn footer .mc4wp-form input[type=email]:focus,
.etn footer .mc4wp-form input[type=text]:focus,
.etn footer .mc4wp-form .wp-block-search__input:focus {
  border-color: #00a4e4;
  box-shadow: 0 0 0 3px rgba(0, 164, 228, 0.15);
  outline: 0;
}
.etn footer footer form button,
.etn footer footer form .wp-block-button__link,
.etn footer footer form input[type=submit],
.etn footer .wp-block-search button,
.etn footer .wp-block-search .wp-block-button__link,
.etn footer .wp-block-search input[type=submit],
.etn footer .wp-block-jetpack-subscriptions button,
.etn footer .wp-block-jetpack-subscriptions .wp-block-button__link,
.etn footer .wp-block-jetpack-subscriptions input[type=submit],
.etn footer .tnp-subscription button,
.etn footer .tnp-subscription .wp-block-button__link,
.etn footer .tnp-subscription input[type=submit],
.etn footer .mc4wp-form button,
.etn footer .mc4wp-form .wp-block-button__link,
.etn footer .mc4wp-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1.1rem;
  border: 0;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #00a4e4;
  transition: all 400ms ease-in-out;
}
@media (hover: hover) {
  .etn footer footer form button:hover,
  .etn footer footer form .wp-block-button__link:hover,
  .etn footer footer form input[type=submit]:hover,
  .etn footer .wp-block-search button:hover,
  .etn footer .wp-block-search .wp-block-button__link:hover,
  .etn footer .wp-block-search input[type=submit]:hover,
  .etn footer .wp-block-jetpack-subscriptions button:hover,
  .etn footer .wp-block-jetpack-subscriptions .wp-block-button__link:hover,
  .etn footer .wp-block-jetpack-subscriptions input[type=submit]:hover,
  .etn footer .tnp-subscription button:hover,
  .etn footer .tnp-subscription .wp-block-button__link:hover,
  .etn footer .tnp-subscription input[type=submit]:hover,
  .etn footer .mc4wp-form button:hover,
  .etn footer .mc4wp-form .wp-block-button__link:hover,
  .etn footer .mc4wp-form input[type=submit]:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
  }
}
.etn footer .footer-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* spacing without gap() */
}
.etn footer .footer-badges > * + * {
  margin-left: 0.75rem;
}
.etn footer .footer-badges img {
  height: 26px;
  width: auto;
  display: block;
}
.etn footer .ct-social-box {
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .etn footer .ct-social-box {
    margin-bottom: 0;
  }
}

.swiper .products[data-products] {
  display: flex !important;
  gap: 0 !important;
  padding: 0 !important;
}
.swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  list-style: none !important;
  min-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-slide img {
  flex: 1 1 100%;
  display: flex;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .swiper .swiper-slide img {
    border-radius: 3px;
  }
}
@media (hover: hover) {
  .swiper .swiper-slide:hover {
    cursor: grab;
  }
}
.swiper .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  padding-top: 3rem;
}
.swiper .swiper-pagination-bullet {
  width: 28px !important;
  height: 26px !important;
  background: #231f20;
  border-radius: 4px !important;
  margin: 0.35rem !important;
  background: none !important;
  background-image: url("../images/snow-dark.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .swiper .swiper-pagination-bullet {
    margin: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .swiper .swiper-pagination-bullet {
    margin: 0.6rem !important;
  }
}
.swiper .swiper-pagination-bullet-active {
  background: #00a4e4;
}
.swiper .swiper-pagination-bullet-active {
  background: none !important;
  width: 36px !important;
  height: 32px !important;
  background-image: url("../images/snow-accent.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(4px);
}

/* Wordpress */
.etn.archive.category,
.etn.archive.tag,
.etn.author,
.etn.blog {
  /* Spacing for sections inside container */
  /* Title label punctuation */
  /* Rounded media in cards */
  /* Archive hero */
  /* Hide WP page title block on archives, keep typography hook if needed */
  /* Remove extra top margins in headers */
  /* Hero type 2 background */
  /* Main area styling */
}
.etn.archive.category .ct-container section,
.etn.archive.tag .ct-container section,
.etn.author .ct-container section,
.etn.blog .ct-container section {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .etn.archive.category .ct-container section,
  .etn.archive.tag .ct-container section,
  .etn.author .ct-container section,
  .etn.blog .ct-container section {
    margin-top: 78px;
  }
}
@media (min-width: 1024px) {
  .etn.archive.category .ct-container section,
  .etn.archive.tag .ct-container section,
  .etn.author .ct-container section,
  .etn.blog .ct-container section {
    margin-top: 96px;
  }
}
.etn.archive.category .ct-title-label::after,
.etn.archive.tag .ct-title-label::after,
.etn.author .ct-title-label::after,
.etn.blog .ct-title-label::after {
  content: ": ";
}
.etn.archive.category .entries article > .ct-image-container,
.etn.archive.category .entries article > .ct-media-container,
.etn.archive.tag .entries article > .ct-image-container,
.etn.archive.tag .entries article > .ct-media-container,
.etn.author .entries article > .ct-image-container,
.etn.author .entries article > .ct-media-container,
.etn.blog .entries article > .ct-image-container,
.etn.blog .entries article > .ct-media-container {
  border-radius: 3px !important;
}
.etn.archive.category .hero-section header,
.etn.archive.tag .hero-section header,
.etn.author .hero-section header,
.etn.blog .hero-section header {
  min-height: unset !important;
  padding: 0;
  max-width: 1600px;
}
.etn.archive.category .hero-section .entry-meta,
.etn.archive.tag .hero-section .entry-meta,
.etn.author .hero-section .entry-meta,
.etn.blog .hero-section .entry-meta {
  font-family: "Orbitron", sans-serif;
  margin-left: 0;
  text-align: left;
  padding: 0;
  margin-top: 0.5rem !important;
  font-size: 0.8rem;
  opacity: 1;
}
.etn.archive.category .hero-section .meta-date,
.etn.archive.tag .hero-section .meta-date,
.etn.author .hero-section .meta-date,
.etn.blog .hero-section .meta-date {
  display: none !important;
}
.etn.archive.category .hero-section .meta-categories a,
.etn.archive.tag .hero-section .meta-categories a,
.etn.author .hero-section .meta-categories a,
.etn.blog .hero-section .meta-categories a {
  color: #9cbfc7;
}
@media (hover: hover) {
  .etn.archive.category .hero-section .meta-categories a:hover,
  .etn.archive.tag .hero-section .meta-categories a:hover,
  .etn.author .hero-section .meta-categories a:hover,
  .etn.blog .hero-section .meta-categories a:hover {
    color: #00a4e4;
  }
}
.etn.archive.category .hero-section .meta-articles,
.etn.archive.tag .hero-section .meta-articles,
.etn.author .hero-section .meta-articles,
.etn.blog .hero-section .meta-articles {
  color: #9cbfc7;
}
.etn.archive.category .hero-section .author-box-socials,
.etn.archive.tag .hero-section .author-box-socials,
.etn.author .hero-section .author-box-socials,
.etn.blog .hero-section .author-box-socials {
  display: none !important;
}
.etn.archive.category .page-title,
.etn.archive.tag .page-title,
.etn.author .page-title,
.etn.blog .page-title {
  display: none !important;
  position: relative;
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: capitalize;
  text-align: left;
  width: 100%;
  max-width: 1600px;
  padding: 0.25em 0.75em;
  padding-left: 0;
  margin: 0 auto;
  margin-left: 0;
}
@media (min-width: 420px) {
  .etn.archive.category .page-title,
  .etn.archive.tag .page-title,
  .etn.author .page-title,
  .etn.blog .page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 500px) {
  .etn.archive.category .page-title,
  .etn.archive.tag .page-title,
  .etn.author .page-title,
  .etn.blog .page-title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .etn.archive.category .page-title,
  .etn.archive.tag .page-title,
  .etn.author .page-title,
  .etn.blog .page-title {
    font-size: 3.5rem;
    padding: 0.25em 1.25em;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .etn.archive.category .page-title,
  .etn.archive.tag .page-title,
  .etn.author .page-title,
  .etn.blog .page-title {
    padding: 0.2em 0.75em;
    padding-left: 0;
  }
}
@media (min-width: 1360px) {
  .etn.archive.category .page-title,
  .etn.archive.tag .page-title,
  .etn.author .page-title,
  .etn.blog .page-title {
    font-size: 60px;
  }
}
@media (min-width: 1800px) {
  .etn.archive.category .page-title,
  .etn.archive.tag .page-title,
  .etn.author .page-title,
  .etn.blog .page-title {
    font-size: 64px;
  }
}
.etn.archive.category .page-description,
.etn.archive.tag .page-description,
.etn.author .page-description,
.etn.blog .page-description {
  display: none;
}
.etn.archive.category .entry-header > :not(:first-child),
.etn.archive.tag .entry-header > :not(:first-child),
.etn.author .entry-header > :not(:first-child),
.etn.blog .entry-header > :not(:first-child) {
  margin-top: unset;
}
.etn.archive.category .hero-section[data-type=type-2],
.etn.archive.tag .hero-section[data-type=type-2],
.etn.author .hero-section[data-type=type-2],
.etn.blog .hero-section[data-type=type-2] {
  background: linear-gradient(90deg, #17182e, #2d307c);
  background-image: url(../images/bg-csn.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.etn.archive.category #main,
.etn.archive.tag #main,
.etn.author #main,
.etn.blog #main {
  background: linear-gradient(90deg, #00a4e4, #65c9f0);
  /* Grid layout for entries */
  /* Card styles */
}
@media (max-width: 2800px) {
  .etn.archive.category #main,
  .etn.archive.tag #main,
  .etn.author #main,
  .etn.blog #main {
    position: relative;
    overflow: hidden;
    /* Top cap: slope up L→R */
    /* Bottom cap: slope down L→R */
    /* Keep content above caps */
  }
  .etn.archive.category #main::before, .etn.archive.category #main::after,
  .etn.archive.tag #main::before,
  .etn.archive.tag #main::after,
  .etn.author #main::before,
  .etn.author #main::after,
  .etn.blog #main::before,
  .etn.blog #main::after {
    content: "" !important;
    position: absolute;
    left: 0;
    right: 0;
    height: var(--cap-h, 21%);
    background: #ffffff;
    pointer-events: none;
    z-index: 1;
    --skew-depth: clamp(16px, 3.2vw, 48px);
  }
  .etn.archive.category #main::before,
  .etn.archive.tag #main::before,
  .etn.author #main::before,
  .etn.blog #main::before {
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--skew-depth)), 0 100%);
  }
  .etn.archive.category #main::after,
  .etn.archive.tag #main::after,
  .etn.author #main::after,
  .etn.blog #main::after {
    bottom: 0;
    clip-path: polygon(0 0, 100% var(--skew-depth), 100% 100%, 0 100%);
  }
  .etn.archive.category #main > *,
  .etn.archive.tag #main > *,
  .etn.author #main > *,
  .etn.blog #main > * {
    position: relative;
    z-index: 2;
  }
  .etn.archive.category #main h2.stk-block-heading__text,
  .etn.archive.tag #main h2.stk-block-heading__text,
  .etn.author #main h2.stk-block-heading__text,
  .etn.blog #main h2.stk-block-heading__text {
    color: #231f20 !important;
  }
}
.etn.archive.category #main .entries,
.etn.archive.tag #main .entries,
.etn.author #main .entries,
.etn.blog #main .entries {
  grid-template-columns: 1fr;
  row-gap: 4rem !important;
}
@media (min-width: 900px) {
  .etn.archive.category #main .entries,
  .etn.archive.tag #main .entries,
  .etn.author #main .entries,
  .etn.blog #main .entries {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.etn.archive.category #main article,
.etn.archive.tag #main article,
.etn.author #main article,
.etn.blog #main article {
  padding: 2em;
  background: #2ebbf3;
  border-top-right-radius: 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
}
.etn.archive.category #main article a,
.etn.archive.category #main article p,
.etn.archive.category #main article ul,
.etn.archive.category #main article li,
.etn.archive.tag #main article a,
.etn.archive.tag #main article p,
.etn.archive.tag #main article ul,
.etn.archive.tag #main article li,
.etn.author #main article a,
.etn.author #main article p,
.etn.author #main article ul,
.etn.author #main article li,
.etn.blog #main article a,
.etn.blog #main article p,
.etn.blog #main article ul,
.etn.blog #main article li {
  color: #ffffff;
}
.etn.archive.category #main article p > a,
.etn.archive.tag #main article p > a,
.etn.author #main article p > a,
.etn.blog #main article p > a {
  font-weight: 600;
  text-decoration: underline;
  color: #ffffff;
}
.etn.archive.category #main article .entry-meta,
.etn.archive.tag #main article .entry-meta,
.etn.author #main article .entry-meta,
.etn.blog #main article .entry-meta {
  order: 1;
  font-size: 14px;
  padding-left: 0 !important;
}
.etn.archive.category #main article .entry-meta .meta-categories,
.etn.archive.tag #main article .entry-meta .meta-categories,
.etn.author #main article .entry-meta .meta-categories,
.etn.blog #main article .entry-meta .meta-categories {
  font-family: "Orbitron", sans-serif;
  color: #ffffff;
}
.etn.archive.category #main article .entry-title,
.etn.archive.tag #main article .entry-title,
.etn.author #main article .entry-title,
.etn.blog #main article .entry-title {
  position: relative;
  order: 2;
  font-weight: 800;
  letter-spacing: 1.25px;
  padding-bottom: 0.5em;
  margin-bottom: 2rem;
}
.etn.archive.category #main article .entry-title::after,
.etn.archive.tag #main article .entry-title::after,
.etn.author #main article .entry-title::after,
.etn.blog #main article .entry-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #ffffff;
  transition: all 400ms ease-in-out;
}
.etn.archive.category #main article .entry-title a,
.etn.archive.tag #main article .entry-title a,
.etn.author #main article .entry-title a,
.etn.blog #main article .entry-title a {
  text-transform: none;
}
@media (hover: hover) {
  .etn.archive.category #main article .entry-title:hover::after,
  .etn.archive.tag #main article .entry-title:hover::after,
  .etn.author #main article .entry-title:hover::after,
  .etn.blog #main article .entry-title:hover::after {
    width: 96%;
  }
}
.etn.archive.category #main article .ct-media-container,
.etn.archive.category #main article .ct-image-container,
.etn.archive.tag #main article .ct-media-container,
.etn.archive.tag #main article .ct-image-container,
.etn.author #main article .ct-media-container,
.etn.author #main article .ct-image-container,
.etn.blog #main article .ct-media-container,
.etn.blog #main article .ct-image-container {
  order: -1;
  width: 100% !important;
  margin-right: auto;
  margin-left: auto;
}
.etn.archive.category #main article .ct-media-container figure,
.etn.archive.category #main article .ct-media-container img,
.etn.archive.category #main article .ct-image-container figure,
.etn.archive.category #main article .ct-image-container img,
.etn.archive.tag #main article .ct-media-container figure,
.etn.archive.tag #main article .ct-media-container img,
.etn.archive.tag #main article .ct-image-container figure,
.etn.archive.tag #main article .ct-image-container img,
.etn.author #main article .ct-media-container figure,
.etn.author #main article .ct-media-container img,
.etn.author #main article .ct-image-container figure,
.etn.author #main article .ct-image-container img,
.etn.blog #main article .ct-media-container figure,
.etn.blog #main article .ct-media-container img,
.etn.blog #main article .ct-image-container figure,
.etn.blog #main article .ct-image-container img {
  max-height: 730px;
  border-radius: 3px;
  opacity: 0.7;
  transition: all 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.archive.category #main article .ct-media-container figure:hover,
  .etn.archive.category #main article .ct-media-container img:hover,
  .etn.archive.category #main article .ct-image-container figure:hover,
  .etn.archive.category #main article .ct-image-container img:hover,
  .etn.archive.tag #main article .ct-media-container figure:hover,
  .etn.archive.tag #main article .ct-media-container img:hover,
  .etn.archive.tag #main article .ct-image-container figure:hover,
  .etn.archive.tag #main article .ct-image-container img:hover,
  .etn.author #main article .ct-media-container figure:hover,
  .etn.author #main article .ct-media-container img:hover,
  .etn.author #main article .ct-image-container figure:hover,
  .etn.author #main article .ct-image-container img:hover,
  .etn.blog #main article .ct-media-container figure:hover,
  .etn.blog #main article .ct-media-container img:hover,
  .etn.blog #main article .ct-image-container figure:hover,
  .etn.blog #main article .ct-image-container img:hover {
    opacity: 1;
  }
}
.etn.archive.category #main article .missing-thumbnail,
.etn.archive.tag #main article .missing-thumbnail,
.etn.author #main article .missing-thumbnail,
.etn.blog #main article .missing-thumbnail {
  order: -1;
}
.etn.archive.category #main article .missing-thumbnail figure,
.etn.archive.category #main article .missing-thumbnail img,
.etn.archive.tag #main article .missing-thumbnail figure,
.etn.archive.tag #main article .missing-thumbnail img,
.etn.author #main article .missing-thumbnail figure,
.etn.author #main article .missing-thumbnail img,
.etn.blog #main article .missing-thumbnail figure,
.etn.blog #main article .missing-thumbnail img {
  max-height: 730px;
  border-radius: 3px;
  opacity: 1;
  transition: all 400ms ease-in-out;
}
.etn.archive.category #main article .entry-excerpt,
.etn.archive.tag #main article .entry-excerpt,
.etn.author #main article .entry-excerpt,
.etn.blog #main article .entry-excerpt {
  font-size: 1rem;
  order: 4;
}
.etn.archive.category #main article .entry-meta:last-child,
.etn.archive.tag #main article .entry-meta:last-child,
.etn.author #main article .entry-meta:last-child,
.etn.blog #main article .entry-meta:last-child {
  order: 5;
}
.etn.archive.category #main article .entry-meta:last-child .meta-author,
.etn.archive.category #main article .entry-meta:last-child .meta-date,
.etn.archive.tag #main article .entry-meta:last-child .meta-author,
.etn.archive.tag #main article .entry-meta:last-child .meta-date,
.etn.author #main article .entry-meta:last-child .meta-author,
.etn.author #main article .entry-meta:last-child .meta-date,
.etn.blog #main article .entry-meta:last-child .meta-author,
.etn.blog #main article .entry-meta:last-child .meta-date {
  display: none;
}

.etn.error404 .ct-sticky-container {
  background: linear-gradient(90deg, #17182e, #2d307c) !important;
}
.etn.error404 .ct-sticky-container div[data-sticky="fixed:shrink"] {
  background: linear-gradient(90deg, #17182e, #2d307c) !important;
}
@media (min-width: 1000px) {
  .etn.error404 .ct-sticky-container {
    height: 100% !important;
  }
}
.etn.error404 .ct-container section {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .etn.error404 .ct-container section {
    margin-top: 78px;
  }
}
@media (min-width: 1024px) {
  .etn.error404 .ct-container section {
    margin-top: 96px;
  }
}
.etn.error404 .ct-ghost {
  display: none;
}
.etn.error404 .entries article > .ct-image-container,
.etn.error404 .entries article > .ct-media-container {
  border-radius: 3px !important;
}
.etn.error404 .entries .missing-thumbnail {
  order: -1;
}
.etn.error404 .entries .missing-thumbnail + .entry-title {
  order: -2;
  margin-top: 0;
}

.etn.etn--format main > div:first-child {
  padding: 0;
}
.etn.etn--format main .wp-block-spacer {
  height: 70px !important;
}
@media (min-width: 768px) {
  .etn.etn--format main .wp-block-spacer {
    height: 100px !important;
  }
}
@media (min-width: 1024px) {
  .etn.etn--format main .wp-block-spacer {
    height: 140px !important;
  }
}
.etn.etn--format main .history {
  min-width: 100%;
  margin: 0 !important;
}
.etn.etn--format main .history__background {
  padding: 1.375em !important;
  background: linear-gradient(90deg, #3fc0f3, #a1def6) !important;
  position: relative;
  overflow: hidden;
}
.etn.etn--format main .history__background::before, .etn.etn--format main .history__background::after {
  content: "" !important;
  position: absolute;
  left: 0;
  right: 0;
  height: var(--cap-h, 22%);
  background: #fff;
  pointer-events: none;
  z-index: 1;
  --skew-depth: clamp(16px, 3.2vw, 78px);
}
.etn.etn--format main .history__background::before {
  top: calc(-1 * var(--skew-depth));
  clip-path: polygon(0 0, 100% var(--skew-depth), 100% 100%, 0 calc(100% - var(--skew-depth)));
}
.etn.etn--format main .history__background::after {
  bottom: calc(-1 * var(--skew-depth));
  clip-path: polygon(0 0, 100% var(--skew-depth), 100% 100%, 0 calc(100% - var(--skew-depth)));
}
.etn.etn--format main .history__background > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .etn.etn--format main .history__background {
    padding: 1.75em !important;
  }
}
@media (min-width: 600px) {
  .etn.etn--format main .history__background {
    padding: 2.5em !important;
  }
}
@media (min-width: 1024px) {
  .etn.etn--format main .history__background {
    padding: 3em !important;
  }
}
.etn.etn--format main .history__wrapper {
  color: #ffffff;
  background-color: #00a4e4 !important;
  max-width: 1024px;
  padding: 2em;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  margin: 0 auto !important;
  border-top-right-radius: 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
}
.etn.etn--format main .history__wrapper h2 {
  color: #ffffff;
  font-size: 2.375rem;
}
@media (min-width: 768px) {
  .etn.etn--format main .history__wrapper h2 {
    font-size: 3.275rem;
  }
}
@media (min-width: 1024px) {
  .etn.etn--format main .history__wrapper h2 {
    font-size: 4.375rem;
  }
}
.etn.etn--format main .history__wrapper a {
  font-weight: 600;
  text-decoration: underline;
  color: #ffffff;
}
.etn.etn--format main .more-info .wp-block-column {
  display: flex;
  justify-content: center;
}
.etn.etn--format main .more-info .wp-block-heading {
  border-left: clamp(4px, 0.15em, 6px) solid #00a4e4 !important;
  padding-left: 0.5em !important;
}
.etn.etn--format main .additionals {
  min-width: 100%;
  margin: 0 !important;
}
.etn.etn--format main .additionals__background {
  position: relative;
  overflow: hidden;
  background-color: #ebebeb !important;
  background-image: none !important;
  padding: 4rem 2rem;
  /* TOP — slope up L→R (opposite of bottom) */
  /* BOTTOM — slope down L→R */
  /* keep content above the caps */
}
.etn.etn--format main .additionals__background::before, .etn.etn--format main .additionals__background::after {
  content: "" !important;
  position: absolute;
  left: 0;
  right: 0;
  height: var(--cap-h, 15%); /* adjust thickness if needed */
  background: #ffffff !important; /* internal white */
  opacity: 1 !important;
  pointer-events: none;
  background-image: none !important;
  z-index: 1;
  --skew-depth: clamp(10px, 4.2vw, 48px); /* diagonal depth */
}
.etn.etn--format main .additionals__background::before {
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 140px), 0 100%);
}
.etn.etn--format main .additionals__background::after {
  bottom: 0;
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
}
.etn.etn--format main .additionals__background > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 980px) {
  .etn.etn--format main .additionals__background {
    padding: 4rem 3rem;
  }
}
.etn.etn--format main .additionals__wrapper {
  display: flex;
  flex-wrap: wrap !important;
  row-gap: 4rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .etn.etn--format main .additionals__wrapper {
    row-gap: 6rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.etn.etn--format main .additionals__column {
  flex: 1 1 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 1rem;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  align-content: start;
  max-width: 600px;
}
.etn.etn--format main .additionals__column .wp-block-image {
  display: none;
  width: 36px;
}
@media (min-width: 980px) {
  .etn.etn--format main .additionals__column .wp-block-image {
    display: block;
  }
}
.etn.etn--format main .additionals__column .wp-block-image,
.etn.etn--format main .additionals__column .wp-block-heading {
  margin: 0;
}
.etn.etn--format main .additionals__column p {
  grid-column: 1/-1;
  margin-bottom: 0.5em;
}
@media (min-width: 980px) {
  .etn.etn--format main .additionals__column {
    flex: 1 1 calc(50% - 2rem);
  }
  .etn.etn--format main .additionals__column p {
    grid-column: 2/-1;
  }
}

.etn.etn--homepage main > div:first-child {
  padding: 0;
}
.etn.etn--homepage main .wp-block-spacer {
  height: 70px !important;
}
@media (min-width: 768px) {
  .etn.etn--homepage main .wp-block-spacer {
    height: 100px !important;
  }
}
@media (min-width: 1024px) {
  .etn.etn--homepage main .wp-block-spacer {
    height: 140px !important;
  }
}
.etn.etn--homepage main .video {
  position: relative;
  display: flex;
  min-width: 100% !important;
  min-height: 70vh;
  margin: 0 !important;
}
.etn.etn--homepage main .video .video__large {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.etn.etn--homepage main .video .video__box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #101013;
  opacity: 0;
  animation: 15s autoplay infinite linear;
}
.etn.etn--homepage main .video .video__box::before {
  content: "" !important;
  position: absolute;
  top: 0;
  opacity: 0.73;
  background-color: #101013 !important;
  width: 100%;
  height: 100%;
}
.etn.etn--homepage main .video .video__image {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.etn.etn--homepage main .video .video--1 {
  animation-delay: 0s;
}
.etn.etn--homepage main .video .video--2 {
  animation-delay: 3s;
}
.etn.etn--homepage main .video .video--3 {
  animation-delay: 6s;
}
.etn.etn--homepage main .video .video--4 {
  animation-delay: 9s;
}
.etn.etn--homepage main .video .video--5 {
  animation-delay: 12s;
}
.etn.etn--homepage main .video .video__column {
  position: relative;
  padding: 9rem 1.5rem 4.375rem 1.5rem;
  margin: 0 auto;
}
.etn.etn--homepage main .video .video__column .wp-block-heading {
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 2.375rem;
}
@media (min-width: 768px) {
  .etn.etn--homepage main .video .video__column .wp-block-heading {
    font-size: 3.275rem;
  }
}
@media (min-width: 1024px) {
  .etn.etn--homepage main .video .video__column .wp-block-heading {
    font-size: 4.375rem;
  }
}
.etn.etn--homepage main .video .video__column .wp-block-button__link {
  padding: 0.75rem 2.5rem;
  margin-top: 2em;
  color: #ffffff;
  background: linear-gradient(90deg, #00a4e4, #65c9f0) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.etn--homepage main .video .video__column .wp-block-button__link:hover {
    background-position: 100% 0 !important;
  }
}
.etn.etn--homepage main .video .video__column .wp-block-heading,
.etn.etn--homepage main .video .video__column .wp-block-button__link,
.etn.etn--homepage main .video .video__column p {
  color: #ffffff;
  max-width: 780px;
}
@media (min-width: 480px) {
  .etn.etn--homepage main .video .video__column {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .etn.etn--homepage main .video .video__column {
    max-width: 600px;
    padding-top: 12rem;
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 1024px) {
  .etn.etn--homepage main .video .video__column {
    max-width: 1400px;
    padding-top: 15rem;
    padding-bottom: 11rem;
    margin: 0 auto;
  }
}
@media (min-width: 1800px) {
  .etn.etn--homepage main .video {
    min-height: 40vh;
  }
  .etn.etn--homepage main .video .wp-block-heading {
    font-size: 4.5rem;
  }
}
.etn.etn--homepage main .build-your-bundle .wp-block-column {
  display: flex;
}
.etn.etn--homepage main .build-your-bundle .wp-block-heading {
  border-left: clamp(4px, 0.15em, 6px) solid #00a4e4 !important;
  padding-left: 0.5em !important;
}
.etn.etn--homepage main .proposals {
  flex-wrap: wrap !important;
  gap: 3rem;
  margin: 2rem 0;
}
@media (min-width: 1024px) {
  .etn.etn--homepage main .proposals {
    margin: 3rem 0;
  }
}
.etn.etn--homepage main .proposals .wp-block-column {
  flex: 0 1 100%;
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  background-position: 50%;
  background-size: cover;
  min-height: 450px;
  border-radius: 10px;
}
.etn.etn--homepage main .proposals .wp-block-column::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  background-color: #101013;
  border-radius: 10px;
  transition: background-color 260ms ease-in-out;
}
@media (min-width: 768px) {
  .etn.etn--homepage main .proposals .wp-block-column {
    flex: 1 1 calc(50% - 2rem);
  }
}
@media (min-width: 1400px) {
  .etn.etn--homepage main .proposals .wp-block-column {
    flex: 1 1 calc(25% - 4rem);
  }
}
@media (hover: hover) {
  .etn.etn--homepage main .proposals .wp-block-column:hover::before {
    opacity: 0.7;
    background-color: #00a4e4;
  }
  .etn.etn--homepage main .proposals .wp-block-column:hover .wp-block-heading {
    transform: translateY(-20px);
  }
  .etn.etn--homepage main .proposals .wp-block-column:hover .wp-block-heading span::after {
    width: 100%;
  }
}
.etn.etn--homepage main .proposals .wp-block-heading {
  display: grid;
  width: 100%;
  transition: transform 200ms ease-in-out;
}
.etn.etn--homepage main .proposals .wp-block-heading a {
  display: grid;
  align-items: end;
  justify-content: center;
  font-size: 1.9rem;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 1024px) {
  .etn.etn--homepage main .proposals .wp-block-heading a {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .etn.etn--homepage main .proposals .wp-block-heading a {
    font-size: 1.8rem;
  }
}
.etn.etn--homepage main .proposals .wp-block-heading span {
  position: relative;
  display: inline-block;
  font-weight: 800;
  color: #ffffff;
  padding-bottom: 0.3em;
  position: relative;
}
.etn.etn--homepage main .proposals .wp-block-heading span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 3px;
  background-color: #ffffff;
  transition: width 400ms ease-in-out;
}
.etn.etn--homepage main .proposals--parties {
  background-image: url(../images/parties.jpg);
}
.etn.etn--homepage main .proposals--dinners {
  background-image: url(../images/dinners.jpg);
}
.etn.etn--homepage main .proposals--booking {
  background-image: url(../images/booking.jpg);
}
.etn.etn--homepage main .proposals--experiences {
  background-image: url(../images/experiences.jpg);
}
.etn.etn--homepage main .features {
  flex-wrap: wrap !important;
  row-gap: 4rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin: 1rem 0;
}
@media (min-width: 1024px) {
  .etn.etn--homepage main .features {
    margin: 2rem 0;
  }
}
.etn.etn--homepage main .features .wp-block-column {
  flex: 0 1 100%;
  display: grid;
  row-gap: 0.5rem;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  justify-content: center;
  align-content: start;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.etn.etn--homepage main .features .wp-block-column .wp-block-image,
.etn.etn--homepage main .features .wp-block-column .wp-block-heading {
  margin: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .etn.etn--homepage main .features .wp-block-column {
    flex: 1 1 calc(50% - 4rem);
    grid-template-columns: auto 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    text-align: left;
  }
  .etn.etn--homepage main .features .wp-block-column .wp-block-image,
  .etn.etn--homepage main .features .wp-block-column .wp-block-heading {
    margin: 0;
  }
  .etn.etn--homepage main .features .wp-block-column .wp-block-heading {
    font-size: 1.8rem;
    align-self: center;
    text-wrap: balance;
  }
  .etn.etn--homepage main .features .wp-block-column p {
    grid-column: 1/-1;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1400px) {
  .etn.etn--homepage main .features .wp-block-column {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .etn.etn--homepage main .features .wp-block-column .wp-block-heading {
    text-wrap: initial;
  }
  .etn.etn--homepage main .features .wp-block-column p {
    grid-column: 2/-1;
  }
}
.etn.etn--homepage main .last-posts {
  margin: 0 !important;
  min-width: 100% !important;
}
.etn.etn--homepage main .last-posts .feed {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #00a4e4;
  padding: 0 2rem;
  /* diagonal caps */
  /* grid */
  /* card */
}
.etn.etn--homepage main .last-posts .feed::before, .etn.etn--homepage main .last-posts .feed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: var(--cap-h, 18%);
  background: #ffffff;
  pointer-events: none;
  z-index: 1;
  --skew-depth: clamp(16px, 3.2vw, 48px);
}
.etn.etn--homepage main .last-posts .feed::before {
  top: -10px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--skew-depth)), 0 100%);
}
.etn.etn--homepage main .last-posts .feed::after {
  bottom: -10px;
  clip-path: polygon(0 0, 100% var(--skew-depth), 100% 100%, 0 100%);
}
.etn.etn--homepage main .last-posts .feed > * {
  position: relative;
  z-index: 2;
}
.etn.etn--homepage main .last-posts .feed p,
.etn.etn--homepage main .last-posts .feed a {
  color: #ffffff;
}
.etn.etn--homepage main .last-posts .feed p > a {
  font-weight: 600;
  text-decoration: underline;
}
.etn.etn--homepage main .last-posts .feed__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.etn.etn--homepage main .last-posts .feed__heading {
  border-left: clamp(4px, 0.15em, 6px) solid #00a4e4 !important;
  padding-left: 0.5em !important;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .etn.etn--homepage main .last-posts .feed__heading {
    margin-bottom: 3rem;
  }
}
.etn.etn--homepage main .last-posts .feed__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 900px) {
  .etn.etn--homepage main .last-posts .feed__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .etn.etn--homepage main .last-posts .feed__items {
    gap: 4rem;
  }
}
.etn.etn--homepage main .last-posts .feed__item {
  text-align: left;
  padding: 2em;
  background: #2ebbf3;
  border-top-right-radius: 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
}
.etn.etn--homepage main .last-posts .feed__image-link {
  display: block;
  margin-bottom: 1rem;
}
.etn.etn--homepage main .last-posts .feed__figure {
  margin: 0;
}
.etn.etn--homepage main .last-posts .feed__img {
  width: 100%;
  height: auto;
  max-height: 730px;
  border-radius: 3px;
  opacity: 0.7;
  transition: opacity 400ms ease-in-out !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.etn.etn--homepage main .last-posts .feed__title {
  position: relative;
  font-weight: 800;
  letter-spacing: 1.25px;
  padding-bottom: 0.5em;
  margin: 0 0 0.5rem;
}
.etn.etn--homepage main .last-posts .feed__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #ffffff;
  transition: all 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.etn--homepage main .last-posts .feed__title:hover::after {
    width: 96%;
  }
}
.etn.etn--homepage main .last-posts .feed__excerpt {
  margin: 1.5rem 0;
}
.etn.etn--homepage main .last-posts .feed__readmore {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-weight: 600 !important;
  letter-spacing: 1.25px;
  color: #ffffff;
  padding: 0.7em 1em;
  border-radius: 3px;
  transition: all 400ms ease-in-out !important;
  font-size: 0.8125rem;
  background: #00a4e4;
}
@media (hover: hover) {
  .etn.etn--homepage main .last-posts .feed__readmore:hover {
    font-weight: 700;
    background-color: #3a4e94;
  }
  .etn.etn--homepage main .last-posts .feed__readmore:hover .feed__img {
    opacity: 1;
  }
}
.etn.etn--homepage main .loved-products__heading {
  border-left: clamp(4px, 0.15em, 6px) solid #00a4e4 !important;
  padding-left: 0.5em !important;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .etn.etn--homepage main .loved-products__heading {
    margin-bottom: 3rem;
  }
}

.etn .etn--breadcrumbs,
.etn .ct-breadcrumbs {
  display: none;
}
.etn .comment-form input[type=checkbox] {
  margin-right: 0.05em;
}
.etn .comment-form .gdpr-confirm-policy label {
  padding-left: 0.5em;
}

.etn.search .ct-sticky-container {
  background: linear-gradient(90deg, #17182e, #2d307c) !important;
}
.etn.search .ct-sticky-container div[data-sticky="fixed:shrink"] {
  background: linear-gradient(90deg, #17182e, #2d307c) !important;
}
@media (min-width: 1000px) {
  .etn.search .ct-sticky-container {
    height: 100% !important;
  }
}
.etn.search .ct-container section {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .etn.search .ct-container section {
    margin-top: 78px;
  }
}
@media (min-width: 1024px) {
  .etn.search .ct-container section {
    margin-top: 96px;
  }
}
.etn.search .ct-ghost {
  display: none;
}
.etn.search .entries article > .ct-image-container,
.etn.search .entries article > .ct-media-container {
  border-radius: 3px !important;
}
.etn.search .entries .missing-thumbnail {
  order: -1;
}
.etn.search .entries .missing-thumbnail + .entry-title {
  order: -2;
  margin-top: 0;
}

.etn.etn-simple main > div:first-child {
  padding: 0;
}
.etn.etn-simple main .wp-block-spacer {
  height: 70px !important;
}
@media (min-width: 768px) {
  .etn.etn-simple main .wp-block-spacer {
    height: 100px !important;
  }
}
@media (min-width: 1024px) {
  .etn.etn-simple main .wp-block-spacer {
    height: 140px !important;
  }
}
.etn.etn-simple main .wp-block-columns {
  max-width: 900px;
}
.etn.etn-simple main .wp-block-columns + .wp-block-columns {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .etn.etn-simple main .wp-block-columns + .wp-block-columns {
    margin-top: 78px;
  }
}
@media (min-width: 1024px) {
  .etn.etn-simple main .wp-block-columns + .wp-block-columns {
    margin-top: 96px;
  }
}
.etn.etn-simple main .wp-block-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.etn.etn-simple main .wp-block-file:not(.wp-element-button) {
  font-size: 1rem;
}

@media (min-width: 1380px) {
  .etn.etn-simple.etn--miniguide main .wp-block-columns {
    max-width: 1200px;
  }
}

@media (min-width: 1380px) {
  .etn.etn-simple.etn--contact main .wp-block-columns {
    max-width: 1200px;
  }
}
.etn.etn-simple.etn--contact main .information {
  display: flex;
  flex-wrap: wrap !important;
  gap: 4rem;
}
.etn.etn-simple.etn--contact main .information .wp-block-column {
  flex: 1 1 calc(50% - 2rem);
  text-align: center;
}
.etn.etn-simple.etn--contact main .information__times {
  font-size: 0.9rem;
}
.etn.etn-simple.etn--contact main .information__times a {
  font-size: initial;
}
@media (min-width: 1380px) {
  .etn.etn-simple.etn--contact main .information .wp-block-column {
    flex: 1 1 calc(25% - 4rem);
  }
}
.etn.etn-simple.etn--contact main .model {
  display: flex;
  flex-wrap: wrap !important;
  gap: 2rem;
}
.etn.etn-simple.etn--contact main .model .wp-block-column {
  flex: 1 1 100%;
}
.etn.etn-simple.etn--contact main .model__form {
  display: grid;
  gap: 1rem;
  max-width: 700px;
  margin: 0 auto;
}
.etn.etn-simple.etn--contact main .model__form h2.wp-block-heading {
  border-left: clamp(4px, 0.15em, 6px) solid #00a4e4 !important;
  padding-left: 0.5em !important;
}
.etn.etn-simple.etn--contact main .model__form label {
  font-weight: 300;
}
.etn.etn-simple.etn--contact main .model__notes {
  font-size: 0.85rem;
}
.etn.etn-simple.etn--contact main .model__iframe {
  width: 100%;
  height: 640px;
}
@media (min-width: 1300px) {
  .etn.etn-simple.etn--contact main .model {
    gap: 4rem;
  }
  .etn.etn-simple.etn--contact main .model .wp-block-column {
    flex: 1 1 calc(50% - 2rem);
  }
}

/* Single POST (Blocksy) */
.etn.single-post {
  /* hero */
  /* article header band */
  /* article cleanup */
  /* tags */
  /* share box */
  /* share box spacing tweak */
}
.etn.single-post .hero-section[data-type=type-2] {
  background-color: linear-gradient(90deg, #17182e, #2d307c);
  background-image: url(images/bg-csn.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.etn.single-post .entry-meta {
  font-family: "Orbitron", sans-serif;
  margin-left: 0;
  text-align: left;
  padding: 0;
  margin-top: 0.5rem !important;
  font-size: 0.8rem;
  opacity: 1;
}
.etn.single-post .entry-meta .meta-author,
.etn.single-post .entry-meta .meta-date {
  display: none !important;
}
.etn.single-post .entry-meta .meta-categories a {
  color: #9cbfc7;
  transition: color 400ms ease-in-out, background-color 400ms linear !important;
}
@media (hover: hover) {
  .etn.single-post .entry-meta .meta-categories a:hover {
    color: #00a4e4;
  }
}
.etn.single-post .entry-meta .meta-articles {
  color: #9cbfc7;
}
.etn.single-post .entry-meta .author-box-socials {
  display: none !important;
}
.etn.single-post .pre-article-title {
  width: calc(100% - 40px);
  max-width: 780px;
  margin: 0 auto 3rem;
  border-left: clamp(4px, 0.15em, 6px) solid #00a4e4 !important;
  padding-left: 0.5em !important;
  padding: 0 20px;
}
.etn.single-post article {
  padding: 0 !important;
  box-shadow: none !important;
}
.etn.single-post .entry-tags .ct-module-title {
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
}
.etn.single-post .entry-tags .entry-tags-items a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #3a4e94 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
@media (hover: hover) {
  .etn.single-post .entry-tags .entry-tags-items a:hover {
    color: #00a4e4 !important;
    background-color: transparent !important;
  }
}
.etn.single-post .entry-tags .entry-tags-items a:not(:last-child) {
  margin-inline-end: 10px !important;
}
.etn.single-post .ct-share-box div[data-color=official],
.etn.single-post .ct-share-box div[data-color=custom] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  justify-items: stretch;
}
.etn.single-post .ct-share-box a {
  min-width: 5rem;
  width: 100%;
  margin: 0 auto;
}
.etn.single-post .ct-share-box .ct-icon-container svg {
  fill: #ffffff;
}
@media (min-width: 690px) {
  .etn.single-post .ct-share-box div[data-color=official],
  .etn.single-post .ct-share-box div[data-color=custom] {
    grid-template-columns: repeat(6, 1fr);
    gap: 3%;
  }
}
.etn.single-post .ct-share-box[data-type=type-2] .ct-icon-container {
  padding: 10px 35px;
}

/* WooCommerce */
.etn.woocommerce-archive .category--intro,
.etn.woocommerce-shop .category--intro {
  display: none;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-align: left;
  background-color: #2ebbf3;
  max-width: 1100px;
  padding: 2em;
  padding-right: 10%;
  border-top-right-radius: 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
  margin-bottom: 3rem;
}
.etn.woocommerce-archive .category--intro h2,
.etn.woocommerce-archive .category--intro p,
.etn.woocommerce-shop .category--intro h2,
.etn.woocommerce-shop .category--intro p {
  color: #ffffff;
}
.etn.woocommerce-archive .category--intro h2,
.etn.woocommerce-shop .category--intro h2 {
  position: relative;
  display: block;
  font-weight: 800;
  letter-spacing: 1.25px;
  color: #ffffff;
  padding-bottom: 0.5em;
}
.etn.woocommerce-archive .category--intro h2::after,
.etn.woocommerce-shop .category--intro h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 117px;
  height: 3px;
  background-color: #ffffff;
  transition: all 400ms ease-in-out;
}
.etn.woocommerce-archive .category--intro p,
.etn.woocommerce-shop .category--intro p {
  font-size: 0.95rem;
  margin-bottom: 0;
}
.etn.woocommerce-archive .category--intro a,
.etn.woocommerce-shop .category--intro a {
  font-weight: 600;
  text-decoration: underline;
  color: #ffffff;
}
@media (min-width: 768px) {
  .etn.woocommerce-archive .category--intro p,
  .etn.woocommerce-shop .category--intro p {
    font-size: 1rem;
  }
  .etn.woocommerce-archive .category--intro h2,
  .etn.woocommerce-shop .category--intro h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1280px) {
  .etn.woocommerce-archive .category--intro,
  .etn.woocommerce-shop .category--intro {
    display: block;
  }
}
.etn.woocommerce-archive .category--description,
.etn.woocommerce-shop .category--description {
  max-width: 920px;
}
.etn.woocommerce-archive .woo-listing-top,
.etn.woocommerce-shop .woo-listing-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.etn.woocommerce-archive .woo-listing-top > *,
.etn.woocommerce-shop .woo-listing-top > * {
  margin: 0;
}
.etn.woocommerce-archive .woo-listing-top .woocommerce-result-count,
.etn.woocommerce-shop .woo-listing-top .woocommerce-result-count {
  display: none;
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 1.25rem;
}
.etn.woocommerce-archive .woo-listing-top .woocommerce-ordering .orderby,
.etn.woocommerce-shop .woo-listing-top .woocommerce-ordering .orderby {
  color: #3f3c50;
  background: linear-gradient(90deg, rgba(232, 239, 248, 0.6), rgba(207, 213, 220, 0.6)) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
  color: transparent;
}
@media (hover: hover) {
  .etn.woocommerce-archive .woo-listing-top .woocommerce-ordering .orderby:hover,
  .etn.woocommerce-shop .woo-listing-top .woocommerce-ordering .orderby:hover {
    background-position: 100% 0 !important;
  }
}
@media (min-width: 680px) {
  .etn.woocommerce-archive .woo-listing-top .woocommerce-ordering .orderby,
  .etn.woocommerce-shop .woo-listing-top .woocommerce-ordering .orderby {
    color: #3f3c50;
  }
}
.etn.woocommerce-archive .woo-listing-top .woocommerce-ordering select,
.etn.woocommerce-shop .woo-listing-top .woocommerce-ordering select {
  font-family: "Orbitron", sans-serif;
  font-size: 0.875rem;
  text-align: center;
}
.etn.woocommerce-archive .woo-listing-top .woocommerce-ordering svg,
.etn.woocommerce-shop .woo-listing-top .woocommerce-ordering svg {
  fill: #3f3c50 !important;
}
@media (min-width: 600px) {
  .etn.woocommerce-archive .woo-listing-top,
  .etn.woocommerce-shop .woo-listing-top {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
  .etn.woocommerce-archive .woo-listing-top .woocommerce-result-count,
  .etn.woocommerce-shop .woo-listing-top .woocommerce-result-count {
    margin-bottom: 0;
  }
}
.etn.woocommerce-archive .products[data-products],
.etn.woocommerce-shop .products[data-products] {
  grid-row-gap: 5rem;
}
@media (min-width: 768px) {
  .etn.woocommerce-archive .products[data-products],
  .etn.woocommerce-shop .products[data-products] {
    grid-row-gap: 6rem;
  }
}

.etn.woocommerce-archive.no-filter-preset .category--intro {
  max-width: 1034px;
}

.etn.woocommerce-shop .hero-page + .hero-section {
  display: none;
}
.etn.woocommerce-shop .yith-wcan-active-filters {
  display: none;
}

.etn .onsale,
.etn .out-of-stock-badge,
.etn .coming--soon {
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0.25em 0.5em !important;
  border-radius: 3px;
}
.etn .onsale {
  color: #ffffff;
  background-color: #922ef6;
}
.etn .out-of-stock-badge {
  font-size: 12.5px;
}
.etn .coming--soon {
  color: #c3006b;
  background-color: #ffe177;
}
.etn .outofstock .onsale,
.etn .coming-soon-product .onsale {
  display: none !important;
}
.etn .outofstock .ct-image-container,
.etn .outofstock .ct-media-container {
  position: relative;
}
.etn .outofstock .ct-image-container::after,
.etn .outofstock .ct-media-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/text-sold-out.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  height: 20%;
  transform: translate(-50%, -50%);
}
.etn .coming-soon-product.outofstock .ct-media-container::after {
  display: none !important;
}
.etn .coming-soon-product.outofstock .out-of-stock-badge:not(.coming--soon),
.etn .coming-soon-product.outofstock figure > .out-of-stock-badge {
  display: none !important;
}

.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail {
  display: none;
  width: 220px;
}
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail img {
  border-radius: 3px;
}
@media (min-width: 600px) {
  .etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail {
    display: revert;
  }
}
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a {
  font-size: 1.2rem;
}
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a,
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-name .price {
  font-weight: 600;
}
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-name dl.variation {
  margin: 1rem 0;
}
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-name dl.variation dd {
  margin-top: 0;
}
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-name .settlement-price-cart {
  margin-bottom: 0;
}
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-mobile-actions {
  flex-wrap: wrap;
}
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-mobile-actions .full-price-cart,
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-mobile-actions .settlement-price-cart,
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-mobile-actions .pay-price-cart {
  display: none;
}
@media (min-width: 690px) and (max-width: 1300px) {
  .etn.woocommerce-cart .woocommerce-cart-form__contents .coupon {
    flex-direction: column;
    float: none;
    margin-bottom: 0.8em;
  }
  .etn.woocommerce-cart .woocommerce-cart-form__contents .coupon input {
    width: 100%;
    margin-bottom: 0.8em;
  }
  .etn.woocommerce-cart .woocommerce-cart-form__contents .actions .button {
    width: 100%;
  }
}
@media (min-width: 400px) and (max-width: 999px) {
  .etn.woocommerce-cart .actions {
    padding: 1.4rem 1.8rem 0 1.8rem;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .etn.woocommerce-cart .actions {
    padding: 1.4rem 7.75rem 0 0;
  }
}
.etn.woocommerce-cart .cart_totals > h2:first-child {
  display: none;
}
.etn.woocommerce-cart .cart_totals th {
  font-weight: 400;
}
.etn.woocommerce-cart .cart_totals .order-total th {
  font-weight: 700;
}
.etn.woocommerce-cart .cart_totals .copy-link-form__button {
  min-width: 100%;
  color: #ffffff;
  background: linear-gradient(90deg, #00a4e4, #65c9f0) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.woocommerce-cart .cart_totals .copy-link-form__button:hover {
    background-position: 100% 0 !important;
  }
}
.etn.woocommerce-cart .cart.woocommerce-cart-form__contents th {
  font-weight: 400;
}
.etn.woocommerce-cart .woocommerce-cart-form__cart-item .product-name > a:first-child {
  font-family: "Orbitron", sans-serif;
}
@media (hover: hover) {
  .etn.woocommerce-cart .woocommerce-cart-form__cart-item a.remove:hover,
  .etn.woocommerce-cart .woocommerce-cart-form__cart-item a:hover {
    color: #00a4e4;
  }
  .etn.woocommerce-cart .woocommerce-cart-form__cart-item a.remove:hover svg {
    fill: #00a4e4;
  }
}
.etn.woocommerce-cart .woocommerce .checkout-button {
  color: #ffffff;
  background: linear-gradient(90deg, #c3006b, #ff006e) !important;
  background-color: unset;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.woocommerce-cart .woocommerce .checkout-button:hover {
    background-position: 100% 0 !important;
  }
}
.etn.woocommerce-cart .woocommerce .return-to-shop .wc-backward {
  color: #3f3c50;
  background: linear-gradient(90deg, rgba(232, 239, 248, 0.6), rgba(207, 213, 220, 0.6)) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.woocommerce-cart .woocommerce .return-to-shop .wc-backward:hover {
    background-position: 100% 0 !important;
  }
}

/* Checkout page */
.etn.woocommerce-checkout {
  /* 1) Notices, minor layout helpers */
  /* 2) Express pay wrappers (Google/Apple Pay) and Stripe saved methods */
  /* 3) Payment methods: radio/checkbox spacing + label icon gap */
  /* 4) Order review block and totals */
  /* 5) Ancillary texts and notes */
  /* 6) FooEvents specifics */
  /* 7) Invoices */
  /* 8) Accessibility: show visually the sr-only label when requested */
}
.etn.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  padding-top: 3rem !important;
}
.etn.woocommerce-checkout .remove_from_cart_button {
  display: none;
}
.etn.woocommerce-checkout .wc_payment_method.payment_method_stripe ul.wc-saved-payment-methods {
  list-style: none;
}
.etn.woocommerce-checkout .woocommerce-checkout-payment.ct-checkbox,
.etn.woocommerce-checkout .comment-form input[type=checkbox],
.etn.woocommerce-checkout #ship-to-different-address-checkbox,
.etn.woocommerce-checkout .wc-block-checkbox-list input[type=checkbox],
.etn.woocommerce-checkout .wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.etn.woocommerce-checkout .woocommerce-form__input[type=checkbox],
.etn.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type=checkbox],
.etn.woocommerce-checkout .woocommerce-input-wrapper input[type=checkbox],
.etn.woocommerce-checkout #wc-stripe-new-payment-method[type=checkbox],
.etn.woocommerce-checkout .ppcp-credit-card-vault[type=checkbox],
.etn.woocommerce-checkout .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox],
.etn.woocommerce-checkout .wpforms-container:not(.wpforms-container-full) input[type=checkbox],
.etn.woocommerce-checkout .ff-inherit-theme-style input[type=checkbox],
.etn.woocommerce-checkout .wc_payment_method > input[type=radio],
.etn.woocommerce-checkout .woocommerce-shipping-methods input[type=radio],
.etn.woocommerce-checkout .payment_box input[type=radio],
.etn.woocommerce-checkout .mp-ticket-payments input[type=radio],
.etn.woocommerce-checkout .forminator-ui[data-design=none] .forminator-radio input[type=radio],
.etn.woocommerce-checkout .wpforms-container:not(.wpforms-container-full) input[type=radio],
.etn.woocommerce-checkout .ff-inherit-theme-style input[type=radio] {
  margin-inline-end: 0;
  margin-right: 0.25em;
}
.etn.woocommerce-checkout .ct-order-review .product-name,
.etn.woocommerce-checkout .ct-order-review .product-total {
  font-weight: 400;
}
.etn.woocommerce-checkout .ct-order-review .settlement-price-cart {
  margin-bottom: 0;
}
.etn.woocommerce-checkout .cart-subtotal th,
.etn.woocommerce-checkout .cart-subtotal td,
.etn.woocommerce-checkout .cart-discount th,
.etn.woocommerce-checkout .cart-discount td,
.etn.woocommerce-checkout .fee th,
.etn.woocommerce-checkout .fee td {
  font-weight: 400;
}
.etn.woocommerce-checkout .cart-item--booking .product-name {
  font-size: 0.875rem;
}
.etn.woocommerce-checkout .checkout-price-notes p {
  font-size: 0.8rem;
  margin: 0;
}
.etn.woocommerce-checkout .more-info-request {
  margin: 4rem 0 2rem 0;
}
.etn.woocommerce-checkout .fooevents-eventname {
  margin: 4rem 0 2rem 0;
}
.etn.woocommerce-checkout .fooevents-eventname::before {
  content: "Dettagli per ";
}
.etn.woocommerce-checkout .fooevents-attendee + .fooevents-attendee {
  margin-top: 4rem;
}
.etn.woocommerce-checkout .fooevents-attendee-number {
  font-size: 0.95rem;
  color: #00a4e4;
}
.etn.woocommerce-checkout #customer_details .fooevents-variation-desc {
  display: none;
}
.etn.woocommerce-checkout .invoice__checkbox label {
  display: flex;
  align-items: start;
  margin: 0;
}
.etn.woocommerce-checkout .invoice__checkbox input {
  margin-top: 0.15em;
  margin-inline-end: 0.5em !important;
}
.etn.woocommerce-checkout .invoice--hidden {
  display: none;
}
.etn.woocommerce-checkout .show--label .screen-reader-text {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  clip-path: none !important;
  margin: 0 0 0.5em 0 !important;
}
.etn.woocommerce-checkout .select2-container .select2-search--dropdown {
  display: flex;
  justify-content: center;
}
.etn.woocommerce-checkout .select2-container .select2-search__field {
  max-width: 94%;
  border-bottom: 2px solid #ebebeb;
}
.etn.woocommerce-checkout .checkout-inline-error-message {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #95113b;
  margin-top: 0.8em;
}

.etn.woocommerce-page .woocommerce-error,
.etn.woocommerce-page .woocommerce-info,
.etn.woocommerce-page .woocommerce-message,
.etn.woocommerce-page .woocommerce-thankyou-order-received {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
  padding-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.etn.woocommerce-page .woocommerce-error::before,
.etn.woocommerce-page .woocommerce-info::before,
.etn.woocommerce-page .woocommerce-message::before,
.etn.woocommerce-page .woocommerce-thankyou-order-received::before {
  top: 19px;
  left: 20px;
  display: inline;
}
.etn.woocommerce-page .woocommerce-error .button,
.etn.woocommerce-page .woocommerce-info .button,
.etn.woocommerce-page .woocommerce-message .button,
.etn.woocommerce-page .woocommerce-thankyou-order-received .button {
  min-width: -moz-max-content;
  min-width: max-content;
  color: #ffffff;
  background: linear-gradient(90deg, #95113b, #e54c60) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.woocommerce-page .woocommerce-error .button:hover,
  .etn.woocommerce-page .woocommerce-info .button:hover,
  .etn.woocommerce-page .woocommerce-message .button:hover,
  .etn.woocommerce-page .woocommerce-thankyou-order-received .button:hover {
    background-position: 100% 0 !important;
  }
}
.etn.woocommerce-page .woocommerce-error .restore-item,
.etn.woocommerce-page .woocommerce-info .restore-item,
.etn.woocommerce-page .woocommerce-message .restore-item,
.etn.woocommerce-page .woocommerce-thankyou-order-received .restore-item {
  min-width: -moz-max-content;
  min-width: max-content;
  color: #3f3c50;
  background: linear-gradient(90deg, rgba(232, 239, 248, 0.6), rgba(207, 213, 220, 0.6)) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.woocommerce-page .woocommerce-error .restore-item:hover,
  .etn.woocommerce-page .woocommerce-info .restore-item:hover,
  .etn.woocommerce-page .woocommerce-message .restore-item:hover,
  .etn.woocommerce-page .woocommerce-thankyou-order-received .restore-item:hover {
    background-position: 100% 0 !important;
  }
}
.etn.woocommerce-page .woocommerce-error .wc-forward,
.etn.woocommerce-page .woocommerce-info .wc-forward,
.etn.woocommerce-page .woocommerce-message .wc-forward,
.etn.woocommerce-page .woocommerce-thankyou-order-received .wc-forward {
  min-width: -moz-max-content;
  min-width: max-content;
}
.etn.woocommerce-page .coupon {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.etn.woocommerce-page .coupon .coupon-error-notice {
  flex: 1 1 100%;
  display: flex;
  align-self: center;
  font-weight: 500;
  text-align: left;
  color: #95113b;
  margin: 0;
  margin-top: 0.8em;
}
.etn.woocommerce-page .coupon input,
.etn.woocommerce-page .coupon button {
  height: 40px;
}
.etn.woocommerce-page .coupon button {
  min-width: -moz-max-content;
  min-width: max-content;
}
.etn.woocommerce-page .full-price-msg-cart {
  display: block;
  font-size: 0.8rem;
}
.etn.woocommerce-page .full-price-msg-cart b {
  letter-spacing: unset;
}

.etn.page .woocommerce-error,
.etn.page .woocommerce-info,
.etn.page .woocommerce-message {
  display: none;
}

.etn.woocommerce-order-received .woocommerce-order {
  max-width: 1024px;
}
.etn.woocommerce-order-received .woocommerce-order .woocommerce-table__product-name.product-name,
.etn.woocommerce-order-received .woocommerce-order .woocommerce-table__product-table.product-total {
  border-bottom: 1px solid #ebebeb;
}
.etn.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
  padding-inline-start: 0;
  margin: 0;
}
.etn.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details .woocommerce-order-overview__payment-method {
  border-bottom: 0;
}
.etn.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  margin-top: 3em;
}
.etn.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
  border: 1px solid #ebebeb;
}
.etn.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details th,
.etn.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details td {
  width: 50%;
  padding: 1em 1.3em;
}
.etn.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-total {
  border-bottom: 1px solid #ebebeb;
}
.etn.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-again {
  display: none;
  margin-top: 1em;
}
.etn.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  margin-top: 3em;
}
.etn.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
  border-style: solid;
  border-radius: 0;
}

.etn .products .product {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.etn .products .product figure {
  margin: 0;
}
.etn .products .product figure a,
.etn .products .product figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.etn .products .product .price {
  margin: 0;
}
.etn .products .product .woocommerce-loop-product__title,
.etn .products .product .woocommerce-loop-category__title {
  display: inline-block;
  font-size: clamp(1.6rem, 1rem + 1.8vw, 2.5rem) !important;
  line-height: 1 !important;
  margin-top: 10px;
  margin-bottom: 0;
}
.etn .products .product .woocommerce-loop-product__title a,
.etn .products .product .woocommerce-loop-category__title a {
  border-left: clamp(4px, 0.15em, 6px) solid #00a4e4 !important;
  padding-left: 0.5em !important;
  font-family: "Orbitron", sans-serif;
  font-size: 19px;
  line-height: 0.9;
  letter-spacing: 0.8;
}
@media (hover: hover) {
  .etn .products .product .woocommerce-loop-product__title a:hover,
  .etn .products .product .woocommerce-loop-category__title a:hover {
    color: #00a4e4;
  }
}
.etn .products .product .woocommerce-loop-product__title .count,
.etn .products .product .woocommerce-loop-category__title .count {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  color: #00a4e4;
}
@media (min-width: 900px) {
  .etn .products .product .woocommerce-loop-product__title,
  .etn .products .product .woocommerce-loop-category__title {
    line-height: 0.8 !important;
  }
}
@media (min-width: 1200px) {
  .etn .products .product .woocommerce-loop-product__title,
  .etn .products .product .woocommerce-loop-category__title {
    line-height: 0.7 !important;
  }
}
.etn .products .product .ct-woo-card-rating {
  display: none;
}
.etn .products .product .woocommerce-best-price {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #c3006b, #ff006e);
  padding: 0.5em;
  border-radius: 4px;
  margin-top: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
}
.etn .products .product .woocommerce-best-price .note-best-price {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  letter-spacing: 1;
  text-wrap: balance;
  color: #ffffff;
  width: 100%;
  margin-top: 2px;
}
.etn .products .product .ct-woo-card-actions .button,
.etn .products .product .ct-woo-card-actions .added_to_cart {
  width: 100%;
  margin-top: 20px;
  color: #ffffff;
  background: linear-gradient(90deg, #17182e, #2d307c) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn .products .product .ct-woo-card-actions .button:hover,
  .etn .products .product .ct-woo-card-actions .added_to_cart:hover {
    background-position: 100% 0 !important;
  }
}
.etn .products .product .ct-woo-card-actions .button::after {
  display: none;
}
.etn .products .product .ct-woo-card-actions svg {
  fill: #ffffff;
}
.etn .products .product:not(.has-etn-booking-price) figure a,
.etn .products .product:not(.has-etn-booking-price) figure img {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.etn .products .product:not(.has-etn-booking-price) .price {
  font-size: 1.0625rem;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #00a4e4, #65c9f0);
  color: #ffffff;
  text-align: center;
  padding: 0.25em;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.etn .products .product:not(.has-etn-booking-price) figure {
  order: 1;
}
.etn .products .product:not(.has-etn-booking-price) .price {
  order: 2;
}
.etn .products .product:not(.has-etn-booking-price) .woocommerce-loop-product__title,
.etn .products .product:not(.has-etn-booking-price) .woocommerce-loop-category__title {
  order: 3;
}
.etn .products .product:not(.has-etn-booking-price) .ct-woo-card-actions,
.etn .products .product:not(.has-etn-booking-price) .woocommerce-best-price {
  order: 4;
}
.etn .swiper-wrapper.products .product .ct-woo-card-actions,
.etn .swiper-wrapper.products .product .woocommerce-best-price {
  display: none;
}

/* Single PRODUCT (Blocksy + WooCommerce) */
.etn.single-product {
  /* container */
  /* share box */
}
.etn.single-product main > .ct-container,
.etn.single-product main > .ct-container-full {
  padding: 0;
  margin: 4.375rem 1rem;
  width: calc(100% - 2rem);
}
@media (min-width: 768px) {
  .etn.single-product main > .ct-container,
  .etn.single-product main > .ct-container-full {
    margin: 5.625rem 2rem;
    width: calc(100% - 4rem);
  }
}
@media (min-width: 1024px) {
  .etn.single-product main > .ct-container,
  .etn.single-product main > .ct-container-full {
    margin: 8.5rem auto;
  }
}
.etn.single-product .product {
  /* wrapper */
  /* gallery layout */
  /* summary */
  /* attributes */
  /* cart actions */
  /* Remove double divider */
  /* Woo tabs */
  /* coming soon notice */
  /* etn google maps box */
}
@media (min-width: 768px) {
  .etn.single-product .product .product-entry-wrapper {
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.etn.single-product .product .woocommerce-product-gallery {
  margin-bottom: 2em;
}
.etn.single-product .product .woocommerce-product-gallery .ct-image-container img,
.etn.single-product .product .woocommerce-product-gallery .ct-media-container img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: unset !important;
}
.etn.single-product .product .woocommerce-product-gallery .flexy-container .flexy-pills {
  overflow-x: hidden;
  overflow-y: scroll;
}
.etn.single-product .product .woocommerce-product-gallery .flexy-container .ct-image-container,
.etn.single-product .product .woocommerce-product-gallery .flexy-container .ct-media-container {
  min-height: 100%;
}
.etn.single-product .product .woocommerce-product-gallery .flexy-container .ct-image-container img,
.etn.single-product .product .woocommerce-product-gallery .flexy-container .ct-media-container img {
  min-height: 100%;
  aspect-ratio: unset !important;
}
.etn.single-product .product .woocommerce-product-gallery .flexy-container .flexy-arrow-prev:hover::before,
.etn.single-product .product .woocommerce-product-gallery .flexy-container .flexy-arrow-next:hover::before {
  transform: none;
}
@media (max-width: 768px) {
  .etn.single-product .product .woocommerce-product-gallery .flexy-container .flexy-arrow-prev {
    left: 10px;
  }
}
@media (max-width: 768px) {
  .etn.single-product .product .woocommerce-product-gallery .flexy-container .flexy-arrow-next {
    right: 10px;
  }
}
@media (hover: none) {
  .etn.single-product .product .woocommerce-product-gallery .flexy-container .flexy-container {
    pointer-events: none !important;
  }
}
@media (hover: hover) {
  .etn.single-product .product .woocommerce-product-gallery .flexy-container .flexy-pills img:hover {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@supports not (aspect-ratio: 3/4) {
  .etn.single-product .product .woocommerce-product-gallery .flexy-container .ct-image-container,
  .etn.single-product .product .woocommerce-product-gallery .flexy-container .ct-media-container {
    min-height: 100% !important;
  }
  .etn.single-product .product .woocommerce-product-gallery .flexy-container .ct-image-container img::before,
  .etn.single-product .product .woocommerce-product-gallery .flexy-container .ct-media-container img::before {
    content: "";
    float: left;
    padding-top: 100%;
  }
  .etn.single-product .product .woocommerce-product-gallery .flexy-container .ct-image-container img::after,
  .etn.single-product .product .woocommerce-product-gallery .flexy-container .ct-media-container img::after {
    content: "";
    display: block;
    clear: both;
  }
}
.etn.single-product .product .summary {
  display: grid;
  align-content: start;
}
.etn.single-product .product .summary .entry-title {
  border-left: clamp(4px, 0.15em, 6px) solid #00a4e4 !important;
  padding-left: 0.5em !important;
  font-size: 1.25rem;
  order: -3;
  margin-bottom: 0.25em !important;
}
@media (min-width: 480px) {
  .etn.single-product .product .summary .entry-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .etn.single-product .product .summary .entry-title {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .etn.single-product .product .summary .entry-title {
    font-size: 2.25rem;
  }
}
.etn.single-product .product .summary > .price {
  order: -2;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #00a4e4;
}
@media (min-width: 1024px) {
  .etn.single-product .product .summary > .price {
    font-size: 30px;
  }
}
.etn.single-product .product .summary .product_meta {
  order: -1;
  padding-top: 0;
  border: none !important;
  margin-top: 0;
}
.etn.single-product .product .summary .product_meta span {
  position: relative;
  padding-left: calc(20px + 0.5rem);
  margin-bottom: 1rem;
}
.etn.single-product .product .summary .product_meta .attribute--has-link span {
  margin-bottom: 0;
}
.etn.single-product .product .summary .product_meta span::before {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0.85;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.etn.single-product .product .summary .product_meta .posted_in,
.etn.single-product .product .summary .product_meta .tagged_as {
  display: none;
}
.etn.single-product .product .summary .product_meta .posted_in::before {
  background-image: url(../images/icon-category.png);
}
.etn.single-product .product .summary .product_meta .tagged_as::before {
  background-image: url(../images/icon-tag.png);
}
.etn.single-product .product .summary .product_meta a {
  font-size: 13px !important;
  font-weight: 600;
}
.etn.single-product .product .summary .woocommerce-product-rating {
  display: none;
}
.etn.single-product .product .summary .stock {
  font-weight: 600;
}
.etn.single-product .product .summary .ct-product-divider {
  display: block;
}
.etn.single-product .product .summary .price + .ct-product-divider {
  margin-top: 35px;
}
.etn.single-product .product .summary .woocommerce-product-details__short-description {
  margin: 2rem 0;
}
.etn.single-product .product .summary .woocommerce-product-details__short-description > *:last-child {
  margin-bottom: 0 !important;
}
.etn.single-product .product .attribute__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  list-style: none !important;
  font-size: 14px;
  font-weight: 300;
  background-color: #f4f5f8;
  padding: 20px;
  border-top-right-radius: 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
  margin-top: 1rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .etn.single-product .product .attribute__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.etn.single-product .product .attribute__list .attribute__item {
  display: grid;
  grid-template-columns: calc(20px + 0.5rem) 1fr;
  align-items: start;
  row-gap: 1rem;
  margin: 0;
}
@media (min-width: 690px) {
  .etn.single-product .product .attribute__list .attribute__item {
    flex: 0 1 100%;
  }
}
.etn.single-product .product .attribute__list .attribute__icon {
  margin-bottom: auto;
}
.etn.single-product .product .attribute__list .attribute__box {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 600px) {
  .etn.single-product .product .attribute__list .attribute__box {
    flex-direction: row;
    gap: 0.35rem;
  }
}
@media (min-width: 768px) {
  .etn.single-product .product .attribute__list .attribute__box {
    flex-direction: column;
    gap: 0rem;
  }
}
@media (min-width: 1400px) {
  .etn.single-product .product .attribute__list .attribute__box {
    flex-direction: row;
    gap: 0.35rem;
  }
}
.etn.single-product .product .attribute__list .attribute__product,
.etn.single-product .product .attribute__list .attribute__desc {
  font-size: 13px !important;
  letter-spacing: 0.05em;
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .etn.single-product .product .attribute__list .attribute__product,
  .etn.single-product .product .attribute__list .attribute__desc {
    font-size: 14px !important;
  }
}
@media (min-width: 1280px) {
  .etn.single-product .product .attribute__list .attribute__product,
  .etn.single-product .product .attribute__list .attribute__desc {
    font-size: 14.5px !important;
  }
}
.etn.single-product .product .attribute__list .attribute__product {
  position: relative;
  flex-shrink: 0;
  font-weight: 400;
  padding-left: 0 !important;
}
.etn.single-product .product .attribute__list .attribute__product::before {
  content: none !important;
  position: absolute;
  left: 0rem;
  opacity: 0.85;
  background-image: url(../images/csn-avatar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.etn.single-product .product .attribute__list .attribute__desc {
  font-weight: 600;
  padding-left: 0.05em !important;
}
.etn.single-product .product .attribute__list .attribute__link {
  grid-column: 2/-1;
}
.etn.single-product .product .attribute__list .attribute__link a {
  font-style: italic;
  font-weight: 600;
}
.etn.single-product .product .attribute__list .attribute__product.attribute--pa_distance::before {
  background-image: url(../images/icon-road-sign-accent.png);
}
.etn.single-product .product .attribute__list .attribute__desc.attribute--pa_distance {
  color: #922ef6;
}
.etn.single-product .product .attribute__list .attribute__product.attribute--pa_bus-service::before {
  background-image: url(../images/icon-bus-accent.png);
}
.etn.single-product .product .attribute__list .attribute__desc.attribute--pa_bus-service {
  color: #0b8f6a;
}
.etn.single-product .product .attribute__list .attribute__product.attribute--pa_room-typology::before {
  background-image: url(../images/icon-room-accent.png);
}
.etn.single-product .product .attribute__list .attribute__desc.attribute--pa_room-typology {
  color: #fd7856;
}
.etn.single-product .product .attribute__list .attribute__product.attribute--pa_booking::before {
  background-image: url(../images/icon-moon-accent.png);
}
.etn.single-product .product .attribute__list .attribute__desc.attribute--pa_booking {
  color: #c5b11b;
}
.etn.single-product .product .attribute__list .attribute__product.attribute--pa_check-in::before {
  background-image: url(../images/icon-check-in-accent.png);
}
.etn.single-product .product .attribute__list .attribute__desc.attribute--pa_check-in {
  color: #95113b;
}
.etn.single-product .product .attribute__list .attribute__product.attribute--pa_event-date::before {
  background-image: url(../images/icon-event-date-accent.png);
}
.etn.single-product .product .attribute__list .attribute__desc.attribute--pa_event-date {
  color: #2ba0a7;
}
.etn.single-product .product .attribute__list .attribute--has-link {
  row-gap: 0 !important;
}
.etn.single-product .product .attribute__list .attribute--has-link a {
  font-size: 12.5px !important;
  font-weight: 600;
  color: #231f20;
}
@media (hover: hover) {
  .etn.single-product .product .attribute__list .attribute--has-link a:hover {
    color: #00a4e4;
  }
}
.etn.single-product .product .ct-cart-actions {
  flex-direction: column;
  gap: 1rem;
}
.etn.single-product .product .ct-cart-actions .quantity {
  margin-right: auto;
  margin-left: auto;
}
.etn.single-product .product .ct-cart-actions button {
  text-transform: none;
}
.etn.single-product .product .ct-cart-actions .added_to_cart {
  background: rgba(224, 229, 235, 0.6) !important;
  box-shadow: none;
  color: #3f3c50;
  background: linear-gradient(90deg, rgba(232, 239, 248, 0.6), rgba(207, 213, 220, 0.6)) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.single-product .product .ct-cart-actions .added_to_cart:hover {
    background-position: 100% 0 !important;
  }
}
@media (min-width: 1000px) {
  .etn.single-product .product .ct-cart-actions {
    flex-direction: column;
  }
  .etn.single-product .product .ct-cart-actions .quantity {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1320px) {
  .etn.single-product .product .ct-cart-actions {
    flex-direction: row;
  }
  .etn.single-product .product .ct-cart-actions .quantity {
    margin-right: 1em;
    margin-left: 0;
  }
}
.etn.single-product .product .coming-soon-product .summary.entry-summary .ct-product-divider[data-id=divider_2],
.etn.single-product .product .outofstock .summary.entry-summary .ct-product-divider[data-id=divider_2] {
  display: none !important;
}
.etn.single-product .product .woocommerce-tabs {
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 690px) {
  .etn.single-product .product .woocommerce-tabs .wc-tabs li {
    margin-inline: 1rem;
  }
}
.etn.single-product .product .woocommerce-tabs .wc-tabs li::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -2px;
  height: 2px;
  width: 0%;
  transition: all 400ms ease-in-out;
}
.etn.single-product .product .woocommerce-tabs .wc-tabs li.active::before {
  width: 100%;
}
@media (hover: hover) {
  .etn.single-product .product .woocommerce-tabs .wc-tabs li:hover a {
    color: #00a4e4 !important;
  }
  .etn.single-product .product .woocommerce-tabs .wc-tabs li:hover::before {
    width: 100%;
    height: 2px;
    background: #00a4e4;
  }
}
.etn.single-product .product .woocommerce-tabs .wc-tabs li a {
  color: #231f20 !important;
  font-size: 1rem;
  padding-inline: 0 !important;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: none;
}
.etn.single-product .product .woocommerce-tabs .wc-tabs li.active a {
  color: #00a4e4 !important;
}
.etn.single-product .product .woocommerce-tabs #tab-description,
.etn.single-product .product .woocommerce-tabs #tab-additional_information,
.etn.single-product .product .woocommerce-tabs #tab-reviews,
.etn.single-product .product .woocommerce-tabs #tab-woocommerce_events {
  max-width: 980px;
  margin: 2rem auto;
  background-color: #f4f5f8;
  padding: 1em;
  border-top-right-radius: 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
}
.etn.single-product .product .woocommerce-tabs #tab-description h2,
.etn.single-product .product .woocommerce-tabs #tab-additional_information h2,
.etn.single-product .product .woocommerce-tabs #tab-reviews h2,
.etn.single-product .product .woocommerce-tabs #tab-woocommerce_events h2 {
  font-size: 1.25rem;
  margin-block: 0 1.25em;
}
@media (min-width: 480px) {
  .etn.single-product .product .woocommerce-tabs #tab-description,
  .etn.single-product .product .woocommerce-tabs #tab-additional_information,
  .etn.single-product .product .woocommerce-tabs #tab-reviews,
  .etn.single-product .product .woocommerce-tabs #tab-woocommerce_events {
    padding: 1.5em;
  }
}
@media (min-width: 600px) {
  .etn.single-product .product .woocommerce-tabs #tab-description,
  .etn.single-product .product .woocommerce-tabs #tab-additional_information,
  .etn.single-product .product .woocommerce-tabs #tab-reviews,
  .etn.single-product .product .woocommerce-tabs #tab-woocommerce_events {
    padding: 2em;
  }
}
.etn.single-product .product .woocommerce-tabs #tab-description p {
  font-size: 0.875rem;
}
@media (min-width: 680px) {
  .etn.single-product .product .woocommerce-tabs #tab-description p {
    font-size: 0.9375rem;
  }
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information {
  /* WooCommerce product attributes → make every 2nd row white */
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information table {
  overflow: hidden; /* keep inner cells clipped */
  height: 100% !important;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  border-top-right-radius: 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information tr {
  display: grid;
  grid-template-columns: 1fr;
  border-width: 0;
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information tr th {
  position: relative;
  display: flex;
  height: 100%; /* Ensure table takes full height */
  border-bottom-style: dashed;
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information tr th::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 1rem;
  opacity: 0.85;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information tr td,
.etn.single-product .product .woocommerce-tabs #tab-additional_information tr th {
  border-width: 0;
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information tr th,
.etn.single-product .product .woocommerce-tabs #tab-additional_information tr td {
  border-bottom-width: 1px;
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information tr p {
  font-size: 0.875rem;
}
@media (min-width: 680px) {
  .etn.single-product .product .woocommerce-tabs #tab-additional_information tr {
    grid-template-columns: 1fr 1fr;
  }
  .etn.single-product .product .woocommerce-tabs #tab-additional_information tr th,
  .etn.single-product .product .woocommerce-tabs #tab-additional_information tr td {
    border-bottom-style: solid;
  }
  .etn.single-product .product .woocommerce-tabs #tab-additional_information tr p {
    font-size: 0.9375rem;
  }
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information tr:last-of-type td {
  border-bottom-width: 0;
}
@media (min-width: 680px) {
  .etn.single-product .product .woocommerce-tabs #tab-additional_information tr:last-of-type th {
    border-bottom-width: 0;
  }
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information tbody tr:nth-child(even) th,
.etn.single-product .product .woocommerce-tabs #tab-additional_information tbody tr:nth-child(even) td {
  background: transparent;
}
.etn.single-product .product .woocommerce-tabs #tab-additional_information tbody tr:nth-child(odd) th,
.etn.single-product .product .woocommerce-tabs #tab-additional_information tbody tr:nth-child(odd) td {
  background: #f9f9f9;
}
.etn.single-product .product .woocommerce-tabs #tab-description,
.etn.single-product .product .woocommerce-tabs #tab-woocommerce_events {
  display: flex;
  flex-direction: column;
}
.etn.single-product .product .woocommerce-tabs #tab-description h2,
.etn.single-product .product .woocommerce-tabs #tab-woocommerce_events h2 {
  order: -1;
}
.etn.single-product .product .woocommerce-tabs #tab-description > *,
.etn.single-product .product .woocommerce-tabs #tab-woocommerce_events > * {
  max-width: 660px;
}
.etn.single-product .product .woocommerce-tabs #tab-woocommerce_events p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.etn.single-product .product .woocommerce-tabs #tab-woocommerce_events p + p {
  margin-top: 0.5em !important;
}
.etn.single-product .product .woocommerce-tabs #tab-woocommerce_events > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .etn.single-product .product .woocommerce-tabs #tab-woocommerce_events p {
    font-size: 0.9375rem;
  }
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews {
  gap: 1rem !important;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews > div {
  max-width: 570px;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews > div:nth-of-type(1) {
  border-bottom: 1px solid rgba(253, 120, 86, 0.3);
  padding-bottom: 2rem !important;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews > div:nth-of-type(2) {
  padding-top: 2rem !important;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .comment-form {
  row-gap: 0;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .stars {
  margin: 0;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .gdpr-confirm-policy {
  margin: 0;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .comment_container,
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .comment-form-rating {
  margin: 1rem 0 !important;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .comment_container,
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .review {
  border: none !important;
}
@media (min-width: 1000px) {
  .etn.single-product .product .woocommerce-tabs .woocommerce-Reviews > div:nth-of-type(1) {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
  .etn.single-product .product .woocommerce-tabs .woocommerce-Reviews > div:nth-of-type(2) {
    padding-top: 0 !important;
  }
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .commentlist {
  border-top: 0;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .commentlist p.meta {
  margin-bottom: 0.75rem;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .commentlist .description p {
  font-style: italic;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .form-submit {
  margin-top: 1rem;
}
.etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .form-submit button {
  color: #ffffff;
  background: linear-gradient(90deg, #17182e, #2d307c) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  background-size: 200% 100% !important;
  transition: background-position 400ms ease-in-out;
}
@media (hover: hover) {
  .etn.single-product .product .woocommerce-tabs .woocommerce-Reviews .form-submit button:hover {
    background-position: 100% 0 !important;
  }
}
.etn.single-product .product .coming-soon-notice {
  display: flex;
  align-items: center;
  margin-block: 2rem;
}
.etn.single-product .product .coming-soon-notice__image {
  width: 52px;
  height: auto;
}
.etn.single-product .product .coming-soon-notice__text {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #c3006b;
  margin: 0 0 0 0.65em;
}
.etn.single-product .product .etn-google-maps-box {
  display: flex;
  justify-content: center;
  margin: 2rem auto 0 auto;
}
.etn.single-product .product-type-variable .summary .woocommerce-variation-price .price {
  display: inline-block;
}
.etn.single-product .product-type-bundle .bundle_form .bundled_product_title {
  font-size: 1.275rem;
  line-height: 1.4;
}
.etn.single-product .product-type-bundle .bundle_form .bundled_product_excerpt {
  font-size: 0.9375rem;
}
.etn.single-product .product-type-bundle .bundle_form .bundled_product_image {
  position: relative;
  z-index: -1;
}
.etn.single-product .product-type-bundle .bundle_form .in-stock {
  display: none;
}
.etn.single-product .product-type-bundle .bundle_form .bundle_button {
  display: flex;
  flex-direction: column;
}
.etn.single-product .product-type-bundle .bundle_form .bundle_button .ct-cart-actions {
  min-width: 100%;
}
.etn.single-product .product-type-bundle .bundle_form .bundle_button .quantity {
  margin-right: 1em;
  margin-bottom: 10px;
  margin-left: 0;
}
.etn.single-product .product-type-bundle .bundle_form .bundle_button .bundle_add_to_cart_button {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 5px 20px;
}
.etn.single-product .product-type-bundle .bundle_form .bundle_unavailable {
  padding-block: 18px;
}
.etn.single-product .product-type-bundle .bundle_form .bundle_error ul {
  padding: 0;
}
@media (min-width: 680px) {
  .etn.single-product .product-type-bundle .bundle_form .bundle_button {
    flex-direction: row;
  }
  .etn.single-product .product-type-bundle .bundle_form .bundle_button .quantity {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .etn.single-product .product-type-bundle .bundle_form .bundle_button {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .etn.single-product .product-type-bundle .bundle_form .bundled_product_title {
    font-size: 1.4rem;
  }
}
.etn.single-product .product-type-booking {
  /* cart actions */
}
.etn.single-product .product-type-booking .entry-summary > .price,
.etn.single-product .product-type-booking .entry-summary > .price .amount {
  display: block; /* always reserve space */
  visibility: hidden; /* start hidden */
}
.etn.single-product .product-type-booking.outofstock .entry-summary > .price,
.etn.single-product .product-type-booking.outofstock .ct-product-add-to-cart {
  display: none;
}
.etn.single-product .product-type-booking .ct-cart-actions .yith-wcbk-add-to-cart-button,
.etn.single-product .product-type-booking .ct-cart-actions .added_to_cart {
  width: 100%;
  max-width: 700px;
}
.etn.single-product .product-type-booking .ct-cart-actions .added_to_cart {
  margin-top: 0.5em;
}
@media (min-width: 1600px) {
  .etn.single-product .product-type-booking .ct-cart-actions .yith-wcbk-add-to-cart-button,
  .etn.single-product .product-type-booking .ct-cart-actions .added_to_cart {
    width: calc(50% - 0.5em);
    max-width: 700px;
  }
  .etn.single-product .product-type-booking .ct-cart-actions .added_to_cart {
    margin-top: 0;
    margin-left: 1em;
  }
}
.etn.single-product .ct-share-box div[data-color=official],
.etn.single-product .ct-share-box div[data-color=custom] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  justify-items: stretch;
}
.etn.single-product .ct-share-box a {
  min-width: 5rem;
  width: 100%;
  margin: 0 auto;
}
.etn.single-product .ct-share-box .ct-icon-container svg {
  fill: #ffffff;
}
@media (min-width: 690px) {
  .etn.single-product .ct-share-box div[data-color=official],
  .etn.single-product .ct-share-box div[data-color=custom] {
    grid-template-columns: repeat(6, 1fr);
    gap: 3%;
  }
}

.etn .up-sells,
.etn .cross-sells {
  display: block !important;
  padding-top: 2.5rem;
  border-top: 1px solid #ebebeb;
  margin-top: 64px;
}
@media (min-width: 768px) {
  .etn .up-sells,
  .etn .cross-sells {
    margin-top: 78px;
  }
}
@media (min-width: 1024px) {
  .etn .up-sells,
  .etn .cross-sells {
    margin-top: 96px;
  }
}
.etn .up-sells .attribute__list,
.etn .cross-sells .attribute__list {
  display: none;
}
.etn .up-sells h2:first-child,
.etn .up-sells h2.ct-module-title,
.etn .up-sells h2:not(.woocommerce-loop-product__title),
.etn .cross-sells h2:first-child,
.etn .cross-sells h2.ct-module-title,
.etn .cross-sells h2:not(.woocommerce-loop-product__title) {
  margin-bottom: 2rem;
  border-left: clamp(4px, 0.15em, 6px) solid #00a4e4 !important;
  padding-left: 0.5em !important;
}
@media (min-width: 1024px) {
  .etn .up-sells h2:first-child,
  .etn .up-sells h2.ct-module-title,
  .etn .up-sells h2:not(.woocommerce-loop-product__title),
  .etn .cross-sells h2:first-child,
  .etn .cross-sells h2.ct-module-title,
  .etn .cross-sells h2:not(.woocommerce-loop-product__title) {
    margin-bottom: 3rem;
  }
}/*# sourceMappingURL=custom-style.css.map */