@charset "UTF-8";
/*
Theme Name: TIC Online Marketing
Text Domain: tic-om
Version: 1.0
Author: TIC Online Marketing
Author URI: https://ticonlinemarketing.nl/
*/
/*
==========================================
Variables
==========================================
*/
:root { --grid-unit: 1rem; --border-radius-base: 0.5rem; }

body { background-color: #fefefe; }

/*
==========================================
Reset
==========================================
*/
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

header ul, footer ul { list-style: none; margin: 0; padding: 0; }

input:not([type="checkbox"]):not([type="radio"]), textarea { -webkit-appearance: none; border-radius: 0; }

img { max-width: 100%; height: auto; }

iframe { max-width: 100%; }

/*
==========================================
General
==========================================
*/
/*
==========================================
Text Elements
==========================================
*/
h1, h2, h3, h4, h5, h6 { font-family: "Inter", sans-serif; font-weight: 800; }

h1 { font-size: 1.75rem; text-transform: uppercase; }
h1.archive-title { color: #C80112; }

h2 { font-size: 1.5rem; }

h3 { font-size: 1.25rem; }

h4 { font-size: 1.1rem; }

h5 { font-size: 1rem; }

h6 { font-size: 0.9rem; }

.highlighted-columns-section h1 { font-size: 2.5rem; }
.highlighted-columns-section h2 { font-size: 2rem; }
.highlighted-columns-section h3 { font-size: 1.75rem; }
.highlighted-columns-section h4 { font-size: 1.5rem; }
.highlighted-columns-section h5 { font-size: 1.25rem; }
.highlighted-columns-section h6 { font-size: 1rem; }

body, li, p { font-family: "Inter", sans-serif; font-weight: 300; }

.text-primary { color: #C80112 !important; }

/*
==========================================
Links & Buttons
==========================================
*/
a, button, input[type="submit"] { -webkit-transition: 0.2s; transition: 0.2s; }

p a { color: inherit; }

a { color: #C80112; }
a:hover { text-decoration: underline; }

.button-primary, .button-secondary, .button-outline, .single_add_to_cart_button, .checkout-button { font-size: 0.9rem !important; text-decoration: none; display: inline-block; text-transform: uppercase; padding: 0.5rem 1.5rem; border: none; border-radius: 4px; width: 100%; }
.button-primary:hover, .button-secondary:hover, .button-outline:hover, .single_add_to_cart_button:hover, .checkout-button:hover { text-decoration: none; color: #fefefe; }

.button-primary, .single_add_to_cart_button, .checkout-button { color: #fefefe; background-color: #C80112 !important; }
.button-primary.dropdown-toggle:hover, .single_add_to_cart_button.dropdown-toggle:hover, .checkout-button.dropdown-toggle:hover { -webkit-transform: none; transform: none; }

.button-secondary { color: #fefefe; background-color: #41436A; }

.button-outline { border: 1px solid #32312D; color: #C80112; }
.button-outline:hover { color: inherit; opacity: 0.9; }

.button-text:hover { text-decoration: none; color: #32312D; }
.button-text::after { content: "\f30b"; font-family: 'Font Awesome 5 Free'; padding-left: 0.5rem; }

.phone-button { border: 1px solid #32312D; border-radius: 3rem; text-decoration: none; color: #32312D; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; background: transparent; width: 100%; }
.phone-button:hover { background: rgba(0, 0, 0, 0.05); color: #32312D; text-decoration: inherit; }
.phone-button small { font-size: 0.75em; font-weight: bold; }
.phone-button small.phone-number { font-weight: 400; margin-top: -2px; white-space: nowrap; }
.phone-button .phone-icon { width: 35px; height: 35px; -webkit-box-flex: 0; -ms-flex: 0 0 35px; flex: 0 0 35px; aspect-ratio: 1; background: #C80112; }
.phone-button .phone-icon i { font-size: 1rem; }

/*
==========================================
Graphic Elements
==========================================
*/
.bg-primary { background-color: #C80112 !important; }

.bg-secondary { background-color: #41436A !important; }

.bg-secondary-subtle { background-color: #EEEFF6 !important; }

.bg-white { background-color: #fefefe !important; }

.image-fit { -o-object-fit: cover; object-fit: cover; width: 100%; }

.card { border-radius: 0.5rem; border: none; }

.rounded-4 { border-radius: 0.4rem; }

.rounded-5 { border-radius: 0.5rem; }

#scroll-progress { position: fixed; top: 0; width: 0%; height: 4px; background: #41436A; z-index: 999999; }

/*
==========================================
Forms
==========================================
*/
/*
==========================================
Header & Navigation
==========================================
*/
header { background-size: cover; background-position: center; }
header ul li { display: inline-block; padding: 0 1rem; }

.navbar { -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
.navbar .custom-logo-link { display: inline-block; max-width: 150px; }
.navbar .custom-logo-link img { height: auto; max-height: 60px; width: auto; }
.navbar .navbar-brand .navbar-logo { height: auto; max-height: 50px; width: auto; }
.navbar .navbar-toggler:focus { -webkit-box-shadow: none; box-shadow: none; }
.navbar .navbar-toggler .navbar-toggler-icon { width: 1.5rem; height: 1.5rem; }
.navbar .search-wrapper .search-form, .navbar .mobile-search-wrapper .search-form { width: 100%; }
.navbar .mobile-search-wrapper { margin-top: 0.5rem; }
.navbar .login-wrapper small { font-size: 0.75rem; margin-bottom: 0.25rem; }
.navbar .language-dropdown .btn { border: 1px solid #ddd; }
.navbar .user-icon-wrapper { text-decoration: none !important; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.navbar .user-icon-wrapper i { color: #32312D; background-color: #EEEFF6; width: 40px; height: 40px; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.navbar .user-icon-wrapper:hover i { background-color: #dddfed; }
.navbar .cart-icon-wrapper { color: #C80112; text-decoration: none !important; -webkit-transition: color 0.2s ease; transition: color 0.2s ease; }
.navbar .cart-icon-wrapper:hover { color: #95010d; }
.navbar .cart-icon-wrapper:hover .cart-total-amount { color: #95010d; }
.navbar .cart-icon-wrapper .cart-icon { color: #32312D; background-color: #EEEFF6; width: 40px; height: 40px; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.navbar .cart-icon-wrapper .cart-icon .badge { font-size: 0.65rem; font-weight: 500; padding: 0.25em 0.5em; left: 85% !important; top: 85% !important; }
.navbar .cart-icon-wrapper .cart-total .cart-total-amount { color: #32312D; font-size: 0.9rem; font-weight: 500 !important; -webkit-transition: color 0.2s ease; transition: color 0.2s ease; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart { margin-bottom: 0.75rem; padding: 0; list-style: none; max-height: 300px; overflow-y: auto; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart li.woocommerce-mini-cart-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.25rem; padding: 0.6rem 0; padding-right: 25px; margin-bottom: 0.6rem; border-bottom: 1px solid #f0f0f0; position: relative; font-size: 14px; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart li.woocommerce-mini-cart-item:last-child { border-bottom: none; margin-bottom: 0; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart li.woocommerce-mini-cart-item a.remove { position: absolute; top: 0.6rem; right: 0; font-size: 1.1rem; line-height: 1; opacity: 0.5; text-decoration: none; color: #32312D; width: 20px; height: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart li.woocommerce-mini-cart-item a.remove:hover { opacity: 1; color: #C80112; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove) { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 0.75rem; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; text-decoration: none; color: #32312D; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove):hover { color: #C80112; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove) img { width: 40px; height: 40px; -o-object-fit: cover; object-fit: cover; border-radius: 4px; -ms-flex-negative: 0; flex-shrink: 0; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart li.woocommerce-mini-cart-item .quantity { font-size: 0.75rem; color: #666; line-height: 1.2; margin-left: 55px; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart__total { padding: 0.75rem 0; margin-bottom: 0.75rem; border-top: 2px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; font-size: 0.9rem; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart__total strong { font-weight: 600; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart__total .amount { font-weight: 600; color: #C80112; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart__buttons { margin-bottom: 0; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart__buttons .button { font-size: 0.9rem !important; font-weight: 500; text-decoration: none; text-align: center; display: inline-block; text-transform: uppercase; padding: 0.5rem 1.5rem; border: none; border-radius: 4px; width: 100%; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart__buttons .button:first-of-type { color: #32312D; background-color: transparent; border: 1px solid #32312D; margin-bottom: 0.5rem; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart__buttons .button.checkout { background-color: #C80112; color: #fefefe; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart__buttons .button:hover { opacity: 0.9; }
.navbar .mini-cart-dropdown .woocommerce-mini-cart__empty-message { margin-bottom: 0; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a { color: #32312D; font-weight: 500; }

.woocommerce.widget_shopping_cart .woocommerce-Price-amount, .woocommerce-mini-cart .woocommerce-Price-amount { font-weight: 500 !important; }

.main-navigation .product-categories-dropdown .btn { white-space: nowrap; }
.main-navigation .nav-menu li { display: inline-block; }
.main-navigation .nav-menu li a { color: #32312D; text-decoration: none; display: block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.main-navigation .nav-menu li a:hover { color: #C80112; }

#mobileMenuOffcanvas { position: fixed; top: 0; left: 0; bottom: 0; width: 300px; max-width: 85vw; z-index: 1045; background-color: #fefefe; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; visibility: hidden; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
#mobileMenuOffcanvas.show { -webkit-transform: translateX(0); transform: translateX(0); visibility: visible; }
#mobileMenuOffcanvas .offcanvas-header { background-color: #41436A; }
#mobileMenuOffcanvas .mobile-main-menu ul, #mobileMenuOffcanvas .mobile-main-menu .nav-menu { list-style: none; padding: 0; margin: 0; }
#mobileMenuOffcanvas .mobile-main-menu ul li, #mobileMenuOffcanvas .mobile-main-menu .nav-menu li { display: block !important; border-bottom: 1px solid rgba(50, 49, 45, 0.1); }
#mobileMenuOffcanvas .mobile-main-menu ul li:last-child, #mobileMenuOffcanvas .mobile-main-menu .nav-menu li:last-child { border-bottom: none; }
#mobileMenuOffcanvas .mobile-main-menu ul li a, #mobileMenuOffcanvas .mobile-main-menu .nav-menu li a { color: #32312D; display: block; padding: 0.875rem 0; font-weight: 500; text-decoration: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#mobileMenuOffcanvas .mobile-main-menu ul li a:hover, #mobileMenuOffcanvas .mobile-main-menu .nav-menu li a:hover { color: #C80112; }
#mobileMenuOffcanvas .mobile-categories-section .accordion-item { border: none; }
#mobileMenuOffcanvas .mobile-categories-section .accordion-item:last-child { border-bottom: none; }
#mobileMenuOffcanvas .mobile-categories-section .accordion-button { background-color: transparent; color: #32312D; padding: 0.875rem 0; font-weight: 500; -webkit-box-shadow: none; box-shadow: none; font-size: 1rem; }
#mobileMenuOffcanvas .mobile-categories-section .accordion-button:not(.collapsed) { background-color: transparent; color: #C80112; }
#mobileMenuOffcanvas .mobile-categories-section .accordion-button:focus { -webkit-box-shadow: none; box-shadow: none; }
#mobileMenuOffcanvas .mobile-categories-section .accordion-button::after { background-size: 1rem; }
#mobileMenuOffcanvas .mobile-categories-section .sub-category-button { padding: 0.75rem 0; font-size: 0.95rem; padding-left: 1rem; }
#mobileMenuOffcanvas .mobile-categories-section .accordion-body { padding-left: 0; }
#mobileMenuOffcanvas .mobile-categories-section .accordion-body ul { list-style: none; padding: 0; margin: 0; }
#mobileMenuOffcanvas .mobile-categories-section .accordion-body ul li { display: block !important; border-bottom: 1px solid rgba(50, 49, 45, 0.05); }
#mobileMenuOffcanvas .mobile-categories-section .accordion-body ul li:last-child { border-bottom: none; }
#mobileMenuOffcanvas .mobile-categories-section .sub-category-link { color: #32312D; font-size: 0.9rem; display: block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#mobileMenuOffcanvas .mobile-categories-section .sub-category-link:hover { color: #C80112; }
#mobileMenuOffcanvas .mobile-customer-service a { color: #32312D; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#mobileMenuOffcanvas .mobile-customer-service a:hover { color: #C80112; }
#mobileMenuOffcanvas .mobile-customer-service a:hover .phone-icon-mobile i { -webkit-transform: scale(1.1); transform: scale(1.1); }
#mobileMenuOffcanvas .mobile-customer-service a .phone-icon-mobile i { -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.offcanvas-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.5); }
.offcanvas-backdrop.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
.offcanvas-backdrop.show { opacity: 1; }

.scroll-to-top-btn { position: fixed; bottom: 2rem; right: 2rem; width: 50px; height: 50px; background-color: #C80112; color: #fefefe; border: none; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 4px 12px rgba(50, 49, 45, 0.15); box-shadow: 0 4px 12px rgba(50, 49, 45, 0.15); z-index: 1000; }
.scroll-to-top-btn.show { opacity: 1; visibility: visible; }
.scroll-to-top-btn:hover { background-color: #95010d; -webkit-transform: translateY(-3px); transform: translateY(-3px); -webkit-box-shadow: 0 6px 16px rgba(50, 49, 45, 0.2); box-shadow: 0 6px 16px rgba(50, 49, 45, 0.2); }
.scroll-to-top-btn:active { -webkit-transform: translateY(-1px); transform: translateY(-1px); }
.scroll-to-top-btn i { font-size: 1.25rem; }
@media (max-width: 768px) { .scroll-to-top-btn { bottom: 1rem; right: 1rem; width: 45px; height: 45px; }
  .scroll-to-top-btn i { font-size: 1.1rem; } }

.btw-toggle-wrapper .btw-toggle-label { font-size: 0.875rem; font-weight: 500; color: rgba(50, 49, 45, 0.5); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btw-toggle-wrapper .form-switch { margin: 0; padding: 0; -webkit-transform: none; transform: none; top: auto; }
.btw-toggle-wrapper .form-switch .form-check-input { width: 50px !important; height: 24px !important; margin: 0; background-color: rgba(50, 49, 45, 0.2); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important; border: none; cursor: pointer; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.btw-toggle-wrapper .form-switch .form-check-input:checked { background-color: #C80112; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important; }
.btw-toggle-wrapper .form-switch .form-check-input:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 1, 18, 0.25); box-shadow: 0 0 0 0.2rem rgba(200, 1, 18, 0.25); }

.archive-controls-wrapper .woocommerce-ordering { margin-bottom: 0; }
.archive-controls-wrapper .woocommerce-ordering select.orderby { border: 1px solid #ddd; border-radius: var(--border-radius-base); padding: 0.5rem 2.5rem 0.5rem 0.75rem; font-size: 0.9rem; background-color: #fefefe; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.archive-controls-wrapper .woocommerce-ordering select.orderby:focus { outline: none; border-color: rgba(200, 1, 18, 0.5); -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 1, 18, 0.15); box-shadow: 0 0 0 0.2rem rgba(200, 1, 18, 0.15); }
.archive-controls-wrapper .woocommerce-ordering select.orderby:hover { border-color: rgba(50, 49, 45, 0.3); }
@media (max-width: 768px) { .archive-controls-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; gap: 0.75rem; }
  .archive-controls-wrapper .woocommerce-ordering { -ms-flex-negative: 1; flex-shrink: 1; min-width: 0; }
  .archive-controls-wrapper .woocommerce-ordering select.orderby { max-width: 100%; width: auto; } }

.single-product .price-btw-wrapper { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.single-product .price-btw-wrapper .price { margin-bottom: 0 !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 0.5rem; }
.single-product .price-btw-wrapper .price > .woocommerce-Price-amount, .single-product .price-btw-wrapper .price ins .woocommerce-Price-amount { font-weight: 800 !important; }
.single-product .price-btw-wrapper .price del .woocommerce-Price-amount { font-weight: 400 !important; }
.single-product .price-btw-wrapper .price-main-excl { display: inline; }
.single-product .product-tags-wrapper { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
.single-product .product-tags-wrapper .product-tag-item .tag-bullet { color: #32312D; font-size: 1.2rem; }
.single-product .product-tags-wrapper .product-tag-item .tag-name { font-size: 0.9rem; color: #495057; }

.woocommerce-cart .cart-header-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 1.5rem; }
@media (max-width: 768px) { .woocommerce-cart .cart-header-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1rem; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }
.woocommerce-cart .btw-toggle-wrapper { margin-bottom: 0; }
@media (max-width: 768px) { .woocommerce-cart .btw-toggle-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.woocommerce-checkout #customer_details { margin-bottom: 2rem; }

.woocommerce-table.woocommerce-table--order-details.order_details td { font-weight: 500; }

/*
==========================================
Footer
==========================================
*/
footer .footer-logo { max-width: 150px; }
footer .footer-logo a { display: block; }
footer .footer-logo img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); max-width: 100%; height: auto; }
footer h5 { font-weight: 600; text-transform: uppercase; margin-bottom: 1rem; }
footer .footer-links li { font-size: 0.9rem; color: rgba(254, 254, 254, 0.8); font-weight: 500 !important; margin-bottom: 0.5rem; }
footer .footer-links li a { color: inherit; text-decoration: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
footer .footer-links li a:hover { color: #fefefe; }
footer a:hover { text-decoration: underline; }

.footer-bar { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer-bar .payment-icons .payment-logo { max-height: 25px; max-width: 40px !important; }
.footer-bar .quality-mark-badge img { max-height: 25px; }

/*
==========================================
Dynamic content blocks
==========================================
*/
.blog-card { border: none; }
.blog-card .category-tag a:hover { color: #C80112; }

/*
==========================================
Archive Pages
==========================================
*/
.archive-breadcrumb { font-size: 0.875rem; color: #6c757d; }
.archive-breadcrumb .breadcrumbs { margin: 0; }
.archive-breadcrumb a { color: #6c757d; text-decoration: none; }
.archive-breadcrumb a:hover { color: #C80112; }
.archive-breadcrumb i { font-size: 0.625rem; margin: 0 0.5rem; }

.archive-header .archive-description p { margin-bottom: 0; }
.archive-header .archive-image-wrapper { background-size: cover; background-position: center; min-height: 300px; }
.archive-header .archive-image-wrapper::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 49, 45, 0)), to(rgba(50, 49, 45, 0.7))); background: linear-gradient(to bottom, rgba(50, 49, 45, 0) 0%, rgba(50, 49, 45, 0.7) 100%); z-index: 1; }
.archive-header .archive-image-wrapper .archive-usps { position: relative; z-index: 2; }

/*
==========================================
Product Categories Section
==========================================
*/
.product-categories-section { margin-bottom: 2rem; }

.product-categories-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; list-style: none; padding: 0; margin: 0; }
@media (min-width: 576px) { .product-categories-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .product-categories-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 992px) { .product-categories-grid { grid-template-columns: repeat(4, 1fr); } }

.product-category-item { width: 100%; min-width: 0; }
.product-category-item a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; padding: 1rem; background: #fefefe; border-radius: 0.5rem; border: 1px solid rgba(50, 49, 45, 0.1); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-decoration: none; color: #32312D; height: 100%; width: 100%; }
.product-category-item a:hover { border-color: #C80112; -webkit-box-shadow: 0 2px 8px rgba(50, 49, 45, 0.1); box-shadow: 0 2px 8px rgba(50, 49, 45, 0.1); }
.product-category-item img { width: 150px; height: 150px; -o-object-fit: contain; object-fit: contain; margin-bottom: 0.75rem; -ms-flex-negative: 0; flex-shrink: 0; }
.product-category-item .category-name { font-size: 0.9rem; font-weight: 500; line-height: 1.3; word-break: break-word; }

/*
==========================================
Product Filters
==========================================
*/
.product-filter__active { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(50, 49, 45, 0.1); }
.product-filter__active-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0.75rem; }
.product-filter__active-title { font-weight: 600; font-size: 0.9rem; color: #32312D; }
.product-filter__clear-all { background: none; border: none; color: #C80112; font-size: 0.8rem; cursor: pointer; padding: 0; text-decoration: underline; }
.product-filter__clear-all:hover { color: #95010d; }
.product-filter__active-tags { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 0.5rem; }
.product-filter__tag { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.5rem; background-color: #EEEFF6; padding: 0.35rem 0.75rem; border-radius: 2rem; font-size: 0.8rem; color: #32312D; }
.product-filter__tag-remove { background: none; border: none; padding: 0; cursor: pointer; color: rgba(50, 49, 45, 0.5); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.product-filter__tag-remove:hover { color: #C80112; background-color: rgba(200, 1, 18, 0.1); }
.product-filter__tag-remove i { font-size: 0.7rem; }
.product-filter__section { border-bottom: 1px solid rgba(50, 49, 45, 0.1); padding-bottom: 1rem; margin-bottom: 1rem; }
.product-filter__section:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.product-filter__title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; background: none; border: none; padding: 0; font-weight: 600; font-size: 0.95rem; color: #32312D; cursor: pointer; text-align: left; }
.product-filter__title i { font-size: 0.75rem; color: rgba(50, 49, 45, 0.5); -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.product-filter__title[aria-expanded="true"] i { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.product-filter__content { margin-top: 0.75rem; }
.product-filter__price-display { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 1rem; font-size: 0.9rem; color: #32312D; font-weight: 500; }
.product-filter__price-separator { color: rgba(50, 49, 45, 0.3); }
.product-filter__price-slider { margin: 0 0.5rem 0.5rem; }
.product-filter__checkbox-list { list-style: none; padding: 0; margin: 0; max-height: 250px; overflow-y: auto; }
.product-filter__checkbox-list li { margin-bottom: 0.5rem; }
.product-filter__checkbox-list li:last-child { margin-bottom: 0; }
.product-filter__checkbox { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; font-size: 0.875rem; color: #32312D; }
.product-filter__checkbox input[type="checkbox"] { width: 16px; height: 16px; margin-right: 0.5rem; accent-color: #C80112; cursor: pointer; -ms-flex-negative: 0; flex-shrink: 0; }
.product-filter__checkbox-label { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.3; }
.product-filter__checkbox-count { color: rgba(50, 49, 45, 0.5); font-size: 0.8rem; margin-left: 0.25rem; }

.product-filter__price-slider.noUi-target { background: rgba(50, 49, 45, 0.1) !important; border: none !important; border-radius: 2px !important; -webkit-box-shadow: none !important; box-shadow: none !important; height: 4px !important; }
.product-filter__price-slider .noUi-connect { background: #41436A !important; height: 4px !important; }
.product-filter__price-slider .noUi-handle { width: 14px !important; height: 14px !important; border-radius: 50% !important; background: #41436A !important; border: none !important; -webkit-box-shadow: 0 1px 3px rgba(50, 49, 45, 0.2) !important; box-shadow: 0 1px 3px rgba(50, 49, 45, 0.2) !important; cursor: pointer; top: -5px !important; right: -7px !important; }
.product-filter__price-slider .noUi-handle::before, .product-filter__price-slider .noUi-handle::after { display: none !important; }
.product-filter__price-slider .noUi-handle:focus { outline: none; }
.product-filter__price-slider .noUi-handle:active { -webkit-box-shadow: 0 1px 4px rgba(65, 67, 106, 0.5) !important; box-shadow: 0 1px 4px rgba(65, 67, 106, 0.5) !important; }
.product-filter__price-slider .noUi-tooltip { display: none !important; }

@media (min-width: 992px) { .product-filters__inner { max-height: 900px; overflow: hidden; -webkit-transition: max-height 0.3s ease; transition: max-height 0.3s ease; }
  .product-filters.expanded .product-filters__inner { max-height: none; }
  .product-filters.has-overflow:not(.expanded) .product-filters__inner { mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), to(transparent)); mask-image: linear-gradient(to bottom, black 80%, transparent 100%); -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), to(transparent)); -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%); } }
@media (max-width: 991px) { .product-filters { display: none; }
  .product-filters.mobile-open { display: block; } }

.product-filters-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.75rem 1rem; margin-bottom: 1rem; background: #EEEFF6; border: 1px solid rgba(50, 49, 45, 0.1); border-radius: 4px; font-weight: 500; font-size: 0.9rem; color: #32312D; cursor: pointer; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.product-filters-toggle:hover { background: #dddfed; }
.product-filters-toggle .toggle-icon { margin-left: auto; -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.product-filters-toggle[aria-expanded="true"] .toggle-icon { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.product-filters-expand { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.5rem; margin-top: 0.5rem; background: none; border: none; font-size: 0.85rem; color: #41436A; cursor: pointer; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.product-filters-expand:hover { color: #2e2f4a; }
.product-filters-expand i { -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.product-filters-expand .collapse-text { display: none; }
.product-filters.expanded .product-filters-expand i { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.product-filters.expanded .product-filters-expand .expand-text { display: none; }
.product-filters.expanded .product-filters-expand .collapse-text { display: inline; }
.product-filters.has-overflow .product-filters-expand { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (max-width: 991px) { .product-filter { margin-bottom: 1.5rem; }
  .product-filter__checkbox-list { max-height: 200px; } }
@media (max-width: 576px) { .product-filter__section--attribute .product-filter__title[aria-expanded="false"] + .product-filter__content { display: none; } }
.woocommerce:not(.featured-products-slider) ul.products { display: grid; gap: 1rem; }
.woocommerce:not(.featured-products-slider) ul.products.columns-2 { grid-template-columns: repeat(2, 1fr); }
.woocommerce:not(.featured-products-slider) ul.products.columns-3 { grid-template-columns: repeat(3, 1fr); }
.woocommerce:not(.featured-products-slider) ul.products.columns-4 { grid-template-columns: repeat(4, 1fr); }
.woocommerce:not(.featured-products-slider) ul.products.columns-5 { grid-template-columns: repeat(5, 1fr); }
.woocommerce:not(.featured-products-slider) ul.products.columns-6 { grid-template-columns: repeat(6, 1fr); }
@media (max-width: 767px) { .woocommerce:not(.featured-products-slider) ul.products.columns-3, .woocommerce:not(.featured-products-slider) ul.products.columns-4, .woocommerce:not(.featured-products-slider) ul.products.columns-5, .woocommerce:not(.featured-products-slider) ul.products.columns-6 { grid-template-columns: repeat(2, 1fr); } }
.woocommerce:not(.featured-products-slider) ul.products::before, .woocommerce:not(.featured-products-slider) ul.products::after { display: none !important; }
.woocommerce:not(.featured-products-slider) ul.products li.product { width: 100% !important; float: none !important; margin: 0 !important; }

.price-excl-btw, .price-incl-btw { display: none; }

body.show-prices-excl-btw .price-excl-btw { display: inline; }

body.show-prices-incl-btw .price-incl-btw { display: inline; }

.woocommerce-product-rating { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.35rem; }
.woocommerce-product-rating::before { display: none !important; content: none !important; }
.woocommerce-product-rating .star-rating { display: none; }
.woocommerce-product-rating .stars { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 1px; }
.woocommerce-product-rating .stars i { color: #FFA500 !important; font-size: 0.75rem; }
.woocommerce-product-rating .stars i.empty { color: #e0e0e0 !important; }
.woocommerce-product-rating .rating-number { font-size: 0.8rem; color: #666; }
.woocommerce-product-rating.archive-rating { gap: 0.25rem; }
.woocommerce-product-rating.archive-rating > i.fa-star { color: #C80112 !important; font-size: 0.85rem; }
.woocommerce-product-rating.archive-rating .rating-number { font-weight: 500; color: #32312D; }
.woocommerce-product-rating.archive-rating .review-count { font-size: 0.8rem; color: #888; }

.price-main-excl { display: block; }
.price-main-excl > .woocommerce-Price-amount, .price-main-excl ins .woocommerce-Price-amount { font-weight: 800 !important; }
.price-main-excl del .woocommerce-Price-amount { font-weight: 400 !important; }

.price-secondary-incl { display: block; font-size: 0.65em; color: #32312D; }
.price-secondary-incl .woocommerce-Price-amount { font-weight: 400 !important; }
.price-secondary-incl small { font-weight: 400; color: #32312D; }
@media (max-width: 767px) { .price-secondary-incl { font-size: 0.55em; } }

.price-inline-incl { display: inline; font-size: 0.45em; color: gray; margin-left: 0.75rem; }
.price-inline-incl .woocommerce-Price-amount { font-weight: 400; }
.price-inline-incl small { font-weight: 400; }

.woocommerce ul.products li.product { padding: 0.5rem; padding-bottom: 3.5rem; border: 1px solid rgba(50, 49, 45, 0.05); border-radius: 0.5rem; -webkit-box-shadow: 0 2px 15px rgba(50, 49, 45, 0.07); box-shadow: 0 2px 15px rgba(50, 49, 45, 0.07); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.woocommerce ul.products li.product.sale { padding-bottom: 5rem; }
.woocommerce ul.products li.product:hover { -webkit-box-shadow: 0 4px 25px rgba(50, 49, 45, 0.12); box-shadow: 0 4px 25px rgba(50, 49, 45, 0.12); }
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { text-transform: none; color: #32312D; font-weight: 500; }
.woocommerce ul.products li.product .product-stock-badge { font-size: 0.75rem; margin-top: 0.25rem; margin-bottom: 0.5rem; }
.woocommerce ul.products li.product .product-stock-badge.in-stock { color: #28a745; }
.woocommerce ul.products li.product .product-stock-badge.in-stock i { margin-right: 0.25rem; }
.woocommerce ul.products li.product .product-archive-tags { list-style: none; margin: 0 0 0.5rem 0; padding: 0; }
.woocommerce ul.products li.product .product-archive-tags .product-archive-tag { font-size: 0.85rem; color: #797771; padding-left: 1rem; line-height: 1.5rem; position: relative; }
.woocommerce ul.products li.product .product-archive-tags .product-archive-tag::before { content: '•'; color: #dc3545; position: absolute; left: 0; font-size: 1.2rem; line-height: 1; }
.woocommerce ul.products li.product .price { margin-bottom: 0 !important; font-size: 1.2rem; color: #C80112; font-weight: 800; }
.woocommerce ul.products li.product .price del { display: block; font-size: 0.9rem; font-weight: 400 !important; color: rgba(50, 49, 45, 0.5); text-decoration: line-through; }
.woocommerce ul.products li.product .price del .woocommerce-Price-amount { font-size: 0.9rem; font-weight: 400 !important; color: rgba(50, 49, 45, 0.5); }
.woocommerce ul.products li.product .price ins { text-decoration: none !important; font-size: 1.2rem; color: #C80112; font-weight: 800; }
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount { font-weight: 800 !important; }
.woocommerce ul.products li.product .price .woocommerce-price-suffix { display: block; font-size: 0.7rem; color: rgba(50, 49, 45, 0.5); font-weight: 400; }
.woocommerce ul.products li.product .woocommerce-product-rating { float: right; clear: right; margin-bottom: 0; font-size: 0.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.25rem; }
.woocommerce ul.products li.product .woocommerce-product-rating .star-rating { display: none; }
.woocommerce ul.products li.product .woocommerce-product-rating > i.fa-star { color: #C80112 !important; font-size: 0.85rem; }
.woocommerce ul.products li.product .woocommerce-product-rating .rating-number { font-weight: 500; color: #32312D; }
.woocommerce ul.products li.product .woocommerce-product-rating .review-count { font-size: 0.8rem; color: #888; }
.woocommerce ul.products li.product .onsale { border-radius: 0.25rem; background-color: #41436A; font-size: 0.65rem; font-weight: 400; margin: 0.5rem 0.5rem 0 0; padding: 0.4rem; min-height: 0; line-height: 1; }
.woocommerce ul.products li.product .price { position: absolute; bottom: 0.5rem; left: 0.5rem; max-width: 60%; }
.woocommerce ul.products li.product .add_to_cart_button { position: absolute; bottom: 0.5rem; right: 0.5rem; }
.woocommerce ul.products li.product .add_to_cart_button::before { content: "\f067"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 0.25rem; color: #C80112; }
.woocommerce ul.products li.product .add_to_cart_button::after { content: "\f07a"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-left: 0.25rem; color: #C80112; }
.woocommerce ul.products li.product .added_to_cart { display: none; }

/*
==========================================
WooCommerce Single Product
==========================================
*/
.single-product .single-product-two-column .product-left-col .woocommerce-breadcrumb { font-size: 0.875rem; color: #6c757d; }
.single-product .single-product-two-column .product-left-col .woocommerce-breadcrumb a { color: #6c757d; text-decoration: none; }
.single-product .single-product-two-column .product-left-col .woocommerce-breadcrumb a:hover { color: #C80112; }
.single-product .single-product-two-column .product-left-col .woocommerce-breadcrumb i { font-size: 0.625rem; margin: 0 0.5rem; }
.single-product .single-product-two-column .product-left-col .product_title { text-transform: none; font-weight: 700; font-size: 2rem; color: #32312D; }
.single-product .single-product-two-column .product-left-col .single-product-rating { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.75rem; }
.single-product .single-product-two-column .product-left-col .single-product-rating .star-rating-display { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.125rem; }
.single-product .single-product-two-column .product-left-col .single-product-rating .star-rating-display i.fa-star, .single-product .single-product-two-column .product-left-col .single-product-rating .star-rating-display i.fa-star-half-stroke { font-size: 1rem; }
.single-product .single-product-two-column .product-left-col .single-product-rating .star-rating-display i.fa-star.filled, .single-product .single-product-two-column .product-left-col .single-product-rating .star-rating-display i.fa-star-half-stroke.filled { color: #C80112; }
.single-product .single-product-two-column .product-left-col .single-product-rating .star-rating-display i.fa-star.empty, .single-product .single-product-two-column .product-left-col .single-product-rating .star-rating-display i.fa-star-half-stroke.empty { color: #e0e0e0; }
.single-product .single-product-two-column .product-left-col .single-product-rating .rating-text-display { font-size: 0.9rem; color: #6c757d; }
.single-product .single-product-two-column .product-left-col .woocommerce-product-gallery { width: 100%; max-width: 100%; border: 1px solid rgba(50, 49, 45, 0.1); border-radius: var(--border-radius-base); overflow: hidden; position: relative; }
.single-product .single-product-two-column .product-left-col .onsale { position: absolute; top: 1rem; left: 1rem; z-index: 10; border-radius: 0.25rem; background-color: #41436A; font-size: 0.8rem; font-weight: 400; padding: 0.5rem 0.6rem; min-height: 0; line-height: 1; color: #fefefe; }
.single-product .single-product-two-column .product-right-col .product-sku-display { font-size: 0.9rem; color: #6c757d; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.single-product .single-product-two-column .product-right-col .product-sku-display .sku-label { font-weight: 500; }
.single-product .single-product-two-column .product-right-col .product-sku-display .sku { color: #32312D; }
.single-product .single-product-two-column .product-right-col .summary { width: 100%; max-width: 100%; float: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.75rem; }
.single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
.single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper .ywdpd-table-discounts-label { font-size: 0.875rem; font-weight: 400; margin-bottom: 0.5rem; }
.single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper #ywdpd-quantity-boxed { gap: 1rem; margin-bottom: 0; }
.single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper #ywdpd-quantity-boxed .ywdpd-boxed-item { background-color: #EEEFF6; border: 1px solid rgba(65, 67, 106, 0.5); border-radius: 0.5rem; padding: 0.5rem 1rem; margin-bottom: 0.5rem; min-height: unset; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper #ywdpd-quantity-boxed .ywdpd-boxed-item:hover, .single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper #ywdpd-quantity-boxed .ywdpd-boxed-item.ywdpd_active { border-color: #C80112; background-color: rgba(200, 1, 18, 0.2); }
.single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper #ywdpd-quantity-boxed .ywdpd-boxed-item:hover .ywdpd-units, .single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper #ywdpd-quantity-boxed .ywdpd-boxed-item.ywdpd_active .ywdpd-units { color: #32312D; }
.single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper #ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-units, .single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper #ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-price { font-size: 0.875rem; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.single-product .single-product-two-column .product-right-col .summary .ywdpd-table-discounts-wrapper #ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-discount { color: #fefefe; background-color: #DA7702; font-size: 12px; padding: 2px 15px; border-radius: 5px; margin-top: 5px; margin-bottom: 3px; }
.single-product .single-product-two-column .product-right-col .summary .ywdpd-notices-wrapper { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
.single-product .single-product-two-column .product-right-col .summary .woocommerce-product-details__short-description { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
.single-product .single-product-two-column .product-right-col .summary .price { font-size: 2rem !important; font-weight: 800; color: #32312D !important; margin-bottom: 0 !important; }
.single-product .single-product-two-column .product-right-col .summary .price ins { text-decoration: none !important; color: #32312D !important; }
.single-product .single-product-two-column .product-right-col .summary .price del { text-decoration: line-through; opacity: 0.6; }
.single-product .single-product-two-column .product-right-col .summary .cart { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 1rem; margin: 0 !important; padding: 0 !important; -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
.single-product .single-product-two-column .product-right-col .summary .cart::before, .single-product .single-product-two-column .product-right-col .summary .cart::after { display: none !important; content: none !important; }
.single-product .single-product-two-column .product-right-col .summary .cart .quantity { margin: 0 !important; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #EEEFF6; border-radius: 4px; overflow: hidden; }
.single-product .single-product-two-column .product-right-col .summary .cart .quantity .qty-btn { background: none; border: none; padding: 0.5rem 0.75rem; cursor: pointer; font-size: 1rem; color: #32312D; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.single-product .single-product-two-column .product-right-col .summary .cart .quantity .qty-btn:hover { background-color: rgba(50, 49, 45, 0.1); }
.single-product .single-product-two-column .product-right-col .summary .cart .quantity .qty-minus { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.single-product .single-product-two-column .product-right-col .summary .cart .quantity input.qty { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 60px; text-align: center; border: none; background: transparent; padding: 0.5rem; font-size: 1rem; color: #32312D; -moz-appearance: textfield; }
.single-product .single-product-two-column .product-right-col .summary .cart .quantity input.qty::-webkit-outer-spin-button, .single-product .single-product-two-column .product-right-col .summary .cart .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.single-product .single-product-two-column .product-right-col .summary .cart .quantity input.qty:focus { outline: none; }
.single-product .single-product-two-column .product-right-col .summary .cart .quantity .qty-plus { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
.single-product .single-product-two-column .product-right-col .summary .cart .single_add_to_cart_button { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 !important; }
.single-product .single-product-two-column .product-right-col .summary .cart .single_add_to_cart_button::after { content: "\f07a"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-left: 0.5rem; }
.single-product .single-product-two-column .product-right-col .summary button[type="submit"] { margin: 0 !important; }
.single-product .single-product-two-column .product-right-col .summary .product-availability-info { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 1.5rem; margin-top: 1rem; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
.single-product .single-product-two-column .product-right-col .summary .product-availability-info .stock-status, .single-product .single-product-two-column .product-right-col .summary .product-availability-info .shipping-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.5rem; font-size: 0.9rem; }
.single-product .single-product-two-column .product-right-col .summary .product-availability-info .stock-status i, .single-product .single-product-two-column .product-right-col .summary .product-availability-info .shipping-info i { font-size: 1rem; }
.single-product .single-product-two-column .product-right-col .summary .product-availability-info .stock-status.in-stock { color: #28a745; border: 1px solid #28a745; padding: 0 0.75rem; border-radius: 5px; }
.single-product .single-product-two-column .product-right-col .summary .product-availability-info .stock-status.out-of-stock { color: #dc3545; }
.single-product .single-product-two-column .product-right-col .summary .product-availability-info .stock-status.out-of-stock i { color: #dc3545; }
.single-product .single-product-two-column .product-right-col .summary .product-availability-info .shipping-info { color: #6c757d; }
.single-product .single-product-two-column .product-right-col .summary .product-availability-info .shipping-info i { color: #C80112; }
.single-product .single-product-two-column .product-right-col .summary .product-payment-logos { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 1rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 1rem; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
.single-product .single-product-two-column .product-right-col .summary .product-payment-logos .payment-logo-small { max-height: 25px; max-width: 40px !important; -o-object-fit: contain; object-fit: contain; }
.single-product .single-product-two-column .product-right-col .summary .product-usps { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.5rem; margin-top: 1rem; -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
.single-product .single-product-two-column .product-right-col .summary .product-usps .usp-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: #6c757d; }
.single-product .single-product-two-column .product-right-col .summary .product-usps .usp-item i { color: #28a745; font-size: 1rem; }

/*
==========================================
Related Products
==========================================
*/
.single-product .related.products { margin-top: 3rem; }

/*
==========================================
Product Description & Additional Info Sections
==========================================
*/
.product-info-sections .section-title { font-size: 1.5rem; font-weight: 700; color: #32312D; text-transform: none; }
.product-info-sections .product-description-section .description-content { line-height: 1.6; color: #495057; }
.product-info-sections .product-description-section .description-content p { margin-bottom: 1rem; }
.product-info-sections .product-description-section .description-content p:last-child { margin-bottom: 0; }
.product-info-sections .product-description-section .description-content ul, .product-info-sections .product-description-section .description-content ol { margin-bottom: 1rem; padding-left: 1.5rem; }
.product-info-sections .product-description-section .description-content li { margin-bottom: 0.5rem; }
.product-info-sections .product-description-section .description-content.description-expandable { position: relative; }
.product-info-sections .product-description-section .description-content.description-expandable .description-text { max-height: 400px; overflow: hidden; -webkit-transition: max-height 0.4s ease; transition: max-height 0.4s ease; }
.product-info-sections .product-description-section .description-content.description-expandable .description-fade { position: absolute; bottom: 40px; left: 0; right: 0; height: 60px; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#EEEFF6)); background: linear-gradient(to bottom, transparent, #EEEFF6); pointer-events: none; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
.product-info-sections .product-description-section .description-content.description-expandable .description-toggle { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.5rem; margin-top: 1rem; padding: 0; background-color: transparent; border: none; color: #C80112; font-size: 0.9rem; font-weight: 500; cursor: pointer; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.product-info-sections .product-description-section .description-content.description-expandable .description-toggle:hover { text-decoration: none; opacity: 0.8; }
.product-info-sections .product-description-section .description-content.description-expandable .description-toggle .toggle-icon { font-size: 0.75rem; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.product-info-sections .product-description-section .description-content.description-expandable[data-expanded="true"] .description-text { max-height: 2000px; }
.product-info-sections .product-description-section .description-content.description-expandable[data-expanded="true"] .description-fade { opacity: 0; }
.product-info-sections .product-additional-info-section .woocommerce-product-attributes { width: 100%; border-collapse: collapse; }
.product-info-sections .product-additional-info-section .woocommerce-product-attributes tr { border-bottom: 1px solid rgba(50, 49, 45, 0.1); }
.product-info-sections .product-additional-info-section .woocommerce-product-attributes tr:last-child { border-bottom: none; }
.product-info-sections .product-additional-info-section .woocommerce-product-attributes th, .product-info-sections .product-additional-info-section .woocommerce-product-attributes td { padding: 0.75rem 0; text-align: left; vertical-align: top; }
.product-info-sections .product-additional-info-section .woocommerce-product-attributes th { font-weight: 600; color: #32312D; width: 40%; }
.product-info-sections .product-additional-info-section .woocommerce-product-attributes td { color: #495057; width: 60%; }

.woocommerce table.shop_attributes { color: #32312D; }
.woocommerce table.shop_attributes tr:nth-child(even) th, .woocommerce table.shop_attributes tr:nth-child(even) td { background-color: transparent; }
.woocommerce table.shop_attributes th { font-weight: 500 !important; }
.woocommerce table.shop_attributes td { font-style: normal; font-weight: 500 !important; text-align: right !important; }

/*
==========================================
Product Reviews Section
==========================================
*/
.product-reviews-section .reviews-title { font-size: 1.75rem; font-weight: 700; color: #32312D; }
.product-reviews-section .reviews-title .reviews-count { font-weight: 400; color: rgba(50, 49, 45, 0.6); }
.product-reviews-section .review-summary { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 2rem; margin-bottom: 1.5rem; }
@media (max-width: 576px) { .product-reviews-section .review-summary { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.5rem; } }
.product-reviews-section .review-summary-left { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.product-reviews-section .rating-bars { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.5rem; }
.product-reviews-section .rating-bar-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.75rem; }
.product-reviews-section .rating-bar-label { min-width: 45px; font-size: 0.875rem; color: #32312D; }
.product-reviews-section .rating-bar-label i { color: #FFA500; font-size: 0.75rem; }
.product-reviews-section .rating-bar-track { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 10px; background-color: #e0e0e0; border-radius: 5px; overflow: hidden; }
.product-reviews-section .rating-bar-fill { height: 100%; background-color: #FFA500; border-radius: 5px; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; }
.product-reviews-section .rating-bar-count { min-width: 30px; font-size: 0.875rem; color: rgba(50, 49, 45, 0.6); text-align: right; }
.product-reviews-section .review-summary-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-width: 140px; text-align: center; }
.product-reviews-section .overall-rating { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.25rem; }
.product-reviews-section .overall-rating-score { font-size: 2.5rem; font-weight: 700; color: #32312D; line-height: 1; }
.product-reviews-section .overall-rating-star { font-size: 1.5rem; color: #FFA500; }
.product-reviews-section .overall-rating-count { font-size: 0.875rem; color: rgba(50, 49, 45, 0.6); margin-bottom: 1rem; }
.product-reviews-section .btn-write-review { background-color: #C80112; color: #fefefe; padding: 0.5rem 1.25rem; border-radius: var(--border-radius-base); font-size: 0.875rem; font-weight: 500; text-decoration: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.product-reviews-section .btn-write-review:hover { background-color: #95010d; color: #fefefe; }
.product-reviews-section .review-disclaimer { font-size: 0.75rem; color: rgba(50, 49, 45, 0.5); margin-bottom: 1.5rem; font-style: italic; }
.product-reviews-section #reviews .woocommerce-Reviews-title { display: none; }
.product-reviews-section #reviews #comments { margin: 0; padding: 0; }
.product-reviews-section #reviews .commentlist { list-style: none; margin: 0; padding: 0; }
.product-reviews-section #reviews .review { margin-bottom: 1rem; padding: 0; border: none; background: none; }
.product-reviews-section #reviews .review .comment_container { background-color: #fefefe; border: 1px solid #e5e5e5; border-radius: 10px; padding: 1.5rem; -webkit-box-shadow: 0 1px 3px rgba(50, 49, 45, 0.1); box-shadow: 0 1px 3px rgba(50, 49, 45, 0.1); -webkit-transition: -webkit-box-shadow 0.2s ease; transition: -webkit-box-shadow 0.2s ease; transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }
.product-reviews-section #reviews .review .comment_container:hover { -webkit-box-shadow: 0 2px 8px rgba(50, 49, 45, 0.12); box-shadow: 0 2px 8px rgba(50, 49, 45, 0.12); }
.product-reviews-section #reviews .review img.avatar { display: none; }
.product-reviews-section #reviews .review .comment-text { margin: 0 !important; padding: 0 !important; border: none !important; border-radius: 0 !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.product-reviews-section #reviews .review .comment-text p.meta { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.25rem; margin-bottom: 0.5rem; font-size: 0.875rem; color: #888; }
.product-reviews-section #reviews .review .comment-text p.meta strong { font-weight: 500; }
.product-reviews-section #reviews .review .comment-text p.meta time { color: #888; }
.product-reviews-section #reviews .review .comment-text .woocommerce-product-rating { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.35rem; margin-bottom: 0.75rem; }
.product-reviews-section #reviews .review .comment-text .woocommerce-product-rating .stars { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 1px; }
.product-reviews-section #reviews .review .comment-text .description { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
.product-reviews-section #reviews .review .woocommerce-review__rating { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0.75rem; }
.product-reviews-section #reviews .review .woocommerce-review__meta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.25rem; margin-bottom: 1rem; font-size: 0.875rem; color: #888; }
.product-reviews-section #reviews .review .woocommerce-review__author { font-weight: 500; color: #888; }
.product-reviews-section #reviews .review .woocommerce-review__dash { display: inline; }
.product-reviews-section #reviews .review .woocommerce-review__published-date { color: #888; }
.product-reviews-section #reviews .review .description p { margin: 0 !important; margin-bottom: 0 !important; color: #1a1a1a; font-size: 1rem; font-weight: 400; line-height: 1.6; }
.product-reviews-section #reviews #review_form_wrapper { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #e5e5e5; }
.product-reviews-section #reviews #review_form .comment-reply-title { font-size: 1.25rem; font-weight: 600; color: #32312D; margin-bottom: 1rem; }
.product-reviews-section #reviews #review_form .comment-form-rating { margin-bottom: 1rem; }
.product-reviews-section #reviews #review_form .comment-form-rating label { display: block; margin-bottom: 0.5rem; font-weight: 500; }
.product-reviews-section #reviews #review_form .comment-form-rating .stars a { color: #e0e0e0; text-decoration: none; font-size: 1.5rem; }
.product-reviews-section #reviews #review_form .comment-form-rating .stars a:hover, .product-reviews-section #reviews #review_form .comment-form-rating .stars a.active { color: #FFA500; }
.product-reviews-section #reviews #review_form .comment-form-comment { margin-bottom: 1rem; }
.product-reviews-section #reviews #review_form .comment-form-comment label { display: block; margin-bottom: 0.5rem; font-weight: 500; }
.product-reviews-section #reviews #review_form .comment-form-comment textarea { width: 100%; min-height: 120px; padding: 0.75rem; border: 1px solid #e5e5e5; border-radius: 8px; font-size: 1rem; resize: vertical; }
.product-reviews-section #reviews #review_form .comment-form-comment textarea:focus { outline: none; border-color: #C80112; -webkit-box-shadow: 0 0 0 2px rgba(200, 1, 18, 0.1); box-shadow: 0 0 0 2px rgba(200, 1, 18, 0.1); }
.product-reviews-section #reviews #review_form .form-submit .submit { background-color: #C80112; color: #fefefe; border: none; padding: 0.75rem 1.5rem; border-radius: 8px; font-size: 1rem; font-weight: 500; cursor: pointer; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }
.product-reviews-section #reviews #review_form .form-submit .submit:hover { background-color: #95010d; }
.product-reviews-section #reviews .woocommerce-noreviews { padding: 2rem; background-color: #EEEFF6; border-radius: 10px; text-align: center; color: #666; }

/*
==========================================
Featured Products Slider
==========================================
*/
.featured-products-section .section-title { font-weight: 700; }
.featured-products-section .featured-products-slider { overflow-x: auto; overflow-y: visible; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.featured-products-section .featured-products-slider::-webkit-scrollbar { height: 8px; }
.featured-products-section .featured-products-slider::-webkit-scrollbar-track { background: rgba(50, 49, 45, 0.05); border-radius: 4px; }
.featured-products-section .featured-products-slider::-webkit-scrollbar-thumb { background: #C80112; border-radius: 4px; }
.featured-products-section .featured-products-slider ul.products { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; grid-template-columns: none !important; grid-auto-rows: auto !important; gap: 1rem; padding-bottom: 1rem; margin: 0; list-style: none; }
.featured-products-section .featured-products-slider ul.products::before, .featured-products-section .featured-products-slider ul.products::after { display: none !important; }
@media (max-width: 991px) { .featured-products-section .featured-products-slider ul.products { width: -webkit-max-content; width: -moz-max-content; width: max-content; } }
@media (min-width: 992px) { .featured-products-section .featured-products-slider ul.products { width: 100%; }
  .featured-products-section .featured-products-slider ul.products li.product { width: calc((100% - 4rem) / 5); } }
.featured-products-section .featured-products-slider ul.products li.product { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0 !important; padding: 0.5rem; padding-bottom: 3.5rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.featured-products-section .featured-products-slider ul.products li.product.sale { padding-bottom: 5rem; }
@media (max-width: 991px) { .featured-products-section .featured-products-slider ul.products li.product { width: 250px; } }

/*
==========================================
Search & Filter Pro
==========================================
*/
.widget-title, .product-filters .widget-title { font-size: 1.25rem; text-transform: uppercase; margin-bottom: 1rem; }

.search-filter-label { font-weight: 700; font-size: 18px !important; }

.search-filter-field__input { font-size: 0.875rem; }
.search-filter-field__input label { font-size: 0.875rem; }

.search-filter-field__input { max-height: 300px; overflow-y: auto; }
.search-filter-field__input::-webkit-scrollbar { width: 6px; }
.search-filter-field__input::-webkit-scrollbar-track { background: rgba(50, 49, 45, 0.05); border-radius: 3px; }
.search-filter-field__input::-webkit-scrollbar-thumb { background: rgba(50, 49, 45, 0.2); border-radius: 3px; }
.search-filter-field__input::-webkit-scrollbar-thumb:hover { background: rgba(50, 49, 45, 0.3); }

.search-filter-field--type-range .search-filter-field__input { max-height: none; overflow: visible; }

.search-filter-input-checkbox { position: relative !important; overflow: visible !important; }
.search-filter-input-checkbox > .search-filter-input-group { position: relative !important; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; display: block !important; padding-left: 1.5rem !important; margin-top: 0.5rem !important; }

.search-filter-field { margin-bottom: 1.25rem; padding-bottom: 1.25rem !important; border-bottom: 1px solid rgba(50, 49, 45, 0.1); }
.search-filter-field:last-child { border-bottom: none; padding-bottom: 0 !important; }

@media (max-width: 991px) { .search-filter-field { margin-bottom: 0.75rem; }
  .search-filter-field .search-filter-label[aria-expanded="false"] + .search-filter-field__input { display: none; } }
.search-filter-field--type-range { width: 100% !important; }
.search-filter-field--type-range .search-filter-field__input, .search-filter-field--type-range .search-filter-component-range-slider { width: 100% !important; }
.search-filter-field--type-range .search-filter-component-range-slider__range-text { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.search-filter-field--type-range .search-filter-component-range-slider__range-input-wrapper { width: 100% !important; }
.search-filter-field--type-range .search-filter-component-range-slider__range-input-bar { width: 100% !important; position: relative; }
.search-filter-field--type-range .search-filter-component-range-slider__range-input { width: 100% !important; position: absolute; top: 0; left: 0; }

.widget_price_filter .price_slider_wrapper { width: 100%; }
.widget_price_filter .price_slider, .widget_price_filter .ui-slider { width: 100% !important; }

/*
==========================================
WooCommerce Cart
==========================================
*/
.free-shipping-notice { background-color: #EEEFF6; border-radius: var(--border-radius-base); padding: 1rem; margin-bottom: 1rem; }
.free-shipping-notice .free-shipping-progress-bar { height: 6px; background-color: rgba(50, 49, 45, 0.1); border-radius: 3px; overflow: hidden; margin-bottom: 0.5rem; }
.free-shipping-notice .free-shipping-progress-bar .free-shipping-progress { height: 100%; background-color: #C80112; border-radius: 3px; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; }
.free-shipping-notice .free-shipping-message { margin: 0; font-size: 0.875rem; color: #32312D; }
.free-shipping-notice .free-shipping-message i { margin-right: 0.5rem; }
.free-shipping-notice.free-shipping-reached { background-color: rgba(40, 167, 69, 0.1); }
.free-shipping-notice.free-shipping-reached .free-shipping-progress { background-color: #28a745; }
.free-shipping-notice.free-shipping-reached .free-shipping-message { color: #28a745; }

.woocommerce-cart .cart-page-title { font-size: 2rem; font-weight: 700; color: #32312D; text-transform: none; margin-bottom: 0; }
.woocommerce-cart .cart_totals { width: 100% !important; }
.woocommerce-cart .cart_totals h2 { display: none; }
.woocommerce-cart .cart_totals .cart-payment-logos { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 1rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.woocommerce-cart .cart_totals .cart-payment-logos .payment-logo { max-height: 30px; max-width: 50px; -o-object-fit: contain; object-fit: contain; }
.woocommerce-cart .cart_totals .cart-usps { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.5rem; }
.woocommerce-cart .cart_totals .cart-usps .usp-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: #6c757d; }
.woocommerce-cart .cart_totals .cart-usps .usp-item i { color: #28a745; font-size: 1rem; }

/*
==========================================
Pages
==========================================
*/
.cta-banner-section { overflow: visible; }
.cta-banner-section .cta-banner { border-radius: var(--border-radius-base); position: relative; overflow: visible; }
.cta-banner-section .cta-banner .row { overflow: visible; position: relative; }
.cta-banner-section .cta-banner .cutout-image-wrapper { position: relative; }
.cta-banner-section .cta-banner .cutout-image-wrapper .cutout-image { max-height: 350px; max-width: 100%; width: auto; height: auto; display: block; margin: 0 auto; -o-object-fit: contain; object-fit: contain; }
@media (min-width: 768px) and (max-width: 991px) { .cta-banner-section .cta-banner .cutout-image-wrapper .cutout-image { max-height: 100%; } }
@media (max-width: 767px) { .cta-banner-section .cta-banner .cutout-image-wrapper .cutout-image { max-height: 250px; } }
.cta-banner-section .cta-banner .cta-heading { text-transform: uppercase; margin-bottom: 0.5rem; }
.cta-banner-section .cta-banner .cta-subtext { font-size: 1.25rem; font-weight: 300; }
.cta-banner-section .cta-banner .cta-subtext.cta-subtext-small { font-size: 1rem; }
.cta-banner-section .cta-banner .cta-content-wrapper { gap: 0; }
@media (min-width: 992px) { .cta-banner-section .cta-banner .cta-text-content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 2rem; } }
@media (min-width: 768px) { .cta-banner-section .cta-banner .cta-usp-section { text-align: left; } }
@media (min-width: 992px) { .cta-banner-section .cta-banner .cta-usp-section { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 2rem; border-left: 1px solid rgba(254, 254, 254, 0.3); } }
@media (max-width: 991px) { .cta-banner-section .cta-banner .cta-usp-section { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(254, 254, 254, 0.3); } }
.cta-banner-section .cta-banner .cta-usp-title { font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; text-transform: uppercase; }
.cta-banner-section .cta-banner .cta-usp-list { padding-left: 0; }
.cta-banner-section .cta-banner .cta-usp-item { font-size: 0.95rem; padding: 0.25rem 0; }
.cta-banner-section .cta-banner .cta-usp-item i { color: #fefefe; font-size: 0.85rem; }
.cta-banner-section .cta-banner .cta-buttons-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; }
.cta-banner-section .cta-banner .cta-buttons-wrapper .phone-button { width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.cta-banner-section .cta-banner .cta-secondary-button { background-color: #C80112; color: #fefefe; padding: 0.75rem 1.5rem; border-radius: 0.5rem; text-decoration: none; font-weight: 500; font-size: 0.9rem; text-transform: uppercase; text-align: center; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.cta-banner-section .cta-banner .cta-secondary-button:hover { background-color: #95010d; color: #fefefe; }
.cta-banner-section .cta-banner .phone-button-white { background: #fefefe; color: #32312D; }
.cta-banner-section .cta-banner .phone-button-white:hover { background: rgba(254, 254, 254, 0.9); color: #32312D; }
.cta-banner-section .cta-banner .phone-button-white .phone-icon { background: #C80112; color: #fefefe; }
@media (max-width: 991px) { .cta-banner-section .cta-banner .phone-button-white { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (min-width: 992px) { .cta-banner-section--archive .cta-text-content { padding-right: 1rem !important; } }
@media (min-width: 992px) { .cta-banner-section--archive .cta-usp-section { padding-left: 1rem !important; } }
@media (min-width: 992px) { .cta-banner-section--archive .cta-banner > .row { display: grid !important; grid-template-columns: 200px 1fr; grid-template-rows: 1fr auto; gap: 0 2rem; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
  .cta-banner-section--archive .cta-image-col { grid-column: 1; grid-row: 1 / 3; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100% !important; max-width: none !important; -webkit-box-flex: 0 !important; -ms-flex: none !important; flex: none !important; padding: 0 !important; -webkit-box-ordinal-group: unset !important; -ms-flex-order: unset !important; order: unset !important; margin-bottom: -3rem; }
  .cta-banner-section--archive .cta-image-col .cutout-image-wrapper { width: auto !important; }
  .cta-banner-section--archive .cta-image-col .cutout-image { width: auto !important; max-width: 250px !important; max-height: 350px !important; height: auto !important; }
  .cta-banner-section--archive .cta-content-col { grid-column: 2; grid-row: 1; width: 100% !important; max-width: none !important; -webkit-box-flex: 0 !important; -ms-flex: none !important; flex: none !important; margin-bottom: 1rem !important; padding: 0 !important; -webkit-box-ordinal-group: unset !important; -ms-flex-order: unset !important; order: unset !important; }
  .cta-banner-section--archive .cta-buttons-col { grid-column: 2; grid-row: 2; width: 100% !important; max-width: none !important; -webkit-box-flex: 0 !important; -ms-flex: none !important; flex: none !important; text-align: left !important; padding: 0 !important; -webkit-box-ordinal-group: unset !important; -ms-flex-order: unset !important; order: unset !important; }
  .cta-banner-section--archive .cta-buttons-wrapper { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; gap: 1rem; }
  .cta-banner-section--archive .cta-buttons-wrapper .phone-button { width: auto !important; }
  .cta-banner-section--archive .cta-buttons-wrapper .cta-secondary-button { margin-top: 0 !important; } }

.informative-text-section .informative-text { color: #32312D !important; font-size: 0.95rem; line-height: 1.6; }

.faq-section-wrapper .faq-section { border-radius: var(--border-radius-base); }
.faq-section-wrapper .faq-section .faq-title { font-size: 1.5rem; font-weight: 700; color: #32312D; }
.faq-section-wrapper .faq-section .accordion .accordion-item { border: none; background: transparent; margin-bottom: 0; }
.faq-section-wrapper .faq-section .accordion .accordion-header { margin-bottom: 0; }
.faq-section-wrapper .faq-section .accordion .accordion-button { font-size: 1rem; font-weight: 500; color: #32312D; background-color: transparent; padding: 1rem 0; border: none; -webkit-box-shadow: none; box-shadow: none; }
.faq-section-wrapper .faq-section .accordion .accordion-button:not(.collapsed) { background-color: transparent; color: #32312D; }
.faq-section-wrapper .faq-section .accordion .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23191919'%3e%3cpath d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z'/%3e%3c/svg%3e"); }
.faq-section-wrapper .faq-section .accordion .accordion-button:focus { -webkit-box-shadow: none; box-shadow: none; border-color: transparent; }
.faq-section-wrapper .faq-section .accordion .accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23191919'%3e%3cpath d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z'/%3e%3c/svg%3e"); background-size: 1rem; }
.faq-section-wrapper .faq-section .accordion .accordion-body { padding: 0 0 1rem 0; font-size: 0.95rem; line-height: 1.6; color: #6c757d; }

.reviews-slider-section .section-title { font-weight: 700; }
.reviews-slider-section .reviews-slider { border-radius: var(--border-radius-base); }
.reviews-slider-section .reviews-slider .flexslider { background: transparent; border: none; margin: 0; -webkit-box-shadow: none; box-shadow: none; }
.reviews-slider-section .reviews-slider .flexslider .slides { margin: 0; }
.reviews-slider-section .reviews-slider .flexslider .slides li { margin: 0; }
.reviews-slider-section .reviews-slider .flexslider .flex-control-nav { bottom: -2.5rem; }
.reviews-slider-section .reviews-slider .flexslider .flex-direction-nav a { opacity: 0.8; }
.reviews-slider-section .reviews-slider .flexslider .flex-direction-nav a:hover { opacity: 1; }
.reviews-slider-section .reviews-slider .review-card { border-radius: var(--border-radius-base); -webkit-box-shadow: 0 2px 8px rgba(50, 49, 45, 0.08); box-shadow: 0 2px 8px rgba(50, 49, 45, 0.08); margin: 0 0.5rem; }
.reviews-slider-section .reviews-slider .review-card .review-header { font-size: 0.9rem; color: rgba(50, 49, 45, 0.7); }
.reviews-slider-section .reviews-slider .review-card .review-text { line-height: 1.6; }
.reviews-slider-section .reviews-slider .review-card .review-rating .stars i { font-size: 1rem; margin-right: -3px; }
.reviews-slider-section .reviews-slider .review-card .review-rating .stars i.filled { color: #FFC107; }
.reviews-slider-section .reviews-slider .review-card .review-rating .stars i.empty { color: #FFC107; opacity: 0.25; }
.reviews-slider-section .reviews-slider .review-card .review-rating .stars i:last-child { margin-right: 0; }
.reviews-slider-section .reviews-slider .review-card .review-rating .rating-text { font-size: 0.9rem; color: rgba(50, 49, 45, 0.7); }
.reviews-slider-section .reviews-slider .review-card .review-rating .rating-text strong { color: #32312D; font-weight: 800; }

.highlighted-product-categories .category-card { border: none; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.highlighted-product-categories .category-card .category-image img { height: 70px; -o-object-fit: contain; object-fit: contain; width: 100%; }
.highlighted-product-categories .category-card .category-title { font-size: 1.25rem; }
.highlighted-product-categories .category-card .category-title a { color: #32312D; }
.highlighted-product-categories .category-card .category-title a:hover { color: #C80112; }
.highlighted-product-categories .category-card .subcategories { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.highlighted-product-categories .category-card .subcategories li a { text-decoration: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.highlighted-product-categories .category-card .subcategories li a:hover { color: #C80112 !important; }
.highlighted-product-categories .category-card a.small { margin-top: auto; display: block; }
.highlighted-product-categories .category-card a.small:hover { color: #C80112; opacity: 0.8; }
.highlighted-product-categories .category-card.bg-secondary a { color: #fefefe; }
.highlighted-product-categories .category-card.bg-secondary a:hover { color: rgba(254, 254, 254, 0.85) !important; }
.highlighted-product-categories .category-card.bg-secondary .subcategories li a { color: rgba(254, 254, 254, 0.8) !important; }
.highlighted-product-categories .category-card.bg-secondary .subcategories li a:hover { color: #fefefe !important; }
.highlighted-product-categories .category-tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; gap: 0.5rem; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.highlighted-product-categories .category-tabs::-webkit-scrollbar { display: none; }
.highlighted-product-categories .category-tabs .nav-item { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.highlighted-product-categories .category-tabs .nav-link { background: #fefefe; border: 1px solid #ddd; color: #32312D; padding: 0.5rem 1rem; border-radius: var(--border-radius-base); font-size: 0.9rem; white-space: nowrap; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.highlighted-product-categories .category-tabs .nav-link:hover { background: #EEEFF6; border-color: #C80112; color: #C80112; }
.highlighted-product-categories .category-tabs .nav-link.active { background: #C80112; border-color: #C80112; color: #fefefe; }
.highlighted-product-categories .category-tab-content .tab-pane { -webkit-animation: fadeIn 0.3s ease-in-out; animation: fadeIn 0.3s ease-in-out; }

@-webkit-keyframes fadeIn { from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
  to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes fadeIn { from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
  to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
.content-box { min-height: 250px; border: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.content-box h3 { text-transform: uppercase; }
.content-box.content-box-image { position: relative; background-image: url("https://www.dkhgroothandel.nl/wp-content/uploads/2025/12/placeholder.jpg"); background-size: cover; background-position: center; color: #fefefe; overflow: hidden; }
.content-box.content-box-image::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(50, 49, 45, 0.7) 0%, rgba(50, 49, 45, 0.3) 100%); z-index: 1; }
.content-box.content-box-image.content-box-bottom::before { background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 49, 45, 0.2)), to(rgba(50, 49, 45, 0.8))); background: linear-gradient(to bottom, rgba(50, 49, 45, 0.2) 0%, rgba(50, 49, 45, 0.8) 100%); }
.content-box.content-box-image * { z-index: 2; }
.content-box.content-box-image h2, .content-box.content-box-image h3, .content-box.content-box-image h4, .content-box.content-box-image p { color: #fefefe; }

.highlighted-columns-section .mobile-columns-scroll { display: -webkit-box; display: -ms-flexbox; display: flex; overflow-x: auto; overflow-y: hidden; gap: 1rem; padding: 0.5rem 0; -webkit-overflow-scrolling: touch; -webkit-scroll-snap-type: x mandatory; -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.highlighted-columns-section .mobile-columns-scroll::-webkit-scrollbar { display: none; }
.highlighted-columns-section .mobile-columns-scroll .mobile-column-item { -webkit-box-flex: 0; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; scroll-snap-align: start; }
.highlighted-columns-section .mobile-columns-scroll .mobile-column-item .content-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 280px; }
@media (max-width: 576px) { .highlighted-columns-section .mobile-columns-scroll .mobile-column-item .content-box { min-height: 250px; } }

.single-post .sticky { position: -webkit-sticky; position: sticky; top: 8rem; }
.single-post .sticky .tic-toc-wrapper { padding: 1rem; }
.single-post .sticky .tic-toc-wrapper .table-of-contents ul { list-style: none; padding-left: 0; }
.single-post .sticky .tic-toc-wrapper .table-of-contents ul li { margin-bottom: 5px; }
.single-post .sticky .tic-toc-wrapper .table-of-contents ul li a { color: #41436A; font-weight: 400; font-size: .9rem; }
.single-post .sticky .share-buttons a { color: lightgray; width: 2rem; height: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 1rem; margin-bottom: 10px; }
.single-post .sticky .share-buttons a:hover { color: #fefefe; text-decoration: none; background: #C80112; }

/*
==========================================
Flexslider
==========================================
*/
.flexslider { overflow: hidden; margin: 0; }
.flexslider .flex-control-nav { position: static; margin-top: 1rem; }
.flexslider .flex-direction-nav { line-height: 40px; }
.flexslider .flex-direction-nav a { width: 50px; height: 50px; padding: 10px; }
.flexslider .flex-direction-nav a::before { margin-top: -1rem; }

/*
==========================================
ACF oEmbed
==========================================
*/
.embed-container { position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
==========================================
Spacing
==========================================
*/
.pt-xs { padding-top: 2rem; }

.pt-sm { padding-top: 3rem; }

.pt-md { padding-top: 4rem; }

.pt-lg { padding-top: 5rem; }

.pt-xl { padding-top: 6rem; }

.pb-xs { padding-bottom: 2rem; }

.pb-sm { padding-bottom: 3rem; }

.pb-md { padding-bottom: 4rem; }

.pb-lg { padding-bottom: 5rem; }

.pb-xl { padding-bottom: 6rem; }

/*
==========================================
Media Queries
==========================================
*/
@media (min-width: 768px) { .button-primary, .button-secondary, .phone-button { width: -webkit-max-content; width: -moz-max-content; width: max-content; } }
@media (min-width: 992px) { .pt-6 { padding-top: 5rem; }
  .pt-7 { padding-top: 7.5rem; }
  .pb-6 { padding-bottom: 5rem; }
  .pb-7 { padding-bottom: 7.5rem; }
  .cta-banner-section .cta-banner .cutout-image-wrapper { position: absolute; bottom: 0; left: 0; height: 100%; width: 25%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: visible; }
  .cta-banner-section .cta-banner .cutout-image-wrapper .cutout-image { max-height: none; height: 130%; width: auto; }
  .cta-banner-section .cta-banner .cta-subtext { font-size: 1.5rem; }
  .cta-banner-section .cta-banner .cta-subtext.cta-subtext-small { font-size: 1rem; } }
/* The switch - the box around the slider */
.form-switch { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.form-switch .form-check-input { height: 20px !important; width: 75px !important; }
.form-switch .form-check-input:hover { cursor: pointer; }

/*
==========================================
USP Bar
==========================================
*/
.usp-bar { z-index: 1000; top: 0; left: 0; }
.usp-bar .usp-item { white-space: nowrap; }
.usp-bar .usp-item small { font-size: 0.75em; font-weight: 500; }
.usp-bar .usp-slider .flexslider { background: transparent; border: none; margin: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }
.usp-bar .usp-slider .flexslider .slides li { min-height: auto; }

/*
==========================================
WooCommerce - Account Dashboard
==========================================
*/
.woocommerce-account .woocommerce { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2rem; }
@media (min-width: 992px) { .woocommerce-account .woocommerce { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after { display: none !important; }
.woocommerce-account .woocommerce-MyAccount-navigation { background-color: #EEEFF6; border-radius: var(--border-radius-base); padding: 1rem; width: 100%; }
@media (min-width: 992px) { .woocommerce-account .woocommerce-MyAccount-navigation { width: 280px; min-width: 280px; } }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li { margin-bottom: 0.5rem; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child { margin-bottom: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; color: #32312D; text-decoration: none; border-radius: calc(var(--border-radius-base) - 2px); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; font-weight: 400; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before { font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 1rem; width: 20px; text-align: center; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover { background-color: rgba(200, 1, 18, 0.1); color: #C80112; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a { background-color: #C80112; color: #fefefe; font-weight: 500; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before { content: "\f0c9"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before { content: "\f291"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before { content: "\f019"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before { content: "\f015"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before { content: "\f007"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before { content: "\f09d"; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "\f2f5"; }
.woocommerce-account .woocommerce-MyAccount-content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; background-color: #fefefe; border: 1px solid rgba(50, 49, 45, 0.1); border-radius: var(--border-radius-base); padding: 2rem; }
.woocommerce-account .woocommerce-MyAccount-content p { line-height: 1.6; }
.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3 { color: #32312D; margin-bottom: 1.5rem; font-size: 1.75rem; font-weight: 700; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table { width: 100%; border-collapse: separate; border-spacing: 0; margin-bottom: 1.5rem; border: 1px solid rgba(50, 49, 45, 0.1); border-radius: var(--border-radius-base); overflow: hidden; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead { background-color: #EEEFF6; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th { padding: 1rem; text-align: left; font-weight: 300; color: #32312D; border-bottom: 2px solid rgba(50, 49, 45, 0.1); }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr { border-bottom: 1px solid rgba(50, 49, 45, 0.1); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:last-child { border-bottom: none; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:hover { background-color: rgba(238, 239, 246, 0.5); }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td { padding: 1rem; vertical-align: middle; }
@media (max-width: 991px) { .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td { padding: 0.25rem; } }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a { color: #C80112; font-weight: 500; text-decoration: none; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a:hover { text-decoration: underline; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions { text-align: right; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button { margin: 0; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .order-status { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 1rem; font-size: 0.85rem; font-weight: 500; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .order-status.processing { background-color: #fef3cd; color: #856404; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .order-status.completed { background-color: #d4edda; color: #155724; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .order-status.on-hold { background-color: #d1ecf1; color: #0c5460; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .order-status.cancelled, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .order-status.failed { background-color: #f8d7da; color: #721c24; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::after { display: none !important; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address { background-color: #EEEFF6; border-radius: var(--border-radius-base); padding: 1.5rem; margin-bottom: 1.5rem; width: 100%; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address::before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address::after { display: none !important; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 1rem; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 { margin: 0; font-size: 1.25rem; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit { color: #C80112; text-decoration: none; font-size: 0.9rem; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit:hover { text-decoration: underline; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address { font-style: normal; line-height: 1.8; color: rgba(50, 49, 45, 0.8); }
@media (min-width: 768px) { .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses { display: grid !important; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address { margin-bottom: 0; } }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row { margin-bottom: 1.5rem; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label { display: block; font-weight: 500; color: #32312D; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label .required { color: #C80112; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input[type="text"], .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input[type="email"], .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input[type="password"] { width: 100%; padding: 0.75rem; border: 1px solid #ddd; border-radius: var(--border-radius-base); font-size: 1rem; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input[type="text"]:focus, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input[type="email"]:focus, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input[type="password"]:focus { outline: none; border-color: rgba(200, 1, 18, 0.5); -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 1, 18, 0.15); box-shadow: 0 0 0 0.2rem rgba(200, 1, 18, 0.15); }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset { border: 1px solid rgba(50, 49, 45, 0.1); border-radius: var(--border-radius-base); padding: 1.5rem; margin-bottom: 1.5rem; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend { font-weight: 600; font-size: 1.1rem; color: #32312D; padding: 0 0.5rem; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"] { margin-top: 1rem; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table--downloads { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(50, 49, 45, 0.1); border-radius: var(--border-radius-base); overflow: hidden; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table--downloads thead { background-color: #EEEFF6; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table--downloads thead th { padding: 1rem; text-align: left; font-weight: 300; border-bottom: 2px solid rgba(50, 49, 45, 0.1); }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table--downloads tbody tr { border-bottom: 1px solid rgba(50, 49, 45, 0.1); }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table--downloads tbody tr:last-child { border-bottom: none; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table--downloads tbody tr td { padding: 1rem; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table--downloads tbody tr td a.woocommerce-MyAccount-downloads-file { color: #C80112; text-decoration: none; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table--downloads tbody tr td a.woocommerce-MyAccount-downloads-file:hover { text-decoration: underline; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethods { border: 1px solid rgba(50, 49, 45, 0.1); border-radius: var(--border-radius-base); overflow: hidden; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethods .woocommerce-PaymentMethod { padding: 1.5rem; border-bottom: 1px solid rgba(50, 49, 45, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethods .woocommerce-PaymentMethod:last-child { border-bottom: none; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethods .woocommerce-PaymentMethod .woocommerce-PaymentMethod-actions .button { margin: 0 0 0 0.5rem; }
.woocommerce-account .woocommerce-MyAccount-content .button:not(.alt), .woocommerce-account .woocommerce-MyAccount-content .woocommerce-button:not(.alt) { background-color: #fefefe; color: #C80112; border: 1px solid #C80112; }
.woocommerce-account .woocommerce-MyAccount-content .button:not(.alt):hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-button:not(.alt):hover { background-color: #C80112; color: #fefefe; }
@media (max-width: 991px) { .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 0; }
  .woocommerce-account .woocommerce-orders-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .woocommerce-account .woocommerce-orders-table thead { display: none; }
  .woocommerce-account .woocommerce-orders-table tbody { display: block; }
  .woocommerce-account .woocommerce-orders-table tbody tr { display: block; margin-bottom: 1rem; border: 1px solid rgba(50, 49, 45, 0.1); border-radius: var(--border-radius-base); padding: 1rem; }
  .woocommerce-account .woocommerce-orders-table tbody tr td { display: block; padding: 0.5rem 0; border: none; text-align: left !important; }
  .woocommerce-account .woocommerce-orders-table tbody tr td::before { content: attr(data-title) ": "; font-weight: 600; display: inline-block; margin-right: 0.5rem; }
  .woocommerce-account .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(50, 49, 45, 0.1); }
  .woocommerce-account .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions::before { display: none; } }

/*
==========================================
WooCommerce - Notices
==========================================
*/
.woocommerce-message, .woocommerce-error, .woocommerce-info { background-color: #EEEFF6; border-top: 3px solid #41436A; border-left: none; border-right: none; border-bottom: none; padding: 1rem 1.5rem; margin-bottom: 1.5rem; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.75rem; }
.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before { font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 1.2rem; position: static; color: #41436A; -ms-flex-negative: 0; flex-shrink: 0; width: 20px; text-align: center; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
.woocommerce-message.woocommerce-message::before, .woocommerce-error.woocommerce-message::before, .woocommerce-info.woocommerce-message::before { content: "\f00c"; }
.woocommerce-message.woocommerce-error::before, .woocommerce-error.woocommerce-error::before, .woocommerce-info.woocommerce-error::before { content: "\f071"; }
.woocommerce-message.woocommerce-info::before, .woocommerce-error.woocommerce-info::before, .woocommerce-info.woocommerce-info::before { content: "\f05a"; }
.woocommerce-message a, .woocommerce-error a, .woocommerce-info a { color: #41436A; font-weight: 500; text-decoration: underline; }
.woocommerce-message a:hover, .woocommerce-error a:hover, .woocommerce-info a:hover { text-decoration: none; }
.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button { background-color: transparent !important; margin-left: auto !important; }
.woocommerce-message .button:hover, .woocommerce-error .button:hover, .woocommerce-info .button:hover { background-color: #C80112 !important; }

.woocommerce-customer-details--phone { margin-bottom: 0 !important; }

.woocommerce-button.button.view { margin-right: 0.5rem !important; }

#place_order { background-color: #C80112 !important; color: #fefefe !important; border: none !important; padding: 1rem 2rem !important; font-size: 1rem !important; font-weight: 600 !important; text-transform: uppercase; border-radius: var(--border-radius-base); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; width: 100%; }
@media (min-width: 768px) { #place_order { width: auto; } }
#place_order:hover { background-color: #95010d !important; }

.woocommerce-notice--success.woocommerce-thankyou-order-received { background-color: #d4edda; border: 1px solid #c3e6cb; border-left: 4px solid #28a745; color: #155724; padding: 1.25rem 1.5rem; border-radius: var(--border-radius-base); margin-bottom: 2rem; font-size: 1.1rem; font-weight: 500; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.75rem; }
.woocommerce-notice--success.woocommerce-thankyou-order-received::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 1.25rem; color: #28a745; }

/*
==========================================
Navigation - Dropdown Menus
==========================================
*/
.dropdown-menu { border: 1px solid #e6e6e6; }

.dropdown-submenu { position: initial; }
.dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-left: 0rem; }
.dropdown-submenu:hover > .dropdown-menu { display: block; }

.categories-dropdown { position: relative; }
.categories-dropdown > .dropdown-menu { display: none; padding: 0; background-color: #EEEFF6; }
.categories-dropdown > .dropdown-menu > li { width: 100%; padding: 0; border-bottom: 1px solid rgba(50, 49, 45, 0.1); }
.categories-dropdown > .dropdown-menu > li:last-child { border-bottom: none; }
.categories-dropdown > .dropdown-menu > li > .dropdown-item { padding: 0.5rem 1rem; text-transform: uppercase; font-weight: 500; font-size: 0.85rem; }
.categories-dropdown > .dropdown-menu > li > .dropdown-item.dropdown-toggle::after { display: none; }
.categories-dropdown .dropdown-submenu > .dropdown-menu { background-color: #fefefe; }
.categories-dropdown .dropdown-submenu > .dropdown-menu .dropdown-menu-title { padding: 0.75rem 1rem; }
.categories-dropdown .dropdown-submenu > .dropdown-menu .dropdown-menu-title span { font-weight: 700; color: #C80112; font-size: 1.1rem; text-transform: uppercase; }
.categories-dropdown .dropdown-submenu > .dropdown-menu.dropdown-menu-columns { min-width: auto; width: auto; top: 0 !important; bottom: 0 !important; }
.categories-dropdown .dropdown-submenu > .dropdown-menu.dropdown-menu-columns .dropdown-menu-columns-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; height: calc(100% - 2.75rem); }
.categories-dropdown .dropdown-submenu > .dropdown-menu.dropdown-menu-columns .dropdown-menu-column { list-style: none; padding: 0; margin: 0; min-width: 220px; }
.categories-dropdown .dropdown-submenu > .dropdown-menu.dropdown-menu-columns .dropdown-menu-column:not(:last-child) { border-right: 1px solid rgba(50, 49, 45, 0.1); }
.categories-dropdown .dropdown-submenu > .dropdown-menu.dropdown-menu-columns .dropdown-menu-column li { width: 100%; padding: 0; }
.categories-dropdown .dropdown-submenu > .dropdown-menu.dropdown-menu-columns .dropdown-menu-column li .dropdown-item { padding: 0.25rem 1rem; }
.categories-dropdown .dropdown-submenu > .dropdown-menu.dropdown-menu-columns .dropdown-menu-column li .dropdown-item:hover, .categories-dropdown .dropdown-submenu > .dropdown-menu.dropdown-menu-columns .dropdown-menu-column li .dropdown-item:focus { background-color: transparent; }
.categories-dropdown:hover > .dropdown-menu { display: block; }

.header-cart { position: relative; display: inline-block; }

.mini-cart-dropdown { position: absolute; right: 0; top: 40px; width: 380px; background: #fefefe; border: 1px solid #eee; border-radius: var(--border-radius-base); padding: 15px; -webkit-box-shadow: 0 5px 20px rgba(50, 49, 45, 0.15); box-shadow: 0 5px 20px rgba(50, 49, 45, 0.15); z-index: 9999; }

.header-user-account { position: relative; display: inline-block; }

.user-account-dropdown { position: absolute; right: 0; top: 45px; width: 280px; background: #fefefe; border: 1px solid #eee; border-radius: var(--border-radius-base); -webkit-box-shadow: 0 5px 20px rgba(50, 49, 45, 0.15); box-shadow: 0 5px 20px rgba(50, 49, 45, 0.15); z-index: 9999; }

.user-dropdown-header { padding: 1rem 1.25rem; border-bottom: 1px solid #eee; background-color: #EEEFF6; border-radius: var(--border-radius-base) var(--border-radius-base) 0 0; }
.user-dropdown-header strong { font-size: 1rem; color: #32312D; }

.user-dropdown-menu { list-style: none; margin: 0; }
.user-dropdown-menu li { width: 100%; margin: 0; padding: 0; }
.user-dropdown-menu li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.75rem; padding: 0.75rem 1.25rem; color: #32312D; text-decoration: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.user-dropdown-menu li a:hover { background-color: rgba(200, 1, 18, 0.1); color: #C80112; }
.user-dropdown-menu li a i { width: 20px; text-align: center; font-size: 0.95rem; }

.user-dropdown-footer { padding: 0.75rem; border-top: 1px solid #eee; }
.user-dropdown-footer .btn-logout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.625rem 1rem; background-color: #C80112; color: #fefefe; border: none; border-radius: calc(var(--border-radius-base) - 2px); font-weight: 500; text-decoration: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.user-dropdown-footer .btn-logout:hover { background-color: #af0110; }

.user-dropdown-login { padding: 1.5rem 1.25rem; text-align: center; }
.user-dropdown-login p { margin-bottom: 1rem; color: #666; font-size: 0.95rem; }
.user-dropdown-login .btn-login { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 0.5rem; padding: 0.625rem 1.5rem; background-color: #C80112; color: #fefefe; border: none; border-radius: calc(var(--border-radius-base) - 2px); font-weight: 500; text-decoration: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.user-dropdown-login .btn-login:hover { background-color: #af0110; }

/*
==========================================
WooCommerce - Privacy Policy Text
==========================================
*/
.woocommerce-privacy-policy-text { font-size: 0.75rem; }

/*
==========================================
Search Form - Universal Styling
==========================================
*/
.search-form { width: 100%; }
.search-form .search-input-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; border: 1px solid #ddd; border-radius: 25px; background: #fefefe; overflow: hidden; -webkit-transition: border-color 0.2s ease; transition: border-color 0.2s ease; }
.search-form .search-input-wrapper:focus-within { border-color: #C80112; }
.search-form .search-input-wrapper .search-field { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border: none; padding: 0.625rem 1rem; padding-right: 3rem; background: transparent; font-size: 0.95rem; }
.search-form .search-input-wrapper .search-field:focus { outline: none; }
.search-form .search-input-wrapper .search-field::-webkit-input-placeholder { color: #999; }
.search-form .search-input-wrapper .search-field:-ms-input-placeholder { color: #999; }
.search-form .search-input-wrapper .search-field::-ms-input-placeholder { color: #999; }
.search-form .search-input-wrapper .search-field::placeholder { color: #999; }
.search-form .search-input-wrapper .search-submit { position: absolute; right: 0; top: 0; bottom: 0; background: transparent; border: none; padding: 0 1rem; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.search-form .search-input-wrapper .search-submit i { color: #C80112; font-size: 1.25rem; }
.search-form .search-input-wrapper .search-submit:hover { -webkit-transform: scale(1.1); transform: scale(1.1); }
.search-form .search-input-wrapper .search-submit:hover i { color: #95010d; }
.search-form .search-input-wrapper .search-submit:focus { outline: none; }

/*
==========================================
Search Results Page
==========================================
*/
.search-results-header h1 { font-size: 1.75rem; }
@media (max-width: 768px) { .search-results-header h1 { font-size: 1.5rem; } }

.search-results-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 576px) { .search-results-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .search-results-grid { grid-template-columns: repeat(4, 1fr); } }

.search-result-item { background-color: #fefefe; border: 1px solid rgba(50, 49, 45, 0.05); border-radius: var(--border-radius-base); -webkit-box-shadow: 0 2px 15px rgba(50, 49, 45, 0.07); box-shadow: 0 2px 15px rgba(50, 49, 45, 0.07); overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.search-result-item:hover { -webkit-box-shadow: 0 4px 25px rgba(50, 49, 45, 0.12); box-shadow: 0 4px 25px rgba(50, 49, 45, 0.12); }
.search-result-item .search-result-image img { width: 100%; height: 180px; -o-object-fit: cover; object-fit: cover; }
.search-result-item .search-result-content { padding: 1rem; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.search-result-item .search-result-content h3 { font-size: 1rem; }
.search-result-item .search-result-content h3 a { -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.search-result-item .search-result-content h3 a:hover { color: #C80112 !important; }
.search-result-item .search-result-content .search-result-excerpt { color: #666; line-height: 1.5; font-size: 0.875rem; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.search-result-item .search-result-content .search-result-excerpt p { margin-bottom: 0; }
.search-result-item .search-result-content .button-secondary { -ms-flex-item-align: start; align-self: flex-start; margin-top: auto; }

.search-no-results { padding: 2rem 0; }
.search-no-results i.fa-search { opacity: 0.3; }

/*
==========================================
Pagination
==========================================
*/
.pagination-wrapper .pagination { gap: 0.25rem; }
.pagination-wrapper .pagination .page-item .page-link { border: 1px solid rgba(50, 49, 45, 0.1); border-radius: var(--border-radius-base); color: #32312D; padding: 0.5rem 0.875rem; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.pagination-wrapper .pagination .page-item .page-link:hover { background-color: #EEEFF6; border-color: rgba(50, 49, 45, 0.15); }
.pagination-wrapper .pagination .page-item.active .page-link { background-color: #C80112; border-color: #C80112; color: #fefefe; }

/*
==========================================
Contact Page
==========================================
*/
.contact-page-header .page-title { margin-bottom: 1rem; }
.contact-page-header .page-intro { font-size: 1.1rem; color: #666; max-width: 700px; }
.contact-page-header .page-intro p:last-child { margin-bottom: 0; }

.contact-form-wrapper { background-color: #fefefe; border: 1px solid rgba(50, 49, 45, 0.1); border-radius: var(--border-radius-base); padding: 2rem; }
.contact-form-wrapper .wpcf7-form label { font-weight: 500; margin-bottom: 0.5rem; display: block; }
.contact-form-wrapper .wpcf7-form input[type="text"], .contact-form-wrapper .wpcf7-form input[type="email"], .contact-form-wrapper .wpcf7-form input[type="tel"], .contact-form-wrapper .wpcf7-form textarea, .contact-form-wrapper .wpcf7-form select { width: 100%; padding: 0.75rem 1rem; border: 1px solid #ddd; border-radius: var(--border-radius-base); font-size: 1rem; -webkit-transition: border-color 0.2s ease; transition: border-color 0.2s ease; background-color: #fefefe; }
.contact-form-wrapper .wpcf7-form input[type="text"]:focus, .contact-form-wrapper .wpcf7-form input[type="email"]:focus, .contact-form-wrapper .wpcf7-form input[type="tel"]:focus, .contact-form-wrapper .wpcf7-form textarea:focus, .contact-form-wrapper .wpcf7-form select:focus { outline: none; border-color: #C80112; }
.contact-form-wrapper .wpcf7-form textarea { min-height: 150px; resize: vertical; }
.contact-form-wrapper .wpcf7-form input[type="submit"] { background-color: #C80112; color: #fefefe; border: none; padding: 0.75rem 2rem; border-radius: var(--border-radius-base); font-size: 1rem; font-weight: 500; cursor: pointer; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }
.contact-form-wrapper .wpcf7-form input[type="submit"]:hover { background-color: #95010d; }
.contact-form-wrapper .wpcf7-form .wpcf7-not-valid-tip { color: #C80112; font-size: 0.875rem; margin-top: 0.25rem; }
.contact-form-wrapper .wpcf7-form .wpcf7-response-output { margin: 1rem 0 0; padding: 1rem; border-radius: var(--border-radius-base); }

.contact-info-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.5rem; }

.contact-info-block { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 1rem; padding: 1.5rem; background-color: #EEEFF6; border-radius: var(--border-radius-base); }
.contact-info-block .contact-info-icon { -ms-flex-negative: 0; flex-shrink: 0; width: 50px; height: 50px; background-color: #C80112; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.contact-info-block .contact-info-icon i { color: #fefefe; font-size: 1.25rem; }
.contact-info-block .contact-info-content h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; color: #32312D; }
.contact-info-block .contact-info-content address { font-style: normal; line-height: 1.6; color: #666; margin-bottom: 0; }
.contact-info-block .contact-info-content address strong { color: #32312D; }
.contact-info-block .contact-info-content .contact-link { color: #C80112; font-size: 1.1rem; font-weight: 500; text-decoration: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.contact-info-block .contact-info-content .contact-link:hover { text-decoration: underline; }
