/**
Theme Name: Basekitchen
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basekitchen
Template: astra
*/

/* Base Kitchen shop archive layout */
.post-type-archive-product .woocommerce-products-header .page-description,
.tax-product_cat .woocommerce-products-header .page-description,
.tax-product_tag .woocommerce-products-header .page-description {
  display: none;
}

.bk-shop-archive {
  margin-top: 1.5rem;
}

.bk-shop-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  background: #ffffff;
  color: #111827;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 25px rgba(17, 24, 39, 0.08);
  margin-bottom: 1rem;
}

.bk-shop-filter-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.bk-shop-filter-toggle__icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.bk-shop-filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 998;
}

body.bk-shop-filters-open {
  overflow: hidden;
}

body.bk-shop-filters-open .bk-shop-filter-overlay {
  opacity: 1;
  pointer-events: auto;
}

.bk-shop-archive__shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

.bk-shop-categories {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  padding: 1.25rem;
}

.bk-shop-categories__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.bk-shop-categories__header h2 {
  margin: 0;
  font-size: 1.05rem;
}

.bk-shop-filter-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: 1.5rem;
  line-height: 1;
}

.bk-shop-categories__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bk-shop-categories__nav li {
  margin: 0;
}

.bk-shop-categories__nav li + li {
  margin-top: 0.35rem;
}

.bk-shop-categories__nav li ul {
  margin-top: 0.35rem;
  padding-left: 0.85rem;
  border-left: 1px solid #e5e7eb;
}

.bk-shop-categories__nav a {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  color: #111827;
  text-decoration: none !important;
  text-align: center;
}

.bk-shop-categories__nav .current-cat > a,
.bk-shop-categories__nav a:hover,
.bk-shop-categories__nav a:focus {
  background: #111827;
  color: #ffffff;
}

.bk-shop-archive__main .woocommerce-notices-wrapper:empty {
  display: none;
}

.bk-shop-archive__main .woocommerce-result-count,
.bk-shop-archive__main .woocommerce-ordering {
  float: none !important;
  margin: 0 0 1rem;
}

.bk-shop-archive__main .woocommerce-ordering {
  margin-left: auto;
}

.bk-shop-archive__main ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.bk-shop-archive__main ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.bk-shop-archive__main ul.products li.product .button,
.bk-shop-archive__main ul.products li.product a.button {
  width: 100%;
  justify-content: center;
}

@media (min-width: 922px) {
  .bk-shop-filter-toggle,
  .bk-shop-filter-close,
  .bk-shop-filter-overlay {
    display: none !important;
  }

  .bk-shop-archive__shell {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 2rem;
  }

  .bk-shop-categories {
    position: sticky;
    top: 2rem;
  }

  .bk-shop-archive__main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 921px) {
  .bk-shop-categories {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(86vw, 320px);
    height: 100dvh;
    border-radius: 0 20px 20px 0;
    transform: translateX(-105%);
    transition: transform 0.25s ease;
    z-index: 999;
    overflow-y: auto;
  }

  body.bk-shop-filters-open .bk-shop-categories {
    transform: translateX(0);
  }
}


/* Base Kitchen homepage recent posts */
.bk-home-recent-posts {
  margin-top: 3rem;
  padding-top: 2.25rem;
  border-top: 1px solid #e5e7eb;
}

.bk-home-recent-posts__header {
  margin-bottom: 1.5rem;
}

.bk-home-recent-posts__header h2 {
  margin: 0 0 0.35rem;
}

.bk-home-recent-posts__header p {
  margin: 0;
  color: #6b7280;
}

.bk-home-recent-posts__grid {
  display: grid;
  gap: 1rem;
}

.bk-home-recent-posts__card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06);
}

.bk-home-recent-posts__thumb-link {
  display: block;
}

.bk-home-recent-posts__thumb {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.bk-home-recent-posts__thumb--placeholder {
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
}

.bk-home-recent-posts__body {
  min-width: 0;
}

.bk-home-recent-posts__date {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.bk-home-recent-posts__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.3;
}

.bk-home-recent-posts__title a {
  color: #111827;
  text-decoration: none;
}

.bk-home-recent-posts__title a:hover,
.bk-home-recent-posts__title a:focus {
  text-decoration: underline;
}

.bk-home-recent-posts__excerpt {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.55;
}

.bk-home-recent-posts__empty {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

@media (min-width: 768px) {
  .bk-home-recent-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bk-home-recent-posts__card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .bk-home-recent-posts__thumb {
    width: 72px;
    height: 72px;
  }
}



/* Base Kitchen homepage new meals */
.bk-home-new-meals {
  margin-top: 3rem;
  padding-top: 2.25rem;
  border-top: 1px solid #e5e7eb;
}

.bk-home-new-meals__header {
  margin-bottom: 1.5rem;
}

.bk-home-new-meals__header h2 {
  margin: 0 0 0.35rem;
}

.bk-home-new-meals__header p {
  margin: 0;
  color: #6b7280;
}

.bk-home-new-meals__grid {
  display: grid;
  gap: 1rem;
}

.bk-home-new-meals__card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06);
}

.bk-home-new-meals__thumb-link {
  display: block;
}

.bk-home-new-meals__thumb {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.bk-home-new-meals__thumb--placeholder {
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
}

.bk-home-new-meals__body {
  min-width: 0;
}

.bk-home-new-meals__date {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.bk-home-new-meals__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.3;
}

.bk-home-new-meals__title a {
  color: #111827;
  text-decoration: none;
}

.bk-home-new-meals__title a:hover,
.bk-home-new-meals__title a:focus {
  text-decoration: underline;
}

.bk-home-new-meals__excerpt {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.55;
}

.bk-home-new-meals__footer {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.bk-home-new-meals__price {
  font-weight: 700;
  color: #111827;
}

.bk-home-new-meals__button,
.woocommerce a.button.bk-home-new-meals__button,
.woocommerce button.button.bk-home-new-meals__button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bk-home-new-meals__empty {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

@media (min-width: 768px) {
  .bk-home-new-meals__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bk-home-new-meals__card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .bk-home-new-meals__thumb {
    width: 72px;
    height: 72px;
  }
}


/* Base Kitchen basket continue shopping button */
.bk-cart-continue-shopping-wrap {
  margin: 0.85rem 0 0;
}

.bk-cart-continue-shopping,
.woocommerce a.button.bk-cart-continue-shopping {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1rem;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  border: 1px solid #d1d5db;
  text-decoration: none;
  font-weight: 700;
}

.bk-cart-continue-shopping:hover,
.woocommerce a.button.bk-cart-continue-shopping:hover,
.bk-cart-continue-shopping:focus,
.woocommerce a.button.bk-cart-continue-shopping:focus {
  background: #f9fafb;
  color: #111827;
  border-color: #111827;
}
