/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.12.6
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 10.6
Tested up to: 6.9
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */
/* =================================================================
   JNC SHARED SHOP STYLES  —  jnc-shop-shared.css.php
   Include in all three archive files; move to main stylesheet once done.
   ================================================================= */
/* =================================================================
   JNC SHARED SHOP STYLES  v2  —  jnc-shop-shared.css.php
   ================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

:root{
  --jnc-olive:#2b3320;
  --jnc-olive-dark:#1d2417;
  --jnc-gold:#c9a04d;
  --jnc-gold-light:#e8d49a;
  --jnc-cream:#f3eee3;
  --jnc-cream-dark:#ede6d3;
  --jnc-ink:#1a1a1a;
}

/* ── LUXURY PAGE HEADING ──────────────────────────────────────────── */
.jnc-shop-wrap{
  background:var(--jnc-cream);
  padding:0 5% 72px;
}

/* Heading — plain beige/cream, gold title, no dark box */
.jnc-shop-heading{
  position:relative;
  text-align:center;
  padding:48px 20px 40px;
  margin:0 0 40px;
  background:transparent;
}

.jnc-shop-heading .kicker{
  display:block;
  font-family:'Jost',sans-serif;
  letter-spacing:5px;
  font-size:10px;
  color:var(--jnc-gold);
  text-transform:uppercase;
  font-weight:500;
  margin-bottom:14px;
}

.jnc-shop-heading h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(32px,5vw,56px);
  font-weight:500;
  color:var(--jnc-gold);
  letter-spacing:0.02em;
  margin:0 0 16px;
  line-height:1.1;
}

/* Ornamental rule: thin lines + diamond */
.jnc-shop-heading .rule{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0 auto;
  width:220px;
}
.jnc-shop-heading .rule::before,
.jnc-shop-heading .rule::after{
  content:'';
  flex:1;
  height:1px;
  background:linear-gradient(to right,transparent,var(--jnc-gold));
}
.jnc-shop-heading .rule::after{
  background:linear-gradient(to left,transparent,var(--jnc-gold));
}
.jnc-shop-heading .rule-diamond{
  color:var(--jnc-gold);
  font-size:8px;
  line-height:1;
  flex-shrink:0;
}

/* Subtitle / excerpt */
.jnc-shop-heading .subtitle{
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-size:18px;
  color:#6b6252;
  margin:14px 0 0;
  letter-spacing:0.02em;
  line-height:1.6;
}

/* ── FILTER BAR ──────────────────────────────────────────────────── */
.jnc-filterbar{
  display:flex;align-items:center;flex-wrap:wrap;gap:10px;
  background:#fff;border:1px solid #e6e0d2;border-radius:4px;
  padding:14px 18px;margin-bottom:28px;
}
.jnc-filterbar-label{
  font-family:'Jost',sans-serif;
  font-size:10px;letter-spacing:2px;text-transform:uppercase;
  color:var(--jnc-gold);font-weight:600;margin-right:4px;white-space:nowrap;
}
.jnc-filterbar-sep{width:1px;height:28px;background:#e6e0d2;margin:0 6px;flex-shrink:0;}

/* Category pills */
.jnc-cat-pills{display:flex;flex-wrap:wrap;gap:6px;}
.jnc-cat-pill{
  display:inline-block;padding:5px 14px;border:1px solid #d9c896;border-radius:0;
  font-family:'Jost',sans-serif;font-size:11px;letter-spacing:0.5px;
  color:#666;cursor:pointer;transition:.2s;white-space:nowrap;background:#fff;
}
.jnc-cat-pill:hover,.jnc-cat-pill.active{
  background:var(--jnc-olive);color:var(--jnc-gold);border-color:var(--jnc-olive);
}

/* Price inputs inline */
.jnc-price-inline{display:flex;align-items:center;gap:8px;white-space:nowrap;}
.jnc-price-inline input[type=range]{width:110px;accent-color:var(--jnc-gold);}
.jnc-price-inline .jnc-pval,
.jnc-pval{
  min-width:62px;font-family:'Jost',sans-serif;font-size:11px;color:#555;
  background:#f7f3ea;border:1px solid #e0d8c4;
  border-radius:2px;padding:3px 7px;text-align:center;
}

/* Sale toggle */
.jnc-sale-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap;}
.jnc-sale-toggle input{accent-color:var(--jnc-gold);width:15px;height:15px;cursor:pointer;}
.jnc-sale-toggle span{font-family:'Jost',sans-serif;font-size:12px;color:#444;}

/* Sort */
.jnc-sort-inline select{
  border:1px solid #d9d2bf;padding:7px 12px;background:#fff;
  font-family:'Jost',sans-serif;font-size:11px;letter-spacing:0.3px;
  color:#333;border-radius:2px;cursor:pointer;
}
.jnc-filterbar-spacer{flex:1;}

/* Mobile filter button */
.jnc-mobile-filter-btn{
  display:none;align-items:center;gap:8px;
  background:var(--jnc-olive);color:var(--jnc-gold);
  border:none;padding:10px 18px;
  font-family:'Jost',sans-serif;font-size:11px;
  letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border-radius:2px;
}

/* Mobile toolbar wrapper (filter btn + sort select) — hidden on desktop */
.jnc-mobile-toolbar{
  display:none;justify-content:space-between;align-items:center;margin-bottom:18px;
}
.jnc-mobile-toolbar select{
  border:1px solid var(--jnc-gold);background:var(--jnc-cream);
  color:var(--jnc-olive-dark);font-family:'Jost',sans-serif;font-size:11px;
  letter-spacing:0.3px;padding:9px 14px;border-radius:2px;cursor:pointer;
}

/* Count line */
.jnc-count-line{
  font-family:'Jost',sans-serif;font-size:12px;
  letter-spacing:0.5px;color:#999;margin-bottom:18px;
}

@media(max-width:900px){
  .jnc-filterbar{display:none;}
  .jnc-mobile-filter-btn{display:flex;}
  .jnc-mobile-toolbar{display:flex;}
}

/* ── FILTER BOX (drawer) ─────────────────────────────────────────── */
.jnc-filter-box{background:#fff;border:1px solid #e6e0d2;border-radius:2px;margin-bottom:14px;}
.jnc-filter-box h4{
  font-family:'Jost',sans-serif;font-size:10px;letter-spacing:2px;text-transform:uppercase;
  color:var(--jnc-olive-dark);margin:0;padding:14px 16px;
  border-bottom:1px solid #f0ead8;
}
.jnc-filter-box .body{padding:14px 16px;}
.jnc-filter-box label{
  display:flex;align-items:center;gap:8px;
  font-family:'Jost',sans-serif;font-size:13px;
  color:#444;margin-bottom:10px;cursor:pointer;
}
.jnc-filter-box label:last-child{margin-bottom:0;}
.jnc-filter-box input[type=checkbox],
.jnc-filter-box input[type=radio]{accent-color:var(--jnc-gold);width:14px;height:14px;}

/* Price range (drawer) */
.jnc-price-range input[type=range]{width:100%;accent-color:var(--jnc-gold);margin:6px 0;}
.jnc-price-vals{display:flex;justify-content:space-between;font-family:'Jost',sans-serif;font-size:12px;color:#666;margin-top:4px;}

/* Apply btn */
.jnc-apply-btn{
  width:100%;background:var(--jnc-olive);color:var(--jnc-gold);
  border:1px solid var(--jnc-gold);padding:13px;
  font-family:'Jost',sans-serif;font-size:11px;
  letter-spacing:2px;text-transform:uppercase;cursor:pointer;
  transition:.2s;border-radius:2px;
}
.jnc-apply-btn:hover{background:var(--jnc-gold);color:var(--jnc-olive-dark);}

/* ── PRODUCT GRID ────────────────────────────────────────────────── */
.jnc-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:24px !important;
  list-style:none !important;margin:0 !important;padding:0 !important;
}
.jnc-grid-3{grid-template-columns:repeat(3,1fr) !important;}

/* ── PRODUCT CARD ────────────────────────────────────────────────── */
.jnc-card{
  background:#fff !important;position:relative;
  border:1px solid #e2d9be;border-radius:0;overflow:hidden;
  box-shadow:0 2px 12px rgba(43,51,32,.05);
  transition:box-shadow .3s,transform .3s;
}
.jnc-card:hover{box-shadow:0 12px 32px rgba(43,51,32,.13);transform:translateY(-3px);}
.jnc-card .img-wrap{
  position:relative;overflow:hidden;aspect-ratio:3/4;
  background:#eee8d8;display:block;margin:0;
}
.jnc-card img{
  width:100% !important;height:100% !important;
  object-fit:cover;display:block;transition:.5s;margin:0 !important;
}
.jnc-card:hover img{transform:scale(1.06);}

/* ── WISHLIST BUTTON ─────────────────────────────────────────────── */
.jnc-wish-btn{
  position:absolute;top:10px;right:10px;
  width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,.92);
  display:flex;align-items:center;justify-content:center;
  border:none;cursor:pointer;padding:0;
  box-shadow:0 2px 6px rgba(0,0,0,.14);
  transition:background .2s,transform .2s;
  z-index:2;
}
.jnc-wish-btn:hover{background:#fff;transform:scale(1.12);}
.jnc-wish-btn svg{width:16px;height:16px;transition:fill .2s,stroke .2s;}
/* default: outline heart */
.jnc-wish-btn .heart-fill{fill:none;stroke:var(--jnc-olive-dark);stroke-width:1.8;}
/* active: filled gold */
.jnc-wish-btn.wishlisted .heart-fill{fill:var(--jnc-gold);stroke:var(--jnc-gold);}

.jnc-card .sale-badge{
  position:absolute;top:10px;left:10px;
  background:var(--jnc-gold);color:var(--jnc-olive-dark);
  font-family:'Jost',sans-serif;font-size:9px;letter-spacing:1.5px;
  padding:3px 9px;text-transform:uppercase;font-weight:600;
}

.jnc-card .info{padding:14px 14px 18px;}
.jnc-card .cat{
  font-family:'Jost',sans-serif;font-size:9px;
  letter-spacing:1.5px;text-transform:uppercase;color:var(--jnc-gold);
}
.jnc-card .title{
  font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:400;
  margin:6px 0 9px;color:var(--jnc-olive-dark);line-height:1.3;
}
.jnc-card .title a{color:inherit;text-decoration:none;}
.jnc-card .price{font-family:'Jost',sans-serif;font-size:13px;color:#333;}
.jnc-card .price del{color:#bbb;margin-right:5px;}
.jnc-card .price ins{text-decoration:none;color:var(--jnc-olive-dark);font-weight:500;}

/* ── WISHLIST TOAST NOTIFICATION ─────────────────────────────────── */
#jnc-wish-toast{
  position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(20px);
  background:var(--jnc-olive-dark);color:#fff;
  font-family:'Jost',sans-serif;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;
  padding:13px 28px;
  border-left:3px solid var(--jnc-gold);
  opacity:0;pointer-events:none;
  transition:opacity .3s,transform .3s;
  z-index:99999;white-space:nowrap;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}
#jnc-wish-toast.show{
  opacity:1;transform:translateX(-50%) translateY(0);
}

/* ── PAGINATION ──────────────────────────────────────────────────── */
.jnc-pagination{margin-top:56px;text-align:center;}
.jnc-pagination .page-numbers{
  display:inline-block;padding:8px 14px;margin:0 2px;
  border:1px solid #d9d2bf;
  font-family:'Jost',sans-serif;color:#555;text-decoration:none;font-size:12px;
  letter-spacing:0.5px;border-radius:1px;transition:.18s;
}
.jnc-pagination .page-numbers:hover{background:var(--jnc-cream-dark);}
.jnc-pagination .page-numbers.current{
  background:var(--jnc-olive);color:var(--jnc-gold);border-color:var(--jnc-olive);
}

/* ── MOBILE DRAWER ───────────────────────────────────────────────── */
.jnc-drawer-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9998;}
.jnc-drawer-overlay.open{display:block;}
.jnc-drawer{
  position:fixed;top:0;right:-100%;width:85%;max-width:340px;
  height:100%;background:var(--jnc-cream);z-index:9999;
  transition:right .35s ease;overflow-y:auto;padding:22px 18px;
}
.jnc-drawer.open{right:0;}
.jnc-drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;}
.jnc-drawer-head h3{
  font-family:'Cormorant Garamond',serif;font-weight:400;
  color:var(--jnc-olive-dark);margin:0;font-size:22px;
}
.jnc-drawer-close{background:none;border:none;font-size:24px;cursor:pointer;color:var(--jnc-olive-dark);}

/* ── RESPONSIVE ──────────────────────────────────────────────────── */
@media(max-width:1200px){.jnc-grid{grid-template-columns:repeat(3,1fr) !important;}}
@media(max-width:800px) {.jnc-grid{grid-template-columns:repeat(2,1fr) !important;gap:14px !important;}}
@media(max-width:768px) {
  .jnc-shop-heading h1{font-size:36px;}
  .jnc-shop-heading{padding:40px 20px 36px;}
}

/* ── WISHLIST PAGE ────────────────────────────────────────────────── */
.jnc-wishlist-empty{
  text-align:center;padding:80px 20px;
  font-family:'Cormorant Garamond',serif;
  font-size:22px;color:#aaa;font-style:italic;
}
.jnc-wishlist-empty a{
  display:inline-block;margin-top:20px;
  font-family:'Jost',sans-serif;font-size:11px;letter-spacing:2px;
  text-transform:uppercase;color:var(--jnc-olive-dark);
  border-bottom:1px solid var(--jnc-gold);padding-bottom:2px;
  text-decoration:none;
}

/* Card: wishlist remove button overlaid at top-right */
.jnc-card .jnc-wish-remove{
  position:absolute;top:10px;right:10px;
  width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,.92);
  display:flex;align-items:center;justify-content:center;
  border:none;cursor:pointer;padding:0;
  box-shadow:0 2px 6px rgba(0,0,0,.14);
  font-size:14px;line-height:1;color:#c0392b;
  transition:background .2s,transform .2s;z-index:2;
}
.jnc-card .jnc-wish-remove:hover{background:#c0392b;color:#fff;transform:scale(1.1);}

/* Add to cart button inside wishlist card */
.jnc-card .jnc-atc-btn{
  display:block;width:100%;
  margin-top:11px;
  padding:10px 12px;
  background:var(--jnc-olive);color:var(--jnc-gold);
  border:none;cursor:pointer;
  font-family:'Jost',sans-serif;font-size:10px;letter-spacing:2px;
  text-transform:uppercase;text-align:center;
  text-decoration:none;transition:.2s;
}
.jnc-card .jnc-atc-btn:hover{background:var(--jnc-gold);color:var(--jnc-olive-dark);}