input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 708px; --cmplz_banner_background_color: #f1f1f1; --cmplz_banner_border_color: #f1f1f1; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 0px 0px 0px 0px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #191e23; --cmplz_hyperlink_color: #191e23; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #21759b; --cmplz_button_accept_border_color: #21759b; --cmplz_button_accept_text_color: #fff; --cmplz_button_deny_background_color: #f1f1f1; --cmplz_button_deny_border_color: #f1f1f1; --cmplz_button_deny_text_color: #21759b; --cmplz_button_settings_background_color: #f1f1f1; --cmplz_button_settings_border_color: #21759b; --cmplz_button_settings_text_color: #21759b; --cmplz_button_border_radius: 5px 5px 5px 5px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #21759b; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #fff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { width: 100%; gap: 1px; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 769px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}.cmplz-cookiebanner .cmplz-title { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-close { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner .cmplz-links .cmplz-link { display: none;}.cmplz-soft-cookiewall { position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 9999;}.cmplz-soft-cookiewall.cmplz-dismissed { position: initial; display: none;}.cmplz-optout .cmplz-soft-cookiewall { position: initial;}.cmplz-document .cmplz-soft-cookiewall { position: initial;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-cookiebanner .cmplz-divider.cmplz-divider-header { height: 0;}#payment-method-message { display: none !important;}.wpcf7-response-output { color: green !important; font-weight: bold;}@media (max-width: 768px) { a[href*="online-shop"] { color: #dd3333 !important; }}@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); }}.button.secondary.lowercase[href*="product-category"] { background: linear-gradient(45deg, #dd3333, #dd3333); color: white !important; padding: 1px 10px; border-radius: px; font-weight: bold; animation: pulse 2s infinite; display: inline-block; text-align: center; transition: all 0.3s ease-in-out;}.button.secondary.lowercase[href*="product-category"]:hover { background: linear-gradient(45deg, #dd3333, #ff0000); transform: scale(1.1);}.nav-top-link[href*="online-shop"] { background: linear-gradient(45deg, #dd3333, #dd3333); color: white !important; padding: 1px 10px; border-radius: px; font-weight: bold; animation: pulse 2s infinite;}.nav-top-link[href*="online-shop"]:hover { background: linear-gradient(45deg, #ff0000, #ff0000); transform: scale(1.1);}.widget.woocommerce .widget-title.shop-sidebar { font-size: 14px; font-weight: bold; color: #333; text-transform: uppercase; letter-spacing: 1px; text-align: center;}.product_list_widget { font-size: 14px; }.product_list_widget .product-title { font-weight: bold; font-size: 13px; display: block; margin-top: 5px; }.product_list_widget .ywcrbp_regular_price { font-size: 12px; color: #555; }.product_list_widget .woocommerce-Price-amount { font-weight: bold; color: #222; }.product_list_widget .shipping-costs-info { font-size: 11px; }.shipping-costs-info { display: none !important; }#woocommerce_recently_viewed_products-4 .widget-title { font-size: 14px !important; font-weight: bold; color: #333; text-transform: uppercase; margin-bottom: 5px; }#woocommerce_recently_viewed_products-4 .product_list_widget li { padding: 10px 10; font-size: 12px; }.ywcrbp_sale_price .woocommerce-Price-amount { color: #FF0000; }.more-link.button.primary.is-outline.is-smaller { display: inline-block; padding: 3px 20px; background-color: transparent; color: #cfcfcf; border: 2px solid #007bff; border-radius: 5px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; }.more-link.button.primary.is-outline.is-smaller:hover { background-color: #007bff; color: #ffffff; }.more-link.button.primary.is-outline.is-smaller .meta-nav { margin-left: 5px; }button.is-form.expand.button[name="apply_coupon"] { background-color: #28a745; color: white; border: 2px solid #28a745; border-radius: 0px; padding: 0px 20px; font-size: 16px; font-weight: bold; text-align: center; text-decoration: none; text-shadow: none; transition: background-color 0.3s ease, color 0.3s ease; cursor: pointer; }button.is-form.expand.button[name="apply_coupon"]:hover { background-color: white; color: #28a745; border-color: #28a745; }button.is-form.expand.button[name="apply_coupon"]:disabled { background-color: #d3d3d3; color: #808080; border-color: #d3d3d3; text-shadow: none; cursor: not-allowed; }.button-continue-shopping.button.primary.is-outline { background-color: #4CAF50; color: white; border: 2px solid #4CAF50; border-radius: 20px; padding: 5px 20px; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none; transition: background-color 0.3s ease, color 0.3s ease; }.button-continue-shopping.button.primary.is-outline:hover { background-color: white; color: #4CAF50; border-color: #4CAF50; }.button.primary.mt-0.pull-left.small[name="update_cart"] { background-color: #4CAF50; color: white; border: 2px solid #4CAF50; border-radius: 22px; padding: 4px 15px; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none; transition: background-color 0.3s ease, color 0.3s ease; cursor: pointer; }.button.primary.mt-0.pull-left.small[name="update_cart"]:hover { background-color: white; color: #4CAF50; border-color: #4CAF50; }.button.primary.mt-0.pull-left.small[name="update_cart"]:disabled { background-color: #d3d3d3; color: white; border-color: #4CAF50; cursor: not-allowed; }.flickity-button.flickity-prev-next-button.previous { background-color: #c4313100 !important; }.ywcrbp_regular_price .woocommerce-Price-amount { font-weight: bold; color: #446084; }.ywcrbp_regular_price .woocommerce-Price-currencySymbol { font-size: 16px; vertical-align: super; margin-left: 1px; }.flickity-button.flickity-prev-next-button.next { background-color: #c4313100 !important; }.toggle { color: #000000 !important; box-shadow: none !important; background-color: #c4313100 !important; opacity: 1; }.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit { background-color: #333 !important; }button, input[type="button"], input[type="reset"], input[type="submit"], .modal input[type="submit"]:hover { background-color: !important; }.is-form, button.is-form, button[type=submit].is-form, input[type=button].is-form, input[type=reset].is-form, input[type=submit].is-form { background-color: #446084 !important; border: 1px solid #446084; }.button, input[type=button].button, input[type=reset].button, input[type=submit], input[type=submit].button { background-color: #446084 !important; }button, input[type="button"], input[type="reset"], input[type="submit"], .modal input[type="submit"]:hover { background-color: #333 !important; }.single-product .quantity input.qty { width: 60px; height: 40px; font-size: 14px; text-align: center; border: 1px solid #ccc; border-radius: 5px; padding: 5px; margin: 5px; }.single-product .quantity input.qty { width: 50px; height: 35px; font-size: 20px; text-align: center; border: 2px solid #ccc; border-radius: 5px; padding: 5px; }.single-product .quantity .minus:hover, .single-product .quantity .plus:hover { background-color: #005a87; }.single-product .price { color: #ff5722; font-size: 22px; font-weight: bold; }.single-product .quantity { display: flex; justify-content: center; margin-bottom: 1px; }.single-product .quantity .minus, .single-product .quantity .plus { display: inline-block; padding: 0px 20px; background-color: #fff; color: #4b6b9f; border: 0px solid #ccc; border-radius: 20px; margin: 0 5px; font-size: 16px; cursor: pointer; }.single-product .quantity input.qty { text-align: center; width: 60px; margin: 0 5px; }.single_add_to_cart_button.button.alt { background-color: #446084 !important; color: #ffffff !important; border: none !important; }.single_add_to_cart_button.button.alt { width: 100% !important; text-align: center; padding: 1px !important; font-size: 14px !important; }.single_add_to_cart_button.button.alt:hover { background-color: #3333 !important; color: #ffffff !important; }.ux-buy-now-button { background-color: #446084 !important; color: #ffffff !important; border: none !important; width: 100% !important; text-align: center !important; padding: 1px !important; font-size: 14px !important; border-radius: 5px; }.ux-buy-now-button:hover { background-color: #3333 !important; color: #ffffff !important; }button.reset_variations { background-color: transparent !important; border: none !important; color: blue !important; padding: 0 !important; }button.reset_variations { margin-top: -10px !important; margin-bottom: 0 !important; }.variations select { margin-bottom: -10px !important; }.variations_form .variations { margin-bottom: -10px; }#wc-stripe-payment-request-wrapper + *::after { content: "Ratenzahlung bei PayPal - Zahlen in 30 Tagen mit Klarna - Versand ab 388€ kostenlos - MwSt. ist schon enthalten - 100% sichere Bezahlung\A "; display: block; color: green; font-weight: bold; font-size: 13px; margin-bottom: 5px; margin-top: 0px; white-space: pre-line; }.stock.available-on-backorder::after { content: "Lieferdatum erfragen"; display: block; color: inherit; font-size: inherit; font-weight: inherit; }.payment-element,.yith-wcwl-add-to-wishlist-button__label,.stock.available-on-backorder,#wc-stripe-payment-request-wrapper,button.reset_variations,.ux-buy-now-button,.single_add_to_cart_button { margin-top: -10px !important; margin-bottom: -3px !important;}@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;600&display=swap');#pk3{background:#0a1628!important;padding:72px 32px 96px!important;overflow:hidden!important;position:relative!important;width:100%!important}#pk3::before{content:''!important;position:absolute!important;inset:0!important;background:radial-gradient(ellipse 80% 50% at 60% -10%,rgba(0,180,216,.15) 0%,transparent 60%)!important;pointer-events:none!important}#pk3 *{box-sizing:border-box!important;font-family:'DM Sans',sans-serif!important}#pk3 .pk3-in{max-width:1060px!important;margin:0 auto!important;position:relative!important}#pk3 .pk3-eye{display:flex!important;align-items:center!important;gap:10px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:#00b4d8!important;margin-bottom:14px!important}#pk3 .pk3-eye::before{content:''!important;display:block!important;width:28px!important;height:1px!important;background:#00b4d8!important;flex-shrink:0!important}#pk3 h2.pk3-h{font-family:'Bebas Neue',sans-serif!important;font-size:clamp(48px,7vw,88px)!important;line-height:.95!important;color:#f0f4f8!important;margin:0 0 6px!important;padding:0!important;background:none!important;border:none!important;text-transform:none!important;letter-spacing:.02em!important}#pk3 h2.pk3-h em{font-style:normal!important;color:#00b4d8!important}#pk3 .pk3-sub{font-size:16px!important;color:rgba(240,244,248,.65)!important;max-width:560px!important;line-height:1.65!important;margin:14px 0 44px!important;font-weight:300!important}#pk3 .pk3-brands{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;margin-bottom:44px!important;list-style:none!important;padding:0!important}#pk3 .pk3-brands li{display:inline-block!important;list-style:none!important;margin:0!important;padding:0!important}#pk3 .pk3-badge{display:inline-block!important;padding:6px 17px!important;border-radius:100px!important;border:1px solid rgba(0,180,216,.3)!important;font-size:11px!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#00b4d8!important;background:rgba(0,180,216,.07)!important;white-space:nowrap!important}#pk3 .pk3-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:13px!important;margin-bottom:52px!important}#pk3 .pk3-card{background:rgba(255,255,255,.05)!important;border:1px solid rgba(0,180,216,.18)!important;border-radius:13px!important;padding:22px 20px!important;display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:14px!important;box-shadow:none!important}#pk3 .pk3-card:hover{background:rgba(0,180,216,.1)!important;border-color:rgba(0,180,216,.45)!important;transform:translateY(-3px)!important}#pk3 .pk3-ico{font-size:22px!important;flex-shrink:0!important;margin-top:2px!important}#pk3 .pk3-card h3{font-size:14px!important;font-weight:600!important;color:#f0f4f8!important;margin:0 0 5px!important;padding:0!important;line-height:1.3!important;background:none!important}#pk3 .pk3-card p{font-size:13px!important;color:rgba(240,244,248,.55)!important;line-height:1.55!important;margin:0!important;padding:0!important;font-weight:300!important}#pk3 .pk3-ban{position:relative!important;border-radius:14px!important;padding:32px 36px!important;border:1px solid rgba(244,185,66,.3)!important;background:linear-gradient(135deg,rgba(244,185,66,.07),rgba(0,180,216,.04))!important;overflow:hidden!important;margin-bottom:44px!important}#pk3 .pk3-ban::before{content:''!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:2px!important;background:linear-gradient(90deg,transparent,#f4b942,#00b4d8,transparent)!important}#pk3 .pk3-blbl{font-size:10px!important;font-weight:600!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:#f4b942!important;margin-bottom:10px!important;display:flex!important;align-items:center!important;gap:8px!important}#pk3 .pk3-blbl::before{content:''!important;width:20px!important;height:1px!important;background:#f4b942!important;flex-shrink:0!important}#pk3 .pk3-ban h3{font-family:'Bebas Neue',sans-serif!important;font-size:clamp(20px,3vw,30px)!important;letter-spacing:.03em!important;color:#f0f4f8!important;margin:0 0 10px!important;padding:0!important;line-height:1.15!important;background:none!important}#pk3 .pk3-ban p{font-size:15px!important;color:rgba(240,244,248,.65)!important;line-height:1.7!important;font-weight:300!important;margin:0!important}#pk3 .pk3-loc{display:inline-flex!important;align-items:center!important;gap:6px!important;margin-top:14px!important;font-size:13px!important;font-weight:600!important;color:#00b4d8!important}#pk3 .pk3-demo{border:1px solid rgba(0,180,216,.22)!important;border-radius:14px!important;padding:28px 32px!important;background:rgba(0,180,216,.05)!important;display:flex!important;flex-direction:row!important;gap:22px!important;align-items:flex-start!important;flex-wrap:wrap!important}#pk3 .pk3-kite{font-size:48px!important;flex-shrink:0!important;animation:pk3Sway 4s ease-in-out infinite!important;filter:drop-shadow(0 0 12px rgba(0,180,216,.5))!important}@keyframes pk3Sway{0%,100%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}#pk3 .pk3-demo h3{font-family:'Bebas Neue',sans-serif!important;font-size:26px!important;letter-spacing:.04em!important;color:#00b4d8!important;margin:0 0 8px!important;padding:0!important;background:none!important}#pk3 .pk3-demo p{font-size:14px!important;color:rgba(240,244,248,.65)!important;line-height:1.65!important;font-weight:300!important;margin:0!important}#pk3 .pk3-cta{display:inline-flex!important;margin-top:16px!important;padding:11px 26px!important;background:#00b4d8!important;color:#060e1e!important;font-weight:700!important;font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase!important;border-radius:100px!important;text-decoration:none!important;border:none!important}#pk3 .pk3-cta:hover{background:#34c9e8!important}@media(max-width:900px){#pk3 .pk3-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:560px){#pk3 .pk3-grid{grid-template-columns:1fr!important}#pk3{padding:52px 18px 68px!important}}.pk-acc{margin:32px 0;font-family:"DM Sans",sans-serif}.pk-acc summary{list-style:none;cursor:pointer;background:#0a1628;color:#f0f4f8;padding:16px 22px;border-radius:10px;border:1px solid rgba(0,180,216,.3);font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:space-between;transition:background .2s;user-select:none}.pk-acc summary::-webkit-details-marker{display:none}.pk-acc summary::after{content:"▾";font-size:18px;color:#00b4d8;transition:transform .3s;flex-shrink:0;margin-left:12px}.pk-acc[open] summary::after{transform:rotate(180deg)}.pk-acc summary:hover{background:#0e2040}.pk-acc summary .pk-acc-icon{margin-right:10px;font-size:18px}.pk-acc-body{background:#0a1628;border:1px solid rgba(0,180,216,.2);border-top:none;border-radius:0 0 10px 10px;padding:24px 22px 28px}.pk-acc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}@media(max-width:768px){.pk-acc-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.pk-acc-grid{grid-template-columns:1fr}}.pk-acc-card{background:rgba(255,255,255,.04);border:1px solid rgba(0,180,216,.15);border-radius:9px;padding:13px 14px;display:flex;align-items:flex-start;gap:10px}.pk-acc-card .ico{font-size:18px;flex-shrink:0;margin-top:1px}.pk-acc-card strong{display:block;font-size:12.5px;font-weight:600;color:#f0f4f8;margin-bottom:2px}.pk-acc-card span{font-size:11.5px;color:rgba(240,244,248,.5);line-height:1.45}.pk-acc-footer{border-top:1px solid rgba(0,180,216,.12);padding-top:16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.pk-acc-loc{font-size:12px;color:#00b4d8;font-weight:600}.pk-acc-cta{display:inline-flex;padding:9px 22px;background:#00b4d8;color:#060e1e!important;font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;border-radius:100px;text-decoration:none!important;border:none;transition:background .2s}.pk-acc-cta:hover{background:#34c9e8}#pkhero{position:relative!important;background:#060e1e!important;overflow:hidden!important;padding:0!important;font-family:'DM Sans',sans-serif;min-height:90vh;display:flex;flex-direction:column}.pkh-video-wrap{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:0!important;overflow:hidden!important;width:100%!important;height:100%!important}.pkh-video{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:0!important}.pkh-video--desk{display:block!important}.pkh-video--mob{display:none!important}.pkh-video-overlay{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:1!important;background:linear-gradient(160deg,rgba(6,14,30,.8) 0%,rgba(6,14,30,.6) 50%,rgba(6,14,30,.78) 100%)!important}@media(max-width:600px){ .pkh-video--desk{display:none!important} .pkh-video--mob{display:block!important} #pkhero{min-height:100svh}}.pkh-particles{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:2!important;pointer-events:none!important}.pkh-p{position:absolute;border-radius:50%;background:#00b4d8;animation:pkhFloat ease-in-out infinite}@keyframes pkhFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.2)}}.pkh-inner{position:relative!important;z-index:3!important;flex:1!important;max-width:1060px;margin:0 auto;padding:96px 32px 80px;text-align:center}.pkh-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#00b4d8;margin-bottom:22px}.pkh-eyebrow::before,.pkh-eyebrow::after{content:'';display:block;width:24px;height:1px;background:#00b4d8}.pkh-logo-hero{width:clamp(220px,40vw,420px)!important;height:auto!important;display:block!important;margin:0 auto 8px!important;mix-blend-mode:screen!important;filter:drop-shadow(0 0 30px rgba(0,180,216,.3))!important}.pkh-sub{font-size:clamp(13px,2vw,17px)!important;color:rgba(240,244,248,.6)!important;letter-spacing:.18em!important;text-transform:uppercase!important;margin:0 0 48px!important;font-weight:300!important;font-family:'DM Sans',sans-serif!important}.pkh-ctas{display:flex;flex-direction:row;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:32px}.pkh-btn{display:inline-flex;align-items:center;gap:14px;padding:18px 32px;border-radius:14px;text-decoration:none!important;transition:transform .25s,box-shadow .25s;min-width:200px;backdrop-filter:blur(4px)}.pkh-btn--primary{background:linear-gradient(135deg,rgba(0,180,216,.9),rgba(0,144,176,.9));color:#060e1e!important;box-shadow:0 8px 32px rgba(0,180,216,.35)}.pkh-btn--primary:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(0,180,216,.5)}.pkh-btn--secondary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#f0f4f8!important}.pkh-btn--secondary:hover{transform:translateY(-3px);background:rgba(0,180,216,.15);border-color:rgba(0,180,216,.5)}.pkh-btn-icon{font-size:26px;flex-shrink:0}.pkh-btn-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.pkh-btn-text strong{font-size:16px;font-weight:700;font-family:'DM Sans',sans-serif;line-height:1.2;display:block}.pkh-btn-text small{font-size:11px;opacity:.75;font-weight:400;font-family:'DM Sans',sans-serif;letter-spacing:.05em;display:block;margin-top:2px}.pkh-extra{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.pkh-extra-link{font-size:12px;color:rgba(240,244,248,.45)!important;text-decoration:none!important;letter-spacing:.08em;transition:color .2s;font-family:'DM Sans',sans-serif}.pkh-extra-link:hover{color:#00b4d8!important}.pkh-dot{color:rgba(240,244,248,.2);font-size:12px}.pkh-brands{position:relative!important;z-index:3!important;border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.45);backdrop-filter:blur(8px);padding:22px 32px}.pkh-brands-inner{max-width:1060px;margin:0 auto;display:flex;align-items:center;gap:28px;flex-wrap:wrap;justify-content:center}.pkh-brands-label{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(240,244,248,.25);white-space:nowrap;font-family:'DM Sans',sans-serif}.pkh-logos{display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:center}.pkh-logo-link{display:inline-flex;align-items:center;opacity:.5;transition:opacity .25s,filter .25s;filter:brightness(0) invert(1)}.pkh-logo-link:hover{opacity:1}.pkh-logo-img{height:20px;width:auto;max-width:90px;object-fit:contain;display:block}.pkh-logo-fs{filter:brightness(0) invert(1)!important;height:16px!important}@media(max-width:600px){ .pkh-inner{padding:72px 20px 56px} .pkh-ctas{flex-direction:column;align-items:center} .pkh-btn{width:100%;max-width:320px;justify-content:center} .pkh-brands{padding:18px 16px} .pkh-logos{gap:16px} .pkh-logo-img{height:16px}}.pk-bs-header{ background:#0a1628; padding:52px 32px 0; text-align:center; position:relative; overflow:hidden;}.pk-bs-header::before{ content:'';position:absolute;inset:0; background:radial-gradient(ellipse 70% 60% at 50% -10%,rgba(0,180,216,.12) 0%,transparent 60%); pointer-events:none;}.pk-bs-eyebrow{ display:inline-flex;align-items:center;gap:10px; font-size:11px;font-weight:600;letter-spacing:.22em; text-transform:uppercase;color:#00b4d8; margin-bottom:12px;font-family:'DM Sans',sans-serif;}.pk-bs-eyebrow::before,.pk-bs-eyebrow::after{ content:'';display:block;width:24px;height:1px;background:#00b4d8;}.pk-bs-title{ font-family:'Bebas Neue',sans-serif!important; font-size:clamp(38px,6vw,72px)!important; color:#f0f4f8!important;line-height:.95!important; margin:0 0 8px!important;padding:0!important; background:none!important;border:none!important;}.pk-bs-title em{font-style:normal!important;color:#00b4d8!important}.pk-bs-sub{ font-size:15px;color:rgba(240,244,248,.5); max-width:480px;margin:0 auto 32px; font-family:'DM Sans',sans-serif;font-weight:300; line-height:1.6;}.pk-bs-wrap{background:#0a1628;padding:0 24px 52px;}.pk-bs-wrap .products li.product,.pk-bs-wrap .ux-products .product{ background:rgba(255,255,255,.04)!important; border:1px solid rgba(0,180,216,.12)!important; border-radius:12px!important; overflow:hidden!important; transition:transform .25s,border-color .25s!important;}.pk-bs-wrap .products li.product:hover,.pk-bs-wrap .ux-products .product:hover{ transform:translateY(-4px)!important; border-color:rgba(0,180,216,.35)!important;}.pk-bs-wrap .products .woocommerce-loop-product__title,.pk-bs-wrap .ux-products .woocommerce-loop-product__title{ color:#f0f4f8!important;font-family:'DM Sans',sans-serif!important;}.pk-bs-wrap .products .price,.pk-bs-wrap .ux-products .price{ color:#00b4d8!important;font-weight:600!important;}.pk-bs-wrap .products .button,.pk-bs-wrap .ux-products .button{ background:#00b4d8!important;color:#060e1e!important; border-radius:100px!important;font-weight:700!important;}.pk-bs-wrap .products .button:hover,.pk-bs-wrap .ux-products .button:hover{ background:#34c9e8!important;}.pk-bs-wrap .product.outofstock{display:none!important}#pk-olli{ background:#060e1e; padding:72px 32px 80px; position:relative; overflow:hidden; font-family:'DM Sans',sans-serif;}#pk-olli::before{ content:'';position:absolute; top:0;left:0;right:0;height:1px; background:linear-gradient(90deg,transparent,rgba(0,180,216,.3),transparent);}#pk-olli::after{ content:'';position:absolute;inset:0; background:radial-gradient(ellipse 60% 50% at 80% 50%,rgba(0,180,216,.07) 0%,transparent 60%); pointer-events:none;}.pk-olli-inner{ max-width:1060px;margin:0 auto; display:grid;grid-template-columns:1fr 1fr; gap:56px;align-items:center; position:relative;z-index:1;}@media(max-width:768px){ .pk-olli-inner{grid-template-columns:1fr;gap:36px} #pk-olli{padding:52px 20px 60px}}.pk-olli-img-wrap{position:relative}.pk-olli-img{ width:100%!important;border-radius:16px!important; object-fit:cover!important;aspect-ratio:4/3!important; display:block!important; border:1px solid rgba(0,180,216,.2)!important; filter:brightness(.95)!important;}.pk-olli-badge{ position:absolute;bottom:20px;left:20px; background:rgba(10,22,40,.9);backdrop-filter:blur(8px); border:1px solid rgba(0,180,216,.3); border-radius:10px;padding:10px 16px;}.pk-olli-badge strong{ display:block;font-size:20px;font-weight:700; color:#00b4d8;font-family:'Bebas Neue',sans-serif; letter-spacing:.04em;line-height:1;}.pk-olli-badge span{ font-size:11px;color:rgba(240,244,248,.6); text-transform:uppercase;letter-spacing:.1em;}.pk-olli-eye{ display:inline-flex;align-items:center;gap:10px; font-size:11px;font-weight:600;letter-spacing:.22em; text-transform:uppercase;color:#00b4d8;margin-bottom:14px;}.pk-olli-eye::before{content:'';display:block;width:28px;height:1px;background:#00b4d8;flex-shrink:0}.pk-olli-name{ font-family:'Bebas Neue',sans-serif!important; font-size:clamp(40px,5vw,64px)!important; color:#f0f4f8!important;line-height:.95!important; margin:0 0 4px!important;padding:0!important; background:none!important;border:none!important;}.pk-olli-name em{font-style:normal!important;color:#00b4d8!important}.pk-olli-role{ font-size:13px;color:rgba(240,244,248,.45); letter-spacing:.15em;text-transform:uppercase; margin-bottom:28px;font-weight:400;}.pk-olli-stats{ display:grid;grid-template-columns:repeat(3,1fr); gap:12px;margin-bottom:28px;}.pk-olli-stat{ background:rgba(255,255,255,.04); border:1px solid rgba(0,180,216,.15); border-radius:10px;padding:14px 12px;text-align:center;}.pk-olli-stat strong{ display:block;font-size:26px;font-weight:700; font-family:'Bebas Neue',sans-serif; color:#00b4d8;letter-spacing:.02em;line-height:1;}.pk-olli-stat span{ font-size:11px;color:rgba(240,244,248,.5); text-transform:uppercase;letter-spacing:.08em; line-height:1.3;display:block;margin-top:4px;}.pk-olli-creds{list-style:none!important;padding:0!important;margin:0 0 28px!important}.pk-olli-creds li{ display:flex;align-items:flex-start;gap:10px; padding:9px 0; border-bottom:1px solid rgba(255,255,255,.05); font-size:14px;color:rgba(240,244,248,.75); line-height:1.4;}.pk-olli-creds li:last-child{border-bottom:none}.pk-olli-creds li::before{ content:'▸';color:#00b4d8;flex-shrink:0;margin-top:1px;}.pk-olli-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.pk-olli-tag{ padding:5px 14px;border-radius:100px; border:1px solid rgba(0,180,216,.25); font-size:11px;font-weight:600;letter-spacing:.1em; text-transform:uppercase;color:#00b4d8; background:rgba(0,180,216,.06);}.pk-olli-cta{ display:inline-flex;padding:12px 28px; background:#00b4d8;color:#060e1e!important; font-weight:700;font-size:13px;letter-spacing:.06em; text-transform:uppercase;border-radius:100px; text-decoration:none!important;transition:background .2s;}.pk-olli-cta:hover{background:#34c9e8!important}.pk-olli-row{background:#060e1e!important}.pk-olli-row .col{padding:0!important;margin:0!important}.pk-olli-row .col > div{height:100%!important;min-height:100%!important}.pk-olli-row img.pk-olli-photo{ width:100%!important;height:100%!important; object-fit:cover!important;display:block!important; border-radius:0!important;min-height:400px!important;}.page-id-3095 .content-area,.page-id-3095 #main,.page-id-3095 .main-content,.page-id-3095 #content { padding-top: 0 !important; margin-top: 0 !important;}.single-product .woocommerce-product-details__short-description div[style*="background:#060e1e"],.single-product .woocommerce-product-details__short-description div[style*="background:#0a1628"],.woocommerce-tabs .panel div[style*="background:#060e1e"],.woocommerce-tabs .panel div[style*="background:#0a1628"],.entry-content div[style*="background:#060e1e"],.entry-content div[style*="background:#0a1628"] { color: #f0f4f8 !important;}.single-product .woocommerce-product-details__short-description table,.woocommerce-tabs .panel table { width: 100% !important; border-collapse: separate !important;}.single-product .woocommerce-product-details__short-description table td,.woocommerce-tabs .panel table td,.single-product .woocommerce-product-details__short-description table th,.woocommerce-tabs .panel table th { padding: 9px 14px !important; vertical-align: middle !important;}.top-bar a, .top-bar-section a { color: #f0f4f8 !important; text-decoration: underline !important;}.top-bar a:hover, .top-bar-section a:hover { color: #00b4d8 !important;}.cmplz-cookiebanner,#cmplz-consent-ui { background:#0a1628 !important; border:1px solid rgba(0,180,216,.2) !important; border-radius:14px !important; box-shadow:0 8px 40px rgba(0,0,0,.6) !important; font-family:'DM Sans',sans-serif !important; color:#f0f4f8 !important;}.cmplz-message,#cmplz-consent-ui .cmplz-consent-message,.cmplz-cookiebanner p,.cmplz-cookiebanner .cmplz-message { color:#f0f4f8 !important; font-size:14px !important; line-height:1.65 !important;}.cmplz-btn,.cmplz-cookiebanner button,#cmplz-consent-ui button,#cmplz-post-consent-ui button { border-radius:100px !important; font-family:'DM Sans',sans-serif !important; font-weight:700 !important; font-size:12px !important; letter-spacing:.08em !important; text-transform:uppercase !important; padding:10px 22px !important; cursor:pointer !important; border:none !important; transition:opacity .2s !important;}.cmplz-accept,.cmplz-btn-accept { background:#00b4d8 !important; color:#060e1e !important;}.cmplz-accept:hover,.cmplz-btn-accept:hover { opacity:.85 !important;}.cmplz-deny,.cmplz-btn-deny { background:transparent !important; color:#f0f4f8 !important; border:1px solid rgba(240,244,248,.2) !important;}.cmplz-deny:hover,.cmplz-btn-deny:hover { border-color:rgba(240,244,248,.5) !important;}.cmplz-manage-consent,.cmplz-btn-settings { background:transparent !important; color:#00b4d8 !important; border:1px solid rgba(0,180,216,.3) !important; font-size:11px !important;}.cmplz-manage-consent .cmplz-category,.cmplz-cookiebanner .cmplz-category { background:rgba(255,255,255,.04) !important; border:1px solid rgba(0,180,216,.15) !important; border-radius:8px !important; color:#f0f4f8 !important; padding:12px !important; margin-bottom:8px !important;}.cmplz-cookiebanner a,#cmplz-consent-ui a { color:#00b4d8 !important; text-decoration:underline !important;}.cmplz-soft-cookiewall { background:rgba(6,14,30,.95) !important; color:#f0f4f8 !important;}.cmplz-switch .cmplz-slider { background:rgba(255,255,255,.15) !important;}input:checked + .cmplz-slider { background:#00b4d8 !important;}.cmplz-close { color:#f0f4f8 !important; opacity:.6 !important;}.cmplz-close:hover { opacity:1 !important;} .wpforms-recaptcha-container { position: relative !important; } div.wpforms-container-full .wpforms-form .cmplz-accept-marketing { background: grey; } .twitter-tweet.cmplz-blocked-content-container {padding: 10px 40px;} .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }