/*
SITE SPECIFIC
Last updated: 27/03/2026
*/

body.opaque-header .header-inner {
	border-bottom: 1px solid #b8b8b84d;
}

:root .wp-block-separator {
	width: 100% !important;
}

[style*="underline"] {
    text-decoration: none !important;
    background-image: url(/wp-content/themes/simple/assets/images/underline.svg);
    background-position: 50% 102%;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: visible;
}

h6.is-style-dot:after, h6.is-style-dot:before {
border-radius: 100%;
content: "";
height: 7px;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
vertical-align: middle;
width: 7px;
}

h6.is-style-dot:before {
animation: pulse-dot 2.5s ease-in-out infinite;
background-color: currentcolor;
opacity: .6;
	left: 1px;
}

h6.is-style-dot:after {
animation: pulse-ring 2.5s ease-in-out infinite;
border: 1px solid;
opacity: 0;
}

h6.is-style-dot {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-left: 1.5em;
	position: relative;
}

@keyframes pulse-dot {
    0% {
        opacity: .6;
        transform: translateY(-50%) scale(.7)
    }

    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1)
    }

    to {
        opacity: .6;
        transform: translateY(-50%) scale(.7)
    }
}

@keyframes pulse-ring {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(1)
    }

    50% {
        opacity: .6;
        transform: translateY(-50) scale(1.5)
    }

    to {
        opacity: 0;
        transform: translateY(-50%) scale(2)
    }
}


/*** gravity forms ***/

label.gfield_label.gform-field-label {
    margin-bottom: 10px;
}

button#gform_browse_button_12_10,
.gform_button_select_files,
.gform-theme-button--control {
 background-color: var(--submit-background);
  color: white !important;
  border: 0;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-family: inherit !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  position: relative !important;
  z-index: 1 !important;
}

.gfield--type-fileupload {
    margin-inline: 0;
    padding-block: 0;
    padding-inline: 0;
    display: block;
    width: 100%;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    background-color: var(--input-background);
    padding: calc(var(--padding) * .5) var(--padding);
    color: var(--input-text);
    border-color: var(--input-border);
    border-width: 0px;
    outline-color: transparent;
    outline-offset: 3px;
    outline-style: solid;
    transition: var(--time);
}

svg {
	transition: var(--time);
}

/* Block List */

.wp-block-list.is-style-block {
	font-size: 110%;
	font-weight: 600;
	padding-left: 0;
}

.wp-block-list.is-style-block li:not(:last-child) {
	border-bottom: 3px solid var(--wp--preset--color--custom-gold);
}

.wp-block-list.is-style-block li {
	padding: .5em 0;
	font-family: var(--wp--preset--font-family--funnel-display);
	padding-left: 2em;
}

.wp-block-list.is-style-block li::before {
    font-variation-settings: 'FILL' var(--mi-fill), 'wght' 600, 'GRAD' var(--mi-grad), 'opsz' var(--mi-opsz) !important;
	opacity: .5;
}


/* GOOGLE REVIEWS */

.wp-block-group .wp-gr.rpi.wpac[data-id="14418"] .grw-header .wp-google-name > a {
  font-size: 28px !important; 
  line-height: 1.2 !important; 
}


/* WooCommerce */


/* WooCommerce Product Filter */

.wcpf-checkbox-list {
    background: #f4f4f2;
    border-radius: 4px;
    padding: 10px 15px;
    font-family: inherit;
	border: 1px solid #e0e0e0 !important
}

.wcpf-input-checkbox {
    display: none !important;
}

.wcpf-input-container {
    display: none !important;
}

.wcpf-checkbox-label > p:first-of-type {
    display: none !important;
}

.wcpf-item {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wcpf-item-inner {
    padding: 0 !important;
    margin: 0 !important;
}

.wcpf-item-label,
.wcpf-checkbox-label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 7px 0 !important;
    cursor: pointer;
    border: none !important;
    flex-wrap: nowrap !important;
}

.wcpf-title {
    color: #1a1a1a !important;
    font-size: 14px !important;
    font-weight: 600 !important;	
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.wcpf-product-counts {
    color: #888 !important;
    font-size: 13px !important;
    margin-left: 3px !important;
}

.wcpf-item:hover > .wcpf-item-inner .wcpf-title {
    color: #e8772a !important;
}

.wcpf-item.checked > .wcpf-item-inner .wcpf-title,
.wcpf-item.wcpf-item-checked > .wcpf-item-inner .wcpf-title,
.wcpf-item.wcpf-active > .wcpf-item-inner .wcpf-title {
    color: #e8772a !important;
    font-weight: 500 !important;
}

.wcpf-item.checked > .wcpf-item-inner .wcpf-product-counts,
.wcpf-item.wcpf-item-checked > .wcpf-item-inner .wcpf-product-counts,
.wcpf-item.wcpf-active > .wcpf-item-inner .wcpf-product-counts {
    color: #e8772a !important;
}

.wcpf-checkbox-label > p:last-of-type {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
}

button.box-item-toggle {
    background: none !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    outline: none !important;
    box-shadow: none !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    position: relative !important;
    font-size: 16px !important;
    line-height: 1 !important;
    overflow: hidden !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

button.box-item-toggle:hover {
    border-color: #e8772a !important;
}

.wcpf-title-container {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
    flex-grow: 1 !important;
    min-height: 24px !important;
}

.wcpf-item-children-container {
    padding-left: 20px !important;
    border: none !important;
    border-left: none !important;
    margin: 0 !important;
    transition: none !important;
    animation: none !important;
}

.wcpf-item-children-container .wcpf-item-children-container {
    padding-left: 18px !important;
}

.wcpf-item-children-container .wcpf-title {
    font-size: 13.5px !important;
    color: #1a1a1a !important;
}

.wcpf-item-children-container .wcpf-item:hover > .wcpf-item-inner .wcpf-title {
    color: #e8772a !important;
}

.wcpf-item-children-container .wcpf-item.checked > .wcpf-item-inner .wcpf-title {
    color: #e8772a !important;
}

.wcpf-checkbox-list > .wcpf-item + .wcpf-item {
    border-top: 1px solid #e5e5e5 !important;
}


/* All page numbers and next/prev links */
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    color: #000 !important;
    background: transparent !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}

/* Current / Active page */
.wp-block-query-pagination .page-numbers.current {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* Hover state */
.wp-block-query-pagination .page-numbers:hover:not(.current),
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover {
    background: #f5f5f5 !important;
    border-color: #000 !important;
}

/* Next / Previous — replace text with arrows */
.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
    font-size: 0 !important; /* hide text */
}

.wp-block-query-pagination-next::after {
    content: "›" !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.wp-block-query-pagination-previous::before {
    content: "‹" !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

/* Single Products */

.woocommerce-product-gallery__image {
	border: 1px solid #e0e0e0 !important;
    border-radius: 5px !important;
    padding: 15px !important;
    background: #fff !important;
    transition: box-shadow 0.2s ease;
    display: flex !important;
    flex-direction: column !important;	
}

/* Side Cart */

.fc-cart-item {
	border-bottom: 1px solid #e0e0e0;	
}
span.fc-quantity-holder {
    color: black;
	font-weight:bold;
}

.fc-icon-quantity-wrapper {
    background-color: #d4af37 !important;
}

.fc-icon-wrapper {
    border: 2px solid #e0e0e0;
}

.fc-cart-item {
	border-bottom: 1px solid #e0e0e0;	
}

.xoo-wsc-sc-cont span.woocommerce-Price-amount.amount {
    display: none !important;
}

.xoo-wsc-sc-cont {
	width: 36px;
    height: 36px;
    background-color: var(--wp--preset--color--custom-pearl);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: transform .1s ease;
}
.xoo-wsc-sc-cont:hover {
	transform: scale(1.1);
}

[class^="fc-icon-"]:before {
    margin-right: .3em !important;
}

.fc-ul-container li:hover .fc-cart-li-remove {
    width: 10%!important;
    flex: 0 0 10% !important;
    visibility: visible;
}

.fc-ul-container li:hover .fc-cart-item {
    width: 90%!important;
    flex: 0 0 90%!important;
    background-color: #f5f5f5;
}


.fc-cart-item .fc-quantity .quantity {
    max-width: 70px !important;
}

.fc-qty-wrap.fc-plus-minus-enabled{
	border: 1px solid #e0e0e0;	
}

.fc-cart-item .fc-quantity .quantity input.qty {
    max-width: 100% !important;
    height: 46px!important;
    width: 45px!important;
    border-radius: 0;

    padding: 0!important;
    text-align: center;
    display: block;
    border-width: 0!important;
}

/* Product grid/collection image block */
.wc-block-components-product-image {
    background-color: #f6f6f6 !important;
}

/* Single product page gallery image */
.woocommerce-product-gallery__image {
    background-color: #f6f6f6 !important;
}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 2 !important;
}


.quality-products .items-wrap {
    max-width: 100%;
    margin: 0 auto;
}

.quality-products .items-wrap .item {
    background-color: #f6f6f6;
    padding: 0.8em 0.6em;
    border-radius: 8px;
}

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

/* Product Tags */

.taxonomy-product_tag a {
    border: 1px solid 
color-mix(in srgb, var(--wp--preset--color--custom-chrom) 50%, transparent);
    border-radius: 5px;
    font-size: .75em;
    display: inline-block;
    background-color: 
color-mix(in srgb, var(--wp--preset--color--custom-chrom) 20%, transparent);
    padding: .05em .4em;
	margin-right: .4em;
}
.taxonomy-product_tag .wp-block-post-terms__separator {
	display: none;
}


/* Checkout */
.wp-block-woocommerce-checkout-order-summary-block {
	background: #F4F4F2 !important;
}

/* Side Cart Updates */

/* Side Cart - Overall */
.xoo-wsc-container {
    font-family: inherit;
}

/* Side Cart - Header */
.xoo-wsc-header {
    background-color: #1a1a1a;
}

/* Side Cart - Product rows */
.xoo-wsc-product {
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

.xoo-wsc-product:last-child {
    border-bottom: none;
}

/* Side Cart - Product image */
.xoo-wsc-img-col img {
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 4px;
}

/* Side Cart - Product name */
.xoo-wsc-pname a {
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.xoo-wsc-pname a:hover {
    color: var(--wp--preset--color--custom-gold, #d4af37);
}

/* Side Cart - Quantity x Price */
.xoo-wsc-qty-price {
    color: #666;
    font-size: 0.875rem;
}

/* Side Cart - Delete icon */
.xoo-wsc-smr-del {
    color: #aaa;
    transition: color 0.3s ease;
}

.xoo-wsc-smr-del:hover {
    color: #cc0000;
}

/* Side Cart - Footer */
.xoo-wsc-footer {
    border-top: 1px solid #e0e0e0;
    background-color: #f6f6f6;
}

/* Side Cart - Subtotal */
.xoo-wsc-ft-amt {
    font-weight: 600;
}

/* Side Cart - Footer text */
.xoo-wsc-footer-txt {
    font-size: 0.8rem;
    color: #888;
}

/* Side Cart - Buttons shared */
.xoo-wsc-ft-btn {
    border-radius: 5px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease !important;
}

/* Side Cart - Continue Shopping button */
.xoo-wsc-ft-btn-continue {
    background-color: #1a1a1a !important;
    color: #fff !important;
    border: 1px solid #1a1a1a !important;
}

.xoo-wsc-ft-btn-continue:hover {
    background-color: #333 !important;
    border-color: #333 !important;
}

/* Side Cart - Checkout button */
.xoo-wsc-ft-btn-checkout {
    background-color: var(--wp--preset--color--custom-gold, #d4af37) !important;
    color: #1a1a1a !important;
    border: 1px solid var(--wp--preset--color--custom-gold, #d4af37) !important;
}

.xoo-wsc-ft-btn-checkout:hover {
    background-color: color-mix(in srgb, var(--wp--preset--color--custom-gold, #d4af37) 80%, #000) !important;
    border-color: color-mix(in srgb, var(--wp--preset--color--custom-gold, #d4af37) 80%, #000) !important;
}

.xoo-wsc-btn .amount {
    color: black !important;
}

.xoo-wsc-footer {
    box-shadow: none !important;
}

a.xoo-wsc-ft-btn-checkout .amount {
    font-style: normal !important;
}


/* Homepage New Arrivals */

.wc-block-product-template .wc-block-product h2.has-text-align-center.wp-block-post-title {
    color: black;
}


.added_to_cart.wc_forward {
    display: none !important;
}



/* WooComerce native side cart */

.wc-block-mini-cart__drawer .wc-block-cart-items__row {
  display: flex !important;
  gap: 1rem !important;
  padding: 1rem 0 !important;
  border-bottom: 0.0625rem solid #e0e0e0 !important;
  align-items: flex-start !important;
}

.wc-block-mini-cart__drawer .wc-block-cart-item__image {
  flex: 0 0 4.5rem !important;
  width: 4.5rem !important;
  height: 4.5rem !important;
  border: 0.0625rem solid #e0e0e0 !important;
  border-radius: 0.25rem !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.wc-block-mini-cart__drawer .wc-block-cart-item__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.wc-block-mini-cart__drawer .wc-block-cart-item__product {
  flex: 1 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    font-weight: 600;
}

.wc-block-mini-cart__drawer a.wc-block-components-product-name {
    font-weight: 600;
}

.wc-block-mini-cart__footer.wp-block-woocommerce-mini-cart-footer-block {
    background: #f4f4f2;
}

.wc-block-mini-cart__drawer .wc-block-components-product-metadata__description {
    display: none;
}


.wc-block-mini-cart__drawer  button.wc-block-cart-item__remove-link {
    text-transform: uppercase !important;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-checkout:hover,
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-checkout:focus-visible {
  background: #333 !important;
  color: #fff !important;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-checkout .wc-block-components-button__text {
  color: inherit !important;
}

/* Order Summery */

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata {
    display: none !important;
}


.wp-block-woocommerce-checkout-order-summary-block  span.price.wc-block-components-product-price {
    font-weight:600 !important;
}




/* WooCommerce Product Loop */

ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

ul.products.columns-4::before,
ul.products.columns-4::after {
    display: none !important;
    content: none !important;
}

ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
    float: none !important;
    clear: none !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 5px !important;
    background: #fff !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
}

ul.products li.product.first,
ul.products li.product.last {
    clear: none !important;
    float: none !important;
    margin: 0 !important;
}

ul.products li.product > a {
    flex: 0 0 auto !important;
}

ul.products li.product > p:last-child {
    margin-top: auto !important;
    padding-top: 10px !important;
}

ul.products li.product:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

ul.products li.product img {
    background: #f4f4f2 !important;
    border-radius: 4px;
    padding: 10px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

ul.products li.product a.button,
ul.products li.product a.add_to_cart_button,
ul.products li.product a.product_type_variable {
    text-align: center;
    padding: 8px 16px;
}

h2.woocommerce-loop-product__title {
    font-size: 1em !important;
}


ul.products li.product > p:last-child {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

ul.products li.product .price {
    display: block !important;
    margin: 4px 0 8px 0 !important;
    padding: 0 !important;
}

ul.products li.product > p:last-child > a.woocommerce-LoopProduct-link {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

ul.products li.product > p:last-child > br {
    display: none !important;
}

h2.woocommerce-loop-product__title {
    font-size: 1em !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

ul.products li.product p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    height: 0 !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0px !important;
}

a.added_to_cart.wc-forward {
    display: inline-block !important;
    font-size: 0 !important;
    text-decoration: none !important;
    pointer-events: none !important;
	margin-top:2em !important;
}

/*
a.added_to_cart.wc-forward::after {
    content: "PRODUCT ADDED" !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #065f46 !important;
    letter-spacing: 0.5px !important;
}
*/

span:where(.wc-block-mini-cart__badge) {
    background-color: #e8772a !important;
	color: white !important;
}

button.wc-block-cart-item__remove-link {
    font-weight: 600 !important;
    color: #c70505 !important;
}

/* WooCoomerce Sorting Dropdown */

.woocommerce-ordering {
	font-weight: 400;
	display: flex !important;
	align-items: center;
	gap: .5em;
}

.wc-block-catalog-sorting label {
	margin: 0 !important
}

.wc-block-catalog-sorting select {
	border: 1px solid #e8772a;
	font-weight: bolder;
	font-family: inherit;
	font-size: var(--wp--preset--font-size--small);
	padding: .17em;
}



/* WooCoomerce Pagination */

/* Pagination Container */
.wp-block-query-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    margin-top: 3rem !important;
}


/** Custom WooComerce Filter **/


/* Product Category Filter */
.pf-filter {
    background: #f4f4f2;
    padding: 10px 15px;
    font-family: inherit;
    border: 1px solid #e0e0e0;
}

.pf-list {
    margin: 0;
    padding: 0;
}

.pf-item {
    margin: 0;
    padding: 0;
}

.pf-item + .pf-item {
    border-top: 1px solid #e5e5e5;
}

.pf-item-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
    cursor: pointer;
    text-decoration: none;
    flex-wrap: nowrap;
}

.pf-title {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.1px;
    transition: color 0.2s ease;
}

.pf-count {
    color: #888;
    font-size: 14px;
    margin-left: 8px;
    flex-shrink: 0;
}

/* Hover */
.pf-item:hover .pf-title {
    color: #e8772a;
}

.pf-item:hover .pf-count {
    color: #e8772a;
}

/* Active / Selected */
.pf-item.pf-active .pf-title {
    color: #e8772a;
    font-weight: 500;
}

.pf-item.pf-active .pf-count {
    color: #e8772a;
}





/* WooCommerce Product Loop - Block Theme */

ul.wc-block-product-template.columns-4,
ul.wp-block-woocommerce-product-template.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

ul.wc-block-product-template::before,
ul.wc-block-product-template::after {
    display: none !important;
    content: none !important;
}

li.wc-block-product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
    float: none !important;
    clear: none !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
}

li.wc-block-product.first,
li.wc-block-product.last {
    clear: none !important;
    float: none !important;
    margin: 0 !important;
}

li.wc-block-product:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Product Image */
li.wc-block-product .wc-block-components-product-image img {
    background: #f4f4f2 !important;
    border-radius: 4px;
    padding: 10px;
    object-fit: contain !important;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}


/* Product Price */
li.wc-block-product .wp-block-woocommerce-product-price {
    display: block !important;
    margin: 4px 0 8px 0 !important;
    padding: 0 !important;
}

li.wc-block-product .wc-block-components-product-price {
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

/* Push Add to Cart button to bottom */
li.wc-block-product .wp-block-woocommerce-product-button {
    margin-top: auto !important;
    padding-top: 10px !important;
}

/* View Cart link after adding */
li.wc-block-product a.added_to_cart.wc_forward {
    display: inline-block !important;
    font-size: 0 !important;
    text-decoration: none !important;
    pointer-events: none !important;
    margin-top: 2em !important;
}

/*
li.wc-block-product a.added_to_cart.wc_forward::after {
    content: "PRODUCT ADDED" !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #065f46 !important;
    letter-spacing: 0px !important;
}
*/

/* Cart Remove Button */
button.wc-block-cart-item__remove-link {
    font-weight: 600 !important;
    color: #c70505 !important;
}


/* Product card border hover — smooth transition */
li.wc-block-product {
    border: 1px solid transparent;
    transition: border-color 0.25s ease;
}

li.wc-block-product:hover {
    border-color: #e8772a !important;
}

/* Homepage secondary nav WooCommerce icon colours */

body.transparent-header header:not(.scrolled):not(.scrolling-up) .wp-block-acf-menu ul.navigation-container > li.menu-item > a {
    color: #ffffff;
}

/* Mini-cart icon and text white on transparent header */
body.transparent-header header:not(.scrolled):not(.scrolling-up) .wc-block-mini-cart__button .wc-block-mini-cart__icon path {
    fill: #ffffff;
}

body.transparent-header header:not(.scrolled):not(.scrolling-up) .wc-block-mini-cart__button .wc-block-mini-cart__amount {
    color: #ffffff;
}

body.transparent-header header:not(.scrolled):not(.scrolling-up) .wc-block-mini-cart__button .wc-block-mini-cart__badge {
    color: #ffffff;
}



/* Product grid/card add-to-cart button turns gold after item is in cart */

.wc-block-product 
  .wc-block-components-product-button:has(> span[data-wp-bind--hidden]:not([hidden]))
  .wc-block-components-product-button__button {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #111 !important; /* optional for contrast */
	font-weight: bold;
}




/* WooCommerce Quickview  */

.woosq-popup .product .summary,
.woosq-popup .product .entry-summary {
  padding: 2rem;
  background: #fff;
  font-family: inherit;
}

/* --- Product Title --- */
.woosq-popup .product .product_title.entry-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 0.5rem;
}

/* --- SKU --- */
.woosq-popup .product .sku_wrapper {
  display: block;
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}

.woosq-popup .product .sku_wrapper .sku {
  color: #c0392b;
  font-weight: 500;
}

/* --- Price --- */
.woosq-popup .product .price {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 1.25rem;
  display: block;
}

.woosq-popup .product .price del {
  color: #aaa;
  font-size: 1.25rem;
  font-weight: 400;
  margin-right: 0.5rem;
}

.woosq-popup .product .price ins {
  text-decoration: none;
}

/* --- Short Description --- */
.woosq-popup .product .product-short-description,
.woosq-popup .product .product-excerpt {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #444;
  margin-bottom: 1.5rem;
}

/* --- Separator before cart form --- */
.woosq-popup .product .cart {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

/* --- Quantity Wrapper --- */
.woosq-popup .product .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  overflow: hidden;
  height: 2.75rem;
}

.woosq-popup .product .quantity .qty {
  width: 3rem;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  background: #fff;
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 0;
}

/* --- Product Meta (SKU/Category/Tags) --- */
.woosq-popup .product .product_meta {
  font-size: 0.75rem;
  color: #888;
  line-height: 1.8;
  margin-top: 1rem;
}

.woosq-popup .product .product_meta a {
  color: #666;
  text-decoration: none;
}

.woosq-popup .product .product_meta a:hover {
  color: #111;
  text-decoration: underline;
}

.woosq-popup .product .product_meta .tagged_as {
  display: none;
}

.woosq-popup .woosq-features,
.woosq-popup .product-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.woosq-popup .woosq-feature-tile {
  background: #f4f4f4;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}

.woosq-popup .woosq-feature-tile svg,
.woosq-popup .woosq-feature-tile img {
  width: 2rem;
  height: 2rem;
  stroke: #333;
  fill: none;
}

.woosq-popup .woosq-feature-tile span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #111;
  text-transform: none;
}

/* ============================================================
   Thumbnail Panel
   ============================================================ */

.woosq-popup .product .thumbnails {
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.woosq-popup .product .thumbnails img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
}


/** Single product pages **/

#acf-block-69a8d24e96c98 {
  container-type: inline-size;
  container-name: icons-text-block;
}

#acf-block-69a8d24e96c98 .items-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.375rem !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-block-components-product-button,.wp-block-woocommerce-product-button {
    margin-left: 0.625rem !important;
}

#acf-block-69a8d24e96c98 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem 0.25rem;
  background-color: var(--wp--preset--color--custom-pearl);
}

#acf-block-69a8d24e96c98 .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
}

#acf-block-69a8d24e96c98 .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  overflow: visible;
}

#acf-block-69a8d24e96c98 .icon.material-symbols {
  font-size: 1.5rem !important;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  padding: 0;
}

#acf-block-69a8d24e96c98 .icon-text-heading {
  font-family: var(--wp--preset--font-family--funnel-sans);
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: none;
  text-align: center;
}

#acf-block-69a8d24e96c98 a.item:hover .icon {
  outline: 0.25em solid color-mix(in srgb, var(--wp--preset--color--custom-pearl) 30%, transparent);
}

#acf-block-69a8d24e96c98 .items-wrap.horizontal .item .text {
  gap: 0.125rem;
  width: calc(100% - 1.5rem - 0.25rem);
}

.wc-block-add-to-cart-form,
.wp-block-woocommerce-add-to-cart-form,
form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.wc-block-components-product-button,
.wp-block-woocommerce-product-button {
  margin-left: 0.75rem;
}

.wc-block-components-product-button .wp-block-button__link,
.wc-block-components-product-button__button {
  margin-left: 0 !important;
  white-space: nowrap;
}





/* Increase the zoom scale on hover */
.wc-block-woocommerce-product-gallery-large-image__image--hoverZoom:hover {
    transform: scale(2) !important;
    transition: transform 0.3s ease;
}


.wc-block-product-gallery-large-image__wrapper,
.wc-block-components-product-image {
    overflow: hidden;
}


.wc-block-woocommerce-product-gallery-large-image__image--hoverZoom {
    transition: transform 0.3s ease;
}



/* Remove zoom-in cursor and replace with pointer (hand) */
.wc-block-product-gallery-large-image__wrapper img,
.wc-block-product-gallery-large-image__wrapper a,
.wc-block-components-product-image a,
.wc-block-woocommerce-product-gallery-large-image__image--hoverZoom,
.wc-block-woocommerce-product-gallery-large-image__image--full-screen-on-click {
    cursor: pointer !important; 
}


.wc-block-product-gallery-large-image img,
.wc-block-product-gallery-large-image a,
.wc-block-product-gallery-large-image .wc-block-components-product-image,
.wc-block-product-gallery-large-image .wc-block-components-product-image a {
    cursor: pointer !important;
}



/* Wholesale Pricing: Gravity Forms password field styling */

input#input_13_18_1 {
    border: 1px solid black !important;
}

.gfield_password_strength {
    display: inline-block;
    padding: 4px 10px;
    margin: 6px 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid transparent;
}

.gfield_password_strength.mismatch,
.gfield_password_strength.short {
    background: #fde2e2;
    border-color: #f5a8a8;
    color: #8a1f1f;
}

.gfield_password_strength.bad {
    background: #fde2e2;
    border-color: #f5a8a8;
    color: #8a1f1f;
}

.gfield_password_strength.good {
    background: #fff4d6;
    border-color: #f0c674;
    color: #7a5400;
}

.gfield_password_strength.strong {
    background: #dff5e1;
    border-color: #8fcf99;
    color: #1f6b2c;
}

.gform_wrapper .ginput_complex.ginput_container_password > span {
    position: relative;
}

.gform_wrapper button.gform_show_password {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0.25rem;
    margin: 0;
    cursor: pointer;
    color: #6b7280;
    font-size: 0;
    line-height: 1;
    z-index: 2;
}

.gform_wrapper button.gform_show_password::before {
    content: "👁";
    font-size: 1.1rem;
}

.gform_wrapper button.gform_show_password:hover {
    color: #2563eb;
}

.gform_wrapper .ginput_complex.ginput_container_password input[type="password"],
.gform_wrapper .ginput_complex.ginput_container_password input[type="text"] {
    padding-right: 2.25rem;
}


.woocommerce-MyAccount-content .woocommerce-Address-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h2 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-Address-title .edit {
	float: none;
}


/** Blog **/

.wp-block-table {
	margin: 2rem 0;
	font-size: 1rem;
}

.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}

.wp-block-table thead {
	background-color: #0a0a0a;
	border: 2px solid #0a0a0a;
}

.wp-block-table thead th {
	color: #ffffff;
	font-weight: 600;
	text-align: left;
	padding: 0.875rem 1rem;
	letter-spacing: 0.02em;
}

.wp-block-table tbody tr {
	border-bottom: 1px solid #eeeeee;
	transition: background-color 0.15s ease;
}

.wp-block-table tbody tr:nth-child(even) {
	background-color: #fafafa;
}

.wp-block-table tbody tr:hover {
	background-color: #f5efe0;
}

.wp-block-table tbody td {
	padding: 0.875rem 1rem;
	color: #1a1a1a;
	vertical-align: top;
	line-height: 1.5;
}

.wp-block-table tbody tr:last-child {
	border-bottom: none;
}

.wp-block-table figcaption {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	color: #555555;
	text-align: center;
}

@media (max-width: 600px) {
	.wp-block-table {
		overflow-x: auto;
	}

	.wp-block-table table {
		min-width: 32rem;
	}

	.wp-block-table thead th,
	.wp-block-table tbody td {
		padding: 0.625rem 0.75rem;
		font-size: 0.9375rem;
	}
}



.entry-content a,
.wp-block-post-content a {
	font-weight: 700;
/*	color: #0a0a0a;
	text-decoration: underline;	 */
	text-decoration-thickness: .5px;
	text-underline-offset: 0.2em;
	transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.entry-content a:hover,
.entry-content a:focus-visible,
.wp-block-post-content a:hover,
.wp-block-post-content a:focus-visible {
	color: #c8a24b;
	text-decoration-color: #c8a24b;
}

.entry-content a:focus-visible,
.wp-block-post-content a:focus-visible {
	outline: 2px solid #c8a24b;
	outline-offset: 2px;
	border-radius: 2px;
}
