.header__menu--link {position: relative;padding: 1.2rem 0 0rem;}
ul.header__menu--wrapper.d-flex li a {
    font-size: 1.9rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
}
/* Success message (green) */
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #155724;
    border: 1px solid #46b450;
	text-align:center;
}

/* Error / failed message (red) */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    background-color: #c62523;
    color: #721c24;
    border: 1px solid #c62523;
		text-align:center;

}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid,input.is-invalid {
border: 2px solid #c62523 !important;
}
.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
}
.wpcf7-form p {margin:0px;}
.wpcf7-response-output {
    color: #fff !important;
    background-color: #f24224;
    border: 0px !important;
}
section.dark {
    background-color: #f3f3f3;
}
ul.footer__widget--menu.footer__widget--inner li a {
    line-height: 2.8rem;
    font-size: 1.6rem;
    color: #fff;
}
.form-row p {
    display: flex;
    align-items: stretch; /* makes same height */
    margin: 0;
}

/* Remove line break */
.form-row br {
    display: none;
}

/* Wrapper fix */
.form-row .wpcf7-form-control-wrap {
    flex: 1;
    display: block;
}

/* Input full width */
.form-row input[type="email"] {
   border-radius: 0px;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   padding:0px 0px 0px 5px;
   border:1px solid #ff3e1d;
}

/* Button styling */
.form-row input[type="submit"] {
    border-radius: 0px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0px
}
div#wpcf7-f254-o1 br {
    display: none;
}
.wpcf7-form-control-wrap {
	width: 100%;
}

p.accordion__items--body__desc {
    padding: 10px 0px;
}

ul.products.columns-3 li {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    background: var(--body-background-color);
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
}

h2.woocommerce-loop-product__title {
    font-size: 2rem !important; 
    margin-bottom: 2rem;
    font-weight: 500;
	line-height:2.8rem;
	padding:2rem 20px 1.5rem 1.5rem !important;
	text-align: center;

}

span.price {
    color: var(--hover-color) !important;
    font-weight: 600 !important;
    line-height: 1.8rem !important;
    font-family: var(--inter-fonts) !important;
    font-size: 2rem !important;
    text-align: center;
}


a.button.add_to_cart_button {
    margin-bottom: 40px !important;
    width: fit-content;
    display: block !important;
    margin: 0 auto;
    background-color: #ff3e1d !important;
    color: var(--text-white-color) !important;
    padding: 0 2rem;
    height: 3.8rem;
    line-height: 4.3rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
}

a.button.add_to_cart_button:hover {
    background-color: #5f3e9b !important;
}

.archive aside#secondary {
    display: none;
}
.add_to_cart_button::after,
.single_add_to_cart_button::after {
    content: "\f07a"; /* Font Awesome shopping-cart icon */
    font-family: "Font Awesome 6 Free"; /* Make sure FA is loaded */
    font-weight: 900; /* Solid style */
    margin-left: 8px; /* Space between text and icon */
    display: inline-block;
    font-size: 14px; /* Adjust icon size here */
    vertical-align: middle; /* Align with text */
}
select.orderby {
    border: 1px solid var(--border-color);
    padding: 0.6rem 3rem 0.6rem 1.2rem;
    cursor: pointer;
    border-radius: 0.5rem;
    background: var(--body-background-color);
    font-size: 1.4rem;
}
select.orderby {
    border: 1px solid var(--border-color);
    padding: 0.6rem 3rem 0.6rem 1.2rem;
    cursor: pointer;
    border-radius: 0.5rem;
    background: var(--body-background-color);
    font-size: 1.4rem;
}

nav.woocommerce-breadcrumb {
    display: none;
}

h1.woocommerce-products-header__title.page-title {
    display: none;
}
button.woof_reset_button_2 {border: 1px solid var(--border-color);
    padding: 0.6rem 3rem 0.6rem 1.2rem;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0.5rem;
    background: #ff3e1d;
    font-size: 1.4rem;
    color:#fff
}

button.button.woof_reset_search_form {
    background-color: #ff3e1d;
    color: #fff;
}

h1.product_title.entry-title {
    line-height: 3rem;
    color: var(--primary-color);
    font-size: 2.2rem;
}

p.price {
    color: var(--hover-color) !important;
    font-weight: 600;
    line-height: 1.8rem;
    font-family: var(--inter-fonts);
    font-size: 2rem !important;
    margin: 15px 0px;
}

.woocommerce-product-details__short-description p {
    font-size: 1.5rem;
    line-height: 2.8rem;
	margin-bottom:20px;
}

button.single_add_to_cart_button.button.alt,button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    font-weight: 500;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 4.2rem;
    height: 3.8rem;
    padding: 0 2rem;
    letter-spacing: 0.2px;
    border-radius: 0.5rem;
    background: var(--secondary-color);
    color: var(--text-white-color);
    border: 0;
}
button.minus {
    margin-right: -4px !important;
    border-radius: 17px 0 0 17px;
}
button.plus {
    margin-left: -4px !important;
    border-radius: 0 17px 17px 0;
}
.quantity button {
    display: inline-block;
    border: 1px solid var(--border-color);
    margin: 0px;
    width: 3.3rem;
    height: 4rem;
    text-align: center;
    padding: 0;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
}
.woocommerce .quantity .qty {
    text-align: center;
    border: none;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin: 0px;
    width: 3.3rem;
    text-align: center;
	height:4rem;
}
/* Description tab styling */
div#tab-description {}

/* Panel styling */
.woocommerce-Tabs-panel {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px !important;
    margin-top: 30px;
}

/* Tabs container */
ul.tabs.wc-tabs {
    display: flex;             /* use flexbox */
    justify-content: center;   /* center tabs */
    text-align: center;
    width: 100%;               /* full width */
    padding: 0;
    margin: 0;
    list-style: none;
	padding:0px !important;
}

/* Individual tabs */
ul.tabs.wc-tabs li {
    flex: 1;                   /* equal width for all tabs */
    border: 1px solid var(--border-color) !important;
    background: var(--hover-color) !important;
    color: var(--text-white-color) !important;
    border-radius: 0.3rem !important;
    margin-right: 10px !important;
    text-align: center;
}

/* Remove margin-right on the last tab to avoid extra spacing */
ul.tabs.wc-tabs li:last-child {
    margin-right: 0 !important;
}

/* Tab links */
ul.tabs.wc-tabs li a {
    display: block;            /* ensure full width click area */
    color: var(--text-white-color) !important;
    line-height: 1.5 !important;
    font-size: var(--body-font-size) !important;
    font-weight: var(--body-font-weight) !important;
    text-align: center !important;
    padding: 10px 0;           /* add vertical padding */
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: var(--text-white-color);
    border-color: var(--secondary-color);
    background-color: var(--secondary-color) !important;
}
section.related.products h2 {
    font-size: 4rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 auto;
    display: block;
    text-align: center;
}

ul.products.columns-4 li {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    background: var(--body-background-color);
}

ul.products.columns-4 {
    margin: 40px 0px 46px 0px !important;
}
aside#secondary {
    display: none;
}
.product_meta {
    margin-bottom: 40px;
}
/* Main slider images */
#wpgs-gallery .wcgs-slider-image-tag {
    width: 100% !important;      /* Make image fill its container */
    height: 500px;               /* Fixed height for consistency */
    object-fit: cover;           /* Crop or scale image to fill without distortion */
}

/* Thumbnails */
#wpgs-gallery .wcgs-thumb img {
    width: 100% !important;      /* Fill thumbnail container */
    height: 100px;               /* Fixed thumbnail height */
    object-fit: cover;           /* Keep aspect ratio, crop if needed */
}

/* Thumbnail wrapper to maintain spacing */
#wpgs-gallery .wcgs-thumb {
    width: 120px !important;     /* Fixed width */
    margin-right: 6px !important;
}

/* Optional: make active thumbnail standout */
#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active img {
    border: 2px solid #0073aa;  /* WooCommerce blue or your color */
    box-sizing: border-box;
}

/* Optional: prevent gallery stretching beyond container */
#wpgs-gallery {
    max-width: 800px;            /* adjust to your layout */
    margin: 0 auto;
}
.wcgs-thumb {
    border: 1px solid var(--border-color);
    padding: 1.2rem;
    line-height: 1;
    border-radius: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-top:10px !important;
}
.wcgs-slider-image {
    background: var(--bg-gray-color);
    padding: 1rem;
    border-radius: 1rem;
}

/* Style the select dropdown inside the variations table */
.variations select {
    border: 1px solid var(--border-color);       /* Border color */
    padding: 0.6rem 3rem 0.6rem 1.2rem;         /* Top, right, bottom, left padding */
    -webkit-appearance: none;                    /* Remove default browser styling */
    -moz-appearance: none;                       /* For Firefox */
    appearance: none;                            /* Standard */
    cursor: pointer;                             /* Pointer on hover */
    border-radius: 0.5rem;                       /* Rounded corners */
    background: var(--body-background-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23666' d='M2 0L0 2h4L2 0zM2 5l2-2H0l2 2z'/%3E%3C/svg%3E") no-repeat right 1rem center;
    background-size: 0.6rem 0.6rem;             /* Size of the dropdown arrow */
    font-size: 1.4rem;                           /* Text size */
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

/* Optional: Hover and focus effects */
.variations select:hover,
.variations select:focus {
    border-color: var(--accent-color, #e8381a);
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
    outline: none;
}

/* Reset link styling */
.variations .reset_variations {
    margin-left: 1rem;
    font-size: 1.2rem;
    color: var(--accent-color, #ff3e1d);
    text-decoration: underline;
    cursor: pointer;
}
.woocommerce-message .button.wc-forward {
    background: #ff3201; /* Bright red-orange button */
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
    margin-left: 10px;
    display: inline-block;
}
.woocommerce-message .button.wc-forward:hover {
    background: #e02a00; /* Slightly darker shade on hover */
    color: #ffffff;
}
.woocommerce-message {
    color: #fff;
    background-color: #5f3e9b !important;
    margin: 50px auto !important;
    width: 80%;
    border-top-color: #5f3e9b;
    margin: 0 auto;
    display: block;
}
/* ============================= */
/* WooCommerce Cart Custom Styles */
/* ============================= */

/* Primary buttons: Proceed to Checkout, Apply Coupon */
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-totals-coupon__button {
    background-color: #ff3201 !important; /* default */
    border-color: #ff3201 !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
    border-radius: 4px;
	border:0px;
}

.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-totals-coupon__button:hover {
    background-color: #5f3e9b !important; /* hover color */
    border-color: #5f3e9b !important;
    color: #ffffff !important;
}

/* Quantity selector buttons (+/-) */
.wc-block-components-quantity-selector__button {
    background-color: #ff3201 !important;
    color: #fff !important;
    border: none !important;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wc-block-components-quantity-selector__button:hover:not(:disabled) {
    background-color: #5f3e9b !important; /* hover color */
    color: #fff !important;
}

/* Remove link (trash icon) */
.wc-block-cart-item__remove-link svg path {
    fill: #ff3201 !important;
    transition: fill 0.3s ease;
}

.wc-block-cart-item__remove-link:hover svg path {
    fill: #5f3e9b !important; /* hover color */
}

/* Cart totals heading and accents */
.wp-block-woocommerce-cart-order-summary-heading-block,
.wc-block-components-totals-item__label {
    color: #5f3e9b !important;
}

/* Coupon input label accent */
.wc-block-components-totals-coupon__input label {
    color: #5f3e9b !important;
}

/* Total prices */
.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-formatted-money-amount {
    color: #5f3e9b !important;
    font-weight: bold;
}

/* Table headings */
.wc-block-cart-items__header th span {
    color: #5f3e9b !important;
}

/* Product name hover */
.wc-block-components-product-name:hover {
    color: #5f3e9b !important;
}
.wc-block-components-checkout-return-to-cart-button {
    display: inline-flex;                 /* Align text + SVG nicely */
    align-items: center;
    gap: 0.5rem;                          /* space between icon and text */
    padding: 10px 30px;                    /* comfortable padding */
    background-color: #ff3201;             /* main button color */
    color: #ffffff;                        /* text color */
    font-weight: 600;
    font-size: 17px;
    border: 2px solid #ff3201;            /* border same as background */
    border-radius: 6px;                    /* rounded corners */
    text-decoration: none;                 /* remove underline */
    transition: all 0.3s ease;            /* smooth hover transition */
}

/* Hover state */
.wc-block-components-checkout-return-to-cart-button:hover {
    background-color: #5f3e9b;            /* hover color */
    border-color: #5f3e9b;
    color: #ffffff;
}

.wc-block-components-checkout-return-to-cart-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(95, 62, 155, 0.3);
}




/* WooCommerce navigation */
.woocommerce-MyAccount-navigation {
    background: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 15px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 10px 15px;
    color: #5f3e9b;
    font-weight: 600;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
    color: #ff3201;
    border-left: 3px solid #ff3201;
    background-color: #f0e7ff;
    border-radius: 5px;
}

/* Addresses Section */
.woocommerce-Address-title h2 {
    color: #5f3e9b;
    font-size: 24px;
    font-weight: 700;
}

.woocommerce-Address-title a.edit {
    color: #3a1d54;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-Address-title a.edit:hover {
    color: #5f3e9b;
}

/* Buttons */
.woocommerce a.button,
.woocommerce button.button {
    background-color: #ff3201;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background-color: #5f3e9b;
    color: #fff;
}

/* General text */
.woocommerce p,
.woocommerce address {
    color: #333;
    font-size: 16px;
}
/* Form container */
.woocommerce-address-fields {
    background: #fff;
    border: 1px solid #ff3201;
    border-radius: 10px;
    padding: 30px;
    max-width: 700px;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Form headings */
.woocommerce-address-fields h2 {
    color: #ff3201;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 2px solid #ff3201;
    padding-bottom: 10px;
}

/* Force all inputs and selects to full width */
.woocommerce-address-fields input.input-text,
.woocommerce-address-fields select {
    width: 100% !important;
    padding: 12px 15px;
    border: 1px solid #ff3201;
    border-radius: 6px;
    font-size: 16px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
    box-sizing: border-box;
}

/* Input focus */
.woocommerce-address-fields input.input-text:focus,
.woocommerce-address-fields select:focus {
    border-color: #3a1d54;
    box-shadow: 0 0 5px #3a1d54;
    outline: none;
}

/* Labels */
.woocommerce-address-fields label {
    font-weight: 600;
    color: #3a1d54;
    display: block;
    margin-bottom: 8px;
}

/* Required asterisk */
.woocommerce-address-fields .required {
    color: #ff3201;
}

/* Buttons */
.woocommerce-address-fields .button {
    background-color: #ff3201;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.woocommerce-address-fields .button:hover {
    background-color: #3a1d54;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .woocommerce-address-fields {
        padding: 20px;
    }

    .woocommerce-address-fields h2 {
        font-size: 24px;
    }
}
/* Addresses container */
.woocommerce-Addresses {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* Individual address card */
.woocommerce-Address {
    flex: 1 1 45%;
    background-color: #fff;
    border: 2px solid #ff3201;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Hover effect on card */
.woocommerce-Address:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: #3a1d54;
}

/* Address title */
.woocommerce-Address-title h2 {
    color: #ff3201;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Edit link */
.woocommerce-Address-title a.edit {
    color: #ff3201;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 15px;
}

.woocommerce-Address-title a.edit:hover {
    color: #fff;
    background-color: #3a1d54;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Address content */
.woocommerce-Address address {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

/* Responsive design */
@media (max-width: 768px) {
    .woocommerce-Addresses {
        flex-direction: column;
    }

    .woocommerce-Address {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
}
.woocommerce-cart ul.wc-block-grid__products {
    display: none;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: #ff3e1d;
}
.irs--round .irs-from:before{border-top-color: #ff3e1d !important;}
span.irs-from,.irs--round .irs-bar,span.irs-to {background-color: #ff3e1d !important;}
.irs--round .irs-handle {border: 4px solid #ff3e1d !important;}