/*
 Theme Name:   Storefront Child
 Template:     storefront
 Version:      1.0.0
 Description:  A child theme for Storefront
*/

:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
.col-full {
    max-width: 1320px;
    padding: 0 3rem;
    box-sizing: border-box;
    margin: 0 auto !important;
}
.woocommerce-products-header {
    width: 66.66666667%;
    margin: 0 auto;
}
h1,
.page-title {
    color: #3c7788 !important;
    text-transform: uppercase;
    font-weight: bolder !important;
    text-align: center;
}
.widget .widget-title, .widget .widgettitle {
    border: none;
    padding: 0;
    margin: 0;
}
.wpc-filter-content .wpc-filters-widget-select {
    display: block;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Option styles using Bootstrap colors */
option {
    background-color: var(--bs-white);
    color: var(--bs-dark);
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4;
    border: none;
    outline: none !important;
}

option:hover {
    background-color: var(--bs-light);
    color: var(--bs-dark);
}

option:checked {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 500;
}

option:disabled {
    background-color: var(--bs-secondary);
    color: var(--bs-secondary);
    cursor: not-allowed;
}

select option {
    padding: 10px 15px;
    margin: 2px 0;
    border-radius: var(--bs-border-radius);
    transition: all 0.2s ease;
}
.wc-block-grid__product-onsale, .onsale, .woocommerce-pagination .page-numbers li .page-numbers:not(.current),
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    color: var(--bs-gray) !important;
}
.woocommerce-result-count {
    font-weight: 700;
}
.storefront-breadcrumb {
    display: none;
}
ul.products, .wc-block-grid__products {
    padding: 0;
    margin: 0;
    color: #404041;
}
ul.products + .storefront-sorting,
.site-main ul.products:before, ul.products:after {
    display: none !important;
}
.site-main .columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
body  .site-main ul.products.columns-3 li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
body .site-main ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600 !important;
    font-size: 1.125rem !important;
    margin: 0 !important;
    position: relative;
    background-color: #fff;
    padding: 1rem  0 0;
}
.single-product div.product p.price,
.single-product div.product .woocommerce-variation.single_variation span.price {
    font-weight: 600 !important;
    margin: 1rem 0 !important;
}
.single-product div.product .woocommerce-variation.single_variation span.price { 
    font-size: 1.415rem;
}
body .site-main ul.products li.product .price {
    font-weight: 500 !important;
    font-size: 1.125rem !important;
    text-transform: uppercase !important;
}
body .site-main ul.products li.product .woocommerce-LoopProduct-link {
    display: block;
    overflow: hidden;
    outline: none !important;
}
body .site-main ul.products li.product .woocommerce-LoopProduct-link:hover img {
    transform: scale(1.05);
}
body .site-main ul.products li.product img {
    transition: all 0.3s ease;
    transform: scale(1);
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
}
.form-submit .submit,
.fpf-fields-config,
.wc-block-components-button,
.wc-block-cart__submit-button,
.button {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    --bs-btn-line-height: 1.5;
    background-color: #3c7788 !important;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
    vertical-align: top;
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color) !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: var(--bs-btn-font-size) !important;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}
.form-submit .submit:hover,
.fpf-fields-config:hover,
.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover,
.button:hover {
    background-color: #1c6d82 !important;
    border: none;
}
.storefront-handheld-footer-bar ul {
    padding: 0;
}
.site-header .widget_shopping_cart li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.site-header-cart .cart-contents {
    font-weight: 600;
}
.site-header {
    margin: 0 !important;
}
.site-content {
    padding-top: 3rem !important;
}
.single-product div.product table.variations select,
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    display: block;
    width: 100%;
    max-width: none !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box;
    box-shadow: none !important;
    outline: none !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s  ease-in-out;
}
fieldset, fieldset legend {
    background: none !important;
 }
 .show-password-input {
     height: 37.6px !important;
     display: flex !important;
     align-items: center !important;
     border-bottom-right-radius: var(--bs-border-radius) !important;
     border-top-right-radius: var(--bs-border-radius) !important;
 }
 .storefront-full-width-content .woocommerce-tabs ul.tabs,
 .hentry .entry-content .woocommerce-MyAccount-navigation ul {
    padding-left: 0 !important;
 }
 .woocommerce-tabs ul.tabs li a {
    outline: none !important;
 }
.shop_attributes .woocommerce-product-attributes-item__label {
    width: 20% !important;
    min-width: 50px !important;
}
.single-product div.product table.variations {
    width: 100% !important;
}
 .single-product div.product table.variations tbody {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 2rem;
     row-gap: 1rem;
 }
.single-product div.product table.variations tr {
    display: block;
    position: relative;
}
a.reset_variations {
    margin: 1rem 0 0 !important;
}
.single-product div.product table.variations th,
.single-product div.product table.variations td {
    padding: 0 !important;
    margin: 0 !important;
}
.quantity .qty {
    height: 46px;
}
.woocommerce h2 {
    text-align: center;
}
.lost_reset_password .form-row-first {
    width: 100% !important;
    margin-right: 0 !important;
}
.lost_reset_password,
.woocommerce-form-login {
    max-width: 400px;
    margin: 0 auto;
}
.lost_reset_password .button {
    display: block;
    margin: 10px auto 0 !important;
    width: 220px;
}
.woocommerce-form-login .button {
    display: block;
    margin: 10px auto 0 !important;
    width: 100px;
} 
.woocommerce-form-login .lost_password {
    text-align: center;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
    display: none !important;
}
.woocommerce-message .button ,
.woocommerce-info .button {
    --bs-btn-padding-y: 0.3rem !important;
    --bs-btn-padding-x: 0.8rem !important;
    --bs-btn-font-size: 1rem !important;
    background: #fff !important;
    color: #3c7788 !important;
    border:none !important;
}
a {
    outline: none !important;
}
.woocommerce-message .button:hover, .woocommerce-info .button:hover {
    background: rgba(255, 255, 255, 0.75) !important;
}
.woocommerce-thankyou-order-received {
    text-align: center;
    font-weight: 600;
}
.fpf-fields {
    margin: 0 !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 0 !important;
    max-height: none !important;
}
.site-header {
    padding: 0 !important;
}
.site-header > .col-full {
    position: relative;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 73px;
    padding: 0 12px !important;
}
.site-header > .col-full::before {
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    height: 100%;
    z-index: -1;
    display: block;
    background: rgba(60, 119, 136, .8);
}
.site-header .custom-logo-link {
    width: 200px;
    height: auto;
    padding: 5px 0;
    margin:0 1rem 0 0;
}

.site-header .site-branding {
    margin: 0 !important;
    width: auto !important;
    float: none !important;
}
.site-header .secondary-navigation {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
}
#menu-header-secondary-menu > li {
    padding: 0 6px !important;
}
#menu-header-secondary-menu > li  a {
    padding: 1rem 0.5rem 0.5rem !important;
    line-height: 1.8em !important;
    font-size: 1rem !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    outline: none;
    background: none !important;
    transition: all 0.3s ease;
}
#menu-header-secondary-menu > li  a:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}
.posted_in a {
    text-decoration: none !important;
    color: #404041;
    pointer-events: none;
}
p.stars.selected a.active:before, p.stars:hover a:before, p.stars.selected a:not(.active):before, p.stars.selected a.active:before,
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #3c7788 !important;
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
    margin-top: 6px !important;
}
.site-header .site-search {
    float: none !important;
    width: 30px !important;
    min-width: 30px !important;
    margin: 0 0 0 auto !important;
    position: relative;
    height: 73px;
}
.site-header .site-search::before {
    content: '';
    position: absolute;
    top: 56%;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%) translate(-2px, -2px);
    cursor: pointer;
}
.site-header .site-search::after {
    content: '';
    position: absolute;
    top: 56%;
    left: 50%;
    width: 2px;
    height: 7px;
    background: #fff;
    transform: translate(-50%, -50%) translate(5px, 5px) rotate(-45deg);
    cursor: pointer;
    border-radius: 0 0 2px 2px;
}
.site-header .site-search  .woocommerce-product-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}
.site-header .site-search  .woocommerce-product-search.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#menu-header-secondary-menu li ul {
    position: absolute;
    min-width: 10rem;
    margin-top: 10px;
    padding: 0.5rem 0;
    display: none !important;
    background: #444241 !important;
    left: 0 !important;
}
#menu-header-secondary-menu li ul.active {
    display: block !important;
}
#menu-header-secondary-menu li ul  li {
    width: auto !important;
}
#menu-header-secondary-menu li ul a {
    padding:  5px 1rem !important;
    transition: all 0.3s ease;
    display: block;
    width: auto !important;
    white-space: nowrap;
}
#menu-header-secondary-menu li ul a:hover {
    background: #3c7788 !important;
}
.site-search .widget_product_search form::before {
    top: 1.35rem !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews {
    padding: 1em 2em;
}
.woocommerce-message {
    background-color: #6994a2 !important;
}
/* Navbar toggler button */
.navbar-toggler {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e");
}
html body {
    padding-top: 0 !important;
}
.site-footer {
    position: relative;
    padding: 0;
    background: #fff;
}
.site-footer .col-full {
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.site-footer .foot-menu {
    background: none !important;
}
.site-footer .row {
    position: relative;
    z-index: 2;
}
.site-footer .row::before {
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    height: 100%;
    z-index: -1;
    display: block;
    background: #efede8;
}
.site-footer .footer-credit p {
    margin: 0;
    font-size: 14px;
}
.site-footer .widget {
    margin: 0 !important;
}
.site-footer .footer-credit a {
    text-decoration: none;
    color: #3c7788 !important;
}
.site-footer .footer-credit a:hover {
    color: #1c6d82 !important;
}
.site-footer  .foot-img .widget:last-child .wp-block-image {
    margin: 0 !important;
    position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -648px !important;
    width: 279px;
}
.site-footer .wp-block-image {
    margin: 0 !important;
}
.site-footer .wp-block-image.size-large a {
    display: block;
    pointer-events: none;
}
.site-footer .wp-block-image.size-large a img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    max-width: none;
    width: 67%;
    object-fit: cover;
    object-position: top right;
}
.site-footer  .foot-img .widget {
    margin: 0 !important;
}
.site-footer .wp-block-image img {
    vertical-align: top;
}
#menu-footer-menu {
    padding: 0 !important;
    line-height: 1.2em;
}
#menu-footer-menu > li {
    margin: 0 0 1rem;
    font-weight: bolder;
    line-height: 1.2em;
}
#menu-footer-menu > li  a {
    text-decoration: none;
    color: #3c7788 !important;
    outline: none !important;
}
#menu-footer-menu > li  a:hover {
    color: #1c6d82 !important;
}
#menu-footer-menu ul {
    margin: 0 !important;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.37em;
}
#menu-footer-menu ul li {
    line-height: 1.37em;
}

@media only screen and (max-width: 1396px) {
    .navbar-toggler {
        --bs-navbar-padding-x: 0;
        --bs-navbar-padding-y: 0.5rem;
        --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
        --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
        --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
        --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
        --bs-navbar-brand-padding-y: 0.3125rem;
        --bs-navbar-brand-margin-end: 1rem;
        --bs-navbar-brand-font-size: 1.25rem;
        --bs-navbar-brand-color: rgba(255,255,255, 1);
        --bs-navbar-brand-hover-color: rgba(255,255,255, 1);
        --bs-navbar-nav-link-padding-x: 0.5rem;
        --bs-navbar-toggler-padding-y: 0.25rem;
        --bs-navbar-toggler-padding-x: 0.75rem;
        --bs-navbar-toggler-font-size: 1.25rem;
        --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
        --bs-navbar-toggler-border-color: rgba(255,255,255, 0.1);
        --bs-navbar-toggler-border-radius: var(--bs-border-radius);
        --bs-navbar-toggler-focus-width: 0.25rem;
        --bs-navbar-toggler-transition: box-shadow 0.15s   ease-in-out;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        order:2;
        top: 0;
        right: 0;
        padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
    }
    .site-header .secondary-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100% !important;
        z-index: 8;
        padding: 0 12px !important;
        display: block !important;
    }
    .secondary-navigation::before {
        content:'';
        position: absolute;
        top: 0;
        left: -999px;
        right: -999px;
        height: 100%;
        background: rgba(60, 119, 136, .8);
        z-index: -1;
    }
    .site-header .site-search {
        margin: 0 !important;
        position: absolute;
        right: 95px;
    }
    .site-header .site-search::after ,
    .site-header .site-search::before {
       top: 50%
    }
    .navbar-toggler-icon {
        opacity: 0.7;
    }
    .menu-header-secondary-menu-container {
        overflow: hidden;
        max-height: 0;
        transition: all 0.5s ease;
    }
    .menu-open .menu-header-secondary-menu-container {
        max-height: 100vh;
    }
    .site-header > .col-full {
        justify-content: space-between;
    }
    .secondary-navigation .menu {
        float: none !important;
        padding: 0.5rem 0 !important;
    }
    #menu-header-secondary-menu > li {
        padding: 0 !important;
        display: block !important;
    }
    #menu-header-secondary-menu > li a {
        display: block;
        padding: 0.5rem 0 !important;
        border: none !important;
    }
    #menu-header-secondary-menu li ul {
        margin:  0 0 0.5rem 0 !important;
        min-width: none;
        position: relative;
        width: 100%;
    }
    #menu-header-secondary-menu {
        position: static !important;
        height: auto !important;
        background: none !important;
        display: block !important;
        margin: 0 !important;
    }
    .site-footer  .foot-img .widget:last-child .wp-block-image {
        margin-left: -558px !important;
    }

}
@media only screen and (max-width: 1199px) {
    .site-footer  .foot-img .widget:last-child .wp-block-image {
        margin-left: -468px !important;
    }
}
@media only screen and (max-width: 991px) {
    .col-full {
        padding: 0 12px;
        max-width: 720px;
    }
    .site-main .columns-3 {
        gap: 1.5rem;
    }
    .single-product div.product table.variations tbody  {
        gap: 1rem;
    }
    .site-footer  .foot-img .widget:last-child .wp-block-image {
        margin-left: -348px !important;
    }

}
@media  only screen and (max-width: 767px) {
    .site-footer  .foot-img .widget:last-child .wp-block-image {
        margin: 0 !important;
        left: 24px;
        max-width: 37%;
        top: 40px;
    }
    .site-footer .wp-block-image.size-large a img {
        width:58%;
    }
    .site-footer .container {
        max-width: 100%;
    }
    .site-footer  {
        padding-bottom:  72px;
    }
    .woocommerce-products-header {
        width: 100%;
    }
    .site-main .columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .quantity .qty {
        height: 33.6px;
    }
    .form-submit .submit,
    .fpf-fields-config,
    .wc-block-components-button,
    .wc-block-cart__submit-button,
    .button {
        --bs-btn-padding-y: 0.3rem !important;
        --bs-btn-padding-x: 0.8rem !important;
        --bs-btn-font-size: 1rem !important;
    }
    .u-column1.col-1.woocommerce-Address {
        width: 100% !important;
    }
    .u-column2.col-2.woocommerce-Address {
        width: 100% !important;
    }
    .u-column3.col-3.woocommerce-Address {
        width: 100% !important;
    }
    
    /* Show burger button on mobile */
    .navbar-toggler {
        display: block;
    }
    
    /* Hide menu by default on mobile */
    #menu-header-secondary-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #2c2d33;
        z-index: 9998;
        padding: 80px 20px 20px;
        overflow-y: auto;
    }
    
    #menu-header-secondary-menu.show {
        display: block;
    }
    
    #menu-header-secondary-menu > li {
        display: block;
        width: 100%;
    }
    
    #menu-header-secondary-menu > li > a {
        display: block;
        padding: 15px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* Product Title Above Gallery */
.single-product div.product > h1.product_title {
    color: #3c7788 !important;
    text-transform: uppercase;
    font-weight: bolder !important;
    text-align: center;
    margin-bottom: 2rem;
}

/* Hide Stripe payment buttons on product pages only */
.single-product #wc-stripe-payment-request-wrapper,
.single-product #wc-stripe-payment-request-button-separator,
.single-product .wc-stripe-ece-button-separator,
.single-product #wc-stripe-express-checkout-element,
.single-product .wc-stripe-product-payment-options {
    display: none !important;
}

/* Hide product pagination (previous/next) on product pages */
.single-product .storefront-product-pagination {
    display: none !important;
}

/* Product Page Layout - Two Column */
.single-product .product-summary-wrapper {
    display: block;
}

.single-product .product-summary-wrapper.has-cart-items {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
    align-items: start;
}

/* Make summary 100% width when mini-cart is present */
.single-product .product-summary-wrapper.has-cart-items .summary {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* Make variations table 100% width when mini-cart is present */
.single-product .product-summary-wrapper.has-cart-items table.variations {
    width: 100% !important;
    max-width: 100% !important;
}

/* Product variations grid - only when NO mini-cart on the right */
.single-product .product-summary-wrapper:not(.has-cart-items) table.variations tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    row-gap: 1rem;
}

/* Product variations - disable grid when mini-cart is present */
.single-product .product-summary-wrapper.has-cart-items table.variations tbody {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
}

.single-product .product-summary-wrapper.has-cart-items table.variations tr {
    display: block;
    margin-bottom: 1rem;
}

/* Product Page Mini Cart Styles */
.single-product .product-page-mini-cart {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: var(--bs-border-radius);
    padding: 1.5rem;
    margin-top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 2rem;
}

.single-product .mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

.single-product .mini-cart-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #3c7788;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.single-product .mini-cart-total {
    font-size: 1.25rem;
    font-weight: 700;
    color: #3c7788;
}

.single-product .mini-cart-content {
    margin-bottom: 1.5rem;
}

.single-product .mini-cart-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-product .mini-cart-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.single-product .mini-cart-item:last-child {
    border-bottom: none;
}

.single-product .item-image {
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.single-product .item-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: var(--bs-border-radius-sm);
    border: 1px solid #dee2e6;
}

.single-product .item-details {
    flex: 1;
    min-width: 0;
}

.single-product .item-name {
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    line-height: 1.3;
}

.single-product .item-quantity {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.single-product .item-price {
    font-weight: 600;
    color: #3c7788;
    font-size: 0.9rem;
}

.single-product .mini-cart-more {
    text-align: center;
    padding: 0.5rem 0;
    font-style: italic;
    color: #6c757d;
    font-size: 0.9rem;
}

.single-product .mini-cart-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.single-product .mini-cart-actions .button {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: var(--bs-border-radius);
    transition: all 0.3s ease;
}

.single-product .view-cart-btn {
    background-color: #6c757d;
    color: #fff;
    border: 1px solid #6c757d;
}

.single-product .view-cart-btn:hover {
    background-color: #5a6268;
    border-color: #545b62;
    color: #fff;
}

.single-product .checkout-btn {
    background-color: #3c7788;
    color: #fff;
    border: 1px solid #3c7788;
}

.single-product .checkout-btn:hover {
    background-color: #1c6d82;
    border-color: #1c6d82;
    color: #fff;
}

/* Responsive adjustments for mini cart */
@media only screen and (max-width: 991px) {
    /* Hide mini-cart on tablets and below */
    .single-product .product-page-mini-cart {
        display: none !important;
    }
    
    /* Reset to single column layout when mini-cart is hidden */
    .single-product .product-summary-wrapper.has-cart-items {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    /* Re-enable variations grid on tablets when mini-cart is hidden */
    .single-product .product-summary-wrapper.has-cart-items table.variations tbody {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2rem !important;
        row-gap: 1rem !important;
    }
}

@media only screen and (max-width: 767px) {
    /* Mini-cart is already hidden on tablets/mobile, no need for additional styles */
    
    /* Ensure variations use single column on mobile */
    .single-product .product-summary-wrapper.has-cart-items table.variations tbody,
    .single-product .product-summary-wrapper:not(.has-cart-items) table.variations tbody {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
}