.ast-archive-entry-banner[data-post-type="product"][data-banner-background-type="featured"] {
    background-image: url(https://gunnerd.us/wp-content/uploads/2026/06/gun_store_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wc-block-product-categories-list-item__name {color: #000000;}
/* Target Chrome, Safari, Edge, and Opera */
input.wc-block-price-filter__range-input::-webkit-slider-thumb {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

/* Target Firefox */
input.wc-block-price-filter__range-input::-moz-range-thumb {
    background-color: #000000  !important;
    border-color: #000000 !important;
}

.woocommerce-page .widget .wc-block-price-slider input[type=range] {
	 background-color: #000000  !important;
    border-color: #000000 !important;
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {background: none;}

.woocommerce-js nav.woocommerce-pagination ul li a, .woocommerce-js nav.woocommerce-pagination ul li span {color: #000000; background: none;}

#moderncart-floating-cart .moderncart-floating-cart-count {background-color: #7A7A7A;}

#moderncart-floating-cart button {
  background-color: #DCA54A;
}

.ast-icon svg:not([fill]) {
    fill: #ffffff;
}

.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
    color: #000000;
    background-color: #ffffff;
}

.woocommerce-js div.product .stock {
    color: #77a464;
}

a, .page-title {
    color: #000000;
}

#moderncart-slide-out .moderncart-slide-out-footer .moderncart-cart-total a.checkout-button { 
background-color: #DCA54A;
}

.moderncart-cart-item-image .moderncart-cart-item-onsale { background-color: #DCA54A; }

.woocommerce-shop :where(h1,h2,h3,h4,h5,h6, span) {
	color: #000000;
}

.ast-builder-menu-1 .menu-item > .menu-link {
	color: #ffffff;
}

.woocommerce-js ul.products li.product .price del {
    color: #000000;
}

.woocommerce-page a, .page-title {
	color: #ffffff;
}

.woocommerce-js ul.products li.product .price del {
	color: #ffffff;
}

.cfvsw-swatch-inner, .woocommerce-result-count {
	color: #000000;
}

.woocommerce-checkout .wc-gc-gift-cards-wrapper,
.add_gift_card_form {
    display: none !important;
}

.woocommerce-Tabs-panel {
	color: #ffffff;
}

.ast-archive-entry-banner h1 {
		font-size: 90px !important;
    font-size: 5.625rem !important;
    font-family: 'Allerta Stencil', sans-serif;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #ffffff;
}


.e-ff5ba94-f126429, .e-divider-base {
	  width: 25%;
    height: 5px;
    background: #dca54a !important;
    border: none;
}

@media (max-width: 543px) {
    .ast-builder-grid-row-mobile-layout-default {
        background: transparent;
    }
    .ast-builder-grid-row-mobile-layout-default img {
        max-width: 100px !important;
        width: 100px;
    }
    .ast-woocommerce-container {
      background: #ffffff !important;
    }
    .ast-archive-entry-banner[data-post-type="product"] {
      margin-top: -180px;
      padding-bottom: 100px;
    }
    .ast-archive-entry-banner h1 {
      font-size: 4rem !important;
    }
}
/* GunNERD shop product text */
.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce ul.products li.product .astra-shop-summary-wrap *,
.woocommerce ul.products li.product .astra-shop-summary-wrap a,
.woocommerce ul.products li.product .astra-shop-summary-wrap span,
.woocommerce ul.products li.product .astra-shop-summary-wrap bdi,
.woocommerce ul.products li.product .astra-shop-summary-wrap del,
.woocommerce ul.products li.product .astra-shop-summary-wrap ins {
    color: #ffffff !
			mportant;
}
.gunnerd-shop-search {
    margin: 40px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.gunnerd-shop-search-label {
    font-family: "Allerta Stencil", sans-serif;
    color: #DCA54A;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.gunnerd-shop-search .woocommerce-product-search {
    position: relative;
    width: 100%;
    max-width: 560px;
}

.gunnerd-shop-search .woocommerce-product-search::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DCA54A' stroke-width='2'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.gunnerd-shop-search input[type="search"] {
    width: 100%;
    padding: 16px 110px 16px 50px;
    background: #14100c;
    border: 2px solid #DCA54A;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    transition: box-shadow .25s ease, border-color .25s ease;
    animation: gunnerdPulse 3s ease-in-out infinite;
}

.gunnerd-shop-search input[type="search"]::placeholder {
    color: #a89a7c;
}

.gunnerd-shop-search input[type="search"]:focus {
    outline: none;
    border-color: #f0c675;
    box-shadow: 0 0 0 4px rgba(220,165,74,.35);
    animation: none;
}

.gunnerd-shop-search button[type="submit"] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #DCA54A;
    border: none;
    border-radius: 24px;
    color: #14100c;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 22px;
    cursor: pointer;
    transition: background .2s ease, transform .15s ease;
}

.gunnerd-shop-search button[type="submit"]:hover {
    background: #f0c675;
    transform: translateY(-50%) scale(1.05);
}

@keyframes gunnerdPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(220,165,74,0.35); }
    50% { box-shadow: 0 0 0 6px rgba(220,165,74,0.12); }
}
.woocommerce-loop-product__title {
    color: #DCA54A !important;
}
/* Category grid - Firearms Now Available section */
ul.products.columns-3 {
    gap: 24px;
}

.product-category {
    position: relative;
    height: 380px;
    overflow: hidden;
    border-radius: 4px;
}

.product-category a {
    display: block;
    height: 100%;
    position: relative;
}

.product-category {
    background: #14100c;
}
.product-category {
    background: #14100c;
}

.product-category img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
	object-position: center;
}

.product-category .woocommerce-loop-category__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 28px 24px 20px;
    background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,0));
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
}

.product-category .woocommerce-loop-category__title .count {
    display: block;
    background: none;
    padding: 4px 0 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #DCA54A;
}

@media (max-width: 768px) {
    .product-category {
        height: 280px;
    }
}

.wc-block-product-categories-list-item__name {
    color: #f5ede0 !important;
}