@keyframes brandy-spinning{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.brandy-account{display:flex;align-items:center;position:relative}.brandy-account__icon img{height:var(--b-icon-size);width:var(--b-icon-size);padding:0}.brandy-account__icon{--b-icon-color: var(--b-icon-color-normal);--b-icon-background-color: var(--b-icon-background-color-normal);--b-icon-border-color: var(--b-icon-border-color-normal)}.brandy-account:hover .brandy-account__icon{--b-icon-color: var(--b-icon-color-hover);--b-icon-background-color: var(--b-icon-background-color-hover);--b-icon-border-color: var(--b-icon-border-color-hover)}.brandy-account__label{color:var(--b-color-normal)}.brandy-account:hover .brandy-account__label{color:var(--b-color-hover)}.brandy-button{width:fit-content;display:flex;align-items:center;transition-property:background,border-color,color;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out;--b-icon-color: currentColor}.brandy-button .brandy-theme-icon{--b-icon-stroke-width: 0}.brandy-button .brandy-theme-icon svg{padding:0}.brandy-button .brandy-theme-icon svg *{transition-property:stroke,fill;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out}.brandy-custom-button .brandy-button{background-color:var(--b-bg-color-normal);color:var(--b-text-color-normal);--b-icon-color: var(--b-icon-color-normal)}.brandy-custom-button .brandy-button:hover{background-color:var(--b-bg-color-hover);color:var(--b-text-color-hover);--b-icon-color: var(--b-icon-color-hover)}.brandy-custom-button[data-type=outline] .brandy-button{border-style:solid;border-color:var(--b-border-color-normal)}.brandy-custom-button[data-type=outline] .brandy-button:hover{border-color:var(--b-border-color-hover)}.brandy-element-count-badge.brandy-cart-qtybadge{color:var(--b-color-normal);background-color:var(--b-bg-color-normal);left:unset;bottom:unset}.brandy-cart-icon-wrap{position:relative;display:inline-block;--b-icon-background-color: var(--b-icon-background-color-normal);--b-icon-stroke-color: var(--b-icon-stroke-color-normal);--b-icon-color: var(--b-icon-color-normal)}.brandy-cart-a:hover .brandy-cart-icon-wrap{--b-icon-background-color: var(--b-icon-background-color-hover);--b-icon-stroke-color: var(--b-icon-stroke-color-hover);--b-icon-color: var(--b-icon-color-hover)}.brandy-cart-label{color:var(--b-label-text_color-normal)}.brandy-cart-a:hover .brandy-cart-qtybadge{color:var(--b-color-hover);background-color:var(--b-bg-color-hover)}.brandy-cart-a:hover .brandy-cart-label{color:var(--b-label-text_color-hover)}.brandy-cart-drawer{position:fixed;display:flex;width:100vw;max-width:28rem;background-color:#fff;z-index:500000;flex-direction:column;overflow:hidden;overflow-y:auto;transition:transform 1.25s cubic-bezier(.19,1,.22,1);inset-block:0px 0px;height:calc(100% - var(--wp-adminbar-height));top:var(--wp-adminbar-height)}.brandy-cart-drawer[data-open-direction=left]{left:0;right:auto;transform:translate3d(-100%,0,0)}.brandy-cart-drawer[data-open-direction=right]{left:auto;right:0;transform:translate3d(100%,0,0)}.brandy-cart-drawer.brandy-cart-drawer-open{transform:none}.brandy-cart-drawer-header{padding:1rem 1.5rem;border-bottom:1px solid #cdcdcd;font-weight:700;position:relative;display:flex;justify-content:space-between;align-items:center}.brandy-cart-drawer-content{padding:1rem}.brandy-cart-overlay{background-color:#122940cc;opacity:0;position:fixed;z-index:400000;visibility:hidden;top:0;right:0;bottom:0;left:0;height:calc(100% - var(--wp-adminbar-height));top:var(--wp-adminbar-height);transition:opacity var(--theme-component-transition-duration, .2s) cubic-bezier(.4,0,.2,1)}.brandy-cart-overlay.brandy-cart-overlay-open{opacity:1;visibility:visible}.brandy-cart-wrapper{position:relative}.brandy-cart-wrapper>a{display:flex;align-items:center;gap:var(--b-item-spacing)}.brandy-cart-dropdown{position:absolute;left:0;margin-top:5px;visibility:hidden;opacity:0;z-index:11;background:#ffffff;min-width:350px;max-width:28rem;transition-property:opacity,visibility;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-cart-dropdown[type=dropdown]{border:1px solid var(--wp--preset--color--brandy-border);box-shadow:0 0 #0000,0 0 #0000,0 5px 25px #00000008;border-radius:9px;overflow:hidden}.brandy-cart-dropdown[type=dropdown].dropdown-fixed{position:fixed;width:100%}.brandy-cart-dropdown[type=dropdown].dropdown-normal{right:0;left:auto}.brandy-cart-dropdown[type=dropdown].dropdown-transform{right:-50%;transform:translate(50%)}.brandy-cart-dropdown[type=dropdown] .mini-cart__close{display:none}.brandy-cart-wrapper.brandy-cart-dropdown-open .brandy-cart-dropdown{visibility:visible;opacity:1}.brandy-mini-cart__close{--b-icon-close-color: var(--b-icon-close-color-normal);--b-icon-close-background-color: var(--b-icon-close-background-color-normal);--b-icon-close-stroke-color: var(--b-icon-close-stroke-color-normal);padding:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:var(--b-icon-close-background-color);color:var(--b-icon-close-color);border-style:solid;border-color:var(--b-icon-close-stroke-color)}.brandy-mini-cart__close:hover{color:var(--b-icon-close-color-hover);background-color:var(--b-icon-close-background-color-hover);border-color:var(--b-icon-close-stroke-color-hover)}.brandy-mini-cart__close .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.brandy-mini-cart__close svg{width:var(--b-icon-close-size);height:var(--b-icon-close-size)}.brandy-mini-cart .widget_shopping_cart_content{height:100%}.brandy-mini-cart .brandy-mini-cart-wrapper{height:100%;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--wp--preset--color--brandy-theme-background)}.brandy-mini-cart .brandy-mini-cart-wrapper .brandy-mini-cart-top,.brandy-mini-cart .brandy-mini-cart-wrapper .brandy-mini-cart-bottom{padding:1.5rem}.brandy-mini-cart .brandy-mini-cart-wrapper .brandy-mini-cart-bottom{box-shadow:0 0 #0000,0 0 #0000,0 -1px 0 var(--wp--preset--color--brandy-border),0 -5px 12px #00000008}.brandy-mini-cart .brandy-mini-cart-wrapper .brandy-mini-cart-top{overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.brandy-mini-cart .brandy-mini-cart-wrapper .brandy-mini-cart-top::-webkit-scrollbar{display:none}.brandy-mini-cart .brandy-mini-cart-wrapper .brandy-mini-cart__title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--wp--preset--color--brandy-border);padding-bottom:15px;margin-bottom:20px}.brandy-mini-cart .brandy-mini-cart-wrapper .brandy-mini-cart__title .brandy-mini-cart__title__text{font-weight:500;font-size:1.5rem;line-height:2rem;margin:0}.brandy-mini-cart .brandy-mini-cart__list{position:relative}.brandy-mini-cart .brandy-mini-cart__list:before{content:"";transition:var(--theme-component-transition-duration, .2s)}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item{display:flex;gap:20px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--wp--preset--color--brandy-border)}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item:last-child{margin-bottom:0}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-thumbnail{min-width:var(--order-item-thumb-width);min-height:var(--order-item-thumb-height);width:var(--order-item-thumb-width);height:var(--order-item-thumb-height);overflow:hidden;background-color:var(--order-item-thumb-background);border-radius:var(--order-item-thumb-radius)}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-thumbnail img{width:100%;height:100%;object-fit:cover}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-details{flex:1;display:flex;flex-direction:column;gap:.75rem}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-details .item-name{position:relative;width:fit-content}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-details .item-name a{font-weight:500;color:var(--wp--preset--color--brandy-primary-text)}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-details .item-actions{display:flex;justify-content:space-between;gap:1rem;align-items:center}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-details .item-actions .item-figure{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-details .item-actions .item-figure .item-price{font-weight:600}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-details .item-actions .remove,.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-details .item-actions .remove_button{cursor:pointer;color:var(--cart-remove-icon-color, rgba(90, 109, 128, .5))}.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-details .item-actions .remove:hover,.brandy-mini-cart .brandy-mini-cart__list .brandy-mini-cart__item .item-details .item-actions .remove_button:hover{color:var(--cart-remove-icon-color-hover)}.brandy-mini-cart .blockUI.blockOverlay{background-color:#fff!important;opacity:.4}.brandy-mini-cart .brandy-mini-cart__total{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}.brandy-mini-cart .brandy-mini-cart__total *{font-weight:600}.brandy-mini-cart .brandy-mini-cart__buttons{display:flex;flex-direction:column;gap:20px;align-items:center}.brandy-mini-cart .brandy-mini-cart__buttons .checkout{width:100%;padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:500}.brandy-mini-cart .brandy-mini-cart__buttons .view-cart{text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .4s;color:var(--primary_color);font-size:1rem;line-height:1.5rem}.brandy-mini-cart .brandy-mini-cart__buttons .view-cart:hover{background-size:0% 1px}.mini-cart-dropdown-figure .item-price{margin-left:0!important}.brandy-cart-dropdown .brandy-mini-cart__content{max-height:300px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.brandy-cart-dropdown .brandy-mini-cart__content::-webkit-scrollbar{display:none}.brandy-contact-element .brandy-element-wrapper{margin:var(--b-margin);display:flex;align-items:center}.brandy-contact-element .brandy-contact-list{display:inline-flex;align-items:center}@media screen and (min-width: 1024px){.brandy-contact-element .brandy-contact-list[items-direction-desktop=column]{flex-direction:column;align-items:var(--b-align-items)}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-contact-element .brandy-contact-list[items-direction-tablet=column]{flex-direction:column;align-items:var(--b-align-items)}}@media screen and (max-width: 479px){.brandy-contact-element .brandy-contact-list[items-direction-mobile=column]{flex-direction:column;align-items:var(--b-align-items)}}.brandy-contact-element .brandy-contact-item{display:flex;align-items:center;gap:5px;--b-icon-color: var(--b-icon-color-normal);--b-icon-background-color: var(--b-icon-background-normal);--b-icon-stroke-color: var(--b-icon-stroke-color-normal);--b-text-color: var(--b-text-color-normal)}@media screen and (min-width: 1024px){.brandy-contact-element .brandy-contact-item{flex-direction:var(--b-desktop-direction);align-items:var(--b-desktop-align-items);justify-content:var(--b-desktop-justify-content)}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-contact-element .brandy-contact-item{flex-direction:var(--b-tablet-direction);align-items:var(--b-tablet-align-items);justify-content:var(--b-tablet-justify-content)}}@media screen and (max-width: 479px){.brandy-contact-element .brandy-contact-item{flex-direction:var(--b-mobile-direction);align-items:var(--b-mobile-align-items);justify-content:var(--b-mobile-justify-content)}}.brandy-contact-element .brandy-contact-item.hidden{display:none}.brandy-contact-element .brandy-contact-item:hover{--b-icon-color: var(--b-icon-color-hover);--b-icon-background-color: var(--b-icon-background-hover);--b-icon-stroke-color: var(--b-icon-stroke-color-hover);--b-text-color: var(--b-text-color-hover)}.brandy-contact-element .brandy-contact-item__icon{display:flex;align-items:center;justify-content:center}.brandy-contact-element .brandy-contact-item__text{color:var(--b-text-color);text-align:center}.brandy-copyright-element .brandy-element-wrapper{--b-text-color: var(--b-text-color-normal);--b-link-color: var(--b-link-color-normal);color:var(--b-text-color)}.brandy-copyright-element .brandy-element-wrapper:hover{--b-text-color: var(--b-text-color-hover);--b-link-color: var(--b-link-color-hover)}.brandy-copyright-element .brandy-element-wrapper a{color:var(--b-link-color)}.brandy-currency-switcher__placeholder,.brandy-currency-option{--b-symbol-stroke-color: var(--b-symbol-stroke-color-normal);--b-code-text-color: var(--b-code-text-color-normal);--b-arrow-icon-color: var(--b-arrow-icon-color-normal)}.brandy-currency-switcher__placeholder:hover,.brandy-currency-option:hover{--b-code-text-color: var(--b-code-text-color-hover);--b-symbol-stroke-color: var(--b-symbol-stroke-color-hover);--b-arrow-icon-color: var(--b-arrow-icon-color-hover)}.brandy-currency-options{position:absolute;top:100%;display:flex;flex-direction:column;background:#fff;margin-top:7px;padding:3px;border-radius:5px;box-shadow:0 0 8px #3333331a;z-index:100}.brandy-currency-option{display:flex;align-items:center;justify-content:flex-start;gap:12px;cursor:pointer;transition:background-color var(--theme-component-transition-duration, .2s) ease-in-out;border-radius:inherit}.brandy-currency-option .brandy-currency-box{min-width:100px}.brandy-currency-switcher__placeholder{display:flex;align-items:center;gap:6px;cursor:pointer}.brandy-currency-switcher__placeholder+.brandy-currency-options{display:none}.brandy-currency-switcher__placeholder.opened+.brandy-currency-options{display:flex}.brandy-currency-box{display:flex;gap:7px;align-items:center}.brandy-currency-box .brandy-currency-flag{display:none;align-items:center;justify-content:center;border-radius:3px;overflow:hidden;transition:border var(--theme-component-transition-duration, .2s) ease-in-out}.brandy-currency-box .brandy-currency-flag img{width:var(--b-symbol-size)}.brandy-currency-box .brandy-currency-name{color:var(--b-code-text-color);transition:color var(--theme-component-transition-duration, .2s) ease-in-out}.brandy-currency-box .brandy-currency-name *{display:none}.brandy-currency-box[flag-position=right] .brandy-currency-name{order:-1}.brandy-currency-arrow{rotate:180deg;margin-top:-.2em;position:relative}#brandy-footer .brandy-currency-options{bottom:100%;top:unset}.brandy-currency-option{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;cursor:pointer;color:var(--b-currency-item-color-normal);background-color:var(--b-currency-item-background-normal);border-style:solid;border-width:var(--b-currency-item-stroke-width);border-color:var(--b-currency-item-stroke-color-normal);border-radius:var(--b-currency-item-border-radius);transition-property:background-color,border-color;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-currency-option:hover{color:var(--b-currency-item-color-hover);background-color:var(--b-currency-item-background-hover);border-color:var(--b-currency-item-stroke-color-hover)}.brandy-currency-option.current-currency{color:var(--b-currency-item-color-active);background-color:var(--b-currency-item-background-active);border-color:var(--b-currency-item-stroke-color-active)}.brandy-divider{background:var(--b-color-normal)}@media screen and (min-width: 1024px){.brandy-divider[data-desktop-layout=vertical]{width:var(--b-vertical-width);height:var(--b-vertical-height)}.brandy-divider[data-desktop-layout=horizontal]{width:var(--b-horizontal-width);height:var(--b-horizontal-height)}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-divider[data-tablet-layout=vertical]{width:var(--b-vertical-width);height:var(--b-vertical-height)}.brandy-divider[data-tablet-layout=horizontal]{width:var(--b-horizontal-width);height:var(--b-horizontal-height)}}@media screen and (max-width: 479px){.brandy-divider[data-mobile-layout=vertical]{width:var(--b-vertical-width);height:var(--b-vertical-height)}.brandy-divider[data-mobile-layout=horizontal]{width:var(--b-horizontal-width);height:var(--b-horizontal-height)}}#toggle-off-canvas .brandy-divider-element,#toggle-off-canvas .brandy-divider-element .brandy-element-wrapper{width:100%}.brandy-html-element .brandy-element-wrapper{padding:var(--b-padding);margin:var(--b-margin);text-align:var(--b-content-alignment);color:var(--b-text-color-normal)}.brandy-html-element .brandy-element-wrapper a{display:inline-block;line-height:1.4;color:var(--b-link-color-normal)}.brandy-lang-switcher-element .brandy-element-wrapper{width:fit-content}.brandy-lang-options{position:absolute;top:100%;background-color:#fff;border-radius:5px;box-shadow:0 0 #0000,0 0 #0000,0 20px 30px #00000012;display:flex;flex-direction:column}.brandy-lang-options[type=all]{margin:0!important;background:transparent!important;position:relative!important;display:flex;flex-direction:row;flex-wrap:wrap;max-width:400px;flex-direction:row!important;border:none!important;outline:none!important;box-shadow:none!important}.brandy-lang-option{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;cursor:pointer;color:var(--b-language-item-color-normal);background-color:var(--b-language-item-background-normal);border-style:solid;border-width:var(--b-language-item-stroke-width);border-color:var(--b-language-item-stroke-color-normal);border-radius:var(--b-language-item-border-radius);transition-property:background-color,border-color;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-lang-option .brandy-lang-option__content{display:flex;align-items:center;gap:6px}.brandy-lang-option:hover{color:var(--b-language-item-color-hover);background-color:var(--b-language-item-background-hover);border-color:var(--b-language-item-stroke-color-hover)}.brandy-lang-option.selected{color:var(--b-language-item-color-active);background-color:var(--b-language-item-background-active);border-color:var(--b-language-item-stroke-color-active)}.brandy-lang-switcher__placeholder{--b-activator-background: var(--b-activator-background-normal);--b-activator-stroke-color: var(--b-activator-stroke-color-normal);display:flex;align-items:center;gap:6px;cursor:pointer;border-style:solid;background-color:var(--b-activator-background);border-width:var(--b-activator-stroke-width);border-color:var(--b-activator-stroke-color);border-radius:var(--b-activator-border-radius);transition-property:background-color,border-color;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-lang-switcher__placeholder .brandy-lang-arrow{rotate:180deg;margin-top:-.2em;position:relative}.brandy-lang-flag{overflow:hidden;display:flex;align-items:center}.brandy-lang-flag>.flag-wrapper{display:inline-block;overflow:hidden;width:var(--b-flag-icon-size);height:var(--b-flag-icon-size)}.brandy-lang-flag>.flag-wrapper svg{height:100%;width:auto}.brandy-lang-flag[icon-style=normal]>.flag-wrapper{height:var(--b-flag-icon-size);width:calc(var(--b-flag-icon-size) * 1.5)}.brandy-lang-flag[icon-style=rounded]>.flag-wrapper{border-radius:50%}.brandy-lang-flag[icon-style=rounded]>.flag-wrapper svg{position:relative;left:-20%}.brandy-lang-flag[icon-style=square]>.flag-wrapper{border-radius:3px}.brandy-lang-flag[icon-style=square]>.flag-wrapper svg{position:relative;left:-20%}.brandy-element-wrapper[show-type=dropdown]{position:relative}.brandy-element-wrapper[show-type=dropdown] .brandy-lang-switcher__placeholder{color:var(--b-activator-color-normal)}.brandy-element-wrapper[show-type=dropdown] .brandy-lang-switcher__placeholder:hover{color:var(--b-activator-color-hover)}.brandy-element-wrapper[show-type=dropdown] .brandy-lang-switcher__placeholder.opened+.brandy-lang-options{opacity:1;visibility:visible;transform:translate(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1)}.brandy-element-wrapper[show-type=dropdown] .brandy-lang-options{z-index:100;max-height:200px;overflow:auto;min-width:100%;width:max-content;display:flex;opacity:0;visibility:hidden;transform:translate(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);transition:transform ease-in-out .1s;top:calc(100% + 5px)}#brandy-footer .brandy-element-wrapper[show-type=dropdown] .brandy-lang-options{bottom:100%;top:unset}.brandy-logo{display:flex;align-items:center}.brandy-logo .brandy-logo-images{width:fit-content}.brandy-logo[logo-type=sticky]{display:none}.brandy-logo__img[src=""]{display:none!important}.brandy-logo__title{position:relative;color:var(--b-title-color-normal)}.brandy-logo__title[data-hover-underline=true] .brandy-logo__content:before{content:"";background:var(--b-title-underline-color-normal, currentColor);position:absolute;height:var(--b-title-underline-size, 2px);bottom:-5px;left:0;width:100%;transform:scaleX(0);transform-origin:right center;transition-property:transform,background;transition-duration:.3s;transition-timing-function:ease-in-out}.brandy-logo__title[data-hover-underline=true]:hover:before{transform:scaleX(1);transform-origin:left center}.brandy-logo:hover .brandy-logo__title{color:var(--b-title-color-hover)}.brandy-logo__tagline{color:var(--b-tagline-color-normal)}.brandy-logo:hover .brandy-logo__tagline{color:var(--b-tagline-color-hover)}.brandy-logo__title,.brandy-logo__tagline{transition:color var(--theme-component-transition-duration, .2s) ease-in-out}.brandy-logo__img{width:auto;max-width:initial;object-fit:contain;display:none}@media screen and (min-width: 1024px){.brandy-logo__img.logo-desktop{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-logo__img.logo-mobile{display:block}}@media screen and (max-width: 479px){.brandy-logo__img.logo-mobile{display:block}}.brandy-logo__content{display:flex;flex-direction:column}#brandy-footer .brandy-menu-element{margin:var(--b-margin)}@media screen and (min-width: 1024px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[layout-desktop=vertical] .brandy-menu-items{column-gap:var(--b-item-extra-spacing, 10px);flex-direction:column}}@media screen and (min-width: 1024px){#brandy-footer .brandy-menu-element .brandy-element-wrapper:not([layout-desktop=vertical]) .brandy-menu-items{row-gap:var(--b-item-extra-spacing, 10px)}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[layout-tablet=vertical] .brandy-menu-items{column-gap:var(--b-item-extra-spacing, 10px);flex-direction:column}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-footer .brandy-menu-element .brandy-element-wrapper:not([layout-tablet=vertical]) .brandy-menu-items{row-gap:var(--b-item-extra-spacing, 10px)}}@media screen and (max-width: 479px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[layout-mobile=vertical] .brandy-menu-items{column-gap:var(--b-item-extra-spacing, 10px);flex-direction:column}}@media screen and (max-width: 479px){#brandy-footer .brandy-menu-element .brandy-element-wrapper:not([layout-mobile=vertical]) .brandy-menu-items{row-gap:var(--b-item-extra-spacing, 10px)}}@media screen and (min-width: 1024px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-desktop=center][layout-desktop=vertical] .brandy-menu-items{align-items:center}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-desktop=center][layout-desktop=vertical] .brandy-menu-title{text-align:center}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-tablet=center][layout-tablet=vertical] .brandy-menu-items{align-items:center}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-tablet=center][layout-tablet=vertical] .brandy-menu-title{text-align:center}}@media screen and (max-width: 479px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-mobile=center][layout-mobile=vertical] .brandy-menu-items{align-items:center}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-mobile=center][layout-mobile=vertical] .brandy-menu-title{text-align:center}}@media screen and (min-width: 1024px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-desktop=right][layout-desktop=vertical] .brandy-menu-items{align-items:flex-end}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-desktop=right][layout-desktop=vertical] .brandy-menu-title{text-align:right}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-tablet=right][layout-tablet=vertical] .brandy-menu-items{align-items:flex-end}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-tablet=right][layout-tablet=vertical] .brandy-menu-title{text-align:right}}@media screen and (max-width: 479px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-mobile=right][layout-mobile=vertical] .brandy-menu-items{align-items:flex-end}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-mobile=right][layout-mobile=vertical] .brandy-menu-title{text-align:right}}#brandy-footer .brandy-menu-element .brandy-element-wrapper{padding:var(--b-padding)}#brandy-footer .brandy-menu-element li{line-height:normal}#brandy-footer .brandy-menu-items{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--b-item-spacing)}#brandy-footer .brandy-menu-title{color:var(--b-title-color-normal);margin-bottom:var(--b-title-spacing)}#brandy-footer .brandy-menu-title:empty{display:none}#brandy-footer .brandy-menu__item a{color:var(--b-text-color-normal)}#brandy-footer .brandy-menu__item:hover a{color:var(--b-text-color-hover)}.brandy-toc-elements-wrapper .brandy-menu-element{width:100%}#brandy-header .brandy-menu__item[data-is-gradient-text=true]>a{transition:none}#brandy-header .brandy-menu-items{display:flex;align-items:center;justify-content:center;gap:var(--b-item-spacing)}#brandy-header .horizontal-item.root-item .brandy-menu-item__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(var(--b-item-max-characters, 30) * 1ch)}#brandy-header .brandy-menu__item{position:relative;width:fit-content;background:transparent;transition:background ease-in-out .2s}#brandy-header .brandy-menu__item a,#brandy-header .brandy-menu__item .brandy-menu-item__title-wrapper{display:flex;align-items:center;justify-content:space-between;gap:7px;position:relative}#brandy-header .brandy-menu__item .brandy-menu-item__title,#brandy-header .brandy-menu__item .brandy-menu-item__arrow{-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}#brandy-header .brandy-menu__item .brandy-menu-item__arrow{transform:rotate(180deg);margin-top:-5px}#brandy-header .vertical-item>a,#brandy-header .vertical-item>.brandy-menu-item__title-wrapper,#brandy-header .horizontal-item.root-item>a,#brandy-header .horizontal-item.root-item>.brandy-menu-item__title-wrapper{padding:var(--b-item-padding)}#brandy-header .vertical-item>a>*,#brandy-header .vertical-item>.brandy-menu-item__title-wrapper>*,#brandy-header .horizontal-item.root-item>a>*,#brandy-header .horizontal-item.root-item>.brandy-menu-item__title-wrapper>*{background:var(--b-text-color-normal)}#brandy-header .vertical-item:hover>a>*,#brandy-header .horizontal-item.root-item:hover>a>*{background:var(--b-text-color-hover)}#brandy-header .vertical-item[class*=current-]>a>*,#brandy-header .horizontal-item.root-item[class*=current-]>a>*{background:var(--b-active-item-text-color-normal)}#brandy-header .horizontal-item.brandy-sub-menu__item{position:relative;border-radius:4px;background-color:var(--b-canvas-item-background-normal)}#brandy-header .horizontal-item.brandy-sub-menu__item>a{padding:var(--b-canvas-item-padding)}#brandy-header .horizontal-item.brandy-sub-menu__item>a>*{background:var(--b-canvas-text-color-normal)}#brandy-header .horizontal-item.brandy-sub-menu__item:hover>a>*{background:var(--b-canvas-text-color-hover)}#brandy-header .horizontal-item.brandy-sub-menu__item[class*=current-]{background-color:var(--b-canvas-item-background-active)}#brandy-header .horizontal-item.brandy-sub-menu__item[class*=current-]>a>*{background:var(--b-canvas-text-color-active)}#brandy-header .horizontal-item.brandy-sub-menu__item:hover{background-color:var(--b-canvas-item-background-hover)}@media screen and (min-width: 1024px){#brandy-header .brandy-element-wrapper[layout=horizontal]{display:block}}#brandy-header .brandy-element-wrapper[layout=horizontal] .brandy-menu-items{row-gap:var(--b-item-extra-spacing, 10px)}#brandy-header .brandy-element-wrapper[layout=horizontal][data-overlapped=flex-wrap] .brandy-menu-items{flex-wrap:wrap}#brandy-header .brandy-menu-items[active-type=button] .horizontal-item.root-item{background:var(--b-item-background-normal);border-radius:var(--b-item-border-radius)}#brandy-header .brandy-menu-items[active-type=button] .horizontal-item.root-item[class*=current-]{background:var(--b-active-item-background-normal)}#brandy-header .brandy-menu-items[active-type=button] .horizontal-item.root-item:hover{background:var(--b-item-background-hover)}#brandy-header .brandy-menu-items[active-type=underline] .horizontal-item.root-item>a:after,#brandy-header .horizontal-item.brandy-sub-menu__item>a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:var(--b-active-item-border-width);transform:scaleX(0);transform-origin:right center;transition-property:transform,background;transition-duration:.3s;transition-timing-function:ease-in-out}#brandy-header .brandy-menu-items[active-type=underline] .horizontal-item.root-item:hover>a:after,#brandy-header .brandy-menu-items[active-type=underline] .horizontal-item.root-item[class*=current-]>a:after,#brandy-header .horizontal-item.brandy-sub-menu__item:hover>a:after,#brandy-header .horizontal-item.brandy-sub-menu__item[class*=current-]>a:after{transform:scaleX(1);transform-origin:left center}#brandy-header .brandy-menu-items[active-type=underline] .horizontal-item.root-item:hover>a:after{background:var(--b-active-item-border-color-hover)}#brandy-header .brandy-menu-items[active-type=underline] .horizontal-item.root-item[class*=current-]>a:after{background:var(--b-active-item-border-color-active, var(--b-active-item-text-color-normal))}#brandy-header .horizontal-item.brandy-sub-menu__item:hover>a:after{background:var(--b-canvas-item-border-color-hover)}#brandy-header .horizontal-item.brandy-sub-menu__item[class*=current-]>a:after{background:var(--b-canvas-item-border-color-active)}#brandy-header .horizontal-item .brandy-sub-menu{position:absolute;display:flex;flex-direction:column;z-index:1000;min-width:fit-content;width:var(--b-canvas-width);left:-15px;opacity:0;visibility:hidden;background:var(--b-canvas-background-normal);transform:translate3d(0,calc(var(--b-canvas-offset-top, 0) + 30px),0);border-radius:10px;transition-property:transform,visibility,opacity;transition-timing-function:ease-in;transition-duration:.2s;box-shadow:var(--b-canvas-box-shadow)}#brandy-header .brandy-sub-menu__item.horizontal-item>.brandy-sub-menu{top:0;left:100%;transform:translate3d(0,30px,0);z-index:1}#brandy-header .horizontal-item.menu-item-has-children:hover>.brandy-sub-menu{visibility:visible;opacity:1;transform:translate3d(0,var(--b-canvas-offset-top, 0),0)}#brandy-header .brandy-element-wrapper[layout=vertical] .brandy-sub-menu{position:relative;top:0;left:100%;width:0;opacity:0;transition-property:left,opacity;transition-timing-function:ease-in-out;transition-duration:.3s;display:flex;flex-direction:column;gap:var(--b-item-spacing);height:fit-content}#brandy-header .brandy-element-wrapper[layout=vertical] .brandy-sub-menu li{width:max-content}#brandy-header .brandy-element-wrapper[layout=vertical] .brandy-sub-menu.sub-menu-active{opacity:1;left:0}#brandy-header .brandy-element-wrapper[layout=vertical] .brandy-sub-menu.sub-menu-active li{width:100%}#brandy-header .brandy-element-wrapper[layout=vertical] .brandy-sub-menu.parent-menu-active{left:-150%}#brandy-header .brandy-element-wrapper[layout=vertical] .brandy-sub-menu.sub-menu-active{width:100%}#brandy-header .brandy-element-wrapper[layout=vertical] .brandy-sub-menu.parent-menu-active{width:0}#brandy-header .brandy-element-wrapper[layout=vertical]{position:relative;display:flex;transition:height ease-in-out .3s}#brandy-header .brandy-element-wrapper[layout=vertical] .brandy-menu-items{flex-direction:column;position:relative;left:0;width:100%;height:fit-content;align-items:flex-start;justify-content:space-between;transition-property:left,opacity;transition-duration:.3s;transition-timing-function:ease-in-out}#brandy-header .brandy-element-wrapper[layout=vertical] .brandy-menu__item{width:100%}#brandy-header .brandy-element-wrapper[layout=vertical] .brandy-menu__item a{width:100%;display:inline-flex;align-items:center;justify-content:space-between}.brandy-menu-navigation.has-navigation+.brandy-menu-items{width:0!important;left:-150%!important}.brandy-menu-navigation{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;display:flex;gap:5px;align-items:center;cursor:pointer;border-bottom:var(--b-navigation-border-width, 1px) solid var(--b-navigation-border-color, var(--wp--preset--color--brandy-border));color:var(--b-navigation-text-color, var(--b-text-color-normal))}.brandy-menu-navigation .menu-navigation__back{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.brandy-menu-navigation .menu-navigation__back>svg{width:100%;height:100%}.brandy-menu-navigation .menu-navigation__back>svg *[stroke]{stroke:currentColor}.brandy-menu-navigation .menu-navigation__back>svg *[fill]{fill:currentColor}.brandy-menu-navigation.has-navigation{z-index:100;visibility:visible;opacity:1}.brandy-menu-navigation .menu-mavigation-text{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1}.brandy-newsletter-element .layout_type_1 .brandy-subscribe-box__input,.brandy-newsletter-element .layout_type_2 .brandy-subscribe-box__input,.brandy-newsletter-element .layout_type_3 .brandy-subscribe-box{position:relative;padding-left:32px;--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-normal);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-normal);--brandy-input-box-text-color: var(--brandy-input-box-text-color-normal);--brandy-input-box-border-width: var(--brandy-input-box-stroke-width);height:var(--brandy-input-box-input-height);width:100%;color:var(--brandy-button-text_color);background:var(--brandy-input-box-bg-color);border-radius:var(--brandy-input-box-border-radius);outline-style:solid;outline-width:var(--brandy-input-box-border-width);outline-color:var(--brandy-input-box-stroke-color);outline-offset:calc(var(--brandy-input-box-stroke-width) * -1);transition-property:border-color,background,outline;transition-duration:var(--theme-input-transition-duration);transition-timing-function:ease-in-out}.brandy-newsletter-element .layout_type_1 .brandy-subscribe-box__input:hover,.brandy-newsletter-element .layout_type_2 .brandy-subscribe-box__input:hover,.brandy-newsletter-element .layout_type_3 .brandy-subscribe-box:hover{--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-hover);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-hover);--brandy-input-box-text-color: var(--brandy-input-box-text-color-hover)}.brandy-newsletter-element .layout_type_1 .brandy-subscribe-box__input:focus,.brandy-newsletter-element .layout_type_1 .brandy-subscribe-box__input:has(input:focus),.brandy-newsletter-element .layout_type_2 .brandy-subscribe-box__input:focus,.brandy-newsletter-element .layout_type_2 .brandy-subscribe-box__input:has(input:focus),.brandy-newsletter-element .layout_type_3 .brandy-subscribe-box:focus,.brandy-newsletter-element .layout_type_3 .brandy-subscribe-box:has(input:focus){--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-active);--brandy-input-box-border-width: calc(var(--brandy-input-box-stroke-width) + round(up, min(calc(var(--brandy-input-box-stroke-width) / 100 * 1), 1px), 1px))}.brandy-newsletter-element .layout_type_1 .brandy-subscribe-box__input:focus,.brandy-newsletter-element .layout_type_1 .brandy-subscribe-box__input:focus-visible,.brandy-newsletter-element .layout_type_2 .brandy-subscribe-box__input:focus,.brandy-newsletter-element .layout_type_2 .brandy-subscribe-box__input:focus-visible,.brandy-newsletter-element .layout_type_3 .brandy-subscribe-box:focus,.brandy-newsletter-element .layout_type_3 .brandy-subscribe-box:focus-visible{outline-color:var(--brandy-input-box-stroke-color-hover)}.brandy-newsletter-element .layout_type_1 .brandy-subscribe-box__input input[type=email],.brandy-newsletter-element .layout_type_2 .brandy-subscribe-box__input input[type=email],.brandy-newsletter-element .layout_type_3 .brandy-subscribe-box input[type=email]{height:100%;background-color:transparent;border:transparent;border-radius:inherit;outline:none;color:var(--brandy-input-box-text-color)}.brandy-newsletter-element .layout_type_1 .brandy-subscribe-box{display:block}.brandy-newsletter-element .layout_type_1 .brandy-subscribe-box__button{margin-top:10px;min-height:45px}.brandy-subscribe-box{display:flex;justify-content:space-between}.brandy-newsletter-element .layout_type_2 .brandy-subscribe-box__button{margin-left:10px}.brandy-newsletter-element .layout_type_3 .brandy-subscribe-box__input{flex:1}.brandy-newsletter-element .layout_type_3 .brandy-subscribe-box__button{margin:5px 5px 5px 10px}.brandy-newsletter-title{margin-bottom:16px;color:var(--brandy-title-text-color-normal)}.brandy-newsletter-subtitle{margin-bottom:16px;color:var(--brandy-subtitle-text-color-normal)}.brandy-newsletter-note{margin-top:12px;margin-bottom:12px;color:var(--brandy-note-text-color-normal)}.brandy-newsletter-title:empty,.brandy-newsletter-subtitle:empty,.brandy-newsletter-note:empty{display:none}.brandy-subscribe-box__icon{position:absolute;top:50%;left:15px;transform:translateY(-50%)}.brandy-subscribe-box__button{--brandy-button-bg-color: var(--brandy-button-bg-color-normal);--brandy-button-stroke-color: var(--brandy-button-stroke-color-normal);--brandy-button-text-color: var(--brandy-button-text_color-normal);position:relative;display:inline-flex;border-style:solid;padding:.5rem 1rem;justify-content:center;align-items:center;gap:7px;cursor:pointer;background:var(--brandy-button-bg-color);color:var(--brandy-button-text-color);border-color:var(--brandy-button-stroke-color);transition-property:border-color,color,background;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-subscribe-box__button:hover{--brandy-button-bg-color: var(--brandy-button-bg-color-hover);--brandy-button-stroke-color: var(--brandy-button-stroke-color-hover);--brandy-button-text-color: var(--brandy-button-text_color-hover)}.brandy-subscribe-box__button .brandy-loader{border-top-color:var(--brandy-button-text-color)!important;border-left-color:var(--brandy-button-text-color)!important;border-right-color:var(--brandy-button-text-color)!important}.brandy-subscribe-box__button.loading .brandy-subscribe-box__button__text{display:none}.brandy-payments-element .brandy-element-wrapper{margin:var(--b-margin)}.brandy-payment-list{display:flex;gap:var(--b-item-spacing);align-items:center;flex-wrap:wrap;justify-content:center}.brandy-payment-list[items-direction=vertical]{flex-direction:column;align-items:flex-start}.brandy-payment-list .brandy-payment-item{display:inline-flex;align-items:center;cursor:pointer;overflow:hidden}.brandy-payment-list .brandy-payment-item.hidden{display:none}.brandy-payment-list .brandy-payment-item svg{height:100%;border-style:solid;border-radius:10px;border-color:var(--b-item-stroke-color-normal);border-width:var(--b-item-stroke-width)}.brandy-search-element .brandy-element-wrapper{position:relative}.brandy-element-wrapper>.brandy-search-box{--b-icon-color: var(--b-icon-color-normal);--b-icon-background-color: var(--b-icon-background-color-normal);--b-icon-stroke-color: var(--b-icon-stroke-color-normal);--b-search-box-background-color: var(--b-search-box-background-color-normal);--b-search-box-stroke-color: var(--b-search-box-stroke-color-normal);--b-search-box-border-width: var(--b-search-box-stroke-width)}.brandy-element-wrapper>.brandy-search-box:hover{--b-icon-color: var(--b-icon-color-hover);--b-icon-background-color: var(--b-icon-background-color-hover);--b-icon-stroke-color: var(--b-icon-stroke-color-hover);--b-search-box-background-color: var(--b-search-box-background-color-hover);--b-search-box-stroke-color: var(--b-search-box-stroke-color-hover)}.brandy-element-wrapper>.brandy-search-box.focused{--b-icon-color: var(--b-icon-color-active);--b-icon-background-color: var(--b-icon-background-color-active);--b-icon-stroke-color: var(--b-icon-stroke-color-active);--b-search-box-background-color: var(--b-search-box-background-color-active);--b-search-box-stroke-color: var(--b-search-box-stroke-color-active);--b-search-box-border-width: calc(var(--b-search-box-stroke-width) + round(up, min(calc(var(--b-search-box-stroke-width) / 100 * 1), 1px), 1px)) }.brandy-element-wrapper>.brandy-search-box:not([type=icon]){display:flex;align-items:center;gap:.75rem;width:var(--b-search-box-input-width);padding:var(--b-searchbox-padding, .75rem 1.25rem);background:var(--b-search-box-background-color);border:none;outline-style:solid;outline-width:var(--b-search-box-border-width);outline-color:var(--b-search-box-stroke-color);outline-offset:calc(var(--b-search-box-stroke-width) * -1);border-radius:var(--b-search-box-border-radius);transition-property:outline,box-shadow;transition-duration:var(--theme-input-transition-duration)}.brandy-element-wrapper>.brandy-search-box:not([type=icon]) input{background-color:transparent}.brandy-element-wrapper>.brandy-search-box[type=line]{border-radius:0;border-top-width:0;border-left-width:0;border-right-width:0;background:none;outline:none;border-bottom-style:solid;border-bottom-color:var(--b-search-box-stroke-color);border-bottom-width:var(--b-search-box-stroke-width)}.brandy-element-wrapper>.brandy-search-box[type=box].focused{box-shadow:var(--b-search-box-focus-shadow, 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 5px 25px rgba(0, 0, 0, .07))}.brandy-element-wrapper>.brandy-search-box .brandy-search-box__input{color:var(--b-search-text-color-normal);min-height:var(--b-search-box-input-height)}.brandy-search-box{max-width:100%}.brandy-live-result .brandy-search-box{display:flex;align-items:center;gap:.75rem;background:var(--b-panel-search-box-background-color);border:none;outline-style:solid;outline-width:var(--b-panel-search-box-border-width);outline-color:var(--b-panel-search-box-stroke-color);outline-offset:calc(var(--b-panel-search-box-stroke-width) * -1);border-radius:var(--b-panel-search-box-border-radius);transition-property:all;transition-duration:var(--theme-input-transition-duration);--b-icon-size: var(--b-panel-icon-size);--b-icon-color: var(--b-panel-icon-color-normal);--b-icon-background-color: var(--b-panel-icon-background-color-normal);--b-icon-stroke-color: var(--b-panel-icon-stroke-color-normal);--b-icon-border-radius: var(--b-panel-icon-border-radius);--b-icon-stroke-width: var(--b-panel-icon-stroke-width);--b-panel-search-box-background-color: var(--b-panel-search-box-background-color-normal);--b-panel-search-box-stroke-color: var(--b-panel-search-box-stroke-color-normal);--b-panel-search-box-border-width: var(--b-panel-search-box-stroke-width)}.brandy-live-result .brandy-search-box:hover{--b-icon-color: var(--b-panel-icon-color-hover);--b-icon-background-color: var(--b-panel-icon-background-color-hover);--b-icon-stroke-color: var(--b-panel-icon-stroke-color-hover);--b-panel-search-box-background-color: var(--b-panel-search-box-background-color-hover);--b-panel-search-box-stroke-color: var(--b-panel-search-box-stroke-color-hover)}.brandy-live-result .brandy-search-box.focused{--b-icon-color: var(--b-panel-icon-color-active);--b-icon-background-color: var(--b-panel-icon-background-color-active);--b-icon-stroke-color: var(--b-panel-icon-stroke-color-active);--b-panel-search-box-background-color: var(--b-panel-search-box-background-color-hover);--b-panel-search-box-stroke-color: var(--b-panel-search-box-stroke-color-active);--b-panel-search-box-border-width: calc(var(--b-panel-search-box-stroke-width) + round(up, min(calc(var(--b-panel-search-box-stroke-width) / 100 * 1), 1px), 1px)) }.brandy-live-result .brandy-search-box.focused{box-shadow:var(--b-panel-search-box-focus-shadow, 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 5px 25px rgba(0, 0, 0, .07))}.brandy-live-result .brandy-search-box .brandy-search-box__input{color:var(--b-panel-search-text-color-normal);min-height:var(--b-panel-search-box-input-height)}.brandy-search-box__input[type=text]{background:transparent;width:100%;height:100%;padding:0;border:none;outline:none;border-radius:0}.brandy-search-box__input[type=text]:hover{border-color:inherit;color:inherit;background-color:inherit}.brandy-search-box__input[type=text]:focus-visible{outline:none}.brandy-search-box[icon-position=right] .brandy-search-box__input{order:-1}.brandy-search-box[type=line] .brandy-search-box__input{background:none}.brandy-search-box__icon{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none}.brandy-search-box__icon .brandy-theme-icon{width:unset;height:unset}.brandy-search-box__icon svg{width:var(--b-icon-width, var(--b-icon-size))!important;height:var(--b-icon-height, var(--b-icon-size))!important;padding:0}.brandy-search-box__icon svg *[stroke]{stroke:var(--b-icon-color)}.brandy-search-box__icon svg *[fill]{fill:var(--b-icon-color)}.brandy-search-box__icon-tooltip{display:none}.brandy-live-result{background:var(--b-panel-background-normal);z-index:100000}.brandy-element-wrapper[backdrop-type=type_1][icon-position=left] .brandy-live-result,.brandy-element-wrapper[backdrop-type=type_2][icon-position=left] .brandy-live-result{left:0;transform:translate(-100%)}.brandy-element-wrapper[backdrop-type=type_1][icon-position=right] .brandy-live-result,.brandy-element-wrapper[backdrop-type=type_2][icon-position=right] .brandy-live-result{right:0;transform:translate(100%)}.brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result.brandy-backdrop-opened,.brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result.brandy-backdrop-opened{transform:translate(0)}.brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result,.brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result{width:40%;position:fixed;transform:translate(100%);z-index:1001;top:var(--wp-adminbar-height);transition:transform ease-in-out var(--theme-component-transition-duration, .2s);height:calc(100% - var(--wp-adminbar-height));max-height:calc(100% - var(--b-live-result-header-height) - 35px)}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result,.brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result{width:90%}}@media screen and (max-width: 479px){.brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result,.brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result{width:100%}}.brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result .brandy-search-box,.brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result .brandy-search-box{width:100%}.brandy-element-wrapper[backdrop-type=type_1] .brandy-result-item__image,.brandy-element-wrapper[backdrop-type=type_2] .brandy-result-item__image{height:180px;width:fit-content}.brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result__content,.brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result__content{max-height:calc(100% - var(--brandy-live-result-header-height));overflow:auto}.brandy-element-wrapper[backdrop-type=type_2] .brandy-result-item__image{height:180px;width:100%}.brandy-element-wrapper[backdrop-type=type_3] .brandy-live-result{opacity:0;top:var(--wp-adminbar-height);left:0;visibility:hidden;position:fixed;z-index:1001;width:100%;height:100vh}.brandy-element-wrapper[backdrop-type=type_3] .brandy-live-result__content{max-height:calc(100% - var(--brandy-live-result-header-height));overflow-y:auto}.brandy-element-wrapper[backdrop-type=type_4] .brandy-live-result,.brandy-element-wrapper[backdrop-type=type_5] .brandy-live-result{opacity:0;visibility:hidden;position:absolute;width:100%;margin-top:5px;border-style:solid;border-radius:var(--b-search-box-border-radius);padding-top:calc(var(--b-icon-close-panel-size) + 5px);padding-right:calc(var(--b-icon-close-panel-size) + 5px);overflow:hidden;z-index:1001}.brandy-element-wrapper[backdrop-type=type_4] .brandy-live-result .brandy-live-result__content,.brandy-element-wrapper[backdrop-type=type_5] .brandy-live-result .brandy-live-result__content{max-height:500px;margin-top:0}.brandy-element-wrapper[backdrop-type=type_6]{position:static}.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result{position:absolute;top:0;left:0;transform:translateY(-100px);opacity:0;visibility:hidden;z-index:1000;width:100%;transition-property:transform,opacity,visibility;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result.brandy-backdrop-opened{transform:translateY(0)}.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__header{margin:auto;padding:30px 15px}.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__header .brandy-live-result__suggestions{justify-content:center}@media screen and (max-width: 479px){.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__header .brandy-live-result__suggestions .brandy-live-result__suggestions__text{display:none}}.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__content{position:absolute;top:100%;left:50%;transform:translate(-50%);background:var(--b-panel-background-normal);width:100%;max-height:500px;margin-top:0;overflow-y:auto}.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__content::-webkit-scrollbar{display:none}.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__content:empty{display:none}.brandy-element-wrapper[backdrop-type=type_3] .brandy-live-result__content,.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result__content{text-align:center}.brandy-element-wrapper[backdrop-type=type_3] .brandy-live-result__content-list,.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result__content-list{display:flex;justify-content:center;flex-wrap:wrap;gap:30px 10px}.brandy-element-wrapper[backdrop-type=type_3] .brandy-result-item,.brandy-element-wrapper[backdrop-type=type_6] .brandy-result-item{max-width:230px;padding:10px;text-align:center}.brandy-element-wrapper[backdrop-type=type_3] .brandy-live-result__suggestions,.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result__suggestions{margin-right:calc(var(--b-icon-size) + 1rem);justify-content:center}.brandy-element-wrapper[backdrop-type=type_3] .brandy-live-result-more,.brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result-more{width:fit-content}.brandy-live-result-more{display:none;margin:30px auto auto;width:fit-content;text-align:center;font-size:1.125rem;line-height:1.75rem;padding:13px 45px}.brandy-element-wrapper[has-view-more] .brandy-live-result-more{display:block}.brandy-live-result-empty-state{text-align:center;font-weight:500;margin-top:20px}.brandy-live-result__header{padding:15px}.brandy-live-result__header>div:first-child{display:flex;gap:1rem;justify-content:center}.brandy-live-result__content{padding:15px}.brandy-live-result__content-list{display:grid;gap:30px;justify-content:center;grid-template-columns:1fr}[backdrop-type=type_2] .brandy-live-result__content-list{justify-content:flex-start;grid-template-columns:1fr 1fr}.brandy-live-result[data-layout=list] .brandy-result-item{flex-direction:row}.brandy-result-item{display:flex;flex-direction:column;gap:.75rem;transition:background ease-in-out var(--theme-component-transition-duration, .2s);border-radius:5px;height:fit-content}.brandy-result-item__image{display:none;width:100%;height:287px;border-radius:5px;overflow:hidden}.brandy-result-item__image img{width:100%;height:100%;object-fit:cover}.brandy-element-wrapper[has-image] .brandy-result-item__image{display:block}.brandy-result-item__title{margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2}.brandy-result-item__title a{color:var(--wp--preset--color--brandy-primary-text);font-weight:500}.brandy-result-item__price{font-size:16px;font-weight:400;display:none}.brandy-element-wrapper[has-price] .brandy-result-item__price{display:block}.brandy-live-result__suggestions{margin-top:20px;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.brandy-live-result__suggestions__item{display:flex;gap:10px;line-height:normal;justify-content:space-between;align-items:center;padding:5px 1rem;background-color:var(--b-suggestion-background-color-normal);border-color:var(--b-suggestion-stroke-color-normal);border-width:var(--b-suggestion-stroke-width);border-style:solid;border-radius:7px;cursor:pointer;font-weight:500;transition-property:border,color,background-color,transform;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out;line-height:1.6;color:var(--b-suggestion-text-color-normal);box-shadow:var(--b-suggestion-box-shadow)}.brandy-live-result__suggestions__item:hover{border-color:var(--b-suggestion-stroke-color-hover);background:var(--b-suggestion-background-color-hover);color:var(--b-suggestion-text-color-hover);box-shadow:var(--b-suggestion-box-shadow-hover);transform:translateY(-2px)}.brandy-live-result__suggestions__text{color:var(--wp--preset--color--brandy-secondary-text);font-weight:500}.brandy-live-result__close{--b-icon-color: var(--b-icon-close-panel-color-normal);--b-icon-background-color: var(--b-icon-close-panel-background-normal);--b-icon-stroke-color: var(--b-icon-close-panel-stroke-color-normal);--b-icon-size: var(--b-icon-close-panel-size);cursor:pointer;display:flex;align-items:center;justify-content:center}.brandy-live-result__close:hover{--b-icon-color: var(--b-icon-close-panel-color-hover);--b-icon-background-color: var(--b-icon-close-panel-background-hover);--b-icon-stroke-color: var(--b-icon-close-panel-stroke-color-hover)}.brandy-result-placeholder__image{background:#F6F6F6;border-radius:5px;min-width:180px;height:180px}.brandy-result-placeholder__text{width:180px;height:17px;background:#F6F6F6;border-radius:3px;margin-bottom:10px}.brandy-result-placeholder__text_1{width:115px;height:17px;background:#F6F6F6;border-radius:3px}.brandy-live-result-backdrop{visibility:hidden;opacity:0;background:var(--b-backdrop-color-normal);position:fixed;top:var(--wp-adminbar-height);left:0;width:100%;height:calc(100vh - var(--wp-adminbar-height))}.brandy-live-result-backdrop.brandy-backdrop-opened{visibility:visible;opacity:1;z-index:1000}.brandy-backdrop-opened .brandy-search-element.customize-partial-refreshing{opacity:1}.brandy-backdrop-opened [backdrop-type=type_4]>.brandy-search-box,.brandy-backdrop-opened [backdrop-type=type_5]>.brandy-search-box{position:relative;z-index:1001}.brandy-backdrop-opened .brandy-backdrop-opened{opacity:1!important;visibility:visible!important}.static-element{position:static!important}.static-element [backdrop-type=type_4] .brandy-live-result:has(.brandy-live-result__content:empty),.static-element [backdrop-type=type_5] .brandy-live-result:has(.brandy-live-result__content:empty){display:none}.brandy-social-title{color:var(--b-social-title-color-normal)}.brandy-social-list{display:flex;flex-wrap:wrap}.brandy-social-list .brandy-social-item{--b-icon-background-color: var(--b-icon-background-normal);--b-icon-color: var(--b-icon-color-normal);--b-icon-border-color: var(--b-icon-stroke-color-normal);--b-label-color: var(--b-label-color-normal);--b-item-background: var(--b-item-background-normal);--b-item-border-color: var(--b-item-stroke-color-normal);display:inline-flex;align-items:center;cursor:pointer;overflow:hidden}.brandy-social-list .brandy-social-item.hidden{display:none}.brandy-social-list .brandy-social-item:hover{--b-icon-background-color: var(--b-icon-background-hover);--b-icon-color: var(--b-icon-color-hover);--b-icon-border-color: var(--b-icon-stroke-color-hover);--b-label-color: var(--b-label-color-hover);--b-item-background: var(--b-item-background-hover);--b-item-border-color: var(--b-item-stroke-color-hover)}.brandy-social-list .brandy-social-item__icon{overflow:hidden;transition-property:border-color,background-color;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-social-list .brandy-social-item__icon[color-type=custom]{box-shadow:var(--b-social-box-shadow)}.brandy-social-list .brandy-social-item__icon[color-type=default]{width:var(--b-icon-size);height:var(--b-icon-size);padding:5px}.brandy-social-list .brandy-social-item__icon[color-type=default] svg{width:100%;height:100%}.brandy-social-list .brandy-social-item__label{color:var(--b-label-color);padding-right:7px}.brandy-toggle-button-element>.brandy-element-wrapper{margin:var(--b-margin);display:flex;align-items:center;gap:5px;cursor:pointer}.brandy-toggle-button-element>.brandy-element-wrapper:hover .brandy-toggle-button{--b-icon-color: var(--b-icon-color-hover);--b-icon-stroke-color: var(--b-icon-stroke-color-hover);--b-icon-background-color: var(--b-icon-background-hover) }.brandy-toggle-button-element>.brandy-element-wrapper:hover .brandy-toggle-button__text{--b-text-color: var(--b-text-color-hover)}.brandy-toggle-button-element .brandy-toggle-button{--b-icon-color: var(--b-icon-color-normal);--b-icon-stroke-color: var(--b-icon-stroke-color-normal);--b-icon-background-color: var(--b-icon-background-normal)}.brandy-toggle-button-element .brandy-toggle-button__text{--b-text-color: var(--b-text-color-normal);color:var(--b-text-color)}.brandy-toggle-button-element .brandy-toggle-button__text[data-position=left]{order:-1}#toggle-off-canvas{transition-property:visibility,opacity;transition-timing-function:ease-in-out;transition-duration:var(--theme-component-transition-duration)}#toggle-off-canvas .brandy-toc-close-icon{--b-icon-color: var(--b-icon-color-normal);--b-icon-background-color: var(--b-icon-background-normal);--b-icon-stroke-color: var(--b-icon-stroke-color-normal);cursor:pointer}#toggle-off-canvas .brandy-toc-close-icon:hover{--b-icon-color: var(--b-icon-color-hover);--b-icon-background-color: var(--b-icon-background-hover);--b-icon-stroke-color: var(--b-icon-stroke-color-hover)}#toggle-off-canvas .brandy-toc-panel{--b-toc-text-color: var(--b-toc-text-color-normal);min-width:fit-content;background:var(--b-toc-background-normal);color:var(--b-toc-text-color);overflow-y:auto;overflow-x:hidden}#toggle-off-canvas .brandy-toc-panel:hover{--b-toc-text-color: var(--b-toc-text-color-hover)}#toggle-off-canvas .brandy-toc-panel .brandy-toc-elements-wrapper{display:none;flex-direction:column;gap:10px}@media screen and (min-width: 1024px){#toggle-off-canvas .brandy-toc-panel .brandy-toc-elements-wrapper[device=desktop]{display:flex}}@media screen and (min-width: 480px) and (max-width: 1023px){#toggle-off-canvas .brandy-toc-panel .brandy-toc-elements-wrapper[device=mobile]{display:flex}}@media screen and (max-width: 479px){#toggle-off-canvas .brandy-toc-panel .brandy-toc-elements-wrapper[device=mobile]{display:flex}}#toggle-off-canvas .brandy-toc-backdrop{width:100%;height:100%;position:fixed;top:0;left:0;background:var(--b-toc-backdrop-color-normal);z-index:100}#toggle-off-canvas[horizontal-alignment=left] .brandy-toc-elements-wrapper{align-items:flex-start}#toggle-off-canvas[horizontal-alignment=right] .brandy-toc-elements-wrapper{align-items:flex-end}#toggle-off-canvas[horizontal-alignment=center] .brandy-toc-elements-wrapper{align-items:center}body.toc-opened{overflow:hidden}body.toc-opened #toggle-off-canvas{visibility:visible;opacity:1}#toggle-off-canvas[type=default]{position:fixed;top:0;left:0;z-index:100;opacity:0;visibility:hidden}#toggle-off-canvas[type=default] .brandy-toc-panel{position:fixed;top:var(--wp-adminbar-height);left:0;width:100%;height:calc(100% - var(--wp-adminbar-height));display:flex;flex-direction:column;gap:10px;z-index:999}#toggle-off-canvas[type=default] .brandy-toc-close-icon{position:absolute;z-index:10;top:20px;right:20px}#toggle-off-canvas[type=left_panel]{position:fixed;top:0;left:0;z-index:100;opacity:0;visibility:hidden;width:100%;height:100%}#toggle-off-canvas[type=left_panel] .brandy-toc-panel{position:absolute;top:var(--wp-adminbar-height);z-index:999;visibility:hidden;opacity:0;transform:translate3d(-100%,0,0);height:calc(100% - var(--wp-adminbar-height));min-width:fit-content;transition-property:transform,opacity,visibility;transition-timing-function:ease-in-out;transition-duration:.4s;display:flex;flex-direction:column;gap:10px}#toggle-off-canvas[type=left_panel] .brandy-toc-close-icon{position:absolute;z-index:10;top:20px;right:20px}body.toc-opened #toggle-off-canvas[type=left_panel] .brandy-toc-panel{transform:translateZ(0);visibility:visible;opacity:1}#toggle-off-canvas[type=right_panel]{position:fixed;top:0;right:0;z-index:100;opacity:0;visibility:hidden;width:100%;height:100%}#toggle-off-canvas[type=right_panel] .brandy-toc-panel{position:absolute;top:var(--wp-adminbar-height);z-index:999;transform:translate3d(100%,0,0);right:0;opacity:0;visibility:hidden;height:calc(100% - var(--wp-adminbar-height));min-width:fit-content;transition-property:transform,opacity,visibility;transition-timing-function:ease-in-out;transition-duration:var(--theme-component-transition-duration, .2s);display:flex;flex-direction:column;gap:10px}#toggle-off-canvas[type=right_panel] .brandy-toc-close-icon{position:absolute;z-index:10;top:20px;right:20px}body.toc-opened #toggle-off-canvas[type=right_panel] .brandy-toc-panel{transform:translateZ(0);visibility:visible;opacity:1}#toggle-off-canvas[type=dropdown_panel]{visibility:hidden;opacity:0;z-index:0;position:absolute}#toggle-off-canvas[type=dropdown_panel]+.brandy-toggle-button{position:relative;z-index:1}body.toc-opened #toggle-off-canvas[type=dropdown_panel]+.brandy-toggle-button{visibility:hidden;opacity:0}body.toc-opened #toggle-off-canvas[type=dropdown_panel]{z-index:999;visibility:visible;opacity:1;transition:all ease-in-out var(--theme-component-transition-duration);outline:none!important}body.toc-opened #toggle-off-canvas[type=dropdown_panel] .brandy-toc-panel{position:absolute;z-index:999;margin-top:10px;min-width:fit-content;max-height:60vh}body.toc-opened #toggle-off-canvas[type=dropdown_panel] .brandy-toc-close-icon{position:relative;z-index:999}body.toc-opened .edit-button-wrapper.edit-button{display:none!important}@media screen and (min-width: 480px) and (max-width: 1023px){#toggle-off-canvas{position:fixed!important;top:0;left:0;width:100%;height:100%}#toggle-off-canvas[type=dropdown_panel] .brandy-toc-close-icon{position:absolute!important;z-index:1000!important;top:20px;right:20px;display:inline-block}#toggle-off-canvas .brandy-toc-panel{top:0;left:0;margin:0!important;width:100%!important;position:fixed!important;max-height:unset!important;max-width:unset!important}}@media screen and (max-width: 479px){#toggle-off-canvas{position:fixed!important;top:0;left:0;width:100%;height:100%}#toggle-off-canvas[type=dropdown_panel] .brandy-toc-close-icon{position:absolute!important;z-index:1000!important;top:20px;right:20px;display:inline-block}#toggle-off-canvas .brandy-toc-panel{top:0;left:0;margin:0!important;width:100%!important;position:fixed!important;max-height:unset!important;max-width:unset!important}}.header-within-device[device=mobile] #toggle-off-canvas .brandy-toc-panel{border-top:1px solid var(--wp--preset--color--brandy-border)}.header-within-device[device=mobile] #toggle-off-canvas .brandy-toc-backdrop{display:none}#brandy-header:not(.brandy-header-transparent) .header-within-device[device=mobile] #toggle-off-canvas .brandy-toc-close-icon{display:none}.brandy-toggle-button{height:var(--b-icon-size);overflow:hidden;position:relative}.brandy-toggle-button .brandy-toggle-button--open{height:var(--b-icon-size)}.brandy-toggle-button .brandy-toggle-button--open svg *{transition:all var(--theme-component-transition-duration, .2s) ease-in-out;transform:translateY(0)}.brandy-toggle-button .brandy-toggle-button--open svg *:nth-child(1){transition-delay:.1s}.brandy-toggle-button .brandy-toggle-button--open svg *:nth-child(2){transition-delay:75ms}.brandy-toggle-button .brandy-toggle-button--open svg *:nth-child(3){transition-delay:50ms}.brandy-toggle-button .brandy-toggle-button--close{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;transition:all var(--theme-component-transition-duration, .2s) ease-in-out;transform:translate(calc(var(--b-icon-size) * -1))}.brandy-toggle-button .brandy-toggle-button--close .brandy-theme-icon>*{top:50%;left:50%;position:absolute;background-color:var(--b-icon-color-normal);height:2px;width:calc(100% - 10px);transform:translate(-50%,-50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);transition:all var(--theme-component-transition-duration, .2s) ease-in-out;transition-delay:var(--theme-component-transition-duration, .2s);padding:0}.brandy-toggle-button .brandy-toggle-button--close .brandy-theme-icon>*:last-child{transform:translate(-50%,-50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1)}body.toc-opened .brandy-toggle-button--open svg *{transform:translateY(var(--b-icon-size))}body.toc-opened .brandy-toggle-button--close{transform:translate(0)}body.toc-opened .brandy-toggle-button--close .brandy-theme-icon>*{transform:translate(-50%,-50%) rotate(45deg) skew(0) skewY(0) scaleX(1) scaleY(1)}body.toc-opened .brandy-toggle-button--close .brandy-theme-icon>*:last-child{transform:translate(-50%,-50%) rotate(-45deg) skew(0) skewY(0) scaleX(1) scaleY(1)}.brandy-widget-element .brandy-widget-content{margin:var(--brandy-margin);text-align:var(--brandy-text-align);vertical-align:var(--brandy-vertical-align);--brandy-text-color: var(--brandy-text-color-normal)}.brandy-widget-element .brandy-widget-content>section{color:var(--brandy-text-color)}.brandy-widget-element .brandy-widget-content>section:hover{--brandy-text-color: var(--brandy-text-color-hover)}.brandy-widget-element .brandy-widget-content[links-decoration=normal] a{text-decoration:none}.brandy-widget-element .brandy-widget-content[links-decoration=inherit] a{text-decoration:inherit}.brandy-widget-element .brandy-widget-content[links-decoration=underline] a{text-decoration:underline}.brandy-wishlist-element .brandy-element-wrapper{position:relative;margin:var(--b-margin)}.brandy-wishlist-element .brandy-wishlist{display:flex;align-items:center;justify-content:center;cursor:pointer;--b-count-badge-text-color: var(--b-badge-color-normal);--b-count-badge-background-color: var(--b-wishlist-badge-background-color-normal);--b-text-color: var(--b-text-color-normal)}.brandy-wishlist-element .brandy-wishlist:hover{--b-count-badge-text-color: var(--b-badge-color-hover);--b-count-badge-background-color: var(--b-wishlist-badge-background-color-hover);--b-text-color: var(--b-text-color-hover)}.brandy-wishlist-element .brandy-wishlist:hover .brandy-wishlist__icon{--b-icon-color: var(--b-icon-color-hover);--b-icon-background-color: var(--b-icon-background-hover);--b-icon-stroke-color: var(--b-icon-stroke-color-hover)}.brandy-wishlist-element .brandy-wishlist__icon{position:relative;display:flex;align-items:center;justify-content:center;--b-icon-color: var(--b-icon-color-normal);--b-icon-background-color: var(--b-icon-background-normal);--b-icon-stroke-color: var(--b-icon-stroke-color-normal)}.brandy-wishlist-element .brandy-wishlist-label{color:var(--b-text-color)}.brandy-wishlist-element .brandy-wishlist-dropdown{position:absolute;width:max-content;left:0;margin-top:5px;visibility:hidden;width:100vw;max-width:28rem;opacity:0;padding:20px;z-index:11;background:#fff;border:1px solid var(--wp--preset--color--brandy-border);box-shadow:0 0 #0000,0 0 #0000,0 5px 25px #00000008;border-radius:9px;transition-property:visibility,opacity;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-wishlist-element .brandy-wishlist-dropdown.dropdown-fixed{position:fixed;width:100%}.brandy-wishlist-element .brandy-wishlist-dropdown.dropdown-normal{right:0;left:auto}.brandy-wishlist-element .brandy-wishlist-dropdown.dropdown-transform{right:-50%;transform:translate(50%)}.brandy-wishlist-element .brandy-wishlist-drawer{position:fixed;display:flex;left:0;right:0;z-index:500000;flex-direction:column;width:100vw;max-width:28rem;overflow:hidden;overflow-y:auto;transform:translate3d(-100%,0,0);transition:transform 1.25s cubic-bezier(.19,1,.22,1);inset-block:0px 0px;height:calc(100% - var(--wp-adminbar-height));top:var(--wp-adminbar-height);background-color:var(--wp--preset--color--brandy-theme-background);padding:20px}.brandy-wishlist-element .brandy-wishlist-drawer__title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.brandy-wishlist-element .brandy-wishlist-drawer__title .brandy-wishlist-drawer__title__text{font-weight:500;font-size:1.5rem;line-height:2rem;margin:0}.brandy-wishlist-element .brandy-wishlist-drawer__close{--b-icon-close-color: var(--b-icon-close-color-normal);--b-icon-close-background-color: var(--b-icon-close-background-color-normal);--b-icon-close-stroke-color: var(--b-icon-close-stroke-color-normal);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--b-icon-close-border-radius);color:var(--b-icon-close-color);background-color:var(--b-icon-close-background-color);border:var(--b-icon-close-stroke-width) solid var(--b-icon-close-stroke-color);cursor:pointer;transition:color var(--theme-component-transition-duration, .2s) ease-in-out}.brandy-wishlist-element .brandy-wishlist-drawer__close:hover{color:var(--b-icon-close-color-hover);background-color:var(--b-icon-close-background-color-hover)}.brandy-wishlist-element .brandy-wishlist-drawer__close .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.brandy-wishlist-element .brandy-wishlist-drawer__close svg{width:var(--b-icon-close-size);height:var(--b-icon-close-size)}.brandy-wishlist-element .brandy-wishlist-drawer h3,.brandy-wishlist-element .brandy-wishlist-dropdown h3{font-weight:500;font-size:20px;border-bottom:1px solid var(--wp--preset--color--brandy-border);padding-bottom:15px}.brandy-wishlist-element .brandy-wishlist-overlay{background-color:#122940cc;opacity:0;position:fixed;z-index:400000;visibility:hidden;top:0;right:0;bottom:0;left:0;height:calc(100% - var(--wp-adminbar-height));top:var(--wp-adminbar-height);transition:opacity var(--theme-component-transition-duration, .2s) cubic-bezier(.4,0,.2,1)}.brandy-wishlist-element .brandy-element-wrapper.wishlist-opened .brandy-wishlist-dropdown{visibility:visible;opacity:1}.brandy-wishlist-element .brandy-element-wrapper.wishlist-opened+.brandy-wishlist-drawer+.brandy-wishlist-overlay{visibility:visible;opacity:1}.brandy-wishlist-element .brandy-element-wrapper.wishlist-opened+.brandy-wishlist-drawer{visibility:visible;transform:translateZ(0)}.brandy-wishlist-element[slide-position=right] .brandy-wishlist-drawer{transform:translate3d(100%,0,0);left:auto}.brandy-wishlist-element[slide-position=left] .brandy-wishlist-drawer{transform:translate3d(-100%,0,0);right:auto}.brandy-list-link-element .brandy-element-wrapper{flex-direction:column;display:flex}.brandy-list-link__items{display:flex;flex-wrap:wrap}.brandy-list-link-item{color:var(--b-color-normal);transition-property:all}.brandy-list-link-item:hover{color:var(--b-color-hover)}.brandy-list-link__label{color:var(--b-color);display:flex;align-items:center;justify-content:space-between}.brandy-list-link__label:has(.brandy-list-link__label-text:empty){display:none}.brandy-footer-toggle-arrow{display:none;transition:all ease-in-out var(--theme-component-transition-duration, .2s);transform:rotate(180deg)}@media screen and (max-width: 479px){.brandy-footer-toggle-arrow{display:block}}.brandy-footer-toggle-arrow.arrow-rotate{transform:rotate(0)}@keyframes brandy-slide-down{0%{top:-100%}}@keyframes brandy-face-in{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}#brandy-header{width:100%;box-shadow:var(--brandy-header-box-shadow)}#brandy-header.brandy-header-transparent{position:absolute;left:0;z-index:10000}#brandy-header.brandy-header-transparent #brandy-top-header:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]) .header-container-wrapper:where(:not(.is-stickying .sticky-part .header-container-wrapper)){background-color:var(--brandy-top-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent #brandy-top-header[data-is-constrained=true][data-layout=builder-boxed] .header-container:where(:not(.is-stickying .sticky-part .header-container)),#brandy-header.brandy-header-transparent #brandy-top-header[data-is-constrained=true][data-layout=site-contented] .header-container:where(:not(.is-stickying .sticky-part .header-container)){background-color:var(--brandy-top-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent #brandy-middle-header:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]) .header-container-wrapper:where(:not(.is-stickying .sticky-part .header-container-wrapper)){background-color:var(--brandy-middle-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent #brandy-middle-header[data-is-constrained=true][data-layout=builder-boxed] .header-container:where(:not(.is-stickying .sticky-part .header-container)),#brandy-header.brandy-header-transparent #brandy-middle-header[data-is-constrained=true][data-layout=site-contented] .header-container:where(:not(.is-stickying .sticky-part .header-container)){background-color:var(--brandy-middle-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent #brandy-bottom-header:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]) .header-container-wrapper:where(:not(.is-stickying .sticky-part .header-container-wrapper)){background-color:var(--brandy-bottom-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent #brandy-bottom-header[data-is-constrained=true][data-layout=builder-boxed] .header-container:where(:not(.is-stickying .sticky-part .header-container)),#brandy-header.brandy-header-transparent #brandy-bottom-header[data-is-constrained=true][data-layout=site-contented] .header-container:where(:not(.is-stickying .sticky-part .header-container)){background-color:var(--brandy-bottom-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent .sticky-headers.is-stickying #brandy-top-header .header-container-wrapper{background-color:var(--brandy-top-header-sticky-background, #ffffff)!important}#brandy-header.brandy-header-transparent .sticky-headers.is-stickying #brandy-middle-header .header-container-wrapper{background-color:var(--brandy-middle-header-sticky-background, #ffffff)!important}#brandy-header.brandy-header-transparent .sticky-headers.is-stickying #brandy-bottom-header .header-container-wrapper{background-color:var(--brandy-bottom-header-sticky-background, #ffffff)!important}#brandy-header.brandy-header-transparent .header-within-device:not(.sticky-start):before{content:"";-webkit-backdrop-filter:blur(var(--brandy-header-sticky-blur-value, 0));backdrop-filter:blur(var(--brandy-header-sticky-blur-value, 0));position:absolute;top:0;left:0;width:100%;height:100%}#brandy-header .sticky-headers.is-stickying .sticky-part{box-shadow:var(--brandy-header-sticky-box-shadow);top:var(--wp-adminbar-height);position:fixed;z-index:10000;width:100%}#brandy-header .sticky-headers.is-stickying .sticky-part[effect=slide_down]{animation-name:brandy-slide-down;animation-duration:.5s}#brandy-header .sticky-headers.is-stickying .sticky-part[effect=fade_in]{animation-name:brandy-face-in;animation-duration:.5s}#brandy-header .sticky-headers.is-stickying .sticky-part .header-container-wrapper{background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position)}#brandy-header .sticky-headers.is-stickying .sticky-part .brandy-child-header{margin:0}#brandy-header>div{display:none}@media screen and (min-width: 1024px){#brandy-header>div[device=desktop]{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-header>div[device=mobile]{display:block}}@media screen and (max-width: 479px){#brandy-header>div[device=mobile]{display:block}}#brandy-header .brandy-child-header{position:relative;margin:var(--brandy-header-row-outside-margin)}#brandy-header .brandy-child-header.high-priority{z-index:10000}#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=builder-boxed] .header-container{max-width:var(--wp--style--global--wide-size, 1500px);margin-left:auto;margin-right:auto}#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=site-contented] .header-container{max-width:var(--wp--style--global--content-size, 1500px);margin-left:auto;margin-right:auto}#brandy-header .brandy-child-header[data-layout=full-width] .header-container{max-width:unset;width:100%}#brandy-header .brandy-child-header .header-container-wrapper{padding:var(--brandy-header-row-outside-padding)}#brandy-header .brandy-child-header:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]) .header-container-wrapper{background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position)}#brandy-header .brandy-child-header:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]) .header-container-wrapper:where(:not(.is-stickying .sticky-part .brandy-child-header[data-hide-stroke-when-stickying=true] .header-container-wrapper)){border-bottom-style:solid;border-bottom-color:var(--brandy-stroke-color-normal);border-bottom-width:var(--brandy-stroke-width)}#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=builder-boxed] .header-container:where(:not(.is-stickying .sticky-part .brandy-child-header[data-hide-stroke-when-stickying=true] .header-container)),#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=site-contented] .header-container:where(:not(.is-stickying .sticky-part .brandy-child-header[data-hide-stroke-when-stickying=true] .header-container)){border-bottom-style:solid;border-bottom-color:var(--brandy-stroke-color-normal);border-bottom-width:var(--brandy-stroke-width)}#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=builder-boxed] .header-container:where(:not(.is-stickying .sticky-part .header-container)),#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=site-contented] .header-container:where(:not(.is-stickying .sticky-part .header-container)){background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position)}#brandy-header .brandy-child-header .header-container{margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:var(--brandy-header-padding);min-height:var(--brandy-header-height)}#brandy-header .brandy-child-header .header-container[item-layout=stretch]{gap:0}#brandy-header .brandy-child-header .header-container[item-layout=stretch] .header-col{justify-content:space-between!important;width:100%}#brandy-header .brandy-child-header .header-container[item-layout=stretch] .header-col:empty{width:0}#brandy-header .header-col{min-width:0;display:flex;align-items:center;gap:var(--brandy-header-row-element-spacing, 12px)}@media screen and (min-width: 1024px){#brandy-header .header-col{flex-wrap:var(--brandy-header-row-flex-wrap-desktop, nowrap);flex-basis:var(--brandy-header-row-flex-basis, 100%)}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-header .header-col{flex-wrap:var(--brandy-header-row-flex-wrap-tablet, nowrap);flex-basis:var(--brandy-header-row-flex-basis, 100%)}}@media screen and (max-width: 479px){#brandy-header .header-col{flex-wrap:var(--brandy-header-row-flex-wrap-mobile, nowrap);flex-basis:var(--brandy-header-row-flex-basis, auto)}}#brandy-header .header-col.justify-center{justify-content:center}#brandy-header .header-col.justify-end{justify-content:flex-end}@media screen and (max-width: 479px){#brandy-top-header .header-container[data-is-expanded-on-mobile=true]{flex-direction:column!important;justify-content:center;align-items:flex-start}#brandy-top-header .header-container[data-is-expanded-on-mobile=true] .header-col:nth-child(n+2){display:none}}#brandy-footer{background:var(--brandy-footer-background-main);background-position-y:var(--brandy-footer-background-top);background-position-x:var(--brandy-footer-background-left);background-size:var(--brandy-footer-background-size);background-position:var(--brandy-footer-background-position);padding:var(--brandy-footer-padding, 0)}#brandy-footer>div{display:none}@media screen and (min-width: 1024px){#brandy-footer>div[device=desktop]{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-footer>div[device=mobile]{display:block}}@media screen and (max-width: 479px){#brandy-footer>div[device=mobile]{display:block}}#brandy-footer .footer-col{display:flex}#brandy-footer .brandy-child-footer[data-split-container=true] .footer-col{background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position);border-radius:var(--brandy-footer-border-radius);padding:var(--brandy-footer-row-children-padding)}#brandy-footer .brandy-loader{width:1.25rem;height:1.25rem;border-top-color:#fff;border-left-color:#fff;border-right-color:#fff;margin-left:5px;margin-right:5px;display:none}#brandy-footer .loading .brandy-loader{display:block}[data-section-id=footer]{width:100%}[data-section-id=footer] .brandy-child-footer{position:relative;padding:var(--brandy-footer-row-outside-padding);margin:var(--brandy-footer-row-outside-margin)}[data-section-id=footer] .brandy-child-footer[data-is-constrained=true][data-layout=builder-boxed] .footer-container{max-width:var(--wp--style--global--wide-size, 1500px);margin-left:auto;margin-right:auto}[data-section-id=footer] .brandy-child-footer[data-is-constrained=true][data-layout=site-contented] .footer-container{max-width:var(--wp--style--global--content-size, 1500px);margin-left:auto;margin-right:auto}[data-section-id=footer] .brandy-child-footer[data-layout=full-width] .footer-container{max-width:unset;width:100%}[data-section-id=footer] .brandy-child-footer:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]){background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position);border-radius:var(--brandy-footer-border-radius)}[data-section-id=footer] .brandy-child-footer[data-is-constrained=true][data-layout=builder-boxed]:not([data-split-container=true]) .footer-container,[data-section-id=footer] .brandy-child-footer[data-is-constrained=true][data-layout=site-contented]:not([data-split-container=true]) .footer-container{background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position);border-radius:var(--brandy-footer-border-radius)}[data-section-id=footer] .brandy-child-footer .footer-container{display:grid;grid-template-columns:repeat(12,1fr);justify-content:space-between;margin:0 auto;gap:var(--brandy-spacing);min-height:var(--brandy-footer-height);width:100%;padding:var(--brandy-footer-row-padding);border-top-style:solid;border-top-color:var(--brandy-stroke-color-normal, #E3E8EE);border-top-width:var(--brandy-stroke-width, 0)}@media screen and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-container[data-desktop-direction=vertical]{grid-template-columns:1fr;grid-auto-flow:row}}@media screen and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-container[data-tablet-direction=vertical]{grid-template-columns:1fr;grid-auto-flow:row}}@media screen and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-container{grid-template-columns:repeat(6,1fr)}[data-section-id=footer] .brandy-child-footer .footer-container[data-mobile-direction=vertical]{grid-template-columns:1fr;grid-auto-flow:row}}@media screen and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]{flex-direction:row;justify-content:var(--brandy-footer-column-horizontal-alignment-desktop);align-items:var(--brandy-footer-column-vertical-alignment-desktop);flex-wrap:var(--brandy-footer-column-flex-wrap-desktop)}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]{flex-direction:column;align-items:var(--brandy-footer-column-horizontal-alignment-desktop);justify-content:var(--brandy-footer-column-vertical-alignment-desktop)}[data-section-id=footer] .brandy-child-footer .footer-col{column-gap:var(--brandy-footer-column-item-horizontal-spacing-desktop, 12px);row-gap:var(--brandy-footer-column-item-vertical-spacing-desktop, 12px);grid-column:span var(--brandy-footer-column-span-desktop, 1)}[data-section-id=footer] .brandy-child-footer .footer-col>*{width:var(--brandy-footer-column-item-grow-desktop, auto)}}@media screen and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]{flex-direction:row;justify-content:var(--brandy-footer-column-horizontal-alignment-tablet);align-items:var(--brandy-footer-column-vertical-alignment-tablet);flex-wrap:var(--brandy-footer-column-flex-wrap-tablet)}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]{flex-direction:column;align-items:var(--brandy-footer-column-horizontal-alignment-tablet);justify-content:var(--brandy-footer-column-vertical-alignment-tablet)}[data-section-id=footer] .brandy-child-footer .footer-col{column-gap:var(--brandy-footer-column-item-horizontal-spacing-tablet, 12px);row-gap:var(--brandy-footer-column-item-vertical-spacing-tablet, 12px);grid-column:span var(--brandy-footer-column-span-tablet, 1)}[data-section-id=footer] .brandy-child-footer .footer-col>*{width:var(--brandy-footer-column-item-grow-tablet, auto)}}@media screen and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]{flex-direction:row;justify-content:var(--brandy-footer-column-horizontal-alignment-mobile);align-items:var(--brandy-footer-column-vertical-alignment-mobile);flex-wrap:var(--brandy-footer-column-flex-wrap-mobile)}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]{flex-direction:column;align-items:var(--brandy-footer-column-horizontal-alignment-mobile);justify-content:var(--brandy-footer-column-vertical-alignment-mobile)}[data-section-id=footer] .brandy-child-footer .footer-col{column-gap:var(--brandy-footer-column-item-horizontal-spacing-mobile, 12px);row-gap:var(--brandy-footer-column-item-vertical-spacing-mobile, 12px);grid-column:span min(var(--brandy-footer-column-span-mobile, 1),6)}[data-section-id=footer] .brandy-child-footer .footer-col>*{width:var(--brandy-footer-column-item-grow-mobile, auto)}}[data-section-id=footer] .brandy-child-footer .footer-container[item-layout=stretch]{gap:0}[data-section-id=footer] .brandy-child-footer .footer-container[item-layout=stretch] .footer-col{justify-content:space-between!important;width:100%}[data-section-id=footer] .brandy-child-footer .footer-container[item-layout=stretch] .footer-col:empty{width:0}
