.elementor-17680 .elementor-element.elementor-element-813778b{--display:flex;--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;--margin-top:-58px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17680 .elementor-element.elementor-element-813778b:not(.elementor-motion-effects-element-type-background), .elementor-17680 .elementor-element.elementor-element-813778b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-17680 .elementor-element.elementor-element-4ca8417.elementor-element{--align-self:center;}.elementor-17680 .elementor-element.elementor-element-a64bf5a.elementor-element{--align-self:center;}.elementor-17680 .elementor-element.elementor-element-b034ebc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:20px;--padding-left:300px;--padding-right:0px;}.elementor-17680 .elementor-element.elementor-element-b034ebc:not(.elementor-motion-effects-element-type-background), .elementor-17680 .elementor-element.elementor-element-b034ebc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-17680 .elementor-element.elementor-element-a9e6829{width:var( --container-widget-width, 750px );max-width:750px;--container-widget-width:750px;--container-widget-flex-grow:0;}.elementor-17680 .elementor-element.elementor-element-a9e6829.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-17680 .elementor-element.elementor-element-b034ebc{--content-width:1200px;}}/* Start custom CSS for shortcode, class: .elementor-element-a9e6829 *//* Center the shortcode/widget block itself */
.ibn-location-grid,
.ibn-location-grid .elementor-shortcode,
.ibn-location-grid .woocommerce {
  text-align: center;
}

/* Center the UL and make it only as wide as the two cards need */
.ibn-location-grid ul.products {
  display: inline-grid !important;
  grid-template-columns: repeat(2, 320px) !important;
  gap: 30px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  justify-content: center !important;
}

/* Remove WooCommerce default widths/floats that can fight the grid */
.ibn-location-grid ul.products li.product,
.ibn-location-grid ul.products li.product-category {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  list-style: none !important;
}

/* Keep images filling each card neatly */
.ibn-location-grid ul.products li.product img,
.ibn-location-grid ul.products li.product-category img {
  width: 100% !important;
  display: block;
}
/* Prevent items from stretching weirdly */
.ibn-location-grid ul.products li.product-category {
  width: 100% !important;
}
.woocommerce ul.products li.product a {
  background: transparent !important;
}

.woocommerce ul.products li.product a:hover {
  background: transparent !important;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  color: #ffffff !important;
}

.woocommerce ul.products li.product a:hover h2,
.woocommerce ul.products li.product a:hover .woocommerce-loop-category__title {
  color: #ffffff !important;
}
.ibn-shop-location ul.products li.product-category,
.ibn-shop-location ul.products li.product-category a,
.ibn-shop-location ul.products li.product-category a:hover {
  background: transparent !important;
  box-shadow: none !important;
}

.ibn-shop-location ul.products li.product-category .woocommerce-loop-category__title,
.ibn-shop-location ul.products li.product-category .woocommerce-loop-category__title:hover {
  background: rgba(0, 0, 0, 0.55) !important;
  color: #ffffff !important;
  display: inline-block;
  padding: 10px 18px !important;
  border-radius: 14px !important;
}

.ibn-shop-location ul.products li.product-category:hover .woocommerce-loop-category__title {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff !important;
}

.ibn-shop-location ul.products li.product-category .woocommerce-loop-category__title mark {
  display: none !important;
}/* End custom CSS */