.ribbon-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.ribbon-discount {
    color: white;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
}

.ribbon-text {
    color: black;
}

.woocommerce-mini-cart__buttons .checkout {
    display: block!important;
}

.woocommerce-mini-cart__buttons .wc-apa-button-separator{
 display: none!important;
}

label[for="shipping_method_0_wdr_free_shipping"] {
 text-transform: capitalize;
 color: green;
}
.__instock_btn{
    background: #1abb4f!important;
    width: 100%;
}
.__out_of_stock_btn{
    background: #C8C8C8!important;
    width: 100%!important;
}

label[for="shipping_method_0_table_rate2535"]{
    position: relative;
}

label[for="shipping_method_0_table_rate2535"]:after{
    content: "Location: 8966 Mason Ave, Chatsworth CA 91311";
    position: absolute;
    left: 20px;
    top: 25px;
    font-weight: 500;
    width: 310px;
    font-size: 14px;
}

label[for="shipping_method_0_table_rate2637"]{
    position: relative;
}

label[for="shipping_method_0_table_rate2637"]:after{
    content: "Location: 8966 Mason Ave, Chatsworth CA 91311";
    position: absolute;
    left: 20px;
    top: 25px;
    font-weight: 500;
    width: 310px;
    font-size: 14px;
}

@media only screen and (max-width: 390px) {

    label[for="shipping_method_0_table_rate2535"]:after{
        left: 20px;
        top: 20px;
        font-size: 12px;
    }

      label[for="shipping_method_0_table_rate2637"]:after{
        left: 20px;
        top: 20px;
        font-size: 12px;
    }
}


.custom-product-display {
    text-align: left;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    max-width: 100%;
    background-color: #fcfcfc;

}

.product-image img {
    max-width: 100%;
    border-radius: 8px;
}

.product-title {
    font-size: 24px;
    margin-top: 10px;
}

.product-price {
    font-size: 20px;
    color: #28a745;
}

.product-stock {
    font-size: 16px;
}

.product-description {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.bundle-items {
    list-style: none;
    padding: 0;
}

.bundle-items li {
    display: flex;
    align-items: left;
    font-size: 14px;
    font-weight: 400;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid gray;
    border-color: #E9e9e9;
    border-style: solid;
    margin-bottom: 5px;
}

.product-add-to-cart {
    margin-top: 20px;
}


/* Product Gallery Styling */
.custom-product-gallery {
    text-align: center;
    max-width: 600px;
    margin: auto;
    position: relative;
}

/* Main Image Container */
.gallery-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-product-image {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.main-product-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Arrows for Navigation */
.prev-arrow, .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 0%);
    color: #000000;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    z-index: 10;
}

.prev-arrow {
    left: -40px;
}

.next-arrow {
    right: -40px;
}

.prev-arrow:hover, .next-arrow:hover {
     color: green;
}

/* Thumbnails */
.product-thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.product-thumbnails .thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
    
}

.product-thumbnails .thumbnail:hover {
    transform: scale(1.1);
    border-color: #4CAF50;
}


button.button.alt {
    width: 100%;
    margin-top: 20px;
}


.suitable-for-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}

.suitable-for-list li {
    margin-bottom: 10px;
    font-weight: bold;
    color: #007528;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.checkmark-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.product-information {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}


._Warranty {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #f1f5f4;
    border-radius: 8px;
    margin-bottom: 20px;
}
._Warranty img {
    width: 50px;
    height: auto;
}
._Warranty strong {
    font-size: 16px;
    color: #1a1a1a;
}
._Warranty p {
    margin: 0;
    font-size: 13px;
    color: #4a4a4a;
}

.product-pricing-breakdown {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333; /* Set a neutral/default color for the entire block */
}

.product-pricing-breakdown .price-total {
    color: green; /* Force total to be neutral */
    font-size: 24px;
}

.product-pricing-breakdown .price-savings {
    color: green; /* Only this is green */
}


@keyframes pulseBackground {
    0% {
        background-color: green;
    }
    50% {
        background-color: limegreen;
    }
    100% {
        background-color: green;
    }
}

.savings-badge {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: pulseBackground 1.5s infinite ease-in-out;
}


.affirm-as-low-as {
    color: black;
}



.upsell-products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center them nicely */
    gap: 20px; /* Space between boxes */
    margin-top: 20px;
}

.product-upsell-box {
    flex: 0 0 22%; /* About 4 items in a row, responsive */
    border: 1px solid #ddd;
    padding: 20px;
    text-align: left;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
    min-width: 200px;
}

@media (max-width: 768px) {
    .product-upsell-box {
        flex: 0 0 45%; /* 2 per row on mobile */
    }
}

@media (max-width: 480px) {
    .product-upsell-box {
        flex: 0 0 90%; /* 1 per row on very small screens */
    }
}

.product-upsell-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.product-upsell-box h4 {
    font-size: 18px;
    margin: 10px 0;
}

.upsell-price {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}


.upsell-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #66bb6a; /* Light green */
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-radius: 999px; /* Full pill */
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.upsell-button:hover {
    background-color: #4caf50; /* Darker green on hover */
    color: white; 
}


@keyframes pulseBackground2 {
    0% {
        background-color: #eb9234;
    }
    50% {
        background-color: #eb5f34;
    }
    100% {
        background-color: #eb9234;
    }
}

.upsell-saving-ribbon {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: pulseBackground2 1.5s infinite ease-in-out;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}


.upsell-warning {
    padding: 15px;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}


.upsell-swiper.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-container {
    padding-bottom: 40px;
    position: relative;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #2e7d1c;
    font-weight: bold;
}


#youtube-chat-toggle {
    background-color: #0073aa;  /* ← your primary brand color */
    color:            #ffffff;  /* ← button text color */
    border:           none;
    padding:          0.5em 1em;
    cursor:           pointer;
}
#youtube-chat-toggle:hover {
    background-color: #005f8d;  /* ← darker shade on hover */
}


.special-pricing {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}


.stock-status-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    color: #fff;
    text-align: center;
}

/* Green for In Stock */
.stock-status-badge.in-stock {
    background-color: #28a745; /* Green */
}

/* Red for Out of Stock or Fallback */
.stock-status-badge.out-of-stock {
    background-color: #dc3545; /* Red */
}


.spec-download-link {
  text-decoration: none;
  color: #0073aa;
  font-weight: 500;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.spec-download-icon {
  width: 1.2em;
  height: auto;
}

.spec-download-link:hover {
  text-decoration: underline;
}


.man-download-link {
  text-decoration: none;
  color: #0073aa;
  font-weight: 500;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.man-download-icon {
  width: 1.2em;
  height: auto;
}

.man-download-link:hover {
  text-decoration: underline;
}

.ss-download-link {
  text-decoration: none;
  color: #0073aa;
  font-weight: 500;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.ss-download-icon {
  width: 1.2em;
  height: auto;
}

.ss-download-link:hover {
  text-decoration: underline;
}


/* Low-stock “info” box with light-red background */
.wc-low-stock-alert {
    display: flex;
    align-items: center;
    background-color: #ecf0f1;      /* very light red */
    border: 1px solid gray;       /* slightly darker red */
    color: #721c24;                  /* dark red text */
    padding: 0.75em 1em;
    margin: 1em 0;
    border-radius: 4px;
}

.wc-low-stock-alert__icon {
    width: 24px;
    height: 24px;
    margin-right: 0.5em;
}

.wc-low-stock-alert__text {
    font-weight: 600;
    font-size: 0.95em;
}
/*contact us buttons*/
.contact-us {
	display: flex;
	justify-content: space-evenly;
}

.contact-btn {
	width: 100%;
	height: 100%;
    	background: #3bb54a;
        font-size: 18px;
	font-weight: 400;
	line-height: 52px;
	margin: 10px;
	border-radius: 4px;
}


.stock-banner {
    color: red;
    font-weight: bolder;
}

.main-header {
    display: none !important;
}