:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color)
}

@media (min-resolution: 192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*="border-top-color"]) {
    border-top-style: solid
}

html :where([style*="border-right-color"]) {
    border-right-style: solid
}

html :where([style*="border-bottom-color"]) {
    border-bottom-style: solid
}

html :where([style*="border-left-color"]) {
    border-left-style: solid
}

html :where([style*="border-width"]) {
    border-style: solid
}

html :where([style*="border-top-width"]) {
    border-top-style: solid
}

html :where([style*="border-right-width"]) {
    border-right-style: solid
}

html :where([style*="border-bottom-width"]) {
    border-bottom-style: solid
}

html :where([style*="border-left-width"]) {
    border-left-style: solid
}

html :where(img[class*="wp-image-"]) {
    height: auto;
    max-width: 100%
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

:where(figure) {
    margin: 0 0 1em
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--main: #fff;
    --wp--preset--color--text: #2F271F;
    --wp--preset--color--text-secondary: #575757;
    --wp--preset--color--primary: #6D8F66;
    --wp--preset--color--secondary: #dddbff;
    --wp--preset--color--buttons: #6D8F66;
    --wp--preset--color--background: #F6F6F6;
    --wp--preset--color--bg-primary-light: #C5D2C2;
    --wp--preset--color--bg-grey: #C6C6C6;
    --wp--preset--color--bg-light-grey: #F9EFE7;
    --wp--preset--font-size--display-large: clamp(2rem, calc(0.82rem + 2.43vw), 3.25rem);
    --wp--preset--font-size--display: clamp(2rem, calc(1.5867rem + 1.1022vw), 2.62rem);
    --wp--preset--font-size--headline-1: clamp(1.5rem, calc(1.1667rem + 0.8889vw), 2rem);
    --wp--preset--font-size--headline-2: clamp(1.5rem, calc(1.1667rem + 0.8889vw), 2rem);
    --wp--preset--font-size--headline-3: clamp(1.12rem, calc(0.8667rem + 0.6756vw), 1.5rem);
    --wp--preset--font-size--headline-4: clamp(1rem, calc(0.92rem + 0.2133vw), 1.25rem);
    --wp--preset--font-size--headline-5: clamp(0.87rem, calc(0.7833rem + 0.2311vw), 1rem);
    --wp--preset--font-size--headline-6: clamp(0.75rem, calc(0.67rem + 0.2133vw), 0.87rem);
    --wp--preset--font-size--text-1: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.379)), 18px);
    --wp--preset--font-size--text-2: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.189)), 16px);
    --wp--preset--font-size--text-3: 14px;
    --wp--preset--font-size--text-4: 12px;
    --wp--preset--font-size--text-5: 10px;
    --wp--preset--font-family--body: "Lato", sans-serif;
    --wp--custom--block-spacing: clamp(12px, calc(2.5px + 1.75vw), 24px);
    --wp--preset--spacing--10: var(--wp--custom--block-spacing);
    --wp--preset--spacing--20: calc(var(--wp--custom--block-spacing) * 2);
    --wp--preset--spacing--30: calc(var(--wp--custom--block-spacing) * 3);
    --wp--preset--spacing--40: calc(var(--wp--custom--block-spacing) * 4);
    --wp--preset--spacing--50: calc(var(--wp--custom--block-spacing) * 5);
    --wp--preset--spacing--60: calc(var(--wp--custom--block-spacing) * 6);
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0 rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0 -3px #fff, 6px 6px #000;
    --wp--preset--shadow--crisp: 6px 6px 0 #000;
    --wp--style--global--content-size: 1376px;
    --wp--style--global--wide-size: 1376px
}

body {
    background-color: var(--wp--preset--color--main);
    color: var(--wp--preset--color--text);
    font-family: var(--wp--preset--font-family--body);
    font-size: 14px;
    line-height: 1.3;
    --wp--style--root--padding-top: 0px;
    --wp--style--root--padding-right: 1rem;
    --wp--style--root--padding-bottom: 0px;
    --wp--style--root--padding-left: 1rem
}

body .is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

body .is-layout-flex>* {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

body .is-layout-grid>* {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--wp--custom--font-family--headline-color);
    font-family: var(--wp--preset--font-family--body);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 12px
}

h1 {
    font-size: var(--wp--preset--font-size--headline-1)
}

h2 {
    font-size: var(--wp--preset--font-size--headline-2)
}

h3 {
    font-size: var(--wp--preset--font-size--headline-3)
}

h4 {
    font-size: var(--wp--preset--font-size--headline-4)
}

h5 {
    font-size: var(--wp--preset--font-size--headline-5)
}

h6 {
    font-size: var(--wp--preset--font-size--headline-6)
}

.wp-element-button,
.wp-block-button__link {
    background-color: var(--wp--preset--color--primary);
    border-radius: var(--button-radius, 100px);
    border-color: var(--wp--preset--color--primary);
    border-width: 0.2rem;
    color: var(--wp--preset--color--main);
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: inherit;
    padding: 16px 32px;
    text-decoration: none
}

.wp-element-button:hover,
.wp-block-button__link:hover {
    opacity: 0.9
}

p {
    line-height: 1.3;
    margin: 0 0 12px
}

/* .wp-block-group {
    margin-bottom: var(--wp--preset--spacing--10)
} */

.wp-block-buttons {
    margin-top: var(--wp--preset--spacing--10);
    margin-bottom: calc(var(--wp--preset--spacing--10) * 0.75)
}

.wp-block-list {
    padding-left: 24px
}

.nopcommerce form .form-row .required {
    visibility: visible
}

body .wp-site-blocks .wp-block-685812-bc {
    margin-top: 0;
    margin-bottom: var(--wp--preset--spacing--10)
}

body .wp-site-blocks .wp-block-f88f7e-5c {
    margin-bottom: 16px
}

body .wp-site-blocks .wp-block-8a32c8-39 {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-site-blocks .wp-block-ff5927-bb {
    margin-bottom: 16px
}

body .wp-site-blocks .wp-block-1e1327-42 {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-site-blocks .wp-block-da069e-36 {
    margin-bottom: 16px
}

body .wp-site-blocks .wp-block-ded20a-30 {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-site-blocks .wp-block-f46a02-1c {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-site-blocks .wp-block-a9609f-38 {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-site-blocks .wp-block-7cb0d0-b3 {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-site-blocks .wp-block-c44365-b3 {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-site-blocks .wp-block-46251f-dc {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-site-blocks .wp-block-41cf46-62 {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-site-blocks .wp-block-d57522-52 {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-site-blocks .wp-block-242694-e3 {
    margin-top: 0;
    margin-bottom: 0
}

body .wp-block-722862-2a {
    column-gap: 18px;
    row-gap: 16px;
    flex-wrap: nowrap
}

@media (max-width: 777px) {
    body .wp-block-722862-2a {
        flex-wrap: wrap
    }
}

@media (max-width: 777px) {
    body .wp-block-722862-2a>.wp-block-bowe-column {
        flex-basis: 100%
    }
}

body .wp-block-4fa913-d2 {
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: nowrap
}

body .wp-block-4fa913-d2>.wp-block-bowe-column {
    flex-basis: calc(100% / 4 - 20px * 3 / 4)
}

@media (max-width: 1000px) {
    body .wp-block-4fa913-d2 {
        flex-wrap: wrap
    }
}

@media (max-width: 1000px) {
    body .wp-block-4fa913-d2>.wp-block-bowe-column {
        flex-basis: calc(100% / 2 - 20px * 1 / 2)
    }
}

@media (max-width: 777px) {
    body .wp-block-4fa913-d2 {
        flex-wrap: wrap
    }
}

@media (max-width: 777px) {
    body .wp-block-4fa913-d2>.wp-block-bowe-column {
        flex-basis: 100%
    }
}

body .wp-block-a9609f-38 {
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: nowrap
}

body .wp-block-a9609f-38>.wp-block-bowe-column {
    flex-basis: calc(100% / 4 - 20px * 3 / 4)
}

@media (max-width: 1000px) {
    body .wp-block-a9609f-38 {
        flex-wrap: wrap
    }
}

@media (max-width: 1000px) {
    body .wp-block-a9609f-38>.wp-block-bowe-column {
        flex-basis: calc(100% / 2 - 20px * 1 / 2)
    }
}

@media (max-width: 777px) {
    body .wp-block-a9609f-38 {
        flex-wrap: wrap
    }
}

@media (max-width: 777px) {
    body .wp-block-a9609f-38>.wp-block-bowe-column {
        flex-basis: 100%
    }
}

body .wp-block-4110dc-68 {
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: nowrap
}

@media (max-width: 1000px) {
    body .wp-block-4110dc-68 {
        flex-wrap: wrap
    }
}

@media (max-width: 1000px) {
    body .wp-block-4110dc-68>.wp-block-bowe-column {
        flex-basis: calc(100% / 2 - 20px * 1 / 2)
    }
}

@media (max-width: 777px) {
    body .wp-block-4110dc-68 {
        flex-wrap: wrap
    }
}

@media (max-width: 777px) {
    body .wp-block-4110dc-68>.wp-block-bowe-column {
        flex-basis: 100%
    }
}

body {
    --fibofilters--colors--base-org: #96588a;
    --fibofilters--colors--link-org: #96588a;
    --fibofilters--colors--base: var(--fibofilters--colors--base-org);
    --fibofilters--colors--link: var(--fibofilters--colors--link-org);
    --fibofilters--colors-input-border: #767676;
}

.nopcommerce-pagination {
    display: none !important;
}


:root {
    --fibofilters-skel-bg: #e8e8e8;
    --fibofilters-skel-highlight: #f6f6f6
}

.fibofilters-skel {
    position: relative;
    overflow: hidden;
    background: var(--fibofilters-skel-bg)
}

.fibofilters-skel-heading {
    height: 1.7rem;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1rem
}

.fibofilters-skel-checkbox {
    height: 1rem;
    width: 1rem;
    border-radius: 2px;
    margin-right: .75rem
}

.fibofilters-skel-radio {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    margin-right: .75rem
}

.fibofilters-skel-text {
    flex: 1 1 45%;
    height: .85rem;
    border-radius: 4px
}

.fibofilters-skel-count {
    width: 1.5rem;
    height: .85rem;
    border-radius: 4px;
    margin-left: 3rem
}

.fibofilters-skel-divider {
    height: 1px;
    background: #f2f2f2;
    margin: 1.5rem 0
}

.fibofilters-skel-row {
    display: flex;
    align-items: center;
    margin-bottom: .75rem;
    column-gap: .75rem;
    width: 100%
}

.fibofilters-skeleton {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.fibofilters-skeleton--horizontal,
.fibofilters-skeleton--mobile,
.fibofilters-skeleton--vertical {
    display: none
}

