/* 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;
  --fy-content-max: 1440px;
  --fy-text-max: 760px;
  --fy-page-gutter: clamp(16px, 3vw, 32px);
  --fy-section-space: clamp(56px, 7vw, 96px);
  --fy-card-gap: clamp(16px, 2vw, 24px);
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 110px;
}

*,
*::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; }

/* Responsive foundations shared by Elementor, WordPress, and WooCommerce. */
body.fyds-responsive-layout {
  min-width: 280px;
  overflow-wrap: anywhere;
}

body.fyds-responsive-layout img,
body.fyds-responsive-layout picture,
body.fyds-responsive-layout video,
body.fyds-responsive-layout canvas,
body.fyds-responsive-layout svg {
  max-width: 100%;
  height: auto;
}

body.fyds-responsive-layout iframe,
body.fyds-responsive-layout embed,
body.fyds-responsive-layout object {
  max-width: 100%;
}

body.fyds-responsive-layout :where(.site-main, .entry-content, .elementor, .e-con, .e-con-inner, .elementor-widget-wrap, .woocommerce) {
  min-width: 0;
}

body.fyds-responsive-layout .elementor > .e-con.e-parent:not(.fyds-no-gutter) {
  --padding-left: var(--fy-page-gutter);
  --padding-right: var(--fy-page-gutter);
}

body.fyds-responsive-layout .elementor-section.elementor-section-boxed:not(.fyds-no-gutter) > .elementor-container {
  width: min(100%, var(--fy-content-max));
  padding-right: var(--fy-page-gutter);
  padding-left: var(--fy-page-gutter);
}

body.fyds-responsive-layout .wp-site-blocks > :not(.alignfull),
body.fyds-responsive-layout:not(.elementor-page) .entry-content > :not(.alignfull) {
  width: min(100% - (2 * var(--fy-page-gutter)), var(--fy-content-max));
  margin-right: auto;
  margin-left: auto;
}

body.fyds-responsive-layout .fyds-content-width {
  width: min(100%, var(--fy-content-max));
  margin-inline: auto;
  padding-inline: var(--fy-page-gutter);
}

body.fyds-responsive-layout .fyds-reading-width {
  width: min(100%, var(--fy-text-max));
  margin-inline: auto;
}

body.fyds-responsive-layout .fyds-section {
  padding-block: var(--fy-section-space);
  padding-inline: var(--fy-page-gutter);
}

body.fyds-responsive-layout :where(.fyds-grid, .wp-block-columns, .woocommerce ul.products) {
  gap: var(--fy-card-gap) !important;
}

body.fyds-responsive-layout :where(p, li, dd, blockquote, figcaption, label, a, button) {
  overflow-wrap: break-word;
}

body.fyds-responsive-layout :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
  max-width: 100%;
  min-height: 48px;
}

body.fyds-responsive-layout textarea {
  min-height: 128px;
  resize: vertical;
}

body.fyds-responsive-layout fieldset {
  min-width: 0;
}

body.fyds-responsive-layout form :where(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], input[type="password"], input[type="number"], input[type="date"], input[type="time"], select, textarea):not(.qty) {
  width: 100%;
}

body.fyds-responsive-layout :where(.elementor-form-fields-wrapper, .woocommerce form .form-row, .wp-block-buttons) {
  gap: var(--fy-card-gap);
}

body.fyds-responsive-layout :where(.wp-block-table, .woocommerce table.shop_table, .woocommerce-cart-form) {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.fyds-responsive-layout .wp-block-embed__wrapper,
body.fyds-responsive-layout .elementor-wrapper {
  max-width: 100%;
}

@supports (text-wrap: balance) {
  body.fyds-responsive-layout :where(h1, h2, h3, .h1, .h2, .h3) {
    text-wrap: balance;
  }

  body.fyds-responsive-layout :where(p, figcaption) {
    text-wrap: pretty;
  }
}

@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-header-nav,
.fyds-header-cta {
  display: none !important;
}

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

@media (min-width: 1181px) {
  body.fyds-header-active .elementor-location-header {
    position: relative;
    z-index: 999;
    background: transparent !important;
  }

  body.fyds-header-active .elementor-location-header .fyds-island-shell {
    width: calc(100% - 36px) !important;
    width: min(calc(var(--fy-content-max) + 36px), 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.94) !important;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12) !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    overflow: visible !important;
  }

  body.fyds-header-active .elementor-location-header .fyds-header-grid {
    display: grid !important;
    grid-template-columns: minmax(135px, 1fr) auto minmax(165px, 1fr) !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;
  }

  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 {
    display: block !important;
    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 > 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 {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 50% !important;
    z-index: 1000;
    display: block !important;
    visibility: hidden;
    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;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.16) !important;
    transform: translate(-50%, 8px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  }

  body.fyds-header-active .fyds-nav-list li:hover > .sub-menu,
  body.fyds-header-active .fyds-nav-list li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
  }

  body.fyds-header-active .fyds-nav-list .fyds-submenu-open > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
  }

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

  body.fyds-header-active .fyds-nav-list .sub-menu 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 {
    color: var(--fy-pink-deep) !important;
    background: var(--fy-blush) !important;
  }

  body.fyds-header-active .fyds-header-cta {
    grid-column: 3;
    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-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;
  }
}

@media (max-width: 1180px) {
  body.fyds-header-active .elementor-location-header {
    position: relative;
    z-index: 999;
    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 .elementor-location-header .fyds-header-grid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    width: 100% !important;
    min-height: 76px;
    padding: 10px 18px !important;
  }

  body.fyds-header-active .fyds-header-grid > .elementor-widget-theme-site-logo {
    flex: 0 1 auto;
    margin: 0 !important;
  }

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

  body.fyds-header-active .fyds-original-header-control {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 auto !important;
  }

  body.fyds-header-active .fyds-original-header-control .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--fy-pink), var(--fy-pink-deep)) !important;
    box-shadow: 0 8px 20px rgba(228, 92, 156, 0.24);
  }

  body.fyds-header-active .elementor-popup-modal .dialog-widget-content {
    width: calc(100vw - 20px) !important;
    max-width: 680px !important;
    max-height: calc(100vh - 20px) !important;
    margin: 10px !important;
    border: 1px solid var(--fy-border) !important;
    border-radius: 28px !important;
    background: var(--fy-blush) !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24) !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--fy-pink) transparent;
  }

  body.fyds-header-active .elementor-location-popup .elementor-nav-menu a {
    margin: 3px 0;
    padding: 13px 16px !important;
    border-radius: 14px !important;
    font-family: var(--fy-font) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }

  body.fyds-header-active .elementor-location-popup .elementor-nav-menu .sub-menu a {
    padding-left: 28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  body.fyds-header-active .elementor-location-popup .elementor-nav-menu .sub-menu .sub-menu a {
    padding-left: 40px !important;
  }

  body.fyds-header-active .elementor-location-popup .elementor-element-4ac3a06 .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0 !important;
    border-radius: 999px !important;
  }
}

/* Small phones: 280–479px. */
@media (max-width: 479px) {
  html { scroll-padding-top: 82px; }

  body.fyds-responsive-layout .elementor > .e-con.e-parent:not(.fyds-no-gutter) {
    --padding-left: var(--fy-page-gutter);
    --padding-right: var(--fy-page-gutter);
  }

  body.fyds-responsive-layout :where(input, select, textarea) {
    font-size: 16px !important;
  }

  body.fyds-responsive-layout :where(.wp-block-buttons, .elementor-button-wrapper, .woocommerce .cart .button) {
    gap: 10px !important;
  }

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

  body.fyds-header-active .elementor-location-header .fyds-header-grid {
    min-height: 64px;
    padding: 7px 10px 7px 14px !important;
  }

  body.fyds-header-active .fyds-header-grid > .elementor-widget-theme-site-logo img {
    max-width: 112px !important;
    max-height: 46px !important;
  }

  body.fyds-header-active .fyds-original-header-control .elementor-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  body.fyds-header-active .elementor-popup-modal .dialog-widget-content {
    width: calc(100vw - 12px) !important;
    max-height: calc(100dvh - 12px) !important;
    margin: 6px !important;
    border-radius: 22px !important;
  }

  body.fyds-header-active .elementor-location-popup .elementor-nav-menu a {
    padding: 12px 13px !important;
    font-size: 16px !important;
  }

  body.fyds-header-active .elementor-location-popup .elementor-nav-menu .sub-menu a {
    padding-left: 22px !important;
    font-size: 14px !important;
  }
}

/* Phones and small tablets: 480–767px. */
@media (min-width: 480px) and (max-width: 767px) {
  html { scroll-padding-top: 94px; }

  body.fyds-header-active .elementor-location-header .fyds-island-shell {
    width: calc(100% - 18px) !important;
    margin-top: 9px !important;
    border-radius: 20px !important;
  }

  body.fyds-header-active .elementor-location-header .fyds-header-grid {
    min-height: 70px;
    padding: 8px 14px 8px 18px !important;
  }

  body.fyds-header-active .fyds-header-grid > .elementor-widget-theme-site-logo img {
    max-width: 126px !important;
    max-height: 50px !important;
  }
}

/* Tablets: 768–1024px. */
@media (min-width: 768px) and (max-width: 1024px) {
  body.fyds-header-active .elementor-location-header .fyds-island-shell {
    width: calc(100% - 28px) !important;
    margin-top: 14px !important;
  }

  body.fyds-header-active .elementor-location-header .fyds-header-grid {
    min-height: 78px;
    padding: 10px 20px 10px 24px !important;
  }

  body.fyds-header-active .elementor-popup-modal .dialog-widget-content {
    width: min(680px, calc(100vw - 28px)) !important;
    margin: 14px !important;
  }
}

/* Tablet landscape and compact laptops retain the space-safe popup navigation. */
@media (min-width: 1025px) and (max-width: 1180px) {
  body.fyds-header-active .elementor-location-header .fyds-island-shell {
    width: min(1080px, calc(100% - 32px)) !important;
    margin-top: 16px !important;
  }
}

/* Short landscape phones and tablets. */
@media (max-width: 1180px) and (orientation: landscape) and (max-height: 600px) {
  body.fyds-header-active .elementor-location-header .fyds-island-shell {
    margin-top: 6px !important;
  }

  body.fyds-header-active .elementor-location-header .fyds-header-grid {
    min-height: 58px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  body.fyds-header-active .fyds-header-grid > .elementor-widget-theme-site-logo img {
    max-height: 44px !important;
  }

  body.fyds-header-active .elementor-popup-modal .dialog-widget-content {
    width: calc(100vw - 12px) !important;
    max-width: none !important;
    max-height: calc(100dvh - 12px) !important;
    margin: 6px !important;
  }
}

/* Compact desktops: keep the desktop island dense without overflowing. */
@media (min-width: 1181px) and (max-width: 1439px) {
  body.fyds-header-active .elementor-location-header .fyds-header-grid {
    min-height: 76px;
    gap: 14px !important;
    padding: 8px 14px 8px 20px !important;
  }

  body.fyds-header-active .fyds-header-grid > .elementor-widget-theme-site-logo img {
    max-width: 132px !important;
    max-height: 54px !important;
  }

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

/* Ultra-wide screens: preserve readable line lengths and intentional whitespace. */
@media (min-width: 1920px) {
  body.fyds-responsive-layout .fyds-reading-width {
    max-width: var(--fy-text-max);
  }

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

/* Responsive WooCommerce product grids. */
body.fyds-responsive-layout.woocommerce ul.products,
body.fyds-responsive-layout .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.fyds-responsive-layout.woocommerce ul.products::before,
body.fyds-responsive-layout.woocommerce ul.products::after,
body.fyds-responsive-layout .woocommerce ul.products::before,
body.fyds-responsive-layout .woocommerce ul.products::after {
  display: none !important;
}

body.fyds-responsive-layout.woocommerce ul.products li.product,
body.fyds-responsive-layout .woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

@media (max-width: 1180px) {
  body.fyds-responsive-layout.woocommerce ul.products,
  body.fyds-responsive-layout .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.fyds-responsive-layout.woocommerce ul.products,
  body.fyds-responsive-layout .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479px) {
  body.fyds-responsive-layout.woocommerce ul.products,
  body.fyds-responsive-layout .woocommerce ul.products {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Render later Elementor sections only when near the viewport on capable browsers. */
@supports (content-visibility: auto) {
  body.fyds-smart-performance .site-main > article .elementor > .e-con.e-parent:nth-child(n + 4):not([data-settings*="sticky"]):not(.fyds-render-immediately) {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }
}

@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: 1180px) {
    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;
  }
}

@media (prefers-contrast: more) {
  body.fyds-responsive-layout :where(input, select, textarea),
  body.fyds-header-active .fyds-island-shell,
  body.fyds-header-active .fyds-nav-list,
  body.fyds-header-active .fyds-nav-list .sub-menu {
    border-width: 2px !important;
  }
}
