.elementor-251 .elementor-element.elementor-element-cc30b76{--display:flex;overflow:visible;}.elementor-251 .elementor-element.elementor-element-da051a0{--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;overflow:visible;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#8C6B2A;}.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#8C6B2A;}.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Averia Serif Libre", Sans-serif;font-size:17px;font-weight:900;line-height:3px;letter-spacing:0.5px;}.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products ul.products li.product .price{color:#8C6B2A;}.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products ul.products li.product .price ins{color:#8C6B2A;}.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products ul.products li.product .price ins .amount{color:#8C6B2A;}.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products ul.products li.product .price del{color:#8C6B2A;}.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products ul.products li.product .price del .amount{color:#8C6B2A;}.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-251 .elementor-element.elementor-element-9b7e3d6.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-9b7e3d6 *//* =========================================
   GOLDENDOODLE DAIRIES – WOO PRODUCT GRID
   ========================================= */

/* GRID LAYOUT */
.woocommerce ul.products{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}

/* PRODUCT CARD */
.woocommerce ul.products li.product{
  margin: 0 !important;
  padding: 16px !important;
  border-radius: 22px;
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(140,107,42,.20);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px rgba(0,0,0,.07);
  transition: transform .18s ease, box-shadow .18s ease;
}

.woocommerce ul.products li.product:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0,0,0,.12);
}

/* PRODUCT IMAGE */
.woocommerce ul.products li.product img{
  border-radius: 18px;
  margin-bottom: 12px;
}

/* PRODUCT TITLE */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size: 16px;
  font-weight: 600;
  color: #6f5420; /* warm gold-brown */
  margin: 10px 0 6px;
  transition: color .15s ease;
}

/* TITLE HOVER COLOR */
.woocommerce ul.products li.product:hover
.woocommerce-loop-product__title{
  color: #8c6b2a; /* brand gold */
}

/* PRICE */
.woocommerce ul.products li.product .price{
  font-size: 16px;
  font-weight: 600;
  color: #8c6b2a !important;
  margin-bottom: 10px;
}

/* HIDE STAR RATING */
.woocommerce ul.products li.product .star-rating{
  display: none;
}

/* BUTTON */
.woocommerce ul.products li.product a.button{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: #8c6b2a;
  color: #ffffff !important;
  border: 1px solid rgba(140,107,42,.55);
  font-size: 14.5px;
  font-weight: 500;
  transition: transform .15s ease, box-shadow .15s ease;
}

.woocommerce ul.products li.product a.button:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

/* OUT OF STOCK / RESERVED */
.woocommerce ul.products li.product.outofstock{
  opacity: .6;
}

.woocommerce ul.products li.product.outofstock a.button{
  background: #999;
  border-color: #999;
  cursor: not-allowed;
}

/* MOBILE RESPONSIVE */
@media (max-width: 980px){
  .woocommerce ul.products{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 580px){
  .woocommerce ul.products{
    grid-template-columns: 1fr;
  }
}
/* Change "Add to cart" text to "Reserve Now" (visual only) */
.woocommerce ul.products li.product a.button::before{
  content: "Reserve Now";
}

.woocommerce ul.products li.product a.button{
  font-size: 0;
}

.woocommerce ul.products li.product a.button::before{
  font-size: 14.5px;
  font-weight: 500;
}/* End custom CSS */