/*
 * Chromium static dark theme
 *
 * This file is derived from the live computed output of the original
 * WP Dark Mode runtime on r28customgarage.co.uk.
 *
 * It is intentionally incomplete in this first pass. The goal is to
 * extract validated dark surfaces section-by-section instead of guessing.
 *
 * Activation is controlled in theme functions via:
 * CHROMIUM_ENABLE_STATIC_DARK_THEME
 */

html.chromium-static-dark,
body.chromium-static-dark {
	background: #242525;
	color: #e5e0d8;
}

html.chromium-static-dark body,
body.chromium-static-dark {
	background: #242525;
	color: #aba396;
}

html.chromium-static-dark #page,
body.chromium-static-dark #page,
html.chromium-static-dark .site,
body.chromium-static-dark .site {
	background: #282a2a;
	color: #aba396;
}

html.chromium-static-dark .site-header,
body.chromium-static-dark .site-header,
html.chromium-static-dark .site-content,
body.chromium-static-dark .site-content,
html.chromium-static-dark .site-footer,
body.chromium-static-dark .site-footer {
	color: #aba396;
}

html.chromium-static-dark h1,
html.chromium-static-dark h2,
html.chromium-static-dark h3,
html.chromium-static-dark h4,
html.chromium-static-dark h5,
html.chromium-static-dark h6,
body.chromium-static-dark h1,
body.chromium-static-dark h2,
body.chromium-static-dark h3,
body.chromium-static-dark h4,
body.chromium-static-dark h5,
body.chromium-static-dark h6 {
	color: #e5e0d8;
}

html.chromium-static-dark a,
body.chromium-static-dark a {
	color: #e5e0d8;
}

html.chromium-static-dark .page-id-701 .elementor-tab-title:not(.elementor-active),
body.chromium-static-dark .page-id-701 .elementor-tab-title:not(.elementor-active) {
	background: rgba(49, 51, 50, 0.5);
	color: #e5e0d8 !important;
}

html.chromium-static-dark .page-id-701 .elementor-tab-title.elementor-active,
body.chromium-static-dark .page-id-701 .elementor-tab-title.elementor-active {
	background: #313332;
	color: #e5e0d8 !important;
	border-top-color: #3e4f84 !important;
	border-left-color: #3e4f84 !important;
	border-right-color: #3e4f84 !important;
}

html.chromium-static-dark .page-id-701 .elementor-tab-content,
body.chromium-static-dark .page-id-701 .elementor-tab-content {
	background: #313332;
	color: #9d9385;
}

html.chromium-static-dark .page-id-701 .woof_redraw_zone,
body.chromium-static-dark .page-id-701 .woof_redraw_zone {
	color: #9d9385;
}

html.chromium-static-dark .page-id-701 .woof .chosen-container-single .chosen-single,
body.chromium-static-dark .page-id-701 .woof .chosen-container-single .chosen-single,
html.chromium-static-dark .page-id-701 .woof .chosen-drop,
body.chromium-static-dark .page-id-701 .woof .chosen-drop,
html.chromium-static-dark .page-id-701 .woof .chosen-search input[type="text"],
body.chromium-static-dark .page-id-701 .woof .chosen-search input[type="text"] {
	background: #242525;
	color: #9d9385;
	border-color: #9d9385;
}

html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container {
	border-right-color: #3f4242 !important;
	color: #9d9385;
}

html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single,
html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-active.chosen-with-drop .chosen-single,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-active.chosen-with-drop .chosen-single {
	background: #242525 !important;
	color: #bdb5aa !important;
	border-color: #bdb5aa !important;
	box-shadow: inset 0 0 3px #242525, 0 1px 1px rgba(13, 13, 13, 0.1) !important;
}

html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single:before,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single:before {
	color: #e5e0d8 !important;
	border-right-color: #424546 !important;
}

html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single span,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single span,
html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single div b,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single div b {
	color: #bdb5aa !important;
}

html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container .chosen-drop,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container .chosen-drop,
html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container .chosen-results,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-container .chosen-results {
	background: #242525 !important;
	color: #9d9385 !important;
	border-color: #9d9385 !important;
	box-shadow: none !important;
	scrollbar-color: auto !important;
}

html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-search input[type="text"],
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-search input[type="text"] {
	background: transparent !important;
	color: #b2ab9e !important;
	border-color: #515455 !important;
	caret-color: #b2ab9e !important;
	box-shadow: none !important;
}

html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-results li,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-results li {
	background: transparent !important;
	color: #bdb5aa !important;
	border-bottom-color: transparent !important;
}

html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-results li.highlighted,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-results li.highlighted,
html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-results li.result-selected,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-results li.result-selected {
	background: #46538a !important;
	color: #e5e0d8 !important;
}

html.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-results li.result-selected,
body.chromium-static-dark .page-id-701 .home-hero-search .woof_sid_home_page .chosen-results li.result-selected {
	background: transparent !important;
	color: #bdb5aa !important;
}

html.chromium-static-dark .page-id-701 .woof .chosen-container-active.chosen-with-drop .chosen-single,
body.chromium-static-dark .page-id-701 .woof .chosen-container-active.chosen-with-drop .chosen-single,
html.chromium-static-dark .page-id-701 .woof .chosen-container .chosen-drop,
body.chromium-static-dark .page-id-701 .woof .chosen-container .chosen-drop,
html.chromium-static-dark .page-id-701 .woof .chosen-results,
body.chromium-static-dark .page-id-701 .woof .chosen-results {
	background: #242525 !important;
	border-color: #4d4d4d !important;
	box-shadow: none !important;
}

html.chromium-static-dark .page-id-701 .woof .chosen-container-single .chosen-single,
body.chromium-static-dark .page-id-701 .woof .chosen-container-single .chosen-single {
	box-shadow: inset 0 0 3px #242525, 0 1px 1px rgba(13, 13, 13, 0.1);
}

html.chromium-static-dark .page-id-701 .woof .chosen-container-single .chosen-single span,
body.chromium-static-dark .page-id-701 .woof .chosen-container-single .chosen-single span,
html.chromium-static-dark .page-id-701 .woof .chosen-container-single .chosen-single div b,
body.chromium-static-dark .page-id-701 .woof .chosen-container-single .chosen-single div b,
html.chromium-static-dark .page-id-701 .woof .chosen-search input[type="text"],
body.chromium-static-dark .page-id-701 .woof .chosen-search input[type="text"] {
	color: #bdb5aa !important;
}

html.chromium-static-dark .page-id-701 .woof .chosen-results li,
body.chromium-static-dark .page-id-701 .woof .chosen-results li {
	color: #bdb5aa;
	background: #242525 !important;
	border-bottom: 1px solid rgba(157, 147, 133, 0.15);
}

html.chromium-static-dark .page-id-701 .woof .chosen-results li.highlighted,
body.chromium-static-dark .page-id-701 .woof .chosen-results li.highlighted,
html.chromium-static-dark .page-id-701 .woof .chosen-results li.result-selected,
body.chromium-static-dark .page-id-701 .woof .chosen-results li.result-selected {
	background: #46538a;
	color: #e5e0d8;
}

html.chromium-static-dark .page-id-701 .woof_submit_search_form_container button,
body.chromium-static-dark .page-id-701 .woof_submit_search_form_container button {
	background: #2a608f;
	color: #e5e0d8;
	border-color: #2a608f;
}

html.chromium-static-dark .page-id-701 .woof_submit_search_form_container button:hover,
body.chromium-static-dark .page-id-701 .woof_submit_search_form_container button:hover,
html.chromium-static-dark .page-id-701 .woof_submit_search_form_container button:focus,
body.chromium-static-dark .page-id-701 .woof_submit_search_form_container button:focus {
	background: #314f86;
	color: #e5e0d8;
	border-color: #314f86;
}

html.chromium-static-dark .mega-menu-wrap .mega-sub-menu,
body.chromium-static-dark .mega-menu-wrap .mega-sub-menu,
html.chromium-static-dark .mega-menu-wrap .mega-sub-menu .mega-sub-menu,
body.chromium-static-dark .mega-menu-wrap .mega-sub-menu .mega-sub-menu,
html.chromium-static-dark .mega-menu-wrap .mega-sub-menu li,
body.chromium-static-dark .mega-menu-wrap .mega-sub-menu li {
	background: #242525 !important;
}

html.chromium-static-dark .mega-menu-wrap .mega-sub-menu a.mega-menu-link,
body.chromium-static-dark .mega-menu-wrap .mega-sub-menu a.mega-menu-link {
	background: transparent !important;
	color: #e5e0d8 !important;
	border-color: #4d4d4d !important;
}

html.chromium-static-dark .mega-menu-wrap .mega-sub-menu a.mega-menu-link:hover,
body.chromium-static-dark .mega-menu-wrap .mega-sub-menu a.mega-menu-link:hover,
html.chromium-static-dark .mega-menu-wrap .mega-sub-menu a.mega-menu-link:focus,
body.chromium-static-dark .mega-menu-wrap .mega-sub-menu a.mega-menu-link:focus,
html.chromium-static-dark .mega-menu-wrap .mega-sub-menu .mega-current-menu-item > a.mega-menu-link,
body.chromium-static-dark .mega-menu-wrap .mega-sub-menu .mega-current-menu-item > a.mega-menu-link {
	background: #313332 !important;
	color: #e5e0d8 !important;
}

html.chromium-static-dark .page-id-701 .elementor-widget-image-box .elementor-widget-container,
body.chromium-static-dark .page-id-701 .elementor-widget-image-box .elementor-widget-container {
	background: #242525;
	color: #aba396;
}

html.chromium-static-dark .page-id-701 .elementor-widget-image-box .elementor-image-box-title,
body.chromium-static-dark .page-id-701 .elementor-widget-image-box .elementor-image-box-title {
	color: #d1cbc2 !important;
}

html.chromium-static-dark .page-id-701 .elementor-element.elementor-element-f261e55 .elementor-heading-title,
body.chromium-static-dark .page-id-701 .elementor-element.elementor-element-f261e55 .elementor-heading-title {
	color: #d1cbc2 !important;
}

html.chromium-static-dark .page-id-701 .elementor-element-97a6d33 .elementor-heading-title,
body.chromium-static-dark .page-id-701 .elementor-element-97a6d33 .elementor-heading-title,
html.chromium-static-dark .page-id-701 .elementor-element.elementor-element-b155176 .elementor-heading-title,
body.chromium-static-dark .page-id-701 .elementor-element.elementor-element-b155176 .elementor-heading-title,
html.chromium-static-dark .page-id-701 .shortcode-title,
body.chromium-static-dark .page-id-701 .shortcode-title {
	color: #e5e0d8 !important;
}

html.chromium-static-dark .page-id-701 .elementor-element.elementor-element-e252305,
body.chromium-static-dark .page-id-701 .elementor-element.elementor-element-e252305,
html.chromium-static-dark .widget.widget_tz_shopping_cart .heading,
body.chromium-static-dark .widget.widget_tz_shopping_cart .heading {
	background: #2a608f !important;
	color: #e5e0d8 !important;
}

html.chromium-static-dark .page-id-701 .latest_products h3,
body.chromium-static-dark .page-id-701 .latest_products h3,
html.chromium-static-dark .page-id-701 .latest_products .woocommerce-loop-product__title,
body.chromium-static-dark .page-id-701 .latest_products .woocommerce-loop-product__title,
html.chromium-static-dark .page-id-701 .products .product h2,
body.chromium-static-dark .page-id-701 .products .product h2 {
	color: #e5e0d8 !important;
}

html.chromium-static-dark .page-id-701 .latest_products .product,
body.chromium-static-dark .page-id-701 .latest_products .product,
html.chromium-static-dark .page-id-701 .products .product,
body.chromium-static-dark .page-id-701 .products .product {
	color: #aba396;
	background: #242525 !important;
}

html.chromium-static-dark .page-id-701 .latest_products .product .inner-wrapper,
body.chromium-static-dark .page-id-701 .latest_products .product .inner-wrapper,
html.chromium-static-dark .page-id-701 .products .product .inner-wrapper,
body.chromium-static-dark .page-id-701 .products .product .inner-wrapper,
html.chromium-static-dark .page-id-701 .latest_products .product .woocommerce-LoopProduct-link,
body.chromium-static-dark .page-id-701 .latest_products .product .woocommerce-LoopProduct-link,
html.chromium-static-dark .page-id-701 .products .product .woocommerce-LoopProduct-link,
body.chromium-static-dark .page-id-701 .products .product .woocommerce-LoopProduct-link,
html.chromium-static-dark .page-id-701 .latest_products .owl-item,
body.chromium-static-dark .page-id-701 .latest_products .owl-item,
html.chromium-static-dark .page-id-701 .products .owl-item,
body.chromium-static-dark .page-id-701 .products .owl-item,
html.chromium-static-dark .page-id-701 .latest_products .product .excerpt-wrapper,
body.chromium-static-dark .page-id-701 .latest_products .product .excerpt-wrapper,
html.chromium-static-dark .page-id-701 .products .product .excerpt-wrapper,
body.chromium-static-dark .page-id-701 .products .product .excerpt-wrapper,
html.chromium-static-dark .page-id-701 .latest_products .product .img-wrapper,
body.chromium-static-dark .page-id-701 .latest_products .product .img-wrapper,
html.chromium-static-dark .page-id-701 .products .product .img-wrapper,
body.chromium-static-dark .page-id-701 .products .product .img-wrapper,
html.chromium-static-dark .page-id-701 .latest_products .product .item-content,
body.chromium-static-dark .page-id-701 .latest_products .product .item-content,
html.chromium-static-dark .page-id-701 .products .product .item-content,
body.chromium-static-dark .page-id-701 .products .product .item-content,
html.chromium-static-dark .page-id-701 .latest_products .product .woocommerce-loop-product__link,
body.chromium-static-dark .page-id-701 .latest_products .product .woocommerce-loop-product__link,
html.chromium-static-dark .page-id-701 .products .product .woocommerce-loop-product__link,
body.chromium-static-dark .page-id-701 .products .product .woocommerce-loop-product__link {
	background: #242525 !important;
}

html.chromium-static-dark .page-id-701 .latest_products .owl-nav button,
body.chromium-static-dark .page-id-701 .latest_products .owl-nav button,
html.chromium-static-dark .page-id-701 .products .owl-nav button,
body.chromium-static-dark .page-id-701 .products .owl-nav button {
	background: transparent !important;
	border-color: rgba(229, 224, 216, 0.25) !important;
	color: #e5e0d8 !important;
}

html.chromium-static-dark .page-id-701 .latest_products .owl-nav button:hover,
body.chromium-static-dark .page-id-701 .latest_products .owl-nav button:hover,
html.chromium-static-dark .page-id-701 .products .owl-nav button:hover,
body.chromium-static-dark .page-id-701 .products .owl-nav button:hover {
	background: rgba(49, 51, 50, 0.45) !important;
	border-color: rgba(229, 224, 216, 0.45) !important;
}

html.chromium-static-dark .page-id-701 .elementor-button,
body.chromium-static-dark .page-id-701 .elementor-button {
	background: #2a608f !important;
	color: #e5e0d8 !important;
	border-color: #2a608f !important;
	box-shadow: none;
}

html.chromium-static-dark .page-id-701 .elementor-button:hover,
body.chromium-static-dark .page-id-701 .elementor-button:hover,
html.chromium-static-dark .page-id-701 .elementor-button:focus,
body.chromium-static-dark .page-id-701 .elementor-button:focus {
	background: #314f86 !important;
	color: #e5e0d8 !important;
	border-color: #314f86 !important;
}

html.chromium-static-dark .page-id-701 .elementor-element-1fda3bb7 .elementor-button,
body.chromium-static-dark .page-id-701 .elementor-element-1fda3bb7 .elementor-button,
html.chromium-static-dark .page-id-701 .elementor-element-12be221 .elementor-button,
body.chromium-static-dark .page-id-701 .elementor-element-12be221 .elementor-button {
	background: #2a608f !important;
	color: #e5e0d8 !important;
	border-color: #2a608f !important;
}

html.chromium-static-dark .page-id-701 .latest_products .product .price,
body.chromium-static-dark .page-id-701 .latest_products .product .price,
html.chromium-static-dark .page-id-701 .latest_products .product .reviews-wrapper,
body.chromium-static-dark .page-id-701 .latest_products .product .reviews-wrapper,
html.chromium-static-dark .page-id-701 .products .product .price,
body.chromium-static-dark .page-id-701 .products .product .price,
html.chromium-static-dark .page-id-701 .products .product .reviews-wrapper,
body.chromium-static-dark .page-id-701 .products .product .reviews-wrapper {
	color: #c6bfb4 !important;
}

html.chromium-static-dark .twb_wc_reviews_slide_wrap,
body.chromium-static-dark .twb_wc_reviews_slide_wrap {
	background: #272828 !important;
	color: #a9a193;
}

html.chromium-static-dark .single-product .summary.entry-summary,
body.chromium-static-dark .single-product .summary.entry-summary,
html.chromium-static-dark .single-product .single-product-meta-wrapper,
body.chromium-static-dark .single-product .single-product-meta-wrapper,
html.chromium-static-dark .single-product .product-images-wrapper,
body.chromium-static-dark .single-product .product-images-wrapper,
html.chromium-static-dark .single-product .woocommerce-product-gallery,
body.chromium-static-dark .single-product .woocommerce-product-gallery,
html.chromium-static-dark .single-product .product-shares-wrapper,
body.chromium-static-dark .single-product .product-shares-wrapper,
html.chromium-static-dark .single-product .product-shares,
body.chromium-static-dark .single-product .product-shares,
html.chromium-static-dark .single-product .share-wrapper,
body.chromium-static-dark .single-product .share-wrapper,
html.chromium-static-dark .single-product .share-product,
body.chromium-static-dark .single-product .share-product,
html.chromium-static-dark .single-product .product-share-wrap,
body.chromium-static-dark .single-product .product-share-wrap,
html.chromium-static-dark .single-product .single-share,
body.chromium-static-dark .single-product .single-share,
html.chromium-static-dark .single-product .yith-wcwl-add-to-wishlist,
body.chromium-static-dark .single-product .yith-wcwl-add-to-wishlist {
	background: #242525 !important;
	color: #aba396;
	border-color: #4d4d4d !important;
}

html.chromium-static-dark .single-product .woocommerce-breadcrumb,
body.chromium-static-dark .single-product .woocommerce-breadcrumb,
html.chromium-static-dark .single-product .product_meta,
body.chromium-static-dark .single-product .product_meta,
html.chromium-static-dark .single-product form.cart .quantity input,
body.chromium-static-dark .single-product form.cart .quantity input,
html.chromium-static-dark .single-product form.cart .quantity,
body.chromium-static-dark .single-product form.cart .quantity,
html.chromium-static-dark .single-product .woocommerce-Reviews input,
body.chromium-static-dark .single-product .woocommerce-Reviews input,
html.chromium-static-dark .single-product .woocommerce-Reviews textarea,
body.chromium-static-dark .single-product .woocommerce-Reviews textarea,
html.chromium-static-dark .single-product #review_form_wrapper,
body.chromium-static-dark .single-product #review_form_wrapper,
html.chromium-static-dark .single-product #respond,
body.chromium-static-dark .single-product #respond,
html.chromium-static-dark .single-product .comment-respond,
body.chromium-static-dark .single-product .comment-respond {
	color: #aba396;
}

html.chromium-static-dark .single-product form.cart .quantity input,
body.chromium-static-dark .single-product form.cart .quantity input,
html.chromium-static-dark .single-product form.cart .quantity,
body.chromium-static-dark .single-product form.cart .quantity {
	background: #222222;
	color: #f0f0f0;
	border-color: #f0f0f0;
}

html.chromium-static-dark .single-product #review_form_wrapper,
body.chromium-static-dark .single-product #review_form_wrapper,
html.chromium-static-dark .single-product #respond,
body.chromium-static-dark .single-product #respond,
html.chromium-static-dark .single-product .comment-respond,
body.chromium-static-dark .single-product .comment-respond,
html.chromium-static-dark .single-product .woocommerce-Reviews input,
body.chromium-static-dark .single-product .woocommerce-Reviews input,
html.chromium-static-dark .single-product .woocommerce-Reviews textarea,
body.chromium-static-dark .single-product .woocommerce-Reviews textarea {
	background: #242525 !important;
	color: #aba396 !important;
	border-color: #4d4d4d !important;
}

html.chromium-static-dark .single-product .woocommerce-Reviews textarea,
body.chromium-static-dark .single-product .woocommerce-Reviews textarea,
html.chromium-static-dark .single-product .woocommerce-Reviews input[type="text"],
body.chromium-static-dark .single-product .woocommerce-Reviews input[type="text"],
html.chromium-static-dark .single-product .woocommerce-Reviews input[type="email"],
body.chromium-static-dark .single-product .woocommerce-Reviews input[type="email"],
html.chromium-static-dark .single-product .woocommerce-Reviews select,
body.chromium-static-dark .single-product .woocommerce-Reviews select {
	background: #222222 !important;
	color: #f0f0f0 !important;
	border-color: #4d4d4d !important;
}

html.chromium-static-dark .single-product .product_title,
body.chromium-static-dark .single-product .product_title,
html.chromium-static-dark .single-product .summary.entry-summary .price,
body.chromium-static-dark .single-product .summary.entry-summary .price,
html.chromium-static-dark .single-product .woocommerce-Reviews-title,
body.chromium-static-dark .single-product .woocommerce-Reviews-title {
	color: #e5e0d8 !important;
}

html.chromium-static-dark .single-product form.cart .single_add_to_cart_button,
body.chromium-static-dark .single-product form.cart .single_add_to_cart_button {
	background: transparent;
	color: #aba396;
	border-color: #aba396;
}

html.chromium-static-dark .archive .page-title,
body.chromium-static-dark .archive .page-title,
html.chromium-static-dark .archive .woocommerce-products-header__title,
body.chromium-static-dark .archive .woocommerce-products-header__title,
html.chromium-static-dark .post-type-archive-product .page-title,
body.chromium-static-dark .post-type-archive-product .page-title {
	color: #e5e0d8;
}

html.chromium-static-dark .archive .products .product,
body.chromium-static-dark .archive .products .product,
html.chromium-static-dark .post-type-archive-product .products .product,
body.chromium-static-dark .post-type-archive-product .products .product {
	color: #aba396;
	background: #242525 !important;
}

html.chromium-static-dark .archive .products .product h2,
body.chromium-static-dark .archive .products .product h2,
html.chromium-static-dark .post-type-archive-product .products .product h2,
body.chromium-static-dark .post-type-archive-product .products .product h2 {
	color: #e5e0d8 !important;
}

html.chromium-static-dark .archive .products .product .inner-wrapper,
body.chromium-static-dark .archive .products .product .inner-wrapper,
html.chromium-static-dark .archive .products .product .excerpt-wrapper,
body.chromium-static-dark .archive .products .product .excerpt-wrapper,
html.chromium-static-dark .archive .products .product .img-wrapper,
body.chromium-static-dark .archive .products .product .img-wrapper,
html.chromium-static-dark .post-type-archive-product .products .product .inner-wrapper,
body.chromium-static-dark .post-type-archive-product .products .product .inner-wrapper,
html.chromium-static-dark .post-type-archive-product .products .product .excerpt-wrapper,
body.chromium-static-dark .post-type-archive-product .products .product .excerpt-wrapper,
html.chromium-static-dark .post-type-archive-product .products .product .img-wrapper,
body.chromium-static-dark .post-type-archive-product .products .product .img-wrapper,
html.chromium-static-dark .single-product .related .product,
body.chromium-static-dark .single-product .related .product,
html.chromium-static-dark .single-product .related .product .inner-wrapper,
body.chromium-static-dark .single-product .related .product .inner-wrapper,
html.chromium-static-dark .single-product .related .product .excerpt-wrapper,
body.chromium-static-dark .single-product .related .product .excerpt-wrapper,
html.chromium-static-dark .single-product .related .product .img-wrapper,
body.chromium-static-dark .single-product .related .product .img-wrapper,
html.chromium-static-dark .single-product .related .product .item-content,
body.chromium-static-dark .single-product .related .product .item-content {
	background: #242525 !important;
}

html.chromium-static-dark .cmplz-manage-consent,
body.chromium-static-dark .cmplz-manage-consent,
html.chromium-static-dark .cmplz-box,
body.chromium-static-dark .cmplz-box,
html.chromium-static-dark .cmplz-modal,
body.chromium-static-dark .cmplz-modal,
html.chromium-static-dark .cmplz-banner,
body.chromium-static-dark .cmplz-banner {
	background: #242525 !important;
	color: #aba396 !important;
	border-color: #4d4d4d !important;
}

html.chromium-static-dark .cmplz-box .cmplz-btn,
body.chromium-static-dark .cmplz-box .cmplz-btn,
html.chromium-static-dark .cmplz-banner .cmplz-btn,
body.chromium-static-dark .cmplz-banner .cmplz-btn {
	background: #242525 !important;
	color: #e5e0d8 !important;
	border-color: #4d4d4d !important;
}

html.chromium-static-dark .cmplz-box .cmplz-btn.cmplz-accept,
body.chromium-static-dark .cmplz-box .cmplz-btn.cmplz-accept,
html.chromium-static-dark .cmplz-banner .cmplz-btn.cmplz-accept,
body.chromium-static-dark .cmplz-banner .cmplz-btn.cmplz-accept {
	background: #326fa3 !important;
	color: #e5e0d8 !important;
	border-color: #326fa3 !important;
}

html.chromium-static-dark .archive .products .product .price,
body.chromium-static-dark .archive .products .product .price,
html.chromium-static-dark .archive .products .product .reviews-wrapper,
body.chromium-static-dark .archive .products .product .reviews-wrapper,
html.chromium-static-dark .post-type-archive-product .products .product .price,
body.chromium-static-dark .post-type-archive-product .products .product .price,
html.chromium-static-dark .post-type-archive-product .products .product .reviews-wrapper,
body.chromium-static-dark .post-type-archive-product .products .product .reviews-wrapper {
	color: #c6bfb4;
}

html.chromium-static-dark .products .product .excerpt-wrapper .r28-loop-out-of-stock,
body.chromium-static-dark .products .product .excerpt-wrapper .r28-loop-out-of-stock,
html.chromium-static-dark .latest_products .product .excerpt-wrapper .r28-loop-out-of-stock,
body.chromium-static-dark .latest_products .product .excerpt-wrapper .r28-loop-out-of-stock {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin: 10px 0 0;
	padding: 6px 10px;
	color: #dff0ff !important;
	background: rgba(47, 143, 211, 0.14) !important;
	border: 1px solid rgba(47, 143, 211, 0.46) !important;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
}

html.chromium-static-dark .archive .woocommerce-ordering select,
body.chromium-static-dark .archive .woocommerce-ordering select,
html.chromium-static-dark .post-type-archive-product .woocommerce-ordering select,
body.chromium-static-dark .post-type-archive-product .woocommerce-ordering select {
	background: #222222;
	color: #f0f0f0;
	border-color: #f0f0f0;
}

html.chromium-static-dark .archive .products .product .star-rating + span,
body.chromium-static-dark .archive .products .product .star-rating + span,
html.chromium-static-dark .post-type-archive-product .products .product .star-rating + span,
body.chromium-static-dark .post-type-archive-product .products .product .star-rating + span {
	color: #c6bfb4;
}

html.chromium-static-dark .widget_tz_shopping_cart .widget_shopping_cart_content,
body.chromium-static-dark .widget_tz_shopping_cart .widget_shopping_cart_content,
html.chromium-static-dark #sidebar-shop .widget,
body.chromium-static-dark #sidebar-shop .widget,
html.chromium-static-dark .site-sidebar.style-2 .widget,
body.chromium-static-dark .site-sidebar.style-2 .widget {
	background: #242525 !important;
	color: #aba396 !important;
	border-color: #4d4d4d !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .widget_shopping_cart_content h1,
html.chromium-static-dark .widget_tz_shopping_cart .widget_shopping_cart_content h2,
html.chromium-static-dark .widget_tz_shopping_cart .widget_shopping_cart_content h3,
html.chromium-static-dark #sidebar-shop .widget-title,
html.chromium-static-dark #sidebar-shop .widget-title span,
html.chromium-static-dark #sidebar-shop .widget a,
body.chromium-static-dark .widget_tz_shopping_cart .widget_shopping_cart_content h1,
body.chromium-static-dark .widget_tz_shopping_cart .widget_shopping_cart_content h2,
body.chromium-static-dark .widget_tz_shopping_cart .widget_shopping_cart_content h3,
body.chromium-static-dark #sidebar-shop .widget-title,
body.chromium-static-dark #sidebar-shop .widget-title span,
body.chromium-static-dark #sidebar-shop .widget a {
	color: #e5e0d8 !important;
}

html.chromium-static-dark body.woocommerce-cart article.page,
html.chromium-static-dark body.woocommerce-checkout article.page,
body.chromium-static-dark.woocommerce-cart article.page,
body.chromium-static-dark.woocommerce-checkout article.page,
html.chromium-static-dark body.woocommerce-cart .entry-content,
html.chromium-static-dark body.woocommerce-checkout .entry-content,
body.chromium-static-dark.woocommerce-cart .entry-content,
body.chromium-static-dark.woocommerce-checkout .entry-content {
	background: #242525 !important;
	color: #aba396 !important;
}

html.chromium-static-dark body.woocommerce-cart .entry-title,
html.chromium-static-dark body.woocommerce-checkout .entry-title,
body.chromium-static-dark.woocommerce-cart .entry-title,
body.chromium-static-dark.woocommerce-checkout .entry-title {
	color: #e5e0d8 !important;
}

html.chromium-static-dark .woocommerce .woocommerce-info,
body.chromium-static-dark .woocommerce .woocommerce-info,
html.chromium-static-dark .woocommerce .woocommerce-message,
body.chromium-static-dark .woocommerce .woocommerce-message,
html.chromium-static-dark .woocommerce .woocommerce-error,
body.chromium-static-dark .woocommerce .woocommerce-error {
	background: #313332 !important;
	color: #aba396 !important;
	border-color: #4d4d4d !important;
}

html.chromium-static-dark .woocommerce table.shop_table,
body.chromium-static-dark .woocommerce table.shop_table,
html.chromium-static-dark .woocommerce-cart .cart_totals,
body.chromium-static-dark .woocommerce-cart .cart_totals,
html.chromium-static-dark .woocommerce-checkout #order_review,
body.chromium-static-dark .woocommerce-checkout #order_review,
html.chromium-static-dark .woocommerce-checkout .woocommerce-billing-fields,
body.chromium-static-dark .woocommerce-checkout .woocommerce-billing-fields {
	background: #242525 !important;
	color: #aba396 !important;
	border-color: #4d4d4d !important;
}

html.chromium-static-dark .woocommerce form .form-row input.input-text,
html.chromium-static-dark .woocommerce form .form-row textarea,
html.chromium-static-dark .woocommerce form .form-row select,
body.chromium-static-dark .woocommerce form .form-row input.input-text,
body.chromium-static-dark .woocommerce form .form-row textarea,
body.chromium-static-dark .woocommerce form .form-row select {
	background: #222222 !important;
	color: #f0f0f0 !important;
	border-color: #4d4d4d !important;
}

html.chromium-static-dark body.woocommerce-cart .site-content,
body.chromium-static-dark.woocommerce-cart .site-content {
	background: #282a2a !important;
}

html.chromium-static-dark body.woocommerce-cart article.page,
body.chromium-static-dark.woocommerce-cart article.page {
	max-width: 1172px;
	margin: 30px auto 52px !important;
	padding: 30px !important;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

html.chromium-static-dark body.woocommerce-cart .entry-title,
body.chromium-static-dark.woocommerce-cart .entry-title {
	margin: 0 0 24px !important;
	color: #f0f0f0 !important;
	font-size: 30px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

html.chromium-static-dark body.woocommerce-cart .entry-content > .woocommerce,
body.chromium-static-dark.woocommerce-cart .entry-content > .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	column-gap: 24px;
	row-gap: 22px;
	align-items: start;
}

html.chromium-static-dark body.woocommerce-cart .woocommerce-notices-wrapper,
html.chromium-static-dark body.woocommerce-cart .woocommerce-message,
html.chromium-static-dark body.woocommerce-cart .woocommerce-info,
html.chromium-static-dark body.woocommerce-cart .woocommerce-error,
body.chromium-static-dark.woocommerce-cart .woocommerce-notices-wrapper,
body.chromium-static-dark.woocommerce-cart .woocommerce-message,
body.chromium-static-dark.woocommerce-cart .woocommerce-info,
body.chromium-static-dark.woocommerce-cart .woocommerce-error {
	grid-column: 1 / -1;
}

html.chromium-static-dark body.woocommerce-cart .woocommerce-message,
body.chromium-static-dark.woocommerce-cart .woocommerce-message {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	column-gap: 12px;
	margin: 0 !important;
	padding: 14px 18px !important;
	background: #272929 !important;
	border: 1px solid rgba(82, 206, 128, 0.24) !important;
	color: #f0f0f0 !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

html.chromium-static-dark body.woocommerce-cart .woocommerce-message:focus,
body.chromium-static-dark.woocommerce-cart .woocommerce-message:focus {
	box-shadow: 0 0 0 2px rgba(82, 206, 128, 0.16);
	outline: 0;
}

html.chromium-static-dark body.woocommerce-cart .woocommerce-message::before,
body.chromium-static-dark.woocommerce-cart .woocommerce-message::before {
	position: static !important;
	margin: 0 !important;
	color: #52ce80 !important;
	font-size: 18px;
	line-height: 1;
}

html.chromium-static-dark body.woocommerce-cart .woocommerce-message .button,
body.chromium-static-dark.woocommerce-cart .woocommerce-message .button {
	display: none !important;
}

html.chromium-static-dark body.woocommerce-cart .button.empty-cart,
body.chromium-static-dark.woocommerce-cart .button.empty-cart {
	position: static !important;
	grid-column: 1 / -1;
	justify-self: end;
	min-height: 40px;
	margin: -8px 0 -2px !important;
	padding: 0 18px !important;
	background: #2a608f !important;
	border: 1px solid #2a608f !important;
	color: #f0f0f0 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 38px !important;
	text-transform: none;
}

html.chromium-static-dark body.woocommerce-cart .woocommerce-cart-form,
body.chromium-static-dark.woocommerce-cart .woocommerce-cart-form {
	grid-column: 1;
	min-width: 0;
}

html.chromium-static-dark body.woocommerce-cart .woocommerce-cart-form::before,
body.chromium-static-dark.woocommerce-cart .woocommerce-cart-form::before {
	content: "Your selected product";
	display: block;
	margin: 0 0 12px;
	color: #f0f0f0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart,
body.chromium-static-dark.woocommerce-cart .shop_table.cart {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart thead,
body.chromium-static-dark.woocommerce-cart .shop_table.cart thead {
	display: none !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart tbody,
body.chromium-static-dark.woocommerce-cart .shop_table.cart tbody {
	display: grid;
	row-gap: 14px;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart tr,
body.chromium-static-dark.woocommerce-cart .shop_table.cart tr {
	border: 0 !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart .cart_item,
body.chromium-static-dark.woocommerce-cart .shop_table.cart .cart_item {
	display: grid !important;
	grid-template-columns: 92px minmax(220px, 1fr) 86px 46px 94px 30px;
	grid-template-areas: "thumb name price qty subtotal remove";
	column-gap: 12px;
	align-items: center;
	padding: 16px !important;
	background: #222424 !important;
	border: 1px solid rgba(229, 224, 216, 0.14) !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td,
html.chromium-static-dark body.woocommerce-cart .shop_table.cart th,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td,
body.chromium-static-dark.woocommerce-cart .shop_table.cart th {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-thumbnail,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-thumbnail {
	grid-area: thumb;
	display: block !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-thumbnail::before,
html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-name::before,
html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-remove::before,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-thumbnail::before,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-name::before,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-remove::before {
	display: none !important;
	content: none !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-thumbnail img,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-thumbnail img {
	display: block;
	width: 92px !important;
	height: 92px !important;
	object-fit: cover;
	background: #181a1b;
	border: 1px solid rgba(229, 224, 216, 0.16);
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-name,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-name {
	grid-area: name;
	display: block !important;
	min-width: 0;
	text-align: left;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-name > a,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-name > a {
	display: block;
	margin: 0 0 12px;
	color: #f0f0f0 !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

html.chromium-static-dark body.woocommerce-cart td.product-name .variation,
body.chromium-static-dark.woocommerce-cart td.product-name .variation {
	display: grid;
	row-gap: 8px;
	margin: 0 !important;
	color: #d7d1c8 !important;
}

html.chromium-static-dark body.woocommerce-cart td.product-name .variation dt,
body.chromium-static-dark.woocommerce-cart td.product-name .variation dt {
	display: block !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	color: #a9a193 !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

html.chromium-static-dark body.woocommerce-cart td.product-name .variation dd,
body.chromium-static-dark.woocommerce-cart td.product-name .variation dd {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-cart td.product-name .variation dd p,
body.chromium-static-dark.woocommerce-cart td.product-name .variation dd p {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 !important;
	color: #f0f0f0 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

html.chromium-static-dark body.woocommerce-cart .r28-cart-option-price,
body.chromium-static-dark.woocommerce-cart .r28-cart-option-price {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 8px;
	background: rgba(42, 96, 143, 0.22);
	border: 1px solid rgba(42, 96, 143, 0.42);
	color: #f0f0f0 !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-price,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-price {
	grid-area: price;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-quantity,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-quantity {
	grid-area: qty;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-subtotal,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-subtotal {
	grid-area: subtotal;
	font-weight: 900 !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-price,
html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-quantity,
html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-subtotal,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-price,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-quantity,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-subtotal {
	display: grid !important;
	row-gap: 5px;
	justify-items: end;
	text-align: right;
	color: #f0f0f0 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-price::before,
html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-quantity::before,
html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-subtotal::before,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-price::before,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-quantity::before,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-subtotal::before {
	display: block;
	color: #a9a193;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-price::before,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-price::before {
	content: "Price";
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-quantity::before,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-quantity::before {
	content: "Qty";
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-subtotal::before,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-subtotal::before {
	content: "Subtotal";
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-remove,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-remove {
	grid-area: remove;
	display: flex !important;
	justify-content: flex-end;
}

html.chromium-static-dark body.woocommerce-cart td.product-remove a.remove,
body.chromium-static-dark.woocommerce-cart td.product-remove a.remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(229, 224, 216, 0.22) !important;
	background: transparent !important;
	color: #f0f0f0 !important;
	font-size: 18px;
	line-height: 1;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

html.chromium-static-dark body.woocommerce-cart td.product-remove a.remove:hover,
html.chromium-static-dark body.woocommerce-cart td.product-remove a.remove:focus,
body.chromium-static-dark.woocommerce-cart td.product-remove a.remove:hover,
body.chromium-static-dark.woocommerce-cart td.product-remove a.remove:focus {
	background: rgba(217, 83, 79, 0.14) !important;
	border-color: rgba(217, 83, 79, 0.62) !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart tr:last-child,
body.chromium-static-dark.woocommerce-cart .shop_table.cart tr:last-child {
	display: block !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.actions,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.actions {
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	margin-top: 2px;
	padding: 0 !important;
	text-align: right;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart .link-to-shop,
body.chromium-static-dark.woocommerce-cart .shop_table.cart .link-to-shop {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0 !important;
	padding: 0 16px;
	color: #f0f0f0 !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart button.button,
body.chromium-static-dark.woocommerce-cart .shop_table.cart button.button {
	float: none !important;
	min-height: 42px;
	margin: 0 !important;
	padding: 0 18px !important;
	background: #2a608f !important;
	border: 1px solid #2a608f !important;
	color: #f0f0f0 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 40px !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart button.button:disabled,
body.chromium-static-dark.woocommerce-cart .shop_table.cart button.button:disabled {
	background: rgba(42, 96, 143, 0.34) !important;
	border-color: rgba(42, 96, 143, 0.34) !important;
	color: rgba(240, 240, 240, 0.55) !important;
}

html.chromium-static-dark body.woocommerce-cart .cart-collaterals,
body.chromium-static-dark.woocommerce-cart .cart-collaterals {
	grid-column: 2;
	display: block !important;
	min-width: 0;
}

html.chromium-static-dark body.woocommerce-cart #sidebar-cart,
body.chromium-static-dark.woocommerce-cart #sidebar-cart {
	display: none !important;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals,
body.chromium-static-dark.woocommerce-cart .cart_totals {
	position: sticky;
	top: 24px;
	margin: 0 !important;
	padding: 24px !important;
	background: #222424 !important;
	border: 1px solid rgba(229, 224, 216, 0.14) !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals h2,
body.chromium-static-dark.woocommerce-cart .cart_totals h2 {
	position: static !important;
	width: auto !important;
	margin: 0 0 18px !important;
	padding: 0 0 14px !important;
	border-bottom: 1px solid rgba(229, 224, 216, 0.12) !important;
	color: #f0f0f0 !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
	text-transform: uppercase;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals table,
body.chromium-static-dark.woocommerce-cart .cart_totals table {
	display: block !important;
	margin: 0 0 18px !important;
	background: transparent !important;
	border: 0 !important;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals tbody,
body.chromium-static-dark.woocommerce-cart .cart_totals tbody {
	display: grid;
	row-gap: 12px;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals tr,
body.chromium-static-dark.woocommerce-cart .cart_totals tr {
	display: flex !important;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals th,
html.chromium-static-dark body.woocommerce-cart .cart_totals td,
body.chromium-static-dark.woocommerce-cart .cart_totals th,
body.chromium-static-dark.woocommerce-cart .cart_totals td {
	display: block !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: #f0f0f0 !important;
	text-align: left;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals td::before,
body.chromium-static-dark.woocommerce-cart .cart_totals td::before {
	display: none !important;
	content: none !important;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals th,
body.chromium-static-dark.woocommerce-cart .cart_totals th {
	color: #a9a193 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2;
	text-transform: uppercase;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals td,
body.chromium-static-dark.woocommerce-cart .cart_totals td {
	font-size: 15px !important;
	font-weight: 800 !important;
	text-align: right;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals tr.order-total,
body.chromium-static-dark.woocommerce-cart .cart_totals tr.order-total {
	margin-top: 2px;
	padding-top: 16px;
	border-top: 1px solid rgba(229, 224, 216, 0.12) !important;
}

html.chromium-static-dark body.woocommerce-cart .cart_totals tr.order-total td,
body.chromium-static-dark.woocommerce-cart .cart_totals tr.order-total td {
	color: #2f8fd3 !important;
	font-size: 30px !important;
	font-weight: 900 !important;
	line-height: 1.1;
}

html.chromium-static-dark body.woocommerce-cart .wc-proceed-to-checkout,
body.chromium-static-dark.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0 !important;
	text-align: left !important;
}

html.chromium-static-dark body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.chromium-static-dark.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 48px;
	padding: 0 18px !important;
	background: #2a608f !important;
	border: 1px solid #2a608f !important;
	color: #f0f0f0 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-align: center;
}

html.chromium-static-dark body.woocommerce-cart .wc-empty-cart-message,
html.chromium-static-dark body.woocommerce-cart .return-to-shop,
body.chromium-static-dark.woocommerce-cart .wc-empty-cart-message,
body.chromium-static-dark.woocommerce-cart .return-to-shop {
	grid-column: 1 / -1;
}

html.chromium-static-dark body.woocommerce-cart .wc-empty-cart-message .cart-empty,
body.chromium-static-dark.woocommerce-cart .wc-empty-cart-message .cart-empty {
	margin: 0 !important;
	padding: 22px 24px !important;
	background: #222424 !important;
	border: 1px solid rgba(229, 224, 216, 0.14) !important;
	color: #f0f0f0 !important;
	font-size: 16px;
	font-weight: 700;
}

html.chromium-static-dark body.woocommerce-cart .return-to-shop .button,
body.chromium-static-dark.woocommerce-cart .return-to-shop .button {
	background: #2a608f !important;
	border-color: #2a608f !important;
	color: #f0f0f0 !important;
}

@media (max-width: 1023px) {
	html.chromium-static-dark body.woocommerce-cart article.page,
	body.chromium-static-dark.woocommerce-cart article.page {
		margin: 20px auto 42px !important;
		padding: 22px !important;
	}

	html.chromium-static-dark body.woocommerce-cart .entry-content > .woocommerce,
	body.chromium-static-dark.woocommerce-cart .entry-content > .woocommerce {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	html.chromium-static-dark body.woocommerce-cart .woocommerce-cart-form,
	html.chromium-static-dark body.woocommerce-cart .cart-collaterals,
	body.chromium-static-dark.woocommerce-cart .woocommerce-cart-form,
	body.chromium-static-dark.woocommerce-cart .cart-collaterals {
		grid-column: 1;
	}

	html.chromium-static-dark body.woocommerce-cart .cart_totals,
	body.chromium-static-dark.woocommerce-cart .cart_totals {
		position: static;
	}

	html.chromium-static-dark body.woocommerce-cart .shop_table.cart .cart_item,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart .cart_item {
		grid-template-columns: 82px minmax(0, 1fr) 30px;
		grid-template-areas:
			"thumb name remove"
			"price price price"
			"qty qty qty"
			"subtotal subtotal subtotal";
		row-gap: 13px;
		column-gap: 14px;
		padding: 16px !important;
	}

	html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-thumbnail img,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-thumbnail img {
		width: 82px !important;
		height: 82px !important;
	}

	html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-price,
	html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-quantity,
	html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-subtotal,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-price,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-quantity,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-subtotal {
		display: flex !important;
		justify-content: space-between;
		align-items: baseline;
		width: 100%;
		padding-top: 12px !important;
		border-top: 1px solid rgba(229, 224, 216, 0.10) !important;
		text-align: right;
	}

	html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.actions,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart td.actions {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	html.chromium-static-dark body.woocommerce-cart .shop_table.cart .link-to-shop,
	html.chromium-static-dark body.woocommerce-cart .shop_table.cart button.button,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart .link-to-shop,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart button.button {
		width: 100%;
	}
}

@media (max-width: 600px) {
	html.chromium-static-dark body.woocommerce-cart article.page,
	body.chromium-static-dark.woocommerce-cart article.page {
		margin: 14px 0 34px !important;
		padding: 18px 14px !important;
		border-left: 0;
		border-right: 0;
	}

	html.chromium-static-dark body.woocommerce-cart .entry-title,
	body.chromium-static-dark.woocommerce-cart .entry-title {
		margin-bottom: 20px !important;
		font-size: 25px !important;
	}

	html.chromium-static-dark body.woocommerce-cart .button.empty-cart,
	body.chromium-static-dark.woocommerce-cart .button.empty-cart {
		min-height: 36px;
		padding: 0 13px !important;
		font-size: 12px !important;
		line-height: 34px !important;
	}

	html.chromium-static-dark body.woocommerce-cart .woocommerce-message,
	body.chromium-static-dark.woocommerce-cart .woocommerce-message {
		padding: 13px 14px !important;
	}

	html.chromium-static-dark body.woocommerce-cart .shop_table.cart .cart_item,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart .cart_item {
		grid-template-columns: 76px minmax(0, 1fr) 30px;
		padding: 14px !important;
	}

	html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-thumbnail img,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-thumbnail img {
		width: 76px !important;
		height: 76px !important;
	}

	html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-name > a,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-name > a {
		font-size: 14px;
		line-height: 1.38;
	}

	html.chromium-static-dark body.woocommerce-cart .cart_totals,
	body.chromium-static-dark.woocommerce-cart .cart_totals {
		padding: 20px 18px !important;
	}

	html.chromium-static-dark body.woocommerce-cart .cart_totals tr.order-total td,
	body.chromium-static-dark.woocommerce-cart .cart_totals tr.order-total td {
		font-size: 26px !important;
	}
}

html.chromium-static-dark footer,
body.chromium-static-dark footer,
html.chromium-static-dark .site-footer,
body.chromium-static-dark .site-footer,
html.chromium-static-dark .site-footer .widget,
body.chromium-static-dark .site-footer .widget,
html.chromium-static-dark .site-footer .widget_tz_pay_icons,
body.chromium-static-dark .site-footer .widget_tz_pay_icons,
html.chromium-static-dark .site-footer .widget_block,
body.chromium-static-dark .site-footer .widget_block {
	background: transparent;
	color: #a9a193;
}

html.chromium-static-dark .site-footer a,
body.chromium-static-dark .site-footer a,
html.chromium-static-dark .site-footer [role="listbox"] a,
body.chromium-static-dark .site-footer [role="listbox"] a {
	color: #e5e0d8 !important;
}

html.chromium-static-dark .site-footer .copyright,
body.chromium-static-dark .site-footer .copyright,
html.chromium-static-dark .site-footer .site-info,
body.chromium-static-dark .site-footer .site-info,
html.chromium-static-dark .site-footer [role="listbox"],
body.chromium-static-dark .site-footer [role="listbox"] {
	color: #a9a193;
}

html.chromium-static-dark .site-footer .widget-area,
body.chromium-static-dark .site-footer .widget-area,
html.chromium-static-dark .site-footer .widget-area > *,
body.chromium-static-dark .site-footer .widget-area > *,
html.chromium-static-dark .site-footer .footer-row,
body.chromium-static-dark .site-footer .footer-row,
html.chromium-static-dark .site-footer .payment-icon,
body.chromium-static-dark .site-footer .payment-icon {
	background: transparent !important;
}

html.chromium-static-dark footer h1,
html.chromium-static-dark footer h2,
html.chromium-static-dark footer h3,
html.chromium-static-dark footer h4,
html.chromium-static-dark footer h5,
body.chromium-static-dark footer h1,
body.chromium-static-dark footer h2,
body.chromium-static-dark footer h3,
body.chromium-static-dark footer h4,
body.chromium-static-dark footer h5 {
	color: #e5e0d8;
}

html.chromium-static-dark .cmplz-cookiebanner,
body.chromium-static-dark .cmplz-cookiebanner {
	background: #242525 !important;
	color: #aba396 !important;
	border: 1px solid #4d4d4d !important;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45) !important;
}

html.chromium-static-dark .cmplz-cookiebanner .cmplz-title,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-title,
html.chromium-static-dark .cmplz-cookiebanner .cmplz-message,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-message,
html.chromium-static-dark .cmplz-cookiebanner p,
body.chromium-static-dark .cmplz-cookiebanner p {
	color: #e5e0d8 !important;
}

html.chromium-static-dark .cmplz-cookiebanner .cmplz-close,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-close {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 24px !important;
	height: 24px !important;
	color: #e5e0d8 !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(229, 224, 216, 0.38) !important;
	border-radius: 4px;
	opacity: 1 !important;
}

html.chromium-static-dark .cmplz-cookiebanner .cmplz-close svg,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-close svg {
	display: block !important;
	width: 11px !important;
	height: 11px !important;
	color: inherit !important;
	fill: currentColor !important;
}

html.chromium-static-dark .cmplz-cookiebanner .cmplz-close svg path,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-close svg path {
	fill: currentColor !important;
}

html.chromium-static-dark .cmplz-cookiebanner .cmplz-btn.cmplz-deny,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-btn.cmplz-deny,
html.chromium-static-dark .cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences,
html.chromium-static-dark .cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences {
	background: #313332 !important;
	color: #e5e0d8 !important;
	border: 1px solid #4d4d4d !important;
}

html.chromium-static-dark .cmplz-cookiebanner .cmplz-btn.cmplz-accept,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-btn.cmplz-accept {
	background: #2a608f !important;
	color: #e5e0d8 !important;
	border: 1px solid #2a608f !important;
}

html.chromium-static-dark .cmplz-cookiebanner .cmplz-links a,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-links a,
html.chromium-static-dark .cmplz-cookiebanner .cmplz-manage-options,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-manage-options,
html.chromium-static-dark .cmplz-cookiebanner .cmplz-btn:hover,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-btn:hover,
html.chromium-static-dark .cmplz-cookiebanner .cmplz-btn:focus,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-btn:focus {
	color: #e5e0d8 !important;
}

html.chromium-static-dark .cmplz-cookiebanner .cmplz-manage-options,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-manage-options {
	background: #313332 !important;
	border: 1px solid #4d4d4d !important;
}

html.chromium-static-dark .cmplz-cookiebanner .cmplz-btn.cmplz-manage-options.tcf.cookie-statement,
body.chromium-static-dark .cmplz-cookiebanner .cmplz-btn.cmplz-manage-options.tcf.cookie-statement {
	background: #313332 !important;
	color: #e5e0d8 !important;
	border: 1px solid #4d4d4d !important;
}

html.chromium-static-dark body.home .home-hero-search .woof_sid_home_page .chosen-container-single.chosen-disabled .chosen-single span,
body.chromium-static-dark.home .home-hero-search .woof_sid_home_page .chosen-container-single.chosen-disabled .chosen-single span,
html.chromium-static-dark body.home .woof_sid_home_page .chosen-container-single.chosen-disabled .chosen-single span,
body.chromium-static-dark.home .woof_sid_home_page .chosen-container-single.chosen-disabled .chosen-single span,
html.chromium-static-dark body.home .woof_block_html_items .chosen-container-single.chosen-disabled .chosen-single span,
body.chromium-static-dark.home .woof_block_html_items .chosen-container-single.chosen-disabled .chosen-single span {
	color: #bdb5aa !important;
}

html.chromium-static-dark body.home .elementor-image-box-description,
body.chromium-static-dark.home .elementor-image-box-description {
	color: #9d9385 !important;
}

/* Design hardening for static dark mode: no icon-font dependency, no white lazy media flash. */
html.chromium-static-dark .mega-menu-wrap li.mega-menu-item-has-children > a.mega-menu-link .mega-indicator,
body.chromium-static-dark .mega-menu-wrap li.mega-menu-item-has-children > a.mega-menu-link .mega-indicator {
	display: inline-block !important;
	width: 12px !important;
	height: 12px !important;
	margin-left: 7px !important;
	line-height: 1 !important;
	vertical-align: middle !important;
	position: relative;
	top: -1px;
}

html.chromium-static-dark .mega-menu-wrap li.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after,
body.chromium-static-dark .mega-menu-wrap li.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after {
	content: "" !important;
	display: block !important;
	width: 6px !important;
	height: 6px !important;
	margin: 1px auto 0 !important;
	border: 0 solid currentColor !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	font-family: inherit !important;
	font-size: 0 !important;
	line-height: 1 !important;
	transform: rotate(45deg);
}

html.chromium-static-dark .woocommerce-product-gallery__image,
body.chromium-static-dark .woocommerce-product-gallery__image,
html.chromium-static-dark .woocommerce-product-gallery__wrapper,
body.chromium-static-dark .woocommerce-product-gallery__wrapper,
html.chromium-static-dark .products .product .img-wrapper,
body.chromium-static-dark .products .product .img-wrapper,
html.chromium-static-dark .latest_products .product .img-wrapper,
body.chromium-static-dark .latest_products .product .img-wrapper,
html.chromium-static-dark .twb_wc_reviews_product_thumb,
body.chromium-static-dark .twb_wc_reviews_product_thumb {
	background-color: #202121 !important;
}

html.chromium-static-dark img.r28-io-lazy.r28-media-pending,
body.chromium-static-dark img.r28-io-lazy.r28-media-pending {
	background-color: transparent !important;
	opacity: 0 !important;
}

html.chromium-static-dark img.r28-io-lazy.r28-media-loaded,
body.chromium-static-dark img.r28-io-lazy.r28-media-loaded {
	opacity: 1 !important;
}

/* Homepage review carousel: premium social-proof section. */
html.chromium-static-dark .twb_wc_reviews_wrapper,
body.chromium-static-dark .twb_wc_reviews_wrapper {
	padding: 58px 0 62px;
	background: #252727 !important;
	color: #d7d1c8;
	border-top: 0;
	border-bottom: 0;
	overflow: hidden;
}

html.chromium-static-dark .r28-review-section-copy,
body.chromium-static-dark .r28-review-section-copy {
	max-width: 1120px;
	margin: 0 auto 36px;
	padding: 0;
	position: relative;
	display: grid;
	grid-template-columns: minmax(64px, 1fr) auto minmax(64px, 1fr);
	align-items: center;
	gap: 22px;
	text-align: center;
}

html.chromium-static-dark .r28-review-eyebrow,
body.chromium-static-dark .r28-review-eyebrow {
	display: none !important;
}

html.chromium-static-dark #r28-review-section-heading,
body.chromium-static-dark #r28-review-section-heading {
	margin: 0 !important;
	color: #f0f0f0 !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	line-height: 1.08 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase;
	text-wrap: balance;
}

html.chromium-static-dark .r28-review-section-copy:before,
body.chromium-static-dark .r28-review-section-copy:before,
html.chromium-static-dark .r28-review-section-copy:after,
body.chromium-static-dark .r28-review-section-copy:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin: 0;
	background: linear-gradient(90deg, rgba(42, 96, 143, 0), rgba(42, 96, 143, 0.76));
}

html.chromium-static-dark .r28-review-section-copy:after,
body.chromium-static-dark .r28-review-section-copy:after {
	background: linear-gradient(90deg, rgba(42, 96, 143, 0.76), rgba(42, 96, 143, 0));
}

html.chromium-static-dark .r28-review-subheading,
body.chromium-static-dark .r28-review-subheading {
	display: none !important;
}

html.chromium-static-dark .twb_wc_reviews_slide_wrap,
body.chromium-static-dark .twb_wc_reviews_slide_wrap,
html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews,
body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews {
	background: #252727 !important;
	color: #d7d1c8 !important;
}

html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews,
body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews {
	padding: 0 44px !important;
	text-align: left !important;
}

html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews > div,
body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews > div {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	grid-template-rows: auto auto auto auto;
	align-items: start;
	align-content: start;
	max-width: 920px;
	min-height: 248px;
	margin: 0 auto;
	background: #252727;
	border: 0;
	box-shadow: none;
	overflow: hidden;
	position: relative;
}

html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews > div:before,
body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews > div:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	border: 1px solid rgba(229, 224, 216, 0.16);
	pointer-events: none;
}

html.chromium-static-dark .twb_wc_reviews_product_thumb,
body.chromium-static-dark .twb_wc_reviews_product_thumb {
	grid-row: 1 / span 4;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	padding: 22px;
	background: #252727 !important;
	border-right: 1px solid rgba(229, 224, 216, 0.10);
}

html.chromium-static-dark .twb_wc_reviews_product_thumb > a,
body.chromium-static-dark .twb_wc_reviews_product_thumb > a {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 100%;
	color: inherit !important;
	text-decoration: none !important;
}

html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_product_thumb img,
body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_product_thumb img {
	display: block !important;
	width: 176px !important;
	height: 124px !important;
	padding: 0 !important;
	object-fit: cover;
	background: transparent;
	border: 1px solid rgba(229, 224, 216, 0.16);
	box-shadow: none !important;
}

html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_product_thumb img[src^="data:image/gif"],
body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_product_thumb img[src^="data:image/gif"] {
	opacity: 0 !important;
}

html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_product_thumb img.r28-media-loaded,
body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_product_thumb img.r28-media-loaded {
	opacity: 1 !important;
}

html.chromium-static-dark .twb_wc_reviews h3.twb_wc_reviews_product_title,
body.chromium-static-dark .twb_wc_reviews h3.twb_wc_reviews_product_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 14px 0 14px !important;
	color: #e5e0d8 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.38 !important;
	text-align: left !important;
}

html.chromium-static-dark .r28-review-product-cta,
body.chromium-static-dark .r28-review-product-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	margin-top: auto;
	padding: 0 14px;
	background: #2a608f;
	border: 1px solid rgba(229, 224, 216, 0.10);
	color: #f0f0f0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transition: background-color 160ms ease-out, border-color 160ms ease-out;
}

html.chromium-static-dark .twb_wc_reviews_product_thumb > a:hover .r28-review-product-cta,
html.chromium-static-dark .twb_wc_reviews_product_thumb > a:focus .r28-review-product-cta,
body.chromium-static-dark .twb_wc_reviews_product_thumb > a:hover .r28-review-product-cta,
body.chromium-static-dark .twb_wc_reviews_product_thumb > a:focus .r28-review-product-cta {
	background: #3474aa;
	border-color: rgba(229, 224, 216, 0.24);
}

html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews > div > a,
body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews > div > a {
	grid-column: 2;
	grid-row: 2;
	display: flex;
	align-items: flex-start;
	min-height: 0;
	margin: 20px 34px 0 !important;
	color: inherit !important;
	text-decoration: none !important;
}

html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ct,
body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ct {
	width: auto !important;
	margin: 0 !important;
}

html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ct p,
body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ct p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	max-width: 590px;
	margin: 0 !important;
	overflow: hidden;
	color: #d7d1c8 !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 1.58 !important;
}

html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews a:hover,
html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews a:focus,
html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews p:hover,
html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews p:focus,
body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews a:hover,
body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews a:focus,
body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews p:hover,
body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews p:focus {
	color: #d7d1c8 !important;
	text-decoration: none !important;
}

html.chromium-static-dark .twb_wc_reviews_ratings_wrap,
body.chromium-static-dark .twb_wc_reviews_ratings_wrap {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 !important;
	padding: 28px 34px 0;
	text-align: left !important;
}

html.chromium-static-dark .twb_wc_reviews_ratings_wrap:before,
body.chromium-static-dark .twb_wc_reviews_ratings_wrap:before {
	content: "Customer rating";
	color: #aba396;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0 !important;
}

html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating,
body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating {
	float: none !important;
	width: 5.4em !important;
	height: 1.15em !important;
	margin: 0 !important;
	overflow: hidden !important;
	position: relative !important;
	color: #d7b464 !important;
	font-size: 22px !important;
	line-height: 1 !important;
}

html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating:before,
body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating:before {
	content: "\2605\2605\2605\2605\2605" !important;
	color: rgba(215, 180, 100, 0.34) !important;
	left: 0;
	position: absolute;
	top: 0;
}

html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating span,
body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating span {
	display: block !important;
	height: 100% !important;
	left: 0;
	overflow: hidden !important;
	position: absolute !important;
	text-indent: -999em !important;
	top: 0;
}

html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating span:before,
body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating span:before {
	content: "\2605\2605\2605\2605\2605" !important;
	color: #d7b464 !important;
	left: 0;
	position: absolute;
	text-indent: 0 !important;
	top: 0;
}

html.chromium-static-dark .twb_wcr_author,
html.chromium-static-dark .twb_wcr_date,
body.chromium-static-dark .twb_wcr_author,
body.chromium-static-dark .twb_wcr_date {
	grid-column: 2;
	color: #9d9385 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	margin: 0 34px !important;
	padding: 0 !important;
	text-align: left;
	align-self: start;
}

html.chromium-static-dark .twb_wcr_author,
body.chromium-static-dark .twb_wcr_author {
	grid-row: 3;
	margin-top: 24px !important;
	color: #c9c1b5 !important;
	font-weight: 600 !important;
}

html.chromium-static-dark .twb_wcr_date,
body.chromium-static-dark .twb_wcr_date {
	grid-row: 4;
	margin-top: 6px !important;
	margin-bottom: 26px !important;
}

html.chromium-static-dark .twb_wcr_prev_arrow,
html.chromium-static-dark .twb_wcr_next_arrow,
body.chromium-static-dark .twb_wcr_prev_arrow,
body.chromium-static-dark .twb_wcr_next_arrow {
	width: 44px !important;
	height: 44px !important;
	margin-top: -22px !important;
	background: rgba(37, 39, 39, 0.92) !important;
	border: 1px solid rgba(229, 224, 216, 0.22) !important;
	color: #e5e0d8 !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
	transition: background-color 160ms ease-out, border-color 160ms ease-out, transform 160ms ease-out;
}

html.chromium-static-dark .twb_wcr_prev_arrow,
body.chromium-static-dark .twb_wcr_prev_arrow {
	left: 18px !important;
}

html.chromium-static-dark .twb_wcr_next_arrow,
body.chromium-static-dark .twb_wcr_next_arrow {
	right: 18px !important;
}

html.chromium-static-dark .twb_wc_reviews_slide:hover > .twb_wcr_prev_arrow,
html.chromium-static-dark .twb_wc_reviews_slide:hover > .twb_wcr_next_arrow,
body.chromium-static-dark .twb_wc_reviews_slide:hover > .twb_wcr_prev_arrow,
body.chromium-static-dark .twb_wc_reviews_slide:hover > .twb_wcr_next_arrow {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

html.chromium-static-dark .twb_wcr_prev_arrow:hover,
html.chromium-static-dark .twb_wcr_prev_arrow:focus,
html.chromium-static-dark .twb_wcr_next_arrow:hover,
html.chromium-static-dark .twb_wcr_next_arrow:focus,
body.chromium-static-dark .twb_wcr_prev_arrow:hover,
body.chromium-static-dark .twb_wcr_prev_arrow:focus,
body.chromium-static-dark .twb_wcr_next_arrow:hover,
body.chromium-static-dark .twb_wcr_next_arrow:focus {
	background: #2f3333 !important;
	border-color: rgba(229, 224, 216, 0.36) !important;
}

html.chromium-static-dark .twb_wcr_prev_arrow:before,
html.chromium-static-dark .twb_wcr_next_arrow:before,
body.chromium-static-dark .twb_wcr_prev_arrow:before,
body.chromium-static-dark .twb_wcr_next_arrow:before {
	content: "" !important;
	display: block !important;
	width: 10px;
	height: 10px;
	border: solid #e5e0d8;
	border-width: 0 0 2px 2px;
	opacity: 1 !important;
}

html.chromium-static-dark .twb_wcr_prev_arrow:before,
body.chromium-static-dark .twb_wcr_prev_arrow:before {
	transform: rotate(45deg);
	margin-left: 4px;
}

html.chromium-static-dark .twb_wcr_next_arrow:before,
body.chromium-static-dark .twb_wcr_next_arrow:before {
	transform: rotate(225deg);
	margin-right: 4px;
}

/* Product configurator and reviews: clearer hierarchy without touching form behavior. */
html.chromium-static-dark .single-product .site-content a:not(.button):not(.elementor-button):not(.single_add_to_cart_button),
body.chromium-static-dark.single-product .site-content a:not(.button):not(.elementor-button):not(.single_add_to_cart_button) {
	color: #e5e0d8 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .product_title,
body.chromium-static-dark.single-product .summary.entry-summary .product_title {
	margin: 0 0 10px !important;
	color: #f0f0f0 !important;
	font-size: 29px !important;
	font-weight: 700 !important;
	letter-spacing: 0;
	line-height: 1.24 !important;
	text-transform: uppercase;
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-rating,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-rating {
	display: flex !important;
	align-items: center;
	gap: 9px;
	margin: 0 0 12px !important;
	padding: 0 0 12px;
	border-bottom: 1px solid rgba(229, 224, 216, 0.12);
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-rating .star-rating,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-rating .star-rating {
	float: none !important;
	margin: 0 !important;
	color: #2f8fd3 !important;
	font-size: 15px;
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-review-link,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-review-link {
	color: #f0f0f0 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

html.chromium-static-dark .single-product .woocommerce-product-gallery__trigger,
body.chromium-static-dark.single-product .woocommerce-product-gallery__trigger {
	background: #242525 !important;
	border: 1px solid rgba(229, 224, 216, 0.22) !important;
	color: #e5e0d8 !important;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

html.chromium-static-dark .single-product .woocommerce-product-gallery__trigger:hover,
html.chromium-static-dark .single-product .woocommerce-product-gallery__trigger:focus,
body.chromium-static-dark.single-product .woocommerce-product-gallery__trigger:hover,
body.chromium-static-dark.single-product .woocommerce-product-gallery__trigger:focus {
	background: #2b2e2e !important;
	border-color: rgba(229, 224, 216, 0.36) !important;
}

html.chromium-static-dark .single-product .woocommerce-product-gallery__trigger::before,
body.chromium-static-dark.single-product .woocommerce-product-gallery__trigger::before {
	border-color: #e5e0d8 !important;
}

html.chromium-static-dark .single-product .woocommerce-product-gallery__trigger::after,
body.chromium-static-dark.single-product .woocommerce-product-gallery__trigger::after {
	background: #e5e0d8 !important;
}

html.chromium-static-dark .single-product .wapf-wrapper,
body.chromium-static-dark.single-product .wapf-wrapper {
	position: relative;
	margin-top: 2px;
	padding: 18px 0 0;
	border-top: 1px solid rgba(229, 224, 216, 0.18);
}

html.chromium-static-dark .single-product .wapf-wrapper::before,
body.chromium-static-dark.single-product .wapf-wrapper::before {
	content: "Configure your installation";
	display: block;
	margin: 0 0 18px;
	color: #f0f0f0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.22;
}

html.chromium-static-dark .single-product .summary.entry-summary form.cart,
body.chromium-static-dark.single-product .summary.entry-summary form.cart {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description {
	margin: 0 0 12px !important;
	padding: 14px 0 15px;
	color: #f0f0f0 !important;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 1.55 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description p,
html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description *:not(a),
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description p,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description *:not(a) {
	margin-bottom: 0 !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description .su-accordion,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description .su-accordion {
	display: grid;
	row-gap: 10px;
	margin: 0 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler {
	overflow: hidden;
	margin: 0 !important;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.16) !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler-title,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler-title {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 9px 14px 9px 38px !important;
	background: #202121 !important;
	border: 0 !important;
	color: #f0f0f0 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler-title:hover,
html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler-title:focus-visible,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler-title:hover,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler-title:focus-visible {
	background: #242626 !important;
	color: #ffffff !important;
	outline: 0;
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler-icon,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler-icon {
	color: #2f8fd3 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler-content,
body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description .su-spoiler-content {
	padding: 12px 14px !important;
	background: #1f2020 !important;
	border-top: 1px solid rgba(229, 224, 216, 0.12) !important;
	color: #f0f0f0 !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary > p.price:empty,
body.chromium-static-dark.single-product .summary.entry-summary > p.price:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .r28-out-of-stock-panel.stock.out-of-stock,
body.chromium-static-dark.single-product .summary.entry-summary .r28-out-of-stock-panel.stock.out-of-stock {
	display: flex !important;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
	max-width: 460px;
	margin: 22px 0 18px !important;
	padding: 17px 18px !important;
	color: #e5e0d8 !important;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.16) !important;
	border-left: 4px solid #2f8fd3 !important;
	border-radius: 6px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
	font-size: 14px !important;
	line-height: 1.45 !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .r28-out-of-stock-panel.stock.out-of-stock::before,
body.chromium-static-dark.single-product .summary.entry-summary .r28-out-of-stock-panel.stock.out-of-stock::before {
	display: none !important;
	content: none !important;
}

html.chromium-static-dark .single-product .summary.entry-summary .r28-out-of-stock-panel__icon,
body.chromium-static-dark.single-product .summary.entry-summary .r28-out-of-stock-panel__icon {
	position: relative;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #2f8fd3 !important;
	box-shadow: 0 0 0 5px rgba(47, 143, 211, 0.16);
}

html.chromium-static-dark .single-product .summary.entry-summary .r28-out-of-stock-panel__icon::before,
body.chromium-static-dark.single-product .summary.entry-summary .r28-out-of-stock-panel__icon::before {
	content: "i";
	position: absolute;
	inset: 0;
	color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
}

html.chromium-static-dark .single-product .summary.entry-summary .r28-out-of-stock-panel__content,
body.chromium-static-dark.single-product .summary.entry-summary .r28-out-of-stock-panel__content {
	display: block;
	min-width: 0;
}

html.chromium-static-dark .single-product .summary.entry-summary .r28-out-of-stock-panel__title,
body.chromium-static-dark.single-product .summary.entry-summary .r28-out-of-stock-panel__title {
	display: block;
	margin: 0 0 4px;
	color: #f0f0f0 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

html.chromium-static-dark .single-product .summary.entry-summary .r28-out-of-stock-panel__message,
body.chromium-static-dark.single-product .summary.entry-summary .r28-out-of-stock-panel__message {
	display: block;
	color: #c9c2b8 !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

html.chromium-static-dark body.woocommerce.archive .woof_products_top_panel,
html.chromium-static-dark body.woocommerce-page.archive .woof_products_top_panel,
html.chromium-static-dark body.post-type-archive-product .woof_products_top_panel,
html.chromium-static-dark body.tax-product_cat .woof_products_top_panel,
body.chromium-static-dark.woocommerce.archive .woof_products_top_panel,
body.chromium-static-dark.woocommerce-page.archive .woof_products_top_panel,
body.chromium-static-dark.post-type-archive-product .woof_products_top_panel,
body.chromium-static-dark.tax-product_cat .woof_products_top_panel,
html.chromium-static-dark body.woocommerce.archive .widget_price_filter,
html.chromium-static-dark body.woocommerce-page.archive .widget_price_filter,
html.chromium-static-dark body.post-type-archive-product .widget_price_filter,
html.chromium-static-dark body.tax-product_cat .widget_price_filter,
body.chromium-static-dark.woocommerce.archive .widget_price_filter,
body.chromium-static-dark.woocommerce-page.archive .widget_price_filter,
body.chromium-static-dark.post-type-archive-product .widget_price_filter,
body.chromium-static-dark.tax-product_cat .widget_price_filter {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

html.chromium-static-dark .single-product .wapf-field-container,
body.chromium-static-dark.single-product .wapf-field-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 !important;
	padding: 13px 0 14px !important;
	background: transparent !important;
	border: 0 !important;
	border-top: 1px solid rgba(229, 224, 216, 0.10) !important;
}

html.chromium-static-dark .single-product .wapf-field-container.wapf-hide,
html.chromium-static-dark .single-product .wapf-hide,
html.chromium-static-dark .single-product [data-wapf-variation-rules]:not(.wapf-show),
body.chromium-static-dark.single-product .wapf-field-container.wapf-hide,
body.chromium-static-dark.single-product .wapf-hide,
body.chromium-static-dark.single-product [data-wapf-variation-rules]:not(.wapf-show) {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

html.chromium-static-dark .single-product .wapf-field-container:first-child,
body.chromium-static-dark.single-product .wapf-field-container:first-child {
	border-top: 0 !important;
	padding-top: 0 !important;
}

html.chromium-static-dark .single-product .wapf-field-container::before,
body.chromium-static-dark.single-product .wapf-field-container::before {
	content: none;
	display: none;
}

html.chromium-static-dark .single-product .wapf-field-label,
body.chromium-static-dark.single-product .wapf-field-label {
	display: none !important;
}

html.chromium-static-dark .single-product .wapf-field-container:not(:has(abbr.required)) .wapf-field-label,
body.chromium-static-dark.single-product .wapf-field-container:not(:has(abbr.required)) .wapf-field-label {
	display: none !important;
}

html.chromium-static-dark .single-product .wapf-field-label label,
body.chromium-static-dark.single-product .wapf-field-label label {
	display: block;
	min-height: 0;
	color: #e5e0d8 !important;
	font-size: 0 !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

html.chromium-static-dark .single-product .wapf-field-label label > span,
body.chromium-static-dark.single-product .wapf-field-label label > span {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

html.chromium-static-dark .single-product .wapf-field-label abbr.required,
body.chromium-static-dark.single-product .wapf-field-label abbr.required {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	text-decoration: none !important;
}

html.chromium-static-dark .single-product .wapf-field-container:has(abbr.required) .wapf-field-label label::after,
body.chromium-static-dark.single-product .wapf-field-container:has(abbr.required) .wapf-field-label label::after {
	content: none;
	display: none;
}

html.chromium-static-dark .single-product .wapf-field-container:has(abbr.required) .r28-wapf-option-main::after,
body.chromium-static-dark.single-product .wapf-field-container:has(abbr.required) .r28-wapf-option-main::after {
	content: "This option is required to place the order";
	display: block;
	margin-top: 4px;
	color: #d9b6a9;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
}

html.chromium-static-dark .single-product .wapf-field-description,
body.chromium-static-dark.single-product .wapf-field-description {
	grid-column: 1;
	margin: 0;
	padding: 12px 16px 16px 51px;
	background: #222424;
	border: 1px solid rgba(229, 224, 216, 0.14);
	border-top: 0;
	color: #f0f0f0 !important;
	cursor: pointer;
	font-size: 13px !important;
	line-height: 1.5 !important;
	transition: border-color 160ms ease, background-color 160ms ease;
}

html.chromium-static-dark .single-product .wapf-field-description:hover,
html.chromium-static-dark .single-product .wapf-field-description:focus-visible,
body.chromium-static-dark.single-product .wapf-field-description:hover,
body.chromium-static-dark.single-product .wapf-field-description:focus-visible {
	background: #242727;
	border-color: rgba(42, 96, 143, 0.54);
	outline: 0;
}

html.chromium-static-dark .single-product .r28-wapf-feature-list,
body.chromium-static-dark.single-product .r28-wapf-feature-list {
	display: grid;
	row-gap: 6px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

html.chromium-static-dark .single-product .r28-wapf-feature-list li,
body.chromium-static-dark.single-product .r28-wapf-feature-list li {
	position: relative;
	margin: 0 !important;
	padding: 0 0 0 18px !important;
	color: #f0f0f0 !important;
	font-size: 13px !important;
	font-weight: 500;
	line-height: 1.45 !important;
}

html.chromium-static-dark .single-product .r28-wapf-feature-list li::before,
body.chromium-static-dark.single-product .r28-wapf-feature-list li::before {
	content: "";
	position: absolute;
	left: 1px;
	top: 0.58em;
	width: 6px;
	height: 6px;
	background: #2a608f;
	border: 1px solid rgba(105, 163, 214, 0.92);
	transform: rotate(45deg);
}

html.chromium-static-dark .single-product .r28-wapf-description-copy,
body.chromium-static-dark.single-product .r28-wapf-description-copy {
	margin: 0 !important;
	color: #f0f0f0 !important;
	font-size: 13px !important;
	font-weight: 500;
	line-height: 1.55 !important;
}

html.chromium-static-dark .single-product .wapf-checkable,
body.chromium-static-dark.single-product .wapf-checkable {
	grid-column: 1;
	margin: 0 !important;
}

html.chromium-static-dark .single-product .wapf-field-input,
body.chromium-static-dark.single-product .wapf-field-input {
	grid-column: 1;
}

html.chromium-static-dark .single-product .wapf-input-label,
body.chromium-static-dark.single-product .wapf-input-label {
	display: grid !important;
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: center;
	column-gap: 13px;
	min-height: 0;
	padding: 14px 16px 12px;
	background: #222424;
	border: 1px solid rgba(229, 224, 216, 0.14);
	color: #e5e0d8 !important;
	cursor: pointer;
	text-align: left;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

html.chromium-static-dark .single-product .wapf-field-container:has(.wapf-field-description) .wapf-input-label,
body.chromium-static-dark.single-product .wapf-field-container:has(.wapf-field-description) .wapf-input-label {
	border-bottom-color: transparent;
}

html.chromium-static-dark .single-product .wapf-input-label:hover,
html.chromium-static-dark .single-product .wapf-input-label:focus-within,
body.chromium-static-dark.single-product .wapf-input-label:hover,
body.chromium-static-dark.single-product .wapf-input-label:focus-within {
	border-color: rgba(42, 96, 143, 0.72);
	box-shadow: 0 0 0 1px rgba(42, 96, 143, 0.28);
}

html.chromium-static-dark .single-product .wapf-input-label:has(.wapf-input:checked),
html.chromium-static-dark .single-product .wapf-field-container:has(.wapf-input:checked) .wapf-input-label,
html.chromium-static-dark .single-product .wapf-checkable.wapf-checked .wapf-input-label,
body.chromium-static-dark.single-product .wapf-input-label:has(.wapf-input:checked),
body.chromium-static-dark.single-product .wapf-field-container:has(.wapf-input:checked) .wapf-input-label,
body.chromium-static-dark.single-product .wapf-checkable.wapf-checked .wapf-input-label {
	background: rgba(42, 96, 143, 0.18) !important;
	border-color: rgba(42, 96, 143, 0.82) !important;
}

html.chromium-static-dark .single-product .wapf-field-container:has(.wapf-input:checked) .wapf-field-description,
body.chromium-static-dark.single-product .wapf-field-container:has(.wapf-input:checked) .wapf-field-description {
	background: rgba(42, 96, 143, 0.18);
	border-color: rgba(42, 96, 143, 0.82);
	border-top-color: transparent;
}

html.chromium-static-dark .single-product .wapf-input,
body.chromium-static-dark.single-product .wapf-input {
	appearance: none;
	display: inline-grid;
	place-content: center;
	width: 18px;
	height: 18px;
	margin: 0 !important;
	background: #181a1b;
	border: 1px solid rgba(229, 224, 216, 0.44);
	accent-color: #2a608f;
	cursor: pointer;
}

html.chromium-static-dark .single-product .wapf-input::before,
body.chromium-static-dark.single-product .wapf-input::before {
	content: "";
	width: 8px;
	height: 8px;
	transform: scale(0);
	background: #e5e0d8;
	transition: transform 140ms ease;
}

html.chromium-static-dark .single-product .wapf-input:checked,
body.chromium-static-dark.single-product .wapf-input:checked {
	background: #2a608f;
	border-color: #69a3d6;
}

html.chromium-static-dark .single-product .wapf-input:checked::before,
body.chromium-static-dark.single-product .wapf-input:checked::before {
	transform: scale(1);
}

html.chromium-static-dark .single-product .wapf-label-text,
body.chromium-static-dark.single-product .wapf-label-text {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	column-gap: 18px;
	min-width: 0;
	color: #f0f0f0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	padding: 0 !important;
	text-align: left !important;
}

html.chromium-static-dark .single-product .r28-wapf-option-main,
body.chromium-static-dark.single-product .r28-wapf-option-main {
	display: block;
	min-width: 0;
}

html.chromium-static-dark .single-product .r28-wapf-option-title,
body.chromium-static-dark.single-product .r28-wapf-option-title {
	display: block;
	color: #f0f0f0;
}

html.chromium-static-dark .single-product .wapf-pricing-hint,
body.chromium-static-dark.single-product .wapf-pricing-hint {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	color: #e5e0d8 !important;
	font-size: 15px !important;
	font-weight: 800;
	line-height: 1.25;
	opacity: 1 !important;
	white-space: nowrap;
}

html.chromium-static-dark .single-product .wapf-field-select,
body.chromium-static-dark.single-product .wapf-field-select {
	row-gap: 8px;
	padding: 15px 0 16px !important;
}

html.chromium-static-dark .single-product .wapf-field-container.wapf-field-select.wapf-field-select .wapf-field-label,
body.chromium-static-dark.single-product .wapf-field-container.wapf-field-select.wapf-field-select .wapf-field-label {
	display: block !important;
	grid-column: 1;
	margin: 0;
	padding: 0;
}

html.chromium-static-dark .single-product .wapf-field-container.wapf-field-select .wapf-field-label label,
body.chromium-static-dark.single-product .wapf-field-container.wapf-field-select .wapf-field-label label {
	display: block;
	min-height: 0;
	color: #f0f0f0 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

html.chromium-static-dark .single-product .wapf-field-container.wapf-field-select .wapf-field-label label > span,
body.chromium-static-dark.single-product .wapf-field-container.wapf-field-select .wapf-field-label label > span,
html.chromium-static-dark .single-product .wapf-field-container.wapf-field-select .wapf-field-label abbr.required,
body.chromium-static-dark.single-product .wapf-field-container.wapf-field-select .wapf-field-label abbr.required {
	position: static !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
}

html.chromium-static-dark .single-product .wapf-field-container.wapf-field-select .wapf-field-label abbr.required,
body.chromium-static-dark.single-product .wapf-field-container.wapf-field-select .wapf-field-label abbr.required {
	margin-left: 4px !important;
	color: #d9b6a9 !important;
	text-decoration: none !important;
}

html.chromium-static-dark .single-product .wapf-field-select .wapf-field-description,
body.chromium-static-dark.single-product .wapf-field-select .wapf-field-description {
	margin: -2px 0 2px;
	padding: 0;
	background: transparent;
	border: 0;
	color: #f0f0f0 !important;
	cursor: default;
}

html.chromium-static-dark .single-product .wapf-field-select .wapf-field-description:hover,
html.chromium-static-dark .single-product .wapf-field-select .wapf-field-description:focus-visible,
body.chromium-static-dark.single-product .wapf-field-select .wapf-field-description:hover,
body.chromium-static-dark.single-product .wapf-field-select .wapf-field-description:focus-visible {
	background: transparent;
	border-color: transparent;
	outline: 0;
}

html.chromium-static-dark .single-product .wapf-field-select .wapf-field-input,
body.chromium-static-dark.single-product .wapf-field-select .wapf-field-input {
	display: block;
	width: 100%;
}

html.chromium-static-dark .single-product .wapf-field-select select.wapf-input,
body.chromium-static-dark.single-product .wapf-field-select select.wapf-input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 46px !important;
	min-height: 46px;
	margin: 0 !important;
	padding: 0 48px 0 16px !important;
	background-color: #222424 !important;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.25 5.25 7 9l3.75-3.75' fill='none' stroke='%23e5e0d8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 19px center !important;
	background-size: 14px 14px !important;
	border: 1px solid rgba(229, 224, 216, 0.18) !important;
	color: #f0f0f0 !important;
	cursor: pointer;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 46px !important;
}

html.chromium-static-dark .single-product .wapf-field-select select.wapf-input:focus,
body.chromium-static-dark.single-product .wapf-field-select select.wapf-input:focus {
	border-color: rgba(42, 96, 143, 0.82) !important;
	box-shadow: 0 0 0 2px rgba(42, 96, 143, 0.28);
	outline: 0;
}

html.chromium-static-dark .single-product .wapf-field-select select.wapf-input option,
body.chromium-static-dark.single-product .wapf-field-select select.wapf-input option {
	background: #202121;
	color: #f0f0f0;
}

html.chromium-static-dark .single-product .wapf-product-totals,
body.chromium-static-dark.single-product .wapf-product-totals {
	margin-top: 4px !important;
	padding: 15px 18px !important;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.16);
	color: #d7d1c8 !important;
}

html.chromium-static-dark .single-product .wapf-product-totals .wapf--inner,
body.chromium-static-dark.single-product .wapf-product-totals .wapf--inner {
	padding: 0 !important;
}

html.chromium-static-dark .single-product .wapf-product-totals .wapf--inner > div[style*="display: none"],
body.chromium-static-dark.single-product .wapf-product-totals .wapf--inner > div[style*="display: none"] {
	display: none !important;
}

html.chromium-static-dark .single-product .wapf-product-totals .wapf--inner > div:not([style*="display: none"]),
body.chromium-static-dark.single-product .wapf-product-totals .wapf--inner > div:not([style*="display: none"]) {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 0;
	padding: 10px 0;
	color: #bdb5aa;
	font-size: 13px;
	font-weight: 700;
}

html.chromium-static-dark .single-product .wapf-product-totals .price,
body.chromium-static-dark.single-product .wapf-product-totals .price {
	display: inline-flex !important;
	align-items: center;
	margin: 0 !important;
	color: #e5e0d8 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

html.chromium-static-dark .single-product .wapf-product-totals .wapf--inner > div:not([style*="display: none"]) + div:not([style*="display: none"]),
body.chromium-static-dark.single-product .wapf-product-totals .wapf--inner > div:not([style*="display: none"]) + div:not([style*="display: none"]) {
	border-top: 1px solid rgba(229, 224, 216, 0.10);
}

html.chromium-static-dark .single-product .wapf-grand-total,
body.chromium-static-dark.single-product .wapf-grand-total {
	font-size: 24px !important;
	font-weight: 800 !important;
}

html.chromium-static-dark .single-product form.cart .single_add_to_cart_button,
body.chromium-static-dark.single-product form.cart .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	background: #2a608f !important;
	border: 1px solid #2a608f !important;
	color: #e5e0d8 !important;
	font-weight: 700 !important;
	text-align: center;
}

html.chromium-static-dark .single-product form.cart .single_add_to_cart_button:hover,
html.chromium-static-dark .single-product form.cart .single_add_to_cart_button:focus,
body.chromium-static-dark.single-product form.cart .single_add_to_cart_button:hover,
body.chromium-static-dark.single-product form.cart .single_add_to_cart_button:focus {
	background: #326fa3 !important;
	border-color: #326fa3 !important;
	color: #e5e0d8 !important;
}

html.chromium-static-dark .single-product .single-product-meta-wrapper .product_meta,
body.chromium-static-dark.single-product .single-product-meta-wrapper .product_meta {
	display: none !important;
}

html.chromium-static-dark .single-product .r28-product-description,
body.chromium-static-dark.single-product .r28-product-description {
	width: 100%;
	margin: 0 0 30px !important;
	padding: 28px 30px 30px;
	background: #202121;
	border: 1px solid rgba(229, 224, 216, 0.16);
	color: #f0f0f0 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

html.chromium-static-dark .single-product .r28-product-description__title,
body.chromium-static-dark.single-product .r28-product-description__title {
	margin: 0 0 18px !important;
	padding: 0 0 15px;
	border-bottom: 1px solid rgba(229, 224, 216, 0.12);
	color: #f0f0f0 !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	letter-spacing: 0;
	line-height: 1.25 !important;
	text-transform: uppercase;
}

html.chromium-static-dark .single-product .r28-product-description__body,
body.chromium-static-dark.single-product .r28-product-description__body {
	display: grid;
	row-gap: 14px;
	max-width: 1080px;
	color: #f0f0f0 !important;
}

html.chromium-static-dark .single-product .r28-product-description__body p,
body.chromium-static-dark.single-product .r28-product-description__body p {
	margin: 0 !important;
	color: #f0f0f0 !important;
	font-size: 15px !important;
	font-weight: 500;
	line-height: 1.68 !important;
}

html.chromium-static-dark .single-product .r28-product-description__body strong,
html.chromium-static-dark .single-product .r28-product-description__body b,
body.chromium-static-dark.single-product .r28-product-description__body strong,
body.chromium-static-dark.single-product .r28-product-description__body b {
	color: #e5e0d8 !important;
	font-weight: 800;
}

@media screen and (max-width: 768px) {
	html.chromium-static-dark .single-product .r28-product-description,
	body.chromium-static-dark.single-product .r28-product-description {
		margin-bottom: 24px !important;
		padding: 22px 18px 24px;
	}

	html.chromium-static-dark .single-product .r28-product-description__title,
	body.chromium-static-dark.single-product .r28-product-description__title {
		margin-bottom: 15px !important;
		padding-bottom: 12px;
		font-size: 19px !important;
	}

	html.chromium-static-dark .single-product .r28-product-description__body,
	body.chromium-static-dark.single-product .r28-product-description__body {
		row-gap: 13px;
	}

	html.chromium-static-dark .single-product .r28-product-description__body p,
	body.chromium-static-dark.single-product .r28-product-description__body p {
		font-size: 14px !important;
		line-height: 1.62 !important;
	}
}

html.chromium-static-dark .single-product .r28-product-share,
body.chromium-static-dark.single-product .r28-product-share {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	align-items: center;
	column-gap: 16px;
	row-gap: 8px;
	margin: 22px 0 0 !important;
	padding: 16px 0 0 !important;
	background: transparent !important;
	border-top: 1px solid rgba(229, 224, 216, 0.14);
	color: #f0f0f0 !important;
}

html.chromium-static-dark .single-product .r28-product-share__label,
body.chromium-static-dark.single-product .r28-product-share__label {
	color: #f0f0f0;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

html.chromium-static-dark .single-product .r28-product-share__actions,
body.chromium-static-dark.single-product .r28-product-share__actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

html.chromium-static-dark .single-product .r28-share-button,
body.chromium-static-dark.single-product .r28-share-button {
	position: relative;
	display: inline-grid !important;
	place-items: center;
	width: 38px;
	height: 38px;
	min-width: 38px;
	padding: 0 !important;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.18) !important;
	color: #f0f0f0 !important;
	box-shadow: none !important;
	cursor: pointer;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

html.chromium-static-dark .single-product .r28-share-button:hover,
html.chromium-static-dark .single-product .r28-share-button:focus-visible,
body.chromium-static-dark.single-product .r28-share-button:hover,
body.chromium-static-dark.single-product .r28-share-button:focus-visible {
	background: #2a608f !important;
	border-color: #69a3d6 !important;
	color: #ffffff !important;
	outline: 0;
	transform: translateY(-1px);
}

html.chromium-static-dark .single-product .r28-share-icon,
body.chromium-static-dark.single-product .r28-share-icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	color: currentColor;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

html.chromium-static-dark .single-product .r28-share-icon--copy::before,
html.chromium-static-dark .single-product .r28-share-icon--copy::after,
body.chromium-static-dark.single-product .r28-share-icon--copy::before,
body.chromium-static-dark.single-product .r28-share-icon--copy::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
}

html.chromium-static-dark .single-product .r28-share-icon--copy::before,
body.chromium-static-dark.single-product .r28-share-icon--copy::before {
	left: 1px;
	top: 4px;
	opacity: 0.62;
}

html.chromium-static-dark .single-product .r28-share-icon--copy::after,
body.chromium-static-dark.single-product .r28-share-icon--copy::after {
	left: 5px;
	top: 0;
	background: #202121;
}

html.chromium-static-dark .single-product .r28-share-button:hover .r28-share-icon--copy::after,
html.chromium-static-dark .single-product .r28-share-button:focus-visible .r28-share-icon--copy::after,
body.chromium-static-dark.single-product .r28-share-button:hover .r28-share-icon--copy::after,
body.chromium-static-dark.single-product .r28-share-button:focus-visible .r28-share-icon--copy::after {
	background: #2a608f;
}

html.chromium-static-dark .single-product .r28-share-icon--instagram,
body.chromium-static-dark.single-product .r28-share-icon--instagram {
	border: 2px solid currentColor;
}

html.chromium-static-dark .single-product .r28-share-icon--instagram::before,
body.chromium-static-dark.single-product .r28-share-icon--instagram::before {
	content: "";
	width: 6px;
	height: 6px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

html.chromium-static-dark .single-product .r28-share-icon--instagram::after,
body.chromium-static-dark.single-product .r28-share-icon--instagram::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 2px;
	width: 3px;
	height: 3px;
	background: currentColor;
	border-radius: 50%;
}

html.chromium-static-dark .single-product .r28-product-share__status,
body.chromium-static-dark.single-product .r28-product-share__status {
	grid-column: 2;
	min-width: 0;
	min-height: 16px;
	color: #bdb5aa;
	font-size: 12px;
	line-height: 1.35;
	text-align: left;
}

html.chromium-static-dark .single-product .single-product-meta-wrapper,
body.chromium-static-dark.single-product .single-product-meta-wrapper {
	margin: 34px 0 42px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

html.chromium-static-dark .single-product #reviews,
body.chromium-static-dark.single-product #reviews {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
	align-items: start;
	gap: 26px;
	padding: 0 !important;
	background: transparent !important;
	border: 0;
	color: #f0f0f0 !important;
}

html.chromium-static-dark .single-product #reviews #comments,
html.chromium-static-dark .single-product #review_form_wrapper,
html.chromium-static-dark .single-product #review_form,
html.chromium-static-dark .single-product #respond,
body.chromium-static-dark.single-product #reviews #comments,
body.chromium-static-dark.single-product #review_form_wrapper,
body.chromium-static-dark.single-product #review_form,
body.chromium-static-dark.single-product #respond {
	background: #242525 !important;
	border: 1px solid rgba(229, 224, 216, 0.14) !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark .single-product #review_form,
html.chromium-static-dark .single-product #respond,
body.chromium-static-dark.single-product #review_form,
body.chromium-static-dark.single-product #respond {
	background: transparent !important;
	border: 0 !important;
}

html.chromium-static-dark .single-product #reviews #comments,
body.chromium-static-dark.single-product #reviews #comments {
	padding: 24px !important;
}

html.chromium-static-dark .single-product #review_form_wrapper,
body.chromium-static-dark.single-product #review_form_wrapper {
	padding: 22px !important;
}

html.chromium-static-dark .single-product .woocommerce-noreviews,
body.chromium-static-dark.single-product .woocommerce-noreviews {
	margin: 12px 0 22px !important;
	padding: 13px 15px;
	background: #202121;
	border: 1px solid rgba(229, 224, 216, 0.10);
	color: #d7d1c8 !important;
}

html.chromium-static-dark .single-product .woocommerce-Reviews-title,
body.chromium-static-dark.single-product .woocommerce-Reviews-title {
	margin: 0 0 18px !important;
	color: #f0f0f0 !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	letter-spacing: 0;
	line-height: 1.25 !important;
	text-transform: uppercase;
}

html.chromium-static-dark .single-product #reviews .commentlist,
body.chromium-static-dark.single-product #reviews .commentlist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

html.chromium-static-dark .single-product #reviews .commentlist li.review,
body.chromium-static-dark.single-product #reviews .commentlist li.review {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

html.chromium-static-dark .single-product #reviews .comment_container,
body.chromium-static-dark.single-product #reviews .comment_container {
	min-height: 100%;
	padding: 16px;
	background: #202121;
	border: 1px solid rgba(229, 224, 216, 0.10);
}

html.chromium-static-dark .single-product #reviews .comment_container > img.avatar,
body.chromium-static-dark.single-product #reviews .comment_container > img.avatar {
	display: none !important;
}

html.chromium-static-dark .single-product #reviews .comment-text,
body.chromium-static-dark.single-product #reviews .comment-text {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark .single-product #reviews .comment-text .star-rating,
body.chromium-static-dark.single-product #reviews .comment-text .star-rating {
	float: none !important;
	margin: 0 !important;
	color: #2f8fd3 !important;
	font-size: 15px;
}

html.chromium-static-dark .single-product #reviews .comment-text .meta,
body.chromium-static-dark.single-product #reviews .comment-text .meta {
	margin: 0 !important;
	color: #bdb5aa !important;
	font-size: 12px !important;
	font-weight: 500;
	line-height: 1.35 !important;
}

html.chromium-static-dark .single-product #reviews .woocommerce-review__author,
html.chromium-static-dark .single-product #reviews .woocommerce-review__dash,
html.chromium-static-dark .single-product #reviews .woocommerce-review__published-date,
body.chromium-static-dark.single-product #reviews .woocommerce-review__author,
body.chromium-static-dark.single-product #reviews .woocommerce-review__dash,
body.chromium-static-dark.single-product #reviews .woocommerce-review__published-date {
	color: #f0f0f0 !important;
}

html.chromium-static-dark .single-product #reviews .description,
body.chromium-static-dark.single-product #reviews .description {
	color: #f0f0f0 !important;
}

html.chromium-static-dark .single-product #reviews .description p,
body.chromium-static-dark.single-product #reviews .description p {
	margin: 0 !important;
	color: #f0f0f0 !important;
	font-size: 14px;
	line-height: 1.55;
}

html.chromium-static-dark .single-product #reply-title,
body.chromium-static-dark.single-product #reply-title {
	display: block;
	margin: 0 0 12px;
	color: #f0f0f0 !important;
	font-size: 19px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	text-transform: uppercase;
}

html.chromium-static-dark .single-product #commentform .comment-notes,
body.chromium-static-dark.single-product #commentform .comment-notes {
	grid-column: 1 / -1;
	margin: 0 !important;
	color: #bdb5aa !important;
	font-size: 13px;
	line-height: 1.55;
}

html.chromium-static-dark .single-product #commentform,
body.chromium-static-dark.single-product #commentform {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
}

html.chromium-static-dark .single-product #commentform label,
body.chromium-static-dark.single-product #commentform label {
	display: block;
	margin-bottom: 7px;
	color: #f0f0f0 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

html.chromium-static-dark .single-product .comment-form-rating,
body.chromium-static-dark.single-product .comment-form-rating {
	grid-column: 1 / -1;
	margin: 0 !important;
	padding: 13px 15px;
	background: #222424;
	border: 1px solid rgba(229, 224, 216, 0.10);
}

html.chromium-static-dark .single-product #commentform .comment-form-comment,
body.chromium-static-dark.single-product #commentform .comment-form-comment {
	grid-column: 1 / -1;
	margin: 0 !important;
}

html.chromium-static-dark .single-product #commentform .comment-form-author,
html.chromium-static-dark .single-product #commentform .comment-form-email,
body.chromium-static-dark.single-product #commentform .comment-form-author,
body.chromium-static-dark.single-product #commentform .comment-form-email {
	margin: 0 !important;
}

html.chromium-static-dark .single-product #commentform .form-submit,
body.chromium-static-dark.single-product #commentform .form-submit {
	grid-column: 1 / -1;
	margin: 0 !important;
}

html.chromium-static-dark .single-product .woocommerce p.stars a,
body.chromium-static-dark.single-product .woocommerce p.stars a {
	color: #d7b464 !important;
}

html.chromium-static-dark .single-product .woocommerce-Reviews textarea,
html.chromium-static-dark .single-product .woocommerce-Reviews input[type="text"],
html.chromium-static-dark .single-product .woocommerce-Reviews input[type="email"],
body.chromium-static-dark.single-product .woocommerce-Reviews textarea,
body.chromium-static-dark.single-product .woocommerce-Reviews input[type="text"],
body.chromium-static-dark.single-product .woocommerce-Reviews input[type="email"] {
	width: 100% !important;
	max-width: none !important;
	padding: 12px 13px !important;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.18) !important;
	color: #f0f0f0 !important;
	box-shadow: none !important;
}

html.chromium-static-dark .single-product .woocommerce-Reviews textarea,
body.chromium-static-dark.single-product .woocommerce-Reviews textarea {
	min-height: 108px !important;
}

html.chromium-static-dark .single-product .woocommerce-Reviews textarea:focus,
html.chromium-static-dark .single-product .woocommerce-Reviews input[type="text"]:focus,
html.chromium-static-dark .single-product .woocommerce-Reviews input[type="email"]:focus,
body.chromium-static-dark.single-product .woocommerce-Reviews textarea:focus,
body.chromium-static-dark.single-product .woocommerce-Reviews input[type="text"]:focus,
body.chromium-static-dark.single-product .woocommerce-Reviews input[type="email"]:focus {
	border-color: #2a608f !important;
	outline: 2px solid rgba(42, 96, 143, 0.28);
	outline-offset: 0;
}

html.chromium-static-dark .single-product #commentform .submit,
body.chromium-static-dark.single-product #commentform .submit {
	min-height: 42px;
	padding: 0 24px !important;
	background: #2a608f !important;
	border: 1px solid #2a608f !important;
	color: #e5e0d8 !important;
	font-weight: 700 !important;
}

html.chromium-static-dark .single-product #commentform .submit:hover,
html.chromium-static-dark .single-product #commentform .submit:focus,
body.chromium-static-dark.single-product #commentform .submit:hover,
body.chromium-static-dark.single-product #commentform .submit:focus {
	background: #326fa3 !important;
	border-color: #326fa3 !important;
	color: #e5e0d8 !important;
}

html.chromium-static-dark .single-product .related.products,
body.chromium-static-dark.single-product .related.products {
	margin: 48px 0 54px !important;
}

html.chromium-static-dark .single-product .related.products > h2:first-child,
body.chromium-static-dark.single-product .related.products > h2:first-child {
	margin: 0 0 24px !important;
	color: #f0f0f0 !important;
	font-size: 26px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

html.chromium-static-dark .single-product .related.products ul.products,
body.chromium-static-dark.single-product .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
	margin: 0 !important;
	padding: 0 !important;
}

html.chromium-static-dark .single-product .related.products ul.products li.product,
body.chromium-static-dark.single-product .related.products ul.products li.product {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	display: flex !important;
}

html.chromium-static-dark .single-product .related.products .inner-wrapper,
body.chromium-static-dark.single-product .related.products .inner-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	background: #242525 !important;
	border: 1px solid rgba(229, 224, 216, 0.08);
}

html.chromium-static-dark .single-product .related.products .img-wrapper,
body.chromium-static-dark.single-product .related.products .img-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #202121 !important;
}

html.chromium-static-dark .single-product .related.products .img-wrapper > a,
body.chromium-static-dark.single-product .related.products .img-wrapper > a {
	display: block;
	width: 100%;
	height: 100%;
}

html.chromium-static-dark .single-product .related.products .img-wrapper img,
body.chromium-static-dark.single-product .related.products .img-wrapper img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

html.chromium-static-dark .single-product .related.products .extra-gallery-thumbs,
body.chromium-static-dark.single-product .related.products .extra-gallery-thumbs {
	display: none !important;
}

html.chromium-static-dark .single-product .related.products .item-content,
body.chromium-static-dark.single-product .related.products .item-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px 18px 20px !important;
}

html.chromium-static-dark .single-product .related.products .woocommerce-loop-product__title,
body.chromium-static-dark.single-product .related.products .woocommerce-loop-product__title {
	color: #f0f0f0 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.42 !important;
}

html.chromium-static-dark .single-product .related.products .reviews-wrapper,
body.chromium-static-dark.single-product .related.products .reviews-wrapper {
	margin-top: auto;
	color: #f0f0f0 !important;
}

/* Footer artifacts: remove unintended PhotoSwipe controls and blue square list marks. */
html.chromium-static-dark body > .pswp__button,
html.chromium-static-dark body > .pswp__share-modal,
html.chromium-static-dark body > .pswp__caption,
html.chromium-static-dark body .cr-pswp.pswp[aria-hidden="true"],
html.chromium-static-dark body .cr-pswp.pswp[aria-hidden="true"] *,
html.chromium-static-dark body .pswp[aria-hidden="true"] .pswp__button,
body.chromium-static-dark > .pswp__button,
body.chromium-static-dark > .pswp__share-modal,
body.chromium-static-dark > .pswp__caption,
body.chromium-static-dark .cr-pswp.pswp[aria-hidden="true"],
body.chromium-static-dark .cr-pswp.pswp[aria-hidden="true"] *,
body.chromium-static-dark .pswp[aria-hidden="true"] .pswp__button {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

html.chromium-static-dark .site-footer #menu-test-header-menu li,
body.chromium-static-dark .site-footer #menu-test-header-menu li {
	padding-left: 0 !important;
}

html.chromium-static-dark .site-footer #menu-test-header-menu li:before,
body.chromium-static-dark .site-footer #menu-test-header-menu li:before {
	display: none !important;
	content: none !important;
}

html.chromium-static-dark .site-footer #menu-test-header-menu .sub-menu,
body.chromium-static-dark .site-footer #menu-test-header-menu .sub-menu {
	margin-left: 0;
	padding-left: 14px;
	border-left: 1px solid rgba(229, 224, 216, 0.12);
}

html.chromium-static-dark .site-footer .widget_nav_menu li.menu-item-has-children,
body.chromium-static-dark .site-footer .widget_nav_menu li.menu-item-has-children {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	align-items: center;
	column-gap: 8px;
	padding-right: 0 !important;
}

html.chromium-static-dark .site-footer .widget_nav_menu li.menu-item-has-children > a,
body.chromium-static-dark .site-footer .widget_nav_menu li.menu-item-has-children > a {
	min-width: 0;
}

html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	background: #242626;
	border: 1px solid rgba(229, 224, 216, 0.18);
	color: #e5e0d8;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease;
}

html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle:hover,
html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle:focus-visible,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle:hover,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle:focus-visible {
	background: #2a608f;
	border-color: #2a608f;
	outline: 0;
}

html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span {
	position: relative;
	width: 12px;
	height: 12px;
}

html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span::before,
html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span::after,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span::before,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	background: currentColor;
	transform: translate(-50%, -50%);
}

html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span::after,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

html.chromium-static-dark .site-footer .widget_nav_menu li.r28-footer-submenu-open > .r28-footer-submenu-toggle span::after,
body.chromium-static-dark .site-footer .widget_nav_menu li.r28-footer-submenu-open > .r28-footer-submenu-toggle span::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

html.chromium-static-dark .site-footer .widget_nav_menu[data-r28-footer-menu-ready="1"] li.menu-item-has-children > .sub-menu,
body.chromium-static-dark .site-footer .widget_nav_menu[data-r28-footer-menu-ready="1"] li.menu-item-has-children > .sub-menu {
	grid-column: 1 / -1;
	margin: 8px 0 0;
	padding: 0 0 0 14px;
	border-left: 1px solid rgba(229, 224, 216, 0.12);
}

html.chromium-static-dark .site-footer .widget_nav_menu[data-r28-footer-menu-ready="1"] li.r28-footer-submenu-collapsed > .sub-menu,
body.chromium-static-dark .site-footer .widget_nav_menu[data-r28-footer-menu-ready="1"] li.r28-footer-submenu-collapsed > .sub-menu {
	display: none !important;
}

html.chromium-static-dark .site-footer .widget_nav_menu[data-r28-footer-menu-ready="1"] li.r28-footer-submenu-open > .sub-menu,
body.chromium-static-dark .site-footer .widget_nav_menu[data-r28-footer-menu-ready="1"] li.r28-footer-submenu-open > .sub-menu {
	display: block !important;
}

@media (max-width: 767px) {
	html.chromium-static-dark .twb_wc_reviews_wrapper,
	body.chromium-static-dark .twb_wc_reviews_wrapper {
		padding: 44px 0 46px;
	}

	html.chromium-static-dark .r28-review-section-copy,
	body.chromium-static-dark .r28-review-section-copy {
		margin-bottom: 28px;
		padding: 0 22px;
		display: block;
	}

	html.chromium-static-dark #r28-review-section-heading,
	body.chromium-static-dark #r28-review-section-heading {
		font-size: 29px !important;
		line-height: 1.12 !important;
	}

	html.chromium-static-dark .r28-review-section-copy:before,
	body.chromium-static-dark .r28-review-section-copy:before {
		display: none;
	}

	html.chromium-static-dark .r28-review-section-copy:after,
	body.chromium-static-dark .r28-review-section-copy:after {
		width: 54px;
		height: 2px;
		margin: 14px auto 0;
		background: #2a608f;
	}

	html.chromium-static-dark .r28-review-subheading,
	body.chromium-static-dark .r28-review-subheading {
		font-size: 14px !important;
		line-height: 1.55 !important;
	}

	html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews,
	body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews {
		padding: 0 18px !important;
	}

	html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews > div,
	body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews > div {
		display: block;
		min-height: 0;
		text-align: left;
	}

	html.chromium-static-dark .twb_wc_reviews_product_thumb,
	body.chromium-static-dark .twb_wc_reviews_product_thumb {
		display: block;
		padding: 18px;
		border-right: 0;
		border-bottom: 1px solid rgba(229, 224, 216, 0.10);
	}

	html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_product_thumb img,
	body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_product_thumb img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 16 / 9;
	}

	html.chromium-static-dark .twb_wc_reviews_ratings_wrap,
	body.chromium-static-dark .twb_wc_reviews_ratings_wrap {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 20px 22px 0;
		text-align: left !important;
	}

	html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating,
	body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating {
		font-size: 20px !important;
	}

	html.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews > div > a,
	body.chromium-static-dark .twb_wc_reviews_wrapper .twb_wc_reviews > div > a {
		min-height: 0;
		margin: 18px 22px 0 !important;
	}

	html.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ct p,
	body.chromium-static-dark .twb_wc_reviews .twb_wc_reviews_ct p {
		font-size: 16px !important;
		line-height: 1.58 !important;
	}

	html.chromium-static-dark .r28-review-product-cta,
	body.chromium-static-dark .r28-review-product-cta {
		width: 100%;
	}

	html.chromium-static-dark .twb_wcr_author,
	html.chromium-static-dark .twb_wcr_date,
	body.chromium-static-dark .twb_wcr_author,
	body.chromium-static-dark .twb_wcr_date {
		margin-left: 22px !important;
		margin-right: 22px !important;
	}

	html.chromium-static-dark .twb_wcr_author,
	body.chromium-static-dark .twb_wcr_author {
		margin-top: 22px !important;
	}

	html.chromium-static-dark .twb_wcr_date,
	body.chromium-static-dark .twb_wcr_date {
		margin-bottom: 24px !important;
	}

	html.chromium-static-dark .twb_wcr_prev_arrow,
	html.chromium-static-dark .twb_wcr_next_arrow,
	body.chromium-static-dark .twb_wcr_prev_arrow,
	body.chromium-static-dark .twb_wcr_next_arrow,
	html.chromium-static-dark .twb_wc_reviews_slide:hover > .twb_wcr_prev_arrow,
	html.chromium-static-dark .twb_wc_reviews_slide:hover > .twb_wcr_next_arrow,
	body.chromium-static-dark .twb_wc_reviews_slide:hover > .twb_wcr_prev_arrow,
	body.chromium-static-dark .twb_wc_reviews_slide:hover > .twb_wcr_next_arrow {
		display: none !important;
	}

	html.chromium-static-dark .single-product .summary.entry-summary .product_title,
	body.chromium-static-dark.single-product .summary.entry-summary .product_title {
		margin-bottom: 9px !important;
		font-size: 24px !important;
		line-height: 1.28 !important;
	}

	html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-rating,
	body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-rating {
		margin-bottom: 10px !important;
		padding-bottom: 11px;
	}

	html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description,
	body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description {
		padding: 12px 0 13px;
		margin-bottom: 11px !important;
	}

	html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description a,
	html.chromium-static-dark .single-product .woocommerce-Tabs-panel--description a,
	html.chromium-static-dark .single-product .woocommerce-tabs .panel a,
	body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description a,
	body.chromium-static-dark.single-product .woocommerce-Tabs-panel--description a,
	body.chromium-static-dark.single-product .woocommerce-tabs .panel a {
		color: #78aefa !important;
		text-decoration-line: underline !important;
		text-decoration-thickness: 1px;
		text-decoration-color: currentColor;
		text-underline-offset: 0.18em;
		font-weight: 600;
	}

	html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description a:hover,
	html.chromium-static-dark .single-product .summary.entry-summary .woocommerce-product-details__short-description a:focus,
	html.chromium-static-dark .single-product .woocommerce-Tabs-panel--description a:hover,
	html.chromium-static-dark .single-product .woocommerce-Tabs-panel--description a:focus,
	html.chromium-static-dark .single-product .woocommerce-tabs .panel a:hover,
	html.chromium-static-dark .single-product .woocommerce-tabs .panel a:focus,
	body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description a:hover,
	body.chromium-static-dark.single-product .summary.entry-summary .woocommerce-product-details__short-description a:focus,
	body.chromium-static-dark.single-product .woocommerce-Tabs-panel--description a:hover,
	body.chromium-static-dark.single-product .woocommerce-Tabs-panel--description a:focus,
	body.chromium-static-dark.single-product .woocommerce-tabs .panel a:hover,
	body.chromium-static-dark.single-product .woocommerce-tabs .panel a:focus {
		color: #9fc6ff !important;
		text-decoration-thickness: 2px;
	}

	html.chromium-static-dark .single-product .r28-product-share,
	body.chromium-static-dark.single-product .r28-product-share {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 11px;
	}

	html.chromium-static-dark .single-product .r28-product-share__actions,
	body.chromium-static-dark.single-product .r28-product-share__actions {
		flex-wrap: wrap;
	}

	html.chromium-static-dark .single-product .r28-product-share__status,
	body.chromium-static-dark.single-product .r28-product-share__status {
		grid-column: 1;
		min-width: 0;
		text-align: left;
	}

	html.chromium-static-dark .single-product #reviews,
	body.chromium-static-dark.single-product #reviews {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	html.chromium-static-dark .single-product #reviews #comments,
	html.chromium-static-dark .single-product #review_form_wrapper,
	body.chromium-static-dark.single-product #reviews #comments,
	body.chromium-static-dark.single-product #review_form_wrapper {
		padding: 18px !important;
	}

	html.chromium-static-dark .single-product #reviews .commentlist,
	body.chromium-static-dark.single-product #reviews .commentlist,
	html.chromium-static-dark .single-product #commentform,
	body.chromium-static-dark.single-product #commentform {
		grid-template-columns: 1fr;
	}

	html.chromium-static-dark .single-product .related.products ul.products,
	body.chromium-static-dark.single-product .related.products ul.products {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	html.chromium-static-dark .single-product .related.products .inner-wrapper,
	body.chromium-static-dark.single-product .related.products .inner-wrapper {
		min-height: clamp(470px, 132vw, 520px);
	}

	html.chromium-static-dark .single-product .wapf-wrapper,
	body.chromium-static-dark.single-product .wapf-wrapper {
		margin-top: 2px;
		padding-top: 16px;
	}

	html.chromium-static-dark .single-product .wapf-wrapper::before,
	body.chromium-static-dark.single-product .wapf-wrapper::before {
		margin-bottom: 16px;
		font-size: 20px;
	}

	html.chromium-static-dark .single-product .wapf-field-container,
	body.chromium-static-dark.single-product .wapf-field-container {
		grid-template-columns: 1fr;
		row-gap: 0;
		padding: 13px 0 14px !important;
	}

	html.chromium-static-dark .single-product .wapf-field-container::before,
	body.chromium-static-dark.single-product .wapf-field-container::before,
	html.chromium-static-dark .single-product .wapf-field-label,
	body.chromium-static-dark.single-product .wapf-field-label,
	html.chromium-static-dark .single-product .wapf-field-input,
	body.chromium-static-dark.single-product .wapf-field-input,
	html.chromium-static-dark .single-product .wapf-field-description,
	body.chromium-static-dark.single-product .wapf-field-description,
	html.chromium-static-dark .single-product .wapf-checkable,
	body.chromium-static-dark.single-product .wapf-checkable {
		grid-column: 1;
	}

	html.chromium-static-dark .single-product .wapf-field-container::before,
	body.chromium-static-dark.single-product .wapf-field-container::before {
		grid-row: auto;
		justify-content: flex-start;
		width: fit-content;
		min-height: 30px;
	}

	html.chromium-static-dark .single-product .wapf-input-label,
	body.chromium-static-dark.single-product .wapf-input-label {
		min-height: 0;
		padding: 13px 14px 11px;
	}

	html.chromium-static-dark .single-product .wapf-label-text,
	body.chromium-static-dark.single-product .wapf-label-text {
		grid-template-columns: 1fr;
		row-gap: 6px;
		font-size: 14px;
	}

	html.chromium-static-dark .single-product .wapf-field-description,
	body.chromium-static-dark.single-product .wapf-field-description {
		padding: 12px 14px 14px 49px;
	}

	html.chromium-static-dark .single-product .wapf-pricing-hint,
	body.chromium-static-dark.single-product .wapf-pricing-hint {
		justify-self: start;
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	html.chromium-static-dark .single-product #reviews,
	body.chromium-static-dark.single-product #reviews {
		grid-template-columns: 1fr;
	}

	html.chromium-static-dark .single-product .related.products ul.products,
	body.chromium-static-dark.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile dark-mode hardening for menu, product gallery, booking page, and mini-cart. */
@media screen and (max-width: 767px) {
	html.chromium-static-dark #mega-menu-wrap-logo-group-nav,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav,
	html.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-menu-toggle,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-menu-toggle,
	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav,
	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav > li.mega-menu-item,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav > li.mega-menu-item {
		background: #242525 !important;
		border-color: rgba(229, 224, 216, 0.12) !important;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav {
		width: 100% !important;
		max-width: 100% !important;
		box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26) !important;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav > li.mega-menu-item > a.mega-menu-link,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav > li.mega-menu-item > a.mega-menu-link {
		background: #242525 !important;
		border-bottom: 1px solid rgba(229, 224, 216, 0.1) !important;
		color: #e5e0d8 !important;
		font-size: 15px !important;
		font-weight: 700 !important;
		letter-spacing: 0 !important;
		line-height: 1.3 !important;
		padding: 16px 28px !important;
		text-transform: uppercase;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav > li.mega-menu-item > a.mega-menu-link:hover,
	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav > li.mega-menu-item > a.mega-menu-link:focus,
	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav > li.mega-current-menu-item > a.mega-menu-link,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav > li.mega-menu-item > a.mega-menu-link:hover,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav > li.mega-menu-item > a.mega-menu-link:focus,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav > li.mega-current-menu-item > a.mega-menu-link {
		background: #202121 !important;
		color: #f0f0f0 !important;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav .mega-sub-menu,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav .mega-sub-menu,
	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav .mega-sub-menu li,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav .mega-sub-menu li {
		background: #202121 !important;
		border-color: rgba(229, 224, 216, 0.1) !important;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav .mega-sub-menu a.mega-menu-link,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav .mega-sub-menu a.mega-menu-link {
		background: #202121 !important;
		color: #d7d1c8 !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 1.35 !important;
		padding: 13px 32px !important;
	}
}

html.chromium-static-dark body.page-id-5149,
body.chromium-static-dark.page-id-5149,
html.chromium-static-dark .page-id-5149 .site-content,
body.chromium-static-dark.page-id-5149 .site-content,
html.chromium-static-dark .page-id-5149 article.page,
body.chromium-static-dark.page-id-5149 article.page,
html.chromium-static-dark .page-id-5149 .entry-content,
body.chromium-static-dark.page-id-5149 .entry-content,
html.chromium-static-dark .page-id-5149 .elementor-section,
body.chromium-static-dark.page-id-5149 .elementor-section,
html.chromium-static-dark .page-id-5149 .elementor-container,
body.chromium-static-dark.page-id-5149 .elementor-container,
html.chromium-static-dark .page-id-5149 .elementor-column,
body.chromium-static-dark.page-id-5149 .elementor-column,
html.chromium-static-dark .page-id-5149 .elementor-widget-wrap,
body.chromium-static-dark.page-id-5149 .elementor-widget-wrap {
	background: #242525 !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark .page-id-5149 .elementor-top-section,
body.chromium-static-dark.page-id-5149 .elementor-top-section {
	border-top: 1px solid rgba(229, 224, 216, 0.08);
}

html.chromium-static-dark .page-id-5149 h1,
html.chromium-static-dark .page-id-5149 h2,
html.chromium-static-dark .page-id-5149 h3,
html.chromium-static-dark .page-id-5149 h4,
body.chromium-static-dark.page-id-5149 h1,
body.chromium-static-dark.page-id-5149 h2,
body.chromium-static-dark.page-id-5149 h3,
body.chromium-static-dark.page-id-5149 h4 {
	color: #f0f0f0 !important;
}

html.chromium-static-dark .page-id-5149 p,
html.chromium-static-dark .page-id-5149 li,
html.chromium-static-dark .page-id-5149 .elementor-widget-text-editor,
html.chromium-static-dark .page-id-5149 .elementor-widget-text-editor *,
body.chromium-static-dark.page-id-5149 p,
body.chromium-static-dark.page-id-5149 li,
body.chromium-static-dark.page-id-5149 .elementor-widget-text-editor,
body.chromium-static-dark.page-id-5149 .elementor-widget-text-editor * {
	color: #f0f0f0 !important;
}

html.chromium-static-dark .page-id-5149 strong,
html.chromium-static-dark .page-id-5149 b,
body.chromium-static-dark.page-id-5149 strong,
body.chromium-static-dark.page-id-5149 b {
	color: #ffffff !important;
}

html.chromium-static-dark .single-product .product-images-wrapper,
body.chromium-static-dark.single-product .product-images-wrapper,
html.chromium-static-dark .single-product .woocommerce-product-gallery,
body.chromium-static-dark.single-product .woocommerce-product-gallery,
html.chromium-static-dark .single-product .woocommerce-product-gallery__image,
body.chromium-static-dark.single-product .woocommerce-product-gallery__image,
html.chromium-static-dark .single-product .woocommerce-product-gallery__wrapper,
body.chromium-static-dark.single-product .woocommerce-product-gallery__wrapper {
	background: #242525 !important;
}

html.chromium-static-dark .single-product .woocommerce-product-gallery .flex-viewport,
body.chromium-static-dark.single-product .woocommerce-product-gallery .flex-viewport {
	background: #202121 !important;
}

html.chromium-static-dark .single-product .flex-control-thumbs img,
body.chromium-static-dark.single-product .flex-control-thumbs img {
	background: transparent !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .widget_shopping_cart_content,
body.chromium-static-dark .widget_tz_shopping_cart .widget_shopping_cart_content {
	box-sizing: border-box;
	width: min(360px, calc(100vw - 28px)) !important;
	padding: 18px !important;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.18) !important;
	color: #f0f0f0 !important;
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
}

html.chromium-static-dark .widget_tz_shopping_cart .mini-cart-heading,
body.chromium-static-dark .widget_tz_shopping_cart .mini-cart-heading {
	margin: 0 0 14px !important;
	padding: 0 0 12px !important;
	border-bottom: 1px solid rgba(229, 224, 216, 0.22) !important;
	color: #f0f0f0 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.03em !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

html.chromium-static-dark .widget_tz_shopping_cart ul.woocommerce-mini-cart,
body.chromium-static-dark .widget_tz_shopping_cart ul.woocommerce-mini-cart {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart-item,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart-item {
	position: relative;
	margin: 0 !important;
	padding: 0 28px 14px 0 !important;
	border-bottom: 1px solid rgba(229, 224, 216, 0.14) !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart-item > a:not(.remove),
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart-item > a:not(.remove) {
	display: grid !important;
	grid-template-columns: 64px 1fr;
	gap: 12px;
	align-items: start;
	color: #f0f0f0 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart-item img,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart-item img {
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	margin: 0 !important;
	object-fit: cover;
	background: transparent !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart-item .quantity,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart-item .quantity {
	display: block;
	margin: 8px 0 0 76px;
	color: #c6bfb4 !important;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart-item a.remove,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart-item a.remove {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 22px !important;
	height: 22px !important;
	border: 1px solid rgba(229, 224, 216, 0.32) !important;
	border-radius: 0 !important;
	background: #242525 !important;
	color: #e5e0d8 !important;
	font-size: 16px !important;
	line-height: 1 !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__total,
html.chromium-static-dark .widget_tz_shopping_cart .total,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__total,
body.chromium-static-dark .widget_tz_shopping_cart .total {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin: 14px 0 12px !important;
	padding: 14px 0 0 !important;
	border-top: 1px solid rgba(229, 224, 216, 0.22) !important;
	color: #c6bfb4 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__total strong,
html.chromium-static-dark .widget_tz_shopping_cart .total strong,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__total strong,
body.chromium-static-dark .widget_tz_shopping_cart .total strong {
	color: #f0f0f0 !important;
	font-weight: 800 !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__total .amount,
html.chromium-static-dark .widget_tz_shopping_cart .total .amount,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__total .amount,
body.chromium-static-dark .widget_tz_shopping_cart .total .amount {
	color: #f0f0f0 !important;
	font-weight: 800 !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__buttons,
html.chromium-static-dark .widget_tz_shopping_cart .buttons,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__buttons,
body.chromium-static-dark .widget_tz_shopping_cart .buttons {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__buttons a.button,
html.chromium-static-dark .widget_tz_shopping_cart .buttons a.button,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__buttons a.button,
body.chromium-static-dark .widget_tz_shopping_cart .buttons a.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin: 0 !important;
	padding: 0 14px !important;
	background: #2a608f !important;
	border: 1px solid #2a608f !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__buttons a.button.checkout,
html.chromium-static-dark .widget_tz_shopping_cart .buttons a.button.checkout,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__buttons a.button.checkout,
body.chromium-static-dark .widget_tz_shopping_cart .buttons a.button.checkout {
	background: #314f86 !important;
	border-color: #314f86 !important;
}

html.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__empty-message,
body.chromium-static-dark .widget_tz_shopping_cart .woocommerce-mini-cart__empty-message {
	margin: 0 !important;
	color: #c6bfb4 !important;
	font-size: 13px;
	line-height: 1.45;
}

@media screen and (max-width: 767px) {
	html.chromium-static-dark .site-header .widget_tz_shopping_cart .widget_shopping_cart_content,
	body.chromium-static-dark .site-header .widget_tz_shopping_cart .widget_shopping_cart_content {
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%);
	}
}

/* Premium mobile header correction: one compact control bar. */
@media screen and (max-width: 767px) {
	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-header,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-header {
		position: relative;
		z-index: 100;
		min-height: 64px;
		margin: 0 0 22px !important;
		background: #202121 !important;
		border-bottom: 1px solid rgba(229, 224, 216, 0.1);
		box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding {
		position: relative;
		display: grid !important;
		grid-template-columns: 48px minmax(0, 1fr) 48px;
		grid-template-areas: "cart logo menu";
		align-items: center;
		column-gap: 10px;
		min-height: 64px;
		margin: 0 !important;
		padding: 8px 14px !important;
		background: #202121 !important;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .site-logo,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .site-logo {
		grid-area: logo;
		z-index: 3;
		min-width: 0;
		margin: 0 !important;
		padding: 0 !important;
		text-align: center;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .site-logo a,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .site-logo a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		max-width: 100%;
		min-height: 48px;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .site-logo img,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .site-logo img {
		display: block;
		width: min(184px, 54vw) !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: 47px;
		object-fit: contain;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .hgroup-sidebar,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .hgroup-sidebar {
		grid-area: cart;
		z-index: 4;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		min-width: 0;
		margin: 0 !important;
		padding: 0 !important;
		text-align: left;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .hgroup-sidebar .widget,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .hgroup-sidebar .widget {
		margin: 0 !important;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .widget_tz_shopping_cart,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .widget_tz_shopping_cart {
		width: 44px !important;
		height: 44px !important;
		min-width: 44px;
		position: relative;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .widget_tz_shopping_cart .heading,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .widget_tz_shopping_cart .heading {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 44px !important;
		max-width: 44px !important;
		height: 44px !important;
		min-height: 44px;
		margin: 0 !important;
		padding: 0 !important;
		border: 1px solid rgba(94, 166, 231, 0.62);
		border-radius: 4px;
		background: #2a608f !important;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
		color: #ffffff !important;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .widget_tz_shopping_cart .heading::before,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .widget_tz_shopping_cart .heading::before {
		position: static !important;
		content: '\e93a' !important;
		display: block;
		width: auto;
		height: auto;
		margin: 0;
		color: #ffffff !important;
		font-size: 22px !important;
		line-height: 1 !important;
		transform: none !important;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .widget_tz_shopping_cart .heading .widget-heading,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .widget_tz_shopping_cart .heading .widget-heading {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		margin: -1px !important;
		padding: 0 !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .widget_tz_shopping_cart .cart-count-wrapper,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .widget_tz_shopping_cart .cart-count-wrapper {
		top: -7px !important;
		right: -7px !important;
		left: auto !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 19px !important;
		height: 19px !important;
		min-width: 19px;
		border: 1px solid #202121;
		background: #ffffff !important;
		color: #1e73be !important;
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1 !important;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding .logo-group-nav,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding .logo-group-nav {
		grid-area: menu;
		justify-self: end;
		z-index: 5;
		width: 44px !important;
		min-width: 44px;
		margin: 0 !important;
		padding: 0 !important;
	}

	html.chromium-static-dark body:not(.chromium-elementor-header-enabled) .site-branding #logo-navigation > .menu-toggle,
	body.chromium-static-dark:not(.chromium-elementor-header-enabled) .site-branding #logo-navigation > .menu-toggle {
		display: none !important;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav {
		position: static !important;
		width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
		margin: 0 !important;
		background: transparent !important;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-menu-toggle,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-menu-toggle {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 1px solid rgba(94, 166, 231, 0.34);
		border-radius: 4px;
		background: #202121 !important;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-blocks-center,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-blocks-center,
	html.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-block,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-block {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 44px !important;
		height: 44px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-animated,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-animated {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 44px !important;
		height: 44px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-animated-box,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-animated-box {
		width: 22px !important;
		height: 16px !important;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-animated-inner,
	html.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-animated-inner::before,
	html.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-animated-inner::after,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-animated-inner,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-animated-inner::before,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav .mega-toggle-animated-inner::after {
		width: 22px !important;
		height: 2px !important;
		border-radius: 999px;
		background-color: #2f82bd !important;
	}

	html.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav,
	body.chromium-static-dark #mega-menu-wrap-logo-group-nav #mega-menu-logo-group-nav {
		position: absolute !important;
		top: 100% !important;
		left: 50% !important;
		z-index: 1000 !important;
		width: 100vw !important;
		max-width: 100vw !important;
		margin: 0 !important;
		border-top: 1px solid rgba(94, 166, 231, 0.34) !important;
		box-shadow: 0 22px 42px rgba(0, 0, 0, 0.36) !important;
		transform: translateX(-50%) !important;
	}

	html.chromium-static-dark .site-header .widget_tz_shopping_cart .widget_shopping_cart_content,
	body.chromium-static-dark .site-header .widget_tz_shopping_cart .widget_shopping_cart_content {
		position: fixed !important;
		top: 72px !important;
		left: 14px !important;
		right: 14px !important;
		width: auto !important;
		max-width: none !important;
		max-height: calc(100vh - 88px);
		overflow: auto;
		transform: none !important;
	}

	html.chromium-static-dark .site-header .widget_tz_shopping_cart.r28po-cart-open .widget_shopping_cart_content,
	body.chromium-static-dark .site-header .widget_tz_shopping_cart.r28po-cart-open .widget_shopping_cart_content {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}

	html.chromium-static-dark .site-header .widget_tz_shopping_cart .r28po-mini-cart-loading,
	body.chromium-static-dark .site-header .widget_tz_shopping_cart .r28po-mini-cart-loading {
		color: #c6bfb4 !important;
		font-size: 13px;
		font-weight: 600;
	}

	html.chromium-static-dark .site-header .widget_tz_shopping_cart .widget_shopping_cart_content:empty,
	body.chromium-static-dark .site-header .widget_tz_shopping_cart .widget_shopping_cart_content:empty {
		display: none !important;
	}
}

/* Cart and checkout information architecture correction. */
html.chromium-static-dark .woocommerce-cart .r28-cart-config,
html.chromium-static-dark .woocommerce-checkout .r28-cart-config,
body.chromium-static-dark.woocommerce-cart .r28-cart-config,
body.chromium-static-dark.woocommerce-checkout .r28-cart-config {
	display: grid;
	gap: 8px;
	margin: 14px 0 0 !important;
	color: #f0f0f0 !important;
	text-align: left !important;
}

html.chromium-static-dark .woocommerce-cart .r28-cart-config__row,
html.chromium-static-dark .woocommerce-checkout .r28-cart-config__row,
body.chromium-static-dark.woocommerce-cart .r28-cart-config__row,
body.chromium-static-dark.woocommerce-checkout .r28-cart-config__row {
	display: grid;
	grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
	gap: 10px 14px;
	align-items: start;
	padding: 10px 0 0;
	border-top: 1px solid rgba(229, 224, 216, 0.10);
}

html.chromium-static-dark .woocommerce-cart .r28-cart-config__label,
html.chromium-static-dark .woocommerce-checkout .r28-cart-config__label,
body.chromium-static-dark.woocommerce-cart .r28-cart-config__label,
body.chromium-static-dark.woocommerce-checkout .r28-cart-config__label {
	color: #a9a193 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	text-transform: uppercase;
}

html.chromium-static-dark .woocommerce-cart .r28-cart-config__value,
html.chromium-static-dark .woocommerce-checkout .r28-cart-config__value,
body.chromium-static-dark.woocommerce-cart .r28-cart-config__value,
body.chromium-static-dark.woocommerce-checkout .r28-cart-config__value {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	min-width: 0;
	color: #f0f0f0 !important;
}

html.chromium-static-dark .woocommerce-cart .r28-cart-option-chip,
html.chromium-static-dark .woocommerce-checkout .r28-cart-option-chip,
body.chromium-static-dark.woocommerce-cart .r28-cart-option-chip,
body.chromium-static-dark.woocommerce-checkout .r28-cart-option-chip {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	max-width: 100%;
	padding: 6px 8px;
	background: rgba(240, 240, 240, 0.035);
	border: 1px solid rgba(229, 224, 216, 0.12);
	color: #f0f0f0 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
}

html.chromium-static-dark .woocommerce-cart .r28-cart-option-value,
html.chromium-static-dark .woocommerce-checkout .r28-cart-option-value,
body.chromium-static-dark.woocommerce-cart .r28-cart-option-value,
body.chromium-static-dark.woocommerce-checkout .r28-cart-option-value {
	color: #f0f0f0 !important;
}

html.chromium-static-dark .woocommerce-cart .r28-cart-option-price,
html.chromium-static-dark .woocommerce-checkout .r28-cart-option-price,
body.chromium-static-dark.woocommerce-cart .r28-cart-option-price,
body.chromium-static-dark.woocommerce-checkout .r28-cart-option-price {
	display: inline-flex;
	align-items: center;
	min-height: 21px;
	padding: 2px 7px;
	background: rgba(42, 96, 143, 0.34);
	border: 1px solid rgba(42, 96, 143, 0.64);
	color: #f0f0f0 !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	line-height: 1.15 !important;
}

html.chromium-static-dark body.woocommerce-cart .woocommerce-cart-form::before,
body.chromium-static-dark.woocommerce-cart .woocommerce-cart-form::before {
	content: "Your selected products";
	margin-bottom: 16px;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart .cart_item,
body.chromium-static-dark.woocommerce-cart .shop_table.cart .cart_item {
	grid-template-columns: 104px minmax(0, 1fr) 126px 58px 132px 32px;
	grid-template-areas:
		"thumb name name name name remove"
		"thumb price qty subtotal subtotal remove";
	column-gap: 14px;
	row-gap: 18px;
	align-items: start;
	padding: 20px !important;
	background: #222424 !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-name > a,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-name > a {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 1.35;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-thumbnail img,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-thumbnail img {
	width: 104px !important;
	height: 104px !important;
	background: #202121 !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-price,
html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-quantity,
html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-subtotal,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-price,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-quantity,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-subtotal {
	align-self: end;
	padding-top: 14px !important;
	border-top: 1px solid rgba(229, 224, 216, 0.10) !important;
}

html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-remove,
body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-remove {
	align-self: start;
}

html.chromium-static-dark body.woocommerce-checkout .site-content,
body.chromium-static-dark.woocommerce-checkout .site-content {
	background: #282a2a !important;
}

html.chromium-static-dark body.woocommerce-checkout article.page,
body.chromium-static-dark.woocommerce-checkout article.page {
	max-width: 1172px;
	margin: 30px auto 52px !important;
	padding: 28px !important;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

html.chromium-static-dark body.woocommerce-checkout .entry-title,
body.chromium-static-dark.woocommerce-checkout .entry-title {
	margin: 0 0 24px !important;
	color: #f0f0f0 !important;
	font-size: 30px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

html.chromium-static-dark body.woocommerce-checkout form.checkout,
body.chromium-static-dark.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 448px);
	column-gap: 28px;
	row-gap: 24px;
	align-items: start;
}

html.chromium-static-dark body.woocommerce-checkout #customer_details,
body.chromium-static-dark.woocommerce-checkout #customer_details {
	grid-column: 1;
	min-width: 0;
}

html.chromium-static-dark body.woocommerce-checkout #order_review_heading,
body.chromium-static-dark.woocommerce-checkout #order_review_heading {
	grid-column: 2;
	margin: 0 !important;
	padding: 0 0 14px;
	color: #f0f0f0 !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
	text-transform: uppercase;
}

html.chromium-static-dark body.woocommerce-checkout #order_review,
body.chromium-static-dark.woocommerce-checkout #order_review {
	grid-column: 2;
	position: sticky;
	top: 24px;
	display: block !important;
	min-width: 0;
	padding: 22px !important;
	background: #222424 !important;
	border: 1px solid rgba(229, 224, 216, 0.14) !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-billing-fields,
html.chromium-static-dark body.woocommerce-checkout .woocommerce-additional-fields,
body.chromium-static-dark.woocommerce-checkout .woocommerce-billing-fields,
body.chromium-static-dark.woocommerce-checkout .woocommerce-additional-fields {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-billing-fields h3,
html.chromium-static-dark body.woocommerce-checkout .woocommerce-additional-fields h3,
body.chromium-static-dark.woocommerce-checkout .woocommerce-billing-fields h3,
body.chromium-static-dark.woocommerce-checkout .woocommerce-additional-fields h3 {
	margin: 0 0 22px !important;
	color: #f0f0f0 !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce form .form-row,
body.chromium-static-dark.woocommerce-checkout .woocommerce form .form-row {
	margin-bottom: 17px !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce form .form-row label,
body.chromium-static-dark.woocommerce-checkout .woocommerce form .form-row label {
	margin-bottom: 7px;
	color: #c6bfb4 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce form .form-row input.input-text,
html.chromium-static-dark body.woocommerce-checkout .woocommerce form .form-row textarea,
html.chromium-static-dark body.woocommerce-checkout .woocommerce form .form-row select,
body.chromium-static-dark.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.chromium-static-dark.woocommerce-checkout .woocommerce form .form-row textarea,
body.chromium-static-dark.woocommerce-checkout .woocommerce form .form-row select {
	min-height: 44px;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.18) !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-info,
body.chromium-static-dark.woocommerce-checkout .woocommerce-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 28px !important;
	padding: 14px 18px !important;
	background: #2b2d2d !important;
	border: 1px solid rgba(229, 224, 216, 0.12) !important;
	color: #d7d1c8 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-info a,
body.chromium-static-dark.woocommerce-checkout .woocommerce-info a {
	color: #f0f0f0 !important;
	font-weight: 800;
	text-decoration: none !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table {
	display: block !important;
	margin: 0 0 20px !important;
	background: transparent !important;
	border: 0 !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
	display: none !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
	display: grid;
	gap: 12px;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	padding: 16px !important;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.12) !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table th {
	display: block !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
	display: grid !important;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 10px 12px;
	align-items: start;
	min-width: 0;
	color: #f0f0f0 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .img,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .img {
	grid-column: 1;
	grid-row: 1;
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	margin: 0 !important;
	background: #181a1b !important;
	border: 1px solid rgba(229, 224, 216, 0.16) !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name img,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name img {
	display: block;
	width: 64px !important;
	height: 64px !important;
	object-fit: cover;
	background: #181a1b !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
	color: #c6bfb4 !important;
	font-weight: 800;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .r28-cart-config,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .r28-cart-config {
	grid-column: 1 / -1;
	margin-top: 8px !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
	justify-self: end;
	min-width: 86px;
	color: #f0f0f0 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	text-align: right;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
	display: grid;
	gap: 12px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(229, 224, 216, 0.14);
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: baseline;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
	color: #a9a193 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-align: left !important;
	text-transform: uppercase;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
	justify-self: end;
	text-align: right !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
	color: #2f8fd3 !important;
	font-size: 24px !important;
	font-weight: 900 !important;
	line-height: 1.15;
}

html.chromium-static-dark body.woocommerce-checkout #payment,
html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-payment,
body.chromium-static-dark.woocommerce-checkout #payment,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-payment {
	margin: 18px 0 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-checkout #payment ul.payment_methods,
body.chromium-static-dark.woocommerce-checkout #payment ul.payment_methods {
	margin: 0 0 18px !important;
	padding: 16px !important;
	background: #202121 !important;
	border: 1px solid rgba(229, 224, 216, 0.12) !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-checkout #payment ul.payment_methods li,
body.chromium-static-dark.woocommerce-checkout #payment ul.payment_methods li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 8px 10px;
	align-items: center;
	margin: 0 0 10px !important;
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-checkout #payment ul.payment_methods li:last-child,
body.chromium-static-dark.woocommerce-checkout #payment ul.payment_methods li:last-child {
	margin-bottom: 0 !important;
}

html.chromium-static-dark body.woocommerce-checkout #payment label,
html.chromium-static-dark body.woocommerce-checkout #payment a,
body.chromium-static-dark.woocommerce-checkout #payment label,
body.chromium-static-dark.woocommerce-checkout #payment a {
	color: #f0f0f0 !important;
}

html.chromium-static-dark body.woocommerce-checkout #payment input[type="radio"],
html.chromium-static-dark body.woocommerce-checkout #payment input[type="checkbox"],
body.chromium-static-dark.woocommerce-checkout #payment input[type="radio"],
body.chromium-static-dark.woocommerce-checkout #payment input[type="checkbox"] {
	accent-color: #2f8fd3;
}

html.chromium-static-dark body.woocommerce-checkout #payment div.payment_box,
body.chromium-static-dark.woocommerce-checkout #payment div.payment_box {
	background: #282a2a !important;
	color: #d7d1c8 !important;
	border: 1px solid rgba(229, 224, 216, 0.12) !important;
}

html.chromium-static-dark body.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
html.chromium-static-dark body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper,
body.chromium-static-dark.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
body.chromium-static-dark.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	color: #d7d1c8 !important;
	font-size: 13px;
	line-height: 1.55;
	text-align: left !important;
}

html.chromium-static-dark body.woocommerce-checkout #payment .woocommerce-privacy-policy-text a,
html.chromium-static-dark body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper a,
body.chromium-static-dark.woocommerce-checkout #payment .woocommerce-privacy-policy-text a,
body.chromium-static-dark.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper a {
	color: #f0f0f0 !important;
	font-weight: 800;
}

html.chromium-static-dark body.woocommerce-checkout #payment #place_order,
body.chromium-static-dark.woocommerce-checkout #payment #place_order {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 48px;
	margin-top: 14px !important;
	background: #2f8fd3 !important;
	border: 1px solid #2f8fd3 !important;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-align: center !important;
}

html.chromium-static-dark .woocommerce img.r28-media-pending,
html.chromium-static-dark .woocommerce img[src^="data:image/gif"],
body.chromium-static-dark .woocommerce img.r28-media-pending,
body.chromium-static-dark .woocommerce img[src^="data:image/gif"] {
	background: transparent !important;
	opacity: 0 !important;
}

html.chromium-static-dark .woocommerce .products .img-wrapper,
html.chromium-static-dark .woocommerce-cart td.product-thumbnail,
html.chromium-static-dark .woocommerce-checkout-review-order-table td.product-name .img,
html.chromium-static-dark .single-product .product-images-wrapper .woocommerce-product-gallery__image,
body.chromium-static-dark .woocommerce .products .img-wrapper,
body.chromium-static-dark.woocommerce-cart td.product-thumbnail,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .img,
body.chromium-static-dark.single-product .product-images-wrapper .woocommerce-product-gallery__image {
	background: #202121 !important;
}

@media (max-width: 1023px) {
	html.chromium-static-dark body.woocommerce-checkout form.checkout,
	body.chromium-static-dark.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	html.chromium-static-dark body.woocommerce-checkout #customer_details,
	html.chromium-static-dark body.woocommerce-checkout #order_review_heading,
	html.chromium-static-dark body.woocommerce-checkout #order_review,
	body.chromium-static-dark.woocommerce-checkout #customer_details,
	body.chromium-static-dark.woocommerce-checkout #order_review_heading,
	body.chromium-static-dark.woocommerce-checkout #order_review {
		grid-column: 1;
	}

	html.chromium-static-dark body.woocommerce-checkout #order_review,
	body.chromium-static-dark.woocommerce-checkout #order_review {
		position: static;
	}
}

@media (max-width: 767px) {
	html.chromium-static-dark body.woocommerce-cart .shop_table.cart .cart_item,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart .cart_item {
		grid-template-columns: 82px minmax(0, 1fr) 32px;
		grid-template-areas:
			"thumb thumb remove"
			"name name name"
			"price price price"
			"qty qty qty"
			"subtotal subtotal subtotal";
		row-gap: 14px;
		text-align: left;
	}

	html.chromium-static-dark body.woocommerce-cart .shop_table.cart td.product-thumbnail img,
	body.chromium-static-dark.woocommerce-cart .shop_table.cart td.product-thumbnail img {
		width: 82px !important;
		height: 82px !important;
	}

	html.chromium-static-dark .woocommerce-cart .r28-cart-config__row,
	html.chromium-static-dark .woocommerce-checkout .r28-cart-config__row,
	body.chromium-static-dark.woocommerce-cart .r28-cart-config__row,
	body.chromium-static-dark.woocommerce-checkout .r28-cart-config__row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	html.chromium-static-dark body.woocommerce-checkout article.page,
	body.chromium-static-dark.woocommerce-checkout article.page {
		margin: 14px 0 34px !important;
		padding: 18px 14px !important;
		border-left: 0;
		border-right: 0;
	}

	html.chromium-static-dark body.woocommerce-checkout .entry-title,
	body.chromium-static-dark.woocommerce-checkout .entry-title {
		font-size: 25px !important;
	}

	html.chromium-static-dark body.woocommerce-checkout .woocommerce-info,
	body.chromium-static-dark.woocommerce-checkout .woocommerce-info {
		align-items: flex-start;
		flex-direction: column;
		padding: 14px !important;
	}

	html.chromium-static-dark body.woocommerce-checkout #order_review,
	body.chromium-static-dark.woocommerce-checkout #order_review {
		padding: 18px !important;
	}

	html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item,
	body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item {
		grid-template-columns: 1fr;
	}

	html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total,
	body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
		justify-self: stretch;
		padding-top: 12px !important;
		border-top: 1px solid rgba(229, 224, 216, 0.10) !important;
		text-align: left;
	}

	html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total::before,
	body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total::before {
		content: "Subtotal";
		display: block;
		margin-bottom: 4px;
		color: #a9a193;
		font-size: 11px;
		font-weight: 800;
		text-transform: uppercase;
	}
}

/* Checkout readability refinement for configured products. */
html.chromium-static-dark body.woocommerce-checkout article.page,
body.chromium-static-dark.woocommerce-checkout article.page {
	max-width: 1268px;
}

html.chromium-static-dark body.woocommerce-checkout form.checkout,
body.chromium-static-dark.woocommerce-checkout form.checkout {
	grid-template-columns: minmax(0, 1fr) minmax(520px, 560px);
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-info,
body.chromium-static-dark.woocommerce-checkout .woocommerce-info {
	justify-content: flex-start;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-info::before,
body.chromium-static-dark.woocommerce-checkout .woocommerce-info::before {
	display: none !important;
	content: none !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-info a,
body.chromium-static-dark.woocommerce-checkout .woocommerce-info a {
	margin-left: auto;
}

html.chromium-static-dark body.woocommerce-checkout .r28-cart-config__row,
body.chromium-static-dark.woocommerce-checkout .r28-cart-config__row {
	grid-template-columns: minmax(140px, 0.38fr) minmax(0, 1fr);
	gap: 8px 14px;
}

html.chromium-static-dark body.woocommerce-checkout .r28-cart-config__value,
body.chromium-static-dark.woocommerce-checkout .r28-cart-config__value {
	gap: 8px;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td,
html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .amount,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .amount {
	white-space: nowrap;
}

@media (max-width: 1180px) {
	html.chromium-static-dark body.woocommerce-checkout form.checkout,
	body.chromium-static-dark.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	html.chromium-static-dark body.woocommerce-checkout #customer_details,
	html.chromium-static-dark body.woocommerce-checkout #order_review_heading,
	html.chromium-static-dark body.woocommerce-checkout #order_review,
	body.chromium-static-dark.woocommerce-checkout #customer_details,
	body.chromium-static-dark.woocommerce-checkout #order_review_heading,
	body.chromium-static-dark.woocommerce-checkout #order_review {
		grid-column: 1;
	}

	html.chromium-static-dark body.woocommerce-checkout #order_review,
	body.chromium-static-dark.woocommerce-checkout #order_review {
		position: static;
	}
}

@media (max-width: 767px) {
	html.chromium-static-dark body.woocommerce-checkout .woocommerce-info a,
	body.chromium-static-dark.woocommerce-checkout .woocommerce-info a {
		margin-left: 0;
	}

	html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td,
	body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
		font-size: 22px !important;
	}

	html.chromium-static-dark body.woocommerce-checkout .r28-cart-config__row,
	body.chromium-static-dark.woocommerce-checkout .r28-cart-config__row {
		grid-template-columns: 1fr;
		gap: 7px;
	}
}

/* Checkout order review: full-width configured product cards. */
html.chromium-static-dark body.woocommerce-checkout #order_review,
body.chromium-static-dark.woocommerce-checkout #order_review {
	overflow: hidden;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
	gap: 16px;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item {
	grid-template-columns: 1fr !important;
	gap: 15px;
	padding: 18px !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: 76px minmax(0, 1fr) !important;
	gap: 12px 14px !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .img,
html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name img,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .img,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name img {
	width: 76px !important;
	height: 76px !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .r28-cart-config,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .r28-cart-config {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 10px !important;
}

html.chromium-static-dark body.woocommerce-checkout .r28-cart-config__row,
body.chromium-static-dark.woocommerce-checkout .r28-cart-config__row {
	grid-template-columns: minmax(150px, 0.31fr) minmax(0, 1fr);
	gap: 9px 16px;
	padding-top: 11px;
}

html.chromium-static-dark body.woocommerce-checkout .r28-cart-config__label,
body.chromium-static-dark.woocommerce-checkout .r28-cart-config__label {
	padding-top: 4px;
	color: #b8afa2 !important;
}

html.chromium-static-dark body.woocommerce-checkout .r28-cart-config__value,
body.chromium-static-dark.woocommerce-checkout .r28-cart-config__value {
	gap: 8px;
}

html.chromium-static-dark body.woocommerce-checkout .r28-cart-option-chip,
body.chromium-static-dark.woocommerce-checkout .r28-cart-option-chip {
	display: inline-grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-width: 154px;
	padding: 7px 9px;
	background: #242626 !important;
	border-color: rgba(229, 224, 216, 0.16) !important;
}

html.chromium-static-dark body.woocommerce-checkout .r28-cart-option-price,
body.chromium-static-dark.woocommerce-checkout .r28-cart-option-price {
	justify-self: end;
	white-space: nowrap;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
	display: flex !important;
	align-items: baseline;
	justify-content: space-between;
	justify-self: stretch;
	gap: 18px;
	min-width: 0;
	width: 100% !important;
	padding-top: 14px !important;
	border-top: 1px solid rgba(229, 224, 216, 0.14) !important;
	text-align: right !important;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total::before,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total::before {
	content: "Item subtotal";
	color: #a9a193;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
	display: flex !important;
	justify-content: flex-end;
	min-width: 0;
}

html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .amount,
body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .amount {
	display: inline-flex;
	max-width: 100%;
	white-space: nowrap;
}

@media (max-width: 767px) {
	html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name,
	body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
		grid-template-columns: 72px minmax(0, 1fr) !important;
	}

	html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .img,
	html.chromium-static-dark body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name img,
	body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .img,
	body.chromium-static-dark.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name img {
		width: 72px !important;
		height: 72px !important;
	}

	html.chromium-static-dark body.woocommerce-checkout .r28-cart-config__row,
	body.chromium-static-dark.woocommerce-checkout .r28-cart-config__row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	html.chromium-static-dark body.woocommerce-checkout .r28-cart-option-chip,
	body.chromium-static-dark.woocommerce-checkout .r28-cart-option-chip {
		width: 100%;
		min-width: 0;
	}
}

/* Phone/tablet homepage vehicle search panel. */
@media (max-width: 1024px) {
	html.chromium-static-dark body.home .front-page-shortcode,
	body.chromium-static-dark.home .front-page-shortcode {
		box-sizing: border-box;
		width: 100%;
		padding: 0 14px !important;
	}

	html.chromium-static-dark body.home .home-hero-search,
	body.chromium-static-dark.home .home-hero-search {
		box-sizing: border-box;
		width: min(100%, 680px) !important;
		margin: 30px auto 30px !important;
		padding: 16px !important;
		background: #1f2020 !important;
		border: 1px solid rgba(94, 166, 231, 0.28);
		box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
		overflow: visible !important;
		-webkit-text-size-adjust: 100%;
	}

	html.chromium-static-dark body.home .home-hero-search::before,
	body.chromium-static-dark.home .home-hero-search::before {
		content: "Select your vehicle";
		display: block;
		margin: 0 0 14px;
		color: #f0f0f0;
		font-size: 19px;
		font-weight: 900;
		line-height: 1.22;
		letter-spacing: 0;
		text-transform: none;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tabs-wrapper,
	body.chromium-static-dark.home .home-hero-search .elementor-tabs-wrapper {
		display: none !important;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-desktop-title,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-desktop-title {
		display: none !important;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-mobile-title,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-mobile-title {
		position: relative;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		min-height: 56px;
		margin: 0 !important;
		padding: 14px 54px 14px 16px !important;
		background: #202121 !important;
		border: 1px solid rgba(229, 224, 216, 0.14) !important;
		color: #e5e0d8 !important;
		font-size: 13px !important;
		font-weight: 900 !important;
		line-height: 1.15 !important;
		text-transform: uppercase;
		transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-mobile-title[data-tab="1"].elementor-active,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-mobile-title[data-tab="1"].elementor-active {
		display: none !important;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-mobile-title + .elementor-tab-mobile-title,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-mobile-title + .elementor-tab-mobile-title {
		margin-top: 10px !important;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content + .elementor-tab-mobile-title,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content + .elementor-tab-mobile-title {
		margin-top: 12px !important;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-mobile-title::after,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-mobile-title::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 9px;
		height: 9px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		opacity: 0.82;
		transform: translateY(-60%) rotate(45deg);
		transition: transform 160ms ease;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-mobile-title.elementor-active,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-mobile-title.elementor-active {
		background: #222a30 !important;
		border-color: #2f8fd3 !important;
		color: #ffffff !important;
		box-shadow: inset 4px 0 0 #2f8fd3;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-mobile-title.elementor-active::after,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-mobile-title.elementor-active::after {
		transform: translateY(-35%) rotate(225deg);
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-mobile-title:focus-visible,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-mobile-title:focus-visible {
		outline: 2px solid #5ea6e7;
		outline-offset: 3px;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tabs-content-wrapper,
	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content,
	body.chromium-static-dark.home .home-hero-search .elementor-tabs-content-wrapper,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content {
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		overflow: visible !important;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tabs-content-wrapper,
	body.chromium-static-dark.home .home-hero-search .elementor-tabs-content-wrapper {
		display: grid !important;
		gap: 10px;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content.elementor-active,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content.elementor-active {
		margin: 0 0 2px !important;
		animation: r28-home-filter-panel-in 220ms cubic-bezier(0.22, 1, 0.36, 1);
		scroll-margin-top: 92px;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_sid_home_page,
	body.chromium-static-dark.home .home-hero-search .woof_sid_home_page {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 18px !important;
		background: #222323 !important;
		border: 1px solid rgba(229, 224, 216, 0.16);
		color: #f0f0f0 !important;
		overflow: visible !important;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_redraw_zone,
	html.chromium-static-dark body.home .home-hero-search .woof_container_select_hierarchy,
	html.chromium-static-dark body.home .home-hero-search .woof_container_inner_vehiclemodelyear,
	body.chromium-static-dark.home .home-hero-search .woof_redraw_zone,
	body.chromium-static-dark.home .home-hero-search .woof_container_select_hierarchy,
	body.chromium-static-dark.home .home-hero-search .woof_container_inner_vehiclemodelyear {
		display: block !important;
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_container,
	html.chromium-static-dark body.home .home-hero-search .woof_container_inner,
	body.chromium-static-dark.home .home-hero-search .woof_container,
	body.chromium-static-dark.home .home-hero-search .woof_container_inner {
		margin: 0 !important;
		padding: 0 !important;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_container_inner_vehiclemodelyear::before,
	body.chromium-static-dark.home .home-hero-search .woof_container_inner_vehiclemodelyear::before {
		content: "Select your vehicle, model and year";
		display: block;
		margin: 0 0 15px;
		color: #d6cfc5;
		font-size: 14px;
		font-weight: 800;
		line-height: 1.35;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_block_html_items,
	body.chromium-static-dark.home .home-hero-search .woof_block_html_items {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		width: 100% !important;
		max-width: 100% !important;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container,
	body.chromium-static-dark.home .home-hero-search .chosen-container {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		font-size: 16px !important;
		touch-action: manipulation;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single {
		display: flex !important;
		align-items: center;
		min-height: 54px;
		padding: 0 56px 0 16px !important;
		background: #202121 !important;
		border: 1px solid rgba(229, 224, 216, 0.22) !important;
		color: #f0f0f0 !important;
		font-size: 16px !important;
		font-weight: 800 !important;
		line-height: 1.2 !important;
		box-shadow: none !important;
		touch-action: manipulation;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single span,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single span {
		color: inherit !important;
		font-size: 16px !important;
		line-height: 1.2 !important;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single span.r28-has-brand-icon,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single span.r28-has-brand-icon,
	html.chromium-static-dark body.home .home-hero-search .chosen-results li.r28-has-brand-icon,
	body.chromium-static-dark.home .home-hero-search .chosen-results li.r28-has-brand-icon {
		display: flex !important;
		align-items: center;
		gap: 10px;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-results li.r28-has-brand-icon,
	body.chromium-static-dark.home .home-hero-search .chosen-results li.r28-has-brand-icon {
		justify-content: flex-start;
	}

	html.chromium-static-dark body.home .home-hero-search .r28-filter-brand-icon,
	body.chromium-static-dark.home .home-hero-search .r28-filter-brand-icon {
		display: inline-block;
		flex: 0 0 22px;
		width: 22px;
		height: 22px;
		background: #f0f0f0;
		opacity: 0.92;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-results li.highlighted .r28-filter-brand-icon,
	body.chromium-static-dark.home .home-hero-search .chosen-results li.highlighted .r28-filter-brand-icon {
		background: #ffffff;
		opacity: 1;
	}

	html.chromium-static-dark body.home .home-hero-search .r28-filter-brand-label,
	body.chromium-static-dark.home .home-hero-search .r28-filter-brand-label {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-audi,
	body.chromium-static-dark.home .home-hero-search .r28-brand-audi {
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/audi.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/audi.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-bmw,
	body.chromium-static-dark.home .home-hero-search .r28-brand-bmw {
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/bmw.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/bmw.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-lamborghini,
	body.chromium-static-dark.home .home-hero-search .r28-brand-lamborghini {
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/lamborghini.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/lamborghini.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-land-rover,
	body.chromium-static-dark.home .home-hero-search .r28-brand-land-rover {
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/land-rover.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/land-rover.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-mercedes,
	body.chromium-static-dark.home .home-hero-search .r28-brand-mercedes {
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/mercedes.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/mercedes.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-porsche,
	body.chromium-static-dark.home .home-hero-search .r28-brand-porsche {
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/porsche.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/porsche.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-range-rover,
	body.chromium-static-dark.home .home-hero-search .r28-brand-range-rover {
		flex-basis: 42px;
		width: 42px;
		height: 14px;
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/range-rover.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/range-rover.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-tesla,
	body.chromium-static-dark.home .home-hero-search .r28-brand-tesla {
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/tesla.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/tesla.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-toyota,
	body.chromium-static-dark.home .home-hero-search .r28-brand-toyota {
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/toyota.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/toyota.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-volkswagen,
	body.chromium-static-dark.home .home-hero-search .r28-brand-volkswagen {
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/volkswagen.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/volkswagen.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .r28-brand-volvo,
	body.chromium-static-dark.home .home-hero-search .r28-brand-volvo {
		-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/volvo.svg");
		mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/volvo.svg");
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single div,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single div {
		right: 0;
		top: 0;
		bottom: 0;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 52px !important;
		border-left: 1px solid rgba(229, 224, 216, 0.12);
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single div b,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single div b {
		display: none !important;
		background: none !important;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single div::before,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single div::before {
		content: "";
		width: 9px;
		height: 9px;
		border-right: 2px solid #d6cfc5;
		border-bottom: 2px solid #d6cfc5;
		transform: translateY(-2px) rotate(45deg);
		transition: transform 160ms ease;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-active.chosen-with-drop .chosen-single div::before,
	body.chromium-static-dark.home .home-hero-search .chosen-container-active.chosen-with-drop .chosen-single div::before {
		transform: translateY(2px) rotate(225deg);
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-single.chosen-disabled .chosen-single div::before,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single.chosen-disabled .chosen-single div::before {
		opacity: 0.38;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container .chosen-drop,
	body.chromium-static-dark.home .home-hero-search .chosen-container .chosen-drop {
		margin-top: 6px;
		background: #202121 !important;
		border: 1px solid rgba(229, 224, 216, 0.2) !important;
		box-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
		z-index: 10020;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-search,
	body.chromium-static-dark.home .home-hero-search .chosen-search {
		display: none !important;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-search input[type="text"],
	body.chromium-static-dark.home .home-hero-search .chosen-search input[type="text"] {
		min-height: 46px;
		padding: 10px 14px !important;
		background: #242626 !important;
		border: 1px solid rgba(229, 224, 216, 0.18) !important;
		color: #f0f0f0 !important;
		font-size: 16px !important;
		line-height: 1.25 !important;
		touch-action: manipulation;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-results li,
	body.chromium-static-dark.home .home-hero-search .chosen-results li {
		min-height: 46px;
		padding: 12px 14px !important;
		color: #e5e0d8 !important;
		font-size: 16px !important;
		font-weight: 700;
		line-height: 1.25 !important;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_submit_search_form_container,
	body.chromium-static-dark.home .home-hero-search .woof_submit_search_form_container {
		display: block !important;
		margin: 16px 0 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_submit_search_form,
	body.chromium-static-dark.home .home-hero-search .woof_submit_search_form {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100% !important;
		min-height: 54px;
		padding: 0 18px !important;
		background: #2f8fd3 !important;
		border: 1px solid #2f8fd3 !important;
		color: transparent !important;
		font-size: 0 !important;
		font-weight: 900 !important;
		line-height: 1.2 !important;
		text-transform: uppercase;
		touch-action: manipulation;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_submit_search_form::before,
	body.chromium-static-dark.home .home-hero-search .woof_submit_search_form::before {
		content: "Search";
		color: #ffffff;
		font-size: 15px;
		font-weight: 900;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content[data-tab="2"] > div,
	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content[data-tab="3"] > div,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content[data-tab="2"] > div,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content[data-tab="3"] > div {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 14px !important;
		background: #222323 !important;
		border: 1px solid rgba(229, 224, 216, 0.16);
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content[data-tab="2"] a,
	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content[data-tab="3"] a,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content[data-tab="2"] a,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content[data-tab="3"] a {
		display: block;
		padding: 10px;
		background: #1f2020 !important;
		border: 1px solid rgba(229, 224, 216, 0.12);
		transition: border-color 160ms ease, transform 160ms ease;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content[data-tab="2"] a:active,
	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content[data-tab="3"] a:active,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content[data-tab="2"] a:active,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content[data-tab="3"] a:active {
		border-color: #2f8fd3;
		transform: translateY(1px);
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content[data-tab="2"] img,
	html.chromium-static-dark body.home .home-hero-search .elementor-tab-content[data-tab="3"] img,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content[data-tab="2"] img,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-content[data-tab="3"] img {
		display: block;
		width: 100%;
		height: auto;
		max-height: 132px;
		object-fit: contain;
		background: transparent !important;
	}
}

@keyframes r28-home-filter-panel-in {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single span.r28-has-brand-icon,
body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single span.r28-has-brand-icon,
html.chromium-static-dark body.home .home-hero-search .chosen-results li.r28-has-brand-icon,
body.chromium-static-dark.home .home-hero-search .chosen-results li.r28-has-brand-icon {
	display: flex !important;
	align-items: center;
	gap: 10px;
}

html.chromium-static-dark body.home .home-hero-search .chosen-results li.r28-has-brand-icon,
body.chromium-static-dark.home .home-hero-search .chosen-results li.r28-has-brand-icon {
	justify-content: flex-start;
}

html.chromium-static-dark body.home .home-hero-search .r28-filter-brand-icon,
body.chromium-static-dark.home .home-hero-search .r28-filter-brand-icon {
	display: inline-block;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	background: #f0f0f0;
	opacity: 0.92;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

html.chromium-static-dark body.home .home-hero-search .chosen-results li.highlighted .r28-filter-brand-icon,
body.chromium-static-dark.home .home-hero-search .chosen-results li.highlighted .r28-filter-brand-icon {
	background: #ffffff;
	opacity: 1;
}

html.chromium-static-dark body.home .home-hero-search .r28-filter-brand-label,
body.chromium-static-dark.home .home-hero-search .r28-filter-brand-label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-audi,
body.chromium-static-dark.home .home-hero-search .r28-brand-audi {
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/audi.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/audi.svg");
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-bmw,
body.chromium-static-dark.home .home-hero-search .r28-brand-bmw {
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/bmw.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/bmw.svg");
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-lamborghini,
body.chromium-static-dark.home .home-hero-search .r28-brand-lamborghini {
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/lamborghini.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/lamborghini.svg");
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-land-rover,
body.chromium-static-dark.home .home-hero-search .r28-brand-land-rover {
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/land-rover.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/land-rover.svg");
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-mercedes,
body.chromium-static-dark.home .home-hero-search .r28-brand-mercedes {
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/mercedes.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/mercedes.svg");
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-porsche,
body.chromium-static-dark.home .home-hero-search .r28-brand-porsche {
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/porsche.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/porsche.svg");
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-range-rover,
body.chromium-static-dark.home .home-hero-search .r28-brand-range-rover {
	flex-basis: 42px;
	width: 42px;
	height: 14px;
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/range-rover.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/range-rover.svg");
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-tesla,
body.chromium-static-dark.home .home-hero-search .r28-brand-tesla {
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/tesla.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/tesla.svg");
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-toyota,
body.chromium-static-dark.home .home-hero-search .r28-brand-toyota {
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/toyota.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/toyota.svg");
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-volkswagen,
body.chromium-static-dark.home .home-hero-search .r28-brand-volkswagen {
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/volkswagen.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/volkswagen.svg");
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-volvo,
body.chromium-static-dark.home .home-hero-search .r28-brand-volvo {
	-webkit-mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/volvo.svg");
	mask-image: url("/wp-content/themes/chromium/assets/img/brand-icons/volvo.svg");
}

@media (min-width: 700px) and (max-width: 1024px) {
	html.chromium-static-dark body.home .home-hero-search,
	body.chromium-static-dark.home .home-hero-search {
		width: min(100%, 720px) !important;
		padding: 22px !important;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_block_html_items,
	body.chromium-static-dark.home .home-hero-search .woof_block_html_items {
		grid-template-columns: 1fr;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-mobile-title,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-mobile-title {
		min-height: 62px;
		padding-right: 60px !important;
		font-size: 14px !important;
	}
}

/* Phone/tablet vehicle search polish after live iPhone overflow checks. */
@media (max-width: 1024px) {
	html.chromium-static-dark body.home .front-page-shortcode,
	body.chromium-static-dark.home .front-page-shortcode {
		padding: 0 !important;
	}

	html.chromium-static-dark body.home .front-page-shortcode .elementor-column > .elementor-element-populated,
	body.chromium-static-dark.home .front-page-shortcode .elementor-column > .elementor-element-populated {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html.chromium-static-dark body.home .home-hero-search,
	body.chromium-static-dark.home .home-hero-search {
		width: 100% !important;
		max-width: 720px !important;
		margin: 34px auto 38px !important;
		padding: 12px !important;
		background: #242525 !important;
		border-color: #424546 !important;
		box-shadow: none !important;
		color: #e8e6e3 !important;
	}

	html.chromium-static-dark body.home .home-hero-search,
	html.chromium-static-dark body.home .home-hero-search *,
	body.chromium-static-dark.home .home-hero-search,
	body.chromium-static-dark.home .home-hero-search * {
		box-sizing: border-box;
	}

	html.chromium-static-dark body.home .home-hero-search::before,
	body.chromium-static-dark.home .home-hero-search::before {
		margin-bottom: 12px;
		color: #e8e6e3;
		font-size: 18px;
		font-weight: 800;
		line-height: 1.2;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_sid_home_page,
	body.chromium-static-dark.home .home-hero-search .woof_sid_home_page {
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		color: #e8e6e3 !important;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_container_inner_vehiclemodelyear::before,
	body.chromium-static-dark.home .home-hero-search .woof_container_inner_vehiclemodelyear::before {
		margin-bottom: 10px;
		color: #bdb5aa;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.35;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_block_html_items,
	html.chromium-static-dark body.home .home-hero-search .woof_block_html_items > *,
	html.chromium-static-dark body.home .home-hero-search .woof_container,
	html.chromium-static-dark body.home .home-hero-search .woof_container_inner,
	body.chromium-static-dark.home .home-hero-search .woof_block_html_items,
	body.chromium-static-dark.home .home-hero-search .woof_block_html_items > *,
	body.chromium-static-dark.home .home-hero-search .woof_container,
	body.chromium-static-dark.home .home-hero-search .woof_container_inner {
		min-width: 0 !important;
		max-width: 100% !important;
	}

	html.chromium-static-dark body.home .home-hero-search select.woof_select_brand_year_model,
	html.chromium-static-dark body.home .home-hero-search .chosen-container,
	html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single,
	body.chromium-static-dark.home .home-hero-search select.woof_select_brand_year_model,
	body.chromium-static-dark.home .home-hero-search .chosen-container,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single {
		min-height: 50px;
		padding: 0 48px 0 13px !important;
		background: #202121 !important;
		border: 1px solid #515455 !important;
		color: #e8e6e3 !important;
		font-size: 16px !important;
		font-weight: 700 !important;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single > span,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single > span {
		display: flex !important;
		align-items: center;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		overflow: hidden !important;
		color: inherit !important;
		white-space: nowrap !important;
		text-overflow: ellipsis !important;
	}

	html.chromium-static-dark body.home .home-hero-search .r28-filter-brand-label,
	body.chromium-static-dark.home .home-hero-search .r28-filter-brand-label {
		display: block !important;
		flex: 1 1 auto;
		min-width: 0 !important;
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-results .r28-filter-brand-label,
	body.chromium-static-dark.home .home-hero-search .chosen-results .r28-filter-brand-label {
		white-space: normal;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container-single .chosen-single div,
	body.chromium-static-dark.home .home-hero-search .chosen-container-single .chosen-single div {
		width: 46px !important;
		border-left-color: #424546;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-container .chosen-drop,
	body.chromium-static-dark.home .home-hero-search .chosen-container .chosen-drop {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		background: #242525 !important;
		border-color: #515455 !important;
	}

	html.chromium-static-dark body.home .home-hero-search .chosen-results li,
	body.chromium-static-dark.home .home-hero-search .chosen-results li {
		min-width: 0 !important;
		padding: 12px 13px !important;
		color: #e8e6e3 !important;
		font-size: 15px !important;
		font-weight: 700;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_submit_search_form_container,
	body.chromium-static-dark.home .home-hero-search .woof_submit_search_form_container {
		margin-top: 12px !important;
	}

	html.chromium-static-dark body.home .home-hero-search .woof_submit_search_form,
	body.chromium-static-dark.home .home-hero-search .woof_submit_search_form {
		min-height: 50px;
		background: #2f8fd3 !important;
		border-color: #2f8fd3 !important;
	}

	html.chromium-static-dark body.home .home-hero-search .elementor-tab-mobile-title,
	body.chromium-static-dark.home .home-hero-search .elementor-tab-mobile-title {
		min-height: 50px;
		padding: 13px 48px 13px 13px !important;
		background: #242525 !important;
		border-color: #424546 !important;
		color: #e8e6e3 !important;
		font-size: 12px !important;
		font-weight: 800 !important;
	}
}

html.chromium-static-dark body.home.page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single,
body.chromium-static-dark.home.page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single,
html.chromium-static-dark body.home.page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-active.chosen-with-drop .chosen-single,
body.chromium-static-dark.home.page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-active.chosen-with-drop .chosen-single {
	background: #202121 !important;
	border: 1px solid #515455 !important;
	color: #e8e6e3 !important;
}

html.chromium-static-dark body.home.page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single span,
body.chromium-static-dark.home.page-id-701 .home-hero-search .woof_sid_home_page .chosen-container-single .chosen-single span {
	color: #e8e6e3 !important;
}

html.chromium-static-dark body.home .home-hero-search .r28-brand-range-rover,
body.chromium-static-dark.home .home-hero-search .r28-brand-range-rover {
	flex-basis: 22px !important;
	width: 22px !important;
	height: 22px !important;
}

html.chromium-static-dark .site-footer .widget_nav_menu li.menu-item-has-children > a[role="button"],
body.chromium-static-dark .site-footer .widget_nav_menu li.menu-item-has-children > a[role="button"] {
	cursor: pointer;
}

html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle {
	background: transparent !important;
	border-color: rgba(229, 224, 216, 0.24) !important;
}

html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span {
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-1px) rotate(45deg);
	transition: transform 160ms ease;
}

html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span::before,
html.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span::after,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span::before,
body.chromium-static-dark .site-footer .widget_nav_menu .r28-footer-submenu-toggle span::after {
	content: none !important;
	display: none !important;
}

html.chromium-static-dark .site-footer .widget_nav_menu li.r28-footer-submenu-open > .r28-footer-submenu-toggle span,
body.chromium-static-dark .site-footer .widget_nav_menu li.r28-footer-submenu-open > .r28-footer-submenu-toggle span {
	transform: translateY(2px) rotate(225deg);
}

html.chromium-static-dark body.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description a:not(.button),
html.chromium-static-dark body.single-product div.product .woocommerce-Tabs-panel--description a:not(.button),
html.chromium-static-dark body.single-product div.product .woocommerce-tabs .panel a:not(.button),
body.chromium-static-dark.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description a:not(.button),
body.chromium-static-dark.single-product div.product .woocommerce-Tabs-panel--description a:not(.button),
body.chromium-static-dark.single-product div.product .woocommerce-tabs .panel a:not(.button) {
	color: #78aefa !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-decoration-color: currentColor !important;
	text-underline-offset: 0.18em !important;
	font-weight: 600 !important;
}

html.chromium-static-dark body.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description a:not(.button):hover,
html.chromium-static-dark body.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description a:not(.button):focus,
html.chromium-static-dark body.single-product div.product .woocommerce-Tabs-panel--description a:not(.button):hover,
html.chromium-static-dark body.single-product div.product .woocommerce-Tabs-panel--description a:not(.button):focus,
html.chromium-static-dark body.single-product div.product .woocommerce-tabs .panel a:not(.button):hover,
html.chromium-static-dark body.single-product div.product .woocommerce-tabs .panel a:not(.button):focus,
body.chromium-static-dark.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description a:not(.button):hover,
body.chromium-static-dark.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description a:not(.button):focus,
body.chromium-static-dark.single-product div.product .woocommerce-Tabs-panel--description a:not(.button):hover,
body.chromium-static-dark.single-product div.product .woocommerce-Tabs-panel--description a:not(.button):focus,
body.chromium-static-dark.single-product div.product .woocommerce-tabs .panel a:not(.button):hover,
body.chromium-static-dark.single-product div.product .woocommerce-tabs .panel a:not(.button):focus {
	color: #9fc6ff !important;
	text-decoration-thickness: 2px !important;
}
