/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.jl-logo {
  box-shadow: 5px 5px 5px 0px #aaaaaa;
}
.shadow2.g-outer-box {
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
}
#g-navigation .g-main-nav .g-toplevel {
  gap: 0;
  row-gap: 0px;
  column-gap: 10px;
}
.wp-block-image img {
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
}
figure {
  margin: 1em 10px;
}
.g-content {
  margin: 0.5rem;
  padding: 0.25rem;
}
.jl-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.12);
  border: 5px double #1a3b92;
}
.jl-hr, hr {
  border-top: 5px solid #1a3b92;
  box-shadow: 5px 5px 5px 0px #aaaaaa;
}
#g-mobilemenu-container {
  /* margin: -2.125rem; */
  margin-left: -1.25rem;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  margin-right: -1.25rem;
}
.g-offcanvas-toggle {
  top: 1rem;
  left: 0rem;
}
/*
### Bulk Popcorn on shopping cart ###
*/
.wcpa_form_id_857 .wcpa_section_body:has(.wcpa_type_checkbox) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
.wcpa_form_id_857 .wcpa_section_body:has(.wcpa_type_checkbox) .wcpa_row {
  width: 100%;
}
/* drop to 2 columns on phones */
@media (max-width: 600px) {
  .wcpa_form_id_857 .wcpa_section_body:has(.wcpa_type_checkbox) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wcpa_form_id_857 .wcpa_section_body:has(.wcpa_type_checkbox) .wcpa_field_wrap {
  width: 100%;
  max-width: 100%;
}
.g-main-nav .g-sublevel {
  padding: 0.25rem;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
  white-space: wrap;
}
#g-navigation .g-main-nav .g-toplevel > li {
  display: flex !important;
  align-items: center !important;
  min-height: 50px !important;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 5px 15px !important;
  border-radius: 30px !important;
  line-height: 1.2 !important;
  height: auto !important;
  background-color: transparent !important;
  transition: background-color 0.25s ease, color 0.25s ease !important;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-title {
  font-size: 1rem !important;
  font-weight: 500 !important;
  transition: color 0.25s ease !important;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.g-selected > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.g-active > .g-menu-item-container {
  background-color: #e0e0e0 !important;
}
@media (min-width: 960px) {
  .jl-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/* Allow the gallery wrapper to stack items correctly */
.woocommerce-product-gallery__wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}
/* 1. FORCE THE MAIN IMAGE TO BE FULL WIDTH (100%) */
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  width: 100% !important;
  margin-bottom: 10px !important;
}
/* 2. MAKE ONLY THE GALLERY THUMBNAILS LARGER (e.g., 250px) */
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
  width: 250px !important;
  /* Increase or decrease this to change the nutrition label size */
  height: auto !important;
  display: inline-block !important;
}
/* Ensure the images fill their respective containers cleanly */
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
.woocommerce .woocommerce-product-gallery__image a {
  pointer-events: none !important;
}
/*# sourceMappingURL=custom_home_-_particles.css.map */