:root {
  --ondot-nav-font-size: 13px;
  --ondot-nav-text-color: #ffffff;
  --ondot-inquiry-background: #edf2f4;
  --ondot-inquiry-field-background: #ffffff;
  --ondot-inquiry-border: #d5e0e4;
  --ondot-inquiry-accent: #396ab3;
}

/* Contact Us information imported from the supplied Word document. */
.page-id-646 .elementor-element-4acf1c7 a,
.page-id-646 .elementor-element-2592580 a {
  color: inherit;
  text-decoration: none;
}

.page-id-646 .elementor-element-4acf1c7 a:hover,
.page-id-646 .elementor-element-2592580 a:hover {
  color: #3463af;
}

.page-id-646 .elementor-element-9f9380e p {
  max-width: 520px;
  margin-inline: auto;
  line-height: 1.7;
}

.page-id-646 .ondot-contact-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #edf2f4;
}

.page-id-646 .ondot-contact-map iframe {
  display: block;
  width: 100%;
  height: clamp(380px, 43vw, 600px);
  border: 0;
}

.page-id-646 .ondot-contact-map__link {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 4px;
  background: #3463af;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(17, 54, 102, 0.2);
}

.page-id-646 .ondot-contact-map__link:hover,
.page-id-646 .ondot-contact-map__link:focus {
  background: #446fb5;
  color: #ffffff;
}

@media (max-width: 767px) {
  .page-id-646 .ondot-contact-map iframe {
    height: 420px;
  }

  .page-id-646 .ondot-contact-map__link {
    right: 16px;
    bottom: 16px;
  }
}

/* Requirement 8: remove boxed menu states and improve menu readability. */
@media (min-width: 922px) {
  #ast-desktop-header .ast-primary-header-bar .ast-builder-grid-row {
    position: relative;
  }

  #ast-desktop-header .main-header-menu {
    position: static !important;
    flex-wrap: nowrap;
  }

  #ast-desktop-header .main-header-menu > .menu-item > .menu-link,
  #ast-desktop-header .main-header-menu > .menu-item:hover > .menu-link,
  #ast-desktop-header .main-header-menu > .current-menu-item > .menu-link,
  #ast-desktop-header .main-header-menu > .current-menu-ancestor > .menu-link,
  #ast-desktop-header .main-header-menu > .current_page_item > .menu-link {
    color: var(--ondot-nav-text-color) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: var(--ondot-nav-font-size) !important;
    padding-inline: 16px !important;
    white-space: nowrap;
  }

  #ast-desktop-header .main-header-menu > .menu-item > .menu-link:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: -4px;
  }

  #ast-desktop-header .main-header-menu > .ondot-header-tools {
    position: absolute;
    top: calc(50% + 10px);
    right: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    align-self: auto;
    gap: 9px;
    margin: 0;
    padding: 0;
    border-left: 0;
    white-space: nowrap;
    transform: translateY(-50%);
  }
}

/* Header language selector and social labels. */
.ondot-header-language,
.ondot-header-language .gtranslate_wrapper {
  display: flex;
  align-items: center;
  min-width: 0;
}

.ondot-header-language select,
.ondot-header-language .gt_selector {
  width: 126px !important;
  min-width: 126px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 25px 0 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 17px !important;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: #446fb5 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 11px center !important;
  background-size: 12px 7px !important;
  color: #ffffff !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  box-shadow: none;
  cursor: pointer;
}

.ondot-header-language select option,
.ondot-header-language .gt_selector option {
  color: #1d304a;
  background: #ffffff;
}

.ondot-language-pending {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
}

.ondot-header-socials {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ondot-header-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.ondot-header-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

a.ondot-header-social:hover,
a.ondot-header-social:focus-visible {
  border-color: #46c6e9;
  background: #46c6e9;
  color: #0d4387;
  transform: translateY(-1px);
}

.ondot-header-social--label {
  cursor: default;
}

@media (max-width: 1199px) and (min-width: 922px) {
  #ast-desktop-header .main-header-menu > .menu-item > .menu-link,
  #ast-desktop-header .main-header-menu > .menu-item:hover > .menu-link,
  #ast-desktop-header .main-header-menu > .current-menu-item > .menu-link,
  #ast-desktop-header .main-header-menu > .current-menu-ancestor > .menu-link,
  #ast-desktop-header .main-header-menu > .current_page_item > .menu-link {
    padding-inline: 11px !important;
    font-size: 12px !important;
  }

  #ast-desktop-header .main-header-menu > .ondot-header-tools {
    gap: 7px;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 921px) {
  #ast-mobile-header .main-header-menu-toggle,
  #ast-mobile-header .main-header-menu-toggle:hover,
  #ast-mobile-header .main-header-menu-toggle:focus,
  #ast-mobile-header .main-header-menu-toggle:focus-visible,
  .ast-header-break-point .main-header-menu-toggle,
  .ast-header-break-point .main-header-menu-toggle:hover,
  .ast-header-break-point .main-header-menu-toggle:focus,
  .ast-header-break-point .main-header-menu-toggle:focus-visible {
    border-color: transparent !important;
    background: transparent !important;
    color: #ffffff !important;
    box-shadow: none !important;
  }

  #ast-mobile-header .main-header-menu-toggle .ast-mobile-svg,
  .ast-header-break-point .main-header-menu-toggle .ast-mobile-svg {
    color: #ffffff !important;
    fill: currentColor !important;
  }

  #ast-mobile-header .ondot-header-language,
  #ast-mobile-site-navigation .ondot-header-language {
    display: none !important;
  }

  #ast-mobile-header .site-header-primary-section-right {
    flex-wrap: nowrap;
    gap: 4px;
  }

  #ast-mobile-header .ondot-mobile-language {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 4px 0 0;
  }

  #ast-mobile-header .ondot-mobile-language-select {
    width: clamp(78px, 24vw, 96px) !important;
    min-width: 78px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 21px 0 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 17px !important;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #446fb5 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 7px center !important;
    background-size: 12px 7px !important;
    color: #ffffff !important;
    font-family: "Raleway", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    box-shadow: none !important;
    cursor: pointer;
  }

  #ast-mobile-header .ondot-mobile-language-select option {
    color: #1d304a;
    background: #ffffff;
  }

  #ast-mobile-site-navigation .ondot-mobile-social-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin: 0;
    padding: 15px 20px;
    border-top: 1px solid rgba(13, 67, 135, 0.14);
    background: #f3f7fb;
    list-style: none;
  }

  #ast-mobile-site-navigation .ondot-mobile-social-tools .ondot-header-social {
    border-color: rgba(13, 67, 135, 0.24);
    background: #ffffff;
    color: #0d4387;
  }

}

/* Requirement 9: rounded inquiry form with distinct outer and field colors. */
.elementor-widget-form .elementor-form {
  background: var(--ondot-inquiry-background);
  border-radius: 22px;
  padding: clamp(20px, 3vw, 32px);
}

.elementor-widget-form .elementor-field-group .elementor-field {
  min-height: 46px;
  color: #2f3a40;
  background: var(--ondot-inquiry-field-background) !important;
  border: 1px solid var(--ondot-inquiry-border) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  padding: 11px 16px;
}

.elementor-widget-form .elementor-field-group textarea.elementor-field {
  min-height: 120px;
  resize: vertical;
}

.elementor-widget-form .elementor-field-group .elementor-field:focus {
  border-color: var(--ondot-inquiry-accent) !important;
  box-shadow: 0 0 0 3px rgba(57, 106, 179, 0.14) !important;
  outline: 0;
}

.elementor-widget-form .elementor-button {
  min-height: 44px;
  border: 0;
  border-radius: 999px !important;
  background: var(--ondot-inquiry-accent) !important;
  padding-inline: 28px;
}

/* Keep the homepage inquiry introduction on one line on desktop. */
.home .elementor-element-9f3f899 .elementor-heading-title {
  font-size: clamp(18px, 1.25vw, 24px) !important;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .home .elementor-element-9f3f899 .elementor-heading-title {
    white-space: normal;
  }
}

/* File uploads are intentionally excluded from inquiry forms. */
.elementor-widget-form .elementor-field-type-upload {
  display: none !important;
}

@media (max-width: 767px) {
  .elementor-widget-form .elementor-form {
    border-radius: 18px;
    padding: 18px;
  }
}

/*
 * Homepage product representatives.
 * Row 1: Walkie Talkie, Kids Watch.
 * Row 2: Light, 3D Figurine Keychain.
 */
.home .elementor-element.elementor-element-48bb836 .elementor-flip-box__front {
  background-image: url("products/walkie-talkie.jpg") !important;
}

.home .elementor-element.elementor-element-b9d7a32 .elementor-flip-box__front {
  background-image: url("products/kids-watch.jpg") !important;
}

.home .elementor-element.elementor-element-7f92fc5 .elementor-flip-box__front {
  background-image: url("products/light.jpg") !important;
}

.home .elementor-element.elementor-element-66f0bdd .elementor-flip-box__front {
  background-image: url("products/3d-figurine-keychain.jpg?v=1912") !important;
}

.home .elementor-element.elementor-element-48bb836 .elementor-flip-box__front,
.home .elementor-element.elementor-element-b9d7a32 .elementor-flip-box__front,
.home .elementor-element.elementor-element-7f92fc5 .elementor-flip-box__front,
.home .elementor-element.elementor-element-66f0bdd .elementor-flip-box__front {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/*
 * Preserve the complete 570 x 340 category artwork on phones. Elementor's
 * legacy 191px mobile height is too short for the rendered 355px card width,
 * so background-size: cover trims the lower part of the labels baked into
 * these images.
 */
@media (max-width: 767px) {
  .home .elementor-element.elementor-element-48bb836 .elementor-flip-box,
  .home .elementor-element.elementor-element-b9d7a32 .elementor-flip-box,
  .home .elementor-element.elementor-element-7f92fc5 .elementor-flip-box,
  .home .elementor-element.elementor-element-66f0bdd .elementor-flip-box {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 57 / 34;
  }

  .home .elementor-element.elementor-element-48bb836 .elementor-flip-box__front,
  .home .elementor-element.elementor-element-b9d7a32 .elementor-flip-box__front,
  .home .elementor-element.elementor-element-7f92fc5 .elementor-flip-box__front,
  .home .elementor-element.elementor-element-66f0bdd .elementor-flip-box__front {
    background-size: contain !important;
  }
}

/*
 * The shared single-product hero is a 4:1 banner. Elementor gives its inner
 * container a 450px mobile minimum height, which zooms and crops that artwork.
 * Match the section to the source ratio on phones so the full banner is shown.
 */
@media (max-width: 767px) {
  body.single-product
    .elementor-1320
    .elementor-element.elementor-element-b47008c {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 1;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }

  body.single-product
    .elementor-1320
    .elementor-element.elementor-element-b47008c
    > .elementor-container {
    height: 100% !important;
    min-height: 0 !important;
  }
}

/* Stable homepage carousel, independent of the legacy Slider Revolution data. */
.home #SR7_1_1 {
  display: none !important;
}

.home .ondot-hero {
  position: relative;
  width: 100%;
  height: clamp(420px, 33.86vw, 650px);
  min-height: 420px;
  overflow: hidden;
  background: #eef3f5;
  font-family: "Raleway", sans-serif;
}

.home .ondot-hero__slides,
.home .ondot-hero__slide {
  position: absolute;
  inset: 0;
}

.home .ondot-hero__slide {
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, visibility 600ms ease;
}

.home .ondot-hero__slide.is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.home .ondot-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home .ondot-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100% - 100px, 1240px);
  height: 100%;
  margin: 0 auto;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.home .ondot-hero__content h2 {
  width: min(620px, 52vw);
  margin: 0 0 18px;
  color: #0d4387;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.home .ondot-hero__content p {
  width: min(610px, 52vw);
  margin: 0 0 30px;
  color: #28485e;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
}

.home .ondot-hero__slide--sampling .ondot-hero__content h2,
.home .ondot-hero__slide--sampling .ondot-hero__content p {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

.home .ondot-hero__content a {
  display: inline-flex;
  min-width: 170px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #3463af;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.home .ondot-hero__content a:hover,
.home .ondot-hero__content a:focus-visible {
  background: #0d4387;
  transform: translateY(-2px);
}

.home .ondot-hero__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: flex !important;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.48) !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer;
  transform: translateY(-50%);
}

.home .ondot-hero__arrow svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.home .ondot-hero__arrow:hover,
.home .ondot-hero__arrow:focus-visible {
  background: rgba(13, 67, 135, 0.9) !important;
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

.home .ondot-hero__arrow--prev {
  left: 24px;
}

.home .ondot-hero__arrow--next {
  right: 24px;
}

.home .ondot-hero__dots {
  position: absolute;
  z-index: 4;
  bottom: 28px;
  left: 50%;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.home .ondot-hero__dots button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.home .ondot-hero__dots button.is-active {
  background: #3463af;
}

@media (max-width: 767px) {
  .home .ondot-hero {
    height: 520px;
    min-height: 520px;
  }

  .home .ondot-hero__image {
    object-position: 68% center;
  }

  .home .ondot-hero__slide::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.76) 55%, rgba(255, 255, 255, 0.1) 100%);
    content: "";
  }

  .home .ondot-hero__slide--sampling::before {
    background: linear-gradient(90deg, rgba(2, 12, 20, 0.88) 0%, rgba(2, 12, 20, 0.7) 60%, rgba(2, 12, 20, 0.18) 100%);
  }

  .home .ondot-hero__content {
    width: calc(100% - 64px);
    padding-top: 0;
  }

  .home .ondot-hero__content h2,
  .home .ondot-hero__content p {
    width: min(100%, 460px);
  }

  .home .ondot-hero__content h2 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .home .ondot-hero__arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .home .ondot-hero__arrow svg {
    width: 21px;
    height: 21px;
  }

  .home .ondot-hero__arrow--prev {
    left: 10px;
  }

  .home .ondot-hero__arrow--next {
    right: 10px;
  }

  .home .ondot-hero__dots {
    bottom: 20px;
  }
}

/* Elementor-editable brand wall introduction above the factory proof points. */
.home .elementor-element-475a142 .elementor-element-c63a78a > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.home .elementor-element-475a142 .ondot-brand-wall-heading {
  width: 100% !important;
  flex: 0 0 auto !important;
  margin: 0 0 28px;
  text-align: center;
}

.home .elementor-element-475a142 .ondot-brand-wall-heading .elementor-widget-container {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
}

.home .elementor-element-475a142 .ondot-brand-wall-heading .elementor-heading-title {
  margin: 0;
  color: #0d4387;
  font-family: "Raleway", sans-serif;
  font-size: clamp(27px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
}

.home .elementor-element-475a142 .ondot-brand-wall-subtitle {
  width: 100% !important;
  flex: 0 0 auto !important;
  margin: 0 0 42px;
  text-align: center;
}

.home .elementor-element-475a142 .ondot-brand-wall-subtitle .elementor-widget-container {
  width: min(100% - 40px, 960px);
  margin: 0 auto;
}

.home .elementor-element-475a142 .ondot-brand-wall-subtitle p {
  margin: 0;
  color: #4f5f6d;
  font-family: "Raleway", sans-serif;
  font-size: clamp(18px, 1.65vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .home .elementor-element-475a142 .ondot-brand-wall-heading .elementor-widget-container,
  .home .elementor-element-475a142 .ondot-brand-wall-subtitle .elementor-widget-container {
    width: min(100% - 32px, 1080px);
  }

  .home .elementor-element-475a142 .ondot-brand-wall-subtitle {
    margin-bottom: 30px;
  }

  .home .elementor-element-475a142 .ondot-brand-wall-heading {
    margin-bottom: 22px;
  }

  .home .elementor-element-475a142 .ondot-brand-wall-subtitle p {
    font-size: 17px;
    letter-spacing: 0.04em;
  }
}

/* Homepage six-tile application grid sourced from the supplied workbook. */
.home .elementor-element-2bf6f45 .elementor-image-box-img {
  background-image: url("six-grid/kids-stationery.jpg");
}

.home .elementor-element-2637364 .elementor-image-box-img {
  background-image: url("six-grid/bedroom-night-light.jpg");
}

.home .elementor-element-f90bcc1 .elementor-image-box-img {
  background-image: url("six-grid/outdoor-kids-activity.jpg");
}

.home .elementor-element-ae54535 .elementor-image-box-img {
  background-image: url("six-grid/festival-holiday.jpg");
}

.home .elementor-element-a5930f1 .elementor-image-box-img {
  background-image: url("six-grid/custom-oem-odm.jpg");
}

.home .elementor-element-281500b .elementor-image-box-img {
  background-image: url("six-grid/wholesale-bulk.jpg");
}

.home .elementor-element-2bf6f45 .elementor-image-box-img,
.home .elementor-element-2637364 .elementor-image-box-img,
.home .elementor-element-f90bcc1 .elementor-image-box-img,
.home .elementor-element-ae54535 .elementor-image-box-img,
.home .elementor-element-a5930f1 .elementor-image-box-img,
.home .elementor-element-281500b .elementor-image-box-img {
  width: 100% !important;
  overflow: hidden;
  border-radius: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .elementor-element-2bf6f45 .elementor-image-box-img img,
.home .elementor-element-2637364 .elementor-image-box-img img,
.home .elementor-element-f90bcc1 .elementor-image-box-img img,
.home .elementor-element-ae54535 .elementor-image-box-img img,
.home .elementor-element-a5930f1 .elementor-image-box-img img,
.home .elementor-element-281500b .elementor-image-box-img img {
  display: block;
  width: 100% !important;
  aspect-ratio: 19 / 12;
  opacity: 0;
}

/* Centered quote CTA over the bottom artwork on Contact Us and About Us. */
.page-id-646 .elementor-element-5c2bc95 .elementor-widget-wrap,
.page-id-385 .elementor-element-e1a97cf .elementor-widget-wrap {
  position: relative;
}

.page-id-646 .elementor-element-d07c55e,
.page-id-385 .elementor-element-f9e9d14 {
  margin-bottom: 0 !important;
}

.page-id-646 .ondot-bottom-quote-button,
.page-id-385 .ondot-bottom-quote-button {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: auto !important;
  margin: 0 !important;
  transform: translate(-50%, -50%);
}

.page-id-646 .ondot-bottom-quote-button .elementor-button,
.page-id-385 .ondot-bottom-quote-button .elementor-button {
  min-width: 190px;
  padding: 16px 28px;
  border: 0;
  border-radius: 4px;
  background-color: #3463af !important;
  color: #fff !important;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(16, 44, 87, 0.22);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-id-646 .ondot-bottom-quote-button .elementor-button:hover,
.page-id-646 .ondot-bottom-quote-button .elementor-button:focus-visible,
.page-id-385 .ondot-bottom-quote-button .elementor-button:hover,
.page-id-385 .ondot-bottom-quote-button .elementor-button:focus-visible {
  background-color: #274f91 !important;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .page-id-646 .ondot-bottom-quote-button .elementor-button,
  .page-id-385 .ondot-bottom-quote-button .elementor-button {
    min-width: 156px;
    padding: 12px 20px;
    font-size: 15px;
  }
}

/* Ondot footer logo supplied by the client. */
.elementor-1275 .elementor-element.elementor-element-bd68b26 {
  display: none;
}

.elementor-1275 .elementor-element.elementor-element-49d71d9 {
  text-align: center;
}

@media (min-width: 768px) {
  .elementor-1275 .elementor-element.elementor-element-49d71d9 {
    transform: translateY(-18px);
  }
}

.elementor-1275 .elementor-element.elementor-element-49d71d9 img {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/*
 * Keep the shared footer on its intended dark palette. Some mobile webviews
 * fall back to the theme's white surface and default blue link colour on
 * product-category archives, making the white Ondot logo disappear.
 */
footer.elementor-1275,
.elementor-1275 .elementor-element.elementor-element-b65b766 {
  background-color: #2b333e !important;
}

.elementor-1275 .elementor-element.elementor-element-b65b766,
.elementor-1275 .elementor-element.elementor-element-b65b766 * {
  color: #fff !important;
}

.elementor-1275 .elementor-element.elementor-element-b65b766 svg,
.elementor-1275 .elementor-element.elementor-element-b65b766 svg * {
  fill: currentColor !important;
}

.elementor-1275 .elementor-element.elementor-element-b65b766 a:hover,
.elementor-1275 .elementor-element.elementor-element-b65b766 a:focus-visible {
  color: #55b7df !important;
}

/* Keep footer category links readable on their white hover surface. */
.elementor-1275 #uc_ue_taxonomy_terms_elementor_ed9463b .ue_taxonomy_item {
  transition: background-color 0.18s ease, color 0.18s ease;
}

.elementor-1275 #uc_ue_taxonomy_terms_elementor_ed9463b .ue_taxonomy_item:hover,
.elementor-1275 #uc_ue_taxonomy_terms_elementor_ed9463b .ue_taxonomy_item:focus-visible {
  background-color: #fff !important;
  color: #111827 !important;
}

.elementor-1275 #uc_ue_taxonomy_terms_elementor_ed9463b .ue_taxonomy_item:hover *,
.elementor-1275 #uc_ue_taxonomy_terms_elementor_ed9463b .ue_taxonomy_item:focus-visible * {
  color: #111827 !important;
}

@media (max-width: 767px) {
  .elementor-1275 .elementor-element.elementor-element-49d71d9 img {
    width: 180px;
  }
}

/* Real WooCommerce product-category menu in the product sidebars. */
.elementor-1236 .elementor-element.elementor-element-266303c
  .ondot-product-category-menu,
.elementor-1215 .elementor-element.elementor-element-9a45191
  .ondot-product-category-menu,
.elementor-1320 .elementor-element.elementor-element-a10ef84
  .ondot-product-category-menu {
  text-align: left;
}

.elementor-1236 .elementor-element.elementor-element-266303c
  .uc-side-menu-title,
.elementor-1215 .elementor-element.elementor-element-9a45191
  .uc-side-menu-title,
.elementor-1320 .elementor-element.elementor-element-a10ef84
  .uc-side-menu-title {
  padding: 14px 20px;
  border-radius: 0 20px 0 0;
  background-color: #3463af;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.elementor-1236 .elementor-element.elementor-element-266303c
  .product-categories,
.elementor-1215 .elementor-element.elementor-element-9a45191
  .product-categories,
.elementor-1320 .elementor-element.elementor-element-a10ef84
  .product-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.elementor-1236 .elementor-element.elementor-element-266303c
  .product-categories
  .menu-link,
.elementor-1215 .elementor-element.elementor-element-9a45191
  .product-categories
  .menu-link,
.elementor-1320 .elementor-element.elementor-element-a10ef84
  .product-categories
  .menu-link {
  display: block;
  margin: 0;
  padding: 10px 20px;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 0 1px 1px;
  background-color: transparent;
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.elementor-1236 .elementor-element.elementor-element-266303c
  .product-categories
  .menu-link:hover,
.elementor-1236 .elementor-element.elementor-element-266303c
  .product-categories
  .menu-link:focus-visible,
.elementor-1215 .elementor-element.elementor-element-9a45191
  .product-categories
  .menu-link:hover,
.elementor-1215 .elementor-element.elementor-element-9a45191
  .product-categories
  .menu-link:focus-visible,
.elementor-1320 .elementor-element.elementor-element-a10ef84
  .product-categories
  .menu-link:hover,
.elementor-1320 .elementor-element.elementor-element-a10ef84
  .product-categories
  .menu-link:focus-visible {
  background-color: #f0f0f0;
  color: var(--e-global-color-astglobalcolor1);
}

.elementor-1236 .elementor-element.elementor-element-266303c
  .product-categories
  .current-cat
  > .menu-link,
.elementor-1215 .elementor-element.elementor-element-9a45191
  .product-categories
  .current-cat
  > .menu-link,
.elementor-1320 .elementor-element.elementor-element-a10ef84
  .product-categories
  .current-cat
  > .menu-link {
  background-color: #f0f0f0;
  color: var(--e-global-color-astglobalcolor1);
  font-weight: 600;
}

/*
 * Product cards must show the complete featured artwork. The legacy grids use
 * background-size: cover and fixed image heights, which crop square product
 * images. Keep the catalogue, category and related-product cards square and
 * fit the artwork inside without distortion on every viewport.
 */
.elementor-1215
  .elementor-element.elementor-element-34e4f10
  .uc_post_grid_style_one_image,
.elementor-1236
  .elementor-element.elementor-element-fa0f77f
  .uc_post_grid_style_one_image,
.elementor-1320
  .elementor-element.elementor-element-9b346c5
  .uc_post_grid_style_one_image {
  height: auto !important;
  aspect-ratio: 1 / 1;
  background-color: #fff;
}

.elementor-1215
  .elementor-element.elementor-element-34e4f10
  .uc_post_image,
.elementor-1236
  .elementor-element.elementor-element-fa0f77f
  .uc_post_image,
.elementor-1320
  .elementor-element.elementor-element-9b346c5
  .uc_post_image {
  width: 100% !important;
  height: 100% !important;
  background-color: #fff;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

/*
 * Keep the homepage Blog/Latest News thumbnail complete on desktop. Unlimited
 * Elements fixes this image at 250px high with object-fit: cover, which crops
 * the portrait artwork. A square preview gives the product enough room while
 * keeping the card compact and aligned with the three-column news grid.
 */
@media (min-width: 768px) {
  .home
    .elementor-element.elementor-element-8311fe9
    .uc_post_grid_style_one_image,
  .home
    .elementor-element.elementor-element-8311fe9
    .uc_post_image {
    height: auto !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #fff;
  }

  .home
    .elementor-element.elementor-element-8311fe9
    .uc_post_image
    img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

/*
 * On product pages Elementor was shrinking the Related Products widget from
 * its real card height to about 150px, so the enquiry form covered the lower
 * half of the image. Let this content column grow to its natural height on
 * phones and keep every widget in the normal vertical flow.
 */
@media (max-width: 767px) {
  .elementor-1320 .elementor-element.elementor-element-9e788d0,
  .elementor-1320
    .elementor-element.elementor-element-9e788d0
    > .e-con-inner {
    height: auto !important;
    min-height: 0 !important;
  }

  .elementor-1320
    .elementor-element.elementor-element-9e788d0
    > .e-con-inner {
    flex-wrap: nowrap !important;
  }

  .elementor-1320
    .elementor-element.elementor-element-9e788d0
    > .e-con-inner
    > .elementor-element {
    flex-shrink: 0 !important;
  }

  /* Show the complete portrait thumbnail in the homepage Latest News card. */
  .home
    .elementor-element.elementor-element-8311fe9
    .uc_post_grid_style_one_image,
  .home
    .elementor-element.elementor-element-8311fe9
    .uc_post_image {
    height: auto !important;
  }

  .home
    .elementor-element.elementor-element-8311fe9
    .uc_post_image
    img {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

.elementor-page-1115 .elementor-element-be941be .ondot-uploaded-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

/* Keep the News / Videos switch evenly aligned on phones. */
@media (max-width: 767px) {
  .elementor-page-1115
    .elementor-element-3082e14
    > .elementor-widget-wrap {
    align-items: center;
    gap: 12px;
  }

  .elementor-page-1115 .elementor-element-f17cf67,
  .elementor-page-1115 .elementor-element-1139d3a {
    width: 112px !important;
    height: auto !important;
  }

  .elementor-page-1115
    .elementor-element-f17cf67
    .elementor-widget-container,
  .elementor-page-1115
    .elementor-element-1139d3a
    .elementor-widget-container {
    padding: 0 !important;
  }

  .elementor-page-1115 .elementor-element-f17cf67 .elementor-button,
  .elementor-page-1115 .elementor-element-1139d3a .elementor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 10px 18px;
  }
}

/* Videos page: keep only the newly uploaded video and center it in one row. */
.elementor-page-1115 .elementor-element-db14ef8,
.elementor-page-1115 .elementor-element-8159c08 {
  display: none !important;
}

.elementor-page-1115 .elementor-element-be941be {
  width: 100% !important;
}

.elementor-page-1115
  .elementor-element-be941be
  > .elementor-widget-wrap {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.elementor-page-1115
  .elementor-element-a3088f2
  .elementor-heading-title {
  margin: 18px 0 0;
  color: var(--e-global-color-text);
  font-size: clamp(12px, 1.35vw, 18px) !important;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}
