/* Feeling Yachty Design System — stable rules; editable values are injected as custom properties. */
:root {
  --fy-pink: #e45c9c;
  --fy-pink-deep: #d34c8b;
  --fy-ink: #0f172a;
  --fy-slate: #475569;
  --fy-border: #eef2f7;
  --fy-blush: #fff7fb;
  --fy-whatsapp: #25d366;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.fyds-bg-blush { background-color: var(--fy-blush) !important; }
.fyds-text-pink { color: var(--fy-pink) !important; }
.fyds-text-ink { color: var(--fy-ink) !important; }
.fyds-border { border: 1px solid var(--fy-border) !important; }

@media (prefers-reduced-motion: reduce) {
  .button,
  .wp-element-button,
  .wp-block-button__link,
  .fyds-button,
  button,
  input[type="submit"] {
    transition: none !important;
  }
}

/* Floating Elementor header enhancement. Hidden until its small positioning script succeeds. */
.fyds-header-enhancement {
  display: none;
}

.fyds-menu-toggle {
  display: none;
}

.fyds-no-backdrop body .fyds-island-shell,
.fyds-no-backdrop body .elementor-popup-modal .dialog-widget-content {
  background: #fff !important;
}

@media (min-width: 900px) {
  body.fyds-header-active .elementor-location-header,
  body.fyds-header-active .elementor-location-header .e-con,
  body.fyds-header-active .elementor-location-header .e-con-boxed,
  body.fyds-header-active .elementor-location-header .e-con-inner,
  body.fyds-header-active .elementor-location-header .fyds-island-shell,
  body.fyds-header-active .elementor-location-header .fyds-header-grid,
  body.fyds-header-active .fyds-header-nav,
  body.fyds-header-active .fyds-nav-list {
    overflow: visible !important;
  }

  body.fyds-header-active .elementor-location-header {
    position: relative;
    z-index: 10050;
    background: transparent !important;
  }

  body.fyds-header-active .elementor-location-header .fyds-island-shell {
    position: relative;
    width: calc(100% - 36px) !important;
    width: min(1460px, calc(100% - 36px)) !important;
    max-width: none !important;
    margin: 16px auto 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(238, 242, 247, 0.92) !important;
    border-radius: 26px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12) !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
  }

  body.fyds-header-active .elementor-location-header .fyds-island-shell::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
    background: transparent;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    content: "";
  }

  body.fyds-header-active .elementor-location-header .fyds-header-grid {
    display: grid !important;
    grid-template-columns: minmax(120px, 1fr) auto auto auto !important;
    align-items: center !important;
    gap: clamp(18px, 2vw, 36px) !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 82px;
    padding: 10px 18px 10px 24px !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    position: relative;
    z-index: 1;
  }

  body.fyds-header-active .fyds-header-grid > .elementor-widget-theme-site-logo {
    grid-column: 1;
    justify-self: start;
    margin: 0 !important;
  }

  body.fyds-header-active .fyds-header-grid > .elementor-widget-theme-site-logo img {
    width: auto !important;
    max-width: 150px !important;
    max-height: 62px !important;
    object-fit: contain;
  }

  body.fyds-header-active .fyds-header-nav {
    grid-column: 2;
    justify-self: center;
  }

  body.fyds-header-active .fyds-nav-list {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    gap: clamp(3px, 0.55vw, 10px);
    margin: 0 !important;
    padding: 5px !important;
    list-style: none !important;
    border: 1px solid var(--fy-border);
    border-radius: 999px;
    background: var(--fy-blush);
  }

  body.fyds-header-active .fyds-nav-list > li {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.fyds-header-active .fyds-nav-list > .menu-item-has-children::after {
    position: absolute;
    top: calc(100% - 8px);
    right: -48px;
    left: -48px;
    z-index: 10059;
    height: 48px;
    content: "";
  }

  body.fyds-header-active .fyds-nav-list > li > a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 9px clamp(10px, 0.85vw, 16px) !important;
    border-radius: 999px;
    color: var(--fy-ink) !important;
    font-family: var(--fy-font) !important;
    font-size: 14px !important;
    font-size: clamp(13px, 0.88vw, var(--fy-menu-font)) !important;
    font-weight: 750 !important;
    line-height: 1.1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  }

  body.fyds-header-active .fyds-nav-list > li:hover > a,
  body.fyds-header-active .fyds-nav-list > li:focus-within > a,
  body.fyds-header-active .fyds-nav-list > .current-menu-item > a,
  body.fyds-header-active .fyds-nav-list > .current-menu-ancestor > a {
    color: var(--fy-pink-deep) !important;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.08);
  }

  body.fyds-header-active .fyds-nav-list > .menu-item-has-children > a::after {
    width: 7px;
    height: 7px;
    margin: -3px 0 0 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }

  body.fyds-header-active .fyds-nav-list .sub-menu,
  body.fyds-header-active .fyds-nav-list .children,
  body.fyds-header-active .fyds-nav-list li > ul {
    position: absolute !important;
    top: calc(100% - 8px) !important;
    left: 0 !important;
    z-index: 10060;
    display: block !important;
    visibility: hidden !important;
    width: max-content !important;
    min-width: 230px !important;
    max-width: 330px;
    margin: 0 !important;
    padding: 10px !important;
    list-style: none !important;
    border: 1px solid var(--fy-border) !important;
    border-radius: 20px !important;
    opacity: 0 !important;
    pointer-events: none;
    background: #fff !important;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.16) !important;
    overflow: visible !important;
    overflow-anchor: none;
    transform: none;
  }

  body.fyds-header-active .fyds-nav-list > li:last-child > ul,
  body.fyds-header-active .fyds-nav-list > li:nth-last-child(-n+2) > ul,
  body.fyds-header-active .fyds-nav-list > li.fyds-submenu-end > ul {
    left: auto !important;
    right: 0 !important;
  }

  body.fyds-header-active .fyds-nav-list li:hover > .sub-menu,
  body.fyds-header-active .fyds-nav-list li:hover > .children,
  body.fyds-header-active .fyds-nav-list li:hover > ul,
  body.fyds-header-active .fyds-nav-list li:focus-within > .sub-menu,
  body.fyds-header-active .fyds-nav-list li:focus-within > .children,
  body.fyds-header-active .fyds-nav-list li:focus-within > ul,
  body.fyds-header-active .fyds-nav-list .fyds-submenu-open > .sub-menu,
  body.fyds-header-active .fyds-nav-list .fyds-submenu-open > .children,
  body.fyds-header-active .fyds-nav-list .fyds-submenu-open > ul {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none;
  }

  body.fyds-header-active .fyds-nav-list .sub-menu .sub-menu,
  body.fyds-header-active .fyds-nav-list .sub-menu .children,
  body.fyds-header-active .fyds-nav-list .children .children {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    display: none !important;
    visibility: hidden !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 4px 0 0 !important;
    padding: 4px !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
    pointer-events: none;
    background: var(--fy-blush) !important;
  }

  body.fyds-header-active .fyds-nav-list .sub-menu li:hover > .sub-menu,
  body.fyds-header-active .fyds-nav-list .sub-menu li:hover > .children,
  body.fyds-header-active .fyds-nav-list .sub-menu li:hover > ul,
  body.fyds-header-active .fyds-nav-list .sub-menu .fyds-accordion-open > .sub-menu,
  body.fyds-header-active .fyds-nav-list .sub-menu .fyds-accordion-open > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.fyds-header-active .fyds-nav-list .sub-menu li,
  body.fyds-header-active .fyds-nav-list .sub-menu a,
  body.fyds-header-active .fyds-nav-list .children li,
  body.fyds-header-active .fyds-nav-list .children a,
  body.fyds-header-active .fyds-nav-list li > ul li,
  body.fyds-header-active .fyds-nav-list li > ul a {
    display: block;
    margin: 0;
    list-style: none;
  }

  body.fyds-header-active .fyds-nav-list .sub-menu a,
  body.fyds-header-active .fyds-nav-list .children a,
  body.fyds-header-active .fyds-nav-list li > ul a {
    padding: 11px 14px !important;
    border-radius: 12px;
    color: var(--fy-ink) !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.3;
    text-decoration: none !important;
  }

  body.fyds-header-active .fyds-nav-list .sub-menu a:hover,
  body.fyds-header-active .fyds-nav-list .sub-menu a:focus,
  body.fyds-header-active .fyds-nav-list .children a:hover,
  body.fyds-header-active .fyds-nav-list .children a:focus,
  body.fyds-header-active .fyds-nav-list li > ul a:hover,
  body.fyds-header-active .fyds-nav-list li > ul a:focus {
    color: var(--fy-pink-deep) !important;
    background: var(--fy-blush) !important;
  }

  body.fyds-header-active .fyds-header-utils {
    grid-column: 3;
    justify-self: end;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
  }

  body.fyds-header-active .fyds-header-util {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    padding: 8px 12px !important;
    border: 1px solid rgba(228, 92, 156, 0.16) !important;
    border-radius: 999px !important;
    color: #2b2340 !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
    font-family: var(--fy-font) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
  }

  body.fyds-header-active .fyds-header-util:hover,
  body.fyds-header-active .fyds-header-util:focus-visible {
    color: var(--fy-pink-deep) !important;
    border-color: rgba(228, 92, 156, 0.42) !important;
    background: #fff4f9 !important;
    transform: translateY(-1px);
  }

  body.fyds-header-active .fyds-header-icon {
    width: 18px;
    height: 18px;
    display: block;
    flex: 0 0 auto;
  }

  body.fyds-header-active .fyds-header-cart .fyds-header-util-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  body.fyds-header-active .fyds-header-list {
    max-width: 220px;
  }

  body.fyds-header-active .fyds-header-cart-count {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--fy-pink, #e45c9c);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
  }

  body.fyds-header-active .fyds-header-cart-count[hidden] {
    display: none !important;
  }

  body.fyds-header-active .fyds-header-cta {
    grid-column: 4;
    justify-self: end;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--fy-pink), var(--fy-pink-deep)) !important;
    box-shadow: 0 12px 28px rgba(228, 92, 156, 0.28);
    font-family: var(--fy-font) !important;
    font-size: var(--fy-button-font) !important;
    font-weight: 800 !important;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  body.fyds-header-active .fyds-header-cta:hover {
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(211, 76, 139, 0.36);
    transform: translateY(-2px);
  }

  body.fyds-header-active .fyds-menu-toggle {
    display: none !important;
  }

  body.fyds-header-active .fyds-original-header-control {
    display: none !important;
  }

  .fyds-nav-tight body.fyds-header-active .fyds-header-grid {
    gap: 12px !important;
    padding-right: 12px !important;
    padding-left: 16px !important;
  }

  .fyds-nav-tight body.fyds-header-active .fyds-nav-list {
    gap: 0;
  }

  .fyds-nav-tight body.fyds-header-active .fyds-nav-list > li > a {
    padding-right: 9px !important;
    padding-left: 9px !important;
    font-size: 12px !important;
  }

  .fyds-nav-tight body.fyds-header-active .fyds-header-cta {
    padding-right: 16px !important;
    padding-left: 16px !important;
    font-size: 14px !important;
  }

  .fyds-nav-tight body.fyds-header-active .fyds-header-util-label {
    display: none !important;
  }

  .fyds-nav-tight body.fyds-header-active .fyds-header-util {
    min-width: 42px;
    padding: 8px !important;
  }
}

@media (min-width: 900px) and (max-width: 1180px) {
  body.fyds-header-active .fyds-header-grid {
    gap: 12px !important;
    min-height: 70px;
    padding-right: 12px !important;
    padding-left: 16px !important;
  }

  body.fyds-header-active .fyds-nav-list {
    gap: 0;
  }

  body.fyds-header-active .fyds-nav-list > li > a {
    padding-right: 9px !important;
    padding-left: 9px !important;
    font-size: 12px !important;
  }

  body.fyds-header-active .fyds-header-cta {
    min-height: 44px;
    padding-right: 16px !important;
    padding-left: 16px !important;
    font-size: 14px !important;
  }

  body.fyds-header-active .fyds-header-list .fyds-header-util-label {
    display: none !important;
  }

  body.fyds-header-active .fyds-header-list {
    min-width: 42px;
    padding: 8px !important;
  }
}

body.fyds-header-active .fyds-original-header-control,
body.fyds-header-active .elementor-location-header .elementor-menu-toggle,
body.fyds-header-active .elementor-location-header a[href*="elementor-action"],
body.fyds-header-active .elementor-popup-modal {
  display: none !important;
}

.fyds-mobile-sheet[hidden] {
  display: none !important;
}

@media (max-width: 899px) {
  body.fyds-header-active .fyds-header-nav,
  body.fyds-header-active .fyds-header-utils,
  body.fyds-header-active .fyds-header-cta {
    display: none !important;
  }

  body.fyds-header-active .elementor-location-header {
    position: relative;
    z-index: 10050;
    background: transparent !important;
  }

  body.fyds-header-active .elementor-location-header .fyds-island-shell {
    width: calc(100% - 20px) !important;
    margin: 10px auto 0 !important;
    border: 1px solid rgba(238, 242, 247, 0.92) !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.11) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    overflow: hidden !important;
  }

  body.fyds-header-active .fyds-header-grid {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    min-height: 64px;
    padding: 8px 10px 8px 16px !important;
  }

  body.fyds-header-active .fyds-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--fy-pink), var(--fy-pink-deep));
    box-shadow: 0 10px 22px rgba(228, 92, 156, 0.28);
    font-family: var(--fy-font);
    font-size: 14px;
    font-weight: 800;
  }

  body.fyds-header-active .fyds-menu-toggle-bars,
  body.fyds-header-active .fyds-menu-toggle-bars::before,
  body.fyds-header-active .fyds-menu-toggle-bars::after {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    content: "";
  }

  body.fyds-header-active .fyds-menu-toggle-bars {
    position: relative;
  }

  body.fyds-header-active .fyds-menu-toggle-bars::before {
    position: absolute;
    top: -5px;
  }

  body.fyds-header-active .fyds-menu-toggle-bars::after {
    position: absolute;
    top: 5px;
  }

  body.fyds-mobile-open {
    overflow: hidden;
  }

  body.fyds-mobile-open .fyds-mobile-sheet {
    position: fixed;
    inset: 0;
    z-index: 10080;
    display: block;
  }

  body.fyds-header-active .fyds-mobile-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.46);
  }

  body.fyds-header-active .fyds-mobile-panel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    max-height: min(92vh, 760px);
    padding: 18px 18px calc(18px + env(safe-area-inset-bottom, 0px));
    border-radius: 28px 28px 0 0;
    background: var(--fy-blush);
    box-shadow: 0 -18px 50px rgba(15, 23, 42, 0.22);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.fyds-header-active .fyds-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  body.fyds-header-active .fyds-mobile-kicker {
    margin: 0;
    color: var(--fy-pink-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.fyds-header-active .fyds-mobile-close {
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid var(--fy-border);
    border-radius: 999px;
    background: #fff;
    color: var(--fy-ink);
    font-family: var(--fy-font);
    font-size: 14px;
    font-weight: 800;
  }

  body.fyds-header-active .fyds-mobile-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.fyds-header-active .fyds-mobile-list > li > a,
  body.fyds-header-active .fyds-mobile-list .sub-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 12px 16px;
    border-radius: 16px;
    color: var(--fy-ink) !important;
    font-family: var(--fy-font) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  body.fyds-header-active .fyds-mobile-list > li {
    margin: 0 0 6px;
    list-style: none;
  }

  body.fyds-header-active .fyds-mobile-list .menu-item-has-children > a::after {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-right: 2px solid var(--fy-pink);
    border-bottom: 2px solid var(--fy-pink);
    content: "";
    transform: rotate(45deg);
  }

  body.fyds-header-active .fyds-mobile-list .fyds-accordion-open > a::after {
    transform: rotate(-135deg);
  }

  body.fyds-header-active .fyds-mobile-list > .fyds-accordion-open > a,
  body.fyds-header-active .fyds-mobile-list .fyds-accordion-open > a {
    color: var(--fy-pink-deep) !important;
    background: #fff;
  }

  body.fyds-header-active .fyds-mobile-list .sub-menu,
  body.fyds-header-active .fyds-mobile-list .children,
  body.fyds-header-active .fyds-mobile-list li > ul {
    display: none !important;
    visibility: hidden !important;
    margin: 4px 0 8px;
    padding: 6px;
    list-style: none;
    border-radius: 16px;
    background: #fff;
  }

  body.fyds-header-active .fyds-mobile-list .sub-menu .sub-menu,
  body.fyds-header-active .fyds-mobile-list .children .children {
    margin-left: 8px;
    background: var(--fy-blush);
  }

  body.fyds-header-active .fyds-mobile-nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.fyds-header-active .fyds-mobile-list .fyds-accordion-open > .sub-menu,
  body.fyds-header-active .fyds-mobile-list .fyds-accordion-open > .children,
  body.fyds-header-active .fyds-mobile-list .fyds-accordion-open > ul,
  html body.fyds-mobile-open .fyds-mobile-list .fyds-accordion-open > ul,
  html body.fyds-mobile-open .fyds-mobile-list .fyds-accordion-open > .sub-menu,
  html body.fyds-mobile-open .fyds-mobile-list li.fyds-accordion-open > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.fyds-header-active .fyds-mobile-list .sub-menu a,
  body.fyds-header-active .fyds-mobile-list .children a,
  body.fyds-header-active .fyds-mobile-list li > ul a {
    min-height: 48px;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  body.fyds-header-active .fyds-mobile-list > li > .sub-menu > li {
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
  }

  body.fyds-header-active .fyds-mobile-list > li > .sub-menu > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  body.fyds-header-active .fyds-mobile-list > li > .sub-menu > li > a {
    flex-wrap: wrap;
    border-left: 4px solid var(--fy-pink, #e45c9c);
    color: var(--fy-pink, #e45c9c) !important;
    background: var(--fy-blush, #fff7fb) !important;
    font-weight: 800 !important;
  }

  body.fyds-header-active .fyds-mobile-list > li > .sub-menu > li > a::before {
    content: "City";
    flex: 1 0 100%;
    margin: 0 0 2px;
    color: var(--fy-pink, #e45c9c);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  body.fyds-header-active .fyds-mobile-list > li > .sub-menu > li.fyds-accordion-open > a {
    color: var(--fy-pink-deep, #d34c8b) !important;
    background: #fff !important;
  }

  body.fyds-header-active .fyds-mobile-list > li > .sub-menu > li > .sub-menu,
  body.fyds-header-active .fyds-mobile-list > li > .sub-menu > li > ul {
    margin-left: 10px;
    padding-left: 8px;
    border-left: 2px solid rgba(228, 92, 156, 0.28);
    background: #fff;
  }

  body.fyds-header-active .fyds-mobile-list > li > .sub-menu > li > .sub-menu > li > a,
  body.fyds-header-active .fyds-mobile-list > li > .sub-menu > li > ul > li > a {
    color: var(--fy-ink) !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 650 !important;
  }

  body.fyds-header-active .fyds-mobile-utils {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 16px 0 12px;
  }

  body.fyds-header-active .fyds-mobile-utils .fyds-mobile-util:last-child {
    grid-column: 1 / -1;
  }

  body.fyds-header-active .fyds-mobile-util {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #f3d0e2;
    border-radius: 999px;
    color: #2b2340;
    background: #fff;
    font-family: var(--fy-font);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
  }

  body.fyds-header-active .fyds-mobile-util .fyds-header-icon {
    width: 18px;
    height: 18px;
  }

  body.fyds-header-active .fyds-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 12px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--fy-pink), var(--fy-pink-deep)) !important;
    box-shadow: 0 12px 28px rgba(228, 92, 156, 0.28);
    font-family: var(--fy-font);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
  }
}

@media (min-width: 900px) {
  .fyds-mobile-sheet {
    display: none !important;
  }
}

/* Portaled desktop folders sit on the page so glass/overflow cannot hide them.
   Beats later theme rules like `.sub-menu { display:none !important }`. */
html body ul.fyds-submenu-portal,
html body ul.sub-menu.fyds-submenu-portal,
html body ul.children.fyds-submenu-portal,
.fyds-submenu-portal {
  position: fixed !important;
  z-index: 10090 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  width: max-content !important;
  min-width: 230px !important;
  max-width: 330px;
  margin: 0 !important;
  padding: 10px !important;
  list-style: none !important;
  border: 1px solid var(--fy-border, #eef2f7) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.16) !important;
  transform: none !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

html body ul.fyds-submenu-portal::before,
html body ul.sub-menu.fyds-submenu-portal::before,
.fyds-submenu-portal::before {
  position: absolute;
  top: -28px;
  right: -16px;
  left: -16px;
  z-index: 0;
  height: 36px;
  content: "";
}

.fyds-submenu-bridge {
  position: fixed;
  z-index: 10089;
  pointer-events: auto;
}

html body .fyds-submenu-portal li,
html body .fyds-submenu-portal a,
.fyds-submenu-portal li,
.fyds-submenu-portal a {
  display: block !important;
  margin: 0;
  list-style: none;
  visibility: visible !important;
  opacity: 1 !important;
}

.fyds-submenu-portal a {
  padding: 11px 14px !important;
  border-radius: 12px;
  color: var(--fy-ink, #0f172a) !important;
  font-family: var(--fy-font, inherit) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.3;
  text-decoration: none !important;
}

.fyds-submenu-portal a:hover,
.fyds-submenu-portal a:focus {
  color: var(--fy-pink-deep, #d34c8b) !important;
  background: var(--fy-blush, #fff7fb) !important;
}

html body ul.fyds-open-panel,
html body ul.sub-menu.fyds-open-panel,
html body ul.children.fyds-open-panel,
html body .fyds-mobile-list .fyds-accordion-open > ul.fyds-open-panel,
html body .fyds-mobile-list li.fyds-accordion-open > ul,
html body.fyds-mobile-open .fyds-mobile-list .fyds-accordion-open > ul,
html body.fyds-mobile-open .fyds-mobile-list .fyds-accordion-open > .sub-menu,
html body.fyds-mobile-open .fyds-mobile-list ul.fyds-open-panel {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  pointer-events: auto !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
}

/* Nested folders inside a desktop dropdown stay in the same panel.
   Yacht Rental Destinations → Miami → Forms / Large Event Rentals / Water Sports. */
html body .fyds-submenu-portal .sub-menu,
html body .fyds-submenu-portal .children,
html body .fyds-submenu-portal li > ul {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  z-index: auto;
  display: none !important;
  visibility: hidden !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 4px 0 0 !important;
  padding: 4px !important;
  border: 0 !important;
  border-radius: 12px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background: var(--fy-blush, #fff7fb) !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .fyds-submenu-portal .fyds-accordion-open > .sub-menu,
html body .fyds-submenu-portal .fyds-accordion-open > .children,
html body .fyds-submenu-portal .fyds-accordion-open > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

html body .fyds-submenu-portal .menu-item-has-children > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

html body .fyds-submenu-portal .menu-item-has-children > a::after {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

html body .fyds-submenu-portal .fyds-accordion-open > a::after {
  transform: rotate(-135deg);
}

/* First row in the Destinations panel is the city (Miami, Panama).
   Pages under that city stay quieter and indented. */
html body ul.fyds-submenu-portal {
  overflow-x: hidden;
}

html body .fyds-submenu-portal > li {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

html body .fyds-submenu-portal > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

html body .fyds-submenu-portal > li > a {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  border-left: 4px solid var(--fy-pink, #e45c9c) !important;
  color: var(--fy-pink, #e45c9c) !important;
  background: var(--fy-blush, #fff7fb) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  text-transform: none;
}

html body .fyds-submenu-portal > li > a::before {
  content: "City";
  flex: 1 0 100%;
  margin: 0 0 2px;
  color: var(--fy-pink, #e45c9c);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

html body .fyds-submenu-portal > li.fyds-accordion-open > a,
html body .fyds-submenu-portal > li > a:hover,
html body .fyds-submenu-portal > li > a:focus {
  color: var(--fy-pink-deep, #d34c8b) !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(228, 92, 156, 0.28);
}

html body .fyds-submenu-portal > li > .sub-menu,
html body .fyds-submenu-portal > li > .children,
html body .fyds-submenu-portal > li > ul {
  margin: 6px 0 4px 18px !important;
  padding: 4px 4px 4px 10px !important;
  border-left: 3px solid var(--fy-pink, #e45c9c) !important;
  border-radius: 0 12px 12px 0 !important;
  background: #fff !important;
}

html body .fyds-submenu-portal > li > .sub-menu > li > a,
html body .fyds-submenu-portal > li > ul > li > a {
  padding: 8px 10px !important;
  color: var(--fy-slate, #475569) !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

html body .fyds-submenu-portal > li > .sub-menu > li > a:hover,
html body .fyds-submenu-portal > li > .sub-menu > li > a:focus,
html body .fyds-submenu-portal > li > ul > li > a:hover,
html body .fyds-submenu-portal > li > ul > li > a:focus {
  color: var(--fy-pink-deep, #d34c8b) !important;
  background: var(--fy-blush, #fff7fb) !important;
}

html body .fyds-submenu-portal > li > .sub-menu .menu-item-has-children > a {
  font-weight: 750 !important;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  body.fyds-header-active .elementor-location-header .fyds-island-shell,
  body.fyds-header-active .elementor-popup-modal .dialog-widget-content {
    background: #fff !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  body.fyds-header-active .elementor-location-header .fyds-island-shell,
  body.fyds-header-active .elementor-popup-modal .dialog-widget-content {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: #fff !important;
  }
}

.fyds-lite-effects body .fyds-island-shell,
.fyds-lite-effects body .elementor-popup-modal .dialog-widget-content,
.fyds-lite-effects body .fyds-header-cta,
.fyds-lite-effects body .fyds-nav-list .sub-menu {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1) !important;
  transition-duration: 0.01ms !important;
}

@supports (padding: max(0px)) {
  @media (max-width: 899px) {
    body.fyds-header-active .elementor-location-header .fyds-island-shell {
      margin-top: max(10px, env(safe-area-inset-top)) !important;
    }
  }
}

@media (forced-colors: active) {
  body.fyds-header-active .fyds-island-shell,
  body.fyds-header-active .fyds-nav-list,
  body.fyds-header-active .fyds-nav-list .sub-menu,
  body.fyds-header-active .fyds-header-cta {
    border: 1px solid ButtonText !important;
    background: Canvas !important;
    box-shadow: none !important;
    color: CanvasText !important;
    forced-color-adjust: auto;
  }
}

/* Faster taps on phones. Safari will not zoom if fields stay at 16px. */
.fyds-touch button,
.fyds-touch a,
.fyds-touch input[type="submit"],
.fyds-touch input[type="button"],
.fyds-touch .button,
.fyds-touch .fyds-header-cta {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(228, 92, 156, 0.18);
}

@media (pointer: coarse) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
  select,
  textarea {
    font-size: max(16px, var(--fy-body-mobile, 16px)) !important;
  }

  .fyds-nav-list > li > a,
  .fyds-header-cta,
  .elementor-location-popup .elementor-nav-menu a {
    min-height: 44px;
  }
}

.fyds-can-dvh body.fyds-header-active .elementor-popup-modal .dialog-widget-content {
  max-height: calc(100dvh - 20px) !important;
}

html.fyds-bp-xs body.fyds-header-active .elementor-location-header .fyds-island-shell {
  width: calc(100% - 12px) !important;
  border-radius: 18px !important;
}

html.fyds-bp-xs body.fyds-header-active .fyds-header-grid > .elementor-widget-theme-site-logo img {
  max-width: 118px !important;
  max-height: 48px !important;
}

html.fyds-short body.fyds-header-active .fyds-header-grid,
html.fyds-landscape.fyds-short body.fyds-header-active .fyds-header-grid {
  min-height: 58px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

html.fyds-short body.fyds-header-active .elementor-location-header .fyds-island-shell {
  margin-top: 6px !important;
}

html.fyds-save-data body,
html.fyds-save-data input,
html.fyds-save-data button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Browser speed and screen comfort. Coral stays #E45C9C. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color-scheme: light;
}

html.fyds-safari,
html.fyds-ios {
  -webkit-font-smoothing: antialiased;
}

html.fyds-chrome {
  -webkit-font-smoothing: antialiased;
}

html.fyds-pointer {
  scrollbar-width: thin;
  scrollbar-color: rgba(228, 92, 156, 0.45) transparent;
}

body {
  overscroll-behavior-x: none;
  accent-color: var(--fy-pink, #e45c9c);
  caret-color: var(--fy-pink-deep, #d34c8b);
}

::selection {
  color: #fff;
  background: var(--fy-pink, #e45c9c);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .wp-element-button:hover,
  .fyds-button:hover,
  .fyds-header-cta:hover,
  .fyds-welcome__btn:hover {
    transform: translateY(-1px);
  }
}

@media (hover: none) {
  .button:hover,
  .wp-element-button:hover,
  .fyds-button:hover,
  button:hover,
  input[type="submit"]:hover {
    transform: none;
  }
}

html.fyds-can-wrap h1,
html.fyds-can-wrap .h1,
html.fyds-can-wrap .fyds-welcome__card h2 {
  text-wrap: balance;
}

html.fyds-can-wrap p,
html.fyds-can-wrap .fyds-welcome__lead,
html.fyds-can-wrap .fyds-welcome__steps {
  text-wrap: pretty;
}

html.fyds-can-cv .elementor-location-footer,
html.fyds-can-cv .related.products,
html.fyds-can-cv .up-sells,
html.fyds-can-cv .upsells {
  content-visibility: auto;
  contain-intrinsic-size: auto 360px;
}

html.fyds-can-dvh .fyds-welcome,
html.fyds-can-dvh .fyds-mobile-sheet {
  min-height: 100dvh;
}

html.fyds-ios input,
html.fyds-ios select,
html.fyds-ios textarea {
  font-size: max(16px, 1em);
}

html.fyds-ios body.fyds-welcome-on,
html.fyds-ios body.fyds-mobile-open {
  overscroll-behavior: none;
}

@supports (padding: max(0px)) {
  @media (max-width: 899px) {
    body.fyds-header-active .elementor-location-header .fyds-island-shell {
      margin-left: max(6px, env(safe-area-inset-left, 0px)) !important;
      margin-right: max(6px, env(safe-area-inset-right, 0px)) !important;
    }

    body.fyds-header-active .fyds-mobile-panel {
      padding-bottom: max(20px, env(safe-area-inset-bottom, 0px));
    }
  }
}

/* Store pages: type follows the screen so cart / checkout / product do not bleed. */
body.single-product,
body.woocommerce-cart,
body.woocommerce-checkout,
body.fy-app-mode.woocommerce-cart,
body.fy-app-mode.woocommerce-checkout {
  overflow-x: clip;
}

body.single-product .entry-content,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.fy-app-mode .woocommerce {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 899px) {
  body.single-product h1,
  body.woocommerce-cart h1,
  body.woocommerce-checkout h1,
  body.fy-app-mode.woocommerce-cart h1,
  body.fy-app-mode.woocommerce-checkout h1 {
    font-size: clamp(22px, 6.2vw, 32px) !important;
    line-height: 1.2 !important;
  }

  body.single-product h2,
  body.woocommerce-cart h2,
  body.woocommerce-checkout h2,
  body.fy-app-mode.woocommerce-cart h2,
  body.fy-app-mode.woocommerce-checkout h2 {
    font-size: clamp(18px, 5vw, 26px) !important;
    line-height: 1.2 !important;
  }
}
