:root {
    --white: #fff;
    --grey-50: #f9fafb;
    --grey-100: #f3f4f6;
    --grey-200: #e5e7eb;
    --grey-300: #d1d5db;
    --grey-400: #9ca3af;
    --grey-450: #787e8b;
    --grey-500: #6b7280;
    --grey-600: #4b5563;
    --grey-700: #374151;
    --grey-800: #1f2937;
    --grey-900: #111827;
    --blue-500: #3b82f6;
    --blue-600: #2563eb;
    --pink-600: #db2777;
    --emerald-100: #d1fae5;
    --emerald-700: #047857;
    --sky-100: #e0f2fe;
    --sky-500: #0ea5e9;
    --red-50: #fef2f2;
    --red-500: #ef4444;
    --red-700: #b91c1c;
    --indigo-50: #eef2ff;
    --indigo-600: #4f46e5;
    --indigo-700: #4338ca;
    --yellow-500: #fbbf24;
    --bde-brand-primary-color: #0F0F10;
    --bde-brand-primary-color-hover: #000;
    --bde-body-font-family: "Inter",sans-serif;
    --bde-heading-font-family: SpaceGrotesk;
    --bde-base-font-size: 16px;
    --bde-body-font-size: var(--bde-base-font-size);
    --bde-font-size-ratio: 1.250;
    --bde-h6-font-size: var(--bde-base-font-size);
    --bde-h5-font-size: calc(var(--bde-h6-font-size) * var(--bde-font-size-ratio));
    --bde-h4-font-size: calc(var(--bde-h5-font-size) * var(--bde-font-size-ratio));
    --bde-h3-font-size: calc(var(--bde-h4-font-size) * var(--bde-font-size-ratio));
    --bde-h2-font-size: calc(var(--bde-h3-font-size) * var(--bde-font-size-ratio));
    --bde-h1-font-size: calc(var(--bde-h2-font-size) * var(--bde-font-size-ratio));
    --bde-body-text-color: #000;
    --bde-headings-color: #000;
    --bde-background-color: #F1F1F1;
    --bde-palette-color-1-8f5dc3cd-f4db-4952-bbc3-199c73275f21: #F6DC3B;
    --bde-palette-color-1-aae29de3-0e20-430f-ba65-679f56b0187c: #e4e6ea;
    --bde-palette-gray-lines-cc58db20-e8ca-4a4c-8024-6809a5163beb-3: #393939;
    --bde-palette-color-1-cbecefbf-8fcc-4cde-8923-d235fb07254f: #e7e7eb;
    --bde-palette-gray-hover-0345bec1-4271-495b-bad3-458fd4521cd2-5: #3C3C3C;
    --bde-palette-medium-gray-23a4cb62-f11b-45f8-827c-6c8432d91cee-6: #C5C5C5;
    --bde-palette-warning-2128cdbf-b05c-4b27-9967-f78777925cf3-7: #DE0134;
    --bde-palette-success-8d35d275-bc11-4d94-8666-cb34b5e62b75-8: #8CC63E;
    --bde-transition-duration: 300ms;
    --bde-column-gap: 32px;
    --bde-section-width: 1120px;
    --bde-section-vertical-padding: 100px;
    --bde-section-horizontal-padding: 20px;
    --bde-button-primary-border-color: transparent;
    --bde-button-primary-border-color-hover: transparent;
    --bde-button-primary-text-color: #fff;
    --bde-button-primary-text-color-hover: #fff;
    --bde-button-secondary-text-color-hover: #fff;
    --bde-button-secondary-background-color: transparent;
    --bde-button-custom-border-color: var(--grey-900);
    --bde-button-custom-border-color-hover: var(--grey-700);
    --bde-button-custom-text-color: var(--white);
    --bde-button-custom-text-color-hover: var(--white);
    --bde-button-custom-background-color: var(--grey-900);
    --bde-button-custom-background-color-hover: var(--grey-700);
    --bde-button-font-weight: 500;
    --bde-button-border-radius: 3px;
    --bde-button-border-width: 1px;
    --bde-button-padding-base: 14px 24px;
    --bde-button-padding-sm: 8px 16px;
    --bde-button-padding-lg: 28px 54px;
    --bde-button-line-height: 1;
    --bde-form-gap: 16px;
    --bde-form-after-label: 8px;
    --bde-form-after-sublabel: 8px;
    --bde-form-input-border-radius: 3px;
    --bde-form-input-background-color: var(--white);
    --bde-form-input-padding-top: 12px;
    --bde-form-input-padding-right: 16px;
    --bde-form-input-padding-bottom: 12px;
    --bde-form-input-padding-left: 16px;
    --bde-form-input-placeholder-color: var(--grey-450);
    --bde-form-input-border-width: 1px;
    --bde-form-input-border-color: var(--grey-300);
    --bde-form-label-font-weight: 500;
    --bde-form-label-required-color: var(--red-700);
    --bde-form-label-required-nudge-x: 0;
    --bde-form-label-required-nudge-y: 0;
    --bde-form-label-required-size: inherit;
    --bde-form-text-color: var(--grey-700);
    --bde-form-input-focused-background-color: var(--white);
    --bde-form-input-input-shadow: none;
    --bde-form-checkbox-size: 1em;
    --bde-woo-products-list-gap: var(--bde-woo-base-large-gaps);
    --bde-woo-base-paragraph-line-height: 1.4;
    --bde-woo-base-heading-line-height: 1.2;
    --bde-woo-base-border-color: var(--grey-300);
    --bde-woo-base-text-on-primary-color: var(--white);
    --bde-woo-base-space: 8px;
    --bde-woo-base-ratio: 1.618;
    --bde-woo-typography-font-weight-normal: 300;
    --bde-woo-typography-font-weight-medium: 500;
    --bde-woo-typography-font-weight-heavy: 600;
    --bde-woo-buttons-and-links-line-height: 1;
    --bde-woo-buttons-and-links__disabled-button-color: var(--grey-300);
    --bde-woo-buttons-and-links__disabled-button-text-color: var(--white);
    --bde-woo-buttons-and-links__nav-link-background-active: var(--grey-50);
    --bde-woo-buttons-and-links__nav-border-radius: 4px;
    --bde-woo-forms__inputs-select2-selected-item: var(--grey-300);
    --bde-woo-forms__wrappers-small: 360px;
    --error-svg-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24v112c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zm-32 224a32 32 0 1 1 64 0 32 32 0 1 1-64 0z'/%3E%3C/svg%3E");
    --success-svg-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1 17l-5-5.299 1.399-1.43 3.574 3.736 6.572-7.007 1.455 1.403-8 8.597z"/></svg>');
    --info-svg-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 18h-2v-6h-2v-2h4v8zm-1-9.75c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25z"/></svg>');
    --chevron-svg-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
    --checkbox-svg-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M9 21.035l-9-8.638 2.791-2.87 6.156 5.874 12.21-12.436 2.843 2.817z"/></svg>');
    --radiobutton-svg-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12"/></svg>');
    --show-password-svg-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12.015 7c4.751 0 8.063 3.012 9.504 4.636-1.401 1.837-4.713 5.364-9.504 5.364-4.42 0-7.93-3.536-9.478-5.407 1.493-1.647 4.817-4.593 9.478-4.593zm0-2c-7.569 0-12.015 6.551-12.015 6.551s4.835 7.449 12.015 7.449c7.733 0 11.985-7.449 11.985-7.449s-4.291-6.551-11.985-6.551zm-.015 5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zm0-2c-2.209 0-4 1.792-4 4 0 2.209 1.791 4 4 4s4-1.791 4-4c0-2.208-1.791-4-4-4z"/></svg>');
    --hide-password-svg-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19.604 2.562l-3.346 3.137c-1.27-.428-2.686-.699-4.243-.699-7.569 0-12.015 6.551-12.015 6.551s1.928 2.951 5.146 5.138l-2.911 2.909 1.414 1.414 17.37-17.035-1.415-1.415zm-6.016 5.779c-3.288-1.453-6.681 1.908-5.265 5.206l-1.726 1.707c-1.814-1.16-3.225-2.65-4.06-3.66 1.493-1.648 4.817-4.594 9.478-4.594.927 0 1.796.119 2.61.315l-1.037 1.026zm-2.883 7.431l5.09-4.993c1.017 3.111-2.003 6.067-5.09 4.993zm13.295-4.221s-4.252 7.449-11.985 7.449c-1.379 0-2.662-.291-3.851-.737l1.614-1.583c.715.193 1.458.32 2.237.32 4.791 0 8.104-3.527 9.504-5.364-.729-.822-1.956-1.99-3.587-2.952l1.489-1.46c2.982 1.9 4.579 4.327 4.579 4.327z"/></svg>');
    --x-mark-svg-icon: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20d%3D%22M342.6%20150.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L192%20210.7%2086.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L146.7%20256%2041.4%20361.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L192%20301.3l105.4%20105.3c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L237.3%20256l105.3-105.4z%22%2F%3E%3C%2Fsvg%3E);
    --error-svg-icon-color: var(--red-500);
    --success-svg-icon-color: var(--emerald-700);
    --info-svg-icon-color: var(--sky-500);
    --chevron-svg-icon-color: var(--grey-900);
    --checkbox-svg-icon-color: var(--grey-900);
    --radiobutton-svg-icon-color: var(--grey-900);
    --show-password-svg-icon-color: var(--grey-900);
    --hide-password-svg-icon-color: var(--grey-900);
    --bde-woo-notices__icon-size: 16px;
    --bde-woo-notices__padding: 24px;
    --bde-woo-notices__border-radius: 4px;
    --bde-woo-notices__error-background: var(--red-50);
    --bde-woo-notices__error-text: var(--red-500);
    --bde-woo-notices__error-link-text: var(--red-500);
    --bde-woo-notices__error-link-text-hover: var(--red-500);
    --bde-woo-notices__info-background: var(--sky-100);
    --bde-woo-notices__info-text: var(--sky-500);
    --bde-woo-notices__info-link-text: var(--sky-500);
    --bde-woo-notices__info-link-text-hover: var(--sky-500);
    --bde-woo-notices__success-background: var(--emerald-100);
    --bde-woo-notices__success-text: var(--emerald-700);
    --bde-woo-notices__success-link-text: var(--emerald-700);
    --bde-woo-notices__success-link-text-hover: var(--emerald-700);
    --bde-woo-sale-badge__border-radius: 2px;
    --bde-woo-sale-badge__padding: 4px 8px;
    --bde-woo-ratings__star-color: var(--yellow-500);
    --bde-woo-ratings__star-size: 18px;
    --bde-woo-ratings__filled-star-svg: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon id="Path" points="12 0.587 15.668 8.155 24 9.306 17.936 15.134 19.416 23.413 12 19.446 4.583 23.413 6.064 15.134 0 9.306 8.332 8.155"></polygon></svg>');
    --bde-woo-ratings__empty-star-svg: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12,5.173 L14.335,9.99 L19.64,10.722 L15.779,14.432 L16.721,19.702 L12,17.178 L7.279,19.703 L8.221,14.433 L4.36,10.723 L9.665,9.99 L12,5.173 L12,5.173 Z M12,0.587 L8.332,8.155 L0,9.306 L6.064,15.134 L4.584,23.413 L12,19.446 L19.416,23.412 L17.936,15.133 L24,9.306 L15.668,8.156 L12,0.587 Z" id="Shape"></path></svg>');
    --bde-woo-product-images__border-radius: 4px;
    --bde-woo-product-images__border-width: 0px;
    --bde-woo-product-images__border-color: var(--grey-300);
    --bde-woo-wrappers__background-color: var(--white);
    --bde-woo-wrappers__border-radius: 4px;
    --bde-woo-wrappers__border-color: var(--grey-300);
    --bde-woo-wrappers__border-width: 1px;
    --bde-woo-wrappers__shadow: rgba(0,0,0,0.05) 0 1px 3px,rgba(0,0,0,0.05) 0 1px 2px;
    --bde-woo-tables__header-color: var(--grey-100);
    --bde-woo-tables__background-color: var(--white);
    --bde-woo-tables__border-radius: 4px;
    --bde-woo-tables__border-width: 1px;
    --bde-woo-widgets__chip-background-color: transparent;
    --bde-woo-widgets__chip-background-color-hover: var(--indigo-50);
    --bde-woo-widgets__chip-text-color: inherit;
    --bde-woo-widgets__handle-border-color: var(--grey-300);
    --bde-woo-widgets__handle-background-color: var(--white);
    --bde-woo-widgets__handle-background-color-hover: var(--white);
    --bde-woo-widgets__handle-shadow: rgba(0,0,0,0.05) 0 1px 3px,rgba(0,0,0,0.05) 0 1px 2px;
    --bde-woo-widgets__handle-shadow-hover: var(--grey-300) 0 0 4px;
    --bde-woo-widgets__remove-item-from-cart-color: var(--grey-450);
    --bde-woo-select2__active-item-background-color: var(--indigo-50);
    --bde-woo-gallery__zoom-icon-shadow: rgba(0,0,0,0.05) 0 1px 3px,rgba(0,0,0,0.05) 0 1px 2px;
    --bde-woo-payment-box-background-color: var(--grey-100);
    --bde-woo-payment-box-border-color: var(--grey-200);
    --bde-woo-payment-box-border-width: 1px;
    --bde-woo-quicklook-button-icon: url(icons/eye.svg);
    --bde-woo-quicklook-button-background-color: none;
    --bde-woo-quicklook-button-icon-size: 20px;
    --bde-woo-quicklook-button-backdrop-color: rgba(0,0,0,0.15);
    --bde-woo-quicklook-button-backdrop-opacity: 0.7;
    --bde-woo-quicklook-modal-background-color: var(--white);
    --bde-woo-quicklook-overlay-color: rgba(0,0,0,0.7);
    --bde-woo-quicklook-close-button-size: 2em;
    --bde-woo-quicklook-arrow-size: 1em;
    --bde-woo-quicklook-arrow-color: var(--white);
    --bde-woo-swatch-space-between-options: 10px;
    --bde-woo-swatch-padding: 7px 7px;
    --bde-woo-swatch-color-width: 30px;
    --bde-woo-swatch-color-height: 30px;
    --bde-woo-swatch-border: 1px solid var(--grey-200);
    --bde-woo-swatch-border-color-hover: var(--grey-400);
    --bde-woo-swatch-shadow: none;
    --bde-woo-swatch-shadow-hover: none;
    --bde-woo-swatch-background: var(--white);
    --bde-woo-swatch-background-hover: var(--grey-50);
    --bde-woo-swatch-color-padding: 2px;
    --bde-woo-swatch-tooltip-color: var(--white);
    --bde-woo-swatch-tooltip-background: var(--grey-900);
    --bde-woo-swatch-tooltip-padding: 7px;
    --bde-woo-swatch-space-after-label: 8px;
    --bde-woo-responsive__stack: row
}

:root,.bde-global-css-vars {
    --bde-links-color: #000;
    --bde-links-color-hover: #000;
    --bde-button-primary-background-color: var(--bde-brand-primary-color);
    --bde-button-primary-background-color-hover: var(--bde-brand-primary-color-hover);
    --bde-button-secondary-border-color: var(--bde-brand-primary-color);
    --bde-button-secondary-border-color-hover: var(--bde-brand-primary-color);
    --bde-button-secondary-text-color: var(--bde-brand-primary-color);
    --bde-button-secondary-background-color-hover: var(--bde-brand-primary-color);
    --bde-button-text-text-color: var(--bde-links-color);
    --bde-button-text-text-color-hover: var(--bde-links-color-hover);
    --bde-button-font-size: var(--bde-body-font-size);
    --bde-form-font-size: var(--bde-body-font-size);
    --bde-form-input-border-top-left-radius: var(--bde-form-input-border-radius);
    --bde-form-input-border-top-right-radius: var(--bde-form-input-border-radius);
    --bde-form-input-border-bottom-left-radius: var(--bde-form-input-border-radius);
    --bde-form-input-border-bottom-right-radius: var(--bde-form-input-border-radius);
    --bde-form-input-border-top: var(--bde-form-input-border-width) solid var(--bde-form-input-border-color);
    --bde-form-input-border-right: var(--bde-form-input-border-width) solid var(--bde-form-input-border-color);
    --bde-form-input-border-bottom: var(--bde-form-input-border-width) solid var(--bde-form-input-border-color);
    --bde-form-input-border-left: var(--bde-form-input-border-width) solid var(--bde-form-input-border-color);
    --bde-form-label-color: var(--bde-headings-color);
    --bde-form-input-focused-border-color: var(--bde-brand-primary-color);
    --bde-form-input-focused-shadow: var(--bde-brand-primary-color) 0 0 2px;
    --bde-form-checkbox-selected-color: var(--bde-brand-primary-color);
    --bde-z-index-lightbox: 1100;
    --bde-z-index-popup: 1050;
    --bde-z-index-modal: 1000;
    --bde-z-index-modal-backdrop: calc(var(--bde-z-index-modal) - 1);
    --bde-z-index-high: 300;
    --bde-z-index-medium: 200;
    --bde-z-index-low: 100;
    --bde-z-index-sticky: 10;
    --bde-z-index-minicart: var(--bde-z-index-modal);
    --bde-z-index-minicart-backdrop: var(--bde-z-index-modal-backdrop);
    --bde-z-index-menu-dropdown: var(--bde-z-index-modal);
    --bde-z-index-menu-mobile: var(--bde-z-index-modal);
    --bde-z-index-menu-backdrop: var(--bde-z-index-modal-backdrop);
    --bde-z-index-search-fullscreen: var(--bde-z-index-modal);
    --bde-z-index-back-to-top: var(--bde-z-index-high);
    --bde-z-index-scroll-progress: var(--bde-z-index-high);
    --bde-z-index-header-sticky: var(--bde-z-index-medium);
    --bde-z-index-header-overlay: calc(var(--bde-z-index-header-sticky) - 1);
    --bde-z-index-social-share-buttons: var(--bde-z-index-low);
    --bde-woo-base-transition: all ease var(--bde-transition-duration);
    --bde-woo-base-text-color: var(--bde-body-text-color);
    --bde-woo-base-headings-color: var(--bde-headings-color);
    --bde-woo-base-primary-color: var(--bde-brand-primary-color);
    --bde-woo-base-primary-color-hover: var(--bde-brand-primary-color-hover);
    --bde-woo-base-extra-small-gaps: calc(var(--bde-woo-base-small-gaps) / var(--bde-woo-base-ratio));
    --bde-woo-base-small-gaps: calc(var(--bde-woo-base-space) / var(--bde-woo-base-ratio));
    --bde-woo-base-standard-gaps: var(--bde-woo-base-space);
    --bde-woo-base-medium-gaps: calc(var(--bde-woo-base-space) * var(--bde-woo-base-ratio));
    --bde-woo-base-big-gaps: calc(var(--bde-woo-base-medium-gaps) * var(--bde-woo-base-ratio));
    --bde-woo-base-large-gaps: calc(var(--bde-woo-base-big-gaps) * var(--bde-woo-base-ratio));
    --bde-woo-base-extra-large-gaps: calc(var(--bde-woo-base-large-gaps) * var(--bde-woo-base-ratio));
    --bde-woo-typography-ratio: var(--bde-font-size-ratio);
    --bde-woo-typography__size-small: calc(var(--bde-woo-typography__size-standard) / var(--bde-woo-typography-ratio));
    --bde-woo-typography__size-small-font-family: var(--bde-body-font-family);
    --bde-woo-typography__size-standard: var(--bde-body-font-size);
    --bde-woo-typography__size-standard-font-family: var(--bde-body-font-family);
    --bde-woo-typography__size-medium: calc(var(--bde-woo-typography__size-standard) * var(--bde-woo-typography-ratio));
    --bde-woo-typography__size-medium-font-family: var(--bde-heading-font-family);
    --bde-woo-typography__size-large: calc(var(--bde-woo-typography__size-medium) * var(--bde-woo-typography-ratio));
    --bde-woo-typography__size-large-font-family: var(--bde-heading-font-family);
    --bde-woo-typography__size-extra-large: calc(var(--bde-woo-typography__size-large) * var(--bde-woo-typography-ratio));
    --bde-woo-typography__size-extra-large-font-family: var(--bde-heading-font-family);
    --bde-woo-buttons-and-links__text-link-color: #000;
    --bde-woo-buttons-and-links__text-link-color-hover: #000;
    --bde-woo-buttons-and-links__nav-link-color: var(--bde-woo-base-text-color);
    --bde-woo-buttons-and-links__nav-link-color-hover: var(--bde-woo-base-text-on-primary-color);
    --bde-woo-buttons-and-links__nav-link-color-active: var(--bde-woo-base-primary-color);
    --bde-woo-forms__spacing-after-label: var(--bde-form-after-label);
    --bde-woo-forms__spacing-between-fields: var(--bde-form-gap);
    --bde-woo-forms__spacing-between-columns: var(--bde-woo-base-extra-large-gaps);
    --bde-woo-forms__labels-color: var(--bde-form-label-color);
    --bde-woo-forms__inputs-background-color: var(--bde-form-input-background-color);
    --bde-woo-forms__inputs-text-color: var(--bde-form-text-color);
    --bde-woo-forms__inputs-placeholder-color: var(--bde-form-input-placeholder-color);
    --bde-woo-forms__inputs-border-color: var(--bde-form-input-border-color);
    --bde-woo-forms__inputs-border-width: var(--bde-form-input-border-width);
    --bde-woo-forms__inputs-border-radius: var(--bde-form-input-border-top-left-radius) var(--bde-form-input-border-top-right-radius) var(--bde-form-input-border-bottom-right-radius) var(--bde-form-input-border-bottom-left-radius);
    --bde-woo-forms__inputs-background-color-focused: var(--bde-form-input-focused-background-color);
    --bde-woo-forms__inputs-border-color-focused: var(--bde-form-input-focused-border-color);
    --bde-woo-forms__inputs-shadow-focused: var(--bde-form-input-focused-shadow);
    --bde-woo-forms__inputs-shadow: var(--bde-form-input-input-shadow);
    --bde-woo-forms__inputs-select2-hover-item: var(--bde-woo-base-primary-color);
    --bde-woo-forms__labels-required-color: var(--bde-form-label-required-color);
    --bde-woo-forms__labels-required-size: var(--bde-form-label-required-size);
    --bde-woo-forms__labels-required-nudge-x: var(--bde-form-label-required-nudge-x);
    --bde-woo-forms__labels-required-nudge-y: var(--bde-form-label-required-nudge-y);
    --bde-woo-tables__border-color: var(--bde-woo-base-border-color);
    --bde-woo-sale-badge__background-color: var(--bde-woo-base-primary-color);
    --bde-woo-sale-badge__text-color: var(--bde-woo-base-text-on-primary-color);
    --bde-woo-sale-badge__font-weight: var(--bde-woo-typography-font-weight-heavy);
    --bde-woo-sale-badge__font-size: var(--bde-woo-typography__size-standard);
    --bde-woo-widgets__chip-text-color-hover: var(--bde-woo-buttons-and-links__text-link-color);
    --bde-woo-widgets__handle-border-color-hover: var(--bde-woo-base-primary-color);
    --bde-woo-notices__padding-left: calc(var(--bde-woo-notices__padding) + var(--bde-woo-notices__icon-size) + (var(--bde-woo-notices__icon-size) / 2));
    --bde-woo-quicklook-button-text-color: var(--bde-button-primary-text-color);
    --bde-woo-quicklook-button-background-color-hover: var(--bde-woo-quicklook-button-background-color);
    --bde-woo-quicklook-button-icon-spacing: var(--bde-woo-base-standard-gaps);
    --bde-woo-quicklook-close-button-color: var(--bde-woo-base-headings-color);
    --bde-woo-quicklook-arrow-color-hover: var(--bde-woo-quicklook-arrow-color);
    --bde-woo-quicklook-arrow-background-color: var(--bde-brand-primary-color);
    --bde-woo-quicklook-arrow-background-color-hover: var(--bde-woo-quicklook-arrow-background-color);
    --bde-woo-swatch-space-between-items: var(--bde-woo-base-medium-gaps);
    --bde-woo-swatch-background-selected: var(--bde-woo-swatch-background-hover);
    --bde-woo-swatch-border-color-selected: var(--bde-woo-swatch-border-color-hover);
    --bde-woo-swatch-shadow-selected: var(--bde-woo-swatch-shadow-hover);
    --bde-woo-swatch-color-background: var(--bde-woo-swatch-background)
}

:root {
    --bde-font-size-ratio: 1.45;
    --bde-base-font-size: 16px
}

.breakdance .button-atom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    user-select: none;
    appearance: none;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-size: var(--bde-button-font-size);
    line-height: var(--bde-button-line-height);
    transform: translate(0,0);
    max-width: 100%;
    width: var(--bde-button-width)
}

.breakdance .button-atom--primary,.breakdance .button-atom--secondary,.breakdance .button-atom--custom {
    text-align: center;
    font-weight: var(--bde-button-font-weight);
    text-decoration: none;
    padding: var(--bde-button-padding-base);
    border-radius: var(--bde-button-border-radius);
    cursor: pointer;
    border-width: var(--bde-button-border-width);
    border-style: solid;
    border-color: transparent;
    transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: var(--bde-transition-duration);
    overflow: hidden
}

.breakdance .button-atom--text {
    color: var(--bde-button-text-text-color)
}

.breakdance .button-atom--text:hover {
    color: var(--bde-button-text-text-color-hover)
}

.breakdance .button-atom--primary {
    color: var(--bde-button-primary-text-color);
    background: #0F0F10;
    border-color: #0F0F10;
}

.breakdance .button-atom--primary:hover {
    color: var(--bde-button-primary-text-color-hover);
    background: #C41212;
    border-color: #C41212;
}

.breakdance .button-atom--secondary {
    color: var(--bde-button-secondary-text-color);
    background: var(--bde-button-secondary-background-color);
    border-color: var(--bde-button-secondary-border-color)
}

.breakdance .button-atom--secondary:hover {
    color: var(--bde-button-secondary-text-color-hover);
    background: var(--bde-button-secondary-background-color-hover);
    border-color: var(--bde-button-secondary-border-color-hover)
}

.breakdance .button-atom--custom {
    color: var(--bde-button-custom-text-color);
    background: var(--bde-button-custom-background-color);
    border-color: var(--bde-button-custom-border-color)
}

.breakdance .button-atom--custom:hover {
    color: var(--bde-button-custom-text-color-hover);
    background: var(--bde-button-custom-background-color-hover);
    border-color: var(--bde-button-custom-border-color-hover)
}

.breakdance .button-atom:disabled,.breakdance .button-atom:hover:disabled {
    filter: grayscale(100%);
    opacity: 0.6;
    cursor: not-allowed
}

.button-atom__icon-wrapper>svg:not(.breakdance-icon-atom-svg-gradient) {
    font-size: inherit;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: var(--bde-brand-primary-color);
    fill: var(--bde-brand-primary-color)
}

.breakdance-icon-atom {
    display: flex;
    font-size: 40px
}

.breakdance-icon-atom>svg:not(.breakdance-icon-atom-svg-gradient) {
    font-size: inherit;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: var(--bde-brand-primary-color);
    fill: var(--bde-brand-primary-color);
    transform: var(--eeiTransform)
}

.breakdance *,.breakdance *::before,.breakdance *::after {
    box-sizing: border-box
}

.breakdance img {
    max-width: 100%;
    height: auto
}

.breakdance figure {
    margin-left: 0;
    margin-right: 0
}

.breakdance-full-width {
    width: 100%;
    max-width: 100%
}

.breakdance-rich-text-styles>*:first-child {
    margin-top: 0
}

.breakdance-rich-text-styles>*:last-child {
    margin-bottom: 0
}

.breakdance-rich-text-styles img.aligncenter {
    display: block;
    margin: auto
}

.breakdance-rich-text-styles img.alignleft {
    float: left
}

.breakdance-rich-text-styles img.alignright {
    float: right
}

.bde-stop-scrolling,.bde-stop-scrolling body {
    overflow-y: hidden
}

@supports (overflow-y: clip) {
    .bde-stop-scrolling,.bde-stop-scrolling body {
        overflow-y:clip
    }
}

.breakdance-animation-enabled,.breakdance-animation-enabled body {
    overflow-x: hidden
}

@supports (overflow-x: clip) {
    .breakdance-animation-enabled,.breakdance-animation-enabled body {
        overflow-x:clip
    }
}

.lg-outer {
    z-index: var(--bde-z-index-lightbox)
}

.lg-outer .lg-thumb-outer {
    background-color: transparent
}

.lg-video-play-icon {
    transform: translate3d(-40%,-50%,0)
}

.admin-bar .lg-toolbar {
    top: var(--wp-admin--admin-bar--height)
}

[data-bde-lazy-bg="waiting"] {
    background-image: none!important
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    word-wrap: normal!important;
    padding: 0;
    position: absolute!important;
    width: 1px
}

.breakdance-global-gradients-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

.breakdance {
    background-color: var(--bde-background-color);
    color: var(--bde-body-text-color)
}

.breakdance h1,.breakdance h2,.breakdance h3,.breakdance h4,.breakdance h5,.breakdance h6 {
    color: var(--bde-headings-color)
}

.breakdance a,.button-atom--text {
    color: var(--bde-links-color)
}

.breakdance a:hover,.button-atom--text:hover {
    color: var(--bde-links-color-hover)
}

.breakdance .button-atom--primary,.bde-mini-cart-offcanvas .button,.bde-woo-product-quicklook-button,.woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"],.breakdance-woocommerce .woocommerce-form-track-order button[type="submit"],.breakdance-woocommerce #place_order,.breakdance-woocommerce .woocommerce-button.pay,.breakdance-woocommerce button.single_add_to_cart_button,.breakdance-woocommerce a.single_add_to_cart_button,.breakdance-woocommerce a.button.wc-backward,.breakdance-woocommerce a.checkout-button,.breakdance-woocommerce p.order-again a.button,.breakdance-woocommerce button[name="add-to-cart"],.breakdance-woocommerce button[name="login"],.breakdance-woocommerce button[name="save_address"],.breakdance-woocommerce button[name="save_account_details"],.breakdance-woocommerce button[name="woocommerce_checkout_place_order"],.breakdance-woocommerce .woocommerce-MyAccount-content a.button[href*="add-payment-method"] {
    --bde-button-primary-border-color: #000;
    --bde-button-primary-border-color-hover: var(--bde-brand-primary-color);
    --bde-button-primary-background-color: var(--bde-brand-primary-color);
    --bde-button-primary-background-color-hover: var(--bde-palette-gray-hover-0345bec1-4271-495b-bad3-458fd4521cd2-5);
    --bde-button-primary-text-color: #FFF;
    --bde-button-primary-text-color-hover: #FFF;
    border-radius: 0px;
    border-width: 1px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px
}

.breakdance .button-atom--primary:hover,.bde-mini-cart-offcanvas .button:hover,.bde-woo-product-quicklook-button:hover,.woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]:hover,.breakdance-woocommerce .woocommerce-form-track-order button[type="submit"]:hover,.breakdance-woocommerce #place_order:hover,.breakdance-woocommerce .woocommerce-button.pay:hover,.breakdance-woocommerce button.single_add_to_cart_button:hover,.breakdance-woocommerce a.single_add_to_cart_button:hover,.breakdance-woocommerce a.button.wc-backward:hover,.breakdance-woocommerce a.checkout-button:hover,.breakdance-woocommerce p.order-again a.button:hover,.breakdance-woocommerce button[name="add-to-cart"]:hover,.breakdance-woocommerce button[name="login"]:hover,.breakdance-woocommerce button[name="save_address"]:hover,.breakdance-woocommerce button[name="save_account_details"]:hover,.breakdance-woocommerce button[name="woocommerce_checkout_place_order"]:hover,.breakdance-woocommerce .woocommerce-MyAccount-content a.button[href*="add-payment-method"]:hover {
    color: #FFF
}

.breakdance .button-atom--primary::after,.bde-mini-cart-offcanvas .button::after,.bde-woo-product-quicklook-button::after,.woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]::after,.breakdance-woocommerce .woocommerce-form-track-order button[type="submit"]::after,.breakdance-woocommerce #place_order::after,.breakdance-woocommerce .woocommerce-button.pay::after,.breakdance-woocommerce button.single_add_to_cart_button::after,.breakdance-woocommerce a.single_add_to_cart_button::after,.breakdance-woocommerce a.button.wc-backward::after,.breakdance-woocommerce a.checkout-button::after,.breakdance-woocommerce p.order-again a.button::after,.breakdance-woocommerce button[name="add-to-cart"]::after,.breakdance-woocommerce button[name="login"]::after,.breakdance-woocommerce button[name="save_address"]::after,.breakdance-woocommerce button[name="save_account_details"]::after,.breakdance-woocommerce button[name="woocommerce_checkout_place_order"]::after,.breakdance-woocommerce .woocommerce-MyAccount-content a.button[href*="add-payment-method"]::after {
    content: "";
    display: block;
    background-color: currentColor;
    width: 14px;
    height: 14px;
    margin-right: 0px;
    margin-left: 20px;
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20viewBox%3D%220%200%20290%20219%22%3E%0D%0A%20%20%3Cpolygon%20points%3D%22181.09%202.04%20158.63%2024.5%20227.6%2093.46%201.46%2093.46%201.46%20125.53%20227.61%20125.53%20158.63%20194.5%20181.09%20216.96%20288.54%20109.5%20181.09%202.04%22%2F%3E%0D%0A%3C%2Fsvg%3E);
    mask-position: 0 0;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20viewBox%3D%220%200%20290%20219%22%3E%0D%0A%20%20%3Cpolygon%20points%3D%22181.09%202.04%20158.63%2024.5%20227.6%2093.46%201.46%2093.46%201.46%20125.53%20227.61%20125.53%20158.63%20194.5%20181.09%20216.96%20288.54%20109.5%20181.09%202.04%22%2F%3E%0D%0A%3C%2Fsvg%3E);
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    transition-timing-function: ease-in-out;
    transition-property: transform,background-color;
    transition-duration: var(--bde-transition-duration)
}

.breakdance .button-atom--primary::after,.bde-mini-cart-offcanvas .button::after,.bde-woo-product-quicklook-button::after,.woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]::after,.breakdance-woocommerce .woocommerce-form-track-order button[type="submit"]::after,.breakdance-woocommerce #place_order::after,.breakdance-woocommerce .woocommerce-button.pay::after,.breakdance-woocommerce button.single_add_to_cart_button::after,.breakdance-woocommerce a.single_add_to_cart_button::after,.breakdance-woocommerce a.button.wc-backward::after,.breakdance-woocommerce a.checkout-button::after,.breakdance-woocommerce p.order-again a.button::after,.breakdance-woocommerce button[name="add-to-cart"]::after,.breakdance-woocommerce button[name="login"]::after,.breakdance-woocommerce button[name="save_address"]::after,.breakdance-woocommerce button[name="save_account_details"]::after,.breakdance-woocommerce button[name="woocommerce_checkout_place_order"]::after,.breakdance-woocommerce .woocommerce-MyAccount-content a.button[href*="add-payment-method"]::after {
    width: 14px;
    height: 14px
}

.breakdance .button-atom--primary::after,.bde-mini-cart-offcanvas .button::after,.bde-woo-product-quicklook-button::after,.woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]::after,.breakdance-woocommerce .woocommerce-form-track-order button[type="submit"]::after,.breakdance-woocommerce #place_order::after,.breakdance-woocommerce .woocommerce-button.pay::after,.breakdance-woocommerce button.single_add_to_cart_button::after,.breakdance-woocommerce a.single_add_to_cart_button::after,.breakdance-woocommerce a.button.wc-backward::after,.breakdance-woocommerce a.checkout-button::after,.breakdance-woocommerce p.order-again a.button::after,.breakdance-woocommerce button[name="add-to-cart"]::after,.breakdance-woocommerce button[name="login"]::after,.breakdance-woocommerce button[name="save_address"]::after,.breakdance-woocommerce button[name="save_account_details"]::after,.breakdance-woocommerce button[name="woocommerce_checkout_place_order"]::after,.breakdance-woocommerce .woocommerce-MyAccount-content a.button[href*="add-payment-method"]::after {
    margin-right: 0px
}

.breakdance .button-atom--primary::after,.bde-mini-cart-offcanvas .button::after,.bde-woo-product-quicklook-button::after,.woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]::after,.breakdance-woocommerce .woocommerce-form-track-order button[type="submit"]::after,.breakdance-woocommerce #place_order::after,.breakdance-woocommerce .woocommerce-button.pay::after,.breakdance-woocommerce button.single_add_to_cart_button::after,.breakdance-woocommerce a.single_add_to_cart_button::after,.breakdance-woocommerce a.button.wc-backward::after,.breakdance-woocommerce a.checkout-button::after,.breakdance-woocommerce p.order-again a.button::after,.breakdance-woocommerce button[name="add-to-cart"]::after,.breakdance-woocommerce button[name="login"]::after,.breakdance-woocommerce button[name="save_address"]::after,.breakdance-woocommerce button[name="save_account_details"]::after,.breakdance-woocommerce button[name="woocommerce_checkout_place_order"]::after,.breakdance-woocommerce .woocommerce-MyAccount-content a.button[href*="add-payment-method"]::after {
    margin-left: 20px
}

.breakdance .button-atom--primary:hover::after,.bde-mini-cart-offcanvas .button:hover::after,.bde-woo-product-quicklook-button:hover::after,.woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"]:hover::after,.breakdance-woocommerce .woocommerce-form-track-order button[type="submit"]:hover::after,.breakdance-woocommerce #place_order:hover::after,.breakdance-woocommerce .woocommerce-button.pay:hover::after,.breakdance-woocommerce button.single_add_to_cart_button:hover::after,.breakdance-woocommerce a.single_add_to_cart_button:hover::after,.breakdance-woocommerce a.button.wc-backward:hover::after,.breakdance-woocommerce a.checkout-button:hover::after,.breakdance-woocommerce p.order-again a.button:hover::after,.breakdance-woocommerce button[name="add-to-cart"]:hover::after,.breakdance-woocommerce button[name="login"]:hover::after,.breakdance-woocommerce button[name="save_address"]:hover::after,.breakdance-woocommerce button[name="save_account_details"]:hover::after,.breakdance-woocommerce button[name="woocommerce_checkout_place_order"]:hover::after,.breakdance-woocommerce .woocommerce-MyAccount-content a.button[href*="add-payment-method"]:hover::after {
    transform: translate(5px,0px)
}

.breakdance .button-atom--secondary,.breakdance-woocommerce .woocommerce-MyAccount-downloads-file,.breakdance-woocommerce .woocommerce-Address a.edit,.breakdance-woocommerce .woocommerce-button.view,.breakdance-woocommerce .woocommerce-Button--previous,.breakdance-woocommerce .woocommerce-Button--next,.breakdance-woocommerce .widget_price_filter .button,.breakdance-woocommerce a.button.add_to_cart_button,.breakdance-woocommerce a.button.product_type_grouped,.breakdance-woocommerce .added_to_cart,.breakdance-woocommerce .woocommerce-widget-layered-nav-dropdown__submit,.breakdance-woocommerce .woocommerce-product-search button[type="submit"],.breakdance-woocommerce a.product_type_simple,.breakdance-woocommerce a.product_type_variable,.breakdance-woocommerce .form-submit input[type="submit"],.breakdance-woocommerce button[name="update_cart"],.breakdance-woocommerce button[name="calc_shipping"],.breakdance-woocommerce button[name="apply_coupon"],.breakdance-woocommerce a.product_type_external {
    --bde-button-secondary-border-color: #000;
    --bde-button-secondary-border-color-hover: #000;
    --bde-button-secondary-background-color: #F5F5F500;
    --bde-button-secondary-background-color-hover: #000;
    --bde-button-secondary-text-color: #000;
    --bde-button-secondary-text-color-hover: #FFF;
    border-radius: 0px;
    border-width: 1px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px
}

.breakdance .button-atom--secondary:hover,.breakdance-woocommerce .woocommerce-MyAccount-downloads-file:hover,.breakdance-woocommerce .woocommerce-Address a.edit:hover,.breakdance-woocommerce .woocommerce-button.view:hover,.breakdance-woocommerce .woocommerce-Button--previous:hover,.breakdance-woocommerce .woocommerce-Button--next:hover,.breakdance-woocommerce .widget_price_filter .button:hover,.breakdance-woocommerce a.button.add_to_cart_button:hover,.breakdance-woocommerce a.button.product_type_grouped:hover,.breakdance-woocommerce .added_to_cart:hover,.breakdance-woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover,.breakdance-woocommerce .woocommerce-product-search button[type="submit"]:hover,.breakdance-woocommerce a.product_type_simple:hover,.breakdance-woocommerce a.product_type_variable:hover,.breakdance-woocommerce .form-submit input[type="submit"]:hover,.breakdance-woocommerce button[name="update_cart"]:hover,.breakdance-woocommerce button[name="calc_shipping"]:hover,.breakdance-woocommerce button[name="apply_coupon"]:hover,.breakdance-woocommerce a.product_type_external:hover {
    color: #FFF
}

.breakdance .button-atom--secondary::after,.breakdance-woocommerce .woocommerce-MyAccount-downloads-file::after,.breakdance-woocommerce .woocommerce-Address a.edit::after,.breakdance-woocommerce .woocommerce-button.view::after,.breakdance-woocommerce .woocommerce-Button--previous::after,.breakdance-woocommerce .woocommerce-Button--next::after,.breakdance-woocommerce .widget_price_filter .button::after,.breakdance-woocommerce a.button.add_to_cart_button::after,.breakdance-woocommerce a.button.product_type_grouped::after,.breakdance-woocommerce .added_to_cart::after,.breakdance-woocommerce .woocommerce-widget-layered-nav-dropdown__submit::after,.breakdance-woocommerce .woocommerce-product-search button[type="submit"]::after,.breakdance-woocommerce a.product_type_simple::after,.breakdance-woocommerce a.product_type_variable::after,.breakdance-woocommerce .form-submit input[type="submit"]::after,.breakdance-woocommerce button[name="update_cart"]::after,.breakdance-woocommerce button[name="calc_shipping"]::after,.breakdance-woocommerce button[name="apply_coupon"]::after,.breakdance-woocommerce a.product_type_external::after {
    content: "";
    display: block;
    background-color: #000;
    width: 0.9em;
    height: 0.9em;
    margin-right: 0px;
    margin-left: 20px;
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20viewBox%3D%220%200%20290%20219%22%3E%0D%0A%20%20%3Cpolygon%20points%3D%22181.09%202.04%20158.63%2024.5%20227.6%2093.46%201.46%2093.46%201.46%20125.53%20227.61%20125.53%20158.63%20194.5%20181.09%20216.96%20288.54%20109.5%20181.09%202.04%22%2F%3E%0D%0A%3C%2Fsvg%3E);
    mask-position: 0 0;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20viewBox%3D%220%200%20290%20219%22%3E%0D%0A%20%20%3Cpolygon%20points%3D%22181.09%202.04%20158.63%2024.5%20227.6%2093.46%201.46%2093.46%201.46%20125.53%20227.61%20125.53%20158.63%20194.5%20181.09%20216.96%20288.54%20109.5%20181.09%202.04%22%2F%3E%0D%0A%3C%2Fsvg%3E);
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    transition-timing-function: ease-in-out;
    transition-property: transform,background-color;
    transition-duration: var(--bde-transition-duration)
}

.breakdance .button-atom--secondary::after,.breakdance-woocommerce .woocommerce-MyAccount-downloads-file::after,.breakdance-woocommerce .woocommerce-Address a.edit::after,.breakdance-woocommerce .woocommerce-button.view::after,.breakdance-woocommerce .woocommerce-Button--previous::after,.breakdance-woocommerce .woocommerce-Button--next::after,.breakdance-woocommerce .widget_price_filter .button::after,.breakdance-woocommerce a.button.add_to_cart_button::after,.breakdance-woocommerce a.button.product_type_grouped::after,.breakdance-woocommerce .added_to_cart::after,.breakdance-woocommerce .woocommerce-widget-layered-nav-dropdown__submit::after,.breakdance-woocommerce .woocommerce-product-search button[type="submit"]::after,.breakdance-woocommerce a.product_type_simple::after,.breakdance-woocommerce a.product_type_variable::after,.breakdance-woocommerce .form-submit input[type="submit"]::after,.breakdance-woocommerce button[name="update_cart"]::after,.breakdance-woocommerce button[name="calc_shipping"]::after,.breakdance-woocommerce button[name="apply_coupon"]::after,.breakdance-woocommerce a.product_type_external::after {
    margin-right: 0px
}

.breakdance .button-atom--secondary::after,.breakdance-woocommerce .woocommerce-MyAccount-downloads-file::after,.breakdance-woocommerce .woocommerce-Address a.edit::after,.breakdance-woocommerce .woocommerce-button.view::after,.breakdance-woocommerce .woocommerce-Button--previous::after,.breakdance-woocommerce .woocommerce-Button--next::after,.breakdance-woocommerce .widget_price_filter .button::after,.breakdance-woocommerce a.button.add_to_cart_button::after,.breakdance-woocommerce a.button.product_type_grouped::after,.breakdance-woocommerce .added_to_cart::after,.breakdance-woocommerce .woocommerce-widget-layered-nav-dropdown__submit::after,.breakdance-woocommerce .woocommerce-product-search button[type="submit"]::after,.breakdance-woocommerce a.product_type_simple::after,.breakdance-woocommerce a.product_type_variable::after,.breakdance-woocommerce .form-submit input[type="submit"]::after,.breakdance-woocommerce button[name="update_cart"]::after,.breakdance-woocommerce button[name="calc_shipping"]::after,.breakdance-woocommerce button[name="apply_coupon"]::after,.breakdance-woocommerce a.product_type_external::after {
    margin-left: 20px
}

.breakdance .button-atom--secondary:hover::after,.breakdance-woocommerce .woocommerce-MyAccount-downloads-file:hover::after,.breakdance-woocommerce .woocommerce-Address a.edit:hover::after,.breakdance-woocommerce .woocommerce-button.view:hover::after,.breakdance-woocommerce .woocommerce-Button--previous:hover::after,.breakdance-woocommerce .woocommerce-Button--next:hover::after,.breakdance-woocommerce .widget_price_filter .button:hover::after,.breakdance-woocommerce a.button.add_to_cart_button:hover::after,.breakdance-woocommerce a.button.product_type_grouped:hover::after,.breakdance-woocommerce .added_to_cart:hover::after,.breakdance-woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover::after,.breakdance-woocommerce .woocommerce-product-search button[type="submit"]:hover::after,.breakdance-woocommerce a.product_type_simple:hover::after,.breakdance-woocommerce a.product_type_variable:hover::after,.breakdance-woocommerce .form-submit input[type="submit"]:hover::after,.breakdance-woocommerce button[name="update_cart"]:hover::after,.breakdance-woocommerce button[name="calc_shipping"]:hover::after,.breakdance-woocommerce button[name="apply_coupon"]:hover::after,.breakdance-woocommerce a.product_type_external:hover::after {
    transform: translate(5px,0px)
}

.breakdance .button-atom--secondary:hover::after,.breakdance-woocommerce .woocommerce-MyAccount-downloads-file:hover::after,.breakdance-woocommerce .woocommerce-Address a.edit:hover::after,.breakdance-woocommerce .woocommerce-button.view:hover::after,.breakdance-woocommerce .woocommerce-Button--previous:hover::after,.breakdance-woocommerce .woocommerce-Button--next:hover::after,.breakdance-woocommerce .widget_price_filter .button:hover::after,.breakdance-woocommerce a.button.add_to_cart_button:hover::after,.breakdance-woocommerce a.button.product_type_grouped:hover::after,.breakdance-woocommerce .added_to_cart:hover::after,.breakdance-woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover::after,.breakdance-woocommerce .woocommerce-product-search button[type="submit"]:hover::after,.breakdance-woocommerce a.product_type_simple:hover::after,.breakdance-woocommerce a.product_type_variable:hover::after,.breakdance-woocommerce .form-submit input[type="submit"]:hover::after,.breakdance-woocommerce button[name="update_cart"]:hover::after,.breakdance-woocommerce button[name="calc_shipping"]:hover::after,.breakdance-woocommerce button[name="apply_coupon"]:hover::after,.breakdance-woocommerce a.product_type_external:hover::after {
    background-color: #FFF
}

.breakdance {
    font-family: var(--bde-body-font-family);
    font-size: var(--bde-body-font-size)
}

.bde-h1,.bde-h2,.bde-h3,.bde-h4,.bde-h5,.bde-h6,.breakdance h1,.breakdance h2,.breakdance h3,.breakdance h4,.breakdance h5,.breakdance h6 {
    font-family: var(--bde-heading-font-family)
}

.bde-h1,.breakdance h1 {
    font-size: var(--bde-h1-font-size)
}

.bde-h2,.breakdance h2 {
    font-size: var(--bde-h2-font-size)
}

.bde-h3,.breakdance h3 {
    font-size: var(--bde-h3-font-size)
}

.bde-h4,.breakdance h4 {
    font-size: var(--bde-h4-font-size)
}

.bde-h5,.breakdance h5 {
    font-size: var(--bde-h5-font-size)
}

.bde-h6,.breakdance h6 {
    font-size: var(--bde-h6-font-size)
}

.breakdance {
    font-weight: 300;
    line-height: 1.4
}

.bde-h1,.bde-h2,.bde-h3,.bde-h4,.bde-h5,.bde-h6,.breakdance h1,.breakdance h2,.breakdance h3,.breakdance h4,.breakdance h5,.breakdance h6 {
    font-weight: 700;
    line-height: 1.15
}

.breakdance .breakdance-form-button,.breakdance .comment-form__submit {
    --bde-button-primary-border-color: transparent;
    --bde-button-primary-border-color-hover: transparent;
    --bde-button-primary-text-color: #FFF;
    --bde-button-primary-text-color-hover: #000;
    --bde-button-primary-background-color: var(--bde-brand-primary-color);
    --bde-button-primary-background-color-hover: var(--bde-palette-color-1-8f5dc3cd-f4db-4952-bbc3-199c73275f21);
    color: #FFF;
    font-size: 21px
}

.breakdance .breakdance-form-button:hover,.breakdance .comment-form__submit:hover {
    color: #000
}

:root,.bde-global-css-vars {
    --bde-form-label-required-color: var(--bde-brand-primary-color);
    --bde-form-input-border-radius: 0px;
    --bde-form-input-border-top: 1px solid #000;
    --bde-form-input-border-bottom: 1px solid #000;
    --bde-form-input-border-left: 1px solid #000;
    --bde-form-input-border-right: 1px solid #000
}

.breakdance-form .breakdance-form-field__input,.breakdance-form-dropzone,.select2-container--default .select2-search--dropdown .select2-search__field,.select2-container--default .select2-selection--single,.breakdance-woocommerce .price_slider_amount input[type="text"],.breakdance-woocommerce input[type="search"],.breakdance-woocommerce textarea,.breakdance-woocommerce .woocommerce-Input,.breakdance-woocommerce .input-text,.breakdance-woocommerce select,.breakdance-woocommerce .wc_payment_method input[type="text"],.breakdance-woocommerce .wc-stripe-elements-field {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 0px
}

.breakdance-form-field__required {
    color: var(--bde-brand-primary-color)
}

.breakdance-form-footer {
    justify-content: unset
}

.breakdance-form-footer .breakdance-form-button__submit,.breakdance-form-footer .breakdance-form-field--step-buttons {
    width: 100%
}

.breakdance-form-button__submit {
    --bde-button-primary-border-color: transparent;
    --bde-button-primary-border-color-hover: transparent;
    --bde-button-primary-text-color: #FFF;
    --bde-button-primary-text-color-hover: #000;
    --bde-button-primary-background-color: var(--bde-brand-primary-color);
    --bde-button-primary-background-color-hover: var(--bde-palette-color-1-8f5dc3cd-f4db-4952-bbc3-199c73275f21);
    color: #FFF;
    font-size: 21px
}

.breakdance-form-button__submit:hover {
    color: #000
}

:root {
    --bde-section-width: 1400px;
    --bde-section-vertical-padding: 150px;
    --bde-section-horizontal-padding: 50px
}

@media (max-width: 1119px) {
    :root {
        --bde-font-size-ratio:1.4;
        --bde-base-font-size: 14px
    }

    :root {
        --bde-section-vertical-padding: 110px;
        --bde-section-horizontal-padding: 40px
    }
}

@media (max-width: 1023px) {
    :root {
        --bde-font-size-ratio:1.3;
        --bde-base-font-size: 13px
    }

    .breakdance .button-atom--primary,.bde-mini-cart-offcanvas .button,.bde-woo-product-quicklook-button,.woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"],.breakdance-woocommerce .woocommerce-form-track-order button[type="submit"],.breakdance-woocommerce #place_order,.breakdance-woocommerce .woocommerce-button.pay,.breakdance-woocommerce button.single_add_to_cart_button,.breakdance-woocommerce a.single_add_to_cart_button,.breakdance-woocommerce a.button.wc-backward,.breakdance-woocommerce a.checkout-button,.breakdance-woocommerce p.order-again a.button,.breakdance-woocommerce button[name="add-to-cart"],.breakdance-woocommerce button[name="login"],.breakdance-woocommerce button[name="save_address"],.breakdance-woocommerce button[name="save_account_details"],.breakdance-woocommerce button[name="woocommerce_checkout_place_order"],.breakdance-woocommerce .woocommerce-MyAccount-content a.button[href*="add-payment-method"] {
        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 12px;
        padding-left: 16px
    }

    .breakdance .button-atom--secondary,.breakdance-woocommerce .woocommerce-MyAccount-downloads-file,.breakdance-woocommerce .woocommerce-Address a.edit,.breakdance-woocommerce .woocommerce-button.view,.breakdance-woocommerce .woocommerce-Button--previous,.breakdance-woocommerce .woocommerce-Button--next,.breakdance-woocommerce .widget_price_filter .button,.breakdance-woocommerce a.button.add_to_cart_button,.breakdance-woocommerce a.button.product_type_grouped,.breakdance-woocommerce .added_to_cart,.breakdance-woocommerce .woocommerce-widget-layered-nav-dropdown__submit,.breakdance-woocommerce .woocommerce-product-search button[type="submit"],.breakdance-woocommerce a.product_type_simple,.breakdance-woocommerce a.product_type_variable,.breakdance-woocommerce .form-submit input[type="submit"],.breakdance-woocommerce button[name="update_cart"],.breakdance-woocommerce button[name="calc_shipping"],.breakdance-woocommerce button[name="apply_coupon"],.breakdance-woocommerce a.product_type_external {
        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 12px;
        padding-left: 16px
    }

    :root {
        --bde-section-vertical-padding: 100px;
        --bde-section-horizontal-padding: 30px
    }
}

@media (max-width: 767px) {
    :root {
        --bde-font-size-ratio:1.3;
        --bde-base-font-size: 13px
    }

    .breakdance .button-atom--primary,.bde-mini-cart-offcanvas .button,.bde-woo-product-quicklook-button,.woocommerce-page.woocommerce-lost-password .breakdance-woocommerce button[type="submit"],.breakdance-woocommerce .woocommerce-form-track-order button[type="submit"],.breakdance-woocommerce #place_order,.breakdance-woocommerce .woocommerce-button.pay,.breakdance-woocommerce button.single_add_to_cart_button,.breakdance-woocommerce a.single_add_to_cart_button,.breakdance-woocommerce a.button.wc-backward,.breakdance-woocommerce a.checkout-button,.breakdance-woocommerce p.order-again a.button,.breakdance-woocommerce button[name="add-to-cart"],.breakdance-woocommerce button[name="login"],.breakdance-woocommerce button[name="save_address"],.breakdance-woocommerce button[name="save_account_details"],.breakdance-woocommerce button[name="woocommerce_checkout_place_order"],.breakdance-woocommerce .woocommerce-MyAccount-content a.button[href*="add-payment-method"] {
        font-size: 14px;
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px
    }

    .breakdance .button-atom--secondary,.breakdance-woocommerce .woocommerce-MyAccount-downloads-file,.breakdance-woocommerce .woocommerce-Address a.edit,.breakdance-woocommerce .woocommerce-button.view,.breakdance-woocommerce .woocommerce-Button--previous,.breakdance-woocommerce .woocommerce-Button--next,.breakdance-woocommerce .widget_price_filter .button,.breakdance-woocommerce a.button.add_to_cart_button,.breakdance-woocommerce a.button.product_type_grouped,.breakdance-woocommerce .added_to_cart,.breakdance-woocommerce .woocommerce-widget-layered-nav-dropdown__submit,.breakdance-woocommerce .woocommerce-product-search button[type="submit"],.breakdance-woocommerce a.product_type_simple,.breakdance-woocommerce a.product_type_variable,.breakdance-woocommerce .form-submit input[type="submit"],.breakdance-woocommerce button[name="update_cart"],.breakdance-woocommerce button[name="calc_shipping"],.breakdance-woocommerce button[name="apply_coupon"],.breakdance-woocommerce a.product_type_external {
        font-size: 14px;
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px
    }

    :root {
        --bde-section-vertical-padding: 90px;
        --bde-section-horizontal-padding: 20px
    }
}

@media (max-width: 479px) {
    :root {
        --bde-font-size-ratio:1.23
    }
}
