.elementor-76 .elementor-element.elementor-element-a692735:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-a692735 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-76 .elementor-element.elementor-element-a692735 > .elementor-container{max-width:1400px;}.elementor-76 .elementor-element.elementor-element-a692735{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 40px 40px 40px;}.elementor-76 .elementor-element.elementor-element-a692735 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-76 .elementor-element.elementor-element-13832e9.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-76 .elementor-element.elementor-element-13832e9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-76 .elementor-element.elementor-element-aea7698{text-align:start;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-76 .elementor-element.elementor-element-f8f6bcc{text-align:start;}.elementor-76 .elementor-element.elementor-element-f8f6bcc .elementor-heading-title{font-family:"Barlow Condensed", Sans-serif;font-size:52px;font-weight:800;text-transform:uppercase;line-height:1.1em;letter-spacing:2px;color:#ffffff;}.elementor-76 .elementor-element.elementor-element-9d19e66{--display:flex;}@media(min-width:768px){.elementor-76 .elementor-element.elementor-element-13832e9{width:100%;}.elementor-76 .elementor-element.elementor-element-9d19e66{--content-width:1400px;}}@media(max-width:1024px){.elementor-76 .elementor-element.elementor-element-a692735{padding:30px 30px 30px 30px;}.elementor-76 .elementor-element.elementor-element-f8f6bcc .elementor-heading-title{font-size:40px;}}@media(max-width:767px){.elementor-76 .elementor-element.elementor-element-a692735{padding:30px 20px 24px 20px;}.elementor-76 .elementor-element.elementor-element-aea7698{text-align:center;}.elementor-76 .elementor-element.elementor-element-f8f6bcc{text-align:center;}.elementor-76 .elementor-element.elementor-element-f8f6bcc .elementor-heading-title{font-size:32px;}}/* Start custom CSS for shortcode, class: .elementor-element-f32ec32 *//* ============================================
   SUNSHINE ACCOUNT — HORIZONTAL PILL NAV
   Colors: #DD3333 (red), #ffffff, #000000
   Font: Barlow Condensed, 17px
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap');

/* Account wrapper — content at top, centered */
#sunshine--account {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 20vh;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50vh;
  padding: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
}


/* Apply font globally to all sunshine elements */
#sunshine--account *,
#sunshine--account *::before,
#sunshine--account *::after {
  font-family: 'Barlow Condensed', sans-serif;
}

/* ------- NAVIGATION BAR ------- */
#sunshine--account--menu {
  width: 100%;
}

#sunshine--account--menu nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sunshine--account--menu nav ul li {
  margin: 0;
  padding: 0;
}

/* Default pill — RED background, white text */
#sunshine--account--menu nav ul li a {
  display: block;
  padding: 8px 22px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  background: #DD3333;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Hover — BLACK background */
#sunshine--account--menu nav ul li a:hover {
  background: #000000;
  color: #ffffff;
}

/* Active page */
#sunshine--account--menu nav ul li.is-active a,
#sunshine--account--menu nav ul li.active a,
#sunshine--account--menu nav ul li.current a {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
}

/* Logout pill — outlined red */
#sunshine--account--menu nav ul li:last-child a {
  background: transparent;
  color: #DD3333;
  border: 1px solid #DD3333;
}

#sunshine--account--menu nav ul li:last-child a:hover {
  background: #DD3333;
  color: #ffffff;
}

/* ------- CONTENT AREA ------- */
#sunshine--account--content {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
}

#sunshine--account--content p {
  font-size: 17px;
  line-height: 1.6;
}

#sunshine--account--content a {
  color: #DD3333;
  text-decoration: none;
}

#sunshine--account--content a:hover {
  text-decoration: underline;
}

/* ------- ORDERS TABLE ------- */
#sunshine--orders {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

#sunshine--orders th {
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sunshine--orders td {
  padding: 14px 16px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#sunshine--orders td a {
  color: #DD3333;
  text-decoration: none;
}

#sunshine--orders td a:hover {
  text-decoration: underline;
}

/* ------- FORMS (Addresses & Account Details) ------- */
.sunshine--form--fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  text-align: left;
}

.sunshine--form--field-full {
  width: 100%;
}

.sunshine--form--field-half {
  width: calc(50% - 8px);
}

.sunshine--form--field-third {
  width: calc(33.333% - 11px);
}

.sunshine--form--field label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #cccccc;
}

.sunshine--form--field label abbr {
  color: #DD3333;
  text-decoration: none;
  margin-left: 2px;
}

.sunshine--form--field legend {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sunshine--form--field input[type="text"],
.sunshine--form--field input[type="email"],
.sunshine--form--field input[type="password"],
.sunshine--form--field select {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  color: #ffffff;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}

.sunshine--form--field input:focus,
.sunshine--form--field select:focus {
  outline: none;
  border-color: #DD3333;
}

.sunshine--form--field-description {
  font-size: 14px;
  color: #999999;
}

/* ------- SAVE BUTTON — RED, hover BLACK ------- */
.sunshine--button {
  display: inline-block;
  padding: 8px 40px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background: #DD3333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto !important;
  transition: background 0.25s ease;
}

.sunshine--button:hover {
  background: #000000;
}

/* Submit wrapper — center the button */
#sunshine--form--field--save_addresses,
#sunshine--form--field--save_profile,
div.sunshine--form--field-submit.sunshine--form--field-full {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#sunshine--form--field--save_addresses button,
#sunshine--form--field--save_profile button,
div.sunshine--form--field-submit button.sunshine--button {
  width: auto !important;
  max-width: 250px;
  padding: 13px 35px !important;
  color: #ffffff;
  background: #DD3333;
}

/* ------- GALLERY ITEMS — Equal Height Grid ------- */
#sunshine--gallery-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}

#sunshine--gallery-items .sunshine--gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

#sunshine--gallery-items .sunshine--gallery-item a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

#sunshine--gallery-items .sunshine--gallery-item h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  margin: 0;
}

#sunshine--gallery-items .sunshine--gallery-item h2 a {
  color: #DD3333;
  text-decoration: none;
}

#sunshine--gallery-items .sunshine--gallery-item h2 a:hover {
  text-decoration: underline;
  color: #000000;
}

/* ------- DOWNLOADS ------- */
.sunshine--account--downloads h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}

.sunshine--account--downloads ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.sunshine--account--downloads ul li a {
  color: #DD3333;
  text-decoration: none;
  font-size: 16px;
}

.sunshine--account--downloads ul li a:hover {
  text-decoration: underline;
}

/* ------- SESSIONS ------- */
.sunshine--account--sessions {
  font-size: 17px;
  color: #999999;
}

/* ============================================
   TABLET — 768px and below
   ============================================ */
@media (max-width: 768px) {
  #sunshine--account {
    padding: 16px;
  }

  #sunshine--account--menu nav ul {
    gap: 6px;
    padding: 16px 0;
  }

  #sunshine--account--menu nav ul li a {
    padding: 12px 16px;
    font-size: 15px;
  }

  #sunshine--account--content {
    padding: 24px 0;
    font-size: 16px;
  }

  .sunshine--form--field-half {
    width: 100%;
  }

  .sunshine--form--field-third {
    width: calc(50% - 8px);
  }

  #sunshine--orders {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #sunshine--gallery-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================
   MOBILE — 480px and below
   ============================================ */
@media (max-width: 480px) {
  #sunshine--account {
    padding: 12px;
  }

  #sunshine--account--menu nav ul {
    gap: 6px;
    padding: 12px 0;
  }

  #sunshine--account--menu nav ul li a {
    padding: 10px 14px;
    font-size: 14px;
  }

  #sunshine--account--content {
    padding: 20px 0;
    font-size: 15px;
  }

  #sunshine--account--content p {
    font-size: 15px;
  }

  .sunshine--form--field-half,
  .sunshine--form--field-third {
    width: 100%;
  }

  #sunshine--orders th,
  #sunshine--orders td {
    padding: 10px 12px;
    font-size: 14px;
  }

  #sunshine--gallery-items {
    grid-template-columns: 1fr;
  }

  #sunshine--gallery-items .sunshine--gallery-item a img {
    height: 200px;
  }
}

/* Visit Store — target every element in the chain */
nav.sunshine--action-menu,
nav.sunshine--action-menu ul,
nav.sunshine--action-menu ul li,
nav.sunshine--action-menu ul li a,
nav.sunshine--action-menu ul li a span,
.sunshine--action-menu--name {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

nav.sunshine--action-menu ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

nav.sunshine--action-menu ul li {
  margin: 0 !important;
  padding: 0 !important;
}

nav.sunshine--action-menu ul li a {
  display: inline-block !important;
  padding: 8px 24px !important;
  background-color: #DD3333 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  border: none !important;
  text-decoration: none !important;
}

nav.sunshine--action-menu ul li a:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/* Also target the span inside directly */
nav.sunshine--action-menu .sunshine--action-menu--name {
  color: #ffffff !important;
  background: transparent !important;
}

nav.sunshine--action-menu ul li a:hover .sunshine--action-menu--name {
  color: #ffffff !important;
}


/* ============================================
   ACTION MENU — TABLET (max-width: 768px)
   (previously had no responsive rules)
   ============================================ */

@media (max-width: 768px) {

  nav.sunshine--action-menu ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px !important;
  }

  nav.sunshine--action-menu ul li a,
  nav.sunshine--action-menu ul li a span,
  .sunshine--action-menu--name {
    font-size: 15px !important;
  }

  nav.sunshine--action-menu ul li a {
    padding: 8px 18px !important;
  }
}


/* ============================================
   ACTION MENU — MOBILE (max-width: 480px)
   (previously had no responsive rules)
   ============================================ */

@media (max-width: 480px) {

  nav.sunshine--action-menu ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    width: 100% !important;
  }

  nav.sunshine--action-menu ul li {
    width: 100% !important;
  }

  nav.sunshine--action-menu ul li a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    padding: 12px 16px !important;
  }

  nav.sunshine--action-menu ul li a,
  nav.sunshine--action-menu ul li a span,
  .sunshine--action-menu--name {
    font-size: 14px !important;
  }
}/* End custom CSS */