/*
Theme Name:         BirdPress Child Theme
Theme URI:          https://thisisadvantage.com
Description:        WordPress Child Theme for BirdPress.
Version:            1.0.1
Author:             Cameron Knight
Author URI:         https://thisisadvantage.com
Text Domain:        sage
Template:           birdpress
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP:       7.3
Requires at least:  5.4
*/

/* ----------------------------------------------------------------------------
 * Child Theme styles begin here or in separate files.
 * ------------------------------------------------------------------------- */
.product-gallery-container {
  z-index: 9999
}


.product-summary-container {
  z-index: 1;
}


html {
  --spacing: clamp(1rem, 5vw, 2rem);
}

/* Father's Day Sale Announcement Styling */
.top-nav {
  background: var(--e-global-color-primary);
  padding: 8px 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;

}

.top-nav a {
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 4px 8px;
  border-radius: 4px;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .top-nav {
    font-size: 0.85rem;
    padding: 6px 0;
  }

  .top-nav a {
    padding: 3px 6px;
  }
}

@font-face {
  font-family: "Blacker Display";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("https://wordpress-632023-2103836.cloudwaysapps.com/wp-content/uploads/2021/08/BlackerDisplay-ExtraBold.woff2") format("woff2");
}

/* 
@font-face {
  font-family: "Blacker Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://wordpress-632023-2103836.cloudwaysapps.com/wp-content/uploads/2021/08/BlackerDisplay-Medium.woff2")
    format("woff2");
} */

/* @font-face {
  font-family: "Blacker Display";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://wordpress-632023-2103836.cloudwaysapps.com/wp-content/uploads/2021/08/BlackerDisplay-MediumItalic.woff2")
    format("woff2");
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Blacker Display", Serif;
}

body {
  color: var(--base);
}

.gg-shopping-bag {
  display: block;
  box-sizing: border-box;
  position: relative;
  border: none !important;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 21px;
  background: linear-gradient(to left, currentColor 12px, transparent 0) no-repeat -1px 6px/18px 2px,
    linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 6px 14px/11px 2px,
    linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 0 2px/4px 2px,
    radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 12px 17px/4px 4px,
    radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 6px 17px/4px 4px;
}

.hide-on-desktop {
  display: none !important;
}

@media (max-width: 768px) {
  .hide-on-desktop {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.gg-shopping-bag::after,
.gg-shopping-bag::before {
  content: "";
  display: block;
  position: absolute !important;
  box-sizing: border-box;
  width: 2px !important;
  height: 14px !important;
  background: currentColor;
  top: 2px;
  left: 4px !important;
  transform: skew(12deg);
}

.gg-shopping-bag::after {
  height: 10px !important;
  top: 6px !important;
  left: 16px !important;
  border-radius: 0 !important;
  transform: skew(-12deg);
  border: 1px solid !important;
}

@media (max-width: 768px) {
  .nav-container {
    justify-content: space-between;
  }
}

.notification {
  width: 100%;
  flex: initial;
}

.wpf_item_name {
  font-size: 1rem !important;
}

.woocommerce-products-header__title.page-title {
  margin-bottom: 0;
  line-height: 1;
  max-width: 80vw;
}

.nav-container {
  height: 120px;
  position: relative;
  /* Ensure positioning context for search banner */
}

main {
  margin-top: 120px;
}

.custom-logo {
  max-height: 80% !important;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

main ul {
  list-style: initial;
  margin-left: 1rem;
}

.header-icon {
  margin-right: 1rem;
}

.woocommerce .quantity .qty {
  height: 3rem !important;
}

.quantity {
  float: left;
}

form.cart .qty {
  min-width: 3rem !important;
}

.e-hosted-video.elementor-wrapper {
  aspect-ratio: unset !important;
}

.parrilla-options {
  margin-top: -2px;
  padding: 5%;
  background: #4d574b;
}

@media (max-width: 768px) {
  .parrilla-options {
    padding-bottom: 150px;
  }
}

.parrilla-options h2 {
  color: white !important;
  margin-bottom: 3rem !important;
}

.parrilla-options .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3.8%;
}

.parrilla-options h3 {
  padding: 0.5em 0;
  margin: 0;
  color: white !important;
  font-size: 1em;
}

.parrilla-options img {
  height: 300px;
  width: 300px;
  object-fit: cover;
}

.parrilla-options .add_to_cart_button {
  border-radius: 100px !important;
  background: var(--dark-button-1-bg) !important;
  border-radius: 100 !important;
  color: white !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  padding: 0.8rem 1rem !important;
  outline: none !important;
  color: #f6f3ef !important;
  margin-top: 16px !important;
}

.parrilla-options .add_to_cart_button:hover {
  background: var(--dark-button-1-hover-bg) !important;
  color: white !important;
}

.parrilla-options .woocommerce-Price-amount {
  font-weight: 400;
  margin-bottom: 0.5em;
  color: white !important;
  font-size: 0.857em;
}

.parrilla-options ins {
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .parrilla-options .products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.8%;
  }
}

.advanced-product-section-3 .variations label,
.advanced-product-section-3 .variations select,
.advanced-product-section-3 .reset_variations {
  color: white;
  border-color: white;
}

.advanced-product-section-3 option {
  color: black !important;
}

.advanced-product-section-3 h2 {
  text-align: center;
}

.advanced-product-section-3>div {
  align-items: center;
}

.woocommerce-variation-price * {
  font-size: 1.5rem;
  font-weight: 700;
}

.woocommerce-variation-add-to-cart {
  justify-content: center;
}

.advanced-product-section-3 .woocommerce-variation.single_variation {
  text-align: center;
}

.slick-track {
  justify-content: flex-start !important;
}

.slick-slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.slick-slide {
  margin-right: 1rem;
  /* Adjust the value as needed */
}

.wc-gallery__item {
  width: 150px;
}

.single-product .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

/* .custom-gallery .woocommerce-product-gallery__wrapper {
	display: flex;
	justify-content: center;
	align-items: stretch; 
	flex-wrap: wrap;
}

.custom-gallery .woocommerce-product-gallery__wrapper > div {
	width: 20%;
	object-fit: cover;
	max-height: 300px;
}
.custom-gallery .woocommerce-product-gallery__wrapper > div a {
	width: 100%;
	height: 100%;
	display: block;
}
.custom-gallery .woocommerce-product-gallery__wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.custom-gallery .woocommerce-product-gallery__wrapper > div {
		width: 50%;
		object-fit: cover;
		max-height: 300px;
	}
} */

.custom-gallery .woocommerce-product-gallery__wrapper {
  margin: 20px auto;
  width: 100%;
}

.custom-gallery .woocommerce-product-gallery__wrapper a {
  width: 100%;
  height: 100%;
}

.custom-gallery .woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: 275px !important;
  object-fit: cover;
}

.slick-prev,
.slick-next {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.slick-dots {
  display: none
}

.pum-title {
  display: none;
}

.wc-gallery {
  display: flex;
}

.wc-gallery__item {
  min-width: 150px;
  max-width: 150px;
  margin-right: 1rem;
}


.pum .wp-block-button {
  font-family: blacker display, Sans-serif;
  font-weight: 800;
}

.pum p {
  max-width: 600px;
}

.pum p:last-child {
  margin-bottom: 0 !important;
}

.wp-block-button__link {
  display: flex !important;
}



.search-filter-input-button {
  font-size: 0.9rem;
  font-weight: 800 !important;
  width: 100%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background: var(--dark-button-1-bg);
  color: var(--dark-button-1-text);
  border: 2px solid;
  border-color: var(--dark-button-1-bg);
}

.search-filter-field--control-type-load_more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.search-filter-input-button:hover {
  background: var(--base) !important;
  border-color: var(--base) !important;
  color: #f6f3ef !important;
}

/* ================================================
   ✦ Blog Typography Preset — Custom Fonts & Styling ✦
   Applies only to single blog posts (headings & body)
   Fonts: Blacker Display & Proxima Nova
   Text transform: Sentence case (no caps)
   Added letter-spacing for improved readability
   Styled lists (bullets and numbers)
   Created for WP Customizer Additional CSS
   ================================================ */

body.single-post h1,
body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post h5,
body.single-post h6 {
  font-family: "Blacker Display", sans-serif;
  color: #4d574b;
  /* updated heading color */
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  /* ensures sentence case */
  letter-spacing: 0.03em;
  /* subtle spacing for headings */
}

/* Adjust font sizes individually */
body.single-post h1 {
  font-size: 2.8rem;
}

body.single-post h2 {
  margin-top: 1.5rem;
  font-size: 2.2rem;
  margin-bottom: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
}

body.single-post h3 {
  font-size: 1.7rem;
  margin-bottom: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
}

body.single-post h4 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
  line-height: 1.4;
}

body.single-post h5 {
  margin-top: 4rem;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
}

body.single-post h6 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
  line-height: 1.4;
}

body.single-post p {
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  /* body color */
  margin-bottom: 1rem;
  text-transform: none;
  /* sentence case */
  letter-spacing: 0.02em;
  /* slight spacing for body text */
}

/* Lists styling */
body.single-post ul,
body.single-post ol {
  font-family: "proxima-nova", sans-serif;
  color: #555555;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

body.single-post ul li,
body.single-post ol li {
  margin-bottom: 0.5rem;
}

/* ================================================
   End of Blog Typography Preset
   ================================================ */

/* ================================================
   Search Banner Override - Convert Fullscreen to Banner
   ================================================ */


.aws-search-result {
  padding: 0 !important;
}

/* Override parent theme's fullscreen search behavior */
body header .aws-container:focus-within {
  position: fixed !important;
  left: 0 !important;
  width: 100% !important;
  top: 125px !important;
  min-width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  place-items: unset !important;
  z-index: 999 !important;
  padding: 1rem 2rem !important;
  box-sizing: border-box !important;
  background: none !important;
}

/* Override parent theme's search field positioning */
header .aws-container:focus-within .aws-search-field {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  min-width: 100% !important;
  width: 100% !important;
  background: white !important;
  font-size: 1rem !important;
  padding: 1.2rem 2rem !important;
  border: 2px solid white !important;
  border-radius: 100px !important;
  box-sizing: border-box !important;
  color: #333 !important;
  cursor: text !important;
  transition: 0.3s !important;
}

/* Center the search form within the container */
header .aws-container:focus-within .aws-search-form {
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  position: relative !important;
}

/* Remove overlay completely */
header .aws-container::before {
  display: none !important;
}

/* Adjust search results positioning for banner layout - override parent theme */
header .aws-container:focus-within #aws-search-result-1 {
  min-width: 400px !important;
  z-index: 999999 !important;
  width: calc(100% - 4rem) !important;
  left: 2rem !important;
  top: 0 !important;
  max-height: 60vh !important;
  overflow-y: auto !important;
  position: fixed !important;
  background: white !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Override search button positioning */
header .aws-container:focus-within .aws-search-btn.aws-form-btn {
  position: absolute !important;
  top: 50% !important;
  right: 1rem !important;
  transform: translateY(-50%) !important;
  bottom: auto !important;
  pointer-events: auto !important;
}

header .aws-container:focus-within .aws-search-field::placeholder {
  color: #666 !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  header .aws-container:focus-within {
    padding: 1rem !important;
    width: 90% !important;
    max-width: 90% !important;
  }

  #aws-search-result-1 {
    width: calc(100% - 2rem) !important;
    left: 1rem !important;
    top: 3rem !important;
  }
}

body.page-id-53 #quadmenu:not(.quadmenu-scrolled) .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content {
  color: #f0f1f3;
  /* white */
}

body.page-id-53 #quadmenu:not(.quadmenu-scrolled) .quadmenu-dropdown-menu {
  background-color: #4d574b;
  /* green */
}

.product-gallery-container,
.product-summary-container {
  width: 50%;
  padding: 3% !important;
}

/* Hide the scrollbar by default but still allow scrolling */
.product-summary-container::-webkit-scrollbar {
  width: 8px;
  /* Make the scrollbar narrow */
  height: 8px;
  /* If needed for horizontal scroll */
}

.product-summary-container::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Make the scrollbar thumb transparent by default */
}

.product-summary-container::-webkit-scrollbar-track {
  background: transparent;
  /* Make the scrollbar track transparent */
}

/* When user starts scrolling, show the scrollbar */
.product-summary-container:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  /* Lightly visible thumb */
}

.product-summary-container {
  scroll-behavior: smooth;
  /* Smooth scrolling for a minimalist experience */
}

/* Optional: Ensure responsiveness for smaller screens */
@media (max-width: 768px) {
  .product-main {
    flex-direction: column;
    /* Stack the image and content vertically on small screens */
  }

  .product-gallery-container,
  .product-summary-container {
    width: 100%;
    /* Take up full width */
    position: relative;
    /* Remove sticky for smaller screens */
  }
}

/* custom options for LaParilla CSS */

.woocommerce-notices-wrapper {
  display: none;
}


@media (max-width: 768px) {
  header .cart {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .quadmenu-container {
    display: none;
  }
}

.acf-option-icon {
  width: 64px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

.single-product .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row;
  align-items: self-start;
}

.woocommerce-cart .cart_item .product-name dl.variation dt,
.woocommerce-cart .cart_item .product-name dl.variation dd,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dt,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dd {
  font-size: 14px !important;
  line-height: 1.4;
}

/* Grid Layout for ACF Options */
.acf-options-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.acf-option-box {
  flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 12px);
  border: 1px solid #98af93;
  border-radius: 12px;
  background: #ebd7c6;
  transition: all 0.3s ease;
  padding: 14px 16px;
}

.acf-option-box label {
  display: block;
  cursor: pointer;
}

.acf-option-box input[type="radio"],
.acf-option-box input[type="checkbox"] {
  display: none;
}

.acf-option-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.acf-option-title {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

.acf-option-price {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

/* Highlight the entire card when selected */
.acf-option-box input:checked+.acf-option-content,
.acf-option-box input:checked~.acf-option-content {
  background-color: #4d574b;
  color: #fff;
  border-color: #4d574b;
  box-shadow: 0 0 0 2px #4d574b;
}

/* Change the text color to white when selected */
.acf-option-box input:checked+.acf-option-content .acf-option-title,
.acf-option-box input:checked+.acf-option-content .acf-option-price {
  color: #fff;
}

/* Mobile responsiveness: stack columns */
@media (max-width: 768px) {
  .acf-option-box {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .acf-option-title,
  .acf-option-price {
    font-size: 15px;
  }
}

/* custom options for LaParilla CSS */

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1.1 !important;
  object-fit: cover;
}

#wpgs-gallery img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto;
}

header a {
  pointer-events: all;
}

/* Hide on desktop */
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

.woocommerce ul.products li.product .onsale {
  display: none;
}

/* UNHIDE ADD TO CART */
.woocommerce ul.products li.product .button {
  display: inline-block !important;
  border-radius: 100px;
  background: var(--dark-button-1-bg);
  border-radius: 100;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.8rem 1rem;
  outline: none;
  color: #f6f3ef;
}

.woocommerce ul.products li.product .button:hover {
  background: #4d574b;
  color: #f6f3ef;
}


.my-account {
  margin-top: 250px;
}

/* FOOD INSPO */
#gallery-1 {
  border-top: 1px solid #4d574b;
}

#gallery-1 figure {
  border-right: 1px solid #4d574b;
  border-bottom: 1px solid #4d574b;
}

#gallery-1 figure:nth-child(3n) {
  border-right: none;
}

#gallery-1 figure:nth-child(1) {
  border-left: none;
}

@media (max-width: 768px) {
  #gallery-1 figure:nth-child(2n) {
    border-right: none;
  }

  #gallery-1 figure:nth-child(odd) {
    border-right: 1px solid #4d574b;
  }
}

@media (max-width: 600px) {
  #gallery-1 figure {
    border-right: none !important;
  }
}

.text-width {
  max-width: 1000px;
  margin: auto;
}

.text-width .price {
  text-align: center;
}

.text-width .cart {
  text-align: center;
}

.text-width table {
  margin: 50px auto;
}

.text-width table tr:nth-child(1) td {
  padding-bottom: 10px !important;
}

.text-width table tr td {
  padding: 0px 20px;
}

@media (max-width: 768px) {
  .text-width table tr td {
    padding: 0px 10px;
  }

  .text-width table {
    width: auto;
  }
}

/* HEADER */
body:not(.detached-header) .light #menu-category-menu li a,
.light .aws-search-btn.aws-form-btn svg path {
  color: var(--light-nav-base);
  fill: var(--light-nav-base);
}

.dark #menu-main-menu li a,
.dark .cart-icon,
.dark .cart-contents,
.dark .aws-search-btn.aws-form-btn svg path {
  color: var(--base);
  fill: var(--base) !important;
}

.detached-header .light .aws-search-btn.aws-form-btn svg path {
  fill: var(--base) !important;
}

.products-wrapper,
.products {
  margin-bottom: 0px !important;
}

header .aws-container::before {
  background: #4d574b;
}

#main {
  min-height: 100vh;
  margin-top: 0px !important;
}

/* Cart margin */
.page-id-11 {
  margin-top: 200px;
}

/***************/
/* Single Post */
/***************/
.single-post .notification {
  text-align: left;
}

.single-post {
  background: #ebd7c6;
  color: #4d574b;
  margin-top: 100px;
}

.single-post article {
  grid-column: 2/-2;
  margin-top: 7rem !important;
}

.single-post header {
  text-align: center;
  margin-bottom: 2%;
}

.single-post .entry-title {
  text-align: center;
  margin-bottom: 0px !important;
  color: #4d574b;
}

.single-post .byline {
  float: right;
  color: #4d574b;
}

.single-post .featured-image img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 3rem;
  height: 70vh;
}

.single-post .entry-content {
  max-width: 1168px;
  margin: auto;
}

.single-post .author {
  display: none;
}

.single-post .comments {
  display: none;
}

/* Fix footer display on archive/single pages */
.elementor-location-footer {
  background: #f6f3ef;
}

.elementor-social-icons-wrapper {
  text-align: left;
}

.footer-logo a {
  display: block;
  width: 100%;
  text-align: center !important;
}

.footer-logo a img {
  width: 100%;
  text-align: center;
  margin: auto;
}

@media (max-width: 768px) {
  .elementor-location-footer {
    padding-top: 100px;
  }

  .footer-logo img {
    max-width: 150px !important;
  }
}

/*************************/
/* SINGLE PRODUCT STYLES */
/*************************/
.padding {
  width: 100%;
  padding: var(--vertical-space) var(--horizontal-space);
}

.wpf-search-container {
  margin-top: 0 !important;
}

#background-video {
  height: 55vw;
  width: 100%;
  object-fit: cover;
}

/* YouTube Video Styling */
.youtube-video-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.youtube-video-container iframe {
  border-radius: 15px;
}

.single-product {
  background: #ebd7c6;
  margin-top: 120px;
}

.advanced-product-main {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .single-product {
    background: #ebd7c6;
    margin-top: 180px;
  }
}

.wpf-search-container {
  grid-column: 1/-1;
}

.flex-col {
  flex-direction: column;
}

.content-center {
  align-content: center;
}

.single-product .product {
  border-top: 1px solid #4d574b;
}

.product-main {
  display: flex;
  border-top: 1px solid #4d574b;
  border-bottom: 1px solid #4d574b;
  min-height: 100vh;
}

.product-gallery-container,
.product-summary-container {
  width: 50%;
  padding: 5%;
}


.product-gallery-container .woocommerce-main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  max-height: 70vh !important;
  object-fit: cover;
}

.thumbnail-nav:not(.slick-slider) {
  display: flex;
  list-style: none;
  gap: 8px;
}

.thumbnail-nav:not(.slick-slider) li {
  width: 130px;
  min-width: 130px;
}

.thumb img {
  max-height: 130px;
}


/* .product-gallery-container .slick-track {
	width: 100% !important;
}
.product-gallery-container .slick-slide {
	width: 32% !important;
	margin-left: 0px !important;
	margin-right: 2% !important;
}
.product-gallery-container .slick-track li:nth-child(3n){
	margin-right: 0% !important;
}
.product-gallery-container .thumbnails {
	height: 20vh !important;
} */
.product-gallery-container .thumbnails {
  height: 100% !important;
}

.product-gallery-container .slick-slide {
  margin-left: 0px !important;
  width: 33%;
}

.product-gallery-container {
  border-right: 1px solid #4d574b;
}

.product-summary-container {
  line-height: 1em;
  min-height: 100vh;
  /* Ensure there's enough content for sticky to work */
}

.product-summary-container ul {
  list-style-type: circle;
  margin-left: 2rem;
}

.quantity {
  margin-right: 5px;
  display: inline-block;
}

.related-products .woocommerce-loop-product__title,
.related-products p,
.related-products .price {
  text-align: left !important;
}

.variations {
  margin-bottom: 2rem;
}

.variations label {
  margin-right: 1rem;
  color: #4d574b;
}

.variations select {
  outline: 0;
  padding: 1rem;
  height: auto;
  min-width: 5rem;
  background: none;
  border: 1px solid #4d574b;
  color: #4d574b;
  margin-right: 15px;
}

.reset_variations {
  color: #4d574b;
}

@media (max-width: 600px) {
  .product-gallery-container {
    border-right: none;
  }

  .product-main {
    display: block;
  }

  .product-gallery-container,
  .product-summary-container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .product-gallery-container {
    position: sticky !important;
    top: 0;
    max-height: 100vh;
    /* z-index: 99999999999999; */
  }
}

/* Related Products */
.related-products {
  padding: 0% 5%;
}

.wpf-search-container {
  margin-bottom: 0;
}

.related-products h2 {
  margin-bottom: 2rem;
  color: #4d574b;
}

/* Button Styles 
.single-product button,
.single-product input,
.single-product select {
  border-radius: 100px !important;
}*/

.single-product button,
.single-product input,
.single-product select {
  border-radius: 100px !important;
}

/* Single Product Fonts */
.single-product button {
  font-family: "Blacker Display", Sans-serif;
  text-transform: none !important;
}

/* Summary Spacing */
.single-product h1,
.single-product .price {
  margin-bottom: 1.5rem;
}

.upsells {
  margin-top: 5%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.border-line {
  outline: 1px solid !important;
}


/*****************************/
/* END SINGLE PRODUCT STYLES */
/*****************************/

/***********************/
/*  ARCHIVE STYLES */
/***********************/

#refine-products,
.refine-wrapper {
  margin: 2%;
  border-radius: 100px;
  /* background-color: #f6f3ef */
}

#refine-products {
  padding: 5px 20px;
  margin: 0px !important;
}

.blog .page-header {
  text-align: left;
  padding: 0% 1.5%;
}

.blog main div:nth-child(2) {
  max-width: 100% !important;
}

.blog .post .entry-title {
  font-size: 1em;
  width: 70%;
}

.blog .post .byline {
  font-size: 1em;
}

.blog .post .author {
  display: none;
}

.blog .post header a {
  margin-top: 15px;
  justify-content: space-between;
  display: flex;
}

.blog .post header a time {
  font-size: 0.8em;
}

.blog .post .feature-image {
  height: 70vh;
  object-fit: cover;
}

.post-type-archive-product,
.tax-product_cat,
.blog {
  background: #ebd7c6;
  margin-top: 180px;
}

@media (max-width: 768px) {

  .post-type-archive-product,
  .tax-product_cat,
  .blog {
    margin-top: 120px;
  }
}

.post-type-archive-product main,
.tax-product_cat main,
.blog main {
  display: block;
}

.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header {
  padding: 2%;
}

.woocommerce ul.products::before {
  content: none;
}

.wpf_item_wpf_cat,
.wpf_item_price {
  background: none !important;
  border-radius: 100px !important;
  border-color: #4d574b !important;
  color: #4d574b;
}

.wpf_layout_horizontal.wpf_items_wrapper .wpf_item .wpf_item_name::after {
  margin-left: 50px !important;
}

.archive-header-right {
  display: none;
}

@media (min-width: 768px) {
  .archive-header-right {
    display: block;
  }

  .wpf_item_price .wpf_right_tab {
    left: -191px !important;
  }

  .wpf_item_wpf_cat .wpf_right_tab {
    left: -120.5px !important;
  }
}

.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0px;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.archive-header-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0px;
  gap: 1rem;
  max-width: 600px;
}

.wpc-filter-terms-count-0 {
  display: none !important;
}

.aws-search-result {
  padding: 0;
  border-radius: 16px !important;
}

.aws-search-result img {
  border-radius: 16px !important;
}

.aws-search-result ul li {
  padding: 0.5rem 0.5rem;
}

.pswp__img {
  pointer-events: none;
}

.woocommerce-breadcrumb {
  margin-bottom: 0px !important;
}

.post-type-archive-product .woocommerce-products-header .wpf_form,
.tax-product_cat .woocommerce-products-header {
  margin: 0px !important;
  padding-top: 4% !important;
}

@media (min-width: 1025px) {

  .post-type-archive-product .products,
  .tax-product_cat .products,
  .blog main div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
    grid-gap: 0px;
  }

  .post-type-archive-product .products li,
  .tax-product_cat .products li,
  .blog .post {
    border-right: 1px solid #4d574b;
    border-bottom: 1px solid #4d574b;
  }

  .post-type-archive-product .products li:nth-last-child(-n + 3),
  .tax-product_cat .products li:nth-last-child(-n + 3),
  .blog .post:nth-last-child(-n + 3) {
    border-right: 1px solid #4d574b;
  }

  .post-type-archive-product .products li:nth-child(3n),
  .tax-product_cat .products li:nth-child(3n),
  .blog .post:nth-child(3n) {
    border-right: 0px;
  }
}

@media (max-width: 1024px) {

  .post-type-archive-product .products,
  .tax-product_cat .products,
  .blog main div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-gap: 0px;
  }

  .post-type-archive-product .products li,
  .tax-product_cat .products li,
  .blog .post {
    border-bottom: 1px solid #4d574b;
    border-right: 1px solid #4d574b;
  }

  .post-type-archive-product .products li:nth-child(even),
  .tax-product_cat .products li:nth-child(even),
  .blog .post:nth-child(even) {
    border-right: none !important;
  }

  .post-type-archive-product .products li:nth-last-child(-n + 2),
  .tax-product_cat .products li:nth-last-child(-n + 2),
  .blog .post:nth-last-child(-n + 2) {
    border-right: 1px solid #4d574b;
  }
}

@media (max-width: 600px) {
  .blog main div:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  .blog .post {
    border-right: 0px !important;
  }

  /* 	.blog .post {
		border-bottom: 1px solid #4D574B !important;
		border-right: 0px !important;
	}
	.blog .post:nth-last-child(-n+1) {
		border-bottom: 0px !important;
	} */
}

.post-type-archive-product .products,
.tax-product_cat .products,
.blog main div:nth-child(2) {
  border-top: 1px solid #4d574b;
}

.post-type-archive-product .products li,
.tax-product_cat .products li {
  float: none;
  width: 100% !important;
  padding: 5% !important;
  margin: 0% !important;
}

/* Filter styles */
.wpf_items_group {
  display: block;
  background: #ebd7c6 !important;
  border: 1px solid #4d574b !important;
  border-radius: 10px !important;
}

.wpf_item::after {
  content: none !important;
}

.wpf_item input {
  position: relative;
  overflow: hidden;
  border-radius: 100% !important;
}

.wpf_item input[type="checkbox"]:checked::before {
  content: "" !important;
  border-radius: 100% !important;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  background: #c33e3e;
}

.wpf_item label {
  font-family: "Blacker Display", Sans-serif;
  font-weight: 800;
}

/**********************/
/* END ARCHIVE STYLES */
/**********************/

.grid-template-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

.text-wrap-center {
  max-width: 750px;
  margin: auto;
  text-align: center;
}

.flex-wrap-left {
  max-width: 750px;
}

.mb {
  margin-bottom: 1.5rem;
}

.border-line {
  outline: 2px solid;
  outline-offset: -1px;
  overflow: hidden;
}

.flex-1 {
  flex: 1;
}

.single-product .woocommerce-Price-amount,
.single-product .woocommerce-Price-currencySymbol {
  color: inherit;
}

/**************/
/* SHARE CART */
/**************/
.share-cart {
  background: #ebd7c6;
}

.share-cart .shop_table {
  width: 100%;
  text-align: left;
}

.share-cart .shop_table tr {
  height: 60px;
  border: 1px solid #4d574b;
}

.share-cart .shop_table tr {
  height: 60px;
  border: 1px solid #4d574b;
}

.product-thumbnail {
  width: 80px;
}

.share-cart .product-thumbnail img {
  height: auto;
  width: 15vw;
  margin: 20px 00px;
}

.share-cart .product-name {
  font-family: "Blacker Display", Sans-serif;
  font-weight: 800;
  padding: 0px 15px;
}

.share-cart .product-checkbox {
  width: 3vw;
  margin: auto;
  text-align: center;
}

.share-cart .wpcss-add-selected,
.share-cart .wpcss-add-all {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.share-cart tbody tr:last-child {
  height: 100px;
}

.share-cart .wpcss-actions {
  padding-right: 2%;
}

.share-cart .wpcss-share-actions {
  margin-top: 50px;
}

.share-cart .wpcss-copy-url {
  margin: 0px 20px;
}

.share-cart .wpcss-copy-btn input {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid var(--base) !important;
  min-height: 3rem;
  min-width: 100px;
  border-radius: 0 !important;
  color: var(--base) !important;
  outline: none !important;
}

.share-cart .elementor-location-footer {
  background: #f6f3ef !important;
}

@media (max-width: 768px) {
  .share-cart table thead {
    display: none;
  }

  .share-cart table.shop_table_responsive tr td {
    display: block;
    clear: both;
    text-align: left;
  }

  table.shop_table_responsive tr td[data-title]::before {
    content: attr(data-title) ": ";
  }

  .share-cart .product-thumbnail {
    text-align: center;
    width: 100%;
  }

  .share-cart .product-thumbnail img {
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 25px 25px !important;
  }

  .share-cart tr {
    position: relative;
  }

  .share-cart .product-checkbox {
    margin: 0px;
    width: 100%;
    text-align: right !important;
    padding-right: 5%;
    position: absolute;
    bottom: 25px;
  }

  .share-cart .product-name {
    font-size: 1rem;
    padding: 5px 25px !important;
  }

  .share-cart .product-price {
    font-size: 1rem;
    padding: 5px 25px !important;
  }

  .share-cart .product-quantity {
    font-size: 1rem;
    padding: 5px 25px !important;
  }

  .share-cart .product-subtotal {
    font-size: 1.2rem;
    padding: 25px 25px !important;
    font-family: "Blacker Display", Sans-serif;
  }

  .share-cart .wpcss-actions {
    flex-direction: column;
  }

  .share-cart .wpcss-actions button {
    margin: 10px 10px !important;
  }
}

/*************/
/* COPY TEXT */
/*************/
.copy-button {
  display: inline-flex;
  background: #4d574b;
  width: 150px;
  justify-content: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #f7f7f7;
  padding: 1rem;
  border: none;
  font-weight: 500;
  font-family: termina, sans-serif;
  transition: 2s;
  cursor: pointer;
}

.copy-text {
  display: inline-flex;
  margin: 0 1rem 1rem 0;
  width: 200px;
  background: none;
  padding: 1rem;
  border: 1px solid #4d574b;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: termina, sans-serif;
}

.success {
  background: #c33e3e;
  transition: 0.3s;
}

.cart-icon {
  width: 50px;
}

.top-nav li {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.top-nav a {
  display: flex !important;
  align-items: center !important;
}

.aus-shipping a:before {
  margin-top: 8px;
}

#sb_instagram {
  height: 100% !important;
}

.single_add_to_cart_button {
  width: 141px !important;
  height: 48px;
  white-space: nowrap !important;
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

@media (max-width: 768px) {
  .features {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.charcoal-bbqs-woodfire-grill-fire-table .amount {
  font-size: 1.5rem;
  font-weight: 700;
}

.charcoal-bbqs-woodfire-grill-fire-table form button {
  margin: auto !important;
}

.charcoal-bbqs-woodfire-grill-fire-table .stock {
  text-align: center;
}

.woocommerce-products-header__title {
  font-size: clamp(2.3rem, 3.6vw, 5rem) !important;
}

body .woocommerce-pagination:nth-of-type(n + 2) {
  display: none;
}

a {
  color: inherit;
  text-decoration: underline black;
}

.pum-theme-default-theme-2 {
  background-color: rgba(10, 10, 10, 0.4) !important;
}

body .pum-theme-default-theme-2 .pum-container {
  max-width: 500px;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0);
  background-color: rgba(255, 255, 255, 1);
  padding: 2rem;
}

body .pum-theme-default-theme-2 .pum-content {
  color: var(--base);
}

body .pum-theme-default-theme-2 .pum-content+.pum-close {
  color: var(--base);
  right: 8px;
}

body .popmake .search-filter-field--control-type-submit {
  padding-top: 20px;
  border-top: 1px solid var(--base);
  margin-top: 20px;
}

body .popmake h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--base);
  margin-bottom: 20px;
}

.search-filter-component-range-slider__range-input-progress {
  --range-color: #c13e3e !important;
}

.search-filter-style--id-1.search-filter-style--range-slider {
  --search-filter-input-selected-background-color: var(--base) !important;
}

.search-filter-style--id-1.search-filter-style--choice-checkbox {
  --search-filter-input-active-icon-color: #c13e3e !important;
}

@media (min-width: 768px) {
  .mobile-filter {
    display: none;
  }
}

/* Archive Header Right Styling */
.archive-header-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1rem;
}

/* Mobile Archive Header Layout - Only on very small screens */
@media (max-width: 399px) {

  .post-type-archive-product .woocommerce-products-header,
  .tax-product_cat .woocommerce-products-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .archive-header-right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 1rem;
  }
}

/* Sort Widget Styling */
.archive-header-right .widget_wpc_sorting_widget {
  margin: 0;
}

.archive-header-right .widget_wpc_sorting_widget .widgettitle {
  display: block;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: normal;
}

.archive-header-right .wpc-sorting-form {
  display: block;
  margin: 0;
}

.archive-header-right .wpc-orderby-select {
  padding: 0.5rem;
  border: 1px solid #4d574b;
  border-radius: 0;
  background: transparent;
  color: #4d574b;
  font-size: 0.9rem;
  min-width: 150px;
}

/* WooCommerce Pagination Styling */
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin: 2rem 0;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 0;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  display: inline;
  margin: 0 0.25rem;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border: 1px solid #4d574b;
  background: transparent;
  color: #4d574b;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: #c33e3e !important;
  color: #c33e3e;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #c33e3e !important;
  border-color: #c33e3e !important;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  padding: 0.5rem 1rem;
}

/* WPC Filter Chips List Styling */
.wpc-filter-chips-list {
  padding-left: 2% !important;
  padding-right: 2% !important;
}

/* WPC Filter Buttons Styling */
.wpc-filters-submit-button,
.wpc-filters-reset-button {
  border-radius: 0 !important;
}

/* Load More Products Button Styling */
.load-more-container {
  text-align: center !important;
  margin: 2rem 0 !important;
}

.load-more-products {
  display: inline-block !important;
  background-color: #c33e3e !important;
  transition: background-color 0.3s ease !important;
}

.load-more-products:hover {
  background-color: #4d574b !important;
}

/* Ensure WPC Filter Chips Display on Mobile and Tablet */
@media screen and (max-width: 768px) {

  .wpc-custom-selected-terms,
  .wpc-custom-selected-terms ul.wpc-filter-chips-list {
    display: flex !important;
  }

  .wpc-custom-selected-terms ul.wpc-filter-chips-list {
    overflow-x: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Mobile-specific styling for very small screens */
@media screen and (max-width: 399px) {
  .wpc-custom-selected-terms {
    margin-top: 1rem !important;
  }

  .wpc-custom-selected-terms,
  .wpc-custom-selected-terms ul.wpc-filter-chips-list {
    justify-content: flex-start !important;
  }

  .wpc-custom-selected-terms ul.wpc-filter-chips-list {
    flex-wrap: wrap !important;
    overflow-x: visible;
  }
}

.mega-menu-column h4 a {
  font-family: "Blacker Display", sans-serif !important;
  margin-top: 30px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #4d574b !important;
}

.single-product main {
  display: block;
}


header .cart-contents-count {
  background: #839180;
  color: #222;
  padding: 2px;
  border-radius: 10000px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

header .cart-contents {
  position: absolute !important;
  bottom: 50%;
  left: 29%;
}

header .cart {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

header .cart-icon {
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

header .cart-icon:hover {
  transform: scale(1.05);
}

/* Ensure cart SVG is always visible with proper dimensions */
header .cart svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Cart drawer integration with existing header */
header .cart-drawer-trigger,
.cart-drawer-trigger {
  cursor: pointer;
  transition: all 0.3s ease;
}

.cart-drawer-trigger:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

/* Ensure cart icon links work with drawer */
.cart-drawer-trigger[href*="cart"] {
  pointer-events: auto;
}

/* Ensure cart drawer appears above other elements */
.cart-drawer {
  z-index: 99999;
}

/* Cart drawer error styling */
.cart-drawer-error {
  text-align: center;
  padding: 2rem 1rem;
  color: #e74c3c;
}

.cart-drawer-error p {
  margin: 0;
  font-size: 0.9rem;
}

/* Out-of-stock product enquiry CTA (single product summary) */
.out-of-stock-enquiry {
  margin: 1rem 0;
  padding: 1rem 0;
}

.out-of-stock-enquiry-text {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.out-of-stock-enquiry-button {
  display: inline-block !important;
  border-radius: 100px !important;
  background: var(--dark-button-1-bg) !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  padding: 0.8rem 1rem !important;
  outline: none !important;
  color: #f6f3ef !important;
}

/* Header cart and menu container styling */
.header-cart-menu-container {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .header-cart-menu-container {
    width: 100%;
    justify-content: space-between;
  }
}


.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  display: flex !important;
  visibility: visible !important;
}




.slick-slide img {
  aspect-ratio: 1 / 1;
}

footer {
  grid-template-columns: auto;
}

footer {
  padding: 0 !important;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

header a {
  pointer-events: all;
}

/* Hide on desktop */
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

.woocommerce ul.products li.product .onsale {
  display: none;
}

/* UNHIDE ADD TO CART */
.woocommerce ul.products li.product .button {
  display: inline-block;
  border-radius: 100px;
  background: var(--dark-button-1-bg);
  border-radius: 100;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.8rem 1rem;
  outline: none;
  color: #f6f3ef;
}

.woocommerce ul.products li.product .button:hover {
  background: #4D574B;
  color: #f6f3ef;
}


.my-account {
  margin-top: 250px;
}

/* FOOD INSPO */
#gallery-1 {
  border-top: 1px solid #4D574B;
}

#gallery-1 figure {
  border-right: 1px solid #4D574B;
  border-bottom: 1px solid #4D574B;
}

#gallery-1 figure:nth-child(3n) {
  border-right: none;
}

#gallery-1 figure:nth-child(1) {
  border-left: none;
}

@media (max-width: 768px) {
  #gallery-1 figure:nth-child(2n) {
    border-right: none;
  }

  #gallery-1 figure:nth-child(odd) {
    border-right: 1px solid #4D574B;
  }
}

@media (max-width: 600px) {
  #gallery-1 figure {
    border-right: none !important;
  }
}

.text-width {
  max-width: 1000px;
  margin: auto;
}

.text-width .price {
  text-align: center;
}

.text-width .cart {
  text-align: center;
}

.text-width table {
  margin: 50px auto;
}

.text-width table tr:nth-child(1) td {
  padding-bottom: 10px !important;
}

.text-width table tr td {
  padding: 0px 20px;
}

@media(max-width: 768px) {
  .text-width table tr td {
    padding: 0px 10px;
  }

  .text-width table {
    width: auto;
  }
}


/* HEADER */
body:not(.detached-header) .light #menu-category-menu li a,
.light .aws-search-btn.aws-form-btn svg path {
  color: var(--light-nav-base);
  fill: var(--light-nav-base);
}

.dark #menu-main-menu li a,
.dark .cart-icon,
.dark .cart-contents,
.dark .aws-search-btn.aws-form-btn svg path {
  color: var(--base);
  fill: var(--base) !important;
}

.detached-header .light .aws-search-btn.aws-form-btn svg path {
  fill: var(--base) !important;
}

.products-wrapper,
.products {
  margin-bottom: 0px !important;
}

header .aws-container::before {
  background: #4d574b;
}

#main {
  min-height: 100vh;
  margin-top: 0px !important;
}

/* Cart margin */
.page-id-11 {
  margin-top: 200px;
}

/***************/
/* Single Post */
/***************/
.single-post .notification {
  text-align: left;
}

.single-post {
  background: #E7E6E1;
  color: #4D574B;
  margin-top: 100px;
}

.single-post article {
  grid-column: 2/-2;
  margin-top: 7rem !important;
}

.single-post header {
  text-align: center;
  margin-bottom: 2%;
}

.single-post .entry-title {
  margin-top: 6rem;
  margin-bottom: 2rem !important;
  max-width: 75vw;
  margin-right: auto;
  margin-left: auto;
  color: #4D574B;
}

.single-post .byline {
  float: right;
  color: #4D574B;
}

.single-post .featured-image img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 3rem;
  height: 70vh;
}

.single-post .entry-content {
  max-width: 1168px;
  margin: auto;
}

.single-post .author {
  display: none;
}

.single-post .comments {
  display: none;
}

/* Fix footer display on archive/single pages */
.elementor-location-footer {
  background: #F6F3EF;
}

.elementor-social-icons-wrapper {
  text-align: left;
}

.footer-logo a {
  display: block;
  width: 100%;
  text-align: center !important;
}

.footer-logo a img {
  width: 100%;
  text-align: center;
  margin: auto;
}

@media (max-width: 768px) {
  .elementor-location-footer {
    padding-top: 100px;
  }

  .footer-logo img {
    max-width: 150px !important;
  }
}

/* == La Parrilla page css start==*/
body.postid-9998 #header {
  display: none;
}

body.postid-9998 #app #page>hr {
  display: none;
}

body.postid-9998 .elementor-12593 .elementor-element.elementor-element-af0a430 {
  margin-top: 5em !important;

}

body.postid-9998 .elementor-12593 .elementor-element.elementor-element-61cc9927 .elementor-heading-title {
  font-size: 3rem;
  margin-bottom: 1.5em;
}

body.postid-9998 .elementor-12593 .elementor-widget-video .e-hosted-video .elementor-video {
  aspect-ratio: unset !important;
  height: 70vh !important;
  margin-bottom: 1rem;
}

woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #958e09;
  font-size: 1.25em;
  font-weight: bold;
}

/* Variation content allignment on La parilla - tyron */
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  font-family: "proxima-nova", sans-serif !important;
  align-items: center;
  display: flex;
  justify-content: center;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #235633;
  padding: 2rem;
  border-radius: 1px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {
  min-width: 200px !important;
  width: auto !important;
  height: auto !important;
  padding: 16px 24px !important;
  border-radius: 10px !important;
  font-family: "Blacker Display", Sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: transparent !important;
  box-shadow: 0 0 0 1px #4d574b !important;
  color: #4d574b !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin: 10px !important;
  border-radius: 50px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected {
  box-shadow: 0 0 0 2px #4c574a !important;
  /* 	for ativate this removed line 95 code  */
  background-color: #4c574a !important;
  color: #fff !important;
}

/* clear button */
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: .83em;
  margin: 0 auto;
  display: table;
  text-transform: uppercase;
}

/* available section */
.woocommerce-variation.single_variation {
  display: flex;
}

.woocommerce-variation-availability {
  align-items: normal;
  justify-content: center;
  display: table-cell;
  margin: 0.2rem 1rem;
}

/* available positon change */
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  font-family: "proxima-nova", sans-serif !important;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* product option boxes */
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-image {
  margin-right: 10px;
  max-width: 120px !important;
  mix-blend-mode: darken !important;
}

.product-info {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 20px;
  border-radius: 16px;
  border: 1px solid #7a7a7a;
  padding: 15px;
  font-size: 15px;
  height: 100%;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container small.option-price {
  margin: 25px 0px 15px 0px;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.yith-wapo-option .amount {

  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container {
  border: 2px solid currentColor !important;
  background-color: #f6f6f7 !important;
}

.yith-wapo-option.selected input.wapo-product-qty {
  border: 1px solid #fff;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container::after {
  display: none
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-image {
  mix-blend-mode: normal;
}

/* add to cart button changes */

body.postid-9998 .e-atc-qty-button-holder div.quantity {
  position: absolute;
  right: 180px;
  bottom: 25px;
}

body.postid-9998 button.single_add_to_cart_button {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

body.postid-9998 bdi {
  color: #4c574a;
}

/* end */
/* Mobile-friendly adjustments */
@media (max-width: 767px) {
  .options {
    grid-template-columns: repeat(1, minmax(0, 100%)) !important;
  }

  /* product page - video edit */
  body.single-product .elementor-element-10b84e9 video {
    height: 50vh !important;
  }

  /* product form */
  .woocommerce div.product form.cart .variations th {
    display: inline;
  }

  .woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: center;
    font-size: 1.5em;
  }

  body.single-product .elementor-element-db88ec5 .woo-selected-variation-item-name {
    text-align: center !important;
    margin: 0 auto !important;
    display: table !important;
  }

  .woocommerce div.product form.cart .variations td,
  .woocommerce div.product form.cart .variations th {
    display: block;
  }

  .woo-variation-swatches .variable-items-wrapper {
    display: block;
  }

  .woo-variation-swatches.wvs-show-label .variations td,
  .woo-variation-swatches.wvs-show-label .variations th {
    text-align: center;
  }

  body.postid-9998 .e-atc-qty-button-holder {
    display: unset !important;
  }

  body.postid-9998 .e-atc-qty-button-holder div.quantity {
    position: unset;
    margin-top: 1rem !important;
    float: left;
  }

  body.postid-9998 button.single_add_to_cart_button {
    position: absolute;
    left: 60px;
    bottom: 0px;
  }

  .elementor-element-db88ec5 form.variations_form.cart div.woocommerce-variation-add-to-cart.variations_button>button.single_add_to_cart_button.button.alt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 130px;
  }

  .yith-wapo-block .yith-wapo-addon:not(.empty-title).wapo-toggle .wapo-addon-title {
    text-align: left;
  }
}

.woocommerce div.product p.stock {
  margin-left: 5px !important;
  margin-bottom: 2.8rem !important;
}

/* Apply border around the entire container */


/* Apply border to each column */
.elementor-loop-container.elementor-grid .elementor-column {
  border: px solid #000;
  /* Adjust color and thickness as needed */
  padding: 10px;
  /* Optional padding inside each column */
}

body.postid-9998 #footer {
  display: none;
}

/* == La Parrilla page css end==*/

/* ====================================ssingle product page additional info tabs customozations - by Tyron ====================================*/
.woocommerce-tabs {
  display: block !important;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.woocommerce-tabs .tabs {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.woocommerce-tabs .tabs li {
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
}

.woocommerce-tabs .tabs li a {
  color: #4d574c;
  font-size: 1.4rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}

.woocommerce-tabs .tabs li.active a {
  border-bottom: 2px solid #4d574c;
  color: #4d574c;
  font-weight: 700;
}

.woocommerce-tabs .tabs li a:hover {
  color: #4d574c;
  border-bottom: 2px solid #4d574c;
}

ul.tabs.wc-tabs {
  margin-left: 0px;
}

.woocommerce-Tabs-panel--description h2 {
  display: none;
}

/* ====================================
 Mobile-Specific Styles (≤768px, stacked tabs)
====================================*/
@media (max-width: 768px) {
  .woocommerce-tabs .tabs {
    flex-direction: row !important;
    align-items: flex-start;
    border-bottom: none;
  }

  .woocommerce-tabs .tabs li {
    margin: 0 0 12px 0;
  }

  .woocommerce-tabs .tabs li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid transparent;
    padding-bottom: 6px;
  }

  .woocommerce-tabs .tabs li.active a {
    border-bottom: 2px solid #4d574c;
  }
}

/*end*/

/***********************/
/* BLOG ARCHIVE STYLES */
/***********************/

body.elementor-12311 div#app.w-full {
  margin-top: 13rem;
}

body.elementor-page-12311 .elementor-12311 .elementor-element-4ada37bb .elementor-element-16974704 .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}

.elementor-12311 #app {
  position: unset !important;
}

body.elementor-page-12311 .elementor-12311 .elementor-element-4ada37bb {
  padding: 0 !important;
}

/* remove padding  */
body.elementor-page-12311 .elementor-12311 .elementor-section.elementor-top-section.elementor-element.elementor-element-98bd918.elementor-section-boxed.elementor-section-height-default {
  padding: 0 !important;
}

body.elementor-page-12311 .elementor-element-b095905 .post-9412 .elementor-element-98bd918.elementor-top-section:not(.full-section) {
  padding: 0 !important;
}

/* remove additional space on bottom */
.elementor-12311 .elementor-10855 .elementor-element.elementor-element-ab8e435 {
  padding: 0 !important;
}

body.elementor-page-12311 #main.category-nav-height {
  min-height: 10px !important;
}

/* .elementor-12311 .elementor-top-section:not(.full-section), .elementor-top-section:not(.full-section) .elementor-top-column > div{
padding: 0 !important;
margin-top: 10rem;
} */
.blog.elementor-12311 {
  margin-top: 0 !important;
}

@media (min-width: 1025px) {
  body.elementor-page-12311 .e-loop-item {
    border-right: none !important;
    border-bottom: none !important;
    box-shadow: inset -1px -1px 0 0 #4d574b;
  }

  /* Left border on first item of each row (3-column layout) */
  body.elementor-page-12311 .e-loop-item:nth-of-type(3n+1) {
    box-shadow: inset -1px -1px 0 0 #4d574b, inset 1px 0 0 0 #4d574b;
  }

  /* Top border on first row (items 1 to 3) */
  body.elementor-page-12311 .e-loop-item:nth-of-type(-n+3) {
    box-shadow: inset -1px -1px 0 0 #4d574b, inset 0 1px 0 0 #4d574b;
  }

  /* Combine left + top for very first item (item 1) */
  body.elementor-page-12311 .e-loop-item:nth-of-type(1) {
    box-shadow: inset -1px -1px 0 0 #4d574b, inset 1px 0 0 0 #4d574b, inset 0 1px 0 0 #4d574b;
  }
}

body.elementor-page-12311 .elementor-widget-loop-grid .elementor-grid {
  grid-column-gap: 0;
  grid-row-gap: 0;
}

body.elementor-page-12311.blog .elementor-button-link.elementor-button {
  cursor: pointer;
  position: relative;
  background: transparent;
  width: 130px;
  margin: 2rem auto;
  border-color: #4d574b;
  color: #4d574b;
}

body.elementor-page-12311.blog .elementor-button-link.elementor-button:hover {
  color: #fff;
}


/*****************************/
/* END BLOG ARCHIVE STYLES */
/*****************************/





/*************/
/* COPY TEXT */
/*************/

















/* -------------------------- */

.elementor-text-editor li,
body,
main,
p {
  font-size: 1rem;
}

body {
  overflow-x: hidden !important;
}

.mega-menu {
  background: var(--header-bg);
  gap: 1rem !important;
}

.brand-logo {
  z-index: 2 !important;
}

#menu-main-menu .mega-menu img {
  height: 200px !important;
  object-fit: cover;
  width: 100%;
}

.mega-menu-column a {
  padding: 0px !important;
}

.elementor-1810 .elementor-element.elementor-element-007a163>.elementor-element-populated {
  margin: 0px !important;
}

.archive .elementor-element-41a0eeac {
  padding-top: 1rem !important;
}

span.onsale {
  top: 32px !important;
  right: 32px !important;
  left: initial !important;
  text-transform: uppercase;
  padding: 10px !important;
  height: 64px !important;
  width: 64px !important;
  display: block !important;
  background-color: #6f866a !important;
}

.single-product span.onsale {
  top: calc(3% + 32px) !important;
  right: calc(3% + 32px) !important;
}

/* Custom sub-menu styling */
.sub-menu {
  background: #fff;
  padding: 1rem !important;
}

.sub-menu a {
  color: #4d574b !important;
}

/* Mobile Menu Arrow Click Functionality */
.primary-mobile-menu .menu-item-has-children {
  position: relative;
}

.primary-mobile-menu .navigation--arrow {
  cursor: pointer;
  pointer-events: all;
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.primary-mobile-menu .navigation--arrow svg {
  transition: transform 0.3s ease;
  fill: #ffffff;
}

.primary-mobile-menu .menu-item-has-children.active .navigation--arrow svg {
  transform: rotate(180deg);
}

.primary-mobile-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1rem;
  background: transparent;
}

.primary-mobile-menu .menu-item-has-children.active .sub-menu {
  max-height: none;
  height: auto;
  overflow: visible;
  padding: 1rem;
  background: transparent;
  border-radius: 0;
  margin-top: 0.5rem;
  display: block;
  visibility: visible;
  opacity: 1;
}

.primary-mobile-menu .sub-menu li {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.primary-mobile-menu .menu-item-has-children.active .sub-menu li {
  opacity: 1;
  transform: translateY(0);
}

.primary-mobile-menu .sub-menu li a {
  color: #ffffff !important;
  padding: 0.5rem 0;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.primary-mobile-menu .sub-menu li:last-child a {
  border-bottom: none;
}

/* Make mobile menu active sub-menu always visible */
.mobile-menu .active .sub-menu {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Mobile Menu Z-Index Fix - Ensure open menu appears above all content */
.mobile-menu.open {
  z-index: 999999999999 !important;
}

/* Disable hover effects on mobile menu */
@media (max-width: 768px) {


  /* Only show sub-menu when active class is present */
  body .primary-mobile-menu .menu-item-has-children.active .sub-menu {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    padding: 1rem 0 !important;
    background: none !important;
    border-radius: 0 !important;
    margin-top: 0.5rem !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Disable any hover effects on mobile menu items */
  /* .primary-mobile-menu a:hover,
  .primary-mobile-menu .menu-item-has-children:hover>a,
  .primary-mobile-menu .sub-menu a:hover {
    opacity: 1 !important;
    background: transparent !important;
    color: #ffffff !important;
  } */
}


header.mega-menu__active {
  z-index: 999999999999 !important;
}

/* Main navigation default z-index */
.main-navigation {
  z-index: 999999 !important;
}

/* PhotoSwipe open state - lower main navigation z-index */
body.pswp-open .main-navigation {
  z-index: 1 !important;
}

.elementor-top-section {
  overflow-x: hidden;
}

/* Cart page padding and heading */
body.woocommerce-cart #main,
body.woocommerce-cart main,
body.cart #main,
body.cart main {
  padding: var(--spacing) !important;
}

body.woocommerce-cart .woocommerce-cart-form h1,
body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-title,
body.woocommerce-cart h1.page-title,
body.cart .woocommerce-cart-form h1,
body.cart .entry-title,
body.cart .page-title,
body.cart h1.page-title {
  display: block;
  margin-bottom: var(--spacing);
}

/* Ensure cart page content has proper spacing */
body.woocommerce-cart .woocommerce-cart-form,
body.cart .woocommerce-cart-form {
  padding: 0;
}

body.gift-card .product-summary-container {
  display: none;
}

body.gift-card .product-gallery-container {
  width: 100%;
  max-height: fit-content !important;
  position: relative !important;
}

body.gift-card #wooswipe {
  display: none;
}

body.gift-card .wt_gc_gift_card_product_page_title h1 {
  text-align: center;
}

body.gift-card .wt_gc_gift_card_product_page_form_wrapper input:not([type="radio"]),
body.gift-card .wt_gc_gift_card_product_page_form_wrapper textarea {
  border-radius: 0px !important;
  font-size: 15px;
  border: 2px solid var(--form-color-dark);
  padding: 24px !important;
}

body.gift-card .wt_gc_gift_card_product_page_form_wrapper textarea {
  min-height: 200px;
}

body.gift-card .ppcp-messages {
  display: none !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	display: inline-flex !important;
}