/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*** produict single page shipping options ***/

.single-product .shipping-local-options{
    /*box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 4px;*/
    padding: 2%;
    margin: 3% 0%;
} 
#popup-content-inner{overflow:scroll;}

#shipping_method li{display:list-item;} 
/* Show all fulfillment options including native carrier methods (UPS/FedEx). */
.shipping-local_pickup,
.shipping-ship_to_store,
.shipping-custom,
.shipping-ups,
.shipping-fedex,
.shipping-flat_rate,
.shipping-free_shipping {
	display: list-item !important;
}

.stswsa-checkout-store-summary-row th {
	padding: 0 0 1rem !important;
	border: none !important;
}
.stswsa-checkout-store-summary {
	margin: 0 0 0.5rem;
	padding: 1rem;
	border: 1px solid #ddd;
	background: #fafafa;
	text-align: left;
}
.stswsa-checkout-store-summary h3 {
	margin: 0 0 0.75rem;
	font-size: 1.1rem;
}
.stswsa-checkout-store-note {
	margin: 0.75rem 0 0;
	font-size: 0.92rem;
	color: #555;
}
.stswsa-fulfillment-box .stswsa-today-pickup {
	color: #1a7f37;
	font-weight: 600;
	margin: 0.25rem 0;
}
.stswsa-fulfillment-box .stswsa-sts-note {
	margin: 0.35rem 0 0.75rem;
	color: #666;
}
.single-product .stswsa-fulfillment-box .single_pickup_option {
	display: none;
}

/* Cart line availability under product title */
.stswsa-cart-line-fulfillment {
	margin-top: 0.5rem;
	font-size: 0.92rem;
	line-height: 1.35;
}
.stswsa-cart-line-fulfillment p {
	margin: 0.2rem 0;
}
.stswsa-cart-line-local {
	color: #1a7f37;
	font-weight: 600;
}
.stswsa-cart-line-sts {
	color: #8a5a00;
	font-weight: 600;
}
.stswsa-cart-line-label {
	margin-right: 0.25rem;
}
.stswsa-cart-line-store-meta {
	color: #666;
	font-weight: 400;
}
.stswsa-cart-line-link {
	color: #1e73be;
	text-decoration: underline;
	font-weight: 500;
}

.single-product .single_shipping_option,.single-product .single_pickup_option {
    padding: 0% 2%;
}
.single-product .single_pickup_option img ,.single-product .single_shipping_option img {
    display: inline-block;
    margin-right: 4%;
    vertical-align: middle;
}

.post-type-archive-product .shipping-local-options img{
    display: inline-block !important;
    margin-right: 4% !important;
    vertical-align: middle;
    width: auto !important;
}


.post-type-archive-product .shipping-local-options span{
    color:#000;
}

.post-type-archive-product #check_stores_button1,
.post-type-archive-product #check_stores_button,
.post-type-archive-product #check_stores_button_loop,
.woocommerce-shop #check_stores_button1,
.woocommerce-shop #check_stores_button_loop,
.tax-product_cat #check_stores_button1,
.tax-product_cat #check_stores_button_loop,
.woocommerce-page ul.products li.product #check_stores_button_loop,
.woocommerce-page ul.products li.product #check_stores_button1,
.woocommerce-page ul.products li.product .stswsa-loop-select-store,
.woocommerce-page ul.products li.product .stswsa-loop-change-store {
    display: none !important;
}
#shipping_method {
    display: flex;
    flex-direction: column;
}

#storeList h3{color:#26B71A;}

#storeList .ship_to_store_custom_options{
    padding:0;
    margin:0;
    background: #e5e5e5;
}

.ship_to_store_custom_options{padding:0;}
.ship_to_store_custom_options li {
    padding: 10px 10px;
    border-bottom: 2px solid #fff !important;
    /*list-style:none;*/
}

.ship_to_store_custom_options li.selected{
    font-weight:bold;
}

.ship_to_store_custom_options li a{
    padding: 0;
    border:none;
    font-size:inherit;
    font-weight:inherit;
}

/* Checkout shows the delivery option chosen on the cart, read-only. */
.woocommerce-checkout #shipping_method input.shipping_method[type="radio"] {
    pointer-events: none;
}

.shipping-local_pickup {
    order: 1;
}

.shipping-ship_to_store {
    order: 2;
}

.shipping-custom {
    order: 3;
}

.shipping-ups {
    order: 4; /* Default order for UPS items */
}

/* 

.woocommerce-shipping-calculator
{
    display:none;
}
.woocommerce-shipping-destination
{
    display:none;
} */
/*#shipping_method > li > label:first-of-type
{
    display:none!important;
}

#shipping_method li:not(:first-child) {
    display: none;
}*/

.custom-pickup-popup-divider
{
    background-color: #26B71A;
    border: 2px solid #26B71A;
}

a.ship_to_this_store , a.store-btn#check_stores_button1 , #check_stores_button , #storeList li a , #check_stores_button_loop{
    border: 1px solid #26B71A;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 5%;
    width: auto;
    background-color:#fff!important;
    margin-top:2%;
    color:#26B71A!important;
}

a.ship_to_this_store:hover , a.store-btn#check_stores_button1:hover , a.#check_stores_button:hover, #storeList li a:hover{
    background-color:#26B71A;
    color:#fff!important;
}

#storeList
{
    padding:0;
}

#storeList li{list-style:none;border-bottom:2px solid #26B71A;}


/* Popup Overlay (like the Mini Cart) */
.popup-overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    z-index: 9999;
    overflow: auto;
}

.popup-content {
    align-items: stretch;
    background-color: var(--cart-background-color, #fff);
    border-color: var(--cart-border-color, initial);
    border-radius: var(--cart-border-radius, 0);
    border-style: var(--cart-border-style, none);
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    left: var(--side-cart-alignment-left, auto);
    margin-top: var(--mini-cart-spacing, 0);
    max-width: 100%;
    min-height: 200px;
    
    position: fixed;
    right: var(--side-cart-alignment-right, 0);
    top: 0;
    transform: translateX(0);
    transition: .3s;
    width: 350px;
}

#popup-content-inner{
    padding: var(--cart-padding, 20px 30px);
}

.popup-close-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color:#26B71A;
    color:#fff;
}

.popup-btn {
    background: #0073e6;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.popup-btn:hover {
    background: #005bb5;
}

/* Cart Items */
.popup-cart-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.popup-cart-content li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.popup-cart-content .product-name {
    font-weight: bold;
}

.popup-cart-content .product-total {
    color: #0073e6;
}

/* Add custom styling for the total area and checkout button */
.popup-cart-content .popup-total {
    margin-top: 20px;
    text-align: center;
}

.popup-cart-content .popup-checkout-btn {
    background: #0073e6;
    color: white;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-cart-content .popup-checkout-btn:hover {
    background: #005bb5;
}



/* Accordion Styles */
.pickup-delivery-accordion {
    margin-bottom: 2%;
}

.pickup-delivery-accordion .accordion-header {
    display: flex;
    align-items: center;
}

.pickup-delivery-accordion .accordion-arrow {
    font-size: 18px;
    margin-left: 10px;
    transition: transform 0.3s ease; /* Smooth rotation */
}

.pickup-delivery-accordion .accordion-content {
    display: none;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.pickup-delivery-accordion .option {
    width: 35%;
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    padding: 2% 10%;
    margin: 2% 7%;
}

.pickup-delivery-accordion .option img {
    width: auto; /* Adjust the size of the images */
    height: auto;
    vertical-align: middle;
    border: 1px solid #26B821;
    border-radius: 50%;
    padding: 8%;
    background: #26B821;
}

.pickup-delivery-accordion .option h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 5% 0;
}

.pickup-delivery-accordion .option p {
    font-size: 12px;
    color: #555;
}

.option-content {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: none; /* Initially hidden */
}

.option-content h4 {
    font-size: 18px;
    font-weight: bold;
}

.option-content p {
    font-size: 16px;
    color: #555;
}

.option-content img {
    width: 100px;
    height: auto;
    margin-right: 15px;
    vertical-align: middle;
}


/* Shipping calculator container styling */
#shipping-calculator-container {
    margin-top: 15px;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#shipping-calculator-container h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#shipping-calculator-container form {
    display: flex;
    flex-direction: column;
}

#shipping-calculator-container select,
#shipping-calculator-container input {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#shipping-calculator-container input[type="submit"] {
    background-color: #0073e6;
    color: white;
    cursor: pointer;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 5px;
}

#shipping-calculator-container input[type="submit"]:hover {
    background-color: #005bb5;
}


/***hide billing details ***/
.ship-to-store-selected .woocommerce-checkout #customer_details .col-1{display:none;}
.ship-to-store-selected .woocommerce-checkout #customer_details .col-2{float:none;width:48%;}

/* Style for the custom Local Pickup message section */
#local-pickup-message , #ship-to-store-message {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 1%;
    margin-bottom: 1%;
}

#local-pickup-message h2 , #ship-to-store-message h2{
    font-size: 1.5em;
    margin-bottom: 10px;
    color:var( --e-global-color-primary );
}

#local-pickup-message p , #ship-to-store-message p{
    font-size: 1em;
    color: #555;
}



.storeloader {
  width: 24px;
    height: 24px;
    border: 5px solid;
    border-color: var(--e-global-color-primary) transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    margin-left: 3%;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Clear selected store / cart X — same storeloader as store cards */
.stswsa-clear-store {
    position: relative;
}

.stswsa-clear-store.stswsa-clear-store-busy {
    pointer-events: none;
    opacity: 1;
    cursor: wait;
    color: transparent !important;
}

.stswsa-clear-store.stswsa-clear-store-busy svg,
.stswsa-clear-store.stswsa-clear-store-busy > span:not(.storeloader) {
    visibility: hidden;
}

.stswsa-clear-store + .storeloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    border-width: 3px;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
}

.stswsa-clear-store.stswsa-clear-store-busy + .storeloader {
    display: block;
}

button.stswsa-clear-store:not(.stswsa-drawer-clear-btn) + .storeloader {
    top: 10px;
    right: 10px;
    left: auto;
    transform: none;
}

.stswsa-store-drawer .stswsa-stores-heading-row {
    position: relative;
}

.stswsa-store-drawer .stswsa-drawer-clear-btn.stswsa-clear-store-busy {
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    gap: 0 !important;
    color: transparent !important;
}

.stswsa-store-drawer .stswsa-drawer-clear-btn.stswsa-clear-store-busy svg,
.stswsa-store-drawer .stswsa-drawer-clear-btn.stswsa-clear-store-busy > span:not(.storeloader) {
    display: none !important;
}

.stswsa-store-drawer .stswsa-drawer-clear-btn > .storeloader,
.stswsa-store-drawer .stswsa-drawer-clear-btn + .storeloader {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    top: auto !important;
    vertical-align: middle;
    margin: 0 !important;
    width: 18px;
    height: 18px;
    border-width: 3px;
    display: none;
    animation: rotation 1s linear infinite;
}

.stswsa-store-drawer .stswsa-drawer-clear-btn.stswsa-clear-store-busy > .storeloader,
.stswsa-store-drawer .stswsa-drawer-clear-btn.stswsa-clear-store-busy + .storeloader {
    display: inline-block !important;
}

.products .product .price{
    margin-top: 10%;
}

.products .product .shipping-local-options{margin-top:20%;}

.products .product .shipping-local-options p{padding:0;margin:0;}

.woocommerce ul.products li.product a img{margin:0!important;}

h2.woocommerce-loop-product__title {
    /* min-height: 240px; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 58px;
    padding-block: 0 !important;
    margin-top: 24px !important;
}
.single_shipping_option{margin-bottom:5%;}

.tick::before {
    content: "\2714"; /* Unicode for ✓ */
    color: green;
    font-size: 10px;
}
ul#storeList li.active {
    box-shadow: 0px 0px 4px 1px green;
}
#storeList li {
    padding: 10px;
}

/***** feb 17 2025 ***/
.stswsa-row{display:none;}
.woocommerce-shipping-totals .woocommerce-shipping-destination{display:none;}
/* Standard delivery needs the address calculator on the cart; checkout collects it in the form. */
.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-shipping-calculator{display:none;}

/*** new css added by Arun webgarh 24jun2026 ***/
.shipping-local-options{
    border:1px solid #34c759;
    border-radius:12px;
    padding:24px;
    background:#fff;
    max-width:450px;
}

.single_shipping_option,
.single_pickup_option{
    display:flex;
    align-items:flex-start;
    gap:16px;
}

.single_shipping_option{
    margin-bottom:0px;
}

.shipping-icon img{
    width:32px;
    height:32px;
}

.shipping-content h3{
    margin:0;
    font-size:28px;
    font-weight:600;
    color:#2d2d2d;
}

.shipping-content p{
    margin:6px 0 18px;
    color:#666;
    font-size:15px;
}

.store-btn{
    border:2px solid #34c759;
    background:#fff;
    color:#34c759;
    padding:12px 26px;
    border-radius:8px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
}

.single-product a.store-btn#check_stores_button1 {
    margin: 0;
    width: auto;
}

.not-available{
    color:#2d2d2d;
    font-weight:600;
    margin-top:10px;
}
.single-product .quantity input.input-text {
  padding: 0.3rem 0.4rem;
}

/*** Store Select Drawer - product page ***/
.stswsa-store-drawer .stswsa-store-drawer-content {
    width: min(420px, 92vw);
    height: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 0;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease !important;
}

.stswsa-store-drawer .stswsa-drawer-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    /* background: transparent !important; */
    color: #666;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.stswsa-store-drawer .stswsa-drawer-close-btn:hover {
    color: #222;
}

.stswsa-store-drawer .stswsa-drawer-inner {
    padding: 24px 6px 24px 24px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    min-height: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
}

.stswsa-store-drawer .stswsa-drawer-title {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    padding-right: 28px;
}

.stswsa-store-drawer .stswsa-drawer-subtitle {
    margin: 0 0 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.stswsa-store-drawer .stswsa-store-search-wrap {
    position: relative;
    margin-bottom: 24px;
}

.stswsa-store-drawer .stswsa-store-search {
    width: 100%;
    padding: 12px 44px 12px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    outline: none;
}

.stswsa-store-drawer .stswsa-store-search:focus {
    border-color: #34c759;
}

.stswsa-store-drawer .stswsa-store-search::placeholder {
    color: #999;
}

.stswsa-store-drawer .stswsa-search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.stswsa-store-drawer .stswsa-stores-heading {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.stswsa-store-drawer .stswsa-store-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stswsa-store-drawer .stswsa-store-card {
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.stswsa-store-drawer .stswsa-store-card:hover {
    border-color: #c8c8c8;
}

.stswsa-store-drawer .stswsa-store-card.selected,
.stswsa-store-drawer .stswsa-store-card.active {
    border: 2px solid #34c759;
    box-shadow: none;
}

.stswsa-store-drawer .stswsa-store-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    position: relative;
}

.stswsa-store-drawer .stswsa-store-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e8f9ee;
    color: #34c759;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.stswsa-store-drawer .stswsa-store-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stswsa-store-drawer .stswsa-store-name,
.stswsa-store-drawer .stswsa-store-address,
.stswsa-store-drawer .stswsa-store-phone {
    width: 100%;
    text-align: left;
}

.stswsa-store-drawer .stswsa-store-name {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.stswsa-store-drawer .stswsa-store-address,
.stswsa-store-drawer .stswsa-store-phone {
    margin: 0 0 2px;
    font-size: 13px;
    color: #666;
    line-height: 1.45;
}

.stswsa-store-drawer .stswsa-store-phone {
    margin-top: 4px;
    margin-bottom: 10px;
}

.stswsa-store-drawer .stswsa-availability-badge-wrap {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

/* List page: store selection only — hide per-store stock availability buttons. */
body.woocommerce-shop .stswsa-store-drawer .stswsa-availability-badge-wrap,
body.post-type-archive-product .stswsa-store-drawer .stswsa-availability-badge-wrap,
body.tax-product_cat .stswsa-store-drawer .stswsa-availability-badge-wrap,
body.tax-product_tag .stswsa-store-drawer .stswsa-availability-badge-wrap,
.stswsa-store-drawer.stswsa-hide-stock-badges .stswsa-availability-badge-wrap {
    display: none !important;
}

.stswsa-store-drawer .stswsa-availability-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

.stswsa-store-drawer .stswsa-availability-badge.available {
    background: #34c759;
}

.stswsa-store-drawer .stswsa-availability-badge.out-of-stock {
    background: #f5a623;
}

.stswsa-store-drawer .stswsa-availability-badge.partial {
    background: #2f7cd6;
}

.stswsa-store-drawer .stswsa-store-card-disabled {
    opacity: 0.55;
}

.stswsa-store-drawer .stswsa-store-card-disabled .stswsa-store-card-inner,
.stswsa-store-drawer .stswsa-store-link-disabled {
    cursor: not-allowed;
}

.stswsa-store-drawer .stswsa-store-link-disabled {
    pointer-events: none;
    color: #999;
}

/* Checkout shipping fields locked to the selected store. */
.stswsa-locked-field {
    pointer-events: none;
}

/* Local Pickup / STS: all locked destination fields match the grey State look. */
body.stswsa-store-fulfillment.woocommerce-checkout .stswsa-store-locked-row input.input-text,
body.stswsa-store-fulfillment.woocommerce-checkout .stswsa-store-locked-row input[type="tel"],
body.stswsa-store-fulfillment.woocommerce-checkout .stswsa-store-locked-row input[type="text"],
body.stswsa-store-fulfillment.woocommerce-checkout .stswsa-store-locked-row input[readonly],
body.stswsa-store-fulfillment.woocommerce-checkout .stswsa-store-locked-row select,
body.stswsa-store-fulfillment.woocommerce-checkout .stswsa-store-locked-row .select2-selection,
body.stswsa-store-fulfillment.woocommerce-checkout .stswsa-store-locked-row .select2-selection__rendered {
    background-color: #f5f5f5 !important;
    background: #f5f5f5 !important;
    color: #8a8a8a !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

body.stswsa-store-fulfillment.woocommerce-checkout .stswsa-store-locked-row .select2-selection__arrow {
    display: none;
}

body.stswsa-store-fulfillment.woocommerce-checkout .stswsa-store-locked-row {
    pointer-events: none;
}

/* Hide "Ship to a different address?" for Local Pickup / Ship to Store. */
body.stswsa-store-fulfillment.woocommerce-checkout #ship-to-different-address {
    display: none !important;
}

/* Local Pickup / Ship to Store: Company is not needed on the shipping form. */
body.stswsa-store-fulfillment.woocommerce-checkout #shipping_company_field,
body.stswsa-store-fulfillment.woocommerce-checkout #billing_company_field {
    display: none !important;
}

/* Empty / invalid required checkout fields — clear red highlight. */
.woocommerce-checkout .form-row.woocommerce-invalid input.input-text,
.woocommerce-checkout .form-row.woocommerce-invalid select,
.woocommerce-checkout .form-row.woocommerce-invalid textarea,
.woocommerce-checkout .form-row.woocommerce-invalid .select2-selection,
.woocommerce-checkout .form-row.woocommerce-invalid-required-field input.input-text,
.woocommerce-checkout .form-row.woocommerce-invalid-required-field select,
.woocommerce-checkout .form-row.woocommerce-invalid-required-field textarea,
.woocommerce-checkout .form-row.woocommerce-invalid-required-field .select2-selection {
    border-color: #e2401c !important;
    background-color: #fff6f6;
    box-shadow: 0 0 0 1px #e2401c;
}

.woocommerce-checkout .form-row.woocommerce-invalid > label,
.woocommerce-checkout .form-row.woocommerce-invalid-required-field > label {
    color: #e2401c;
}

.woocommerce-checkout #who_referred_you_field.woocommerce-invalid select,
.woocommerce-checkout #who_referred_you_field.woocommerce-invalid-required-field select {
    border-color: #e2401c !important;
    background-color: #fff6f6;
}

/* Checkout error summary — keep notices readable as errors (theme may tint links green). */
.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-checkout ul.woocommerce-error {
    color: #e2401c;
}

.woocommerce-checkout ul.woocommerce-error li,
.woocommerce-checkout ul.woocommerce-error a {
    color: #e2401c;
}

/* Local Pickup drawer - stock count + action button */
.stswsa-store-drawer .stswsa-pickup-card .stswsa-store-stock {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #34c759;
    width: 100%;
    text-align: left;
    line-height: 1.3;
}

.stswsa-store-drawer .stswsa-pickup-action-wrap {
    width: 100%;
    margin-top: 12px;
    text-align: left;
    position: relative;
}

.stswsa-store-drawer .stswsa-pickup-card a.stswsa-pickup-store-btn {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 6px 14px;
    margin: 0;
    overflow: visible;
    clip: auto;
    border: none !important;
    border-radius: 6px;
    background: #34c759 !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.stswsa-store-drawer .stswsa-pickup-card a.stswsa-pickup-store-btn:hover {
    background: #2db84e !important;
    color: #fff !important;
}

.stswsa-store-drawer .stswsa-pickup-card .storeloader {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(40px);
}

.stswsa-store-drawer .stswsa-store-select {
    flex-shrink: 0;
    padding-top: 2px;
}

.stswsa-store-drawer .stswsa-radio-indicator {
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}

.stswsa-store-drawer .stswsa-store-card.selected .stswsa-radio-indicator,
.stswsa-store-drawer .stswsa-store-card.active .stswsa-radio-indicator {
    border-color: #34c759;
    background: #34c759;
}

.stswsa-store-drawer .stswsa-store-card.selected .stswsa-radio-indicator::after,
.stswsa-store-drawer .stswsa-store-card.active .stswsa-radio-indicator::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.stswsa-store-drawer .stswsa-store-card:not(.stswsa-pickup-card) a.ship_to_this_store {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
}

.stswsa-store-drawer .stswsa-store-card.is-hidden {
    display: none;
}

.stswsa-store-drawer .stswsa-store-card .storeloader {
    margin-top: 0;
    position: absolute;
    bottom: 18px;
    left: 210px;
}

body.stswsa-drawer-open {
    overflow: hidden;
}

/*** Selected store on product page ***/
#stswsa-ship-to-store-section.stswsa-has-selected-store {
    margin-bottom: 28px;
}

#stswsa-ship-content.stswsa-selected-state h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.stswsa-selected-store-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 10px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    position: relative;
}

.stswsa-clear-store {
    flex-shrink: 0;
    align-self: flex-start;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #f0f0f0;
    color: #666;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, color 0.15s ease;
}

.stswsa-clear-store:hover {
    background: #e0e0e0;
    color: #333;
}

.stswsa-selected-store-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #e8f9ee;
    color: #34c759;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stswsa-selected-store-details {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.stswsa-selected-store-name {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.stswsa-selected-store-address,
.stswsa-selected-store-phone {
    margin: 0 0 2px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.stswsa-change-store-wrap {
    margin: 0;
    padding: 0;
}

.stswsa-change-store-wrap .stswsa-change-store,
.single-product a.stswsa-change-store,
a.stswsa-change-store {
    color: #34c759 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    cursor: pointer;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
    width: auto !important;
    box-shadow: none !important;
}

.stswsa-change-store-wrap .stswsa-change-store:hover,
.single-product a.stswsa-change-store:hover,
a.stswsa-change-store:hover {
    color: #2aa84c !important;
    background: transparent !important;
}

#stswsa-shipping-options.stswsa-has-selected-store .single_pickup_option .not-available {
    margin-top: 0;
    font-size: 15px;
    color: #2d2d2d;
    font-weight: 600;
}

#stswsa-shipping-options.stswsa-has-selected-store .single_pickup_option {
    margin-top: 0;
}

#stswsa-shipping-options.stswsa-has-selected-store .single_shipping_option {
    margin-bottom: 28px;
}

#stswsa-ship-content.stswsa-selected-state .stswsa-change-store-wrap,
#stswsa-ship-content.stswsa-selected-state p.stswsa-change-store-wrap {
    margin: 0;
    padding: 0;
}

#stswsa-ship-content.stswsa-selected-state .shipping-content p,
#stswsa-ship-content.stswsa-selected-state p {
    margin-bottom: 0;
}

/*** Selected store card in ship drawer ***/
.stswsa-store-drawer .stswsa-drawer-selected-store {
    margin-bottom: 16px;
}

.stswsa-store-drawer .stswsa-drawer-selected-store-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: linear-gradient(135deg, #f0fdf0 0%, #f5f5f5 100%);
    border: 1.5px solid #26b71a;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(38, 183, 26, 0.08);
}

.stswsa-store-drawer .stswsa-stores-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
}

.stswsa-store-drawer .stswsa-stores-heading-row .stswsa-stores-heading {
    margin: 0;
}

.stswsa-store-drawer .stswsa-drawer-selected-store-pin {
    flex-shrink: 0;
    color: #26b71a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid rgba(38, 183, 26, 0.25);
}

.stswsa-store-drawer .stswsa-drawer-selected-store-details {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stswsa-store-drawer .stswsa-drawer-selected-store-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stswsa-store-drawer .stswsa-drawer-selected-store-badge {
    font-size: 11px;
    font-weight: 600;
    color: #26b71a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.stswsa-store-drawer .stswsa-drawer-clear-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.stswsa-store-drawer .stswsa-drawer-clear-btn svg {
    flex-shrink: 0;
}

.stswsa-store-drawer .stswsa-drawer-clear-btn:hover {
    background: #fff5f5;
    border-color: #e57373;
    color: #c62828;
}

.stswsa-store-drawer .stswsa-drawer-clear-btn:focus-visible {
    outline: 2px solid #26b71a;
    outline-offset: 2px;
}

.stswsa-store-drawer .stswsa-stores-heading-row .stswsa-drawer-clear-btn {
    padding: 6px 10px;
    font-size: 11px;
    white-space: nowrap;
}

/*** Current store bar in drawer (pickup drawer) ***/
.stswsa-current-store-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    margin-bottom: 16px;
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 13px;
}

.stswsa-current-store-pin {
    flex-shrink: 0;
    color: #34c759;
    display: flex;
    align-items: center;
}

.stswsa-current-store-text {
    flex: 1;
    color: #333;
    line-height: 1.4;
}

.stswsa-current-store-label {
    flex-shrink: 0;
    color: #888;
    font-size: 12px;
    white-space: nowrap;
}

/*** Cart page store selection panels ***/
.woocommerce-cart #shipping_method {
    margin: 0;
    padding: 0;
}

.woocommerce-cart #shipping_method li {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    border: none;
}

/* Whole shipping rate box clickable (not only text). */
.woocommerce ul#shipping_method li {
    cursor: pointer;
}

.woocommerce ul#shipping_method li > label.stswsa-shipping-rate-label,
.woocommerce-cart #shipping_method li > label.stswsa-shipping-rate-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 16px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35;
}

.woocommerce ul#shipping_method li > label.stswsa-shipping-rate-label .shipping_method,
.woocommerce-cart #shipping_method li > label.stswsa-shipping-rate-label .shipping_method {
    flex-shrink: 0;
    margin: 3px 0 0;
}

.woocommerce ul#shipping_method li > label.stswsa-shipping-rate-label .stswsa-shipping-rate-text,
.woocommerce-cart #shipping_method li > label.stswsa-shipping-rate-label .stswsa-shipping-rate-text {
    flex: 1;
    min-width: 0;
    display: block;
}

.woocommerce-cart #shipping_method li.shipping-ship_to_store {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 0;
    background: #fff;
}

.woocommerce-cart #shipping_method li.shipping-custom,
.woocommerce-cart #shipping_method li.shipping-custom_rate {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 0;
    background: #fff;
    display: block;
}

.woocommerce-cart #shipping_method li.shipping-ship_to_store > label {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.woocommerce-cart #shipping_method li.shipping-custom label,
.woocommerce-cart #shipping_method li.shipping-custom_rate label {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    flex: 1;
}

.woocommerce-cart .stswsa-cart-store-panel {
    margin-top: 0;
}

.woocommerce-cart .stswsa-cart-store-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.woocommerce-cart .stswsa-cart-store-panel-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.woocommerce-cart .stswsa-cart-store-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    line-height: 1.2;
}

.woocommerce-cart .stswsa-cart-change-store {
    background: #34c759 !important;
    color: #fff !important;
}

.woocommerce-cart .stswsa-cart-change-store:hover {
    background: #2db84f !important;
    color: #fff !important;
}

.woocommerce-cart .stswsa-cart-select-store {
    background: #f0f0f0 !important;
    color: #555 !important;
    border: 1px solid #e0e0e0 !important;
}

.woocommerce-cart .stswsa-cart-select-store:hover {
    background: #e8e8e8 !important;
    color: #333 !important;
}

/* WooCommerce cart.js blocks both the cart table and cart totals.
   When both update together, keep a single spinner on the table. */
body.woocommerce-cart:has(form.woocommerce-cart-form.processing) .cart_totals > .blockUI,
body.woocommerce-cart:has(form.woocommerce-cart-form.processing) .cart_totals > .blockOverlay {
    display: none !important;
}

.woocommerce-cart .stswsa-cart-store-hint {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.woocommerce-cart .stswsa-cart-store-panel .stswsa-selected-store-card {
    margin: 0;
    padding: 0;
    background: transparent;
}

.woocommerce-cart .check-stores-button-container1 {
    display: none !important;
}

.stswsa-store-drawer .stswsa-no-stores-message {
    margin: 0;
    text-align: center;
    padding: 20px 0;
    color: #666;
    font-size: 14px;
}

.stswsa-store-drawer .stswsa-no-stock-notice,
.stswsa-no-stock-inline {
    margin: 0 0 16px;
    padding: 12px 14px;
    background: #fff8e6;
    border: 1px solid #f5d78e;
    border-radius: 8px;
    color: #8a6d1d;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
}

/* Store drawer - smooth open/close (Ship to Store + Local Pickup) */
.stswsa-store-drawer.popup-overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    z-index: 10050;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

body.stswsa-drawer-open #woof_html_buffer,
body.stswsa-drawer-open .plainoverlay {
    pointer-events: none !important;
    display: none !important;
}

.stswsa-store-drawer.popup-overlay.stswsa-drawer-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.25s ease, visibility 0s linear 0s;
}

.stswsa-store-drawer .stswsa-store-drawer-content {
    transform: translateX(100%);
}

.stswsa-store-drawer.stswsa-drawer-visible .stswsa-store-drawer-content {
    transform: translateX(0);
}

/* Hide drawer body immediately on close */
.stswsa-store-drawer:not(.stswsa-drawer-visible) .stswsa-drawer-inner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease, visibility 0s linear 0.1s;
}

.stswsa-store-drawer.stswsa-drawer-visible .stswsa-drawer-inner {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease 0.08s, visibility 0s linear 0.08s;
}


.stswsa-store-drawer.popup-overlay.stswsa-drawer-visible {
	cursor: url("https://easyitguys.com/wp-content/plugins/ship-to-store-wooCommerce-shipping-addon/public/images/remove.png") 10 10, auto;
}
.stswsa-store-drawer.stswsa-drawer-visible .stswsa-store-drawer-content {
    cursor: auto;
}


/* Product Card Css */
.woocommerce-page ul.products li.product {
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
    padding: 12px !important;
    display: flex;
    flex-direction: column;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    color: #000 !important;
}
.woocommerce-page ul.products li.product span.price {
    margin-top: 12px;
    margin-bottom: 0;
    line-height: normal;
    color: #26B71A;
    font-weight: 600;
}
.woocommerce-page ul.products li.product span.price .woocommerce-Price-amount.amount {
    font-size: 18px;
}

/* Local Pickup block */
.woocommerce-page ul.products li.product .shipping-local-options-maindiv,
.woocommerce-page ul.products li.product .stswsa-loop-fulfillment {
    border-top: 1px solid #ededed;
    padding-top: 12px;
    margin-top: 14px;
    margin-bottom: 0;
    width: 100%;
}
.woocommerce-page ul.products li.product .shipping-local-options-maindiv .shipping-local-options {
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.woocommerce-page ul.products li.product .stswsa-loop-pickup,
.woocommerce-page ul.products li.product .single_pickup_option {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    width: 100%;
    align-items: baseline !important;
}
.woocommerce-page ul.products li.product .stswsa-loop-pickup-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
}
.woocommerce-page ul.products li.product .stswsa-loop-pickup-title .stswsa-loop-info-icon {
    color: #9aa0a6;
    margin-left: 2px;
}
.woocommerce-page ul.products li.product .stswsa-loop-icon {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
}
.woocommerce-page ul.products li.product .stswsa-loop-pickup-body {
    width: 100%;
}
.woocommerce-page ul.products li.product .stswsa-loop-status-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}
.woocommerce-page ul.products li.product .stswsa-loop-pickup-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    color: #555;
}
.woocommerce-page ul.products li.product .stswsa-loop-pickup-status.stswsa-loop-prompt {
    color: #c47b12;
    font-weight: 500;
}
.woocommerce-page ul.products li.product .stswsa-loop-pickup-status.stswsa-loop-available span {
    color: #1a7f37;
    font-weight: 600;
}
.woocommerce-page ul.products li.product .stswsa-loop-available-line {
    display: flex;
    width: 100%;
    color: #1a7f37;
    margin-bottom: 4px;
    justify-content: flex-start;
    text-align: left;
    font-weight: 700;
}
.woocommerce-page ul.products li.product .stswsa-loop-pickup-status.stswsa-loop-unavailable {
    color: #b42318;
    font-weight: 600;
}
.woocommerce-page ul.products li.product .stswsa-loop-local-row {
    align-items: center;
}
.woocommerce-page ul.products li.product .stswsa-loop-store-name {
    font-size: 12px;
    font-weight: 600;
    color: #1a7f37;
    text-align: right;
    white-space: nowrap;
    line-height: 1.35;
}
.woocommerce-page ul.products li.product .stswsa-loop-store-name-left {
    text-align: left;
    color: #1a7f37;
}
.woocommerce-page ul.products li.product .stswsa-loop-local-qty {
    margin: 0;
    font-size: 12px;
    color: #444;
    line-height: 1.3;
    text-align: right;
    white-space: nowrap;
}
.woocommerce-page ul.products li.product .stswsa-loop-sts-row {
    margin-top: 4px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px 10px;
}
.woocommerce-page ul.products li.product .stswsa-loop-sts-note {
    font-size: 12px;
    font-weight: 600;
    color: #1a7f37;
    line-height: 1.35;
}

/* Action buttons: Buy Now + Add to cart */
.woocommerce-page ul.products li.product .stswsa-loop-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    margin-top: 2px;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product a.added_to_cart {
    display: none !important;
}
.woocommerce-page ul.products li.product .stswsa-loop-buy-now.stswsa-loop-buy-now-disabled,
.woocommerce-page ul.products li.product a.stswsa-loop-buy-now-disabled {
    opacity: 0.45 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}
#stswsa-shipping-options a.store-btn.stswsa-store-btn-disabled,
#stswsa-shipping-options a.stswsa-store-btn-disabled {
    opacity: 0.45;
    pointer-events: none;
    cursor: not-allowed;
}
.woocommerce-page ul.products li.product .stswsa-loop-actions .stswsa-loop-add-to-cart::after {
  position: absolute;
  background: #fff !important;
  color: #000;
  padding: 3px;
  border-radius: 100px;
  top: -10px;
  right: -7px;
  border: 1px solid #000;
  width: 22px;
  height: 22px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.woocommerce-page ul.products li.product .stswsa-loop-buy-now {
    flex: 1 1 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1.5px solid #26b71a !important;
    border-radius: 8px !important;
    background: #26b71a !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-align: center;
    box-sizing: border-box;
    width: auto !important;
    min-height: 42px;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}
.woocommerce-page ul.products li.product .stswsa-loop-buy-now:hover {
    background: #1f9e16 !important;
    border-color: #1f9e16 !important;
    color: #fff !important;
}
.woocommerce-page ul.products li.product .stswsa-loop-buy-now.stswsa-buy-now-loading {
    opacity: 0.65;
    pointer-events: none;
}
.woocommerce-page ul.products li.product .stswsa-loop-buy-now .stswsa-loop-icon {
    color: #fff;
    flex-shrink: 0;
}
.woocommerce-page ul.products li.product .stswsa-loop-actions .stswsa-loop-add-to-cart,
.woocommerce-page ul.products li.product .stswsa-loop-actions .add_to_cart_button,
.woocommerce-page ul.products li.product .stswsa-loop-actions .button.product_type_simple,
.woocommerce-page ul.products li.product .stswsa-loop-actions .button.product_type_variable {
    flex: 1 1 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1.5px solid #111 !important;
    border-radius: 8px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    min-height: 42px;
    width: auto !important;
    box-sizing: border-box;
}
.woocommerce-page ul.products li.product .stswsa-loop-actions .stswsa-loop-add-to-cart:hover,
.woocommerce-page ul.products li.product .stswsa-loop-actions .add_to_cart_button:hover,
.woocommerce-page ul.products li.product .stswsa-loop-actions .button:hover {
    background: #000 !important;
    color: #fff !important;
}
.woocommerce-page ul.products li.product .stswsa-loop-actions .stswsa-loop-add-to-cart::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='9' cy='20' r='1.5' fill='black'/%3E%3Ccircle cx='18' cy='20' r='1.5' fill='black'/%3E%3Cpath d='M2 3h2l2.4 11.2a2 2 0 002 1.6h8.8a2 2 0 002-1.5L21 7H6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='9' cy='20' r='1.5' fill='black'/%3E%3Ccircle cx='18' cy='20' r='1.5' fill='black'/%3E%3Cpath d='M2 3h2l2.4 11.2a2 2 0 002 1.6h8.8a2 2 0 002-1.5L21 7H6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 480px) {
    .woocommerce-page ul.products li.product .stswsa-loop-actions {
        flex-direction: column;
    }
    .woocommerce-page ul.products li.product .stswsa-loop-status-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .woocommerce-page ul.products li.product .stswsa-loop-store-name {
        text-align: left;
    }

    .woocommerce-page ul.products li.product .stswsa-loop-buy-now {
        width: 100% !important;
    }
    .woocommerce-page ul.products li.product .stswsa-loop-actions .stswsa-loop-add-to-cart, .woocommerce-page ul.products li.product .stswsa-loop-actions .add_to_cart_button, .woocommerce-page ul.products li.product .stswsa-loop-actions .button.product_type_simple, .woocommerce-page ul.products li.product .stswsa-loop-actions .button.product_type_variable {
        width: 100% !important;
    }
}

.woocommerce-page ul.products li.product .stswsa-loop-clear-wrap {
    margin: 0;
    padding: 0;
    text-align: center;
}
.woocommerce-page ul.products li.product a.stswsa-loop-clear-link,
.woocommerce-page ul.products li.product a.stswsa-clear-store.stswsa-loop-clear-link {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #666 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    text-decoration: underline !important;
    box-shadow: none !important;
}
.woocommerce-page ul.products li.product a.stswsa-loop-clear-link:hover {
    color: #111 !important;
    background: transparent !important;
}

.woocommerce-cart .stswsa-cart-store-btn {
	background-color: #000 !important;
	color: #fff !important;
	border-radius: 8px;
}
.woocommerce-cart .stswsa-cart-store-btn:hover {
	font-size: 14px;
}
/* Product Card Css End */

button.stswsa-clear-store:not(.stswsa-drawer-clear-btn) {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: normal;
    font-family: 'Lato';
    border-radius: 50%;
    font-size: 20px;
}
.stswsa-store-drawer button.stswsa-drawer-clear-btn {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}
.stswsa-selected-store-card {
    position: static;
}
.shipping-local-options {
    position: relative;
}

.stswsa-loop-available {
	color: #1a7f37;
	font-weight: 600;
}
.stswsa-loop-unavailable {
	color: #b42318;
}
.stswsa-shipping-eta {
	display: inline-block;
	margin-left: 4px;
	font-weight: 400;
	opacity: 0.85;
}

.woocommerce-cart .stswsa-cart-store-panel[data-method="select_store"] {
	margin-bottom: 12px;
}
.woocommerce-cart .stswsa-cart-store-panel .stswsa-selected-store-card {
	position: relative;
}
.stswsa-cart-clear-store-wrap {
	margin: 6px 0 0;
}
a.stswsa-cart-clear-link {
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
}
.stswsa-cart-disabled-options {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}
.stswsa-cart-disabled-option {
	margin-bottom: 6px;
	opacity: 0.6;
}
.stswsa-cart-disabled-option label {
	display: inline-block;
	cursor: not-allowed;
}
.stswsa-cart-disabled-note {
	display: block;
	font-size: 12px;
	margin-left: 20px;
}
a.checkout-button.stswsa-checkout-blocked {
	opacity: 0.55;
	cursor: not-allowed;
}
.stswsa-delivery-required-note {
	margin-top: 8px;
	font-size: 13px;
	color: #b42318;
}

.widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
    display: flex !important;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons a.elementor-button--view-cart {
    width: 100%;
}
.single-product .woocommerce-product-attributes-item__value {
  padding-left: 15px !important;
}
.single-product .related.products > h2{
  font-size: 30px;
  border-bottom: 1px solid #cfc8d8;
  padding-bottom: 10px;
}

p.stock.out-of-stock {
    font-size: 25px !important;
}


/* ===== Cart intent: Local Pickup vs Home Delivery ===== */
.woocommerce-cart .stswsa-cart-intent-panel {
	margin: 0 0 12px;
	padding: 14px 16px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
}

.woocommerce-cart .stswsa-cart-intent-heading {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
}

.woocommerce-cart .stswsa-cart-intent-options {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: grid;
	gap: 10px;
}

.woocommerce-cart .stswsa-cart-intent-option {
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fafafa;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.woocommerce-cart .stswsa-cart-intent-option.is-active {
	border-color: #34c759;
	background: #f3fff6;
}

.woocommerce-cart .stswsa-cart-intent-option label {
	display: block;
	padding: 12px 14px;
	cursor: pointer;
	margin: 0;
}

.woocommerce-cart .stswsa-cart-intent-option input.stswsa-cart-intent-radio {
	margin-right: 8px;
	vertical-align: middle;
}

.woocommerce-cart .stswsa-cart-intent-label {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	vertical-align: middle;
}

.woocommerce-cart .stswsa-cart-intent-desc {
	display: block;
	margin-top: 4px;
	margin-left: 22px;
	font-size: 13px;
	line-height: 1.4;
	color: #666;
	font-weight: 400;
}

.woocommerce-cart .stswsa-cart-intent-body {
	padding-top: 4px;
}

.woocommerce-cart .stswsa-cart-intent-panel.stswsa-intent-loading {
	opacity: 0.7;
	pointer-events: none;
}

.woocommerce-cart.stswsa-intent-pickup .woocommerce-shipping-calculator {
	display: none !important;
}

.woocommerce-cart.stswsa-intent-home .woocommerce-shipping-calculator {
	display: block !important;
	margin-top: 10px;
}

.woocommerce-cart.stswsa-intent-home .shipping-calculator-form {
	display: block !important;
}

.woocommerce-cart .stswsa-pickup-need-store {
	margin: 0;
	color: #555;
	font-size: 13px;
}

body.stswsa-cart-intent-ui .stswsa-cart-disabled-options {
	display: none !important;
}

.woocommerce-cart .stswsa-cart-line-fulfillment a.button.stswsa-cart-change-store,
.woocommerce-cart .stswsa-cart-line-fulfillment a.button.stswsa-cart-select-store {
    display: inline-block;
    margin-top: 6px;
}

section.related.products.easyitguys-related-products-slider {
    padding: 30px 0px 40px 0px;
}

/* Tablet/iPad: stack the Shipment heading above full-width rate cards.
   A single block-level row would be wrapped in a narrow anonymous table cell,
   so the whole totals table is taken out of table layout at this width. */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .woocommerce-cart .cart_totals table.shop_table,
    .woocommerce-cart .cart_totals table.shop_table tbody {
        display: block;
        width: 100%;
    }

    .woocommerce-cart .cart_totals table.shop_table tr {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        width: 100%;
        box-sizing: border-box;
    }

    .woocommerce-cart .cart_totals table.shop_table tr > th {
        flex: 0 0 auto;
        text-align: left;
    }

    .woocommerce-cart .cart_totals table.shop_table tr > td {
        flex: 1 1 auto;
        min-width: 0;
        text-align: right;
    }

    .woocommerce-cart .cart_totals table.shop_table tr.stswsa-shipping-row,
    .woocommerce-cart .cart_totals table.shop_table tr.stswsa-store-panel-row {
        display: block;
    }

    .woocommerce-cart .cart_totals table.shop_table tr.stswsa-shipping-row > th,
    .woocommerce-cart .cart_totals table.shop_table tr.stswsa-shipping-row > td,
    .woocommerce-cart .cart_totals table.shop_table tr.stswsa-store-panel-row > td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    .woocommerce-cart .cart_totals table.shop_table tr.stswsa-shipping-row > th {
        padding-bottom: 4px;
        border-bottom: 0;
    }

    .woocommerce-cart .cart_totals table.shop_table tr.stswsa-shipping-row > td {
        padding-top: 0;
    }

    .woocommerce-cart .cart_totals table.shop_table tr.stswsa-shipping-row > td::before {
        display: none !important;
        content: none !important;
    }

    .woocommerce-cart .cart_totals #shipping_method,
    .woocommerce-cart .cart_totals #shipping_method li {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .woocommerce-cart .cart_totals #shipping_method {
        padding-top: 0;
    }
}

@media (min-width: 820px) {
.woocommerce-page ul.products li.product .stswsa-loop-available-line span{
    width: 100% !important;
}
}

@media screen and (max-width:767px) {
    .stswsa-store-panel-row button.stswsa-clear-store:not(.stswsa-drawer-clear-btn) {
        top: 0px;
    }
}

/* WOOF uses `.woof`, not the WordPress `.widget-woof` wrapper. The class is
   toggled by the public script once the filter column reaches the viewport. */
@media screen and (min-width: 768px) {
    /* Elementor's widget container ends immediately below the WOOF form.
       Stick its column below the sticky Local Pickup Store bar so they don't overlap. */
    .elementor-column.woof-sticky-column-active {
        position: sticky;
        top: 175px; /* header (~70) + store bar (~90) + gap */
        z-index: 5; /* stay below Local Pickup toolbar */
        align-self: flex-start;
    }

    /* Fallback for non-Elementor layouts. */
    .woof.woof-sticky-active {
        position: sticky;
        top: 175px;
        z-index: 5;
        align-self: flex-start;
    }
}

/* Persistent Local Pickup Store bar on product and product-list pages.
   Keep inside the page/Elementor container — never break out to full viewport.
   Sticky only on desktop; mobile/tablet stay in normal flow. */
.stswsa-product-toolbar-wrap {
    position: relative;
    top: auto;
    z-index: auto;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: transparent;
}

/* Stop sticking when footer reaches the bar (desktop). */
.stswsa-product-toolbar-wrap.stswsa-toolbar-unstuck,
body.single-product #stswsa-product-store-toolbar.stswsa-store-toolbar.stswsa-toolbar-unstuck {
    position: relative !important;
    top: auto !important;
    z-index: auto;
}

.elementor-section-boxed > .stswsa-product-toolbar-wrap {
    max-width: 1140px;
}

/* Single product toolbar default: not sticky on mobile/tablet. */
body.single-product #stswsa-product-store-toolbar.stswsa-store-toolbar {
    position: relative;
    top: auto;
    z-index: auto;
}

@media screen and (min-width: 1025px) {
    .stswsa-product-toolbar-wrap {
        position: sticky;
        top: 70px;
        z-index: 40; /* above WOOF active-filter chips; below header (100) */
        background: #fff;
        pointer-events: auto;
    }

    body.single-product #stswsa-product-store-toolbar.stswsa-store-toolbar {
        position: sticky;
        top: 70px;
        z-index: 20;
    }
}

/* Keep Shop/nav dropdowns above Local Pickup sticky bar.
   Elementor sets .elementor-nav-menu { z-index: 2 }, which trapped the
   dropdown under the sticky pickup bar — elevate the whole header layer. */
.elementor-location-header {
    position: relative;
    z-index: 100;
}

.elementor-location-header > .elementor-section,
.elementor-location-header .elementor-sticky--active {
    z-index: 100 !important;
}

.elementor-location-header .elementor-nav-menu {
    z-index: 30 !important;
}

.elementor-location-header .elementor-nav-menu--dropdown,
.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    z-index: 110 !important;
}

.single-product .stswsa-store-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 1.35fr) 1px minmax(245px, 1fr) 1px minmax(140px, .62fr) 1px minmax(125px, .56fr);
    align-items: center;
    column-gap: 22px;
    width: 100%;
    max-width: 100%;
    min-height: 70px;
    margin: 22px 0 24px;
    padding: 15px 18px;
    border: 1px solid #edf0ed;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(17, 24, 39, 0.08);
    box-sizing: border-box;
    transform: none;
}

.single-product .stswsa-store-toolbar:not(.stswsa-has-selected-store) {
    grid-template-columns: minmax(280px, 1.35fr) 1px minmax(245px, 1.6fr);
}

.single-product .stswsa-store-toolbar:not(.stswsa-has-selected-store) .stswsa-toolbar-change-store,
.single-product .stswsa-store-toolbar:not(.stswsa-has-selected-store) .stswsa-toolbar-change-divider,
.single-product .stswsa-store-toolbar:not(.stswsa-has-selected-store) .stswsa-toolbar-clear,
.single-product .stswsa-store-toolbar:not(.stswsa-has-selected-store) .stswsa-toolbar-clear-divider {
    display: none !important;
}

.stswsa-product-toolbar-wrap .stswsa-store-toolbar {
    margin-top: 12px;
    margin-bottom: 12px;
}

body.single-product #stswsa-product-store-toolbar,
body.single-product .stswsa-product-toolbar-wrap {
    display: none !important;
}

.single-product .stswsa-toolbar-intro {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: #202520;
}

.single-product .stswsa-toolbar-intro strong,
.single-product .stswsa-toolbar-intro small {
    display: block;
}

.single-product .stswsa-toolbar-intro strong {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.single-product .stswsa-toolbar-intro small {
    color: #747b75;
    font-size: 12px;
    line-height: 1.3;
}

.single-product .stswsa-toolbar-store-icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    color: #2db51d;
}

.single-product .stswsa-toolbar-store-icon svg {
    width: 100%;
    height: 100%;
}

.single-product .stswsa-toolbar-divider {
    width: 1px;
    height: 38px;
    background: #e6eae7;
}

.single-product .stswsa-toolbar-store-picker {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 7px 36px 7px 14px;
    border: 1px solid #e1e6e2;
    border-radius: 6px;
    background: #fff;
    color: #242824;
    cursor: pointer;
    text-align: left;
}

.single-product .stswsa-toolbar-picker-label {
    grid-column: 1 / -1;
    margin-bottom: 2px;
    color: #8a908b;
    font-size: 11px;
    line-height: 1;
}

.single-product .stswsa-toolbar-store-name {
    overflow: hidden;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-product .stswsa-toolbar-store-name::before {
    position: absolute;
    bottom: 9px;
    left: 14px;
    color: #43ba32;
    content: '⌖';
    font-size: 14px;
}

.single-product .stswsa-toolbar-chevron {
    position: absolute;
    right: 13px;
    bottom: 17px;
    color: #59605a;
    font-size: 20px;
    line-height: 1;
}

.single-product .stswsa-toolbar-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 2px;
    border: 0;
    background: transparent;
    color: #262b27;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.single-product .stswsa-toolbar-action > span {
    color: #5d675f;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.single-product .stswsa-toolbar-info {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    border: 1px solid #9aa19b;
    border-radius: 50%;
    color: #7f8780;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    vertical-align: 1px;
}

.single-product .stswsa-toolbar-more {
    display: none !important;
}

.single-product .stswsa-toolbar-clear {
    color: #ef302a;
}

/* Override the generic cart clear-button positioning. In the toolbar this
   control is a normal flex item, not an absolute-positioned circular X. */
.single-product .stswsa-store-toolbar button.stswsa-toolbar-clear {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    flex: 0 0 auto;
    align-self: center;
    margin: 0;
    padding: 9px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ef302a;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.single-product .stswsa-toolbar-clear > span {
    color: #ef302a;
}

.single-product .stswsa-toolbar-clear .stswsa-toolbar-clear-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
}

.single-product .stswsa-toolbar-clear .stswsa-toolbar-clear-icon svg {
    width: 100%;
    height: 100%;
}

.single-product .stswsa-toolbar-store-picker:hover,
.single-product .stswsa-toolbar-store-picker:focus,
.single-product .stswsa-toolbar-store-picker:active,
.single-product .stswsa-toolbar-store-picker:focus-visible {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #26b71a !important;
}

.single-product .stswsa-toolbar-store-picker:hover .stswsa-toolbar-store-name,
.single-product .stswsa-toolbar-store-picker:focus .stswsa-toolbar-store-name,
.single-product .stswsa-toolbar-store-picker:active .stswsa-toolbar-store-name,
.single-product .stswsa-toolbar-store-picker:hover .stswsa-toolbar-chevron,
.single-product .stswsa-toolbar-store-picker:focus .stswsa-toolbar-chevron,
.single-product .stswsa-toolbar-store-picker:active .stswsa-toolbar-chevron {
    color: #26b71a !important;
}

.single-product .stswsa-toolbar-store-picker:hover .stswsa-toolbar-store-name::before,
.single-product .stswsa-toolbar-store-picker:focus .stswsa-toolbar-store-name::before,
.single-product .stswsa-toolbar-store-picker:active .stswsa-toolbar-store-name::before {
    color: #26b71a !important;
}

.single-product .stswsa-toolbar-action:hover,
.single-product .stswsa-toolbar-action:focus,
.single-product .stswsa-toolbar-action:active,
.single-product .stswsa-toolbar-action:focus-visible {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #26b71a !important;
}

.single-product .stswsa-toolbar-action:hover > span,
.single-product .stswsa-toolbar-action:focus > span,
.single-product .stswsa-toolbar-action:active > span,
.single-product .stswsa-toolbar-action:focus-visible > span {
    color: #26b71a !important;
}

.single-product .stswsa-toolbar-action.stswsa-toolbar-clear:hover,
.single-product .stswsa-toolbar-action.stswsa-toolbar-clear:focus,
.single-product .stswsa-toolbar-action.stswsa-toolbar-clear:active,
.single-product .stswsa-toolbar-action.stswsa-toolbar-clear:focus-visible,
.single-product .stswsa-store-toolbar button.stswsa-toolbar-clear:hover,
.single-product .stswsa-store-toolbar button.stswsa-toolbar-clear:focus,
.single-product .stswsa-store-toolbar button.stswsa-toolbar-clear:active {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #ef302a !important;
}

.single-product .stswsa-toolbar-action.stswsa-toolbar-clear:hover > span,
.single-product .stswsa-toolbar-action.stswsa-toolbar-clear:focus > span,
.single-product .stswsa-toolbar-action.stswsa-toolbar-clear:active > span {
    color: #ef302a !important;
}

@media screen and (max-width: 1024px) {
    .stswsa-product-toolbar-wrap,
    body.single-product #stswsa-product-store-toolbar.stswsa-store-toolbar {
        position: relative !important;
        top: auto !important;
        z-index: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .stswsa-product-toolbar-wrap {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .single-product .stswsa-store-toolbar {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
        width: 100%;
        max-width: 100%;
        min-height: 0;
        margin: 12px 0 18px;
        padding: 16px 14px;
        border-radius: 10px;
        transform: none;
    }

    .single-product .stswsa-toolbar-intro {
        grid-column: 1 / -1;
        gap: 10px;
        padding-bottom: 3px;
    }

    .single-product .stswsa-toolbar-store-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .single-product .stswsa-toolbar-intro strong {
        font-size: 14px;
    }

    .single-product .stswsa-toolbar-intro small {
        font-size: 11px;
    }

    .single-product .stswsa-toolbar-store-picker {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 46px;
        padding: 7px 36px 7px 12px;
    }

    .single-product .stswsa-toolbar-store-name {
        font-size: 13px;
    }

    .single-product .stswsa-toolbar-store-name::before {
        left: 12px;
    }

    .single-product .stswsa-toolbar-divider {
        display: none;
    }

    .single-product .stswsa-toolbar-action {
        width: 100%;
        min-height: 40px;
        justify-content: center;
        border: 1px solid #e1e6e2;
        border-radius: 6px;
        font-size: 12px;
    }

    .single-product .stswsa-store-toolbar:not(.stswsa-has-selected-store) .stswsa-toolbar-action:not(.stswsa-toolbar-clear) {
        grid-column: 1 / -1;
    }

    .single-product .stswsa-store-toolbar button.stswsa-toolbar-clear {
        width: 100% !important;
        min-height: 40px;
        justify-content: center;
        border: 1px solid #f0d7d5;
        border-radius: 6px;
    }

    .single-product .stswsa-toolbar-more {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .stswsa-product-toolbar-wrap {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-product .stswsa-store-toolbar {
        grid-template-columns: minmax(225px, 1.2fr) 1px minmax(210px, 1fr) 1px minmax(118px, .58fr) 1px minmax(108px, .52fr);
        column-gap: 13px;
        width: 100%;
        padding-inline: 16px;
    }

    .single-product .stswsa-store-toolbar:not(.stswsa-has-selected-store) {
        grid-template-columns: minmax(225px, 1.2fr) 1px minmax(210px, 1.4fr);
    }
}

/* Shop listing refresh: WOOF sidebar and product cards. */

/* Price range slider — green theme matching site design. */
.woof .woof_price_filter h4,
.woof .woof_price3_search_container h4,
.woof .woof_container_by_price h4 {
    margin: 0 0 14px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.woof .woof_price3_search_container > .woof_container_inner {
    position: relative;
    padding-top: 28px;
}

.woof .woof_price3_search_container > .woof_container_inner::before {
    content: "Price Range";
    position: absolute;
    top: 0;
    left: 0;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.woof .irs--round .irs-line {
    height: 4px !important;
    top: 32px !important;
    background: #d9deda !important;
    border: 0 !important;
    border-radius: 4px !important;
}

.woof .irs--round .irs-bar {
    height: 4px !important;
    top: 32px !important;
    background: #26b71a !important;
    border: 0 !important;
    border-radius: 4px !important;
}

.woof .irs--round .irs-handle {
    width: 18px !important;
    height: 18px !important;
    top: 25px !important;
    background: #fff !important;
    border: 3px solid #26b71a !important;
    border-radius: 50% !important;
    box-shadow: 0 1px 3px rgba(17, 24, 39, 0.12) !important;
    cursor: pointer;
}

.woof .irs--round .irs-handle > i:first-child,
.woof .irs--round .irs-handle:hover,
.woof .irs--round .irs-handle:focus,
.woof .irs--round .irs-handle.state_hover,
.woof .irs--round .irs-handle.state_focus {
    background: #fff !important;
    border-color: #26b71a !important;
    box-shadow: 0 1px 4px rgba(38, 183, 26, 0.28) !important;
}

.woof .irs--round .irs-from,
.woof .irs--round .irs-to,
.woof .irs--round .irs-single {
    top: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.woof .irs--round .irs-from::before,
.woof .irs--round .irs-to::before,
.woof .irs--round .irs-single::before {
    display: none !important;
    content: none !important;
    border: 0 !important;
}

.woof .irs--round .irs-min,
.woof .irs--round .irs-max {
    display: none !important;
    visibility: hidden !important;
}

.woof .irs--round .irs-grid-text {
    color: #9aa19b !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}

.woof .irs--round .irs-grid-pol {
    background: #cfd5d0 !important;
}

.woof .irs--round.irs-with-grid {
    height: 72px !important;
}

/* WOOF checkboxes: brand green checked state (CSS checkmark, not teal sprite). */
.woof .icheckbox_square-green,
.woof .icheckbox_square-blue,
.woof .iradio_square-green,
.woof .iradio_square-blue {
    position: relative !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 8px 0 0 !important;
    background: #fff !important;
    background-image: none !important;
    border: 1.5px solid #c9cfcb !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    vertical-align: middle;
}

.woof .icheckbox_square-green.hover,
.woof .icheckbox_square-blue.hover,
.woof .iradio_square-green.hover,
.woof .iradio_square-blue.hover {
    background: #fff !important;
    background-image: none !important;
    border-color: #26b71a !important;
}

.woof .icheckbox_square-green.checked,
.woof .icheckbox_square-blue.checked,
.woof .iradio_square-green.checked,
.woof .iradio_square-blue.checked {
    background: #26b71a !important;
    background-image: none !important;
    border-color: #26b71a !important;
}

.woof .icheckbox_square-green.checked::after,
.woof .icheckbox_square-blue.checked::after {
    content: "" !important;
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.woof .iradio_square-green,
.woof .iradio_square-blue {
    border-radius: 50% !important;
}

.woof .iradio_square-green.checked::after,
.woof .iradio_square-blue.checked::after {
    content: "" !important;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    transform: none;
}

/* Reset + Filter button row — full-width equal split. */
.woof .woof_submit_search_form_container {
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e9eeea;
    box-sizing: border-box;
}

.woof .woof_submit_search_form_container .button.woof_reset_search_form,
.woof .woof_submit_search_form_container .button.woof_submit_search_form {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    text-transform: none !important;
    box-sizing: border-box !important;
}

.woof .woof_submit_search_form_container .button.woof_reset_search_form {
    border: 1px solid #e4e7ec !important;
    border-right: 0 !important;
    border-radius: 8px 0 0 8px !important;
    background: #eef0f5 !important;
    color: #4b5563 !important;
}

.woof .woof_submit_search_form_container .button.woof_submit_search_form {
    border: 1px solid #111 !important;
    border-radius: 0 8px 8px 0 !important;
    background: #111 !important;
    color: #fff !important;
}

.woof .woof_submit_search_form_container .button.woof_reset_search_form:hover,
.woof .woof_submit_search_form_container .button.woof_reset_search_form:focus {
    background: #e5e8ef !important;
    color: #111 !important;
}

.woof .woof_submit_search_form_container .button.woof_submit_search_form:hover,
.woof .woof_submit_search_form_container .button.woof_submit_search_form:focus {
    background: #000 !important;
    color: #fff !important;
}

/* When only Filter is shown, keep full rounded black button. */
.woof .woof_submit_search_form_container .button.woof_submit_search_form:only-child {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 8px !important;
}

@media screen and (min-width: 768px) {
    body.woocommerce-shop .woof,
    body.post-type-archive-product .woof,
    body.tax-product_cat .woof,
    body.tax-product_tag .woof {
        padding: 18px;
        background: #fff;
        border: 1px solid #edf0ed;
        border-radius: 12px;
        box-shadow: 0 3px 14px rgba(17, 24, 39, 0.07);
    }

    .woof .woof_container {
        margin: 0;
        padding: 0 0 14px;
        border-bottom: 1px solid #e9eeea;
    }

    .woof .woof_container + .woof_container {
        padding-top: 14px;
    }

    .woof .woof_container:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .woof .woof_container h4 {
        margin: 0 0 12px;
        color: #202520;
        font-size: 13px;
        font-weight: 700;
    }

    .woof ul.woof_list li {
        margin: 0 0 8px;
        color: #5e665f;
        font-size: 12px;
        line-height: 1.25;
    }

    .woof .woof_text_search_container input[type='search'] {
        min-height: 36px;
        padding: 8px 11px !important;
        border: 1px solid #e0e5e1;
        border-radius: 6px;
        background: #fbfcfb;
    }

    .woof .woof_submit_search_form,
    .woof .woof_reset_search_form {
        min-height: 38px;
        padding: 9px 14px;
        font-size: 12px;
        font-weight: 700;
    }

    .woof .woof_submit_search_form {
        border: 1px solid #101010;
        background: #101010;
        color: #fff;
    }

    body.woocommerce-shop .woocommerce ul.products,
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        margin: 0 !important;
    }

    body.woocommerce-shop .woocommerce ul.products li.product,
    body.post-type-archive-product .woocommerce ul.products li.product,
    body.tax-product_cat .woocommerce ul.products li.product,
    body.tax-product_tag .woocommerce ul.products li.product {
        width: auto !important;
        min-width: 0;
        margin: 0 !important;
        padding: 12px !important;
        border: 1px solid #e9edeb;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 3px 12px rgba(17, 24, 39, 0.06);
        transition: transform .18s ease, box-shadow .18s ease;
    }

    body.woocommerce-shop .woocommerce ul.products li.product:hover,
    body.post-type-archive-product .woocommerce ul.products li.product:hover,
    body.tax-product_cat .woocommerce ul.products li.product:hover,
    body.tax-product_tag .woocommerce ul.products li.product:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(17, 24, 39, 0.11);
    }

    .woocommerce-page ul.products li.product a img {
        width: 100% !important;
        height: 142px;
        margin: 0 0 10px !important;
        object-fit: contain;
    }

    .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        min-height: 36px;
        margin: 0 !important;
        font-size: 13px !important;
        font-weight: 700;
        line-height: 1.25;
    }

    .woocommerce-page ul.products li.product span.price {
        margin-top: 8px;
        font-size: 14px;
    }

    .woocommerce-page ul.products li.product span.price .woocommerce-Price-amount.amount {
        font-size: 15px;
    }

    .woocommerce-page ul.products li.product .shipping-local-options-maindiv,
    .woocommerce-page ul.products li.product .stswsa-loop-fulfillment {
        margin-top: 8px;
        padding-top: 8px;
    }

    .woocommerce-page ul.products li.product .stswsa-loop-pickup-title,
    .woocommerce-page ul.products li.product .stswsa-loop-pickup-status,
    .woocommerce-page ul.products li.product .stswsa-loop-store-name,
    .woocommerce-page ul.products li.product .stswsa-loop-local-qty,
    .woocommerce-page ul.products li.product .stswsa-loop-sts-note {
        font-size: 11px;
    }

    .woocommerce-page ul.products li.product .stswsa-loop-actions {
        margin-top: 6px;
    }

    .woocommerce-page ul.products li.product .stswsa-loop-buy-now,
    .woocommerce-page ul.products li.product .stswsa-loop-actions .stswsa-loop-add-to-cart,
    .woocommerce-page ul.products li.product .stswsa-loop-actions .add_to_cart_button,
    .woocommerce-page ul.products li.product .stswsa-loop-actions .button.product_type_simple,
    .woocommerce-page ul.products li.product .stswsa-loop-actions .button.product_type_variable {
        min-height: 32px;
        padding: 7px 8px !important;
        border-radius: 6px !important;
        font-size: 11px !important;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-page ul.products li.product {
        box-shadow: 0 2px 9px rgba(17, 24, 39, 0.06);
    }

    /* Mobile filter sidebar: side padding + visible card shadow */
    body.woocommerce-shop .woof,
    body.post-type-archive-product .woof,
    body.tax-product_cat .woof,
    body.tax-product_tag .woof,
    body.woocommerce .woof,
    .woof {
        width: auto !important;
        max-width: 100%;
        margin: 0 14px 18px !important;
        padding: 16px 14px !important;
        background: #fff !important;
        border: 1px solid #edf0ed !important;
        border-radius: 12px !important;
        box-shadow: 0 8px 24px rgba(17, 24, 39, 0.12) !important;
        box-sizing: border-box !important;
    }

    .elementor-widget-wp-widget-woof .elementor-widget-container,
    .elementor-widget-wp-widget-woocommerce-product-categories .elementor-widget-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .woof .woof_submit_search_form_container {
        margin-top: 12px;
        padding-top: 12px;
    }
}

/* WOOF filter loading: Easy IT animated GIF logo. */
#woof_html_buffer.woof_info_popup,
div.woof_info_popup#woof_html_buffer {
    pos00ition: fixed !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 10001 !important;
    width: 110px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    background-image: url("../images/easyit-loading-it.gif") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    transform: translate(-50%, -50%) !important;
    animation: none !important;
}

/* Cart quantity pill — standard minus / plus (remove uses Remove column). */
.woocommerce-cart-form .product-quantity .stswsa-qty-pill {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    min-width: 118px;
    padding: 0 2px;
    border: 1.5px solid var(--e-global-color-primary, #26B71A);
    border-radius: 999px;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}
.woocommerce-cart-form .product-quantity .stswsa-qty-btn,
.woocommerce-cart-form .product-quantity .stswsa-qty-btn.button {
    flex: 0 0 34px;
    width: 34px;
    min-width: 34px;
    height: 32px;
    min-height: 32px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #1c1c1d !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: none !important;
    font-size: 0;
    text-transform: none;
}
.woocommerce-cart-form .product-quantity .stswsa-qty-btn:hover {
    background: rgba(38, 183, 26, 0.08);
    color: var(--e-global-color-primary, #26B71A);
}
.woocommerce-cart-form .product-quantity .stswsa-qty-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    background: transparent;
    color: #1c1c1d;
}
.woocommerce-cart-form .product-quantity .stswsa-qty-icon {
    display: none;
    width: 16px;
    height: 16px;
}
.woocommerce-cart-form .product-quantity .stswsa-qty-dec .stswsa-qty-icon-minus,
.woocommerce-cart-form .product-quantity .stswsa-qty-inc .stswsa-qty-icon-plus {
    display: block;
}
.woocommerce-cart-form .product-quantity .stswsa-qty-pill .quantity {
    margin: 0;
    width: 42px;
    float: none;
}
.woocommerce-cart-form .product-quantity .stswsa-qty-pill .quantity .qty,
.woocommerce-cart-form .product-quantity .stswsa-qty-pill input.qty {
    width: 42px !important;
    min-width: 0 !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #1c1c1d;
    -moz-appearance: textfield;
}
.woocommerce-cart-form .product-quantity .stswsa-qty-pill input.qty::-webkit-outer-spin-button,
.woocommerce-cart-form .product-quantity .stswsa-qty-pill input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .woocommerce-cart-form .product-quantity .stswsa-qty-pill {
        min-width: 110px;
        height: 34px;
    }
}

/* Active WOOF chips (Clear All / category tags) sit in the product column.
   Their default z-index:99 paints over the sticky Local Pickup bar on scroll
   and intercepts Select Store clicks. Keep them in the product stacking layer. */
.woof_products_top_panel {
    z-index: 1 !important;
}

.stswsa-who-referred-field {
    margin: 1.25em 0 1.5em;
}
.stswsa-who-referred-field select {
    width: 100%;
    max-width: 100%;
}
.stswsa-who-referred-hint {
    display: block;
    margin-top: 6px;
    color: #555;
}