.elementor-1009 .elementor-element.elementor-element-286ffc7{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:7px 7px;--row-gap:7px;--column-gap:7px;--padding-top:28px;--padding-bottom:28px;--padding-left:16px;--padding-right:16px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-1009 .elementor-element.elementor-element-e6a0152{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}#elementor-popup-modal-1009 .dialog-widget-content{animation-duration:1.2s;background-color:#050505;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1009{background-color:#000000DB;justify-content:flex-start;align-items:center;pointer-events:all;}#elementor-popup-modal-1009 .dialog-message{width:420px;height:100vh;align-items:flex-start;}#elementor-popup-modal-1009 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-1009 .elementor-element.elementor-element-286ffc7{--content-width:100%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}/* Start custom CSS *//* =========================================================
   FIFTH GEAR WATCHES — MOBILE POPUP MENU
========================================================= */

.fgw-mobile-popup {
  --fgw-black: #050505;
  --fgw-navy: #071018;
  --fgw-gold: #C5A059;
  --fgw-gold-light: #F2C46C;
  --fgw-gold-bright: #FFD98A;
  --fgw-white: #FFFFFF;
  --fgw-ivory: #F7F5F2;
}

/* POPUP BASE */
.fgw-mobile-popup .dialog-widget-content {
  width: min(420px, 100vw) !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;

  background:
    radial-gradient(circle at top center, rgba(197,160,89,.13), transparent 32%),
    linear-gradient(180deg, #050505 0%, #071018 55%, #050505 100%) !important;

  border: 1px solid rgba(197,160,89,.42);
  border-radius: 0;
  box-shadow: 0 30px 90px rgba(0,0,0,.92);
}

.fgw-mobile-popup .dialog-message {
  height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.fgw-mobile-popup .dialog-message::-webkit-scrollbar {
  width: 0;
}

/* CLOSE BUTTON */
.fgw-mobile-popup .dialog-close-button {
  top: 28px !important;
  right: 22px !important;
  z-index: 9999 !important;
  font-size: 34px !important;
  color: var(--fgw-gold-light) !important;
  opacity: 1 !important;
  text-shadow:
    0 0 12px rgba(242,196,108,.65),
    0 0 26px rgba(197,160,89,.35);
}

.fgw-mobile-popup .dialog-close-button i,
.fgw-mobile-popup .dialog-close-button i:before,
.fgw-mobile-popup .dialog-close-button svg,
.fgw-mobile-popup .dialog-close-button svg * {
  color: var(--fgw-gold-light) !important;
  fill: var(--fgw-gold-light) !important;
  stroke: var(--fgw-gold-light) !important;
  opacity: 1 !important;
}

/* MAIN SHELL */
.fgw-mobile-shell {
  min-height: 100dvh !important;
  padding: 30px 16px 28px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(197,160,89,.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,0));
}

/* LOGO */
.fgw-mobile-logo img {
  display: block;
  width: 190px !important;
  max-width: 190px !important;
  margin: 0 auto 18px !important;
}

/* SEARCH */
.fgw-mobile-search {
  height: 54px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;

  margin-bottom: 14px;
  padding: 0 14px;

  border: 1px solid rgba(232,225,214,.16);
  border-radius: 9px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

.fgw-mobile-search span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fgw-mobile-search svg {
  width: 25px;
  height: 25px;
}

.fgw-mobile-search svg circle,
.fgw-mobile-search svg path {
  fill: none;
  stroke: var(--fgw-gold-light);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fgw-mobile-search input {
  width: 100%;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;

  color: var(--fgw-ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}

.fgw-mobile-search input::placeholder {
  color: rgba(247,245,242,.62);
}

/* MOBILE NAV */
.fgw-mobile-nav {
  overflow: hidden;
  margin-bottom: 14px;

  border: 1px solid rgba(197,160,89,.25);
  border-radius: 9px;
  background: rgba(255,255,255,.018);
}

.fgw-mobile-nav a {
  height: 50px;
  display: grid;
  grid-template-columns: 38px 1fr 20px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;

  color: var(--fgw-ivory);
  text-decoration: none;

  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;

  border-bottom: 1px solid rgba(232,225,214,.10);
  transition: all .25s ease;
}

.fgw-mobile-nav a:hover,
.fgw-mobile-nav a.active {
  color: var(--fgw-white);
  background: linear-gradient(90deg, rgba(197,160,89,.82), rgba(197,160,89,.13));
  box-shadow: inset 3px 0 0 var(--fgw-gold-light);
}

.fgw-mobile-nav a:last-child {
  border-bottom: none;
}

.fgw-m-arrow {
  color: var(--fgw-gold-light);
  font-size: 30px;
  line-height: 1;
  text-align: right;
}

.fgw-mobile-divider {
  height: 1px;
  margin: 8px 16px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(197,160,89,.45),
    transparent
  );
}

/* NAV ICONS */
.fgw-m-icon {
  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.fgw-m-icon svg {
  width: 21px;
  height: 21px;
}

.fgw-m-icon svg path,
.fgw-m-icon svg circle {
  fill: none;
  stroke: var(--fgw-gold-light);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* PROMISE */
.fgw-mobile-promise {
  margin-bottom: 14px;
  padding: 17px 10px;

  border: 1px solid rgba(197,160,89,.42);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.005));
}

.fgw-mobile-promise-title {
  margin-bottom: 17px;

  color: var(--fgw-gold-light);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-align: center;
  text-transform: uppercase;
}

.fgw-mobile-promise-title span {
  display: inline-block;
  width: 34px;
  height: 1px;
  margin: 0 8px;
  vertical-align: middle;
  background: rgba(197,160,89,.45);
}

.fgw-mobile-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.fgw-mobile-promise-grid > div {
  text-align: center;
  border-right: 1px solid rgba(232,225,214,.13);
}

.fgw-mobile-promise-grid > div:last-child {
  border-right: none;
}

.fgw-mobile-promise-grid svg {
  width: 31px;
  height: 31px;
  margin-bottom: 9px;
}

.fgw-mobile-promise-grid svg path {
  fill: none;
  stroke: var(--fgw-gold-light);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fgw-mobile-promise-grid p {
  margin: 0;

  color: var(--fgw-ivory);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1.45;
}

/* PROMO BANNER */
.fgw-mobile-promo {
  min-height: 142px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 20px 18px;

  position: relative;
  overflow: hidden;
  isolation: isolate;

  border: 1px solid rgba(197,160,89,.55);
  border-radius: 9px;
  text-decoration: none;

  background-image:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.58) 48%, rgba(0,0,0,.08) 100%),
    url("https://fifthgearwatches.com/wp-content/uploads/2026/05/Crad3.webp");
  background-size: cover;
  background-position: center right;
}

.fgw-mobile-promo span {
  display: block;
  margin-bottom: 8px;

  color: var(--fgw-gold-light);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.fgw-mobile-promo h3 {
  margin: 0 0 12px;

  color: var(--fgw-white);
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fgw-mobile-promo p {
  margin: 0;

  color: var(--fgw-gold-light);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* BUTTONS */
.fgw-mobile-buttons {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.fgw-mobile-btn-gold .elementor-button,
.fgw-mobile-btn-outline .elementor-button {
  width: 100% !important;
  height: 56px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 8px !important;

  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
}

.fgw-mobile-btn-gold .elementor-button {
  color: var(--fgw-black) !important;
  border: 1px solid rgba(255,226,154,.55) !important;
  background: linear-gradient(135deg, #F2C46C 0%, #C5A059 48%, #9F7731 100%) !important;
  box-shadow: 0 14px 32px rgba(197,160,89,.22);
}

.fgw-mobile-btn-outline .elementor-button {
  color: var(--fgw-white) !important;
  border: 1px solid rgba(197,160,89,.85) !important;
  background: linear-gradient(135deg, rgba(5,5,5,.92), rgba(13,27,42,.88)) !important;
}

.fgw-mobile-btn-outline .elementor-button:before {
  content: "◇";
  margin-right: 10px;
  color: var(--fgw-gold-light);
  font-size: 18px;
}/* End custom CSS */