.elementor-75 .elementor-element.elementor-element-75a5891:not(.elementor-motion-effects-element-type-background), .elementor-75 .elementor-element.elementor-element-75a5891 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-75 .elementor-element.elementor-element-75a5891 > .elementor-container{max-width:1400px;}.elementor-75 .elementor-element.elementor-element-75a5891{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 40px 40px 40px;}.elementor-75 .elementor-element.elementor-element-75a5891 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-75 .elementor-element.elementor-element-0b44948.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-75 .elementor-element.elementor-element-0b44948.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-75 .elementor-element.elementor-element-5941088{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-75 .elementor-element.elementor-element-2e5a6fc{text-align:start;}.elementor-75 .elementor-element.elementor-element-2e5a6fc .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-75 .elementor-element.elementor-element-4de9fff{--display:flex;}.elementor-75 .elementor-element.elementor-element-00f4f15{width:100%;max-width:100%;}@media(min-width:768px){.elementor-75 .elementor-element.elementor-element-0b44948{width:100%;}}@media(max-width:1024px){.elementor-75 .elementor-element.elementor-element-75a5891{padding:30px 30px 30px 30px;}.elementor-75 .elementor-element.elementor-element-2e5a6fc .elementor-heading-title{font-size:40px;}}@media(max-width:767px){.elementor-75 .elementor-element.elementor-element-75a5891{padding:30px 20px 24px 20px;}.elementor-75 .elementor-element.elementor-element-5941088{text-align:center;}.elementor-75 .elementor-element.elementor-element-2e5a6fc{text-align:center;}.elementor-75 .elementor-element.elementor-element-2e5a6fc .elementor-heading-title{font-size:32px;}}/* Start custom CSS for shortcode, class: .elementor-element-00f4f15 */#sunshine--gallery-items .sunshine--gallery-item a {
  display: block;
  height: 250px; /* adjust to your preferred height */
  overflow: hidden;
}
#sunshine--gallery-items .sunshine--gallery-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#sunshine--image--cart-review {
    background: #dd3333;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
}
#sunshine .sunshine--action-menu ul li button, #sunshine .sunshine--action-menu ul li a {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
    border: 0;
    padding: 5px;
    margin: 0;
    background: none;
    color: #fff;
}
.lg-toolbar .sunshine--mini-cart a {
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
    font-size: 13px;
    padding: 7px 15px;
    text-decoration: none;
    background: #dd3333;
}


/* ════════════════════════════════════════
   RESPONSIVE — TABLET (max-width: 768px)
════════════════════════════════════════ */

@media (max-width: 768px) {

  /* Slightly shorter gallery thumbnails on tablet */
  #sunshine--gallery-items .sunshine--gallery-item a {
    height: 200px;
  }

  /* Cart review bar: centre content and allow wrapping */
  #sunshine--image--cart-review {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 11px;
    padding: 6px 10px;
  }

  /* Action menu buttons/links: slightly smaller tap area */
  #sunshine .sunshine--action-menu ul li button,
  #sunshine .sunshine--action-menu ul li a {
    font-size: 0.9rem;
    padding: 6px 8px;
  }

  /* Mini-cart link in lightbox toolbar */
  .lg-toolbar .sunshine--mini-cart a {
    font-size: 12px;
    padding: 6px 12px;
  }
}


/* ════════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 480px)
════════════════════════════════════════ */

@media (max-width: 480px) {

  /* Shorter thumbnails on small screens */
  #sunshine--gallery-items .sunshine--gallery-item a {
    height: 160px;
  }

  /* Cart review bar: stack vertically, full-width centred */
  #sunshine--image--cart-review {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    font-size: 11px;
    padding: 8px 10px;
    gap: 4px;
  }

  /* Action menu: full-width items, easier to tap */
  #sunshine .sunshine--action-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  #sunshine .sunshine--action-menu ul li button,
  #sunshine .sunshine--action-menu ul li a {
    font-size: 0.85rem;
    padding: 8px 10px;
  }

  /* Mini-cart link: comfortable tap target */
  .lg-toolbar .sunshine--mini-cart a {
    font-size: 12px;
    padding: 8px 12px;
    display: inline-block;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c060f3d */#sunshine--gallery-items .sunshine--gallery-item a {
  display: block;
  height: 250px; /* adjust to your preferred height */
  overflow: hidden;
}
#sunshine--gallery-items .sunshine--gallery-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#sunshine--image--cart-review {
    background: #dd3333;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
}
#sunshine .sunshine--action-menu ul li button, #sunshine .sunshine--action-menu ul li a {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
    border: 0;
    padding: 5px;
    margin: 0;
    background: none;
    color: #fff;
}
.lg-toolbar .sunshine--mini-cart a {
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
    font-size: 13px;
    padding: 7px 15px;
    text-decoration: none;
    background: #dd3333;
}


/* ════════════════════════════════════════
   RESPONSIVE — TABLET (max-width: 768px)
════════════════════════════════════════ */

@media (max-width: 768px) {

  /* Slightly shorter gallery thumbnails on tablet */
  #sunshine--gallery-items .sunshine--gallery-item a {
    height: 200px;
  }

  /* Cart review bar: centre content and allow wrapping */
  #sunshine--image--cart-review {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 11px;
    padding: 6px 10px;
  }

  /* Action menu buttons/links: slightly smaller tap area */
  #sunshine .sunshine--action-menu ul li button,
  #sunshine .sunshine--action-menu ul li a {
    font-size: 0.9rem;
    padding: 6px 8px;
  }

  /* Mini-cart link in lightbox toolbar */
  .lg-toolbar .sunshine--mini-cart a {
    font-size: 12px;
    padding: 6px 12px;
  }
}


/* ════════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 480px)
════════════════════════════════════════ */

@media (max-width: 480px) {

  /* Shorter thumbnails on small screens */
  #sunshine--gallery-items .sunshine--gallery-item a {
    height: 160px;
  }

  /* Cart review bar: stack vertically, full-width centred */
  #sunshine--image--cart-review {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    font-size: 11px;
    padding: 8px 10px;
    gap: 4px;
  }

  /* Action menu: full-width items, easier to tap */
  #sunshine .sunshine--action-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  #sunshine .sunshine--action-menu ul li button,
  #sunshine .sunshine--action-menu ul li a {
    font-size: 0.85rem;
    padding: 8px 10px;
  }

  /* Mini-cart link: comfortable tap target */
  .lg-toolbar .sunshine--mini-cart a {
    font-size: 12px;
    padding: 8px 12px;
    display: inline-block;
  }
}/* End custom CSS */