/*!/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css*/
/* Fields */
.xoo-aff-input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
    width: 100%;
}

.xoo-aff-input-group:first-child {
    border-right: 0;
}

.xoo-aff-group input{
    box-sizing: border-box;
}


.xoo-aff-input-group .xoo-aff-input-icon {
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    align-items: center;
    height: auto;
    align-self: stretch;
    display: flex;
    width: 100%;
    justify-content: center;
    border-style: solid;
    transition: border-color ease-in-out .15s
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
    flex-grow: 1;
    min-width: 1px;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%!important;
    margin-bottom: 0!important;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 3.428571;
    background-image: none;
    border: 1px solid #ccc;
    border-style: solid;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
}

.xoo-aff-group input::file-selector-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-right: 10px;
}


.xoo-aff-group label{
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.xoo-aff-group {
    float: left;
    width: calc(100% - 20px);
    position: relative;
}

.xoo-aff-group.onehalf{
    width: calc(50% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.onethird {
    width: calc(30% - 20px);
    margin-right: 20px;
}


.xoo-aff-group.twothird {
    width: calc(70% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.onefourth {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.threefourth {
    width: calc(75% - 20px);
    margin-right: 20px;
}


div#ui-datepicker-div {
    z-index: 99999999999!important;
}
.xoo-aff-single_checkbox .xoo-aff-label{
    display: none;
}

.xoo-aff-options-list label {
    font-weight: 400;
}

.xoo-aff-fields {
    display: table;
    width: 100%;
}
.xoo-aff-group.xoo-aff-checkbox_single {
    min-height: auto;
}

.xoo-aff-group.one.xoo-aff-checkbox_single {
    margin-bottom: 10px;
}

.xoo-aff-group.xoo-aff-cont-checkbox_single {
    margin-bottom: 5px;
}


/* Password Strength */
.xoo-aff-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;
}

.xoo-aff-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}

.xoo-aff-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b;
}

.xoo-aff-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}

.xoo-aff-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733;
}

.xoo-aff-password-hint {
    margin: 0.5em 0 0;
    display: block;
}

.xoo-aff-radio input, .xoo-aff-checkbox_single input, .xoo-aff-checkbox_list input {
    margin-right: 5px;
}


/* Select 2 */
body .select2-dropdown {
    z-index: 99999999999;
}

.xoo-aff-group .select2-container .select2-selection.select2-selection--single {
    border: 0;
    height: 100%;
    background-color: transparent;
    margin: 0 0 0 0;
    border-radius: 0;
    line-height: inherit;
    padding: 0;
}

.xoo-aff-group .select2.select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
    line-height: inherit;
    height: inherit;
}

.xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}


.xoo-aff-group .select2-container *:focus {
    outline: none;
}

div.xoo-aff-group select.xoo-aff-field, div.xoo-aff-group select.xoo-aff-field + .select2 {
    padding-top: 0;
    padding-bottom: 0;
}


select.xoo-aff-states{
    display: none;
}



.xoo-aff-flag-cont {
    display: flex;
    align-items: center;
    height: inherit;
} 
.xoo-aff-flag-cont span:nth-child(1) {
    margin-right: 6px;
}
 
.select2-results .xoo-aff-flag-cont span:nth-child(2) {
    font-size: 12px;
}

span.xoo-aff-pwtog-hide {
    display: none;
}

.xoo-aff-pw-toggle {
    display: flex;
    align-items: center;
    right: 5px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    user-select: none;
}

.xoo-aff-pw-toggle > * {
    cursor: pointer;
    padding: 5px;
}

.xoo-aff-select2-dropdown {
    min-width: 140px;
}

/* Profile */
label.xoo-aff-file-profile input[type="file"] {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 30px !important;
    z-index: -1;
}

label.xoo-aff-file-profile .xoo-aff-input-icon {
    border: 0;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    position: relative;
}

label.xoo-aff-file-profile {
    display: table;
    margin: 0 auto;
}

label.xoo-aff-file-profile .xoo-aff-input-group {
    margin: 0 auto;
    display: table;
    width: auto;
    cursor: pointer;
}


.xoo-ff-file-pladd, .xoo-ff-file-plcheck {
    position: absolute;
    background-color: #fff;
    padding: 2px;
    border-radius: 50%;
    bottom: 0px;
    right: 0;
    z-index: 5;
}

.xoo-aff-file-profile .xoo-ff-file-plcheck {
    color: #058105;
    display: none;
}

.xoo-aff-file-profile-cont:not(.one) + .xoo-aff-group:not(.one) {
    align-self: center;
}

.xoo-ff-file-preview{
    border-radius: 50%;
}

.xoo-aff-file-profile-cont .xoo-ff-files{
    text-align: center;
}

.xoo-aff-file-profile-cont .xoo-aff-label {
    margin-top: 5px;
    margin-bottom: 0;
}

.xoo-aff-isfocused.xoo-aff-group .xoo-aff-file-profile .xoo-aff-input-icon {
    background-color: transparent;
    border: 0;
}


.xoo-aff-auto-fetch-loc {
    font-size: 90%;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: -10px;
    display: block;
    text-align: right;
}

.xoo-aff-auto-fetch-loc span{
    margin: 0 5px;
}

.pac-container{
    z-index: 9999999999;
}

.xoo-aff-one-line .xoo-aff-radio {
    display: inline-flex;
    flex-wrap: wrap;
}

.xoo-aff-one-line .xoo-aff-radio label {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}




/* RTL */
body.rtl .xoo-aff-pw-toggle {
    left: 5px;
    right: auto;
}


body.rtl .xoo-aff-flag-cont span:nth-child(1) {
    margin-left: 10px;
    margin-right: 0;
    padding-right: 0;
}

body.rtl .xoo-aff-group {
    float: right;
}

body.rtl .xoo-aff-radio input, body.rtl .xoo-aff-checkbox_single input, body.rtl .xoo-aff-checkbox_list input{
    margin-left: 5px;
    margin-right: 0;
}

body.rtl .xoo-aff-group:not(.one){
    margin-left: 20px;
    margin-right: 0;
}



@media only screen and (max-width: 450px) {
    .xoo-aff-group.onehalf , .xoo-aff-group.onefourth, .xoo-aff-group.onethird , .xoo-aff-group, .xoo-aff-group.twothird {
        width: 100%;
        margin-right: 0;
    }
    .xoo-aff-group {
        margin-right: 0;
    }
    body.rtl .xoo-aff-group:not(.one){
        margin-left: 0;
    }
}
/* [inline: after] */
.xoo-aff-input-group .xoo-aff-input-icon {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;

    background-color: #ffffff;
    color: #526d82;

    max-width: 40px;
    min-width: 40px;
    font-size: 14px;

            border: 1px solid #9DB2BF; border-radius: 8px;    
    left: 0;
}



.xoo-aff-isfocused.xoo-aff-group .xoo-aff-input-icon {
    color: #526d82;
    background-color: #dde6ed;
    border: 1px solid #526d82; border-radius: 8px;}

.xoo-aff-input-group .xoo-aff-input-icon,
.xoo-aff-isfocused.xoo-aff-group .xoo-aff-input-icon {

            border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.xoo-aff-group {
    margin-bottom: 30px;
}

.xoo-aff-group label {
    font-size: 15px;
}

.xoo-aff-group input[type="text"].xoo-aff-field,
.xoo-aff-group input[type="password"].xoo-aff-field,
.xoo-aff-group input[type="email"].xoo-aff-field,
.xoo-aff-group input[type="number"].xoo-aff-field,
.xoo-aff-group input[type="tel"].xoo-aff-field,
.xoo-aff-group input[type="file"].xoo-aff-field,
.xoo-aff-group select.xoo-aff-field,
.xoo-aff-group select.xoo-aff-field  + .select2{
    background-color: #fff;
    color: #27374d;

    height: 50px;
    line-height: 50px;

    padding: 12px;
    font-size: 14px;

    border: 1px solid #9DB2BF; border-radius: 8px;}

.xoo-aff-input-group input[type="text"].xoo-aff-field,
.xoo-aff-input-group input[type="password"].xoo-aff-field,
.xoo-aff-input-group input[type="email"].xoo-aff-field,
.xoo-aff-input-group input[type="number"].xoo-aff-field,
.xoo-aff-input-group input[type="tel"].xoo-aff-field,
.xoo-aff-input-group input[type="file"].xoo-aff-field,
.xoo-aff-input-group select.xoo-aff-field,
.xoo-aff-input-group select.xoo-aff-field + .select2 {
    padding-left: 50px;
    padding-right: 12px;
}

.xoo-aff-group input[type="file"].xoo-aff-field {
    line-height: calc(50px - 24px);
}

.xoo-aff-group .xoo-aff-field::placeholder,
.xoo-aff-group .select2-selection__rendered,
.xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__rendered,
.xoo-aff-group input.xoo-aff-field::file-selector-button {
    color: #27374d;
}

.xoo-aff-group input[type="text"].xoo-aff-field:focus,
.xoo-aff-group input[type="password"].xoo-aff-field:focus,
.xoo-aff-group input[type="email"].xoo-aff-field:focus,
.xoo-aff-group input[type="number"].xoo-aff-field:focus,
.xoo-aff-group input[type="tel"].xoo-aff-field:focus,
.xoo-aff-group input[type="file"].xoo-aff-field:focus,
.xoo-aff-group select.xoo-aff-field:focus,
.xoo-aff-group select.xoo-aff-field:focus  + .select2 {
    background-color: #dde6ed;
    color: #27374d;
    border: 1px solid #526d82; border-radius: 8px;}

.xoo-aff-field[placeholder]:focus::-webkit-input-placeholder {
    color: #27374d !important;
}



/* [/inline: after] */
/*!/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css*/
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.eot);src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*!/wp-content/themes/glozin/assets/css/plugins/drift-basic.css*/
@keyframes drift-fadeZoomIn {
  0% { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes drift-fadeZoomOut {
  0% { transform: scale(1); opacity: 1; }
  15% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(0.5); opacity: 0; }
}

@keyframes drift-loader-rotate {
  0% { transform: translate(-50%, -50%) rotate(0); }
  50% { transform: translate(-50%, -50%) rotate(-180deg); }
  100% { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes drift-loader-before {
  0% { transform: scale(1); }
  10% { transform: scale(1.2) translateX(6px); }
  25% { transform: scale(1.3) translateX(8px); }
  40% { transform: scale(1.2) translateX(6px); }
  50% { transform: scale(1); }
  60% { transform: scale(0.8) translateX(6px); }
  75% { transform: scale(0.7) translateX(8px); }
  90% { transform: scale(0.8) translateX(6px); }
  100% { transform: scale(1); }
}

@keyframes drift-loader-after {
  0% { transform: scale(1); }
  10% { transform: scale(1.2) translateX(-6px); }
  25% { transform: scale(1.3) translateX(-8px); }
  40% { transform: scale(1.2) translateX(-6px); }
  50% { transform: scale(1); }
  60% { transform: scale(0.8) translateX(-6px); }
  75% { transform: scale(0.7) translateX(-8px); }
  90% { transform: scale(0.8) translateX(-6px); }
  100% { transform: scale(1); }
}

.drift-zoom-pane {
  background: #fff;
  transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.drift-zoom-pane-loader {
  display: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.drift-bounding-box {
  width: 150px !important;
  height: 150px !important;
  background: rgba( 0, 0, 0, 0.4 );
  box-shadow: 0 0 0 1px #fff6 inset;
  z-index: 999;
}
.drift-zoom-pane img {
  position: absolute;
  display: block;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  top: 0;
  left: 0;
}
/*!/wp-content/plugins/glozin-addons/assets/css/elementor/widgets-builder-elementor.min.css*/
.glozin-single-product-builder--empty{padding-top:100px;padding-bottom:100px;max-width:750px;margin-inline:auto;text-align:center}.glozin-single-product-builder--empty a{text-decoration:underline}.glozin-woocommerce-elementor .site-content{padding-top:0;padding-bottom:0}.glozin-woocommerce-elementor .product-navigation__tooltip{top:100%;width:17.5rem}.glozin-woocommerce-elementor .product-navigation__button-next:hover~.product-navigation__tooltip-next{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.glozin-woocommerce-elementor .product-navigation__button-prev:hover~.product-navigation__tooltip-prev{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.glozin-woocommerce-elementor .product-navigation__tooltip-next,.glozin-woocommerce-elementor .product-navigation__tooltip-prev{box-shadow:5px 0 30px 0 rgba(0,0,0,.08);transform:translateY(15px);transition:.3s}.glozin-woocommerce-elementor .product-navigation__tooltip-next .product-navigation__tooltip-image,.glozin-woocommerce-elementor .product-navigation__tooltip-prev .product-navigation__tooltip-image{width:50px}.glozin-woocommerce-elementor .product-navigation__tooltip-next:hover,.glozin-woocommerce-elementor .product-navigation__tooltip-prev:hover{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)}.glozin-woocommerce-elementor .product-navigation__tooltip-image img{border-radius:var(--gz-rounded-product-image-sm)}.glozin-woocommerce-elementor .glozin-product-zoom-wrapper{display:none;position:sticky;top:3rem;inset-inline-start:0;z-index:4}.glozin-woocommerce-elementor .drift-zoom-pane{height:550px;width:100%;background:rgba(0,0,0,.5);transform:translateZ(0);-webkit-transform:translate3d(0,0,0);z-index:3}.glozin-woocommerce-elementor .drift-zoom-pane img{position:absolute;display:block;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;top:0;inset-inline-start:0}.glozin-woocommerce-elementor .drift-zoom-pane:not(.drift-inline){top:0;inset-inline-start:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .product-gallery-summary{display:block;width:100%;margin:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .product-gallery-summary .woocommerce-product-gallery__image .drift-zoom-pane{display:block;max-width:100%;position:absolute;margin:0;top:0;inset-inline-start:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .product-gallery-summary .woocommerce-product-gallery__image .drift-zoom-pane img{position:absolute;display:block;max-width:none!important;max-height:none!important;-o-object-fit:contain;object-fit:contain;top:0;inset-inline-start:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .entry-summary,.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .entry-summary--elementor-mode,.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .woocommerce-product-gallery{width:auto}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .entry-summary .entry-title,.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .entry-summary .woocommerce-product-rating{margin:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .woocommerce-badges--single{gap:3px}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .woocommerce-badges--single .woocommerce-badge:not(:empty){-webkit-margin-end:0;margin-inline-end:0;margin-bottom:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .glozin-people-view,.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .glozin-recent-sales-count{margin:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .glozin-product-price .price:not(:empty){margin:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .short-description{margin:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .gz-countdown-single-product{margin:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .model-sizing{margin:0;padding:0;border:none}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .product_meta{--gz-min-width:clamp(90 / 16 * 1rem, 5vw, 120 / 16 * 1rem);color:var(--gz-color-dark)}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .product_meta .meta__label{display:inline-block;color:var(--gz-color-base);min-width:var(--gz-min-width)}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .product_meta>span{display:block;font-weight:400}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .woocommerce-tabs{padding:0;margin:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .woocommerce-tabs::after{display:none}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .woocommerce-tabs.reviews-rating--column .glozin-product-rating{flex-direction:column;align-items:center;justify-content:center;gap:24px}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .woocommerce-tabs.reviews-rating--column .glozin-product-rating>*{padding:0;margin:0;border:none}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .woocommerce-tabs.reviews-rating--column .glozin-product-rating .glozin-product-rating__count{align-items:center;justify-content:center}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .woocommerce-tabs.reviews-rating--column .glozin-product-rating .glozin-product-rating__count .glozin-product-rating__count{padding:0;margin:0}.glozin-woocommerce-elementor.single-product div.product:not(.product-quickview) .glozin-product-pbt{margin:0}.glozin-woocommerce-elementor.woocommerce-shop-elementor .page-header.page-header--shop{padding:0;margin:0}.glozin-woocommerce-elementor .page-header__description .shop-header__description-inner{display:-webkit-box;-webkit-line-clamp:var(--gz-page-header-description-lines);-webkit-box-orient:vertical;overflow:hidden}.glozin-woocommerce-elementor .shop-header__more-wrapper:not(.less){position:relative}.glozin-woocommerce-elementor .shop-header__more-wrapper:not(.less):after{content:'';position:absolute;left:0;right:0;top:0;transform:translateY(-100%);transform-origin:center;height:61px;background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%)}.glozin-woocommerce-elementor .shop-header__description-inner{transition:max-height .3s ease-out}.glozin-woocommerce-elementor .shop-header__description-inner p{margin-top:0}.glozin-woocommerce-elementor .glozin-products-filter--horizontal{--gz-filter-horizontal-columns:5}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .products-filter__filters{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .products-filter__filters .products-filter__filter{width:calc((100% / var(--gz-filter-horizontal-columns)) - ((10px * (var(--gz-filter-horizontal-columns) - 1))/ var(--gz-filter-horizontal-columns)));padding:0;position:relative;border-bottom:none}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .products-filter__filters .products-filter__filter:nth-child(5n) .filter-control{right:0;left:auto}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .products-filter__filter.glozin-active .filter-control{opacity:1;visibility:visible;pointer-events:auto;top:calc(100% - 1px)}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .has-collapse .filter.glozin-active .filter-name:after{transform:translateY(-50%) rotate(-180deg)}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .has-collapse .filter-name{font-size:.9375rem;border:1px solid var(--gz-border-color);border-radius:5px;padding-top:16px;padding-bottom:16px;-webkit-padding-start:25px;padding-inline-start:25px;-webkit-padding-end:50px;padding-inline-end:50px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:0}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .has-collapse .filter-name:before{display:none}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .has-collapse .filter-name:after{content:"";position:absolute;top:50%;inset-inline-end:25px;transform:translateY(-50%);width:10px;height:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:currentcolor;-webkit-mask:url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08984 1.32227L4.58984 4.82227C4.69922 4.94076 4.83594 5 5 5C5.16406 5 5.30078 4.94076 5.41016 4.82227L8.91016 1.32227C9.02865 1.21289 9.08789 1.08073 9.08789 0.925781C9.08789 0.761719 9.02865 0.620443 8.91016 0.501953C8.80078 0.392578 8.66406 0.337891 8.5 0.337891C8.33594 0.337891 8.19922 0.392578 8.08984 0.501953L5 3.5918L1.91016 0.501953C1.80078 0.392578 1.66406 0.337891 1.5 0.337891C1.33594 0.337891 1.19922 0.392578 1.08984 0.501953C0.971354 0.620443 0.912109 0.761719 0.912109 0.925781C0.912109 1.08073 0.971354 1.21289 1.08984 1.32227Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08984 1.32227L4.58984 4.82227C4.69922 4.94076 4.83594 5 5 5C5.16406 5 5.30078 4.94076 5.41016 4.82227L8.91016 1.32227C9.02865 1.21289 9.08789 1.08073 9.08789 0.925781C9.08789 0.761719 9.02865 0.620443 8.91016 0.501953C8.80078 0.392578 8.66406 0.337891 8.5 0.337891C8.33594 0.337891 8.19922 0.392578 8.08984 0.501953L5 3.5918L1.91016 0.501953C1.80078 0.392578 1.66406 0.337891 1.5 0.337891C1.33594 0.337891 1.19922 0.392578 1.08984 0.501953C0.971354 0.620443 0.912109 0.761719 0.912109 0.925781C0.912109 1.08073 0.971354 1.21289 1.08984 1.32227Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .filter-control{width:100%;background-color:var(--gz-color-light);border-radius:0 0 5px 5px;padding:20px;box-shadow:var(--shadow);transition:var(--gz-transition);position:absolute;top:calc(100% + 15px);inset-inline-start:0;opacity:0;visibility:hidden;pointer-events:none;z-index:9;border:1px solid var(--gz-border-color)}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .instant-filter .filter:last-of-type .filter-control{padding-bottom:23px}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .products-filter__options.products-filter--list>li:first-child{padding-top:9px}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .products-filter__options.products-filter--list>li:last-child{padding-bottom:9px}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .instant-filter .products-filter__button{display:none}.glozin-woocommerce-elementor .glozin-products-filter--horizontal .products-filter__button{justify-content:flex-end}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product{width:100%}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product:last-child{margin-bottom:0}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .product-inner{display:flex;gap:30px;align-items:center}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .product-thumbnail{width:30%}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .product-thumbnail .product-featured-icons{display:none}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .product-summary{flex:1;max-width:70%;margin-top:0;text-align:start;align-items:flex-start}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .woocommerce-loop-product__title{font-size:1.125rem}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .glozin-rating{margin-top:10px}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .price{margin-top:15px;font-size:1.125rem;font-weight:600}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .price del{font-size:1rem;font-weight:400}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .short-description{display:block;margin-top:15px;display:-webkit-box;-webkit-line-clamp:var(--gz-product-short-description,3);-webkit-box-orient:vertical;overflow:hidden}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .short-description~.button{display:none}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .product-variation-items{margin-top:15px}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .product-list-featured-icons{margin-top:25px;display:flex;width:100%}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .product-list-featured-icons .product-loop-button-atc{display:flex;width:100%;max-width:230px;margin-top:0;--gz-button-padding-top:16.5px;--gz-button-padding-bottom:16.5px}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .product-list-featured-icons .product-loop-button-atc .add-to-cart__text{display:block}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product .product-list-featured-icons .product-loop-button{--gz-button-width:50px;--gz-button-height:50px;--gz-button-font-size:15px;border:1px solid var(--gz-border-color)}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.gz-product-grid-banner{display:none}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product.product-category>a{flex-direction:row;align-items:center}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product.product-category>a img{width:30%}.glozin-woocommerce-elementor ul.products.product-card-layout-list li.product.product-category>a .woocommerce-loop-category__title{width:70%}.glozin-woocommerce-elementor .dynamic-pricing-discounts,.glozin-woocommerce-elementor .glozin-buy-x-get-y{margin:0}@media (min-width:1025px){.glozin-woocommerce-elementor .glozin-product-zoom-wrapper{display:block}.elementor-hidden-desktop .products-filter-widget--elementor .glozin-products-filter__form{display:none}}@media (min-width:1280px){.glozin-products-filter--horizontal{--gz-filter-horizontal-columns:6}.glozin-products-filter--horizontal .products-filter__filters .products-filter__filter:nth-child(6n) .filter-control{right:0;left:auto}}@media (min-width:1400px){.glozin-products-filter--horizontal{--gz-filter-horizontal-columns:7}.glozin-products-filter--horizontal .products-filter__filters .products-filter__filter:nth-child(7n) .filter-control{right:0;left:auto}}@media (max-width:1024px){ul.products.mobile-compare-button--hidden.product-card-layout-list li.product .wcboost-products-compare-button{display:flex}ul.products.mobile-wishlist-button--hidden.product-card-layout-list li.product .wcboost-wishlist-button{display:flex}ul.products.product-card-layout-list+.woocommerce-pagination{margin-top:50px}.glozin-shop-content ul.products.product-card-layout-list li.product .short-description{-webkit-line-clamp:var(--gz-product-short-description-tablet,2)}}@media (max-width:767px){.glozin-shop-content ul.products.product-card-layout-list li.product{width:100%}.glozin-shop-content ul.products.product-card-layout-list.product-card-mobile-show-atc li.product .product-list-featured-icons>a:not(.gz-button-add-to-cart-mobile){display:flex}.glozin-shop-content ul.products.product-card-layout-list li.product.product-category>a{flex-direction:column}.glozin-shop-content ul.products.product-card-layout-list li.product.product-category>a .woocommerce-loop-category__title,.glozin-shop-content ul.products.product-card-layout-list li.product.product-category>a img{width:100%}.glozin-shop-content ul.products.product-card-layout-list li.product .short-description{-webkit-line-clamp:var(--gz-product-short-description-mobile,3)}}@media (max-width:600px){ul.products.product-card-layout-list li.product .product-inner{flex-direction:column;gap:15px}ul.products.product-card-layout-list li.product .product-inner .product-thumbnail{width:100%}ul.products.product-card-layout-list li.product .product-inner .product-summary{max-width:100%}ul.products.product-card-layout-list li.product .product-inner .product-list-featured-icons .product-loop-button-atc{max-width:100%}ul.products.product-card-layout-list li.product .product-inner .product-list-featured-icons .product-loop-button{min-width:var(--gz-button-width)}}
/*!/wp-content/plugins/woo-multi-currency/css/woo-multi-currency.min.css*/
@charset "UTF-8";@keyframes waiting_bar_effect{0%{left:0}to{left:100%}}.woo-multi-currency img{max-width:100%}.woo-multi-currency .vi-flag-64{vertical-align:top}.woo-multi-currency.wmc-sidebar,.woo-multi-currency.wmc-sidebar .wmc-title{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease}.woo-multi-currency.wmc-sidebar{position:fixed;z-index:9999999999;top:50%;transform:translateY(-50%);font-family:Arial}.woo-multi-currency.wmc-sidebar .wmc-title{text-align:center;visibility:hidden;color:#fff;font:300 16px Arial;margin:0;text-transform:uppercase;background:#000;transition:all .25s ease;width:250px;padding:16px 0}.woo-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-sidebar-open{position:relative;height:40px;width:40px;background:rgba(153,153,153,.2);border-radius:50%;margin:10px 5px 0;line-height:40px;cursor:pointer;text-align:center;color:#ccc;font-weight:700;font-size:28px;display:none}.woo-multi-currency.wmc-sidebar.wmc-collapse.wmc-hover .wmc-currency,.woo-multi-currency.wmc-sidebar.wmc-hover .wmc-title{display:block!important;visibility:visible}.woo-multi-currency.wmc-sidebar.wmc-collapse.wmc-hover .wmc-list-currencies .wmc-sidebar-open{display:none}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies{width:250px;display:inline-block;font-size:0}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency{background:#000;text-transform:uppercase;letter-spacing:1px;width:250px;z-index:1000;font:10px Arial;margin:2px 0 0;transition:all .25s ease;position:relative;cursor:pointer;clear:both;display:inline-block;height:40px}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency:hover{background:#f78080}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency span:not(.wmc-active-title){color:#fff;text-decoration:none;text-align:center;line-height:40px;vertical-align:top;width:48px;box-sizing:border-box;display:inline-block}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency a,.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency span.wmc-active-title{color:#fff;text-decoration:none;text-align:center;line-height:40px;vertical-align:middle;display:inline-block;width:180px;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:10px}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency.wmc-active{position:relative;background:#f78080}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-sidebar-open:before{content:"+";width:100%;text-align:center}.woo-multi-currency.wmc-sidebar.wmc-collapse.style-1 .wmc-list-currencies .wmc-currency:not(.wmc-active){display:none}.woo-multi-currency.wmc-sidebar.style-1.wmc-left .wmc-list-currencies .wmc-currency{text-align:right}.woo-multi-currency.wmc-sidebar.wmc-left{left:-205px}.woo-multi-currency.wmc-sidebar.wmc-left .wmc-list-currencies .wmc-sidebar-open{float:right}.woo-multi-currency.wmc-sidebar.wmc-left .wmc-list-currencies .wmc-currency span{display:inline-block;float:right}.woo-multi-currency.wmc-sidebar.wmc-collapse .wmc-list-currencies .wmc-sidebar-open{display:block}.woo-multi-currency.wmc-sidebar.style-1.wmc-currency-flag .wmc-list-currencies .wmc-currency span:not(.wmc-active-title){width:60px}.woo-multi-currency.wmc-sidebar.wmc-currency-flag.wmc-currency-symbol .wmc-list-currencies .wmc-currency span,.woo-multi-currency.wmc-sidebar.wmc-currency-symbol .wmc-list-currencies .wmc-currency span{font-size:20px;font-weight:300;line-height:40px}.woo-multi-currency.wmc-sidebar.wmc-currency-flag.wmc-currency-symbol .wmc-list-currencies .wmc-currency a{font-size:20px}.woo-multi-currency.wmc-sidebar.wmc-currency-flag.wmc-left .wmc-list-currencies .wmc-currency{border-radius:0 5px 5px 0}.woo-multi-currency.wmc-sidebar.wmc-right{right:-202px}.woo-multi-currency.wmc-sidebar.wmc-right.wmc-currency-flag{right:-190px}.woo-multi-currency.wmc-sidebar.wmc-right.wmc-hover{right:0}.woo-multi-currency.wmc-sidebar.wmc-left.wmc-currency-flag{left:-190px}.woo-multi-currency.wmc-sidebar.wmc-left.wmc-hover{left:0}.woo-multi-currency.wmc-shortcode img{vertical-align:middle;height:24px;width:24px;margin:0;display:inline-block;padding:0}.woo-multi-currency.wmc-shortcode .wmc-currency a{text-decoration:none!important;box-shadow:none;margin:0;padding:0}.woo-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow{position:absolute;line-height:1.5;right:3px;padding:0;top:50%;transform:translateY(-50%);font-size:15px}.woo-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow::after{content:"▼"}.woo-multi-currency.wmc-shortcode.flag-large img{width:64px;height:auto}.woo-multi-currency.wmc-price-switcher a,.woo-multi-currency.wmc-shortcode.plain-horizontal{display:inline-block;font-size:0;vertical-align:top;width:100%}.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency{display:inline-block;padding:5px;vertical-align:top;max-width:50%;font-size:16px}.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency a{font-weight:300;display:flex}.woo-multi-currency.wmc-shortcode.layout9 .wmc-current-currency a,.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency.wmc-active a,.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover,.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.wmc-active a{font-weight:700}.wp-block-group .woo-multi-currency.wmc-shortcode *{box-sizing:border-box}.woo-multi-currency.wmc-shortcode.plain-vertical{box-sizing:border-box;display:inline-block;cursor:context-menu}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper{position:relative}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency{padding:5px 20px;display:flex;position:relative;font-weight:700;border:1px solid #e5e5e5;width:calc(100% + 2px)}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency{position:absolute;top:100%;width:calc(100% + 2px);background:#fff;border:1px solid #e5e5e5;text-align:center;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;display:none}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency{position:relative;padding:5px 20px}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;font-weight:400;display:flex;align-items:center}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a span{display:inline-block;vertical-align:middle;padding:0 5px}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency{display:block}.woo-multi-currency.wmc-shortcode.plain-vertical a{white-space:nowrap}.woo-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-currency-wrapper span.wmc-current-currency span{padding:0 5px}.woo-multi-currency.wmc-shortcode.plain-horizontal.layout6 .wmc-currency{font-size:16px}.woo-multi-currency.wmc-shortcode.plain-vertical[data-layout=layout7] .wmc-currency-wrapper .wmc-sub-currency .wmc-currency{display:flex;justify-content:center}.woo-multi-currency.wmc-price-switcher{font-size:16px;position:relative;cursor:pointer;z-index:1;margin:5px 0;display:inline-block}.woo-multi-currency.wmc-price-switcher .wmc-currency.wmc-sub-currency-current{display:none}.woo-multi-currency.wmc-price-switcher .wmc-current-currency{display:inline-block;padding:0 20px 5px 0;position:relative}.woo-multi-currency.wmc-price-switcher .wmc-current-currency:before{content:"▼";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:14px}.woo-multi-currency.wmc-price-switcher .wmc-sub-currency{display:inline-block;opacity:0;position:absolute;top:-50px;visibility:hidden;transition:all .25s ease;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;left:0}.woo-multi-currency.wmc-price-switcher:hover .wmc-sub-currency{visibility:visible;opacity:1;top:45px}.woo-multi-currency.wmc-price-switcher a{white-space:nowrap;vertical-align:middle;background:#eee}.woo-multi-currency.wmc-price-switcher a span{padding:0 15px;display:inline-block;vertical-align:top;font-size:16px;line-height:32px}.woo-multi-currency.wmc-price-switcher img{display:inline-block;max-width:40px;vertical-align:top}.woo-multi-currency.wmc-price-switcher .wmc-currency{padding:0 0 5px}.wmc-currency-wrapper .vi-flag-64{vertical-align:bottom}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle{display:inline-block}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-current-currency{display:inline-block;border-radius:50px;width:38px;height:38px;text-align:center;margin-bottom:3px;line-height:37px;font-size:20px}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency-wrapper{position:relative}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency-wrapper .wmc-sub-currency{position:absolute;top:100%;width:fit-content;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;display:none;z-index:999999}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency-wrapper:hover .wmc-sub-currency{display:block;overflow:hidden}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency{border-radius:50px;width:38px;height:38px;text-align:center;margin-bottom:3px;line-height:37px;font-size:20px}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-fix-font{font-size:15px}.woo-multi-currency.wmc-shortcode.layout9 .wmc-currency-wrapper{font-size:0}.woo-multi-currency.wmc-shortcode.layout9 .wmc-currency{font-size:16px;display:inline-block;border-radius:50px;min-width:60px;text-align:center;margin-right:-30px;position:relative;border:1px solid rgba(0,0,0,.1);padding:5px 0}.woo-multi-currency.wmc-shortcode.layout9 .wmc-currency a{color:inherit;padding:0 14px}.woo-multi-currency.wmc-shortcode.layout9 .wmc-left{text-align:left}.woo-multi-currency.wmc-shortcode.layout9 .wmc-right{text-align:right}.woo-multi-currency.wmc-shortcode.layout10{vertical-align:middle}.woo-multi-currency.wmc-shortcode.layout10 .wmc-text{vertical-align:top;padding-left:5px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-current-currency{padding-left:10px!important;background-color:transparent!important;border:0!important;font-weight:400!important}.woo-multi-currency.wmc-shortcode.layout10 .wmc-current-currency>span:first-child{display:flex}.woo-multi-currency.wmc-shortcode.layout10 .wmc-current-currency .wmc-open-dropdown-currencies{padding-left:5px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency{box-shadow:0 0 2px rgba(0,0,0,.5);border-radius:3px;padding:5px;border:0!important}.woo-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency .wmc-currency a,.woo-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency .wmc-currency a:hover{font-weight:400!important}.woo-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency .wmc-currency:hover{background-color:#e5ecf3}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency{padding:5px!important}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency span{padding:0 0 0 5px!important}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency{z-index:99999;max-height:250px;overflow-y:auto;font-size:12px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar{width:7px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar-track{background:#f1f1f1;margin-top:2px;margin-bottom:2px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar-thumb{background:#cecece;border-radius:20px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar-thumb:hover{background:#555}.woo-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-currency-wrapper .wmc-sub-currency{width:auto}.course-origin-price+.origin-price,.wmc-cache-pid+.subscription-details+.subscription-details{display:none}@media screen and (max-width:768px){.woo-multi-currency.wmc-sidebar .wmc-title,.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency{margin-left:auto;margin-right:auto}.woo-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-currency:not(.wmc-active){display:none}.woo-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-sidebar-open{display:flex}.woo-multi-currency.wmc-sidebar.wmc-hover{width:100%;top:0;right:0;left:0;transform:none;bottom:0;padding:10% 0;background:rgba(255,255,255,.8)}.woo-multi-currency.wmc-sidebar.wmc-hover .wmc-list-currencies{overflow:auto;width:100%;margin:0 auto;position:relative;transform:translateY(-50%);top:50%;max-height:100%}.woo-multi-currency.wmc-sidebar.wmc-hover .wmc-list-currencies .wmc-sidebar-open{display:none}.woo-multi-currency.wmc-sidebar.wmc-hover .wmc-list-currencies .wmc-currency{display:flex}}.wmc-approximately{line-height:1.5;white-space:nowrap;padding-left:5px}.product .price .wmc-approximately{display:block!important;padding-left:0}.wmc-cache-loading .woocommerce-Price-amount.amount{position:relative}.wmc-cache-loading .woocommerce-Price-amount.amount:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#f0f0f0}.wmc-cache-loading .woocommerce-Price-amount.amount:after{content:"";position:absolute;top:0;width:10px;bottom:0;background-color:#fefefe;opacity:.5;left:0;filter:blur(1px);animation:waiting_bar_effect 1s infinite}
/* [inline: after] */.woo-multi-currency .wmc-list-currencies .wmc-currency.wmc-active,.woo-multi-currency .wmc-list-currencies .wmc-currency:hover {background: #f78080 !important;}
		.woo-multi-currency .wmc-list-currencies .wmc-currency,.woo-multi-currency .wmc-title, .woo-multi-currency.wmc-price-switcher a {background: #212121 !important;}
		.woo-multi-currency .wmc-title, .woo-multi-currency .wmc-list-currencies .wmc-currency span,.woo-multi-currency .wmc-list-currencies .wmc-currency a,.woo-multi-currency.wmc-price-switcher a {color: #ffffff !important;}.woo-multi-currency.wmc-shortcode .wmc-currency{background-color:#ffffff;color:#212121}.woo-multi-currency.wmc-shortcode .wmc-currency.wmc-active,.woo-multi-currency.wmc-shortcode .wmc-current-currency{background-color:#ffffff;color:#212121}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle:not(.wmc-currency-trigger-click) .wmc-currency-wrapper:hover .wmc-sub-currency,.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle.wmc-currency-trigger-click .wmc-sub-currency{animation: height_slide 100ms;}@keyframes height_slide {0% {height: 0;} 100% {height: 100%;} }
/* [/inline: after] */
/*!/wp-content/plugins/woo-multi-currency/css/flags-64.min.css*/
.vi-flag,.vi-flag-64{display:inline-block;background-repeat:no-repeat}.vi-flag-64{display:inline-block!important;width:60px!important;height:40px!important;background-image:url(/wp-content/plugins/woo-multi-currency/css/../css/images/flags-64.png)!important;background-size:1088px 1024px}.vi-flag-64.flag-unknown{background-position:0 0}.vi-flag-64.flag-abkhazia{background-position:0-64px}.vi-flag-64.flag-basque-country{background-position:-64px 0}.vi-flag-64.flag-british-antarctic-territory{background-position:-128px 0}.vi-flag-64.flag-commonwealth{background-position:-192px 0}.vi-flag-64.flag-england{background-position:-256px 0}.vi-flag-64.flag-gosquared{background-position:-320px 0}.vi-flag-64.flag-kosovo{background-position:-384px 0}.vi-flag-64.flag-mars{background-position:-448px 0}.vi-flag-64.flag-nagorno-karabakh{background-position:-512px 0}.vi-flag-64.flag-nato{background-position:-576px 0}.vi-flag-64.flag-northern-cyprus{background-position:-640px 0}.vi-flag-64.flag-olympics{background-position:-704px 0}.vi-flag-64.flag-red-cross{background-position:-768px 0}.vi-flag-64.flag-scotland{background-position:-832px 0}.vi-flag-64.flag-somaliland{background-position:-896px 0}.vi-flag-64.flag-south-ossetia{background-position:-960px 0}.vi-flag-64.flag-united-nations{background-position:-1024px 0}.vi-flag-64.flag-wales{background-position:-64px -64px}.vi-flag-64.flag-ad{background-position:-128px -64px}.vi-flag-64.flag-ae{background-position:-192px -64px}.vi-flag-64.flag-af{background-position:-256px -64px}.vi-flag-64.flag-ag{background-position:-320px -64px}.vi-flag-64.flag-ai{background-position:-384px -64px}.vi-flag-64.flag-al{background-position:-448px -64px}.vi-flag-64.flag-am{background-position:-512px -64px}.vi-flag-64.flag-an{background-position:-576px -64px}.vi-flag-64.flag-ao{background-position:-640px -64px}.vi-flag-64.flag-aq{background-position:-704px -64px}.vi-flag-64.flag-ar{background-position:-768px -64px}.vi-flag-64.flag-as{background-position:-832px -64px}.vi-flag-64.flag-at{background-position:-896px -64px}.vi-flag-64.flag-au,.vi-flag-64.flag-hm{background-position:-960px -64px}.vi-flag-64.flag-aw{background-position:-1024px -64px}.vi-flag-64.flag-ax{background-position:0-128px}.vi-flag-64.flag-az{background-position:-64px -128px}.vi-flag-64.flag-ba{background-position:-128px -128px}.vi-flag-64.flag-bb{background-position:-192px -128px}.vi-flag-64.flag-bd{background-position:-256px -128px}.vi-flag-64.flag-be{background-position:-320px -128px}.vi-flag-64.flag-bf{background-position:-384px -128px}.vi-flag-64.flag-bg{background-position:-448px -128px}.vi-flag-64.flag-bh{background-position:-512px -128px}.vi-flag-64.flag-bi{background-position:-576px -128px}.vi-flag-64.flag-bj{background-position:-640px -128px}.vi-flag-64.flag-bl{background-position:-704px -128px}.vi-flag-64.flag-bm{background-position:-768px -128px}.vi-flag-64.flag-bn{background-position:-832px -128px}.vi-flag-64.flag-bo{background-position:-896px -128px}.vi-flag-64.flag-br{background-position:-960px -128px}.vi-flag-64.flag-bs{background-position:-1024px -128px}.vi-flag-64.flag-bt{background-position:0-192px}.vi-flag-64.flag-bw{background-position:-64px -192px}.vi-flag-64.flag-by{background-position:-128px -192px}.vi-flag-64.flag-bz{background-position:-192px -192px}.vi-flag-64.flag-ca{background-position:-256px -192px}.vi-flag-64.flag-cc{background-position:-320px -192px}.vi-flag-64.flag-cd{background-position:-384px -192px}.vi-flag-64.flag-cf{background-position:-448px -192px}.vi-flag-64.flag-cg{background-position:-512px -192px}.vi-flag-64.flag-ch{background-position:-576px -192px}.vi-flag-64.flag-ci{background-position:-640px -192px}.vi-flag-64.flag-ck{background-position:-704px -192px}.vi-flag-64.flag-cl{background-position:-768px -192px}.vi-flag-64.flag-cm{background-position:-832px -192px}.vi-flag-64.flag-cn{background-position:-896px -192px}.vi-flag-64.flag-co{background-position:-960px -192px}.vi-flag-64.flag-cr{background-position:-1024px -192px}.vi-flag-64.flag-cu{background-position:0-256px}.vi-flag-64.flag-cv{background-position:-64px -256px}.vi-flag-64.flag-cw{background-position:-128px -256px}.vi-flag-64.flag-cx{background-position:-192px -256px}.vi-flag-64.flag-cy{background-position:-256px -256px}.vi-flag-64.flag-cz{background-position:-320px -256px}.vi-flag-64.flag-de{background-position:-384px -256px}.vi-flag-64.flag-dj{background-position:-448px -256px}.vi-flag-64.flag-dk{background-position:-512px -256px}.vi-flag-64.flag-dm{background-position:-576px -256px}.vi-flag-64.flag-do{background-position:-640px -256px}.vi-flag-64.flag-dz{background-position:-704px -256px}.vi-flag-64.flag-ec{background-position:-768px -256px}.vi-flag-64.flag-ee{background-position:-832px -256px}.vi-flag-64.flag-eg{background-position:-896px -256px}.vi-flag-64.flag-eh{background-position:-960px -256px}.vi-flag-64.flag-er{background-position:-1024px -256px}.vi-flag-64.flag-es{background-position:0-320px}.vi-flag-64.flag-et{background-position:-64px -320px}.vi-flag-64.flag-eu{background-position:-128px -320px}.vi-flag-64.flag-fi{background-position:-192px -320px}.vi-flag-64.flag-fj{background-position:-256px -320px}.vi-flag-64.flag-fk{background-position:-320px -320px}.vi-flag-64.flag-fm{background-position:-384px -320px}.vi-flag-64.flag-fo{background-position:-448px -320px}.vi-flag-64.flag-fr{background-position:-512px -320px}.vi-flag-64.flag-ga{background-position:-576px -320px}.vi-flag-64.flag-gb{background-position:-640px -320px}.vi-flag-64.flag-gd{background-position:-704px -320px}.vi-flag-64.flag-ge{background-position:-768px -320px}.vi-flag-64.flag-gg{background-position:-832px -320px}.vi-flag-64.flag-gh{background-position:-896px -320px}.vi-flag-64.flag-gi{background-position:-960px -320px}.vi-flag-64.flag-gl{background-position:-1024px -320px}.vi-flag-64.flag-gm{background-position:0-384px}.vi-flag-64.flag-gn{background-position:-64px -384px}.vi-flag-64.flag-gq{background-position:-128px -384px}.vi-flag-64.flag-gr{background-position:-192px -384px}.vi-flag-64.flag-gs{background-position:-256px -384px}.vi-flag-64.flag-gt{background-position:-320px -384px}.vi-flag-64.flag-gu{background-position:-384px -384px}.vi-flag-64.flag-gw{background-position:-448px -384px}.vi-flag-64.flag-gy{background-position:-512px -384px}.vi-flag-64.flag-hk{background-position:-576px -384px}.vi-flag-64.flag-hn{background-position:-640px -384px}.vi-flag-64.flag-hr{background-position:-704px -384px}.vi-flag-64.flag-ht{background-position:-768px -384px}.vi-flag-64.flag-hu{background-position:-832px -384px}.vi-flag-64.flag-ic{background-position:-896px -384px}.vi-flag-64.flag-id{background-position:-960px -384px}.vi-flag-64.flag-ie{background-position:-1024px -384px}.vi-flag-64.flag-il{background-position:0-448px}.vi-flag-64.flag-im{background-position:-64px -448px}.vi-flag-64.flag-in{background-position:-128px -448px}.vi-flag-64.flag-iq{background-position:-192px -448px}.vi-flag-64.flag-ir{background-position:-256px -448px}.vi-flag-64.flag-is{background-position:-320px -448px}.vi-flag-64.flag-it{background-position:-384px -448px}.vi-flag-64.flag-je{background-position:-448px -448px}.vi-flag-64.flag-jm{background-position:-512px -448px}.vi-flag-64.flag-jo{background-position:-576px -448px}.vi-flag-64.flag-jp{background-position:-640px -448px}.vi-flag-64.flag-ke{background-position:-704px -448px}.vi-flag-64.flag-kg{background-position:-768px -448px}.vi-flag-64.flag-kh{background-position:-832px -448px}.vi-flag-64.flag-ki{background-position:-896px -448px}.vi-flag-64.flag-km{background-position:-960px -448px}.vi-flag-64.flag-kn{background-position:-1024px -448px}.vi-flag-64.flag-kp{background-position:0-512px}.vi-flag-64.flag-kr{background-position:-64px -512px}.vi-flag-64.flag-kw{background-position:-128px -512px}.vi-flag-64.flag-ky{background-position:-192px -512px}.vi-flag-64.flag-kz{background-position:-256px -512px}.vi-flag-64.flag-la{background-position:-320px -512px}.vi-flag-64.flag-lb{background-position:-384px -512px}.vi-flag-64.flag-lc{background-position:-448px -512px}.vi-flag-64.flag-li{background-position:-512px -512px}.vi-flag-64.flag-lk{background-position:-576px -512px}.vi-flag-64.flag-lr{background-position:-640px -512px}.vi-flag-64.flag-ls{background-position:-704px -512px}.vi-flag-64.flag-lt{background-position:-768px -512px}.vi-flag-64.flag-lu{background-position:-832px -512px}.vi-flag-64.flag-lv{background-position:-896px -512px}.vi-flag-64.flag-ly{background-position:-960px -512px}.vi-flag-64.flag-ma{background-position:-1024px -512px}.vi-flag-64.flag-mc{background-position:0-576px}.vi-flag-64.flag-md{background-position:-64px -576px}.vi-flag-64.flag-me{background-position:-128px -576px}.vi-flag-64.flag-mf{background-position:-192px -576px}.vi-flag-64.flag-mg{background-position:-256px -576px}.vi-flag-64.flag-mh{background-position:-320px -576px}.vi-flag-64.flag-mk{background-position:-384px -576px}.vi-flag-64.flag-ml{background-position:-448px -576px}.vi-flag-64.flag-mm{background-position:-512px -576px}.vi-flag-64.flag-mn{background-position:-576px -576px}.vi-flag-64.flag-mo{background-position:-640px -576px}.vi-flag-64.flag-mp{background-position:-704px -576px}.vi-flag-64.flag-mq{background-position:-768px -576px}.vi-flag-64.flag-mr{background-position:-832px -576px}.vi-flag-64.flag-ms{background-position:-896px -576px}.vi-flag-64.flag-mt{background-position:-960px -576px}.vi-flag-64.flag-mu{background-position:-1024px -576px}.vi-flag-64.flag-mv{background-position:0-640px}.vi-flag-64.flag-mw{background-position:-64px -640px}.vi-flag-64.flag-mx{background-position:-128px -640px}.vi-flag-64.flag-my{background-position:-192px -640px}.vi-flag-64.flag-mz{background-position:-256px -640px}.vi-flag-64.flag-na{background-position:-320px -640px}.vi-flag-64.flag-nc{background-position:-384px -640px}.vi-flag-64.flag-ne{background-position:-448px -640px}.vi-flag-64.flag-nf{background-position:-512px -640px}.vi-flag-64.flag-ng{background-position:-576px -640px}.vi-flag-64.flag-ni{background-position:-640px -640px}.vi-flag-64.flag-nl{background-position:-704px -640px}.vi-flag-64.flag-bv,.vi-flag-64.flag-no{background-position:-768px -640px}.vi-flag-64.flag-np{background-position:-832px -640px}.vi-flag-64.flag-nr{background-position:-896px -640px}.vi-flag-64.flag-nu{background-position:-960px -640px}.vi-flag-64.flag-nz{background-position:-1024px -640px}.vi-flag-64.flag-om{background-position:0-704px}.vi-flag-64.flag-pa{background-position:-64px -704px}.vi-flag-64.flag-pe{background-position:-128px -704px}.vi-flag-64.flag-pf{background-position:-192px -704px}.vi-flag-64.flag-pg{background-position:-256px -704px}.vi-flag-64.flag-ph{background-position:-320px -704px}.vi-flag-64.flag-pirate-black{background-position:-384px -704px}.vi-flag-64.flag-pirate-white{background-position:-448px -704px}.vi-flag-64.flag-pk{background-position:-512px -704px}.vi-flag-64.flag-pl{background-position:-576px -704px}.vi-flag-64.flag-pn{background-position:-640px -704px}.vi-flag-64.flag-pr{background-position:-704px -704px}.vi-flag-64.flag-ps{background-position:-768px -704px}.vi-flag-64.flag-pt{background-position:-832px -704px}.vi-flag-64.flag-pw{background-position:-896px -704px}.vi-flag-64.flag-py{background-position:-960px -704px}.vi-flag-64.flag-qa{background-position:-1024px -704px}.vi-flag-64.flag-ro{background-position:0-768px}.vi-flag-64.flag-rs{background-position:-64px -768px}.vi-flag-64.flag-ru{background-position:-128px -768px}.vi-flag-64.flag-rw{background-position:-192px -768px}.vi-flag-64.flag-sa{background-position:-256px -768px}.vi-flag-64.flag-sb{background-position:-320px -768px}.vi-flag-64.flag-sc{background-position:-384px -768px}.vi-flag-64.flag-sd{background-position:-448px -768px}.vi-flag-64.flag-se{background-position:-512px -768px}.vi-flag-64.flag-sg{background-position:-576px -768px}.vi-flag-64.flag-sh{background-position:-640px -768px}.vi-flag-64.flag-si{background-position:-704px -768px}.vi-flag-64.flag-sk{background-position:-768px -768px}.vi-flag-64.flag-sl{background-position:-832px -768px}.vi-flag-64.flag-sm{background-position:-896px -768px}.vi-flag-64.flag-sn{background-position:-960px -768px}.vi-flag-64.flag-so{background-position:-1024px -768px}.vi-flag-64.flag-sr{background-position:0-832px}.vi-flag-64.flag-ss{background-position:-64px -832px}.vi-flag-64.flag-st{background-position:-128px -832px}.vi-flag-64.flag-sv{background-position:-192px -832px}.vi-flag-64.flag-sy{background-position:-256px -832px}.vi-flag-64.flag-sz{background-position:-320px -832px}.vi-flag-64.flag-tc{background-position:-384px -832px}.vi-flag-64.flag-td{background-position:-448px -832px}.vi-flag-64.flag-tf{background-position:-512px -832px}.vi-flag-64.flag-tg{background-position:-576px -832px}.vi-flag-64.flag-th{background-position:-640px -832px}.vi-flag-64.flag-tj{background-position:-704px -832px}.vi-flag-64.flag-tk{background-position:-768px -832px}.vi-flag-64.flag-tl{background-position:-832px -832px}.vi-flag-64.flag-tm{background-position:-896px -832px}.vi-flag-64.flag-tn{background-position:-960px -832px}.vi-flag-64.flag-to{background-position:-1024px -832px}.vi-flag-64.flag-tr{background-position:0-896px}.vi-flag-64.flag-tt{background-position:-64px -896px}.vi-flag-64.flag-tv{background-position:-128px -896px}.vi-flag-64.flag-tw{background-position:-192px -896px}.vi-flag-64.flag-tz{background-position:-256px -896px}.vi-flag-64.flag-ua{background-position:-320px -896px}.vi-flag-64.flag-ug{background-position:-384px -896px}.vi-flag-64.flag-us{background-position:-448px -896px}.vi-flag-64.flag-uy{background-position:-512px -896px}.vi-flag-64.flag-uz{background-position:-576px -896px}.vi-flag-64.flag-va{background-position:-640px -896px}.vi-flag-64.flag-vc{background-position:-704px -896px}.vi-flag-64.flag-ve{background-position:-768px -896px}.vi-flag-64.flag-vg{background-position:-832px -896px}.vi-flag-64.flag-vi{background-position:-896px -896px}.vi-flag-64.flag-vn{background-position:-960px -896px}.vi-flag-64.flag-vu{background-position:-1024px -896px}.vi-flag-64.flag-xbt{background-position:-448px -960px}.vi-flag-64.flag-eth{background-position:-512px -960px}.vi-flag-64.flag-zm{background-position:-320px -960px}.vi-flag-64.flag-gf{background-position:-576px -960px}.vi-flag-64.flag-gp,.vi-flag-64.flag-re{background-position:-512px -320px}.vi-flag-64.flag-yt{background-position:-192px -960px}.vi-flag-64.flag-ws{background-position:-64px -960px}.vi-flag-64.flag-za{background-position:-256px -960px}.vi-flag-64.flag-sj{background-position:-768px -640px}.vi-flag-64.flag-wf{background-position:0-960px}.vi-flag-64.flag-ye{background-position:-128px -960px}.vi-flag-64.flag-zw{background-position:-384px -960px}.vi-flag-64.flag-pm{background-position:-640px -960px}
/*!/wp-content/plugins/disable-payment-method-for-woocommerce-pro/public/css/style.css*/
.pi-cod-deposit-container {
    padding: 20px 20px 20px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-family: sans-serif;
    border-width: 2px;
    border-style:solid;
    cursor:pointer;
}

.pi-cod-deposit-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pi-checkmark {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 2px;
}



.pi-partial-pay-description-container {
    --wd-tags-mb: 10px;
    position: relative;
    margin-top: 15px;
    padding: 15px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    border-radius: 6px;
}

.pi-partial-pay-description-container:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #eee;
    position: absolute;
    top: -15px;
}

.pi-partial-pay-description-container.pi-desc-active {
    display: block;
}

.pi-partial-pay-description-container span.amount {
    font-weight: bold;
}

.pi-processing{
	position:relative;
}

.pi-processing:before{
	content:"";
	background:rgba(200,200,200,0.3);
	position:absolute;
	width:100%;
	height:100%;
    z-index:1000000;
}

body.pi-dpmw-processing button.wc-block-components-checkout-place-order-button{
    pointer-events: none;
    opacity:0.5;
}

body.pi-dpmw-partial-payment-after-payment-method .wc_payment_methods.payment_methods{
    display:flex;
    flex-direction:column;
}

body.pi-dpmw-partial-payment-after-payment-method .pi-cod-deposit-container{
    margin-top:20px;
    order:60;
}

body.pi-dpmw-partial-payment-after-payment-method .pi-partial-pay-description-container {
    order:61;
}
/*!/wp-content/plugins/wcboost-wishlist/assets/css/wishlist.css*/
﻿:root{--wcboost-flyout-notices-gap: 0.625rem;--wcboost-wishlist-button-color--text: #fff;--wcboost-wishlist-button-color--border: #333;--wcboost-wishlist-button-color--background: #333;--wcboost-wishlist-button-hover-color--text: #fff;--wcboost-wishlist-button-hover-color--border: #111;--wcboost-wishlist-button-hover-color--background: #111;--wcboost-wishlist-share-button-background: #eee}.wcboost-flyout-notices-container{position:fixed;top:0;right:0;display:flex;flex-direction:column;align-items:flex-end;gap:var(--wcboost-flyout-notices-gap);z-index:9999;padding:1rem}.wcboost-flyout-notice{box-shadow:0 4px 8px rgba(0,0,0,.1)}.wcboost-flyout-notice>:first-child{margin-top:0}.wcboost-flyout-notice>:last-child{margin-bottom:0}.wcboost-wishlist-share-notice{color:#fff;background-color:rgba(0,0,0,.7);padding:.625rem;display:flex}.wcboost-wishlist-share-notice input[type=text]{width:300px;max-width:100%;padding:5px;border:0;box-shadow:none;background-color:rgba(0,0,0,0)}.wcboost-wishlist-share-notice__close{text-indent:-999em;display:inline-block;min-width:30px;overflow:hidden;cursor:pointer;position:relative}.wcboost-wishlist-share-notice__close::before{content:"×";display:block;color:#fff;font-size:20px;position:absolute;top:0;left:0;width:100%;height:100%;text-indent:0;text-align:center}.wcboost-wishlist-header{margin-bottom:2em}.wcboost-wishlist-title{font-size:1.5em}.wcboost-wishlist__item .product-thumbnail img{max-width:5em;height:auto}.wcboost-wishlist__item .product-remove{vertical-align:middle}.wcboost-wishlist__item .product-add-to-cart{text-align:right}.wishlist-share__buttons{list-style:none;margin:0;padding:0}.wishlist-share__buttons li{display:inline-block;margin:0 .14em .3em 0}.wishlist-share__buttons a{color:inherit;text-decoration:none;display:inline-block;padding:0.6180469716em;background-color:var(--wcboost-wishlist-share-button-background)}.wishlist-share__buttons svg{width:1em;height:auto;margin-right:.25em;vertical-align:-0.125em}.entry-content .wishlist-share__buttons li a{text-decoration:none}.wcboost-wishlist-actions{text-align:right}.wcboost-wishlist-edit-link-wrapper{margin:1.5em 0}.wcboost-wishlist-button__icon{margin-right:.4em}.wcboost-wishlist-button__icon img,.wcboost-wishlist-button__icon svg{vertical-align:-0.125em;width:1em;height:auto}.wcboost-wishlist-button__icon svg{fill:currentColor}.wcboost-wishlist-button__icon img{display:inline}.wcboost-wishlist-button.disabled{opacity:.75}.wcboost-wishlist-button--text{display:inline-block;margin:.5em}.wcboost-wishlist-button.loading .wcboost-wishlist-button__icon svg{animation:wcboost-spin .75s linear infinite}@-webkit-keyframes wcboost-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes wcboost-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.woocommerce .wcboost-wishlist-button--custom{color:var(--wcboost-wishlist-button-color--text);border:1px solid;border-color:var(--wcboost-wishlist-button-color--border);background-color:var(--wcboost-wishlist-button-color--background);transition:.1s ease-in}.woocommerce .wcboost-wishlist-button--custom:hover{color:var(--wcboost-wishlist-button-hover-color--text);border-color:var(--wcboost-wishlist-button-hover-color--border);background-color:var(--wcboost-wishlist-button-hover-color--background)}.wcboost-wishlist-form-edit .form-row--wishlist-privacy .woocommerce-input-wrapper{display:block}.wcboost-wishlist-form-edit .form-row--wishlist-privacy .woocommerce-input-wrapper label{display:inline;margin-left:6px}.wcboost-wishlist-form-edit .form-row--wishlist-privacy .woocommerce-input-wrapper label::after{content:"";display:block;white-space:pre}.wcboost-wishlist-form-edit .form-row--wishlist-privacy .woocommerce-input-wrapper .required{display:none}.wcboost-wishlist-form-edit-actions{display:flex;flex-direction:column;gap:1rem}.wcboost-wishlist-form-edit-actions .wcboost-wishlist-remove-link{margin-top:4rem;color:#c91c00}@media(min-width: 768px){.wcboost-wishlist-form-edit-actions{flex-direction:row;align-items:center}.wcboost-wishlist-form-edit-actions .wcboost-wishlist-remove-link{margin:0 0 0 auto}}ul.products li.product .wcboost-wishlist-button img{display:inline;margin:0}.theme-twentytwentytwo .wishlist_table th,.theme-twentytwentytwo .wishlist_table td{padding:1rem 0 .5rem 1rem}.theme-twentytwentytwo .wcboost-wishlist-button{line-height:normal}.theme-twentytwentytwo .wcboost-wishlist-button--text{margin:1rem}.wcboost-wishlist-widget-item{position:relative;margin:1em 0}.wcboost-wishlist-widget-item::after{content:"";display:block;clear:both}.wcboost-wishlist-widget-item img{max-width:60px;margin-right:1em;float:left}.wcboost-wishlist-widget-item a.remove{line-height:1;text-decoration:none;position:absolute;left:0;top:0;min-width:1em;min-height:1em;border-radius:50%;transform:translate(-50%, -50%)}.wcboost-wishlist-widget-item__price,.wcboost-wishlist-widget-item__quantity,.wcboost-wishlist-widget-item__stock,.wcboost-wishlist-widget-item__date,.wcboost-wishlist-widget-item__add-to-cart{display:block}
/*!/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-fonts.css*/
@font-face {
  font-family: 'Easy-Login';
  src:  url('/wp-content/plugins/easy-login-woocommerce/assets/css/../fonts/Easy-Login.eot?oy4gsz');
  src:  url('/wp-content/plugins/easy-login-woocommerce/assets/css/../fonts/Easy-Login.eot?oy4gsz#iefix') format('embedded-opentype'),
    url('/wp-content/plugins/easy-login-woocommerce/assets/css/../fonts/Easy-Login.ttf?oy4gsz') format('truetype'),
    url('/wp-content/plugins/easy-login-woocommerce/assets/css/../fonts/Easy-Login.woff?oy4gsz') format('woff'),
    url('/wp-content/plugins/easy-login-woocommerce/assets/css/../fonts/Easy-Login.svg?oy4gsz#Easy-Login') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="xoo-el-icon-"], [class*=" xoo-el-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Easy-Login' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xoo-el-icon-check-badge:before {
  content: "\e908";
}
.xoo-el-icon-check-circle:before {
  content: "\e909";
}
.xoo-el-icon-checkmark:before {
  content: "\e900";
}
.xoo-el-icon-eye:before {
  content: "\e901";
}
.xoo-el-icon-cross:before {
  content: "\e907";
}
.xoo-el-icon-spinner8:before {
  content: "\e981";
}
.xoo-el-icon-eye-blocked:before {
  content: "\e9d1";
}
.xoo-el-icon-cancel-circle:before {
  content: "\ea0d";
}
.xoo-el-icon-arrow-left2:before {
  content: "\ea40";
}
.xoo-el-icon-user-plus:before {
  content: "\e904";
}
.xoo-el-icon-user:before {
  content: "\e905";
}
.xoo-el-icon-checkmark1:before {
  content: "\e906";
}
.xoo-el-icon-notice:before {
  content: "\e902";
}
.xoo-el-icon-notice1:before {
  content: "\e903";
}
/*!/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css*/
.xoo-el-opac, .xoo-el-notice-opac {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    right: 0;
    background-color: black;
    opacity: 0;
    transition: all 0.2s ease-out
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-modal, .xoo-el-notice-modal {
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000;
    overflow: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.xoo-el-inmodal .scroll-content {
    height: 100%;
}

.xoo-el-modal:before, .xoo-el-notice-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal, .xoo-el-notice-inmodal {
    display: inline-block;
    background: #fff;
    position: relative;
    vertical-align: middle;
    width: 90%;
    text-align: left;
    border-radius: 10px;
    height: 90%;
}

.xoo-el-srcont {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
}

.xoo-el-container:not(.xoo-el-style-slider).xoo-el-popup-active .xoo-el-modal {
    opacity: 1;
    transform: scale(1);
}

.xoo-el-popup-active.xoo-el-container {
    visibility: visible!important;
    font-size: 15px;
}

.xoo-el-container {
    visibility: hidden;
}

span.xoo-el-close, .xoo-el-notice-close {
    font-size: 17px;
    position: absolute;
    right: -9px;
    top: -12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    box-shadow: -1px 2px 10px rgba(0, 0, 0, .17);
}

span.xoo-el-close:hover, .xoo-el-notice-close:hover {
    color: #e63030;
}

.xoo-el-head span {
    display: block;
}

.xoo-el-head {
    display: table;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    clear: both;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 8px 0;
    padding: 5px 20px;
    justify-self: center;
    margin-right: 20px;
}

body.xoo-el-popup-active, body.xoo-el-popup-notice-active {
    overflow-y: hidden;
}

.xoo-el-notice {
    display: none;
    width: calc(100% - 20px);
    margin-bottom: 15px;
}

.xoo-el-notice-error{
    background: #FEF2F2;
    border: 1px solid #FECACA;
    color: #7F1D1D;
}

.xoo-el-notice-success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #BFE8CB;
}

.xoo-el-notice-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.xoo-el-notice-error , .xoo-el-notice-success, .xoo-el-notice-warning {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 15px;
    border-radius: 14px;
}



.xoo-el-main .xoo-el-notice a{
    color: inherit;
}

.xoo-el-noticetxt p {
    margin: 0;
}

.xoo-aff-group.xoo-el-login-btm-fields {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 14px;
    justify-content: space-between;
}

.xoo-aff-group.xoo-el-login-btm-fields .xoo-el-form-label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.xoo-el-section {
    display: none;
}

.xoo-el-section.xoo-el-active {
    display: block;
}

.xoo-el-switch {
    cursor: pointer;
}

.xoo-el-lostpw-tgr , .xoo-el-login-tgr , .xoo-el-reg-tgr {
    cursor: pointer;
}

.xoo-el-head-nav {
    text-decoration: underline;
}

.xoo-el-form-txt {
    margin-bottom: 10px;
    display: block;
}

.xoo-el-head-action a {
    margin: 0 5px;
}

.xoo-el-action-form > a.xoo-el-lostpw-tgr {
    display: table;
    float: right;
    margin-top: -5px;
    clear: both;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 5px;
}

.xoo-el-head-action a:hover {
    text-decoration: underline;
}

.xoo-el-notice a.xoo-el-lostpw-tgr {
    margin-left: 5px;
    text-decoration: underline;
}

.xoo-el-lostpw-success .woocommerce-message {
    margin: 0 0 10px 0;
}

.xoo-el-sidebar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.xoo-el-wrap {
    min-height: 100%;
    display: flex;
    width: 100%;
    height: 100%;
}

.xoo-el-main {
    position: relative;
    vertical-align: top;
    height: auto;
}

@media only screen and (max-width: 769px) {
    .xoo-el-sidebar {
        display: none;
    }

    .xoo-el-wrap , .xoo-el-main {
        display: block;
        width: auto;
    }
    .xoo-el-srcont{
        border-radius: 10px;
    }
}

label.xoo-el-form-label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}

a.xoo-el-lostpw-tgr {
    margin: 0;
}

.xoo-el-header-icon {
    position: absolute;
    font-size: 56px;
    top: -30px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.xoo-el-recaptcha {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;
    &.strong {
        background-color: #c1e1b9;
        border-color: #83c373;
    }

    &.short {
        background-color: #f1adad;
        border-color: #e35b5b;
    }

    &.bad {
        background-color: #fbc5a9;
        border-color: #f78b53;
    }

    &.good {
        background-color: #ffe399;
        border-color: #ffc733;
    }
}

.woocommerce-password-hint {
    margin: 0.5em 0 0;
    display: block;
}

.xoo-el-fields {
    position: relative;
    z-index: 1;
}

.xoo-el-popover>.xoo-el-arrow, .xoo-el-popover>.xoo-el-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.xoo-el-popover>.xoo-el-arrow {
    border-width: 11px;
    bottom: -10px;
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.xoo-el-popover {
    position: absolute;
    right: 20px;
    top: -96px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 14px;
    display: none;
    z-index: 99;
}

span.xoo-el-pm-head {
    display: block;
    padding: 10px;
}

span.xoo-el-pm-strength {
    display: block;
    padding: 10px;
}

.xoo-el-password-meter.bad .xoo-el-pm-head , .xoo-el-password-meter.short .xoo-el-pm-head {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.xoo-el-password-meter.good .xoo-el-pm-head {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.xoo-el-password-meter.strong .xoo-el-pm-head {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.xoo-el-section-login .xoo-el-notice br+br {
    display: none;
}

span.xoo-el-loginvia {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #777;
}

.xoo-el-section.xoo-el-section-lostpw {
    padding-right: 20px;
}

/* Header */
.xoo-el-form-container ul.xoo-el-tabs {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    padding: 0 20px 16px;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    padding: 12px 20px;
    flex-grow: 1;
    flex-basis: auto;
    text-align: center;
    cursor: pointer;
    list-style: none;
    margin: 0;
    transition: all 0.2s;
}

body:not(.rtl) ul.xoo-el-tabs li:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

body:not(.rtl) ul.xoo-el-tabs li:nth-child(2) {
    border-radius: 0 5px 5px 0;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    font-weight: 600;
    pointer-events: none;
}

.xoo-el-section {
    padding-left: 20px;
}

.xoo-el-username-menu img.avatar, .xoo-el-firstname-menu img.avatar {
    width: 15px;
    margin-right: 6px;
    height: auto;
    display: inline;
    vertical-align: middle;
}

/** -- */
.xoo-el-uv-cont span:first-of-type {
    font-size: 30px;
    display: block;
    text-align: center;
}

.xoo-el-uv-cont span:last-of-type {
    font-size: 16px;
    line-height: 37px;
    margin-top: 9px;
}

.xoo-el-form-container {
    padding-bottom: 0;
}

.xoo-el-form-container.xoo-el-form-inline {
    max-width: 700px;
    margin: 10px auto;
}

.xoo-el-processing {
    pointer-events: none;
}


.xoo-el-login-btm-fields label {
}

.xoo-aff-input-group svg.xoo-aff-input-icon {
    padding: 10px;
    max-width: 35px;
    min-width: 35px;
}

.xoo-el-srcont::-webkit-scrollbar, .xoo-el-popup-notice::-webkit-scrollbar {
    width: 7px;
}

.xoo-el-srcont::-webkit-scrollbar-track. .xoo-el-popup-notice::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f0f0f0;
}

.xoo-el-srcont::-webkit-scrollbar-thumb, .xoo-el-popup-notice::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #dfdbdb
}

.xoo-aff-myacc-field {
    margin: 0 0 1.41575em;
}

.xoo-aff-myacc-field .select2-container {
    max-width: 100%;
}

span.xoo-el-resetpw-hnotice {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: underline;
    opacity: 0.8;
    font-style: italic;
}

.xoo-el-form-container[data-active="resetpw"] .xoo-el-resetpw-hnotice {
    display: none;
}

.xoo-el-form-resetpw .xoo-el-form-txt {
    margin-bottom: 20px;
    font-style: italic;
    text-align: center;
}

form.xoo-el-action-form {
    margin-top: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    body .xoo-el-main {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.xoo-el-form-container[data-active="single"] .xoo-el-header {
    display: none;
}

span.xoo-el-nav-ft {
    text-align: center;
    display: block;
    margin: 10px 20px 0 0;
}


.xoo-el-sing-fields {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

img.xoo-el-head-img {
    display: table;
    margin: 0 auto 30px;
}

span.xoo-el-edit-em {
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    cursor: pointer;
}

.xoo-el-section[data-section="single"] .xoo-el-notice {
    margin-bottom: -10px;
}

/** Slider **/
.xoo-el-style-slider .xoo-el-sidebar {
    display: none;
}

.xoo-el-style-slider .xoo-el-modal:before {
    display: none;
}

.xoo-el-style-slider .xoo-el-modal {
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000000000;
    transition: all 0.5s;
    right: 0;
    width: 100%;
}

.xoo-el-style-slider.xoo-el-popup-active .xoo-el-modal {
    transform: none;
}

.xoo-el-style-slider .xoo-el-inmodal {
    height: 100%;
    max-height: 100%;
    margin-top: 0;
}

.xoo-el-style-slider .xoo-el-srcont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xoo-el-style-slider .xoo-el-main {
    height: auto;
    overflow: auto;
    width: 100%;
}

.xoo-el-style-slider span.xoo-el-close {
    top: 10px;
    right: 10px;
}

.xoo-el-spinner {
    animation: xoo-el-spin 2s linear infinite;
    display: inline-block;
}

@keyframes xoo-el-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.xoo-el-form-container[data-active="single"] img.xoo-el-head-img {
    margin-bottom: 20px;
}

body.rtl .xoo-el-section {
    padding-right: 20px;
    padding-left: 0;
}

body.rtl .xoo-aff-group:not(.xoo-aff-cont-tel) span.xoo-el-edit-em {
    left: 10px;
    right: auto;
}

body.rtl .xoo-el-form-container {
    text-align: right;
}

body.rtl .xoo-aff-cont-tel .xoo-aff-input-group .xoo-el-edit-em {
    right: 55px;
}

body.rtl .xoo-aff-cont-tel .xoo-aff-input-group {
    direction: rtl;
}

body.rtl .xoo-el-form-container button.button.btn.xoo-el-action-btn, body.rtl .xoo-el-form-container button.button.btn.xoo-ml-login-otp-btn{
    margin-left: 20px;
    margin-right: 0;
}



body.rtl ul.xoo-el-tabs li:nth-child(1) {
    border-radius: 0 5px 5px 0;
}

body.rtl ul.xoo-el-tabs li:nth-child(2) {
    border-radius: 5px 0 0 5px;
}

.xoo-aff-group {
    align-self: flex-end;
}

.xoo-el-fields-cont {
    display: flex;
    flex-wrap: wrap;
}

.xoo-el-popup-active .select2-dropdown {
    z-index: 99999999999!important;
}

.xoo-el-popup-active.xoo-el-container {
    content-visibility: visible!important;
}

.xoo-ff-files {
    display: flex;
    flex-direction: column;
    line-break: anywhere;
    margin-top: 10px;
}

.xoo-ff-files a {
    padding: 2px 0;
}

.xoo-ff-files > div > span {
    color: red;
    margin-left: 5px;
    font-weight: 600;
    cursor: pointer;
}

/* Notice Popup */
.xoo-el-popup-notice-active.xoo-el-popup-notice{
    content-visibility: visible!important;
    visibility: visible!important;
}

.xoo-el-notice-opac {
    opacity: 0.7;
    background-color: #000;
    z-index: 1000000;
}

.xoo-el-popup-notice-active .xoo-el-notice-modal {
    opacity: 1;
    transform: scale(1);
}

.xoo-el-notice-modal:before {
    vertical-align: middle;
}

.xoo-el-notice-inmodal {
    max-width: 1200px;
    height: 92%;
    width: 92%;
}

.xoo-el-notice-wrap iframe {
    width: 100%;
    height: 100%;
}

.xoo-el-notice-wrap {
    height: 100%;
}

.xoo-el-pop-sc {
    display: inline;
}


/** Code **/

/* OTP */
button.button.btn.xoo-el-code-submit-btn {
    margin: 40px auto 0;
}

.xoo-el-code-form .xoo-el-code-submit-btn{
    text-transform: uppercase;
}


form.xoo-el-code-form {
    text-align: center;
    display: none;
    margin: 20px 0;
    align-items: center;
}



.xoo-el-code-sent-txt {
    margin-bottom: 22px;
    font-size: 20px;
}

span.xoo-el-code-no-change {
    color: #0d81fe;
    cursor: pointer;
    margin-left: 4px;
    font-size: 80%;
    font-style: italic;
    text-decoration: underline;
}

form.xoo-el-code-form input.xoo-el-code-input:focus {
    outline: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #0d81fe;
}

form.xoo-el-code-form input.xoo-el-code-input {
    max-width: 40px;
    text-align: center;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    border-bottom: 1px solid #000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0;
    display: inline-block;
    padding: 0;
    width: 100%;
}

.xoo-el-code-notice-cont {
    margin: 0 auto 22px;
    width: 100%;
}


span.xoo-el-reg-phone-change{
    display: none;
}


a.xoo-el-code-resend-link {
    color: #0d81fe;
    text-decoration: none!important;
    cursor: pointer;
    font-size: 12px;
}

.xoo-el-code-resend {
    margin-top: 10px;
}

a.xoo-el-code-resend-link.xoo-el-disabled {
    pointer-events: none!important;
}

.xoo-el-code-input-cont {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    justify-content: center;
    margin-bottom: 35px;
}

form.xoo-el-code-form[style="display: block;"] {
    display: flex!important;
    flex-direction: column;
}
.xoo-el-processing{
    pointer-events: none;
    opacity: 0.5;
}

.xoo-el-code-notice-cont .xoo-el-notice {
    margin-bottom: 0;
}

.xoo-el-form-desc{
    margin: 10px 0 20px;
}

.xoo-el-form-container ul.xoo-el-tabs li > span {
    margin: 0 6px;
}




.xoo-el-notice-icon {
    flex-shrink: 0;
    font-size: 18px;
}


body .xoo-el-form-container button.button.btn.xoo-ml-login-otp-btn{
    margin: 8px 0;
    margin-right: 20px;
}

@media only screen and (max-width: 450px) {
    .xoo-el-section{
        padding-left: 0;
    }
    .xoo-el-notice{
        width: 100%;
    }
    .xoo-el-form-container ul.xoo-el-tabs{
        padding-left: 0;
        padding-right: 0
    }
    .xoo-el-form-container button.button.btn.xoo-el-action-btn{
        width: 100%!important;
    }
}



.xoo-elpof-form-fields {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.xoo-elpof-disable{
    opacity: 0.6;
    pointer-events: none!important;
}

.xoo-elpof-notices {
    margin-bottom: 20px;
    margin-right: 20px;
}


.xoo-elpof-disable span.xoo-ff-file-remove{
    display: none;
}

.xoo-elpof-container{
    width: 100%;
    margin: 10px auto;
}
/* [inline: after] */
.xoo-el-form-container button[type="submit"].btn.button.xoo-el-action-btn{max-width:100%;width:100%;height:47px;padding:5px 10px;background-color:#36af67;color:#f7f7f7;font-weight:500;font-style:normal;font-size:15px;text-transform:capitalize;border-width:1px;border-style:solid;border-color:#dde6ed;border-radius:5px;display:flex;align-items:center;justify-content:center;}.xoo-el-form-container button[type="submit"].btn.button.xoo-el-action-btn:hover{background-color:#dde6ed;color:#27374d;border-width:1px;border-style:solid;border-color:#27374d;border-radius:5px;}.xoo-el-form-container button[type=&quot;submit&quot;].btn.button.xoo-el-action-btn{width: calc(100% - 20px );}button.xoo-el-action-btn.xoo-elpof-btn{max-width:100%;width:100%;height:47px;padding:5px 10px;background-color:#36af67;color:#f7f7f7;font-weight:500;font-style:normal;font-size:15px;text-transform:capitalize;border-width:1px;border-style:solid;border-color:#dde6ed;border-radius:5px;display:flex;align-items:center;justify-content:center;}button.xoo-el-action-btn.xoo-elpof-btn:hover{background-color:#dde6ed;color:#27374d;border-width:1px;border-style:solid;border-color:#27374d;border-radius:5px;}button.xoo-el-action-btn.xoo-elpof-btn{width: calc(100% - 20px );}
.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal{
	max-width: 880px;
	max-height: 650px;
}

.xoo-el-style-slider .xoo-el-modal{
	transform: translateX(880px);
	max-width: 880px;
}

	.xoo-el-sidebar{
		background-image: url(https://thriftrise.com/wp-content/plugins/easy-login-woocommerce/assets/images/login.jpg);
		min-width: 43%;
	}

.xoo-el-main, .xoo-el-main a , .xoo-el-main label{
	color: #000000;
}
.xoo-el-srcont{
	background-color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
	background-color: #27374d;
	color: #dde6ed;
}
.xoo-el-form-container ul.xoo-el-tabs li{
	background-color: #dde6ed;
	color: #27374d;
	font-size: 16px;
	padding: 12px 20px;
}
.xoo-el-main{
	padding: 40px 30px;
}

.xoo-el-form-container button.xoo-el-action-btn:not(.button){
    font-weight: 600;
    font-size: 15px;
}


	.xoo-el-sidebar{
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.xoo-el-srcont{
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}



	.xoo-el-modal:before {
		vertical-align: middle;
	}

	.xoo-el-style-slider .xoo-el-srcont {
		justify-content: center;
	}

	.xoo-el-style-slider .xoo-el-main{
		padding-top: 10px;
		padding-bottom: 10px; 
	}





.xoo-el-popup-active .xoo-el-opac{
    opacity: 0.7;
    background-color: #000000;
}





.xoo-elpof-container{
	max-width: 700px;
}
/* [/inline: after] */
/*!/wp-content/plugins/woocommerce/assets/css/select2.css*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#444}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#444;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:var(--wp-admin-theme-color,#0073aa);color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#444}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:var(--wp-admin-theme-color,#0073aa)}
/*!/wp-content/plugins/glozin-addons/modules/product-video/assets/product-card-video.min.css*/
.product-video-loop-thumbnail iframe,.product-video-loop-thumbnail video{width:100%;height:100%;object-fit:cover}.product-video-loop-thumbnail .glozin-i-video{position:absolute;width:40px;height:40px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:var(--gz-button-rounded)}.product-video-loop-thumbnail .glozin-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-video-loop-thumbnail .glozin-video-thumbnail{z-index:2}.product-video-loop-thumbnail .glozin-product-video-play .glozin-video-thumbnail{z-index:0}
/*!/wp-content/plugins/glozin-addons/modules/size-guide/assets/css/size-guide.css*/
.glozin-size-guide-tabs{
	display: block;
}

.glozin-size-guide-tabs__panels {
    position: relative;
}

.glozin-size-guide-tabs__panel.active {
    opacity: 1;
    display: block;
    visibility: visible;
    position: static;
    transform: scaleY(1);
}

.glozin-size-guide-tabs__panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0);
    width: 100%;
    transition: opacity 0.4s;
}

.glozin-size-guide-tabs__nav {
	list-style: none;
	display: flex;
	margin: 0 0 35px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}

.glozin-size-guide-tabs__nav li {
	font-weight: 600;
	font-size: 14px;
	color: var(--gz-color-dark);
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	padding-bottom: 8px;
	margin: 0 25px;
	position: relative;
}

.glozin-size-guide-tabs__nav li::after {
	content: '';
	position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: width 0.4s;
}

.glozin-size-guide-tabs__nav li:hover::after {
    width: 100%;
	left: 0;
}

.rtl .glozin-size-guide-tabs__nav li:hover::after {
	left: auto;
    right: 0;
}

.glozin-size-guide-tabs__nav li:last-child {
	margin-inline-end: 0;
}

.rtl .glozin-size-guide-tabs__nav li:last-child {
	margin-inline-end: 25px;
	margin-inline-start: 0;
}

.glozin-size-guide-tabs__nav li:first-child {
	margin-inline-start: 0;
}

.rtl .glozin-size-guide-tabs__nav li:first-child {
	margin-inline-start: 25px;
    margin-inline-end: 0;
}

.woocommerce-Tabs-panel--glozin_size_guide .glozin-size-guide-tabs {
	padding-bottom: 0;
}

.glozin-size-guide__name {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.glozin-size-guide-tabs__panel > *:not(.glozin-size-guide__name) {
	clear: both;
}

.glozin-size-guide__table-wrapper {
	overflow-x: auto;
}

.glozin-size-guide__table {
	border: 1px solid var(--gz-border-color);
	border-spacing: 0;
	border-collapse: collapse;
	border-radius: var(--gz-rounded-x);
	box-shadow: 0 0 0 1px var(--gz-border-color);
	width: 100%;
	line-height: 1.4;
	margin-bottom: 20px;
}

.glozin-size-guide__table td {
	border: 1px solid var(--gz-border-color);
	border-width: 0 1px 1px 0;
}

.glozin-size-guide__table th {
	border: 1px solid var(--gz-border-color);
	color: var(--gz-color-dark);
	text-align: start;
	font-weight: 600;
}

.glozin-size-guide__table th,
.glozin-size-guide__table td {
	padding: 11px 12px;
}

.glozin-size-guide--global-content > *:first-child {
	margin-top: 0;
}

.gz-size-chart-content__content > * {
	margin-top: 0;
	margin-bottom: 10px;
}

.gz-size-chart-content__content h6 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.gz-size-chart-content__content strong {
	font-weight: 600;
}

.gz-size-chart-content__content h6,
.gz-size-chart-content__content strong {
	color: var(--gz-color-dark);
}

.gz-size-chart-content__content p {
	margin-bottom: 20px;
}

.gz-size-chart-content__image {
	text-align: center;
}

/*
* Size-guide modal
*/
.size-guide-modal.modal {
	--gz-modal-content-width: 820px;
	--gz-modal-content-padding-y: 20px;
	--gz-modal-content-padding-x: 20px;
	--gz-modal-container-padding: 0;
}

.size-guide-modal.modal .modal__header {
	position: relative;
	--gz-modal-content-padding-y: 20px;
	--gz-modal-header-padding-x: 20px;
}

.size-guide-modal.modal .modal__header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--gz-border-color);
}

.size-guide-modal .modal-size-chart {
	max-height: calc( 100vh - 120px );
}

.size-guide-modal .modal__wrapper {
	display: flex;
	flex-direction: column;
	overflow-y: hidden;
}

.size-guide-modal .modal__content {
	overflow: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
	scrollbar-width: auto;
	scrollbar-color: var(--gz-color-light-grey);
}

.size-guide-modal .modal__content::-webkit-scrollbar {
	width: 4px;
	border-radius: 30px;
}

.size-guide-modal .modal__content::-webkit-scrollbar-track {
	background: var(--gz-color-light);
}

.size-guide-modal .modal__content::-webkit-scrollbar-thumb {
	background-color: var(--gz-border-color);
	border-radius: 30px;
}

.size-guide-modal .modal__content::-webkit-scrollbar-thumb:hover {
	background-color: var(--gz-color-dark);
}

table.variations tr {
	position: relative;
}

table.variations tr .size-guide-button {
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: underline;
    text-underline-offset: 4px;
	color: var(--gz-color-base);
}

table.variations tr .size-guide-button:hover {
	color: var(--gz-color-dark);
}

.rtl table.variations tr .size-guide-button {
	right: auto;
    left: 0;
}

.size-guide-button {
	display: inline-flex;
	align-items: center;
}

.size-guide-button .glozin-svg-icon {
	margin-inline-end: 12px;
}

.rtl .size-guide-button .glozin-svg-icon {
	margin-inline-start: 12px;
	margin-inline-end: 0;
}

.single-product div.product.product-type-grouped table.glozin-size-guide__table {
	border: 1px solid #cdcdcd;
}

.single-product div.product.product-type-grouped table.glozin-size-guide__table td {
	border: 1px solid #cdcdcd;
	padding: 19px 20px;
}

.single-product div.product .entry-summary .product-size-guide {
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1;
}

.single-product div.product .entry-summary .product-size-guide.bellow_price {
	margin-top: 15px;
}

.single-product div.product .entry-summary .product-size-guide.beside_attribute {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0px;
	float: right;
}

.single-product div.product .entry-summary .product-size-guide.bellow_button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.single-product div.product .product-size-guide + .product-button-wrapper,
.single-product div.product.product-type-grouped .product-size-guide + form.grouped_form {
	padding-top: 0;
}

@media (min-width: 768px) {
	.size-guide-modal.modal {
		--gz-modal-content-padding-y: 30px;
		--gz-modal-content-padding-x: 30px;
		--gz-modal-container-padding: 20px;
	}

	.size-guide-modal.modal .modal__header {
		--gz-modal-header-padding-x: 30px;
	}

    .gz-size-chart-wrapper {
		display: flex;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.size-guide-modal.modal {
		--gz-modal-content-border-radius: 15px 15px 0 0;
	}

	.size-guide-modal.modal .modal__container {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		transform: translateY(100%);
	}

	.size-guide-modal.modal.modal--open .modal__container {
		transform: none;
		animation: none;
	}

	.size-guide-modal.modal.modal--closing .modal__container {
		animation: none;
		transform: translateY(100%);
	}
}
/*!/wp-content/plugins/glozin-addons/modules/free-shipping-bar/assets/free-shipping-bar.min.css*/
:root{--gz-background-color-primary:var(--gz-color-primary);--gz-background-color-gray:#ddd}@keyframes fs-raise{0%{width:30px}100%{width:var(--gz-progress,100%)}}@keyframes fs-progress{0%{background-position:0 0}100%{background-position:-60px -60px}}@keyframes fs-flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.glozin-free-shipping-bar{display:flex;flex-wrap:wrap;justify-content:space-around;transition:var(--gz-transition)}.glozin-free-shipping-bar.gz-is-success{--gz-background-color-primary:#14854e}.glozin-free-shipping-bar__message{width:100%;margin-top:29px}.glozin-free-shipping-bar__message strong{font-weight:500;color:var(--gz-background-color-primary)}.glozin-free-shipping-bar__progress{width:100%;background-color:var(--gz-background-color-gray);display:flex;height:5px;border-radius:var(--gz-rounded-xs);position:relative}.glozin-free-shipping-bar__progress-bar{border-radius:var(--gz-rounded-xs);height:100%;position:relative;min-width:30px;width:var(--gz-progress);transition:all .5s ease .2s;display:block;height:100%;animation:fs-progress 5s linear infinite;background-color:var(--gz-background-color-primary);-webkit-background-image:linear-gradient(135deg,#ffffff26 0 25%,#fff0 25% 50%,#ffffff26 50% 75%,#fff0 75% 100%);background-image:linear-gradient(135deg,#ffffff26 0 25%,#fff0 25% 50%,#ffffff26 50% 75%,#fff0 75% 100%);background-size:40px 40px}.glozin-free-shipping-bar__icon{position:absolute;right:0;top:50%;transform:translateY(-50%);width:30px;height:30px;line-height:30px;text-align:center;transition:all .5s ease .2s}.rtl .glozin-free-shipping-bar__icon{right:auto;left:0;transform:translateY(-50%) scaleX(-1)}.rtl .glozin-free-shipping-bar--preload .glozin-free-shipping-bar__icon{right:auto;left:0}.glozin-free-shipping-bar--preload .glozin-free-shipping-bar__progress-bar{width:30px;min-width:30px;animation:fs-raise .8s forwards,fs-progress 5s linear infinite;animation-delay:1s}.glozin-free-shipping-bar--preload.gz-is-success .glozin-free-shipping-bar__progress-bar{animation:fs-raise .8s forwards}.gz-is-success .glozin-free-shipping-bar__message,.gz-is-success .glozin-free-shipping-bar__progress{animation:fs-flash .8s linear .8s 2 both;animation-delay:2s}.gz-is-success .glozin-free-shipping-bar__progress-bar{animation:none}.glozin-free-shipping-bar__icon .glozin-svg-icon{font-size:30px;color:var(--gz-background-color-primary);transition:all .5s ease .2s}.glozin-free-shipping-bar__percent-value{font-size:13px;font-weight:500;width:50px;text-align:right;margin-top:-9px;display:none}.rtl .glozin-free-shipping-bar__percent-value{text-align:left}.woocommerce-cart .site-content .glozin-free-shipping-bar{border-bottom:1px solid var(--gz-border-color);padding:12px 0 26px;margin-bottom:26px}.woocommerce-checkout .site-content .glozin-free-shipping-bar{color:var(--gz-color-dark);border:1px solid var(--gz-border-color);background-color:#fbfbfc;border-radius:var(--gz-rounded-md);padding:33px 30px 17px;margin-bottom:30px}.cart-panel .glozin-free-shipping-bar{background-color:var(--gz-color-light-grey);padding:30px 30px 15px;margin-inline-start:-30px;margin-inline-end:-30px;position:relative;display:none}.cart-panel.offscreen-panel--open .glozin-free-shipping-bar{display:flex}.cart-panel .glozin-free-shipping-bar__message{margin-top:17px}.cart-panel .glozin-free-shipping-bar:after{content:'';position:absolute;bottom:0;height:1px;width:100%;background-color:var(--gz-border-color)}.glozin-popup-add-to-cart .glozin-free-shipping-bar{padding-top:20px}@media (max-width:767px){.cart-panel .glozin-free-shipping-bar__message{font-size:13px}}
/*!/wp-content/plugins/glozin-addons/modules/customer-reviews/assets/customer-reviews.min.css*/
.glozin-customer-reviews__items{display:flex;flex-wrap:wrap;gap:5px;margin:10px 0}.glozin-customer-reviews__items:not(:empty){border-radius:var(--gz-image-rounded);border:1px dashed #dedede;padding:5px}.glozin-customer-reviews__item{position:relative;width:80px;height:80px;cursor:pointer;border-radius:var(--gz-image-rounded);overflow:hidden}.glozin-customer-reviews__item::before{content:'';width:0;height:0;display:block;padding-bottom:100%}.glozin-customer-reviews__item img,.glozin-customer-reviews__item video{display:block;max-width:100%!important;position:absolute;margin:0;top:0;left:0;height:100%!important;width:100%;object-fit:cover;object-position:center}.glozin-customer-reviews__item .glozin-customer-reviews__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;font-size:14px;width:30px;height:30px;background:rgba(0,0,0,.5);color:#fff;border-radius:100px}.glozin-customer-reviews__item:hover .glozin-customer-reviews__play{opacity:0;transition:.4s}.glozin-customer-reviews__item .glozin-customer-reviews__bg{display:block;content:'';background:rgba(0,0,0,.4);position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s;z-index:1}.glozin-customer-reviews__delete{position:absolute;font-size:10px;color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:100px;padding:6px;opacity:0;transition:opacity .4s;z-index:2}.glozin-customer-reviews__item:hover .glozin-customer-reviews__bg,.glozin-customer-reviews__item:hover .glozin-customer-reviews__delete{opacity:1}.glozin-customer-reviews{margin-bottom:18px}.glozin-customer-reviews label{display:block;margin-bottom:10px}.glozin-customer-reviews label.success{color:green!important}.glozin-customer-reviews label.warning{color:#ffeb3b!important}.glozin-customer-reviews label.error{color:red!important}.glozin-customer-reviews input[type=file]{cursor:pointer;border:1px dashed var(--gz-border-color);background-color:var(--gz-border-color);color:var(--gz-color-dark);border-radius:var(--gz-button-rounded)}.glozin-customer-reviews input[type=file]::file-selector-button{background-color:var(--gz-button-bg-color);border:1px solid var(--gz-button-bg-color);padding:9px;color:var(--gz-button-color);cursor:pointer;margin-right:10px;line-height:1}.rtl .glozin-customer-reviews input[type=file]::file-selector-button{margin-right:0;margin-inline-start:10px}.glozin-customer-reviews input[type=file]~div{border-color:#dedede}.glozin-customer-reviews input[type=file]:hover~div .glozin-svg-icon{opacity:.6}.glozin-customer-reviews__attachments{display:flex;gap:8px;flex-wrap:nowrap;overflow-y:hidden;overflow-x:auto;margin-top:20px}.glozin-customer-reviews__attachment{flex-shrink:0}.glozin-customer-reviews__attachment a{display:block;position:relative;max-width:94px;cursor:pointer;border-radius:var(--gz-image-rounded);overflow:hidden}.glozin-customer-reviews__attachment img,.glozin-customer-reviews__attachment video{border-radius:var(--gz-image-rounded)}.glozin-customer-reviews__attachment a:hover{opacity:.6}.glozin-customer-reviews__attachment .glozin-customer-reviews__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;font-size:14px;width:30px;height:30px;background:rgba(0,0,0,.5);color:#fff;border-radius:100px}
/*!/wp-content/plugins/glozin-addons/modules/dynamic-pricing-discounts/assets/dynamic-pricing-discounts.css*/
.dynamic-pricing-discounts--below {
    margin-top: 30px;
}

.dynamic-pricing-discounts--list .dynamic-pricing-discounts-item {
    margin-bottom: 4px;
    cursor: pointer;
    border: 1px solid #EBEBEB;
    transition: .4s;
}

.dynamic-pricing-discounts--list .dynamic-pricing-discounts-item:last-child {
    margin-bottom: 0;
}

.dynamic-pricing-discounts--list .dynamic-pricing-discounts-item.active {
    border-color: #111111;
}

.dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item {
    cursor: pointer;
    padding: 25px 15px 20px;
    border: 1px solid #EBEBEB;
    transition: .4s;
}

.dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item.active {
    border-color: #111111;
}

.dynamic-pricing-discounts-item input[type="radio"] {
    margin-inline-end: 10px;
}

.dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item input[type="radio"] {
    margin-inline-end: 0;
    margin-bottom: 10px;
}

.dynamic-pricing-discounts--list input[type="radio"] {
    margin-top: -5px;
}

.dynamic-pricing-discounts-item input[type="radio"]::before {
    width: 22px;
    height: 22px;
}

.dynamic-pricing-discounts-item input[type="radio"]:checked::after {
    width: 18px;
    height: 18px;
}

.dynamic-pricing-discounts-item__label span {
    color: #D0473E;
}

.dynamic-pricing-discounts-item__discount {
    white-space: nowrap;
    border-radius: 20px;
    padding: 5px 9.5px;
    background-color: #D0473E;
}

.dynamic-pricing-discounts--list .dynamic-pricing-discounts-item__price {
    align-items: flex-end;
    justify-content: flex-end;
}

.dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item__price {
    align-items: center;
    justify-content: center;
}

.dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item__discount-price {
    margin: 0;
    text-align: center;
}

.single-product div.product .dynamic-pricing-discounts-item__price .price {
    --gz-color-price-sale: #111111;

    margin-top: 6px;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 1;
}

.single-product div.product .dynamic-pricing-discounts-item__price .price del {
    order: 1;                                           
}

.single-product div.product .dynamic-pricing-discounts-item__price .price ins {
    order: 2;
}

.dynamic-pricing-discounts-item__price .price .sale-off {
    display: none;
}

.dynamic-pricing-discounts--grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    padding-top: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item {
    width: calc( ( 100% / 3 ) - ( 20px / 3 ) );
    min-width: 150px;
}

.dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item__summary {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
}

.dynamic-pricing-discounts-item__thumbnail {
    width: 100px;
    position: relative;
    overflow: hidden;
    border-radius: max( 8px, var(--gz-image-rounded-product-thumbnail) );
}

.dynamic-pricing-discounts-item__thumbnail img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item__form {
    font-size: 16px;
    line-height: 1;
    margin-top: -3px;
}

.dynamic-pricing-discounts-item__popular {
    --gz-popular-bg-color: #ed2424;

    display: flex;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: -8px;
    width: fit-content;
    max-width: 100%;
}

.dynamic-pricing-discounts-item__popular::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 8px 6px;
    border-color: transparent transparent var(--gz-popular-bg-color) transparent;
    top: 0;
    left: 1px;
    transform: translate(-100%);
    filter: brightness(0.8);
}

.dynamic-pricing-discounts-item__popular::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 6px 8px 0;
    border-color: transparent transparent var(--gz-popular-bg-color) transparent;
    top: 0;
    right: 1px;
    transform: translate(100%);
    filter: brightness(0.8);
}

.dynamic-pricing-discounts-item__popular-badges {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    border-radius: 0;
    background-color: var(--gz-popular-bg-color);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 10;
    padding: 3px 6px;
}

.dynamic-pricing-discounts-item__popular-badges .text {
    white-space: nowrap;
}

.dynamic-pricing-discounts-item.active .dynamic-pricing-discounts-item__popular {
    --gz-popular-bg-color: #000000;
}

@media (max-width: 1024px) {
    .dynamic-pricing-discounts-item__discount {
        margin-top: 0;
    }
}
/*!/wp-content/themes/glozin/assets/css/base.min.css*/
:root{--gz-body-font:'Instrument Sans',Arial,sans-serif;--gz-body-line-height:1.714;--gz-body-font-size:15px;--gz-color-base:#444444;--gz-color-dark:#111111;--gz-color-light:#ffffff;--gz-color-primary:#d0473e;--gz-color-grey:#888888;--gz-color-light-grey:#f5f5f5;--gz-color-dark-grey:rgba(17, 17, 17, 0.6);--gz-text-color-on-primary:#fff;--gz-link-color:#111111;--gz-link-color-hover:#d0473e;--gz-header-color:#111111;--gz-color-price-sale:#d0473e;--gz-border-color:#ebebeb;--gz-image-rounded:10px;--gz-image-rounded-product-card:0;--gz-rounded-xs:2.5px;--gz-rounded-sm:5px;--gz-rounded-md:10px;--gz-rounded-full:9999px;--gz-rounded-product-image-sm:min( 5px, var(--gz-image-rounded-product-card) );--gz-zoom-transform:scale(1.05);--gz-heading-font:var(--gz-body-font);--gz-heading-color:var(--gz-color-dark);--gz-heading-font-weight:600;--gz-heading-font-scale:1.0;--gz-heading-line-height:calc(1 + 0.21 / var(--gz-heading-font-scale));--gz-heading-text-transform:none;--gz-heading-letter-spacing:-0.034em;--gz-subheading-font-weight:500;--gz-button-color:#ffffff;--gz-button-bg-color:#111111;--gz-button-border-width:1px;--gz-button-border-color:var(--gz-button-bg-color);--gz-button-color-hover:#ffffff;--gz-button-bg-color-hover:#000000;--gz-button-border-color-hover:var(--gz-button-bg-color-hover);--gz-button-eff-bg-color-hover:#212121;--gz-button-padding-top:16.5px;--gz-button-padding-right:20px;--gz-button-padding-bottom:16.5px;--gz-button-padding-left:20px;--gz-button-line-height:1;--gz-button-font-size:15px;--gz-button-rounded:30px;--gz-button-font-weight:600;--gz-button-icon-spacing:10px;--gz-button-icon-size:9px;--gz-gutter-x:15px;--gz-container-width:1200px;--gz-container-xxl-width:1410px;--gz-col-width:calc(270 / 16 * 1rem);--gz-col-gap-desktop:calc(40 / 16 * 1rem);--gz-input-color:#444444;--gz-input-border-color:var(--gz-border-color);--gz-input-border-color-hover:#111111;--gz-input-border-width:1px;--gz-input-bg-color:#ffffff;--gz-input-padding-y:calc(15 / 16 * 1rem);--gz-input-padding-x:calc(20 / 16 * 1rem);--gz-input-font-size:14px;--gz-input-placeholder-font-size:14px;--gz-input-placeholder-color:rgba(17, 17, 17, 0.6);--gz-input-rounded:30px;--gz-swiper-slide-spacing:30px;--gz-swiper-pagination-spacing:30px;--gz-ratio-percent:100%;--product-image-ratio-percent:100%;--gz-responsive-rate:((100vw - 575px) /(1600 - 575));--gz-cursor-close-icon:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAJGVYSWZJSSoACAAAAAEAPAECAAkAAAAaAAAAAAAAAGltYWdlcnk0AAAnPYy6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACWSURBVHgBtdQBCoAgDAXQ0ck6gkfoBnmDvPnPKGhE5vaXH4RY9VCciowMgLmORYKpxlpH0oWMM5uQOf69jPx8UVhcoaX1gRvvogxuRj24G7XgNPqFh9E3/Df0BTejk9iCxjMfvXwEDlETVbUY/rVRNA7D7rtxOFrKjIPo0y6OQPM3cdwXfREyCs+6mPC8+Tn8mGCSkdkBhMqKK3Zisu4AAAAASUVORK5CYII=");--gz-transition:0.4s cubic-bezier(.3, 1, .3, 1);--shadow:5px 0px 30px 0px rgba( 0, 0, 0, 0.08 );--gz-tooltip-rounded:3px;--gz-col-gap:15px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:border-box}html{box-sizing:border-box}:where(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.heading){font-family:var(--gz-heading-font),sans-serif;line-height:calc(1 + .21 / var(--gz-heading-font-scale));color:var(--gz-heading-color);font-weight:var(--gz-heading-font-weight);text-transform:var(--gz-heading-text-transform);font-size:var(--heading-size);margin-block-start:calc(var(--heading-size)* 0.7);margin-block-end:calc(var(--heading-size)* 0.7)}.h1,h1{--heading-size:clamp(2.25rem, calc(2.25rem + (40 - 36) * var(--gz-responsive-rate)), 2.5rem)}.h2,h2{--heading-size:clamp(1.875rem, calc(1.875rem + (36 - 30) * var(--gz-responsive-rate)), 2.25rem)}.h3,h3{--heading-size:clamp(1.625rem, calc(1.625rem + (30 - 28) * var(--gz-responsive-rate)), 1.875rem)}.h4,h4{--heading-size:1.625rem}.h5,h5{--heading-size:1.125rem}.h6,h6{--heading-size:1rem}.heading-letter-spacing{letter-spacing:var(--gz-heading-letter-spacing)}body{color:var(--gz-color-base);font-family:var(--gz-body-font);font-optical-sizing:auto;font-size:var(--gz-body-font-size);line-height:var(--gz-body-line-height);-ms-word-wrap:break-word;word-wrap:break-word;overflow-x:hidden;margin:0;-webkit-font-smoothing:antialiased}cite,dfn,em,i{font-style:italic}blockquote{--gz-blockquote-rounded:20px;border-radius:var(--gz-blockquote-rounded);background-color:var(--gz-color-light-grey);font-size:clamp(calc(16 / 16 * 1rem), 2.5vw, calc(20 / 16 * 1rem));font-weight:var(--gz-heading-font-weight);color:var(--gz-heading-color);letter-spacing:var(--gz-heading-letter-spacing);padding:clamp(calc(20 / 16 * 1rem),3vw,calc(40 / 16 * 1rem));line-height:1.5}blockquote p{margin:0 0 calc(7 / 16 * 1rem) 0}blockquote cite{color:var(--gz-color-dark-grey);margin-top:calc(13 / 16 * 1rem);font-size:var(--gz-body-font-size);font-weight:var(--gz-subheading-font-weight);letter-spacing:0}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.6;margin-bottom:1.6em;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace}code{padding:2px 4px;color:#c7254e;background-color:#f9f2f4;font-size:inherit}abbr,acronym{border-bottom:1px dotted var(--gz-border-color);cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:122.22222%;line-height:1.4;font-weight:500}*,::after,::before{box-sizing:border-box}html{box-sizing:border-box}body{background:#fff}body.admin-bar{--gz-admin-bar-height:32px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:var(--gz-rounded-xs);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;inset-inline-start:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}ol,ul{padding:0 0 1.5em 1.3em;margin-inline-start:0}ol{list-style:decimal}li>ol,li>ul{padding-bottom:0;padding-inline-start:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}.list-unstyled{list-style:none;margin:0;padding:0}embed,iframe,object{max-width:100%}img{height:auto;max-width:100%;vertical-align:middle}figure{margin:1em 0 2em}.elementor .elementor-element img,.gz-image-rounded,img{border-radius:var(--gz-image-rounded)}.gz-image-rounded-md,.gz-image-rounded-md img{border-radius:calc(min(10px,var(--gz-image-rounded)))}.elementor .rounded-product-image,.elementor .rounded-product-image img,.rounded-product-image,.rounded-product-image img{border-radius:var(--gz-image-rounded-product-card)}.elementor .rounded-product-image-sm,.elementor .rounded-product-image-sm img,.rounded-product-image-sm,.rounded-product-image-sm img{border-radius:var(--gz-rounded-product-image-sm)}table{margin:0 0 1.5em;width:100%;border:none}td,th{padding:10px 0;border:none;border-bottom:1px solid var(--gz-border-color)}th{text-align:start}th a{text-decoration:none}.glozin-svg-icon{display:inline-block;line-height:1}.glozin-svg-icon svg{width:1em;height:1em;fill:currentColor;display:inline-block}.glozin-svg-icon:not(.glozin-svg-icon__inline) svg{vertical-align:-.125em}.glozin-svg-icon.has-vertical-align svg{vertical-align:-.125em}.glozin-svg-icon.icon-fill-none svg{fill:none}.glozin-svg-icon-original{display:inline-flex}.dot-between:after{content:'';display:inline-block;width:var(--dot-width,3px);height:var(--dot-width,3px);border-radius:50%;margin:var(--dot-space,0 8px);background-color:#cbcbcb}.modal{display:none}.panel__container{transform:translateX(100%)}.offscreen-panel--side-left .panel__container{left:0;right:auto;transform:translateX(-100%)}.popover{display:none}.offscreen-panel{display:none}.nav-menu,.nav-menu ul{list-style:none;margin:0;padding:0}.nav-menu li{padding:5px 30px;position:relative}.nav-menu li:hover>a:after{width:100%;inset-inline-start:0}.nav-menu li .menu-item-badge{top:-13px;inset-inline-end:-18px}.nav-menu li .menu-item-badge:after{border-top-color:var(--gz-menu-item-badge-bg)}.nav-menu li.menu-item>a{font-size:15px;font-size:.9375rem;display:inline-block;text-decoration:none}.nav-menu li.menu-item-has-icon>a{display:flex;align-items:center;gap:10px}.nav-menu li.menu-item-has-icon>a .menu-item-icon{max-width:30px;display:flex}.menu li .menu-item-badge{--gz-menu-item-badge-bg:var(--gz-color-primary);--gz-menu-item-badge-color:var(--gz-color-light);background-color:var(--gz-menu-item-badge-bg);color:var(--gz-menu-item-badge-color);min-width:30px;padding:3px 5px;border-radius:2px}.menu li .menu-item-badge:after{border:4px solid transparent;content:'';height:0;position:absolute;width:0;top:100%;inset-inline-start:30%;transform:translateX(-50%);-webkit-transform:translateX(-50%);transform-origin:0;border-top-color:var(--gz-menu-item-badge-bg)}.menu .menu-item-has-icon>a{display:flex;align-items:center;gap:10px}.menu .menu-item-has-icon>a .menu-item-icon{display:flex}.menu .col-1_8{width:12.5%}.menu .col-1_5{width:20%}.menu .col-1_4{width:25%}.menu .col-1_3{width:33.33%}.menu .col-3_8{width:37.5%}.menu .col-2_5{width:40%}.menu .col-1_2{width:50%}.menu .col-3_5{width:60%}.menu .col-5_8{width:62.5%}.menu .col-2_3{width:66.6666%}.menu .col-3_4{width:75%}.menu .col-4_5{width:80%}.menu .col-7_8{width:87.5%}.menu .col-1_1{width:100%}.primary-navigation{height:100%}.primary-navigation .nav-menu{height:100%;display:flex;align-items:center}.primary-navigation .nav-menu>li:not(.menu-item-mega){position:relative}.primary-navigation .nav-menu>li{height:100%;display:flex;align-items:center;padding:0 17px}.primary-navigation .nav-menu>li:first-child{padding-inline-start:0}.primary-navigation .nav-menu>li:last-child{padding-inline-end:0}.primary-navigation .nav-menu>li:hover>a .glozin-svg-icon.caret,.primary-navigation .nav-menu>li:hover>a .menu-item-icon.caret{opacity:1}.primary-navigation .nav-menu>li>a{--gz-link-color:var(--gz-header-color);font-weight:600;color:var(--gz-header-color);display:flex;align-items:center;line-height:25px;white-space:nowrap;position:relative}.primary-navigation .nav-menu>li>a:hover{color:var(--gz-color-primary)}.primary-navigation .nav-menu>li>a .glozin-svg-icon,.primary-navigation .nav-menu>li>a .menu-item-icon{font-size:14px;font-size:.875rem;margin:2px 8px 0 0}.primary-navigation .nav-menu>li>a .menu-icon-item--image{width:16px}.primary-navigation .nav-menu>li>a .menu-icon-item-position--right{margin:2px 0 0 8px}.primary-navigation .nav-menu>li.menu-item-has-children>a{padding-inline-end:17px;position:relative}.primary-navigation .nav-menu>li.menu-item-has-children>a:before{content:"";position:absolute;inset-inline-end:0;top:50%;transform:translateY(-50%);width:10px;height:6px;background-color:currentcolor;border:0!important;-webkit-mask:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMS4wODk4NCAxLjgyMjI3QzAuOTcxMzU0IDEuNzEyODkgMC45MTIxMDkgMS41ODA3MyAwLjkxMjEwOSAxLjQyNTc4QzAuOTEyMTA5IDEuMjYxNzIgMC45NzEzNTQgMS4xMjA0NCAxLjA4OTg0IDEuMDAxOTVDMS4xOTkyMiAwLjg5MjU3OCAxLjMzNTk0IDAuODM3ODkxIDEuNSAwLjgzNzg5MUMxLjY2NDA2IDAuODM3ODkxIDEuODAwNzggMC44OTI1NzggMS45MTAxNiAxLjAwMTk1TDUgNC4wOTE4TDguMDg5ODQgMS4wMDE5NUM4LjE5OTIyIDAuODkyNTc4IDguMzM1OTQgMC44Mzc4OTEgOC41IDAuODM3ODkxQzguNjY0MDYgMC44Mzc4OTEgOC44MDA3OCAwLjg5MjU3OCA4LjkxMDE2IDEuMDAxOTVDOS4wMjg2NSAxLjEyMDQ0IDkuMDg3ODkgMS4yNjE3MiA5LjA4Nzg5IDEuNDI1NzhDOS4wODc4OSAxLjU4MDczIDkuMDI4NjUgMS43MTI4OSA4LjkxMDE2IDEuODIyMjdMNS40MTAxNiA1LjMyMjI3QzUuMzAwNzggNS40NDA3NiA1LjE2NDA2IDUuNSA1IDUuNUM0LjgzNTk0IDUuNSA0LjY5OTIyIDUuNDQwNzYgNC41ODk4NCA1LjMyMjI3TDEuMDg5ODQgMS44MjIyN1oiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KPC9zdmc+DQo=") no-repeat 50% 50%;mask:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMS4wODk4NCAxLjgyMjI3QzAuOTcxMzU0IDEuNzEyODkgMC45MTIxMDkgMS41ODA3MyAwLjkxMjEwOSAxLjQyNTc4QzAuOTEyMTA5IDEuMjYxNzIgMC45NzEzNTQgMS4xMjA0NCAxLjA4OTg0IDEuMDAxOTVDMS4xOTkyMiAwLjg5MjU3OCAxLjMzNTk0IDAuODM3ODkxIDEuNSAwLjgzNzg5MUMxLjY2NDA2IDAuODM3ODkxIDEuODAwNzggMC44OTI1NzggMS45MTAxNiAxLjAwMTk1TDUgNC4wOTE4TDguMDg5ODQgMS4wMDE5NUM4LjE5OTIyIDAuODkyNTc4IDguMzM1OTQgMC44Mzc4OTEgOC41IDAuODM3ODkxQzguNjY0MDYgMC44Mzc4OTEgOC44MDA3OCAwLjg5MjU3OCA4LjkxMDE2IDEuMDAxOTVDOS4wMjg2NSAxLjEyMDQ0IDkuMDg3ODkgMS4yNjE3MiA5LjA4Nzg5IDEuNDI1NzhDOS4wODc4OSAxLjU4MDczIDkuMDI4NjUgMS43MTI4OSA4LjkxMDE2IDEuODIyMjdMNS40MTAxNiA1LjMyMjI3QzUuMzAwNzggNS40NDA3NiA1LjE2NDA2IDUuNSA1IDUuNUM0LjgzNTk0IDUuNSA0LjY5OTIyIDUuNDQwNzYgNC41ODk4NCA1LjMyMjI3TDEuMDg5ODQgMS44MjIyN1oiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KPC9zdmc+DQo=") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.secondary-navigation{height:100%}.secondary-navigation .nav-menu{height:100%;display:flex;align-items:center}.secondary-navigation .nav-menu>li{padding:0 17px}.secondary-navigation .nav-menu>li:first-child{padding-inline-start:0}.secondary-navigation .nav-menu>li:last-child{padding-inline-end:0}.secondary-navigation .nav-menu>li.menu-item>a{--gz-reversed-link-gap:0;transition:var(--gz-transition)}.secondary-navigation .nav-menu>li>a{--gz-link-color:var(--gz-header-color);font-size:.875rem;color:var(--gz-header-color);display:flex;align-items:center;line-height:25px;white-space:nowrap;position:relative}.secondary-navigation .nav-menu>li>a:hover{color:var(--gz-color-primary)}@media (min-width:1025px){.nav-menu{--gz-transform-origin-start:left;--gz-transform-origin-end:right;--gz-animation-default:.5s cubic-bezier(.3, 1, .3, 1);--gz-reversed-link-gap:1px}.nav-menu li>ul.sub-menu{display:none}}:is(
.custom-scrollbar)::-webkit-scrollbar{width:4px}:is(
.custom-scrollbar)::-webkit-scrollbar-track{background:#eee}:is(
.custom-scrollbar)::-webkit-scrollbar-thumb{background:#c8c8c8}:is(
.custom-scrollbar)::-webkit-scrollbar-thumb:hover{background:#555;width:6px}.gz-progress-container{width:100%;height:4px;position:fixed;top:0;inset-inline-start:0;display:none;z-index:99999}.gz-progress-bar{width:0%;height:100%;background-color:var(--gz-color-primary);transition:width .3s ease}a{color:var(--gz-link-color);text-decoration:none;transition:.4s}a:focus{outline:0}a:active,a:hover{outline:0;color:var(--gz-link-color-hover)}@media (min-width:1025px){.hover-underline-effect,.nav-menu li.menu-item>a{--gz-transform-origin-start:left;--gz-transform-origin-end:right;--gz-animation-default:.5s cubic-bezier(.3, 1, .3, 1);--gz-reversed-link-gap:1px;background:linear-gradient(to var(--gz-transform-origin-end),currentColor,currentColor) 0 var(--gz-reversed-link-gap)/0 var(--gz-reversed-link-gap) no-repeat;background-position-x:var(--gz-transform-origin-end);background-position-y:bottom;transition:background-size var(--gz-animation-default)}}@media (min-width:1025px) and (prefers-reduced-motion:no-preference) and (hover:hover) and (pointer:fine){.hover-underline-effect:hover,.nav-menu li.menu-item>a:hover{background-position-x:var(--gz-transform-origin-start);background-size:100% var(--gz-reversed-link-gap);background-position-y:bottom}}.select2-search--dropdown .select2-search__field,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,span.select2 .select2-selection--single,textarea{color:var(--gz-input-color);border-width:var(--gz-input-border-width);border-style:solid;border-color:var(--gz-input-border-color);outline:0;transition:.4s;font-family:var(--gz-body-font);font-size:var(--gz-input-font-size);padding:var(--gz-input-padding-y) var(--gz-input-padding-x);background-color:var(--gz-input-bg-color);border-radius:var(--gz-input-rounded);-webkit-appearance:none;line-height:normal}.select2-search--dropdown .select2-search__field:active,.select2-search--dropdown .select2-search__field:focus,.select2-search--dropdown .select2-search__field:hover,input[type=color]:active,input[type=color]:focus,input[type=color]:hover,input[type=date]:active,input[type=date]:focus,input[type=date]:hover,input[type=datetime-local]:active,input[type=datetime-local]:focus,input[type=datetime-local]:hover,input[type=datetime]:active,input[type=datetime]:focus,input[type=datetime]:hover,input[type=email]:active,input[type=email]:focus,input[type=email]:hover,input[type=month]:active,input[type=month]:focus,input[type=month]:hover,input[type=number]:active,input[type=number]:focus,input[type=number]:hover,input[type=password]:active,input[type=password]:focus,input[type=password]:hover,input[type=range]:active,input[type=range]:focus,input[type=range]:hover,input[type=search]:active,input[type=search]:focus,input[type=search]:hover,input[type=tel]:active,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:active,input[type=text]:focus,input[type=text]:hover,input[type=time]:active,input[type=time]:focus,input[type=time]:hover,input[type=url]:active,input[type=url]:focus,input[type=url]:hover,input[type=week]:active,input[type=week]:focus,input[type=week]:hover,select:active,select:focus,select:hover,span.select2 .select2-selection--single:active,span.select2 .select2-selection--single:focus,span.select2 .select2-selection--single:hover,textarea:active,textarea:focus,textarea:hover{border-color:var(--gz-input-border-color-hover)}.select2-search--dropdown .select2-search__field::placeholder,input[type=color]::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=datetime]::placeholder,input[type=email]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=range]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder,select::placeholder,span.select2 .select2-selection--single::placeholder,textarea::placeholder{font-size:var(--gz-input-placeholder-font-size);color:var(--gz-input-placeholder-color)}.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--gz-input-color)}textarea{--gz-textarea-rounded:calc( var(--gz-input-rounded) - 10px );width:100%;padding:1.25rem;border-radius:var(--gz-textarea-rounded)}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08984 1.32227L4.58984 4.82227C4.69922 4.94076 4.83594 5 5 5C5.16406 5 5.30078 4.94076 5.41016 4.82227L8.91016 1.32227C9.02865 1.21289 9.08789 1.08073 9.08789 0.925781C9.08789 0.761719 9.02865 0.620443 8.91016 0.501953C8.80078 0.392578 8.66406 0.337891 8.5 0.337891C8.33594 0.337891 8.19922 0.392578 8.08984 0.501953L5 3.5918L1.91016 0.501953C1.80078 0.392578 1.66406 0.337891 1.5 0.337891C1.33594 0.337891 1.19922 0.392578 1.08984 0.501953C0.971354 0.620443 0.912109 0.761719 0.912109 0.925781C0.912109 1.08073 0.971354 1.21289 1.08984 1.32227Z' fill='%23111111'/%3E%3C/svg%3E");background-position:calc(100% - 20px) center;background-repeat:no-repeat;padding-right:45px;cursor:pointer}select:focus{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9IiMwMDAwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNIDkuMzU0IDUuMzU0IEMgOS4xNTkgNS41NSA4Ljg0MSA1LjU1IDguNjQ2IDUuMzU0IEwgNSAxLjcwNyBMIDEuMzU0IDUuMzU0IEMgMS4wODEgNS42MjcgMC42MTYgNS41MDIgMC41MTYgNS4xMyBDIDAuNDcgNC45NTcgMC41MiA0Ljc3MiAwLjY0NiA0LjY0NiBMIDQuNjQ2IDAuNjQ2IEMgNC44NDEgMC40NSA1LjE1OSAwLjQ1IDUuMzU0IDAuNjQ2IEwgOS4zNTQgNC42NDYgQyA5LjU1IDQuODQxIDkuNTUgNS4xNTkgOS4zNTQgNS4zNTQgTCA5LjM1NCA1LjM1NCBaIiBzdHlsZT0iIi8+Cjwvc3ZnPg==");background-position:calc(100% - 20px) center;background-repeat:no-repeat}select.decorated option:hover{box-shadow:0 0 10px 100px #1882a8 inset}select>option{font-weight:500}.select2.select2-container .select2-selection--single{display:flex;gap:10px;align-items:center;justify-content:space-between;min-width:220px;height:auto;margin:0;cursor:pointer}.select2.select2-container .select2-selection--single .select2-selection__rendered{display:inline;padding:0;line-height:inherit}.select2.select2-container .select2-selection--single .select2-selection__arrow{display:inline-block;position:static;width:10px;height:5px;appearance:none;background-color:currentcolor;-webkit-mask:url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08984 1.32227L4.58984 4.82227C4.69922 4.94076 4.83594 5 5 5C5.16406 5 5.30078 4.94076 5.41016 4.82227L8.91016 1.32227C9.02865 1.21289 9.08789 1.08073 9.08789 0.925781C9.08789 0.761719 9.02865 0.620443 8.91016 0.501953C8.80078 0.392578 8.66406 0.337891 8.5 0.337891C8.33594 0.337891 8.19922 0.392578 8.08984 0.501953L5 3.5918L1.91016 0.501953C1.80078 0.392578 1.66406 0.337891 1.5 0.337891C1.33594 0.337891 1.19922 0.392578 1.08984 0.501953C0.971354 0.620443 0.912109 0.761719 0.912109 0.925781C0.912109 1.08073 0.971354 1.21289 1.08984 1.32227Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08984 1.32227L4.58984 4.82227C4.69922 4.94076 4.83594 5 5 5C5.16406 5 5.30078 4.94076 5.41016 4.82227L8.91016 1.32227C9.02865 1.21289 9.08789 1.08073 9.08789 0.925781C9.08789 0.761719 9.02865 0.620443 8.91016 0.501953C8.80078 0.392578 8.66406 0.337891 8.5 0.337891C8.33594 0.337891 8.19922 0.392578 8.08984 0.501953L5 3.5918L1.91016 0.501953C1.80078 0.392578 1.66406 0.337891 1.5 0.337891C1.33594 0.337891 1.19922 0.392578 1.08984 0.501953C0.971354 0.620443 0.912109 0.761719 0.912109 0.925781C0.912109 1.08073 0.971354 1.21289 1.08984 1.32227Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.select2.select2-container .select2-selection--single .select2-selection__arrow b{display:none}.select2-container--default{z-index:9}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-radius:var(--gz-input-rounded)!important}.select2-container--default .select2-dropdown{border-color:var(--gz-input-border-color)}.select2-container--default .select2-results>.select2-results__options{max-height:270px}.select2-container--default .select2-results__option{padding:4px 20px;font-weight:500;color:var(--gz-color-dark)}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected],.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#f2f2f2;color:var(--gz-color-dark)}input[type=checkbox]{position:relative;margin-inline-end:14px;transition:.3s}input[type=checkbox]::before{content:"";display:block;position:absolute;width:20px;height:20px;top:-2px;inset-inline-start:0;border:1px solid var(--gz-border-color);border-radius:var(--gz-rounded-xs);background-color:var(--gz-color-light);transition:.3s}input[type=checkbox]+span{color:var(--gz-color-base)}input[type=checkbox]:hover{cursor:pointer}input[type=checkbox]:hover::before{background-color:var(--gz-color-light-grey)}input[type=checkbox]:hover+span{cursor:pointer;color:var(--gz-color-dark)}input[type=checkbox]:checked::before{border-color:var(--gz-color-dark);background-color:var(--gz-color-dark);content:"";margin:0}input[type=checkbox]:checked::after{content:"";display:block;width:5px;height:10px;border:solid var(--gz-color-light);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:2px;inset-inline-start:8px}input[type=checkbox]:checked+span{color:var(--gz-color-dark)}input[type=radio]{position:relative;margin-inline-end:17px;transition:.3s}input[type=radio]::before{content:"";display:block;position:absolute;width:20px;height:20px;border-radius:50%;top:-2px;inset-inline-start:-1px;border:1px solid var(--gz-border-color);background-color:var(--gz-color-light);transition:.3s}input[type=radio]:hover{cursor:pointer}input[type=radio]:hover::before{border-color:var(--gz-color-dark)}input[type=radio]:hover+label{color:var(--gz-color-dark)}input[type=radio]+label{color:var(--gz-color-base)}input[type=radio]:checked::before{border-color:var(--gz-color-dark);background-color:var(--gz-color-dark)}input[type=radio]:checked::after{content:"";display:block;width:16px;height:16px;border-radius:50%;border:2px solid var(--gz-color-light);position:absolute;top:0;inset-inline-start:1px}input[type=radio]:checked+label{color:var(--gz-color-dark)}.button,button,input[type=button],input[type=reset],input[type=submit]{font-size:var(--gz-button-font-size);background-color:var(--gz-button-bg-color);color:var(--gz-button-color);border:var(--gz-button-border-width) solid var(--gz-button-border-color);padding:var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);line-height:var(--gz-button-line-height);border-radius:var(--gz-button-rounded);font-weight:var(--gz-button-font-weight);gap:var(--gz-button-icon-spacing);display:inline-flex;align-items:center;justify-content:center;transition:.4s;cursor:pointer;vertical-align:middle;letter-spacing:calc(var(--gz-heading-letter-spacing) + .01em);transition:.25s}.button:active,.button:hover,button:active,button:hover,input[type=button]:active,input[type=button]:hover,input[type=reset]:active,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:hover{color:var(--gz-button-color-hover);background-color:var(--gz-button-bg-color-hover);border-color:var(--gz-button-border-color-hover)}.button:hover:after,button:hover:after,input[type=button]:hover:after,input[type=reset]:hover:after,input[type=submit]:hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1)}.button.disabled,.button:disabled,button.disabled,button:disabled,input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled{opacity:.3;pointer-events:none;cursor:not-allowed}.button .glozin-svg-icon,button .glozin-svg-icon,input[type=button] .glozin-svg-icon,input[type=reset] .glozin-svg-icon,input[type=submit] .glozin-svg-icon{font-size:var(--gz-button-icon-size)}.button.pswp__button::after,button.pswp__button::after,input[type=button].pswp__button::after,input[type=reset].pswp__button::after,input[type=submit].pswp__button::after{display:none}.button.loading,button.loading,input[type=button].loading,input[type=reset].loading,input[type=submit].loading{--gz-loading-color:var(--gz-button-color);--gz-animation-state:running;position:relative;color:transparent;cursor:default}.button.loading::before,button.loading::before,input[type=button].loading::before,input[type=reset].loading::before,input[type=submit].loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.button.loading.added,.button.loading:active,.button.loading:hover,button.loading.added,button.loading:active,button.loading:hover,input[type=button].loading.added,input[type=button].loading:active,input[type=button].loading:hover,input[type=reset].loading.added,input[type=reset].loading:active,input[type=reset].loading:hover,input[type=submit].loading.added,input[type=submit].loading:active,input[type=submit].loading:hover{--gz-loading-color:var(--gz-button-color-hover)}.button.loading:after,button.loading:after,input[type=button].loading:after,input[type=reset].loading:after,input[type=submit].loading:after{display:none}.gz-button{font-size:var(--gz-button-font-size);background-color:var(--gz-button-bg-color);color:var(--gz-button-color);border:var(--gz-button-border-width) solid var(--gz-button-border-color);padding:var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);line-height:var(--gz-button-line-height);border-radius:var(--gz-button-rounded);font-weight:var(--gz-button-font-weight);gap:var(--gz-button-icon-spacing);display:inline-flex;align-items:center;justify-content:center;transition:.4s;cursor:pointer;vertical-align:middle;letter-spacing:calc(var(--gz-heading-letter-spacing) + .01em);transition:.25s}.gz-button:active,.gz-button:hover{color:var(--gz-button-color-hover);background-color:var(--gz-button-bg-color-hover);border-color:var(--gz-button-border-color-hover)}.gz-button:hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1)}.gz-button.disabled,.gz-button:disabled{opacity:.3;pointer-events:none;cursor:not-allowed}.gz-button .glozin-svg-icon{font-size:var(--gz-button-icon-size)}.gz-button.pswp__button::after{display:none}.gz-button.loading{--gz-loading-color:var(--gz-button-color);--gz-animation-state:running;position:relative;color:transparent;cursor:default}.gz-button.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.gz-button.loading.added,.gz-button.loading:active,.gz-button.loading:hover{--gz-loading-color:var(--gz-button-color-hover)}.gz-button.loading:after{display:none}.gz-button-light{--gz-button-bg-color:#ffffff;--gz-button-bg-color-hover:#111111;--gz-button-color:#111111;--gz-button-color-hover:#fff;--gz-button-padding-top:17.5px;--gz-button-padding-bottom:17.5px;border:none}.gz-button-primary{--gz-button-color:var(--gz-text-color-on-primary);--gz-button-color-hover:var(--gz-text-color-on-primary);--gz-button-bg-color:var(--gz-color-primary);--gz-button-bg-color-hover:var(--gz-color-primary);--gz-button-padding-top:17.5px;--gz-button-padding-bottom:17.5px;border:none}.gz-button-outline{--gz-button-color:#111111;--gz-button-color-hover:#111111;--gz-button-bg-color:transparent;--gz-button-bg-color-hover:transparent;--gz-button-border-color:var(--gz-border-color);--gz-button-border-color-hover:#111111}.gz-button-hover-dark:hover{--gz-button-bg-color-hover:var(--gz-color-dark);--gz-button-border-color-hover:var(--gz-color-dark);--gz-button-color-hover:#ffffff}.gz-button-outline-dark{--gz-button-color:#111111;--gz-button-color-hover:#ffffff;--gz-button-bg-color:#ffffff;--gz-button-border-color:#111111}.gz-button-outline-dark.loading:hover{--gz-loading-color:#fff}.gz-button-subtle{--gz-button-color:#111111;--gz-button-color-hover:var(--gz-button-color);--gz-button-bg-color:transparent;--gz-button-bg-color-hover:transparent;--gz-button-padding-top:0;--gz-button-padding-right:0;--gz-button-padding-bottom:3px;--gz-button-padding-left:0;--gz-button-rounded:0;--gz-button-border-color:currentColor;--gz-button-border-color-hover:currentColor;--transform-origin-end:right;--transform-origin-start:left;border:none;position:relative}.gz-button-subtle:before{display:none}.gz-button-subtle:after{content:"";width:100%;height:var(--gz-button-border-width);background:var(--gz-button-border-color);position:absolute;inset-inline-start:0;bottom:0;transform:scaleX(1);transform-origin:var(--transform-origin-end)}.gz-button-subtle:hover:after{background:var(--gz-button-border-color-hover);transform:scaleX(1);transform-origin:var(--transform-origin-start);animation:text-underlined .8s cubic-bezier(.01,.56,1,1)}.gz-button-text{--gz-button-color:#111111;--gz-button-color-hover:var(--gz-color-primary);--gz-button-bg-color:transparent;--gz-button-bg-color-hover:transparent;--gz-button-padding-top:0;--gz-button-padding-right:0;--gz-button-padding-bottom:0;--gz-button-padding-left:0;--gz-button-rounded:0;--transform-origin-end:right;--transform-origin-start:left;border:none}.gz-button-icon{--gz-button-width:40px;--gz-button-height:40px;--gz-button-font-size:13px;--gz-button-icon-size:var(--gz-button-font-size);padding:0;width:var(--gz-button-width);height:var(--gz-button-height)}.gz-button-icon .glozin-button-text{display:none}.gz-button-icon .glozin-svg-icon{padding-bottom:0}.gz-button-icon-light{--gz-button-width:40px;--gz-button-height:40px;--gz-button-font-size:13px;--gz-button-icon-size:var(--gz-button-font-size);padding:0;width:var(--gz-button-width);height:var(--gz-button-height);--gz-button-color:var(--gz-color-light);--gz-button-bg-color:var(--gz-color-dark);--gz-button-hover-bg-color:var(--gz-color-dark);--gz-button-hover-color:var(--gz-color-light)}.gz-button-icon-light .glozin-button-text{display:none}.gz-button-icon-light .glozin-svg-icon{padding-bottom:0}.gz-button-no-icon .glozin-svg-icon,.gz-button-no-icon .glozin-svg-icon-original{display:none}.gz-button-round{--gz-button-rounded:10px}.gz-button-circle{--gz-button-rounded:30px}.gz-button-icon-hover{--gz-button-icon-size:9px;gap:0}.gz-button-icon-hover .glozin-button-text+.glozin-svg-icon,.gz-button-icon-hover .glozin-svg-icon{transition:transform .3s,width .3s;transform:scale(0);width:0;margin:0}.gz-button-icon-hover:hover{gap:var(--gz-button-icon-spacing)}.gz-button-icon-hover:hover .glozin-svg-icon{transform:scale(1);width:var(--gz-button-icon-size)}@media (min-width:1025px) and (pointer:fine) and (prefers-reduced-motion:no-preference){body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading){position:relative;overflow:hidden;z-index:1}body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):after,body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):before{content:'';z-index:-1;transition:transform .4s cubic-bezier(.75, 0, .125, 1);position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;transform:translate(-100%)}body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):before{background-color:var(--gz-button-eff-bg-color-hover)}body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):after{background-color:var(--gz-button-bg-color-hover)}body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):hover:before{transform:translate(0)}body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):hover:after{transform:translate(0);transition-delay:175ms}}.swiper{--gz-swiper-items-space:30px;--gz-swiper-items-space-tablet:30px;--gz-swiper-items-space-mobile:15px;--gz-swiper-auto-width:0%;--gz-swiper-auto-width-tablet:0%;--gz-swiper-auto-width-mobile:0%;--gz-swiper-auto-fluid-end:0px;--gz-swiper-auto-fluid-end-mobile:0px;--gz-swiper-auto-fluid-end-tablet:0px;--gz-swiper-items-row-space:30px;--gz-swiper-items-row-space-tablet:30px;--gz-swiper-items-row-space-mobile:0px}.swiper .swiper-button{--gz-arrow-font-size:10px;--gz-arrow-color:#111111;--gz-arrow-bg-color:#ffffff;--gz-arrow-border-color:#ebebeb;--gz-arrow-color-hover:#ffffff;--gz-arrow-bg-color-hover:#111111;--gz-arrow-border-color-hover:var(--gz-arrow-bg-color-hover);--gz-arrow-rounded:50%;--gz-arrow-font-weight:400;--gz-arrow-top:50%;font-size:var(--gz-arrow-font-size);background-color:var(--gz-arrow-bg-color);color:var(--gz-arrow-color);border:1px solid var(--gz-arrow-border-color);border-radius:var(--gz-arrow-rounded);font-weight:var(--gz-arrow-font-weight);width:var(--gz-arrow-width,calc(50 / 16 * 1rem));height:var(--gz-arrow-height,calc(50 / 16 * 1rem));display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;transition:.4s;cursor:pointer;position:absolute;top:var(--gz-arrow-top);transform:translateY(-50%);margin-top:0;z-index:1;overflow:hidden;transition:.4s}.swiper .swiper-button:hover{color:var(--gz-arrow-color-hover);background-color:var(--gz-arrow-bg-color-hover);border-color:var(--gz-arrow-border-color-hover)}.swiper .swiper-button:after{display:none}.swiper .swiper-button.swiper-button-disabled{opacity:0;pointer-events:auto}.swiper .swiper-button.swiper-button-lock{display:none}.swiper>.swiper-arrows .swiper-button,.swiper>.swiper-button{opacity:0;transition:.4s}.swiper:hover>.swiper-arrows .swiper-button,.swiper:hover>.swiper-button{opacity:1}.swiper:hover>.swiper-arrows .swiper-button.swiper-button-prev,.swiper:hover>.swiper-button.swiper-button-prev{margin-inline-start:10px}.swiper:hover>.swiper-arrows .swiper-button.swiper-button-next,.swiper:hover>.swiper-button.swiper-button-next{margin-inline-end:10px}.swiper:hover>.swiper-arrows .swiper-button.swiper-button-disabled,.swiper:hover>.swiper-button.swiper-button-disabled{opacity:.75}.swiper .swiper-button-text{--gz-arrow-font-size:10px;--gz-arrow-width:30px;--gz-arrow-height:30px;--gz-arrow-top:50%;--gz-arrow-color:var(--gz-color-base);--gz-arrow-color-hover:var(--gz-color-dark);font-size:var(--gz-arrow-font-size);color:var(--gz-arrow-color);background-color:var(--gz-arrow-bg-color);width:var(--gz-arrow-width,clamp(calc(35 / 16* 1rem),5vw,calc(50 / 16* 1rem)));height:var(--gz-arrow-height,clamp(calc(35 / 16* 1rem),5vw,calc(50 / 16* 1rem)));cursor:pointer;margin-top:0;top:var(--gz-arrow-top);transform:translateY(-50%);transition:.4s}.swiper .swiper-button-text:after{display:none}.swiper .swiper-button-text:hover{color:var(--gz-arrow-color-hover);background-color:var(--gz-arrow-bg-color-hover)}.swiper .swiper-pagination-bullets{--swiper-pagination-bullet-width:calc(25 / 16 * 1rem);--swiper-pagination-bullet-height:calc(25 / 16 * 1rem);--swiper-pagination-bullet-border-radius:50%;--swiper-pagination-color:transparent;--swiper-pagination-bullet-inactive-color:transparent;--swiper-pagination-bullet-horizontal-gap:0;--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-border-color:#111111;--swiper-pagination-dot-width:calc(5 / 16 * 1rem);--swiper-pagination-dot-height:calc(5 / 16 * 1rem);--swiper-pagination-dot-color:#111111;position:static;margin-top:var(--gz-swiper-pagination-spacing);pointer-events:none;justify-content:center}.swiper .swiper-pagination-bullets .swiper-pagination-bullet{position:relative;pointer-events:auto}.swiper .swiper-pagination-bullets .swiper-pagination-bullet::after,.swiper .swiper-pagination-bullets .swiper-pagination-bullet::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--swiper-pagination-bullet-border-radius);transition:var(--gz-transition)}.swiper .swiper-pagination-bullets .swiper-pagination-bullet::before{border:1px solid var(--swiper-pagination-border-color);opacity:0;transform:scale(.3)}.swiper .swiper-pagination-bullets .swiper-pagination-bullet::after{display:inline-block;width:var(--swiper-pagination-dot-width);height:var(--swiper-pagination-dot-height);background-color:var(--swiper-pagination-dot-color);opacity:.4;margin:auto}.swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after,.swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before{opacity:1}.swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before{transform:scale(1)}.swiper .swiper-pagination-bullets--small{--swiper-pagination-bullet-width:1rem;--swiper-pagination-bullet-height:1rem;--swiper-pagination-bullet-horizontal-gap:3px;--swiper-pagination-dot-width:calc(4 / 16* 1rem);--swiper-pagination-dot-height:calc(4 / 16* 1rem)}.swiper .swiper-pagination{display:none}.swiper .swiper-progressbar{position:relative;margin-top:20px;width:100%;height:4px;background-color:rgba(0,0,0,.2)}.swiper .swiper-pagination-progressbar-fill{background-color:var(--gz-color-dark);position:absolute;left:0;top:0;width:100%;height:100%;transform-origin:left top}.swiper:not(.swiper-initialized) .swiper-button,.swiper:not(.swiper-initialized) .swiper-pagination{display:none}.swiper ul.products{display:flex}.swiper ul.products li.product{flex-shrink:0;margin:0}.swiper:not(.custom-space-between) ul.products{margin:0}.swiper:not(.custom-space-between) ul.products li.product{padding:0}.swiper:not(.swiper-grid) ul.products{flex-wrap:nowrap}@media (min-width:1025px){.swiper:not(.swiper-initialized)[data-desktop='2'] .swiper-slide,.swiper:not(.swiper-initialized)[data-desktop='2'] li.product{width:calc(50% - ((var(--gz-swiper-items-space) * (2 - 1))/ 2));margin-inline-end:var(--gz-swiper-items-space)}.swiper:not(.swiper-initialized)[data-desktop='3'] .swiper-slide,.swiper:not(.swiper-initialized)[data-desktop='3'] li.product{width:calc(33.33% - ((var(--gz-swiper-items-space) * (3 - 1))/ 3));margin-inline-end:var(--gz-swiper-items-space)}.swiper:not(.swiper-initialized)[data-desktop='4'] .swiper-slide,.swiper:not(.swiper-initialized)[data-desktop='4'] li.product{width:calc(25% - ((var(--gz-swiper-items-space) * (4 - 1))/ 4));margin-inline-end:var(--gz-swiper-items-space)}.swiper:not(.swiper-initialized)[data-desktop='5'] .swiper-slide,.swiper:not(.swiper-initialized)[data-desktop='5'] li.product{width:calc(20% - ((var(--gz-swiper-items-space) * (5 - 1))/ 5));margin-inline-end:var(--gz-swiper-items-space)}.swiper:not(.swiper-initialized)[data-desktop='6'] .swiper-slide,.swiper:not(.swiper-initialized)[data-desktop='6'] li.product{width:calc(16.66% - ((var(--gz-swiper-items-space) * (6 - 1))/ 6));margin-inline-end:var(--gz-swiper-items-space)}.swiper:not(.swiper-initialized)[data-desktop='7'] .swiper-slide,.swiper:not(.swiper-initialized)[data-desktop='7'] li.product{width:calc(14.28% - ((var(--gz-swiper-items-space) * (7 - 1))/ 7));margin-inline-end:var(--gz-swiper-items-space)}.swiper:not(.swiper-initialized)[data-desktop='8'] .swiper-slide,.swiper:not(.swiper-initialized)[data-desktop='8'] li.product{width:calc(12.5% - ((var(--gz-swiper-items-space) * (8 - 1))/ 8));margin-inline-end:var(--gz-swiper-items-space)}.swiper:not(.swiper-initialized)[data-desktop='9'] .swiper-slide,.swiper:not(.swiper-initialized)[data-desktop='9'] li.product{width:calc(11.11% - ((var(--gz-swiper-items-space) * (9 - 1))/ 9));margin-inline-end:var(--gz-swiper-items-space)}.swiper:not(.swiper-initialized)[data-desktop='10'] .swiper-slide,.swiper:not(.swiper-initialized)[data-desktop='10'] li.product{width:calc(10% - ((var(--gz-swiper-items-space) * (10 - 1))/ 10));margin-inline-end:var(--gz-swiper-items-space)}.swiper.reveal-on-scroll{overflow:visible}.swiper.custom-space-between .swiper-wrapper{margin-inline-start:calc((var(--gz-swiper-items-space)/ 2) * -1);margin-inline-end:calc((var(--gz-swiper-items-space)/ 2) * -1);row-gap:var(--gz-swiper-items-row-space)}.swiper.custom-space-between .swiper-wrapper .swiper-slide{padding-inline-start:calc(var(--gz-swiper-items-space)/ 2);padding-inline-end:calc(var(--gz-swiper-items-space)/ 2)}.navigation-class-both .swiper-pagination,.navigation-class-dots .swiper-pagination{display:flex}.navigation-class-dots .swiper-button,.navigation-class-none .swiper-button{display:none}.swiper-reveal-on-scroll-yes .swiper{overflow:visible}}@media (max-width:1024px){.swiper-pagination{display:flex}.navigation-class--tabletarrows .swiper-button,.navigation-class--tabletboth .swiper-button{display:inline-flex}.navigation-class--tabletboth .swiper-pagination,.navigation-class--tabletdots .swiper-pagination{display:flex}.navigation-class--tabletarrows .swiper-pagination,.navigation-class--tabletnone .swiper-pagination{display:none}.navigation-class--tabletdots .swiper-button,.navigation-class--tabletnone .swiper-button{display:none}}@media (max-width:1024px) and (min-width:768px){.swiper:not(.swiper-initialized)[data-tablet='2'] .swiper-slide,.swiper:not(.swiper-initialized)[data-tablet='2'] li.product{width:calc(50% - ((var(--gz-swiper-items-space-tablet) * (2 - 1))/ 2));margin-inline-end:var(--gz-swiper-items-space-tablet)}.swiper:not(.swiper-initialized)[data-tablet='3'] .swiper-slide,.swiper:not(.swiper-initialized)[data-tablet='3'] li.product{width:calc(33.33% - ((var(--gz-swiper-items-space-tablet) * (3 - 1))/ 3));margin-inline-end:var(--gz-swiper-items-space-tablet)}.swiper:not(.swiper-initialized)[data-tablet='4'] .swiper-slide,.swiper:not(.swiper-initialized)[data-tablet='4'] li.product{width:calc(25% - ((var(--gz-swiper-items-space-tablet) * (4 - 1))/ 4));margin-inline-end:var(--gz-swiper-items-space-tablet)}.swiper:not(.swiper-initialized)[data-tablet='5'] .swiper-slide,.swiper:not(.swiper-initialized)[data-tablet='5'] li.product{width:calc(20% - ((var(--gz-swiper-items-space-tablet) * (5 - 1))/ 5));margin-inline-end:var(--gz-swiper-items-space-tablet)}.swiper:not(.swiper-initialized)[data-tablet='6'] .swiper-slide,.swiper:not(.swiper-initialized)[data-tablet='6'] li.product{width:calc(16.66% - ((var(--gz-swiper-items-space-tablet) * (6 - 1))/ 6));margin-inline-end:var(--gz-swiper-items-space-tablet)}.swiper:not(.swiper-initialized)[data-tablet='7'] .swiper-slide,.swiper:not(.swiper-initialized)[data-tablet='7'] li.product{width:calc(14.28% - ((var(--gz-swiper-items-space-tablet) * (7 - 1))/ 7));margin-inline-end:var(--gz-swiper-items-space-tablet)}.swiper:not(.swiper-initialized)[data-tablet='8'] .swiper-slide,.swiper:not(.swiper-initialized)[data-tablet='8'] li.product{width:calc(12.5% - ((var(--gz-swiper-items-space-tablet) * (8 - 1))/ 8));margin-inline-end:var(--gz-swiper-items-space-tablet)}.swiper:not(.swiper-initialized)[data-tablet='9'] .swiper-slide,.swiper:not(.swiper-initialized)[data-tablet='9'] li.product{width:calc(11.11% - ((var(--gz-swiper-items-space-tablet) * (9 - 1))/ 9));margin-inline-end:var(--gz-swiper-items-space-tablet)}.swiper:not(.swiper-initialized)[data-tablet='10'] .swiper-slide,.swiper:not(.swiper-initialized)[data-tablet='10'] li.product{width:calc(10% - ((var(--gz-swiper-items-space-tablet) * (10 - 1))/ 10));margin-inline-end:var(--gz-swiper-items-space-tablet)}.swiper.custom-space-between .swiper-wrapper{margin-inline-start:calc((var(--gz-swiper-items-space-tablet)/ 2) * -1);margin-inline-end:calc((var(--gz-swiper-items-space-tablet)/ 2) * -1);row-gap:var(--gz-swiper-items-row-space-tablet)}.swiper.custom-space-between .swiper-wrapper .swiper-slide{padding-inline-start:calc(var(--gz-swiper-items-space-tablet)/ 2);padding-inline-end:calc(var(--gz-swiper-items-space-tablet)/ 2)}}@media (max-width:767px){.swiper:not(.swiper-initialized)[data-mobile='1'] .swiper-slide,.swiper:not(.swiper-initialized)[data-mobile='1'] li.product{width:calc(100% - ((var(--gz-swiper-items-space-mobile) * (1 - 1))/ 1));margin-inline-end:var(--gz-swiper-items-space-mobile)}.swiper:not(.swiper-initialized)[data-mobile='2'] .swiper-slide,.swiper:not(.swiper-initialized)[data-mobile='2'] li.product{width:calc(50% - ((var(--gz-swiper-items-space-mobile) * (2 - 1))/ 2));margin-inline-end:var(--gz-swiper-items-space-mobile)}.swiper:not(.swiper-initialized)[data-mobile='3'] .swiper-slide,.swiper:not(.swiper-initialized)[data-mobile='3'] li.product{width:calc(33.33% - ((var(--gz-swiper-items-space-mobile) * (3 - 1))/ 3));margin-inline-end:var(--gz-swiper-items-space-mobile)}.swiper:not(.swiper-initialized)[data-mobile='4'] .swiper-slide,.swiper:not(.swiper-initialized)[data-mobile='4'] li.product{width:calc(25% - ((var(--gz-swiper-items-space-mobile) * (4 - 1))/ 4));margin-inline-end:var(--gz-swiper-items-space-mobile)}.swiper:not(.swiper-initialized)[data-mobile='5'] .swiper-slide,.swiper:not(.swiper-initialized)[data-mobile='5'] li.product{width:calc(20% - ((var(--gz-swiper-items-space-mobile) * (5 - 1))/ 5));margin-inline-end:var(--gz-swiper-items-space-mobile)}.swiper:not(.swiper-initialized)[data-mobile='6'] .swiper-slide,.swiper:not(.swiper-initialized)[data-mobile='6'] li.product{width:calc(16.66% - ((var(--gz-swiper-items-space-mobile) * (6 - 1))/ 6));margin-inline-end:var(--gz-swiper-items-space-mobile)}.swiper:not(.swiper-initialized)[data-mobile='7'] .swiper-slide,.swiper:not(.swiper-initialized)[data-mobile='7'] li.product{width:calc(14.28% - ((var(--gz-swiper-items-space-mobile) * (7 - 1))/ 7));margin-inline-end:var(--gz-swiper-items-space-mobile)}.swiper:not(.swiper-initialized)[data-mobile='8'] .swiper-slide,.swiper:not(.swiper-initialized)[data-mobile='8'] li.product{width:calc(12.5% - ((var(--gz-swiper-items-space-mobile) * (8 - 1))/ 8));margin-inline-end:var(--gz-swiper-items-space-mobile)}.swiper:not(.swiper-initialized)[data-mobile='9'] .swiper-slide,.swiper:not(.swiper-initialized)[data-mobile='9'] li.product{width:calc(11.11% - ((var(--gz-swiper-items-space-mobile) * (9 - 1))/ 9));margin-inline-end:var(--gz-swiper-items-space-mobile)}.swiper:not(.swiper-initialized)[data-mobile='10'] .swiper-slide,.swiper:not(.swiper-initialized)[data-mobile='10'] li.product{width:calc(10% - ((var(--gz-swiper-items-space-mobile) * (10 - 1))/ 10));margin-inline-end:var(--gz-swiper-items-space-mobile)}.swiper:not(.swiper-initialized)[data-mobile='1'] .swiper-slide{width:calc(100vw - (var(--gz-swiper-items-space-mobile) * 2))}.swiper.custom-space-between .swiper-wrapper{margin-inline-start:calc((var(--gz-swiper-items-space-mobile)/ 2) * -1);margin-inline-end:calc((var(--gz-swiper-items-space-mobile)/ 2) * -1);row-gap:var(--gz-swiper-items-row-space-mobile)}.swiper.custom-space-between .swiper-wrapper .swiper-slide{padding-inline-start:calc(var(--gz-swiper-items-space-mobile)/ 2);padding-inline-end:calc(var(--gz-swiper-items-space-mobile)/ 2)}.swiper:not(.no-space-end).slides-per-view-auto--mobile{margin-inline-end:calc(var(--gz-swiper-items-space-mobile) * -1)}.slides-per-view-auto--mobile>.swiper:not(.no-space-end){margin-inline-end:calc(var(--gz-swiper-items-space-mobile) * -1)}.swiper-pagination{display:flex}.navigation-class--mobilearrows .swiper-pagination,.navigation-class--mobilenone .swiper-pagination{display:none}.navigation-class--mobiledots .swiper-button,.navigation-class--mobilenone .swiper-button{display:none}.navigation-class--mobilearrows .swiper-button,.navigation-class--mobileboth .swiper-button{display:inline-flex}.navigation-class--mobileboth .swiper-pagination,.navigation-class--mobiledots .swiper-pagination{display:flex}.swiper .swiper-pagination-bullets:not(.swiper-pagination-bullets--small){--swiper-pagination-bullet-width:calc(19 / 16 * 1rem);--swiper-pagination-bullet-height:calc(19 / 16 * 1rem)}.glozin-carousel--elementor{--gz-swiper-pagination-spacing:20px}}:where(.container,.container-xxl,.container-fluid){padding-left:var(--gz-gutter-x,15px);padding-right:var(--gz-gutter-x,15px);margin-inline:auto;width:100%}@media (min-width:1025px){.container{max-width:calc(var(--gz-container-width) + var(--gz-gutter-x)* 2)}.container-xxl{max-width:calc(var(--gz-container-xxl-width) + var(--gz-gutter-x) * 2)}.container,.container-fluid,.container-xxl{--gz-gutter-x:30px}}.site-content{padding-top:3.375rem;padding-bottom:5.625rem}.gz-row{display:flex;flex-wrap:wrap;margin-inline-start:calc(var(--gz-col-gap) * -1);margin-inline-end:calc(var(--gz-col-gap) * -1)}.gz-col{min-height:1px;padding-left:var(--gz-col-gap);padding-right:var(--gz-col-gap)}.grid-cols{grid-template-columns:repeat(var(--grid-col),calc((100% - var(--grid-gap,0px) * calc(var(--grid-col) - 1))/ var(--grid-col)))}.gz-col-12{flex:0 0 100%;max-width:100%}.gz-col-11{flex:0 0 91.66667%;max-width:91.66667%}.gz-col-10{flex:0 0 83.33333%;max-width:83.33333%}.gz-col-9{flex:0 0 75%;max-width:75%}.gz-col-8{flex:0 0 66.66667%;max-width:66.66667%}.gz-col-7{flex:0 0 58.33333%;max-width:58.33333%}.gz-col-6{flex:0 0 50%;max-width:50%}.gz-col-5{flex:0 0 41.66667%;max-width:41.66667%}.gz-col-4{flex:0 0 33.33333%;max-width:33.33333%}.gz-col-3{flex:0 0 25%;max-width:25%}.gz-col-2{flex:0 0 16.66667%;max-width:16.66667%}.gz-col-1{flex:0 0 8.33333%;max-width:8.33333%}.gz-col-1-5{flex:0 0 20%;max-width:20%}@media (min-width:768px){.gz-col-md-12{flex:0 0 100%;max-width:100%}.gz-col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.gz-col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.gz-col-md-9{flex:0 0 75%;max-width:75%}.gz-col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.gz-col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.gz-col-md-6{flex:0 0 50%;max-width:50%}.gz-col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.gz-col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.gz-col-md-3{flex:0 0 25%;max-width:25%}.gz-col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.gz-col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.gz-col-md-1-5{flex:0 0 20%;max-width:20%}}@media (min-width:992px){.gz-col-lg-12{flex:0 0 100%;max-width:100%}.gz-col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.gz-col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.gz-col-lg-9{flex:0 0 75%;max-width:75%}.gz-col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.gz-col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.gz-col-lg-6{flex:0 0 50%;max-width:50%}.gz-col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.gz-col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.gz-col-lg-3{flex:0 0 25%;max-width:25%}.gz-col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.gz-col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.gz-col-lg-1-5{flex:0 0 20%;max-width:20%}}@media (min-width:1025px){.gz-col-xl-12{flex:0 0 100%;max-width:100%}.gz-col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.gz-col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.gz-col-xl-9{flex:0 0 75%;max-width:75%}.gz-col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.gz-col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.gz-col-xl-6{flex:0 0 50%;max-width:50%}.gz-col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.gz-col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.gz-col-xl-3{flex:0 0 25%;max-width:25%}.gz-col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.gz-col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.gz-col-xl-1-5{flex:0 0 20%;max-width:20%}.gz-row-cols-2>*{width:50%}}@media (min-width:1200px){.gz-col-xxl-3{flex:0 0 25%;max-width:25%}}.d-block{display:block}.d-inline-block{display:inline-block}.d-none{display:none}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-grid{display:grid}@media (min-width:1200px){.d-block-xxl{display:block}}@media (min-width:1025px){.d-flex-xl{display:flex}.d-inline-flex-xl{display:inline-flex}.d-block-xl{display:block}.d-none-xl{display:none}}@media (min-width:992px){.d-block-lg{display:block}}@media (min-width:768px){.d-flex-md{display:flex}.d-none-md{display:none}.d-block-md{display:block}.d-inline-block-md{display:inline-block}.d-table-row-md{display:table-row}.d-table-cell-md{display:table-cell}}.text-left{text-align:start}.text-center{text-align:center}.text-right{text-align:end}.clearfix::after{display:block;clear:both;content:""}.clear-both{clear:both}.last-0:last-child,.last-0:last-of-type{margin:0;padding:0;border:0}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-column{flex-direction:column}.align-items-start{align-items:flex-start}.align-items-center{align-items:center}.align-items-end{align-items:flex-end}.align-items-stretch{align-items:stretch}.align-self-start{align-self:flex-start}.align-self-stretch{align-self:stretch}.justify-content-start{justify-content:flex-start}.justify-content-center{justify-content:center}.justify-content-end{justify-content:flex-end}.justify-content-between{justify-content:space-between}.justify-self-end{justify-self:flex-end}.flex-grow-1{flex-grow:1}.flex-grow-0{flex-grow:0}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-1{flex:1 1 0%}.gap-0{gap:0}.gap-3{gap:.1875rem}.gap-5{gap:.3125rem}.gap-7{gap:.4375rem}.gap-9{gap:.5625rem}.gap-10{gap:.625rem}.gap-15{gap:.9375rem}.gap-20{gap:1.25rem}.gap-24{gap:1.5rem}.gap-25{gap:1.5625rem}.gap-30{gap:1.875rem}.gap-40{gap:2.5rem}.gap-60{gap:3.75rem}.gap-custom{gap:var(--grid-gap)}.column-gap-5{column-gap:.3125rem}.column-gap-20{column-gap:1.25rem}.column-gap-30{column-gap:1.875rem}.column-gap-60{column-gap:3.75rem}.row-gap-3{row-gap:.1875rem}.row-gap-15{row-gap:.9375rem}.row-gap-20{row-gap:1.25rem}.row-gap-40{row-gap:2.5rem}.column-custom{flex:0 0 auto;width:var(--col-width,50%)}.column-custom-remaining{flex:0 0 calc(100% - var(--col-width,50%) - var(--col-gap));width:calc(100% - var(--col-width,50%) - var(--col-gap))}@media (min-width:768px){.flex-md-row{flex-direction:row}.flex-md-row-reverse{flex-direction:row-reverse}.align-items-md-center{align-items:center}.flex-wrap-md{flex-wrap:wrap}.flex-nowrap-md{flex-wrap:nowrap}.gap-md-20{gap:1.25rem}.gap-md-30{gap:1.875rem}.column-md-custom{flex:0 0 auto;width:var(--col-width,50%)}.column-md-custom-remaining{flex:0 0 calc(100% - var(--col-width) - var(--col-gap));width:calc(100% - var(--col-width) - var(--col-gap))}}@media (min-width:992px){.flex-lg-row{flex-direction:row}.align-items-lg-start{align-items:flex-start}.align-items-lg-center{align-items:center}.align-items-lg-stretch{align-items:stretch}.justify-content-lg-start{justify-content:flex-start}.flex-nowrap-lg{flex-wrap:nowrap}.gap-lg-0{gap:0}}@media (min-width:1025px){.flex-xl-row{flex-direction:row}.flex-xl-row-reverse{flex-direction:row-reverse}.gap-xl-40{gap:2.5rem}.gap-xl-60{gap:3.75rem}.gap-xl-10{gap:.625rem}.justify-content-xl-center{justify-content:center}.column-xl-custom{flex:0 0 auto;width:var(--col-width,50%)}.column-xl-custom-remaining{flex:0 0 calc(100% - var(--col-width) - var(--col-gap));width:calc(100% - var(--col-width) - var(--col-gap))}}.fw-inherit{font-weight:inherit}.fw-normal{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.fst-normal{font-style:normal}.fs-inherit{font-size:inherit}.fs-9{font-size:.5625rem}.fs-10{font-size:.625rem}.fs-11{font-size:.6875rem}.fs-12{font-size:.75rem}.fs-13{font-size:.8125rem}.fs-14{font-size:.875rem}.fs-15{font-size:.9375rem}.fs-16{font-size:1rem}.fs-18{font-size:1.125rem}.fs-20{font-size:1.25rem}.fs-22{font-size:1.375rem}.fs-24{font-size:1.5rem}.fs-28{font-size:1.75rem}.fs-30{font-size:1.875rem}.fs-32{font-size:2rem}.fs-36{font-size:2.25rem}.fs-40{font-size:2.5rem}.fs-60{font-size:3.75rem}@media (min-width:768px){.fs-24-md{font-size:1.5rem}}.text-inherit{color:inherit}.text-base{color:var(--gz-color-base)}.text-dark{color:var(--gz-color-dark)}.text-light{color:var(--gz-color-light)}.text-primary{color:var(--gz-color-primary)}.text-gray{color:var(--gz-color-grey)}.text-dark-grey{color:var(--gz-color-dark-grey)}.text-hover-color:hover{color:var(--gz-color-dark)}.text-on-primary{color:var(--gz-text-color-on-primary)}.border-none{border:none}.border{border:1px solid var(--gz-border-color)}.border-top{border-top:1px solid var(--gz-border-color)}.border-start{border-inline-start:1px solid var(--gz-border-color)}.border-bottom{border-bottom:1px solid var(--gz-border-color)}.border-end{border-inline-end:1px solid var(--gz-border-color)}.border-dashed{border:1px dashed var(--gz-border-color)}.border-top-dashed{border-top:1px dashed var(--gz-border-color)}.border-bottom-dashed{border-bottom:1px dashed var(--gz-border-color)}.border-end-dashed{border-inline-end:1px dashed var(--gz-border-color)}.border-last-0:last-child,.border-last-0:last-of-type{border:0}@media (min-width:768px){.border-md-none{border:none}.border-md-end{border-inline-end:1px solid var(--gz-border-color)}}@media (min-width:992px){.border-lg-start{border-inline-start:1px solid var(--gz-border-color)}}.hidden{display:none!important}@media (min-width:768px){.hidden-md{display:none!important}}@media (min-width:992px){.hidden-lg{display:none!important}}@media (min-width:1025px){.hidden-xl{display:none!important}}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.gz-loading-spin{--gz-animation-state:running;position:relative;color:transparent;cursor:default}.gz-loading-spin::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.gz-lazy-load-image{--gz-loading-bg-color:rgba(39, 39, 39, 0.05);--gz-loading-color:#171717;--gz-loading-color-active:#fafafa;--gz-loading-width:50px;--gz-loading-height:2px;display:none;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background-color:var(--gz-loading-bg-color)}.gz-lazy-load-image .gz-lazy-load-image__loader{position:relative;width:var(--gz-loading-width);height:var(--gz-loading-height);background-color:var(--gz-loading-color)}.gz-lazy-load-image .gz-lazy-load-image__loader::before{content:'';display:inline-flex;position:absolute;background-color:var(--gz-loading-color-active);top:0;left:0;width:0%;height:100%;animation:moving 1.2s ease-in-out infinite}.gz-lazy-load .gz-lazy-load-video,.gz-lazy-load img{opacity:.01}.gz-lazy-load .gz-lazy-load-image{display:flex}.gz-vibrate{-webkit-animation-name:vibrate;animation-name:vibrate}.gz-fadeinup{--gz-fadeinup-delay:0.05s;transition:opacity .25s,transform .25s;transition-delay:var(--gz-fadeinup-delay)}.gz-fadeinup:not(.gz-animated){opacity:1;transform:translateY(0)}.gz-fadeinup.gz-animated{opacity:0;transform:translateY(30px)}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:sticky;align-self:start}.top-0{top:0}.top-2{top:2px}.top-10{top:10px}.top-13{top:13px}.top-15{top:15px}.top-20{top:20px}.top-21{top:21px}.top-30{top:30px}.top-50{top:50%}.bottom-0{bottom:0}.bottom-10{bottom:10px}.bottom-15{bottom:15px}.bottom-20{bottom:20px}.bottom-25{bottom:25px}.bottom-30{bottom:30px}.left-0{left:0}.start-auto{left:auto}.start-0{inset-inline-start:0}.start-5{inset-inline-start:5px}.start-10{inset-inline-start:10px}.start-15{inset-inline-start:15px}.start-20{inset-inline-start:20px}.start-50{left:50%}.end-0{inset-inline-end:0}.end-5{inset-inline-end:5px}.end-10{inset-inline-end:10px}.end-15{inset-inline-end:15px}.end-20{inset-inline-end:20px}.end-30{inset-inline-end:30px}.end-45{inset-inline-end:45px}.translate-middle{transform:translate(-50%,-50%)}.translate-middle-y{transform:translateY(-50%)}.translate-middle-x{transform:translateX(-50%)}@media (min-width:768px){.position-sticky-md{position:sticky;align-self:start}.position-static-md{position:static}.position-sticky-md-important{position:sticky!important}.position-absolute-md{position:absolute}.start-30-md{inset-inline-start:30px}.end-auto-md{inset-inline-start:auto}.bottom-30-md{bottom:30px}}@media (min-width:992px){.position-sticky-lg{position:sticky;align-self:start}}@media (min-width:1025px){.position-sticky-xl{position:sticky;align-self:start}.position-absolute-xl{position:absolute}.position-static-xl{position:static}.position-static-xl-important{position:static!important}.top-15-xl{top:15px}.top-30-xl{top:30px}.top-65-xl{top:65px}.top-90-xl{inset-block-start:90px}.bottom-auto-xl{bottom:auto}.bottom-30-xl{bottom:30px}.start-15-xl{inset-inline-start:15px}.start-30-xl{inset-inline-start:30px}.start-35-xl{inset-inline-start:35px}.end-15-xl{inset-inline-end:15px}.end-30-xl{inset-inline-end:30px}}.py-0{padding-top:0;padding-bottom:0}.py-4{padding-top:.25rem;padding-bottom:.25rem}.py-5{padding-top:.3125rem;padding-bottom:.3125rem}.py-6{padding-top:.375rem;padding-bottom:.375rem}.py-8{padding-top:.5rem;padding-bottom:.5rem}.py-9{padding-top:.5625rem;padding-bottom:.5625rem}.py-10{padding-top:.625rem;padding-bottom:.625rem}.py-15{padding-top:.9375rem;padding-bottom:.9375rem}.py-16{padding-top:1rem;padding-bottom:1rem}.py-17{padding-top:1.0625rem;padding-bottom:1.0625rem}.py-18{padding-top:1.125rem;padding-bottom:1.125rem}.py-20{padding-top:1.25rem;padding-bottom:1.25rem}.py-22{padding-top:1.375rem;padding-bottom:1.375rem}.py-23{padding-top:1.4375rem;padding-bottom:1.4375rem}.py-24{padding-top:1.5rem;padding-bottom:1.5rem}.py-25{padding-top:1.5625rem;padding-bottom:1.5625rem}.py-30{padding-top:1.875rem;padding-bottom:1.875rem}.py-40{padding-top:2.5rem;padding-bottom:2.5rem}.py-50{padding-top:3.125rem;padding-bottom:3.125rem}.py-custom{padding-top:clamp(calc(var(--gz-section-pt) * .75px),calc((var(--gz-section-pt) * .75px) + calc(var(--gz-section-pt) - (var(--gz-section-pt) * .75)) * var(--gz-responsive-rate)),calc(var(--gz-section-pt) * 1px));padding-bottom:clamp(calc(var(--gz-section-pb) * .75px),calc((var(--gz-section-pb) * .75px) + calc(var(--gz-section-pb) - (var(--gz-section-pb) * .75)) * var(--gz-responsive-rate)),calc(var(--gz-section-pb) * 1px))}.px-0{padding-left:0;padding-right:0}.px-5{padding-left:.3125rem;padding-right:.3125rem}.px-10{padding-left:.625rem;padding-right:.625rem}.px-15{padding-left:.9375rem;padding-right:.9375rem}.px-17{padding-left:1.0625rem;padding-right:1.0625rem}.px-20{padding-left:1.25rem;padding-right:1.25rem}.px-22{padding-left:1.375rem;padding-right:1.375rem}.px-25{padding-left:1.5625rem;padding-right:1.5625rem}.px-30{padding-left:1.875rem;padding-right:1.875rem}.px-40{padding-left:2.5rem;padding-right:2.5rem}.px-55{padding-left:3.4375rem;padding-right:3.4375rem}.pt-15{padding-top:.9375rem}.pt-17{padding-top:1.0625rem}.pt-20{padding-top:1.25rem}.pt-25{padding-top:1.5625rem}.pt-27{padding-top:1.6875rem}.pt-30{padding-top:1.875rem}.pt-40{padding-top:2.5rem}.pt-55{padding-top:clamp(calc(35 / 16 * 1rem),4.3vw,calc(55 / 16 * 1rem))}.pt-60{padding-top:3.75rem}.pb-5{padding-bottom:.3125rem}.pb-10{padding-bottom:.625rem}.pb-15{padding-bottom:.9375rem}.pb-20{padding-bottom:1.25rem}.pb-22{padding-bottom:1.375rem}.pb-24{padding-bottom:1.5rem}.pb-25{padding-bottom:1.5625rem}.pb-30{padding-bottom:1.875rem}.pb-40{padding-bottom:2.5rem}.pb-50{padding-bottom:3.125rem}.ps-2{padding-inline-start:0.125rem}.ps-3{padding-inline-start:0.1875rem}.ps-4{padding-inline-start:0.25rem}.ps-10{padding-inline-start:0.625rem}.ps-15{padding-inline-start:0.9375rem}.ps-40{padding-inline-start:2.5rem}.ps-60{padding-inline-start:3.75rem}.ps-75{padding-inline-start:4.6875rem}.pe-5{padding-inline-end:0.3125rem}.pe-10{padding-inline-end:0.625rem}.pe-15{padding-inline-end:0.9375rem}.pe-30{padding-inline-end:1.875rem}.pe-75{padding-inline-end:4.6875rem}.m-0{margin:0}.my-0{margin-top:0;margin-bottom:0}.my-5{margin-top:.3125rem;margin-bottom:.3125rem}.my-20{margin-top:1.25rem;margin-bottom:1.25rem}.mx-0{margin-inline-start:0;margin-inline-end:0}.mt-auto{margin-top:auto}.mt-0{margin-top:0}.mt-5{margin-top:.3125rem}.mt-7{margin-top:.3125rem}.mt-8{margin-top:.5rem}.mt-10{margin-top:.625rem}.mt-14{margin-top:.875rem}.mt-15{margin-top:.9375rem}.mt-20{margin-top:1.25rem}.mt-22{margin-top:1.375rem}.mt-25{margin-top:1.5625rem}.mt-30{margin-top:1.875rem}.mt-40{margin-top:clamp(calc(30 / 16 * 1rem),3.8vw,calc(40 / 16 * 1rem))}.mt-50{margin-top:clamp(calc(35 / 16 * 1rem),4.3vw,calc(50 / 16 * 1rem))}.mt-60{margin-top:clamp(calc(40 / 16 * 1rem),4.5vw,calc(60 / 16 * 1rem))}.mb-0{margin-bottom:0}.mb-3{margin-bottom:.1875rem}.mb-5{margin-bottom:.3125rem}.mb-10{margin-bottom:.625rem}.mb-15{margin-bottom:.9375rem}.mb-17{margin-bottom:1.0625rem}.mb-20{margin-bottom:1.25rem}.mb-22{margin-bottom:1.375rem}.mb-24{margin-bottom:1.5rem}.mb-25{margin-bottom:1.5625rem}.mb-30{margin-bottom:1.875rem}.mb-33{margin-bottom:2.0625rem}.mb-35{margin-bottom:2.1875rem}.mb-36{margin-bottom:2.25rem}.mb-40{margin-bottom:2.5rem}.mb-50{margin-bottom:3.125rem}.mb-60{margin-bottom:3.75rem}.ms-auto{margin-inline-start:auto}.ms-5{margin-inline-start:.3125rem}.ms-7{margin-inline-start:.4375rem}.ms-10{margin-inline-start:.625rem}.ms-30{margin-inline-start:1.875rem}.ms-35{margin-inline-start:2.1875rem}.me-3{margin-inline-end:.1875rem}.me-7{margin-inline-end:.4375rem}.me-15{margin-inline-end:.9375rem}.me-auto{margin-inline-end:auto}.ms-first-0:first-child{margin-inline-start:0}@media (min-width:768px){.mt-md-0{margin-top:0}.pt-md-0{padding-top:0}.px-md-30{padding-left:1.875rem;padding-right:1.875rem}.px-md-46{padding-left:2.875rem;padding-right:2.875rem}.px-md-50{padding-left:3.125rem;padding-right:3.125rem}.px-md-55{padding-left:3.4375rem;padding-right:3.4375rem}.px-md-43{padding-left:2.6875rem;padding-right:2.6875rem}.py-md-5{padding-top:.3125rem;padding-bottom:.3125rem}.py-md-10{padding-top:.625rem;padding-bottom:.625rem}.py-md-50{padding-top:3.125rem;padding-bottom:3.125rem}.mb-md-25{margin-bottom:1.5625rem}.mb-md-60{margin-bottom:3.75rem}.pe-md-30{padding-inline-end:1.875rem}.pb-md-50{padding-bottom:3.125rem}}@media (min-width:992px){.px-lg-30{padding-left:1.875rem;padding-right:1.875rem}.px-lg-55{padding-left:3.4375rem;padding-right:3.4375rem}.ps-lg-75{padding-inline-start:4.6875rem}.pe-lg-75{padding-inline-end:4.6875rem}.ps-lg-30{padding-inline-start:1.875rem}}@media (min-width:1025px){.mt-xl-30{margin-top:1.875rem}.mt-xl-50{margin-top:50px}.mb-xl-50{margin-bottom:3.125rem}.py-xl-20{padding-top:1.25rem;padding-bottom:1.25rem}.px-xl-20{padding-left:1.25rem;padding-right:1.25rem}.px-xl-25{padding-left:1.5625rem;padding-right:1.5625rem}.px-xl-30{padding-left:1.875rem;padding-right:1.875rem}.px-xl-55{padding-left:3.4375rem;padding-right:3.4375rem}.pb-xl-17{padding-bottom:1.0625rem}.py-xl-30{padding-left:1.875rem;padding-right:1.875rem}}.rounded-0{border-radius:0}.rounded-5{border-radius:.3125rem}.rounded-10{border-radius:.625rem}.rounded-15{border-radius:.9375rem}.rounded-20{border-radius:1.25rem}.rounded-30{border-radius:1.875rem}.rounded-100{border-radius:100%}.lh-normal{line-height:normal}.lh-1{line-height:1}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-transform-inherit{text-transform:inherit}.text-nowrap{white-space:nowrap}.text-pre-wrap{white-space:pre-wrap}.text-ellipsis{display:-webkit-box;-webkit-line-clamp:var(--gz-line-clamp-count,1);-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.invisible{opacity:0;visibility:hidden}.visible{opacity:1;visibility:visible}.shadow{box-shadow:var(--shadow,0 30px 0 rgba(0,0,0,.08))}.no-underline{text-decoration-line:none}.underline{text-decoration-line:underline}.underline-important{text-decoration-line:underline!important}.animate-underline{position:relative}.animate-underline::before{content:'';position:absolute;bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:currentColor;transform-origin:left;transform:scaleX(0);transition:transform .3s ease-in-out}.animate-underline:hover::before{transform:scaleX(1)}.z-n1{z-index:-1}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-100{z-index:100}.w-100{width:100%}.w-75{width:75%}.w-50{width:50%}.w-25{width:25%}.w-20{width:20%}.w-auto{width:auto}.h-100{height:100%}.h-75{height:75%}.h-50{height:50%}.h-25{height:25%}.h-auto{height:auto}.m-w-450{max-width:450px}.m-w-340{max-width:340px}.w-custom{width:var(--custom-width)}.min-w-200{min-width:200px}.min-w-180{min-width:180px}@media (min-width:768px){.w-auto-md{width:auto}.w-custom-md{width:var(--custom-width)}.w-50-md{width:50%}}.object-fit-cover{object-fit:cover}.pe-none{pointer-events:none}.pe-auto{pointer-events:auto}:where(.gz-ratio){display:flex;width:100%;position:relative}:where(.gz-ratio):before{content:'';width:0;height:0;display:block;padding-bottom:var(--gz-ratio-percent)}:where(.gz-ratio) iframe,:where(.gz-ratio) img{display:block;max-width:100%;position:absolute;margin:0;top:0;inset-inline-start:0;height:100%;width:100%;object-fit:cover;object-position:center}.gz-ratio--product-image{--gz-ratio-percent:var(--product-image-ratio-percent)}.gz-ratio--portrait{--gz-ratio-percent:128%}@media screen and (min-width:768px) and (max-width:1024px){:where(.gz-ratio):before{padding-bottom:var(--gz-ratio-percent-tablet,var(--gz-ratio-percent))}}@media screen and (max-width:767px){:where(.gz-ratio):before{padding-bottom:var(--gz-ratio-percent-mobile,var(--gz-ratio-percent-tablet,var(--gz-ratio-percent)))}}.gz-ratio--iframe{display:flex;width:100%;position:relative;overflow:hidden}.gz-ratio--iframe::before{content:'';width:0;height:0;display:block;padding-bottom:var(--gz-ratio-percent)}.gz-ratio--iframe blockquote{min-width:var(--gz-ratio-iframe-min-width);position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;margin:0;padding:0;background-color:transparent}.gz-ratio--iframe iframe{transform:scale(clamp(.2,calc((var(--gz-item-iframe-width,325) - 1)/ var(--gz-item-iframe-width-origin,325)),1));transform-origin:top left;width:100%;display:block;visibility:unset}@media (min-width:1025px) and (pointer:fine) and (prefers-reduced-motion:no-preference){.gz-hover-zoom .gz-hover-effect:hover :is(img,.placeholder-image,picture),.gz-hover-zoom.gz-hover-effect:hover :is(img,.placeholder-image,picture){transform:var(--gz-zoom-transform,scale(1.05))}.gz-hover-effect :is(img,.placeholder-image,picture){transition:var(--transition);will-change:transform}.gz-hover-effect{--transition:transform 0.5s ease}}.bg-light{background-color:var(--gz-color-light)}.bg-light-grey{background-color:var(--gz-color-light-grey)}.bg-dark{background-color:var(--gz-color-dark)}.bg-primary{background-color:var(--gz-color-primary)}.align-top{vertical-align:top}
/*!/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!/wp-content/themes/glozin/style.css*/
@charset "UTF-8";
/*!
Theme Name: Glozin
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 2.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

Copyright: (c) 2025 UIXThemes. All rights reserved. 

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## Layouts
# Components


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@media (min-width: 1025px) {
	:root {
		--gz-col-gap-desktop: 60px;
	}
	.content-sidebar .content-area,
	.sidebar-content .content-area {
		flex: 0 0 calc(100% - var(--gz-col-width) - var(--gz-col-gap-desktop));
		width: calc(100% - var(--gz-col-width) - var(--gz-col-gap-desktop));
	}
	.content-sidebar .widget-area,
	.sidebar-content .widget-area {
		flex: 0 0 auto;
		width: var(--gz-col-width, 50%);
	}
	.sidebar-content .site-content-container {
		flex-direction: row-reverse;
	}
	.content-sidebar .site-content-container {
		flex-direction: row;
	}
	.no-sidebar .site-content-container {
		justify-content: center;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.topbar {
	--gz-background-color: var(--gz-color-dark);
	--gz-text-color: var(--gz-color-light);
	--gz-text-hover-color: #999;
	background-color: var(--gz-background-color);
	color: var(--gz-text-color);
	min-height: 42px;
	position: relative;
	z-index: 12;
}

.topbar:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: var(--gz-topbar-border-width, 0);
	width: 100%;
	background-color: var(--gz-topbar-border-color, var(--gz-border-color));
	z-index: 1;
}

.topbar-container {
	height: 100%;
	min-height: inherit;
}

.topbar-container:before, .topbar-container:after {
	display: none;
}

.topbar-items {
	line-height: 42px;
	flex: 1;
}

.topbar-slides {
	max-width: 400px;
	width: 100%;
}

.topbar-slides .navigation-merged {
	background-color: var(--gz-background-color);
}

.topbar-slides .swiper .swiper-button-text {
	--gz-arrow-width: 26px;
	--gz-arrow-height: 25px;
	--gz-arrow-color: rgba(255, 255, 255, 0.5);
	--gz-arrow-color-hover: var(--gz-color-light);
	--gz-arrow-bg-color: var(--gz-background-color);
	--gz-arrow-bg-color-hover: var(--gz-background-color);
}

.topbar-slides__item {
	background-color: var(--gz-background-color);
}

.topbar-slides__item a {
	font-weight: 600;
	color: inherit;
	display: inline-block;
	line-height: 1;
}

.topbar-slides__item a svg {
	-webkit-margin-start: 5px;
	        margin-inline-start: 5px;
}

.topbar-slides__item a:hover {
	color: var(--gz-text-hover-color);
}

.topbar-menu {
	height: 100%;
}

.topbar-menu .nav-menu {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 25px;
}

.topbar-menu .nav-menu > li {
	padding: 0;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.topbar-menu .nav-menu > li > a {
	font-size: 13px;
	font-size: 0.8125rem;
	color: inherit;
	white-space: nowrap;
	transition: 0.4s;
	background: none;
}

.topbar-menu .nav-menu > li > a .glozin-svg-icon,
.topbar-menu .nav-menu > li > a .menu-item-icon {
	font-size: 10px;
	font-size: 0.625rem;
	margin: 2px 8px 0 0;
}

.topbar-menu .nav-menu > li > a .menu-icon-item-position--right {
	margin: 2px 0 0 8px;
}

.topbar-menu .nav-menu > li > a:hover {
	color: var(--gz-text-hover-color);
}

.topbar-menu .nav-menu > li > a:after {
	display: none;
}

.site-header {
	position: relative;
	z-index: 11;
	background-color: var(--gz-color-light);
}

.site-header .has-menu .primary-navigation {
	position: static;
}

.site-header__section {
	color: var(--gz-header-color);
}

.header-items {
	color: var(--gz-header-color);
}

.header-items > * {
	position: relative;
}

.header-items .gz-button-icon {
	--gz-button-width: 40px;
	--gz-button-height: 40px;
}

.header-items > a:not(:hover),
.header-items > button:not(:hover),
.header-items > .gz-button:not(:hover) {
	color: inherit;
}

.header-left-items .nav-menu .menu-item-pos-alignment--left.menu-item-pos-static {
	position: static;
}

.header-right-items .nav-menu .menu-item-pos-alignment--right.menu-item-pos-static {
	position: static;
}

.header-main {
	--gz-header-main-border-color: var(--gz-border-color);
	--gz-header-main-shadow-color: transparent;
	--gz-header-main-bg-color: transparent;
	height: 70px;
	border-bottom: 1px solid var(--gz-header-main-border-color);
	box-shadow: 0 1px 3px var(--gz-header-main-shadow-color);
	background-color: var(--gz-header-main-bg-color);
}

.header-bottom {
	--gz-header-bottom-border-color: var(--gz-border-color);
	--gz-header-bottom-shadow-color: transparent;
	--gz-header-bottom-bg-color: transparent;
	height: 60px;
	border-bottom: 1px solid var(--gz-header-bottom-border-color);
	box-shadow: 0 1px 3px var(--gz-header-bottom-shadow-color);
	background-color: var(--gz-header-bottom-bg-color);
}

.glozin-header-main-divider .header-main {
	--gz-header-main-border-color: var( --gz-border-color );
}

.glozin-header-bottom-divider .header-bottom {
	--gz-header-bottom-border-color: var( --gz-border-color );
}

.header-counter {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 19px;
	height: 18px;
	min-width: 18px;
	text-align: center;
	padding: 0 3px;
	font-weight: 500;
	border-radius: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 5px;
	inset-inline-end: 0;
	color: var(--gz-text-color-on-primary);
	background-color: var(--gz-color-primary);
}

.header__size-large .header-counter {
	top: 2px;
	inset-inline-end: -1px;
}

.header-v4 .header-items {
	gap: 17px;
}

.header-v4 .header-main {
	--gz-header-main-bg-color: #0c0427;
	--gz-header-sticky-bg-color:#0c0427;
	--gz-header-color: var(--gz-color-light);
	--gz-header-sticky-color: var(--gz-color-light);
	height: 95px;
}

.header-v4 .header-main .header-left-items,
.header-v4 .header-main .header-right-items {
	flex: 0 0 auto;
}

.header-v4 .header-mobile-main {
	--gz-header-main-bg-color: #0c0427;
	--gz-header-color: var(--gz-color-light);
}

.header-v4 .header-mobile-main .header-items {
	gap: 0;
}

.header-v4 .header-search__field {
	width: 700px;
}

.header-v4 .header-search__form .header-search__field {
	padding-top: 12.5px;
	padding-bottom: 12.5px;
}

.header-v4 .header-search__form .header-search__button {
	--gz-button-height: 45px;
}

.header-v4 .header-account {
	-webkit-padding-end: 7px;
	        padding-inline-end: 7px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: var(--gz-rounded-xs);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	inset-inline-start: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

.header-logo > a {
	color: inherit;
}

.header-logo > a:hover {
	text-decoration: none;
}

.header-logo > a img {
	--gz-image-rounded: 0;
	vertical-align: middle;
}

.header-logo > a svg {
	fill: currentColor;
	vertical-align: middle;
	width: auto;
	height: auto;
}

.header-logo .logo-light {
	display: none;
}

.search-modal-form.header-transparent .header-main {
	--gz-header-main-bg-color: #fff;
	--gz-header-color: #111;
}

.search-modal-form.header-transparent .header-bottom {
	--gz-header-bottom-bg-color: #fff;
	--gz-header-color: #111;
}

.header-search__icon {
	--gz-button-font-size: 17px;
}

.header-search__form .gz-instant-search__button,
.modal__container .gz-instant-search__button {
	--gz-button-icon-size: 16px;
	--gz-button-bg-color: transparent;
	--gz-button-border-color: transparent;
	--gz-button-bg-color-hover: transparent;
	--gz-button-border-color-hover: transparent;
	--gz-button-color: var(--gz-color-dark-grey);
	--gz-button-color-hover: var(--gz-color-dark);
}

.header-search__form .header-search__button,
.modal__container .header-search__button {
	--gz-button-width: 44px;
	--gz-button-height: 40px;
}

.header-search__form .header-search__field,
.modal__container .header-search__field {
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-padding-start: 45px;
	        padding-inline-start: 45px;
	-webkit-padding-end: 10px;
	        padding-inline-end: 10px;
}

.header-search__form .close-search-results,
.modal__container .close-search-results {
	--gz-button-icon-size: 10px;
	--gz-button-bg-color: transparent;
	--gz-button-border-color: transparent;
	--gz-button-bg-color-hover: transparent;
	--gz-button-border-color-hover: transparent;
	--gz-button-color: var(--gz-color-dark);
	--gz-button-color-hover: var(--gz-color-dark);
	--gz-loading-color: var(--gz-color-dark);
	--gz-button-width: 28px;
	--gz-button-height: 100%;
}

.header-search__form.searching .close-search-results,
.modal__container.searching .close-search-results {
	opacity: 1;
	visibility: visible;
	--gz-animation-state: running;
	position: relative;
	color: transparent;
	cursor: default;
	position: absolute;
}

.header-search__form.searching .close-search-results::before,
.modal__container.searching .close-search-results::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	-webkit-mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");
	        mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	background-color: var(--gz-loading-color);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-animation: spin 0.8s infinite linear var(--gz-animation-state);
	        animation: spin 0.8s infinite linear var(--gz-animation-state);
	transform: none;
}

.header-search__form.searched .close-search-results:focus, .header-search__form.searched .close-search-results:hover,
.modal__container.searched .close-search-results:focus,
.modal__container.searched .close-search-results:hover {
	opacity: 1;
	visibility: visible;
}

.header-search__form.searched .gz-instant-search__field:focus ~ .close-search-results, .header-search__form.searched .gz-instant-search__field:hover ~ .close-search-results,
.modal__container.searched .gz-instant-search__field:focus ~ .close-search-results,
.modal__container.searched .gz-instant-search__field:hover ~ .close-search-results {
	opacity: 1;
	visibility: visible;
}

.header-search__form.searched.actived .close-search-results,
.modal__container.searched.actived .close-search-results {
	opacity: 1;
	visibility: visible;
}

.gz-instant-search__form:hover .gz-instant-search__field {
	border-color: var(--gz-input-border-color-hover);
}

.header-account a {
	color: inherit;
}

.header-account__icon {
	--gz-button-icon-size: 16px;
}

.header-account__size-large {
	--gz-button-icon-size: 24px;
}

.header-account-wrapper .gz-button {
	--gz-button-font-size: 13px;
	font-weight: 600;
}

.header-account-wrapper .gz-button:first-child:not(:last-child) {
	font-size: 11px;
}

.header-compare .gz-button-icon {
	--gz-button-font-size: 14px;
	color: inherit;
}

.header-compare__size-large .gz-button-icon {
	--gz-button-font-size: 18px;
}

.header-wishlist .gz-button-icon {
	--gz-button-icon-size: 19px;
	color: inherit;
}

.header-wishlist .glozin-svg-icon {
	display: inline-flex;
}

.header-wishlist__size-large .gz-button-icon {
	--gz-button-icon-size: 27px;
}

.header-wishlist__size-large .glozin-svg-icon-original svg {
	width: 27px;
	height: auto;
}

.header-cart .gz-button-icon {
	--gz-button-icon-size: 16px;
	color: inherit;
}

.header-cart .glozin-price-saved {
	display: none;
}

.header-cart .price {
	color: inherit;
}

.header-cart .glozin-svg-icon--shopping-cart {
	--gz-button-icon-size: 20px;
}

.header-cart .glozin-svg-icon--shopping-cart.shopping-cart {
	--gz-button-icon-size: 24px;
}

.header-cart__size-large .gz-button-icon {
	--gz-button-icon-size: 27px;
}

.header-cart__size-large .glozin-svg-icon--shopping-cart {
	--gz-button-icon-size: 30px;
}

.header-cart__size-large .glozin-svg-icon--shopping-cart.shopping-cart {
	--gz-button-icon-size: 34px;
}

.header-cart__size-large .glozin-svg-icon-original svg {
	width: 27px;
	height: auto;
}

.header-cart__size-large.gz-button-icon {
	--gz-button-width: 58px;
}

.header-hamburger {
	padding-top: 2px;
	-webkit-padding-end: 20px;
	        padding-inline-end: 20px;
}

.header-hamburger .glozin-svg-icon {
	font-size: 22px;
	font-size: 1.375rem;
	margin: 0;
}

.campaign-bar {
	--gz-campaign-background: var(--gz-color-dark);
	--gz-campaign-text-color: var(--gz-color-light);
	background-color: var(--gz-campaign-background);
	color: var(--gz-campaign-text-color);
	min-height: 42px;
	line-height: 42px;
	z-index: 11;
}

.campaign-bar__close {
	--gz-button-color: var(--gz-campaign-text-color);
	--gz-button-color-hover: var(--gz-campaign-text-color);
	--gz-button-bg-color: var(--gz-campaign-background);
	--gz-button-bg-color-hover: var(--gz-campaign-background);
	--gz-button-width: auto;
	--gz-button-height: 100%;
	--gz-button-icon-size: 10px;
	transform: translateY(-50%);
	opacity: 0.75;
	transition: 0.3s;
}

.campaign-bar__close:after {
	display: none;
}

.campaign-bar__close:hover {
	transform: translateY(-50%) rotate(180deg);
	opacity: 1;
}

.campaign-bar-type--slides {
	--gz-campaign-bar-width: 550px;
}

.campaign-bar-type--slides .campaign-bar__container {
	width: 85%;
	max-width: var(--gz-campaign-bar-width);
}

.campaign-bar-type--slides .campaign-bar__text {
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
}

.campaign-bar-type--slides .campaign-bar__text a {
	color: inherit;
	font-weight: 500;
}

.campaign-bar-type--slides .swiper .swiper-button-text {
	--gz-arrow-color: rgba(255, 255, 255, 0.5);
	--gz-arrow-color-hover: var(--gz-campaign-text-color);
	--gz-arrow-bg-color: var(--gz-campaign-background);
	--gz-arrow-bg-color-hover: var(--gz-campaign-background);
}

.campaign-bar-type--slides .swiper .swiper-button-prev {
	left: 0;
	right: auto;
}

.campaign-bar-type--slides .swiper .swiper-button-next {
	right: 0;
	left: auto;
}

.campaign-bar-type--countdown {
	padding: 12px 40px;
}

.campaign-bar-type--countdown .campaign-bar__text img {
	position: relative;
	top: -1px;
	-webkit-margin-end: 3px;
	        margin-inline-end: 3px;
}

.socials-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.socials-navigation ul.menu {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: start;
}

.socials-navigation ul.menu a {
	font-size: 0;
	color: inherit;
	display: inline-flex;
	align-items: center;
}

.socials-navigation ul.menu a .menu-item-icon {
	font-size: 12px;
	font-size: 0.75rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 999px;
	margin: 0;
	--gz-social-bg-color: rgb(from var(--gz-color-dark) r g b / 0.1);
	background-color: var(--gz-social-bg-color);
	transition: all .3s ease;
}

.socials-navigation ul.menu a .menu-item-icon:hover {
	background-color: var(--gz-social-color, #000);
	color: var(--gz-color-light);
}

.socials-navigation ul.menu a .menu-item-icon:hover.gz-socials--instagram, .socials-navigation ul.menu a .menu-item-icon:hover.gz-socials--threads, .socials-navigation ul.menu a .menu-item-icon:hover.gz-socials--tiktok {
	background-image: var(--gz-social-color);
}

.socials-navigation .menu-item-icon {
	font-size: 16px;
	font-size: 1rem;
}

.header-sidebar-categories {
	top: var(--gz-admin-bar-height, 0);
	pointer-events: none;
}

.header-sidebar-categories .header-sidebar-categories__header {
	pointer-events: auto;
}

.header-sidebar-categories.opened {
	pointer-events: auto;
}

.header-sidebar-categories.opened .header-sidebar-categories__container {
	width: 280px;
}

.header-sidebar-categories.opened .header-sidebar-categories__header-text,
.header-sidebar-categories.opened .category-navigation .menu-item-text {
	max-width: none;
	width: auto;
	opacity: 1;
	font-size: 0.9375rem;
	transition: opacity .25s ease .12s;
}

.header-sidebar-categories.opened .header-sidebar-categories__backdrop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.header-sidebar-categories.opened .category-navigation .nav-menu > li.menu-item-has-children > a:after {
	opacity: 1;
}

.header-sidebar-categories--hover {
	pointer-events: auto;
}

.header-sidebar-categories__backdrop {
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	visibility: hidden;
	pointer-events: none;
}

.header-sidebar-categories__container {
	width: 60px;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: var(--gz-transition);
}

.header-sidebar-categories__header {
	-webkit-padding-start: 13px;
	        padding-inline-start: 13px;
	-webkit-padding-end: 13px;
	        padding-inline-end: 13px;
	margin-bottom: 10px;
	-webkit-margin-start: 8px;
	        margin-inline-start: 8px;
	-webkit-margin-end: 8px;
	        margin-inline-end: 8px;
	height: 44px;
	cursor: pointer;
}

.header-sidebar-categories__header-icon {
	font-size: 1.125rem;
}

.header-sidebar-categories__header-text,
.category-navigation .menu-item-text {
	max-width: 0;
	width: 0;
	opacity: 0;
	font-size: 0;
	height: 36px;
	line-height: 36px;
}

.category-navigation .nav-menu > li {
	padding-top: 9px;
	padding-bottom: 9px;
	-webkit-padding-start: 16px;
	        padding-inline-start: 16px;
	-webkit-padding-end: 0;
	        padding-inline-end: 0;
	position: relative;
}

.category-navigation .nav-menu > li:after {
	content: '';
	position: absolute;
	inset-inline-start: 8px;
	inset-inline-end: 8px;
	bottom: 0;
	height: 1px;
	background-color: var(--gz-border-color);
}

.category-navigation .nav-menu > li:last-child:after {
	display: none;
}

.category-navigation .nav-menu > li > a {
	--gz-reversed-link-gap: 0;
	transition: var(--gz-transition);
}

.category-navigation .nav-menu > li > a > .menu-item-icon {
	font-size: 1.5rem;
	width: 24px;
	height: 24px;
}

.category-navigation .nav-menu > li.menu-item-has-children > a {
	position: relative;
	display: flex;
}

.category-navigation .nav-menu > li.menu-item-has-children > a:after {
	content: "";
	position: absolute;
	inset-inline-start: auto;
	inset-inline-end: 22px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 10px;
	height: 6px;
	background-color: currentcolor;
	border: 0 !important;
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+) no-repeat 50% 50%;
	mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	opacity: 0;
	transition: 0.4s;
}

.category-navigation .nav-menu .menu-item-has-children ul.sub-menu {
	inset-inline-start: 100%;
	top: 0;
	border-radius: 0 var(--gz-rounded-md) var(--gz-rounded-md) 0;
}

.category-navigation .nav-menu .menu-item-static {
	position: static;
}

.category-navigation .nav-menu .menu-item-static .mega-menu {
	height: 100%;
}

.category-navigation .menu-item {
	font-weight: 500;
}

.category-navigation .menu-item .mega-menu {
	top: 0;
	inset-inline-start: 100%;
	width: var(--gz-mega-menu-width);
	border: 1px solid var(--gz-border-color);
	transform: translate(-15px, 0);
	border-start-start-radius: 0;
	border-start-end-radius: var(--gz-rounded-md);
	border-end-start-radius: 0;
	border-end-end-radius: var(--gz-rounded-md);
	transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.category-navigation .mega-menu ul.mega-menu__column .menu-item + .menu-item--type-empty {
	padding: 0;
}

.category-navigation .mega-menu ul.mega-menu__column .menu-item + .menu-item--type-empty > span {
	line-height: 1;
}

.category-navigation .mega-menu--grid ul.mega-menu__column li {
	-webkit-padding-start: 0;
	        padding-inline-start: 0;
	-webkit-padding-end: 0;
	        padding-inline-end: 0;
}

@media (min-width: 1025px) {
	.glozin-header-sidebar-categories-enable {
		-webkit-padding-start: 60px;
		        padding-inline-start: 60px;
	}
	.glozin-header-sidebar-categories-enable .site-header__section.minimized .header-sticky,
	.glozin-header-sidebar-categories-enable .site-header__section.minimized .header-mobile-sticky, .glozin-header-sidebar-categories-enable .site-header__section.headroom--not-top .header-sticky,
	.glozin-header-sidebar-categories-enable .site-header__section.headroom--not-top .header-mobile-sticky {
		-webkit-padding-start: 60px;
		        padding-inline-start: 60px;
	}
	.glozin-header-sidebar-categories-enable .header-sticky--both.minimized, .glozin-header-sidebar-categories-enable .header-sticky--both.headroom--not-top {
		-webkit-padding-start: 60px;
		        padding-inline-start: 60px;
	}
}

.site-header__mobile {
	display: none;
}

.site-header__mobile .secondary-navigation {
	overflow-x: auto;
	white-space: nowrap;
}

.site-header__mobile.headroom--pinned.headroom--not-top .header-mobile-sticky:last-child {
	box-shadow: none;
}

.site-header__mobile.header-v4 {
	--gz-header-sticky-color: var(--gz-color-light);
	--gz-header-sticky-bg-color: #0c0427;
}

.header-mobile-contents .header-items {
	max-width: 100%;
}

.header-mobile-contents .header-center-items {
	flex: auto;
}

.header-mobile-contents .header-logo img {
	margin: 0 auto;
}

.header-mobile-main {
	--gz-header-mobile-main-border-color: var(--gz-border-color);
	--gz-header-mobile-main-shadow-color: transparent;
	--gz-header-main-bg-color: transparent;
	height: 64px;
	box-shadow: 0 1px 3px var(--gz-header-mobile-main-shadow-color);
	border-bottom: 1px solid var(--gz-header-mobile-main-border-color);
	background-color: var(--gz-header-main-bg-color);
}

.header-mobile-bottom {
	--gz-header-mobile-bottom-border-color: var(--gz-border-color);
	--gz-header-mobile-bottom-shadow-color: transparent;
	--gz-header-bottom-bg-color: transparent;
	height: 60px;
	box-shadow: 0 1px 3px var(--gz-header-mobile-bottom-shadow-color);
	background-color: var(--gz-header-bottom-bg-color);
	border-bottom: 1px solid var(--gz-header-mobile-bottom-border-color);
}

.header-mobile-icon-auto-width .header-search__icon,
.header-mobile-icon-auto-width .header-account {
	--gz-button-width: auto;
}

.header-transparent .topbar {
	position: relative;
	z-index: 100;
}

.header-transparent .site-header__section {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
	padding-top: 0;
	padding-bottom: 0;
}

.header-transparent .header-v4 .header-main {
	--gz-header-main-bg-color: transparent;
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header {
	--gz-header-color: var( --gz-color-light );
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header .em-color-dark {
	color: var(--gz-header-color);
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .secondary-navigation .nav-menu > li.current-menu-item > a {
	background-color: transparent;
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .header-logo .logo-light {
	display: block;
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .header-logo .logo-light + .logo-dark {
	display: none;
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section:not(.minimized):not(.headroom--not-top) .header-contents {
	background-color: transparent;
	--gz-header-color: var( --gz-color-light );
	--gz-header-main-shadow-color: transparent;
	--gz-header-bottom-shadow-color: transparent;
	--gz-header-main-border-color: rgba( 255, 255, 255, 0.1 );
	--gz-header-bottom-border-color: rgba( 255, 255, 255, 0.1 );
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section:not(.minimized):not(.headroom--not-top) .header-contents:last-child {
	--gz-header-bottom-border-color: transparent;
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section:not(.minimized):not(.headroom--not-top) .header-mobile-contents {
	background-color: transparent;
	--gz-header-color: var( --gz-color-light );
	--gz-header-mobile-main-shadow-color: transparent;
	--gz-header-mobile-bottom-shadow-color: transparent;
	--gz-header-mobile-main-border-color: rgba( 255, 255, 255, 0.1 );
	--gz-header-mobile-bottom-border-color: rgba( 255, 255, 255, 0.1 );
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section:not(.minimized):not(.headroom--not-top) .header-mobile-contents:last-child {
	--gz-header-mobile-bottom-border-color: transparent;
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section:not(.minimized):not(.headroom--not-top) .header-search__form .header-search__field {
	--gz-input-bg-color: transparent;
	--gz-input-border-color-hover: var( --gz-color-light );
	--gz-input-placeholder-color: var( --gz-color-light );
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section:not(.minimized):not(.headroom--not-top) .header-search__form .gz-instant-search__button {
	--gz-button-color: var( --gz-color-light );
	--gz-button-color-hover: var( --gz-color-light );
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section.minimized, .header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section.headroom--not-top {
	--gz-header-color: #000000;
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section.minimized .header-logo .logo-light, .header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section.headroom--not-top .header-logo .logo-light {
	display: none;
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section.minimized .header-logo .logo-dark, .header-transparent.header-transparent-text-light:not(.search-modal-form) .site-header__section.headroom--not-top .header-logo .logo-dark {
	display: block;
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .header-search__field::-moz-placeholder {
	--gz-input-color: var( --gz-color-light );
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .header-search__field:-ms-input-placeholder {
	--gz-input-color: var( --gz-color-light );
}

.header-transparent.header-transparent-text-light:not(.search-modal-form) .header-search__field::placeholder {
	--gz-input-color: var( --gz-color-light );
}

.header-transparent.header-transparent-text-dark .em-color-light {
	color: var(--gz-header-color);
}

.header-transparent.header-transparent-text-dark .header-contents,
.header-transparent.header-transparent-text-dark .header-mobile-contents {
	background-color: transparent;
	--gz-header-color: #000;
}

.header-transparent.header-transparent-text-dark .site-header__section:not(.minimized):not(.headroom--not-top) .header-search__form .header-search__field {
	--gz-input-bg-color: transparent;
	--gz-input-border-color: var( --gz-color-dark );
	--gz-input-placeholder-color: var( --gz-color-dark );
}

.header-transparent.header-transparent-text-dark .site-header__section:not(.minimized):not(.headroom--not-top) .header-search__form .gz-instant-search__button {
	--gz-button-color: var( --gz-color-dark );
}

.gz-header-sticky-visible {
	height: var(--gz-header-height);
}

.site-header__section {
	--gz-header-sticky-color: #000000;
	--gz-header-sticky-bg-color: #ffffff;
}

.site-header__section.minimized .header-sticky,
.site-header__section.minimized .header-mobile-sticky, .site-header__section.headroom--not-top .header-sticky,
.site-header__section.headroom--not-top .header-mobile-sticky {
	--gz-header-main-shadow-color: rgba( 33, 37, 41, 0.1);
	--gz-header-bottom-shadow-color: rgba( 33, 37, 41, 0.1);
	--gz-header-mobile-main-shadow-color: rgba( 33, 37, 41, 0.1);
	--gz-header-mobile-bottom-shadow-color: rgba( 33, 37, 41, 0.1);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 899;
	max-width: 100%;
	margin: 0 auto;
	background-color: var(--gz-header-sticky-bg-color);
	--gz-header-color: var( --gz-header-sticky-color );
	border: none;
	box-shadow: 5px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.site-header__section.minimized .header-sticky:not(.header-main),
.site-header__section.minimized .header-mobile-sticky, .site-header__section.headroom--not-top .header-sticky:not(.header-main),
.site-header__section.headroom--not-top .header-mobile-sticky {
	border-bottom: none;
}

.site-header__section.minimized.header-sticky--both .header-contents,
.site-header__section.minimized.header-sticky--both .header-mobile-contents, .site-header__section.headroom--not-top.header-sticky--both .header-contents,
.site-header__section.headroom--not-top.header-sticky--both .header-mobile-contents {
	background-color: var(--gz-header-sticky-bg-color);
}

.site-header__section.minimized .header-sticky,
.site-header__section.minimized .header-mobile-sticky {
	-webkit-animation: fadeInSticky 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s forwards;
	        animation: fadeInSticky 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s forwards;
	transition: top 0.35s ease-in-out;
}

.site-header__section.minimized .header-sticky.header-main,
.site-header__section.minimized .header-mobile-sticky.header-main {
	z-index: 900;
}

.site-header__section.headroom--not-top .header-sticky,
.site-header__section.headroom--not-top .header-mobile-sticky {
	width: 100%;
}

.site-header__section.headroom--not-top.headroom--pinned .header-sticky,
.site-header__section.headroom--not-top.headroom--pinned .header-mobile-sticky {
	opacity: 1;
	top: var(--gz-admin-bar-height, 0);
	pointer-events: auto;
}

.site-header__section.headroom--not-top.headroom--pinned .header-sticky.header-main,
.site-header__section.headroom--not-top.headroom--pinned .header-mobile-sticky.header-main {
	z-index: 900;
}

.site-header__section.headroom--not-top.headroom--unpinned .header-sticky,
.site-header__section.headroom--not-top.headroom--unpinned .header-mobile-sticky {
	opacity: 0;
	top: calc(-1 * var(--gz-header-height));
	pointer-events: none;
}

.site-header__section.headroom--not-top.headroom .header-sticky,
.site-header__section.headroom--not-top.headroom .header-mobile-sticky {
	transition: top .35s ease-in-out, opacity .35s ease-in-out;
}

.site-header__section.header-sticky--both.minimized, .site-header__section.header-sticky--both.headroom--not-top {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 899;
	box-shadow: 5px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.site-header__section.header-sticky--both.minimized {
	-webkit-animation: fadeInSticky 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s forwards;
	        animation: fadeInSticky 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s forwards;
	transition: top .35s ease-in-out;
}

.site-header__section.header-sticky--both.headroom--not-top {
	width: 100%;
}

.site-header__section.header-sticky--both.headroom--not-top.headroom--pinned {
	opacity: 1;
	top: var(--gz-admin-bar-height, 0);
	pointer-events: auto;
}

.site-header__section.header-sticky--both.headroom--not-top.headroom--unpinned {
	opacity: 0;
	top: calc(-1 * var(--gz-header-height));
	pointer-events: none;
}

.site-header__section.header-sticky--both.headroom--not-top.headroom {
	transition: top .5s ease-in-out, opacity .5s ease-in-out;
}

@media (max-width: 1024px) {
	.gz-header-sticky-visible {
		height: var(--gz-header-height-mobile);
	}
}

/* Posts and pages
--------------------------------------------- */
.navigation {
	margin-top: clamp(2.1875rem, 4.3vw, 3.125rem);
	text-align: center;
	width: 100%;
}

.navigation .nav-links > span,
.navigation .nav-links a {
	--gz-button-icon-size: 10px;
	--gz-button-font-weight: 400;
	font-size: var(--gz-button-font-size);
	background-color: var(--gz-button-bg-color);
	color: var(--gz-button-color);
	border: var(--gz-button-border-width) solid var(--gz-button-border-color);
	padding: var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);
	line-height: var(--gz-button-line-height);
	border-radius: var(--gz-button-rounded);
	font-weight: var(--gz-button-font-weight);
	gap: var(--gz-button-icon-spacing);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: calc(var(--gz-heading-letter-spacing) + 0.01em);
	transition: 0.25s;
	padding: 0;
	width: 2.75rem;
	height: 2.75rem;
	margin: 0 5px;
}

.navigation .nav-links > span:hover, .navigation .nav-links > span:active,
.navigation .nav-links a:hover,
.navigation .nav-links a:active {
	color: var(--gz-button-color-hover);
	background-color: var(--gz-button-bg-color-hover);
	border-color: var(--gz-button-border-color-hover);
}

.navigation .nav-links > span:hover:after,
.navigation .nav-links a:hover:after {
	-webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
	        animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

.navigation .nav-links > span.disabled, .navigation .nav-links > span:disabled,
.navigation .nav-links a.disabled,
.navigation .nav-links a:disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: not-allowed;
}

.navigation .nav-links > span .glozin-svg-icon,
.navigation .nav-links a .glozin-svg-icon {
	font-size: var(--gz-button-icon-size);
}

.navigation .nav-links > span.pswp__button::after,
.navigation .nav-links a.pswp__button::after {
	display: none;
}

.navigation .nav-links > span.loading,
.navigation .nav-links a.loading {
	--gz-loading-color: var(--gz-button-color);
	--gz-animation-state: running;
	position: relative;
	color: transparent;
	cursor: default;
}

.navigation .nav-links > span.loading::before,
.navigation .nav-links a.loading::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	-webkit-mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");
	        mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	background-color: var(--gz-loading-color);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-animation: spin 0.8s infinite linear var(--gz-animation-state);
	        animation: spin 0.8s infinite linear var(--gz-animation-state);
	transform: none;
}

.navigation .nav-links > span.loading:hover, .navigation .nav-links > span.loading.added, .navigation .nav-links > span.loading:active,
.navigation .nav-links a.loading:hover,
.navigation .nav-links a.loading.added,
.navigation .nav-links a.loading:active {
	--gz-loading-color: var(--gz-button-color-hover);
}

.navigation .nav-links > span.loading:after,
.navigation .nav-links a.loading:after {
	display: none;
}

.navigation .nav-links > span:first-child,
.navigation .nav-links a:first-child {
	-webkit-margin-start: 0;
	        margin-inline-start: 0;
}

.navigation .nav-links > span:last-child,
.navigation .nav-links a:last-child {
	-webkit-margin-end: 0;
	        margin-inline-end: 0;
}

.navigation .nav-links > span.current,
.navigation .nav-links a.current {
	--gz-button-color: var(--gz-color-light);
	--gz-button-bg-color: var(--gz-color-dark);
	--gz-button-border-color: var(--gz-color-dark);
}

.navigation .nav-links > span:hover,
.navigation .nav-links a:hover {
	--gz-button-color-hover: var(--gz-color-light);
	--gz-button-bg-color-hover: var(--gz-color-dark);
	--gz-button-border-color-hover: var(--gz-color-dark);
}

.gz-progress__inner {
	display: inline-block;
	position: relative;
	border-bottom: 2px solid var(--gz-border-color);
	padding: 0 3.716em 10px;
}

.gz-progress__inner .gz-progress__count-bar {
	position: absolute;
	bottom: -2px;
	inset-inline-start: 0;
	background-color: var(--gz-color-dark);
	height: 2px;
}

.page-header {
	--gz-page-header-padding-top: 80px;
	--gz-page-header-padding-bottom: 10px;
	padding-top: var(--gz-page-header-padding-top);
	padding-bottom: var(--gz-page-header-padding-bottom);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.page-header:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--gz-page-header-background-overlay);
}

.page-header__description {
	margin-top: 10px;
}

.page-header__description p:first-child {
	margin-top: 0;
}

.page-header__description p:last-child {
	margin-bottom: 0;
}

.site-breadcrumb {
	--gz-site-breadcrumb-color: var(--gz-color-dark);
	--gz-site-breadcrumb-link-color: var(--gz-color-grey);
	color: var(--gz-site-breadcrumb-color);
}

.site-breadcrumb a:not(:hover) {
	color: var(--gz-site-breadcrumb-link-color);
}

.site-breadcrumb .dot-between:after {
	background-color: var(--gz-site-breadcrumb-link-color);
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form form > p:last-child {
	margin-bottom: 0;
}

.wpcf7-form input,
.wpcf7-form select {
	width: 100%;
}

.wpcf7-form input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.wpcf7-form input[type="checkbox"]:before {
	top: 0;
}

.wpcf7-form input[type="checkbox"]:after {
	top: 4px;
}

.wpcf7-form input[type="radio"] {
	width: 20px;
	height: 20px;
}

.wpcf7-form input[type="radio"]:before {
	top: 0;
	inset-inline-start: -3px;
}

.wpcf7-form input[type="radio"]:after {
	top: 2px;
	inset-inline-start: -1px;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
	margin: 0 1.5em 0 0;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
	display: inline-flex;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item a {
	font-weight: 600;
	text-decoration: underline;
}

.wpcf7-form .wpcf7-list-item {
	display: inline-flex;
	margin: 0 1em 0 0;
}

.wpcf7-form .wpcf7-submit {
	font-weight: 600;
}

.wpcf7-form .wpcf7-form-row label {
	position: absolute;
	top: 2px;
	inset-inline-start: 0;
	padding: var(--gz-input-padding-y) var(--gz-input-padding-x);
	transform: scale(1);
	height: 100%;
	pointer-events: none;
	transform-origin: left top;
	transition: 0.2s;
	display: flex;
	color: var(--gz-input-placeholder-color);
	line-height: 1;
	z-index: 1;
}

.wpcf7-form .wpcf7-form-row p {
	margin: 0;
}

.wpcf7-form .wpcf7-form-row .wpcf7-form-control {
	transition: none;
}

.wpcf7-form .wpcf7-form-row .wpcf7-form-control:-webkit-autofill {
	-webkit-animation-name: autofill-animation;
	        animation-name: autofill-animation;
	-webkit-animation-duration: 0.001s;
	        animation-duration: 0.001s;
	border-color: #000000;
}

.wpcf7-form .wpcf7-form-row.focused label {
	transform: translateY(-0.4rem) translateX(7px) scale(0.75);
	opacity: 0.7;
}

.wpcf7-form .wpcf7-form-row ::-moz-placeholder {
	color: transparent;
}

.wpcf7-form .wpcf7-form-row :-ms-input-placeholder {
	color: transparent;
}

.wpcf7-form .wpcf7-form-row ::placeholder {
	color: transparent;
}

.wpcf7-form .wpcf7-spinner {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
}

.wpcf7-form .wpcf7 form .wpcf7-response-output {
	margin: 19px 0 0 0;
}

.wpcf7-form.submitting .wpcf7-submit {
	color: var(--gz-button-bg-color);
	pointer-events: none;
	opacity: 0.3;
	--gz-loading-color: var(--gz-button-color);
	--gz-animation-state: running;
	position: relative;
	color: transparent;
	cursor: default;
}

.wpcf7-form.submitting .wpcf7-submit::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	-webkit-mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");
	        mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	background-color: var(--gz-loading-color);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-animation: spin 0.8s infinite linear var(--gz-animation-state);
	        animation: spin 0.8s infinite linear var(--gz-animation-state);
	transform: none;
}

.wpcf7-form .wpcf7-textarea {
	height: 9.375rem;
}

.wpcf7-form .contact-form-row p {
	margin: 0;
}

.wpcf7-form .wpcf7-submit {
	padding-left: 3.4375rem;
	padding-right: 3.4375rem;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 3em;
}

.widget select {
	max-width: 100%;
}

.widget .gallery {
	margin-bottom: 0;
}

.wp-block-calendar:not(.wp-block) {
	border: 1px solid #dadfe3;
	max-width: 300px;
}

.wp-block-calendar:not(.wp-block) .wp-block-calendar,
.wp-block-calendar:not(.wp-block) .calendar_wrap {
	position: relative;
}

.wp-block-calendar:not(.wp-block) .wp-calendar-table {
	margin-bottom: 5px;
	border: none;
}

.wp-block-calendar:not(.wp-block) caption {
	margin-bottom: 15px;
	font-weight: 600;
	padding: 10px 20px;
	text-align: center;
	background-color: #fbfbfc;
}

.wp-block-calendar:not(.wp-block) thead, .wp-block-calendar:not(.wp-block) tbody {
	border: none;
}

.wp-block-calendar:not(.wp-block) thead th, .wp-block-calendar:not(.wp-block) thead td, .wp-block-calendar:not(.wp-block) tbody th, .wp-block-calendar:not(.wp-block) tbody td {
	background: transparent;
	border: 0;
	word-break: normal;
	padding: 0.5em;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
}

.wp-block-calendar:not(.wp-block) thead th:first-child, .wp-block-calendar:not(.wp-block) thead td:first-child, .wp-block-calendar:not(.wp-block) tbody th:first-child, .wp-block-calendar:not(.wp-block) tbody td:first-child {
	padding-left: 1em;
}

.wp-block-calendar:not(.wp-block) thead th:last-child, .wp-block-calendar:not(.wp-block) thead td:last-child, .wp-block-calendar:not(.wp-block) tbody th:last-child, .wp-block-calendar:not(.wp-block) tbody td:last-child {
	padding-right: 1em;
}

.wp-block-calendar:not(.wp-block) thead th {
	color: #999;
}

.wp-block-calendar:not(.wp-block) .wp-calendar-nav {
	padding: 10px 0;
}

.wp-block-calendar:not(.wp-block) .wp-calendar-nav a {
	text-decoration: none;
}

ul.wp-block-categories,
.wp-block-categories__list,
ul.wp-block-archives {
	padding: 0;
	margin: 0;
}

ul.wp-block-categories li,
.wp-block-categories__list li,
ul.wp-block-archives li {
	list-style: none;
	padding: 0 0 8px;
	color: var(--gz-color-base);
	transition: 0.4s;
}

ul.wp-block-categories li:hover,
.wp-block-categories__list li:hover,
ul.wp-block-archives li:hover {
	color: var(--gz-color-primary);
}

ul.wp-block-categories li:hover a,
.wp-block-categories__list li:hover a,
ul.wp-block-archives li:hover a {
	color: var(--gz-color-primary);
}

ul.wp-block-categories li:last-child,
.wp-block-categories__list li:last-child,
ul.wp-block-archives li:last-child {
	padding-bottom: 0;
}

.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-page-list,
.widget_nav_menu ul.menu {
	margin: 0;
	padding: 0;
}

.wp-block-latest-posts li,
.wp-block-latest-comments li,
.wp-block-page-list li,
.widget_nav_menu ul.menu li {
	padding: 5px 0;
	font-weight: 500;
	list-style: none;
}

.wp-block-latest-posts li:last-child,
.wp-block-latest-comments li:last-child,
.wp-block-page-list li:last-child,
.widget_nav_menu ul.menu li:last-child {
	padding-bottom: 0;
}

.wp-block-latest-posts li:first-child,
.wp-block-latest-comments li:first-child,
.wp-block-page-list li:first-child,
.widget_nav_menu ul.menu li:first-child {
	padding-top: 0;
}

.wp-block-latest-posts ul,
.wp-block-latest-comments ul,
.wp-block-page-list ul,
.widget_nav_menu ul.menu ul {
	margin-top: 10px;
}

ol.wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments__comment {
	margin-bottom: 0;
}

.wp-block-latest-comments__comment-excerpt p {
	margin: 5px 0 0;
}

.wp-block-search {
	--gz-input-padding-y: 0.75rem;
	--gz-button-padding-right: 0.75rem;
	--gz-button-padding-left: 0.75rem;
}

.wp-block-group .wp-block-heading {
	margin: 0 0 20px;
}

.wp-block-tag-cloud.is-style-outline a {
	padding: 8px 20px;
	border-color: var(--gz-border-color);
}

.wp-block-tag-cloud a {
	margin: 0;
	border-radius: var(--gz-button-rounded);
}

.wp-block-tag-cloud.is-style-outline a:not(:hover) {
	border-color: var(--gz-border-color);
}

.wp-block-tag-cloud:not(.is-style-outline) {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wp-block-tag-cloud:not(.is-style-outline) a {
	background-color: var(--gz-color-light-grey);
	border-radius: var(--gz-button-rounded);
	padding: 11px 20px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
	text-transform: capitalize;
	color: var(--gz-color-base);
}

.wp-block-tag-cloud:not(.is-style-outline) a:hover {
	background-color: var(--gz-color-dark);
	color: var(--gz-color-light);
}

p.wp-block-tag-cloud {
	margin: 0;
}

.wp-block-social-links {
	margin: 0;
	padding: 0;
}

.widget_archive ul,
.widget_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_archive li,
.widget_categories li {
	display: flex;
	align-items: center;
	gap: 7px;
	font-weight: 500;
	padding: 5px 0;
	color: var(--gz-color-dark);
	transition: 0.3s;
}

.widget_archive li:first-child,
.widget_categories li:first-child {
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child {
	padding-bottom: 0;
}

.widget_archive li:hover,
.widget_categories li:hover {
	color: var(--gz-color-primary);
}

.widget_archive li:hover a,
.widget_categories li:hover a {
	color: var(--gz-color-primary);
}

.widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.widget_tag_cloud .tagcloud a {
	background-color: var(--gz-color-light-grey);
	border-radius: var(--gz-button-rounded);
	padding: 11px 20px;
	text-decoration: none;
	display: inline-block;
	line-height: normal;
	text-transform: capitalize;
	color: var(--gz-color-base);
}

.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--gz-color-dark);
	color: var(--gz-color-light);
}

.widget_media_image .wp-block-image:last-child {
	margin-bottom: 0;
}

.single-post .widget,
.blog-sidebar .widget {
	margin-bottom: calc(30 / 16 * 1rem);
	padding-bottom: calc(30 / 16 * 1rem);
	border-bottom: 1px solid var(--gz-border-color);
}

.single-post .widget .widget,
.blog-sidebar .widget .widget {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.single-post .widget:last-child,
.blog-sidebar .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.glozin-recent-posts-widget li:last-child {
	margin-bottom: 0;
}

.glozin-recent-posts-widget .post-thumbnail {
	max-width: 75px;
}

.glozin-recent-posts-widget .post-thumbnail,
.glozin-recent-posts-widget .post-thumbnail img {
	border-radius: calc(min(5px, var(--gz-image-rounded) ));
}

.glozin-currency-language {
	position: relative;
}

.glozin-currency-language .current {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	z-index: 10;
}

.glozin-currency-language .current .glozin-svg-icon {
	font-size: 9px;
	font-size: 0.5625rem;
	position: relative;
	top: 0;
	z-index: -1;
	transition: var(--gz-transition);
}

.glozin-currency-language .current.active .glozin-svg-icon {
	transform: scaleY(-1);
}

.glozin-currency-language .woocs-flag {
	--gz-image-rounded: 100%;
	display: inline-block;
	width: 22px;
	height: 22px;
}

.glozin-currency-language .woocs-flag img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	vertical-align: top;
}

.glozin-currency-language .currency-dropdown {
	--shadow: 5px 0px 30px 0px rgba(0, 0, 0, 0.08);
	top: calc(100% + 30px);
	left: auto;
	max-height: 60vh;
	padding: 20px 25px;
	min-width: 250px;
	background-color: var(--gz-color-light);
	border-radius: 0 0 var(--gz-rounded-sm) var(--gz-rounded-sm);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
	scrollbar-width: none;
	transition: 0.4s cubic-bezier(0.6, 0, 0.4, 1);
	z-index: 10;
}

.glozin-currency-language .currency-dropdown.active {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.glozin-currency-language .preferences-menu__item-child {
	background-color: var(--gz-color-light);
	text-align: start;
	line-height: 1.7;
}

.glozin-currency-language .preferences-menu__item-child a {
	display: flex;
	align-items: center;
	gap: 10px;
	width: auto;
	height: auto;
}

.glozin-currency-language .ecomus-currency__menu-item.active a {
	color: var(--gz-color-dark);
}

.glozin-language .currency-dropdown,
.glozin-widget__languages .currency-dropdown {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 100px;
}

.glozin-currency-language-mobile-menu {
	top: 0 !important;
}

.glozin-currency-language-mobile-menu.opened .current {
	display: none;
}

.glozin-currency-language-mobile-menu.opened .currency-dropdown {
	transform: none;
}

.glozin-currency-language-mobile-menu.opened .popover__backdrop {
	opacity: 1;
	visibility: visible;
}

.glozin-currency-language-mobile-menu.opened .popover__button-close {
	bottom: calc(var(--gz-currency-language-mobile-menu-height) + 15px);
	transform: translateY(0) translateX(-50%);
	opacity: 1;
}

.glozin-currency-language-mobile-menu .popover__backdrop {
	position: fixed;
}

.glozin-currency-language-mobile-menu .popover__button-close {
	position: fixed;
	top: auto;
	bottom: calc(var(--gz-currency-language-mobile-menu-height));
	transform: translateY(30px) translateX(-50%);
	transition: var(--gz-transition);
}

.glozin-currency-language-mobile-menu .currency-dropdown {
	position: fixed;
	top: auto !important;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	transform: translateY(30px);
	transition: var(--gz-transition);
}

/* Comments
--------------------------------------------- */
.comment-list > li.comment:last-child > *:last-child .comment-content {
	border: none;
	padding: 0;
	margin: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-margin-start: 80px;
	        margin-inline-start: 80px;
}

.comment-list .avatar {
	border-radius: 50%;
}

.comment-respond .comment-form {
	-webkit-margin-start: -15px;
	        margin-inline-start: -15px;
	-webkit-margin-end: -15px;
	        margin-inline-end: -15px;
}

.comment-respond .comment-form .comment-notes a,
.comment-respond .comment-form .comment-notes .required,
.comment-respond .comment-form .logged-in-as a,
.comment-respond .comment-form .logged-in-as .required {
	color: inherit;
}

.comment-respond .comment-form p {
	padding-left: 15px;
	padding-right: 15px;
}

.comment-respond .comment-form p:not(.form-submit) {
	margin: 0 0 20px 0;
}

.comment-respond .comment-form p.comment-notes {
	margin-bottom: 40px;
}

.comment-respond .comment-form p.comment-form-comment {
	line-height: 1;
}

.comment-respond .comment-form p.comment-form-cookies-consent {
	margin: 10px 0 15px 0;
}

.comment-respond .comment-form .comment-notes span {
	font-weight: normal;
}

.comment-respond .comment-form .comment-form-comment {
	margin-bottom: 13px;
}

.comment-respond .comment-form .comment-form-comment textarea {
	height: 150px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
	width: 50%;
	float: left;
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input {
	width: 100%;
}

.comment-respond .comment-form-url label {
	padding-bottom: 5px;
	display: inline-block;
}

.comment-respond .comment-form-url input {
	width: 100%;
}

.comment-respond .submit {
	--gz-button-font-size: calc(15 / 16 * 1rem);
	--gz-button-padding-left: calc(55 / 16 * 1rem);
	--gz-button-padding-right: calc(55 / 16 * 1rem);
}

.comment-respond .comment-form-cookies-consent label {
	cursor: pointer;
}

.bypostauthor {
	display: initial;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	-webkit-margin-start: auto;
	        margin-inline-start: auto;
	-webkit-margin-end: auto;
	        margin-inline-end: auto;
}

.wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0;
}

.gallery-item a {
	display: flex;
	width: 100%;
	position: relative;
}

.gallery-item a:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	padding-bottom: var(--gz-ratio-percent);
}

.gallery-item a img {
	display: block;
	max-width: 100%;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: calc(min(5px, var(--gz-image-rounded) ));
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Elementor
--------------------------------------------- */
@media (max-width: 1024px) and (min-width: 768px) {
	.elementor .elementor-element.glozin-tablet-column--column_lg .e-con.e-child {
		flex: 1 0 100%;
		width: 100%;
	}
	.elementor .elementor-element.glozin-tablet-column--column_md .e-con.e-child {
		flex: 1 0 75%;
		width: 75%;
	}
	.elementor .elementor-element.glozin-tablet-column--column_sm .e-con.e-child {
		flex: 1 0 50%;
		width: 50%;
	}
	.elementor .elementor-element.glozin-tablet-column--column_xs .e-con.e-child {
		flex: 1 0 40%;
		width: 40%;
	}
	.elementor .elementor-element.glozin-tablet-column--column_xxs .e-con.e-child {
		flex: 1 0 30%;
		width: 30%;
	}
	.elementor .elementor-element.glozin-tablet-column--column_xxxs .e-con.e-child {
		flex: 1 0 22.5%;
		width: 22.5%;
	}
	.glozin-responsive-column:not(.glozin-tablet-column--default).e-con-full,
	.glozin-responsive-column:not(.glozin-tablet-column--default) .e-con-inner {
		flex-wrap: nowrap !important;
		overflow-y: hidden;
		overflow-x: auto;
		scroll-behavior: smooth;
		justify-content: space-between;
	}
	.glozin-responsive-column:not(.glozin-tablet-column--default).e-con-full::-webkit-scrollbar,
	.glozin-responsive-column:not(.glozin-tablet-column--default) .e-con-inner::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 767px) {
	.elementor .elementor-element.glozin-mobile-column--column_lg .e-con.e-child {
		flex: 1 0 100%;
		width: 100%;
	}
	.elementor .elementor-element.glozin-mobile-column--column_md .e-con.e-child {
		flex: 1 0 75%;
		width: 75%;
	}
	.elementor .elementor-element.glozin-mobile-column--column_sm .e-con.e-child {
		flex: 1 0 50%;
		width: 50%;
	}
	.elementor .elementor-element.glozin-mobile-column--column_xs .e-con.e-child {
		flex: 1 0 40%;
		width: 40%;
	}
	.elementor .elementor-element.glozin-mobile-column--column_xxs .e-con.e-child {
		flex: 1 0 30%;
		width: 30%;
	}
	.glozin-responsive-column:not(.glozin-mobile-column--default).e-con-full,
	.glozin-responsive-column:not(.glozin-mobile-column--default) .e-con-inner {
		flex-wrap: nowrap !important;
		overflow-y: hidden;
		overflow-x: auto;
		scroll-behavior: smooth;
		justify-content: space-between;
	}
	.glozin-responsive-column:not(.glozin-mobile-column--default).e-con-full::-webkit-scrollbar,
	.glozin-responsive-column:not(.glozin-mobile-column--default) .e-con-inner::-webkit-scrollbar {
		display: none;
	}
}

.e-con-inner {
	--gz-container-spacing: 15px;
}

.elementor .e-con {
	--container-max-width: 1410px;
	--content-width: min(100%, var(--container-max-width, 1410px));
	--padding-top: var(--container-default-padding-top, 0);
	--padding-right: var(--container-default-padding-right, 0);
	--padding-bottom: var(--container-default-padding-bottom, 0);
	--padding-left: var(--container-default-padding-left, 0);
}

.elementor .e-con > .e-con-inner {
	-webkit-margin-start: auto;
	        margin-inline-start: auto;
	-webkit-margin-end: auto;
	        margin-inline-end: auto;
}

.elementor .e-parent > .e-con-inner {
	--inner-padding-inline-start: var(--gz-container-spacing);
	--inner-padding-inline-end:  var(--gz-container-spacing);
	-webkit-padding-start: var(--inner-padding-inline-start);
	        padding-inline-start: var(--inner-padding-inline-start);
	-webkit-padding-end: var(--inner-padding-inline-end);
	        padding-inline-end: var(--inner-padding-inline-end);
	max-width: calc( var(--content-width) + var(--gz-container-spacing) * 2);
}

.elementor .elementor-widget-text-editor .elementor-widget-container > *:first-child {
	margin-top: 0;
}

.elementor .elementor-widget-text-editor .elementor-widget-container > *:last-child {
	margin-bottom: 0;
}

.elementor .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.elementor .gz-ratio img {
	max-width: 100%;
	height: 100%;
	pointer-events: none;
}

.elementor .elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text,
.elementor .elementor-widget-icon-list .elementor-icon-list-item > a,
.elementor .elementor-widget-heading .elementor-heading-title,
.elementor .elementor-widget-text-editor {
	font-family: inherit;
}

.elementor .elementor-widget-image {
	text-align: start;
}

.elementor .e-con-inner > .elementor-widget-video,
.elementor .e-con > .elementor-widget-video,
.elementor .elementor-widget-video .elementor-wrapper {
	height: var(--min-height);
	width: 100%;
}

.elementor .wcboost-variation-swatches--image img {
	border-radius: inherit;
	height: 100%;
}

.elementor-widget-text-editor strong {
	font-weight: 600;
}

.glozin-toggle-mobile__title--toggle {
	cursor: pointer;
}

.glozin-toggle-mobile__title--toggle + .glozin-toggle-mobile__content {
	display: none;
	padding-bottom: 20px;
}

.glozin-toggle-mobile__title--toggle.active .gz-collapse-icon:before, .glozin-toggle-mobile__title--toggle.active .gz-collapse-icon:after {
	transform: translateY(-50%) rotate(180deg);
}

.glozin-toggle-mobile__title--toggle.active .gz-collapse-icon:after {
	opacity: 0;
}

.glozin-toggle-mobile__title--toggle .gz-collapse-icon {
	position: relative;
	width: 12px;
}

.glozin-toggle-mobile__title--toggle .gz-collapse-icon:before, .glozin-toggle-mobile__title--toggle .gz-collapse-icon:after {
	content: "";
	position: absolute;
	top: 50%;
	inset-inline-end: 0;
	transform: translateY(-50%);
	display: inline-block;
	margin-top: -1px;
	width: 12px;
	height: 1px;
	background-color: currentColor;
	transition: background-color .3s ease-in-out, transform .3s ease-in-out, width .3s ease-in-out, opacity .3s ease-in-out;
}

.glozin-toggle-mobile__title--toggle .gz-collapse-icon:after {
	transform: translateY(-50%) rotate(-90deg);
	width: 14px;
	right: -1px;
}

.gotop-height-scroll {
	height: var(--gz-gotop-height-scroll, 0);
}

.gz-button-go-top {
	--gz-button-width: 50px;
	--gz-button-height: 50px;
	--gz-button-bg-color: var(--gz-color-light);
	--gz-button-bg-color-hover: var(--gz-color-light);
	--gz-button-font-size: 10px;
	bottom: calc( var(--gz-navigation-bar-height, 20px) + 10px);
	transform: scale(0);
	border: none;
}

.gz-button-go-top svg {
	color: var(--gz-color-light);
	mix-blend-mode: difference;
	position: relative;
	inset-inline-start: 1px;
}

.gz-button-go-top.show-scroll {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.glozin-atc-sticky-height-open .gz-button-go-top {
	bottom: calc(var(--gz-atc-sticky-height) + 10px);
}

.elementor-editor-active .gz-lazy-load img {
	opacity: 1;
}

.elementor-editor-active .gz-lazy-load .gz-lazy-load-image {
	display: none;
}

.swiper-slide-duplicate .gz-lazy-load img,
.swiper-slide-duplicate .gz-lazy-load .gz-lazy-load-video {
	opacity: 1;
}

.swiper-slide-duplicate .gz-lazy-load-image {
	display: none;
}

.elementor-icon-box-title {
	margin-top: 0;
}

.z-index-first {
	z-index: 1;
}

.glozin-image-before-after__button {
	--gz-button-font-size: 11px;
	--gz-button-padding-top: 13.5px;
	--gz-button-padding-bottom: 11.5px;
	--gz-button-padding-left: 26px;
	--gz-button-padding-right: 26px;
	text-transform: uppercase;
	pointer-events: none;
}

.glozin-product-grid-align--center ul.products li.product .product-summary {
	text-align: center;
}

.glozin-product-grid-align--center ul.products li.product .product-summary > * {
	justify-content: center;
}

.glozin-product-grid-align--center ul.products li.product .product-summary .product-variation-items {
	display: inline-flex;
}

.glozin-product-grid-align--right ul.products li.product .product-summary {
	text-align: end;
}

.glozin-product-grid-align--right ul.products li.product .product-summary > * {
	justify-content: flex-end;
}

.glozin-product-grid-align--right ul.products li.product .product-summary .product-variation-items {
	display: inline-flex;
}

@media (min-width: 1025px) {
	.e-con-inner {
		--gz-container-spacing: 30px;
	}
	.gz-responsive-image__tablet,
	.gz-responsive-image__mobile {
		display: none;
	}
	.glozin-product-columns--2.glozin-product-grid ul.products li.product {
		width: 50%;
	}
	.glozin-product-columns--3.glozin-product-grid ul.products li.product {
		width: 33.33%;
	}
	.glozin-product-columns--4.glozin-product-grid ul.products li.product {
		width: 25%;
	}
	.glozin-product-columns--5.glozin-product-grid ul.products li.product {
		width: 20%;
	}
	.glozin-product-columns--6.glozin-product-grid ul.products li.product {
		width: 16.66%;
	}
	.glozin-product-columns--1.glozin-product-grid ul.products li.product {
		width: 100%;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.gz-responsive-image__desktop.hidden-tablet {
		display: none;
	}
	.gz-responsive-image__mobile {
		display: none;
	}
	.glozin-product-columns-tablet--2.glozin-product-grid ul.products li.product {
		width: 50%;
	}
	.glozin-product-columns-tablet--3.glozin-product-grid ul.products li.product {
		width: 33.33%;
	}
	.glozin-product-columns-tablet--4.glozin-product-grid ul.products li.product {
		width: 25%;
	}
	.glozin-product-columns-tablet--5.glozin-product-grid ul.products li.product {
		width: 20%;
	}
	.glozin-product-columns-tablet--6.glozin-product-grid ul.products li.product {
		width: 16.66%;
	}
	.glozin-product-columns-tablet--1.glozin-product-grid ul.products li.product {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.gz-responsive-image__desktop.hidden-mobile {
		display: none;
	}
	.gz-responsive-image__tablet.hidden-mobile {
		display: none;
	}
	.elementor-element .e-con.e-flex.e-child,
	.e-con.e-flex {
		--flex-wrap-mobile: nowrap;
	}
	.glozin-product-columns-mobile--2.glozin-product-grid ul.products li.product {
		width: 50%;
	}
	.glozin-product-columns-mobile--3.glozin-product-grid ul.products li.product {
		width: 33.33%;
	}
	.glozin-product-columns-mobile--4.glozin-product-grid ul.products li.product {
		width: 25%;
	}
	.glozin-product-columns-mobile--5.glozin-product-grid ul.products li.product {
		width: 20%;
	}
	.glozin-product-columns-mobile--6.glozin-product-grid ul.products li.product {
		width: 16.66%;
	}
	.glozin-product-columns-mobile--1.glozin-product-grid ul.products li.product {
		width: 100%;
	}
	.glozin-atc-sticky-height-open.mobile-has-navigation-bar .gz-button-go-top {
		bottom: calc(var(--gz-navigation-bar-height) + var(--gz-atc-sticky-height) + 10px);
	}
	.mobile-has-navigation-bar .gz-button-go-top {
		bottom: calc(var(--gz-navigation-bar-height) + 10px);
	}
}

/* Blocks
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	-webkit-margin-end: 1.5em;
	        margin-inline-end: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	-webkit-margin-start: 1.5em;
	        margin-inline-start: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	-webkit-margin-start: auto;
	        margin-inline-start: auto;
	-webkit-margin-end: auto;
	        margin-inline-end: auto;
	margin-bottom: 1.5em;
}

:where(.editor-styles-wrapper) h1,
:where(.editor-styles-wrapper) h2,
:where(.editor-styles-wrapper) h3,
:where(.editor-styles-wrapper) h4,
:where(.editor-styles-wrapper) h5,
:where(.editor-styles-wrapper) h6 {
	font-family: var(--gz-heading-font), sans-serif;
	line-height: calc(1 + 0.21 / var(--gz-heading-font-scale));
	color: var(--gz-heading-color);
	font-weight: var(--gz-heading-font-weight);
	font-size: var(--heading-size);
}

.wp-block-quote {
	padding: clamp(calc(20 / 16 * 1rem), 3vw, calc(40 / 16 * 1rem));
	margin: 1.75em 0;
	border-left: none;
}

.wp-block-quote cite br,
.wp-block-quote footer br, .wp-block-quote.is-large cite br,
.wp-block-quote.is-large footer br, .wp-block-quote.is-style-large cite br,
.wp-block-quote.is-style-large footer br {
	display: none;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin-bottom: 2em;
}

.wp-block-quote.has-text-align-right cite,
.wp-block-quote.has-text-align-right footer {
	text-align: end;
}

.wp-block-quote cite,
.wp-block-quote footer {
	color: var(--gz-color-dark-grey);
	margin-top: calc(15 / 16 * 1rem);
	font-size: var(--gz-body-font-size);
	font-weight: var(--gz-subheading-font-weight);
	letter-spacing: 0;
}

blockquote.wp-block-quote {
	margin: 1.75em 0;
}

blockquote.wp-block-quote.is-large cite br,
blockquote.wp-block-quote.is-large footer br, blockquote.wp-block-quote.is-style-large cite br,
blockquote.wp-block-quote.is-style-large footer br {
	display: none;
}

blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
	margin-bottom: 2em;
}

blockquote.wp-block-quote.has-text-align-right cite,
blockquote.wp-block-quote.has-text-align-right footer {
	text-align: end;
}

.wp-block-pullquote {
	text-align: start;
}

.wp-block-pullquote.has-cyan-bluish-gray-background-color {
	background-color: #fcfcfc !important;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin: 0.5em 0;
	color: var(--gz-color-dark);
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
	color: var(--gz-color-dark-grey);
	margin-top: calc(15 / 16 * 1rem);
	font-size: var(--gz-body-font-size);
	font-weight: var(--gz-subheading-font-weight);
	letter-spacing: 0;
}

.wp-block-separator {
	border-bottom-width: 1px;
}

.wp-block-button,
.wp-block-cover {
	margin-bottom: 25px;
}

.wp-block-gallery {
	margin-bottom: 2em;
}

.blocks-gallery-caption {
	margin-bottom: 0.5em;
}

.wp-block-button__link,
.wp-block-file__button {
	background-color: var(--gz-color-dark);
	color: var(--gz-color-light);
}

.wp-block-button__link:hover,
.wp-block-file__button:hover {
	color: var(--gz-color-light);
}

.is-style-outline .wp-block-button__link {
	border: 1px solid var(--gz-color-dark);
	background-color: transparent;
	color: var(--gz-color-dark);
}

.is-style-outline .wp-block-button__link:hover {
	background-color: var(--gz-color-dark);
	color: var(--gz-color-light);
}

.wp-block-file a:not(.wp-block-file__button) {
	text-decoration: underline;
}

.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wc-block-product .wp-block-button__link {
	height: auto;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]),
:root .has-pale-pink-background-color {
	color: #fff;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
	font-size: 2.25em;
	margin: 0;
	padding: 0;
}

.wp-block-columns.alignfull .wp-block-column p:not(.has-background), .wp-block-columns.alignfull .wp-block-column h1:not(.has-background), .wp-block-columns.alignfull .wp-block-column h2:not(.has-background), .wp-block-columns.alignfull .wp-block-column h3:not(.has-background), .wp-block-columns.alignfull .wp-block-column h4:not(.has-background), .wp-block-columns.alignfull .wp-block-column h5:not(.has-background), .wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
	padding-left: 15px;
	padding-right: 15px;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: clamp(calc(15 / 16 * 1rem), 2vw, calc(20 / 16 * 1rem));
	margin-bottom: clamp(calc(20 / 16 * 1rem), 2vw, calc(26 / 16 * 1rem));
}

.wp-block-code {
	font-family: "Courier 10 Pitch", courier, monospace;
	padding: 1.6em;
}

.wp-block-code code {
	background-color: transparent;
}

pre.wp-block-verse {
	font-family: "Courier 10 Pitch", courier, monospace;
}

.wp-block-table td,
.wp-block-table th {
	border: none;
	padding: 10px 0;
	border-bottom: 1px solid var(--gz-border-color);
}

.wp-block-table.is-style-stripes table td, .wp-block-table.is-style-stripes table th {
	padding: 10px;
}

.wp-block-image {
	margin-bottom: 2em;
	display: inline-block;
	width: 100%;
}

.wp-block-columns .wp-block-image {
	margin-bottom: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li,
.wp-block-rss .wp-block-rss__item {
	padding: 5px 0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-style-plain {
	padding: 60px 30px 20px 30px;
}

.wp-block-quote:where(.has-text-align-right) {
	border-right: none;
}

.wp-block-search__button-inside .wp-block-search__input {
	border: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border-color: var(--gz-border-color);
}

.wp-block-search__button {
	border-color: transparent;
	padding: .375em .625em;
}

.wp-block-search__button svg {
	height: 1.25em;
	min-height: 24px;
	min-width: 24px;
	width: 1.25em;
	fill: currentColor;
	vertical-align: text-bottom;
}

.wp-block-query-pagination-numbers {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.wp-block-query-pagination-numbers .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: var(--gz-color-dark);
	text-decoration: none;
	border: 1px solid var(--gz-border-color);
	border-radius: 4px;
	background: var(--gz-color-light);
	transition: all 0.3s ease;
}

.wp-block-query-pagination-numbers .page-numbers:hover {
	background: var(--gz-color-dark);
	/* Màu xanh của WordPress */
	color: var(--gz-color-light);
	border-color: var(--gz-color-dark);
}

.wp-block-query-pagination-numbers .page-numbers.current {
	background: var(--gz-color-dark);
	/* Màu xanh của WordPress */
	color: var(--gz-color-light);
	border-color: var(--gz-color-dark);
	pointer-events: none;
}

.wp-block-query-pagination-numbers .page-numbers.dots {
	background: transparent;
	border: none;
	color: var(--gz-color-dark);
	cursor: default;
	width: auto;
	height: auto;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
	background-color: var(--gz-color-dark);
	color: var(--gz-color-light);
	line-height: 36px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover {
	background-color: var(--gz-color-dark);
	color: var(--gz-color-light);
}

@media only screen and (min-width: 1200px) {
	.no-sidebar .site-content .entry-content > *.alignwide {
		max-width: 1140px;
		width: 1140px;
		-webkit-margin-start: calc(-1140px/2 + 100%/2);
		        margin-inline-start: calc(-1140px/2 + 100%/2);
		-webkit-margin-end: calc(-1140px/2 + 100%/2);
		        margin-inline-end: calc(-1140px/2 + 100%/2);
	}
	.no-sidebar:not(.elementor-page) .site-content .page-content > *.alignwide {
		max-width: 1200px;
		width: 1200px;
		-webkit-margin-start: calc(-1200px/2 + 100%/2);
		        margin-inline-start: calc(-1200px/2 + 100%/2);
		-webkit-margin-end: calc(-1200px/2 + 100%/2);
		        margin-inline-end: calc(-1200px/2 + 100%/2);
	}
}

@media only screen and (min-width: 768px) {
	.no-sidebar .site-content .entry-content > *.alignfull,
	.no-sidebar .site-content .entry-content > *.alignwide {
		width: -webkit-fill-available;
		max-width: 1000%;
	}
	.no-sidebar .site-content .entry-content > *.alignfull {
		-webkit-margin-end: calc(50% - 50vw + 9px);
		        margin-inline-end: calc(50% - 50vw + 9px);
		-webkit-margin-start: calc(50% - 50vw + 8px);
		        margin-inline-start: calc(50% - 50vw + 8px);
	}
	.no-sidebar:not(.elementor-page) .site-content .page-content > *.alignfull {
		width: -webkit-fill-available;
		max-width: 1000%;
		-webkit-margin-end: calc(50% - 50vw + 9px);
		        margin-inline-end: calc(50% - 50vw + 9px);
		-webkit-margin-start: calc(50% - 50vw + 8px);
		        margin-inline-start: calc(50% - 50vw + 8px);
	}
}

/* Responsive
--------------------------------------------- */
@media (min-width: 1025px) {
	.topbar-slides .swiper .swiper-button-text {
		transform: none;
	}
	.topbar-slides .topbar-slides__wrapper {
		-webkit-padding-start: 55px;
		        padding-inline-start: 55px;
	}
	.topbar-slides .navigation-merged {
		-webkit-margin-start: -10px;
		        margin-inline-start: -10px;
	}
}

@media (max-width: 782px) {
	.glozin-header-sticky.admin-bar .site-header.minimized {
		top: 46px;
	}
}

@media (max-width: 767px) {
	body {
		--gz-input-font-size: 16px;
		padding-bottom: var(--gz-navigation-bar-height, 0);
	}
	body.admin-bar {
		--gz-admin-bar-height: 0;
	}
	body.mobile-has-navigation-bar.glozin-atc-sticky-height-open {
		padding-bottom: calc(var(--gz-navigation-bar-height, 0) + var(--gz-atc-sticky-height));
	}
	.topbar:not(.topbar-mobile) {
		display: none;
	}
	.topbar-mobile .topbar-items {
		flex: 0 1 auto;
	}
	.topbar-mobile--keep-left .topbar-right-items {
		display: none;
	}
	.topbar-mobile--keep-right .topbar-left-items {
		display: none;
	}
	.topbar-mobile--keep-right .topbar-items {
		overflow: hidden;
		overflow-x: auto;
	}
	div.topbar-mobile--keep-left .topbar-slides,
	div.topbar-mobile--keep-right .topbar-slides {
		max-width: 100vw;
	}
	.topbar-slides {
		padding: 0 15px;
	}
	.topbar-slides .swiper-button-next {
		right: 0;
	}
	.topbar-slides .swiper-button-prev {
		left: 0;
		right: auto;
	}
	.topbar-slides__item {
		overflow: hidden;
		white-space: inherit;
		height: 100%;
		line-height: var(--gz-body-line-height);
		margin-top: auto;
		margin-bottom: auto;
	}
	.campaign-bar__close {
		padding-left: 15px;
		padding-right: 15px;
	}
	.comment-list .children {
		-webkit-margin-start: 0;
		        margin-inline-start: 0;
	}
	.comment-respond .comment-form-author, .comment-respond .comment-form-email {
		width: 100%;
	}
	.site-content {
		padding-top: 1.875rem;
		padding-bottom: 3.125rem;
	}
	.mobile-shop-navigation ul.menu > li.menu-item-has-icon > ul.sub-menu {
		-webkit-margin-start: 20px;
		        margin-inline-start: 20px;
	}
	.mobile-shop-navigation .sub-menu {
		-webkit-margin-start: 15px;
		        margin-inline-start: 15px;
	}
	.min-w-200 {
		min-width: 180px;
	}
}

@media (max-width: 600px) {
	.glozin-header-sticky.admin-bar .site-header.minimized {
		top: 0;
	}
}

@media (max-width: 480px) {
	.topbar-mobile--keep-left .topbar-items,
	.topbar-mobile--keep-right .topbar-items {
		justify-content: flex-start;
	}
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-results article,
.search-results .glozin-pagination--blog {
	width: 100%;
}

.search-results .wp-block-heading {
	font-size: 1rem;
	letter-spacing: -0.544px;
}

.search-results .wp-block-latest-posts__list a {
	font-weight: 400;
	color: var(--gz-color-base);
}

.search-results .wp-block-search__inside-wrapper {
	display: flex;
	gap: 10px;
}

.search-results .site-main article {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 1.875rem;
	padding-left: var(--gz-col-gap);
	padding-right: var(--gz-col-gap);
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 768px) {
	.search-results .site-main article {
		flex-direction: column;
	}
}
/* [inline: after] */body {--gz-color-primary:#197149; --gz-link-color-hover:#197149;}.primary-navigation .nav-menu > li > a{text-transform: uppercase;}.header-logo > a img, .header-logo > a svg {width: auto;height: auto;}.site-header__desktop .header-main { height: 50px }.site-header__desktop .header-main { --gz-header-main-bg-color: #ffffff; --gz-header-sticky-bg-color: #ffffff; }.site-header__desktop .header-main { --gz-header-color: #000000; --gz-header-sticky-color: #000000; color: #000000; }.site-header__desktop .header-bottom { --gz-header-bottom-bg-color: #ffffff; --gz-header-sticky-bg-color: #ffffff; }.site-header__desktop .header-bottom { --gz-header-color: #000000; --gz-header-sticky-color: #000000; color: #000000; }.header-counter { --gz-color-primary: #ffffff; }.header-counter { --gz-text-color-on-primary: #000000; }@media (max-width: 1199px) { .site-header__mobile { display: block !important; } }@media (max-width: 1199px) { .site-header__desktop { display: none !important; } }.site-header__mobile .header-mobile-main { --gz-header-main-bg-color: #ffffff; --gz-header-sticky-bg-color: #ffffff; }.campaign-bar { --gz-campaign-background: #1f9032; }.campaign-bar { --gz-campaign-text-color: #ffffff; }.campaign-bar-type--slides .swiper .swiper-button-text { --gz-arrow-color: #ffffff; }@media (max-width: 1024px) {
				.topbar:not(.topbar-mobile) {
					display: none;
				}
				.topbar-mobile .topbar-items {
					flex: 0 1 auto;
				}
				.topbar-mobile--keep-left .topbar-right-items {
					display: none;
				}
				.topbar-mobile--keep-left .topbar-container {
					justify-content: center;
				}
				.topbar-mobile--keep-right .topbar-left-items {
					display: none;
				}
				.topbar-mobile--keep-right .topbar-container {
					justify-content: center;
				}
				.topbar-mobile--keep-all .topbar-container {
					overflow: hidden;
					overflow-x: auto;
				}
				.topbar-mobile--keep-left .topbar-slides,
				.topbar-mobile--keep-right .topbar-slides {
					max-width: 100vw;
					text-align: center;
				}
			}@media (min-width: 1025px) and (max-width: 1300px) {
				.topbar-items { flex: none; }
			}.post-thumbnail{--gz-image-rounded: 0;}:root {--gz-button-rounded: 5px;}:root { --wcboost-variation-swatches-label-shape: 3px; }:root {--product-image-ratio-percent:133.33333333333%;--gz-image-rounded-product-card: var(--gz-image-rounded);}ul.products li.product .woocommerce-loop-product__title { --gz-line-clamp-count: 3; }.single-product div.product {
				--gz-product-description-lines: 2;
			}
/* [/inline: after] */
/*!/wp-content/themes/glozin/assets/css/woocommerce/woocommerce.min.css*/
.star-rating{--gz-rating-width:100%;--gz-rating-spacing:1px;display:inline-flex;flex-wrap:nowrap;font-size:.625rem;line-height:1;overflow:hidden;position:relative;font-weight:400}.star-rating span{overflow:hidden;height:max-content}.star-rating .rating-stars{display:inline-flex;gap:var(--gz-rating-spacing);flex-wrap:nowrap}.star-rating .max-rating{display:inline-flex;color:#c4c4c4}.star-rating .user-rating{position:absolute;color:#ff9c05;white-space:nowrap;width:calc(var(--gz-rating-width))}.star-rating .glozin-svg-icon{flex-shrink:0}.added_to_cart.wc-forward{display:none}.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-noreviews,p.no-comments{background-color:var(--gz-notices-background);color:var(--gz-notices-color);border:1px solid var(--gz-notices-border-color);border-radius:5px;clear:both;font-weight:500;padding:11px 20px;margin-bottom:15px;list-style:none;outline:0}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a,.woocommerce-noreviews a,p.no-comments a{color:inherit;text-decoration:underline;line-height:1}.woocommerce-error .showlogin,.woocommerce-info .showlogin,.woocommerce-message .showlogin,.woocommerce-noreviews .showlogin,p.no-comments .showlogin{text-decoration:none;cursor:inherit}.woocommerce-error a.button,.woocommerce-info a.button,.woocommerce-message a.button,.woocommerce-noreviews a.button,p.no-comments a.button{float:right;padding:3px 0 0 0;background-color:transparent;display:inline;height:auto;min-width:auto;box-shadow:none;color:inherit;border:none}.woocommerce-error a.button:hover,.woocommerce-info a.button:hover,.woocommerce-message a.button:hover,.woocommerce-noreviews a.button:hover,p.no-comments a.button:hover{background-color:transparent}.woocommerce-error a.button:after,.woocommerce-info a.button:after,.woocommerce-message a.button:after,.woocommerce-noreviews a.button:after,p.no-comments a.button:after{display:none}.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after,.woocommerce-noreviews:after,p.no-comments:after{clear:both;display:block;content:""}.woocommerce-message{--gz-notices-color:#137f24;--gz-notices-background:#dcf0d8;--gz-notices-border-color:#b4deb0}.woocommerce-info,.woocommerce-noreviews,p.no-comments{--gz-notices-color:#907341;--gz-notices-background:#faf0df;--gz-notices-border-color:#e9d7b8}.woocommerce-error{--gz-error-color:#d0473e;--gz-error-background:#fadfdf;--gz-error-border-color:#eabdbd;background-color:var(--gz-error-background);color:var(--gz-error-color);border:1px solid var(--gz-error-border-color)}.woocommerce .password-input{display:block;position:relative}.woocommerce .show-password-input{display:inline-block;transition:.35s;cursor:pointer;opacity:.6;position:absolute;inset-inline-end:15px;top:50%;transform:translateY(-50%);background:no-repeat center center;border:none;padding:0;width:30px;height:100%}.woocommerce .show-password-input:after,.woocommerce .show-password-input:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:14px}.woocommerce .show-password-input:before{content:'';display:block;height:15px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE0IDE1IiBmaWxsPSJub25lIiBjbGFzcz0iaWNvbi1oaWRlIj4KICA8cGF0aCBmaWxsPSIjMTExIiBkPSJNNS45MDYgMy4yMWEuNTY4LjU2OCAwIDAgMS0uNDM3LS4wNjcuNTk0LjU5NCAwIDAgMS0uMjYtLjM3LjU2OC41NjggMCAwIDEgLjA2OC0uNDM3LjU1LjU1IDAgMCAxIC4zNy0uMjYgNS45ODIgNS45ODIgMCAwIDEgMS4zNjctLjE2NGMuNjI5IDAgMS4yMjEuMDk2IDEuNzc3LjI4N2E3LjMzNyA3LjMzNyAwIDAgMSAxLjUzMS42OTcgNy4wNyA3LjA3IDAgMCAxIDEuMDUzLjc5M2MuMzI4LjI4My42MjQuNTY2Ljg4OS44NDguMjEuMjI4LjM5Ni40NTYuNTYuNjg0LjE3My4yMTguMzI4LjQyNC40NjUuNjE1LjIxLjMuMzcuNTU2LjQ3OS43NjZsLjE2NC4zQS42MzQuNjM0IDAgMCAxIDE0IDcuMTlhLjQ1NS40NTUgMCAwIDEtLjA2OC4yNDdjLS4yLjM3My0uNDE1LjcyOS0uNjQzIDEuMDY2YTkuMDA3IDkuMDA3IDAgMCAxLS42ODQuOTAyLjU2Mi41NjIgMCAwIDEtLjQxLjIwNS42MDkuNjA5IDAgMCAxLS40MjQtLjEzNi42MjQuNjI0IDAgMCAxLS4yMDUtLjM5Ny41NTUuNTU1IDAgMCAxIC4xNS0uNDI0Yy4xODMtLjIxLjM2LS40MzcuNTM0LS42ODMuMTczLS4yNTUuMzQyLS41MjQuNTA2LS44MDdsLS4xOTEtLjI4N2EzLjMxOCAzLjMxOCAwIDAgMC0uMjQ3LS4zODNjLS4xMTgtLjE3My0uMjU1LS4zNi0uNDEtLjU2YTkuODIyIDkuODIyIDAgMCAwLTEuMjg1LTEuMzY4IDYuNzQ2IDYuNzQ2IDAgMCAwLS45MTYtLjY3IDUuNTc1IDUuNTc1IDAgMCAwLTEuMjcxLS41ODcgNC42NDMgNC42NDMgMCAwIDAtMS40NS0uMjIgMi41NSAyLjU1IDAgMCAwLS41Mi4wMjhjLS4xODEuMDE4LS4zNjguMDUtLjU2LjA5NlptLS4wNTQgMy42Mzh2LS4wMTRhLjk2MS45NjEgMCAwIDAtLjA1NS4yMTkuNzcxLjc3MSAwIDAgMCAwIC4yMDUgMS4wODQgMS4wODQgMCAwIDAgLjM2OS44MDZjLjExOS4xMS4yNDYuMTkyLjM4My4yNDcuMTQ2LjA0NS4yOTYuMDY4LjQ1MS4wNjguMDU1IDAgLjExLS4wMDUuMTY0LS4wMTRhMS4wOCAxLjA4IDAgMCAxIC4xNjQtLjA0TDUuODUyIDYuODQ3Wk0zLjQ4NiA0LjQ4MkE5LjU4OCA5LjU4OCAwIDAgMCAyLjI3IDUuN2MtLjM3NC40NDctLjcxNi45MzktMS4wMjYgMS40NzcuMDU1LjA3My4xMTQuMTY4LjE3OC4yODcuMDczLjExOC4xNi4yNDYuMjYuMzgzLjExOC4xNzMuMjU1LjM2LjQxLjU2LjE1NS4yLjMyMy40MDEuNTA2LjYwMi4yMzcuMjU1LjQ5Ni41MDYuNzc5Ljc1Mi4yODMuMjQ2LjU4OC40NzQuOTE2LjY4My4zOTIuMjM3LjgxMS40MzMgMS4yNTguNTg4LjQ1Ni4xNDYuOTM5LjIxOSAxLjQ0OS4yMTkuNDI4LS4wMS44NTctLjA2OCAxLjI4NS0uMTc4YTUuMzEzIDUuMzEzIDAgMCAwIDEuMjcyLS41MzNMOC4yMDMgOS4xODZhMi43MSAyLjcxIDAgMCAxLS41NzQuMjYgMi41NTUgMi41NTUgMCAwIDEtLjU4OC4wOTVjLS4zLjAxLS41OTctLjAzNi0uODg5LS4xMzdhMi40MDcgMi40MDcgMCAwIDEtLjc5My0uNDkyIDIuNDA5IDIuNDA5IDAgMCAxLS41MzMtLjc1MiAyLjI0OCAyLjI0OCAwIDAgMS0uMjA1LS44NjEgMi40OSAyLjQ5IDAgMCAxIC4wNjgtLjY4NGMuMDY0LS4yMjguMTYtLjQ0Mi4yODgtLjY0MmwtMS40OS0xLjQ5Wk0uMTc4IDEuMTZBLjUzNS41MzUgMCAwIDEgMCAuNzVDMCAuNTg2LjA2LjQ1LjE3OC4zNEEuNTIuNTIgMCAwIDEgLjU3NC4xNjJjLjE2NCAwIC4zMDYuMDYuNDI0LjE3OEw2LjE4IDUuNTJ2LjAxNGguMDEzbDIuNDQ4IDIuNDQ3LjAxMy4wMTQgNS4xNjggNS4xODJhLjUyLjUyIDAgMCAxIC4xNzguMzk2YzAgLjE2NC0uMDYuMzA2LS4xNzguNDI0YS41NTcuNTU3IDAgMCAxLS40MS4xNjQuNTg2LjU4NiAwIDAgMS0uNDEtLjE2NGwtMi41OTgtMi42MTFhNi41NTggNi41NTggMCAwIDEtMS42NjguNzY1IDUuOTM5IDUuOTM5IDAgMCAxLTEuNzIyLjI2IDUuNzYgNS43NiAwIDAgMS0xLjgwNS0uMjczIDYuOTI4IDYuOTI4IDAgMCAxLTEuNTMxLS43MTEgOC40MiA4LjQyIDAgMCAxLTEuMDY3LS43OGMtLjMxOS0uMjgyLS42MS0uNTY1LS44NzUtLjg0Ny0uMjEtLjIyOC0uNC0uNDUxLS41NzQtLjY3bC0uNDUxLS42MjljLS4yMS0uMzEtLjM3LS41NjUtLjQ3OS0uNzY2bC0uMTY0LS4zMTRhLjU1My41NTMgMCAwIDEgMC0uNTMzYy4zNDctLjYzOC43MzktMS4yMjYgMS4xNzYtMS43NjQuNDM4LS41NDcuOTEyLTEuMDQgMS40MjItMS40NzdMLjE3OCAxLjE2WiI+PC9wYXRoPgo8L3N2Zz4K")}.woocommerce .show-password-input:after{content:'';height:12px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDEyIiBmaWxsPSJub25lIiBjbGFzcz0iaWNvbi12aWV3IGhpZGRlbiI+CiAgPHBhdGggZD0iTTAuMDY4MzU5NCA1LjkwMjM0QzAuMDY4MzU5NCA1LjkwMjM0IDAuMTIzMDQ3IDUuODAyMDggMC4yMzI0MjIgNS42MDE1NkMwLjM0MTc5NyA1LjM5MTkzIDAuNTAxMzAyIDUuMTM2NzIgMC43MTA5MzggNC44MzU5NEMwLjg0NzY1NiA0LjY0NDUzIDAuOTk4MDQ3IDQuNDM5NDUgMS4xNjIxMSA0LjIyMDdDMS4zMzUyOSAzLjk5Mjg0IDEuNTI2NjkgMy43NjQ5NyAxLjczNjMzIDMuNTM3MTFDMi4wMDA2NSAzLjI1NDU2IDIuMjkyMzIgMi45NzIwMSAyLjYxMTMzIDIuNjg5NDVDMi45Mzk0NSAyLjQwNjkgMy4yOTQ5MiAyLjE0NzE0IDMuNjc3NzMgMS45MTAxNkM0LjE0MjU4IDEuNjE4NDkgNC42NTI5OSAxLjM4MTUxIDUuMjA4OTggMS4xOTkyMkM1Ljc2NDk3IDEuMDA3ODEgNi4zNjE5OCAwLjkxMjEwOSA3IDAuOTEyMTA5QzcuNjM4MDIgMC45MTIxMDkgOC4yMzUwMyAxLjAwNzgxIDguNzkxMDIgMS4xOTkyMkM5LjM0NzAxIDEuMzgxNTEgOS44NTc0MiAxLjYxODQ5IDEwLjMyMjMgMS45MTAxNkMxMC43MDUxIDIuMTQ3MTQgMTEuMDU2IDIuNDA2OSAxMS4zNzUgMi42ODk0NUMxMS43MDMxIDIuOTcyMDEgMTEuOTk5MyAzLjI1NDU2IDEyLjI2MzcgMy41MzcxMUMxMi40NzMzIDMuNzY0OTcgMTIuNjYwMiAzLjk5Mjg0IDEyLjgyNDIgNC4yMjA3QzEyLjk5NzQgNC40Mzk0NSAxMy4xNTIzIDQuNjQ0NTMgMTMuMjg5MSA0LjgzNTk0QzEzLjQ5ODcgNS4xMzY3MiAxMy42NTgyIDUuMzkxOTMgMTMuNzY3NiA1LjYwMTU2QzEzLjg3NyA1LjgwMjA4IDEzLjkzMTYgNS45MDIzNCAxMy45MzE2IDUuOTAyMzRDMTMuOTc3MiA1Ljk5MzQ5IDE0IDYuMDg0NjQgMTQgNi4xNzU3OEMxNCA2LjI2NjkzIDEzLjk3NzIgNi4zNDg5NiAxMy45MzE2IDYuNDIxODhDMTMuOTMxNiA2LjQyMTg4IDEzLjg3NyA2LjUyNjY5IDEzLjc2NzYgNi43MzYzM0MxMy42NTgyIDYuOTM2ODUgMTMuNDk4NyA3LjE5MjA2IDEzLjI4OTEgNy41MDE5NUMxMy4xNTIzIDcuNjkzMzYgMTIuOTk3NCA3LjkwMjk5IDEyLjgyNDIgOC4xMzA4NkMxMi42NjAyIDguMzQ5NjEgMTIuNDczMyA4LjU3MjkyIDEyLjI2MzcgOC44MDA3OEMxMS45OTkzIDkuMDgzMzMgMTEuNzAzMSA5LjM2NTg5IDExLjM3NSA5LjY0ODQ0QzExLjA1NiA5LjkzMDk5IDEwLjcwNTEgMTAuMTkwOCAxMC4zMjIzIDEwLjQyNzdDOS44NTc0MiAxMC43MTk0IDkuMzQ3MDEgMTAuOTU2NCA4Ljc5MTAyIDExLjEzODdDOC4yMzUwMyAxMS4zMjEgNy42MzgwMiAxMS40MTIxIDcgMTEuNDEyMUM2LjM2MTk4IDExLjQxMjEgNS43NjQ5NyAxMS4zMjEgNS4yMDg5OCAxMS4xMzg3QzQuNjUyOTkgMTAuOTU2NCA0LjE0MjU4IDEwLjcxOTQgMy42Nzc3MyAxMC40Mjc3QzMuMjk0OTIgMTAuMTkwOCAyLjkzOTQ1IDkuOTMwOTkgMi42MTEzMyA5LjY0ODQ0QzIuMjkyMzIgOS4zNjU4OSAyLjAwMDY1IDkuMDgzMzMgMS43MzYzMyA4LjgwMDc4QzEuNTI2NjkgOC41NzI5MiAxLjMzNTI5IDguMzQ5NjEgMS4xNjIxMSA4LjEzMDg2QzAuOTk4MDQ3IDcuOTAyOTkgMC44NDc2NTYgNy42OTMzNiAwLjcxMDkzOCA3LjUwMTk1QzAuNTAxMzAyIDcuMTkyMDYgMC4zNDE3OTcgNi45MzY4NSAwLjIzMjQyMiA2LjczNjMzQzAuMTIzMDQ3IDYuNTI2NjkgMC4wNjgzNTk0IDYuNDIxODggMC4wNjgzNTk0IDYuNDIxODhDMC4wMjI3ODY1IDYuMzM5ODQgMCA2LjI1MzI2IDAgNi4xNjIxMUMwIDYuMDcwOTYgMC4wMjI3ODY1IDUuOTg0MzggMC4wNjgzNTk0IDUuOTAyMzRaTTEuMjQ0MTQgNi4xNjIxMUMxLjI5ODgzIDYuMjQ0MTQgMS4zNTgwNyA2LjM0NDQgMS40MjE4OCA2LjQ2Mjg5QzEuNDk0NzkgNi41NzIyNyAxLjU4MTM4IDYuNjk5ODcgMS42ODE2NCA2Ljg0NTdDMS44MDAxMyA3LjAxODg4IDEuOTM2ODUgNy4yMDU3MyAyLjA5MTggNy40MDYyNUMyLjI0Njc0IDcuNjA2NzcgMi40MTUzNiA3LjgwNzI5IDIuNTk3NjYgOC4wMDc4MUMyLjgzNDY0IDguMjYzMDIgMy4wOTQ0IDguNTEzNjcgMy4zNzY5NSA4Ljc1OTc3QzMuNjU5NTEgOS4wMDU4NiAzLjk2NDg0IDkuMjMzNzIgNC4yOTI5NyA5LjQ0MzM2QzQuNjg0OSA5LjY4MDM0IDUuMTA0MTcgOS44NzYzIDUuNTUwNzggMTAuMDMxMkM2LjAwNjUxIDEwLjE3NzEgNi40ODk1OCAxMC4yNSA3IDEwLjI1QzcuNTEwNDIgMTAuMjUgNy45ODg5MyAxMC4xNzcxIDguNDM1NTUgMTAuMDMxMkM4Ljg5MTI4IDkuODc2MyA5LjMxNTEgOS42ODAzNCA5LjcwNzAzIDkuNDQzMzZDMTAuMDM1MiA5LjIzMzcyIDEwLjM0MDUgOS4wMDU4NiAxMC42MjMgOC43NTk3N0MxMC45MDU2IDguNTEzNjcgMTEuMTY1NCA4LjI2MzAyIDExLjQwMjMgOC4wMDc4MUMxMS41ODQ2IDcuODA3MjkgMTEuNzUzMyA3LjYwNjc3IDExLjkwODIgNy40MDYyNUMxMi4wNjMyIDcuMjA1NzMgMTIuMTk5OSA3LjAxODg4IDEyLjMxODQgNi44NDU3QzEyLjQxODYgNi42OTk4NyAxMi41MDA3IDYuNTcyMjcgMTIuNTY0NSA2LjQ2Mjg5QzEyLjYzNzQgNi4zNDQ0IDEyLjcwMTIgNi4yNDQxNCAxMi43NTU5IDYuMTYyMTFDMTIuNzAxMiA2LjA4MDA4IDEyLjYzNzQgNS45ODQzOCAxMi41NjQ1IDUuODc1QzEyLjUwMDcgNS43NTY1MSAxMi40MTg2IDUuNjI4OTEgMTIuMzE4NCA1LjQ5MjE5QzEyLjE5OTkgNS4zMTkwMSAxMi4wNjMyIDUuMTMyMTYgMTEuOTA4MiA0LjkzMTY0QzExLjc1MzMgNC43MzExMiAxMS41ODQ2IDQuNTMwNiAxMS40MDIzIDQuMzMwMDhDMTEuMTY1NCA0LjA2NTc2IDEwLjkwNTYgMy44MTA1NSAxMC42MjMgMy41NjQ0NUMxMC4zNDA1IDMuMzE4MzYgMTAuMDM1MiAzLjA5NTA1IDkuNzA3MDMgMi44OTQ1M0M5LjMxNTEgMi42NDg0NCA4Ljg5MTI4IDIuNDUyNDcgOC40MzU1NSAyLjMwNjY0QzcuOTg4OTMgMi4xNjA4MSA3LjUxMDQyIDIuMDg3ODkgNyAyLjA4Nzg5QzYuNDg5NTggMi4wODc4OSA2LjAwNjUxIDIuMTYwODEgNS41NTA3OCAyLjMwNjY0QzUuMTA0MTcgMi40NTI0NyA0LjY4NDkgMi42NDg0NCA0LjI5Mjk3IDIuODk0NTNDMy45NjQ4NCAzLjA5NTA1IDMuNjU5NTEgMy4zMTgzNiAzLjM3Njk1IDMuNTY0NDVDMy4wOTQ0IDMuODEwNTUgMi44MzQ2NCA0LjA2NTc2IDIuNTk3NjYgNC4zMzAwOEMyLjQxNTM2IDQuNTMwNiAyLjI0Njc0IDQuNzMxMTIgMi4wOTE4IDQuOTMxNjRDMS45MzY4NSA1LjEzMjE2IDEuODAwMTMgNS4zMTkwMSAxLjY4MTY0IDUuNDkyMTlDMS41ODEzOCA1LjYyODkxIDEuNDk0NzkgNS43NTY1MSAxLjQyMTg4IDUuODc1QzEuMzU4MDcgNS45ODQzOCAxLjI5ODgzIDYuMDgwMDggMS4yNDQxNCA2LjE2MjExWk05LjMzNzg5IDYuMTYyMTFDOS4zMzc4OSA2LjQ5MDIzIDkuMjc0MDkgNi43OTU1NyA5LjE0NjQ4IDcuMDc4MTJDOS4wMjc5OSA3LjM2MDY4IDguODYzOTMgNy42MDY3NyA4LjY1NDMgNy44MTY0MUM4LjQ0NDY2IDguMDI2MDQgOC4xOTQwMSA4LjE5NDY2IDcuOTAyMzQgOC4zMjIyN0M3LjYxOTc5IDguNDQwNzYgNy4zMTkwMSA4LjUgNyA4LjVDNi42ODA5OSA4LjUgNi4zNzU2NSA4LjQ0MDc2IDYuMDgzOTggOC4zMjIyN0M1LjgwMTQzIDguMTk0NjYgNS41NTUzNCA4LjAyNjA0IDUuMzQ1NyA3LjgxNjQxQzUuMTM2MDcgNy42MDY3NyA0Ljk2NzQ1IDcuMzYwNjggNC44Mzk4NCA3LjA3ODEyQzQuNzIxMzUgNi43OTU1NyA0LjY2MjExIDYuNDkwMjMgNC42NjIxMSA2LjE2MjExQzQuNjYyMTEgNS44NDMxIDQuNzIxMzUgNS41NDIzMiA0LjgzOTg0IDUuMjU5NzdDNC45Njc0NSA0Ljk3NzIxIDUuMTM2MDcgNC43MzExMiA1LjM0NTcgNC41MjE0OEM1LjU1NTM0IDQuMzExODUgNS44MDE0MyA0LjE0Nzc5IDYuMDgzOTggNC4wMjkzQzYuMzc1NjUgMy45MDE2OSA2LjY4MDk5IDMuODM3ODkgNyAzLjgzNzg5QzcuMzE5MDEgMy44Mzc4OSA3LjYxOTc5IDMuOTAxNjkgNy45MDIzNCA0LjAyOTNDOC4xOTQwMSA0LjE0Nzc5IDguNDQ0NjYgNC4zMTE4NSA4LjY1NDMgNC41MjE0OEM4Ljg2MzkzIDQuNzMxMTIgOS4wMjc5OSA0Ljk3NzIxIDkuMTQ2NDggNS4yNTk3N0M5LjI3NDA5IDUuNTQyMzIgOS4zMzc4OSA1Ljg0MzEgOS4zMzc4OSA2LjE2MjExWk04LjE2MjExIDYuMTYyMTFDOC4xNjIxMSA2LjAwNzE2IDguMTMwMjEgNS44NjEzMyA4LjA2NjQxIDUuNzI0NjFDOC4wMTE3MiA1LjU3ODc4IDcuOTI5NjkgNS40NTExNyA3LjgyMDMxIDUuMzQxOEM3LjcyMDA1IDUuMjMyNDIgNy41OTcwMSA1LjE1MDM5IDcuNDUxMTcgNS4wOTU3QzcuMzE0NDUgNS4wMzE5IDcuMTY0MDYgNSA3IDVDNi44MzU5NCA1IDYuNjgwOTkgNS4wMzE5IDYuNTM1MTYgNS4wOTU3QzYuMzk4NDQgNS4xNTAzOSA2LjI3OTk1IDUuMjMyNDIgNi4xNzk2OSA1LjM0MThDNi4wNzAzMSA1LjQ1MTE3IDUuOTgzNzIgNS41Nzg3OCA1LjkxOTkyIDUuNzI0NjFDNS44NjUyMyA1Ljg2MTMzIDUuODM3ODkgNi4wMDcxNiA1LjgzNzg5IDYuMTYyMTFDNS44Mzc4OSA2LjMyNjE3IDUuODY1MjMgNi40ODExMiA1LjkxOTkyIDYuNjI2OTVDNS45ODM3MiA2Ljc2MzY3IDYuMDcwMzEgNi44ODY3MiA2LjE3OTY5IDYuOTk2MDlDNi4yNzk5NSA3LjA5NjM1IDYuMzk4NDQgNy4xNzgzOSA2LjUzNTE2IDcuMjQyMTlDNi42ODA5OSA3LjMwNTk5IDYuODM1OTQgNy4zMzc4OSA3IDcuMzM3ODlDNy4xNjQwNiA3LjMzNzg5IDcuMzE0NDUgNy4zMDU5OSA3LjQ1MTE3IDcuMjQyMTlDNy41OTcwMSA3LjE3ODM5IDcuNzIwMDUgNy4wOTYzNSA3LjgyMDMxIDYuOTk2MDlDNy45Mjk2OSA2Ljg4NjcyIDguMDExNzIgNi43NjM2NyA4LjA2NjQxIDYuNjI2OTVDOC4xMzAyMSA2LjQ4MTEyIDguMTYyMTEgNi4zMjYxNyA4LjE2MjExIDYuMTYyMTFaIiBmaWxsPSIjMTExIj48L3BhdGg+Cjwvc3ZnPg==");display:none}.woocommerce .show-password-input.display-password:before{display:none}.woocommerce .show-password-input.display-password:after{display:block}.woocommerce .show-password-input:hover{opacity:1}.woocommerce .quantity{--gz-quantity-width:38px;--gz-quantity-height:43px;--gz-quantity-button-padding:15px;--gz-quantity-background-color:#F5F5F5;--gz-quantity-border-color:var(--gz-border-color);--gz-quantity-color:var(--gz-color-dark);--gz-quantity-font-size-icon:11px;display:inline-flex;align-items:center;height:var(--gz-quantity-height);line-height:1;color:var(--gz-quantity-color);background-color:var(--gz-quantity-background-color);border:1px solid var(--gz-quantity-border-color);border-radius:var(--gz-input-rounded)}.woocommerce .quantity .glozin-qty-button{position:relative;font-size:var(--gz-quantity-font-size-icon);display:flex;align-items:center;padding:0 var(--gz-quantity-button-padding);height:100%;cursor:pointer;user-select:none}.woocommerce .quantity .glozin-qty-button::before{content:"";position:absolute;top:50%;left:50%;width:2.1em;height:2.1em;border-radius:50%;transform:translate(-50%,-50%);background-color:transparent;transition:background-color .2s}.woocommerce .quantity .glozin-qty-button svg{position:relative}.woocommerce .quantity .glozin-qty-button:hover::before{background-color:#ddd}.woocommerce .quantity input{background-color:transparent;border-color:transparent;text-align:center;width:var(--gz-quantity-width);height:100%;padding:0;-moz-appearance:textfield}.woocommerce .quantity input::-webkit-inner-spin-button,.woocommerce .quantity input::-webkit-outer-spin-button{-webkit-appearance:none}.woocommerce .quantity.quantity-outline{--gz-quantity-background-color:transparent;--gz-quantity-border-color:var(--gz-border-color);--gz-quantity-color:var(--gz-color-dark);border-radius:calc(min(5px,var(--gz-input-rounded)))}.gz-price,.price{display:flex;align-items:center;font-weight:600;line-height:16.8px;color:var(--gz-color-dark);flex-wrap:wrap;column-gap:5px;row-gap:5px;margin:0}.gz-price .woocs_price_code,.price .woocs_price_code{display:flex;flex-wrap:wrap;column-gap:7px;row-gap:5px}.gz-price ins,.price ins{color:var(--gz-color-price-sale);background-color:transparent;order:1}.gz-price del,.price del{color:#666;font-weight:400;line-height:normal;order:2}.gz-price .woocommerce-price-suffix,.price .woocommerce-price-suffix{line-height:14px}ul.products li.product .price{margin-top:11px;margin-bottom:0}.glozin-i-video{width:22px;height:22px;background-color:var(--gz-color-dark);position:relative;cursor:pointer;z-index:1;border-radius:3px}.glozin-i-video:after{content:'';width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-inline-start:7px solid #fff;display:block;position:absolute;top:50%;inset-inline-start:53%;transform:translate(-50%,-50%)}body .notifyjs-corner{z-index:99999}body.admin-bar .notifyjs-corner{transform:translateY(32px)}.notifyjs-glozin-success{color:#299c77;background-color:#bff9d0}.notifyjs-glozin-success .btn-button,.notifyjs-glozin-success a{color:#299c77}.notifyjs-glozin-error{color:#fff;background-color:#b81c23}.notifyjs-glozin-error ul{margin:0;padding:0}.notifyjs-glozin-error ul li{list-style:none}.notifyjs-glozin-error ul li ::marker{display:none}.notifyjs-glozin-error .btn-button,.notifyjs-glozin-error a{color:#fff}.notifyjs-glozin-info{color:#fff;background-color:#1e85be}.notifyjs-glozin-base{font-weight:400;position:relative;padding-top:15px;padding-bottom:15px;padding-inline-start:60px;padding-inline-end:40px;margin-bottom:10px;box-shadow:0 4px 10px 0 rgba(3,3,3,.1);max-width:450px}.notifyjs-glozin-base .message-icon{position:absolute;inset-inline-start:20px;top:15px;font-size:24px;font-size:1.5rem}.notifyjs-glozin-base .button.wc-forward{display:none}.notifyjs-glozin-base .btn-button{padding-inline-start:5px;text-decoration:underline}.notifyjs-glozin-base .svg-active{position:absolute;top:19px;inset-inline-end:15px;font-size:11px}.notifyjs-glozin-base .message-box{display:inline-block;font-size:14px;font-size:.875rem;padding:0;margin:0}.notifyjs-glozin-base .feather-check-circle{fill:none}.glozin-price-saved{display:inline-block;font-size:11px;font-size:.6875rem;color:var(--gz-color-price-sale);border:1px solid var(--gz-color-price-sale);border-radius:var(--gz-rounded-xs);padding:3px 5px 2px;font-weight:600;line-height:1;text-transform:uppercase}.pswp__video{display:flex;justify-content:center;align-items:center;height:100%;pointer-events:none;padding:30px 15px}.pswp__video video{pointer-events:auto;width:100%!important;height:auto!important;max-width:1280px;max-height:100%}.pswp__video iframe{pointer-events:auto}.gz-woocommerce-information-box{--gz-image-rounded:0}.gz-woocommerce-information-box h6{margin-top:0;margin-bottom:14px}.gz-woocommerce-information-box p{margin-top:-3px;margin-bottom:16px}.order_details ins,.order_details mark,.shop_table ins,.shop_table mark{background-color:transparent}.gz-product-list-item .product__summary a{line-height:1.3}.glozin-note-estimate-coupon__button{--gz-button-icon-size:16px;--gz-button-color-hover:var(--gz-button-color);--gz-button-bg-color-hover:var(--gz-button-bg-color);--gz-button-width:auto;--gz-button-height:50px;--gz-button-rounded:0px;padding-inline:clamp(1.875rem,2vw,3.125rem)}.glozin-note-estimate-coupon__button:nth-child(2),.glozin-note-estimate-coupon__button:nth-child(3){border-inline-start:1px solid var(--gz-border-color)}.glozin-note-estimate-coupon__button.glozin-discount{--gz-button-icon-size:17px}.glozin-note-estimate-coupon__popover .popover__content{background-color:var(--gz-color-light-grey)}.glozin-note-estimate-coupon__popover .woocommerce-form-row{position:relative}.glozin-note-estimate-coupon__popover .woocommerce-form-row>label{position:absolute;top:0;inset-inline-start:0;padding:var(--gz-input-padding-y) var(--gz-input-padding-x);transform:scale(1);height:100%;pointer-events:none;transform-origin:left top;transition:.2s;display:flex;color:var(--gz-input-placeholder-color);line-height:normal}.glozin-note-estimate-coupon__popover .woocommerce-form-row .input-text{transition:none}.glozin-note-estimate-coupon__popover .woocommerce-form-row .input-text:-webkit-autofill{animation-name:autofill-animation;animation-duration:1ms;border-color:#000}.glozin-note-estimate-coupon__popover .woocommerce-form-row.focused>label{transform:translateY(-.4rem) translateX(7px) scale(.75);opacity:.7}.glozin-note-estimate-coupon__popover .woocommerce-form-row ::placeholder{color:transparent}.glozin-note-estimate-coupon__popover .shipping-calculator-button{display:none}.glozin-note-estimate-coupon__popover .shipping-calculator-form{display:block!important}.glozin-note-estimate-coupon__popover .shipping-calculator-form .form-row,.glozin-note-estimate-coupon__popover .shipping-calculator-form .form-row span{display:flex;flex-direction:column;gap:5px}.glozin-note-estimate-coupon__popover .shipping-calculator-form [name=calc_shipping]{width:100%}.glozin-shop-content.loading{opacity:.5;pointer-events:none}ul.products{list-style:none;margin:0;padding:0}ul.products li.product{margin-bottom:30px}ul.products li.product .product-inner{position:relative}ul.products li.product .product-inner:hover .product-card-animation{opacity:1;visibility:visible;transform:translateX(0)}ul.products li.product .product-inner:hover .product-card-animation.product-card-animation--bottom{transform:translateY(0)}ul.products li.product .product-inner:hover .glozin-badges-sale__countdown{transform:translate(-50%,100%);opacity:0;visibility:hidden}ul.products li.product .product-inner .glozin-badges-sale__countdown{--gz-button-padding-top:12.5px;--gz-button-padding-bottom:12.5px;--gz-button-padding-left:21px;--gz-button-padding-right:21px;box-shadow:0 5px 30px 0 rgba(0,0,0,.05)}ul.products li.product .product-card-animation{opacity:0;visibility:hidden;transform:translateX(20px);transition:.5s}ul.products li.product .product-card-animation.product-card-animation--bottom{transform:translateY(20px)}ul.products li.product .product-loop-button{--gz-button-width:45px;--gz-button-height:45px;--gz-button-font-size:15px}ul.products li.product .wcboost-products-compare-button,ul.products li.product .wcboost-wishlist-button{margin:0}ul.products li.product .wcboost-products-compare-button.added,ul.products li.product .wcboost-wishlist-button.added{--gz-button-bg-color:var(--gz-color-dark);--gz-button-color:var(--gz-color-light)}ul.products li.product .product-thumbnail .product-thumbnails--fadein img{transition:.5s;will-change:transform}ul.products li.product .product-thumbnail .product-thumbnails--fadein .product-thumbnails--fadein-image{position:absolute;top:0;left:0;opacity:0}ul.products li.product .product-thumbnail .product-thumbnails--fadein:hover:not(.hover-swatch) .product-thumbnails--fadein-image{opacity:1}ul.products li.product .product-thumbnail .gz-button-icon{box-shadow:var(--shadow,0 30px 0 rgba(0,0,0,.08))}ul.products li.product .product-thumbnail .product-featured-icons--primary .product-loop-button-atc{--gz-button-width:40px;--gz-button-height:40px;--gz-button-font-size:13px;--gz-button-icon-size:var(--gz-button-font-size);padding:0;width:var(--gz-button-width);height:var(--gz-button-height);--gz-button-width:45px;--gz-button-height:45px;--gz-button-font-size:15px;display:none}ul.products li.product .product-thumbnail .product-featured-icons--primary .product-loop-button-atc .glozin-button-text{display:none}ul.products li.product .product-thumbnail .product-featured-icons--primary .product-loop-button-atc .glozin-svg-icon{padding-bottom:0}ul.products li.product .product-thumbnail .product-featured-icons--primary .product-loop-button-atc::after,ul.products li.product .product-thumbnail .product-featured-icons--primary .product-loop-button-atc::before{display:none}ul.products li.product .product-thumbnail .product-featured-icons--primary .product-loop-button-atc.added{--gz-button-bg-color:var(--gz-color-dark);--gz-button-color:var(--gz-color-light)}ul.products li.product .product-thumbnail .product-featured-icons--primary .product-loop-button-atc .add-to-cart__text{display:none}ul.products li.product .product-thumbnail .product-featured-icons--primary .product-loop-button-atc .glozin-svg-icon--shopping-cart{font-size:17px}ul.products li.product .product-thumbnail .product-featured-icons--primary .product-loop-button-atc .glozin-svg-icon--shopping-cart.shopping-cart{font-size:18px}ul.products li.product .product-thumbnail .product-featured-icons--second .product-loop-button-atc{--gz-button-padding-top:15px;--gz-button-padding-bottom:15px;--gz-button-padding-left:10px;--gz-button-padding-right:10px;--gz-button-font-size:15px;box-shadow:0 5px 30px 0 rgba(0,0,0,.05);opacity:1;width:100%}ul.products li.product .product-thumbnail .product-featured-icons--second .product-loop-button-atc .glozin-svg-icon__inline{display:none}ul.products li.product .product-summary.align-items-center .price{justify-content:center}ul.products li.product .product-summary .gz-button-add-to-cart-mobile{--gz-button-padding-top:15px;--gz-button-padding-bottom:15px;display:none;width:100%}ul.products li.product .product--cat{margin-bottom:5px}ul.products li.product .product--cat a:not(:hover){color:var(--gz-color-dark)}ul.products li.product .woocommerce-loop-product__title a{display:-webkit-box;-webkit-line-clamp:var(--gz-line-clamp-count, "none");-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;transition:color .4s ease}ul.products li.product .gz-price-unit{margin-inline-start:-3px}ul.products li.product .added_to_cart{display:none}ul.products li.product .product-loop-button-atc.disabled{opacity:1}ul.products li.product .product-variation-items{justify-content:flex-start;flex-wrap:wrap;gap:4px;margin-top:11px}ul.products li.product .product-variation-items .product-variation-item{display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-size:1rem;line-height:1;cursor:pointer;box-shadow:0 0 0 1px var(--gz-border-color);margin-bottom:1px;transition:.4s;--gz-image-rounded:0}ul.products li.product .product-variation-items .product-variation-item.selected,ul.products li.product .product-variation-items .product-variation-item:hover{--gz-border-color:var(--gz-color-dark)}ul.products li.product .product-variation-items .product-variation-item:first-child{margin-inline-start:0}ul.products li.product .product-variation-items .product-variation-item:last-child{margin-inline-end:0}ul.products li.product .product-variation-items .product-variation-item--color{position:relative;width:27px;height:27px;border-radius:50%}ul.products li.product .product-variation-items .product-variation-item--color .product-variation-item__color{width:19px;height:19px;line-height:1;border-radius:50%}ul.products li.product .product-variation-items .product-variation-item--image{position:relative;border-radius:100%;width:30px;height:30px}ul.products li.product .product-variation-items .product-variation-item--image .product-variation-item__image{width:24px;height:24px}ul.products li.product .product-variation-items .product-variation-item--image img{border-radius:100%}ul.products li.product .product-variation-items .product-variation-item--button,ul.products li.product .product-variation-items .product-variation-item--label{position:relative;font-size:14px;font-size:.875rem;min-width:45px;height:30px;padding:0 10px;color:var(--gz-color-dark);--gz-border-color:#ebebeb;border-radius:var(--gz-rounded-xs)}ul.products li.product .product-variation-items .product-variation-item--button.selected,ul.products li.product .product-variation-items .product-variation-item--button:hover,ul.products li.product .product-variation-items .product-variation-item--label.selected,ul.products li.product .product-variation-items .product-variation-item--label:hover{--gz-border-color:var(--gz-color-dark);background-color:var(--gz-color-dark);color:var(--gz-color-light)}ul.products li.product .product-variation-items.wcboost-variation-swatches--circle .product-variation-item,ul.products li.product .product-variation-items.wcboost-variation-swatches--circle .product-variation-item img,ul.products li.product .product-variation-items.wcboost-variation-swatches--circle .product-variation-item span{border-radius:100%}ul.products li.product .product-variation-items.wcboost-variation-swatches--round .product-variation-item,ul.products li.product .product-variation-items.wcboost-variation-swatches--round .product-variation-item img,ul.products li.product .product-variation-items.wcboost-variation-swatches--round .product-variation-item span{border-radius:50%}ul.products li.product .product-variation-items.wcboost-variation-swatches--rounded .product-variation-item,ul.products li.product .product-variation-items.wcboost-variation-swatches--rounded .product-variation-item img,ul.products li.product .product-variation-items.wcboost-variation-swatches--rounded .product-variation-item span{border-radius:4px}ul.products li.product .product-variation-items.wcboost-variation-swatches--square .product-variation-item,ul.products li.product .product-variation-items.wcboost-variation-swatches--square .product-variation-item img,ul.products li.product .product-variation-items.wcboost-variation-swatches--square .product-variation-item span{border-radius:0}ul.products li.product .product-variation-items .product-variation-item-more{display:inline-flex;align-items:center;font-size:14px;font-size:.875rem;line-height:1;color:var(--gz-color-dark);font-weight:500}ul.products li.product .product-variation-items.gz-variation-hover .product-variation-item--button.selected,ul.products li.product .product-variation-items.gz-variation-hover .product-variation-item--button:hover,ul.products li.product .product-variation-items.gz-variation-hover .product-variation-item--label.selected,ul.products li.product .product-variation-items.gz-variation-hover .product-variation-item--label:hover{--gz-border-color:var(--gz-color-dark)}ul.products li.product .sold-by-meta img{max-height:16px;max-width:16px;margin-inline-end:8px;border-radius:100%}ul.products li.product .sold-by-meta .vendor-name{position:relative;top:1px}ul.products li.gz-product-grid-banner>.gz-ratio--product-image{display:block;position:relative}ul.products.product-card-wishlist-always-show li.product .product-featured-icons--primary{opacity:1;visibility:visible;transform:none}ul.products.product-card-wishlist-always-show li.product .product-featured-icons--primary>:not(.wcboost-wishlist-button){opacity:0;visibility:hidden;transform:translateX(20px);transition:.5s}ul.products.product-card-wishlist-always-show li.product .product-inner:hover .product-featured-icons--primary>:not(.wcboost-wishlist-button){opacity:1;visibility:visible;transform:none}ul.products.product-card-layout-2 .gz-button-outline{--gz-button-border-width:2px;--gz-button-padding-top:15.5px;--gz-button-padding-bottom:15.5px}ul.products.product-card-layout-2 .gz-button-outline .glozin-svg-icon-original svg{height:15px;width:auto}.gz-price-unit{font-weight:400;color:var(--gz-color-base)}.live-sales-notification__thumbnail,.modal__quickview div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a,.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail a,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-image a{display:flex;width:100%;position:relative}.live-sales-notification__thumbnail:before,.modal__quickview div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before,.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image):before,.woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail a:before,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-image a:before{content:'';width:0;height:0;display:block;padding-bottom:var(--product-image-ratio-percent)}.live-sales-notification__thumbnail img,.modal__quickview div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a img,.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) img,.woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail a img,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-image a img{display:block;max-width:100%;position:absolute;margin:0;top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center}@media screen and (min-width:48em){ul.products.columns-1 li.product{width:100%}ul.products.columns-2 li.product{width:50%}ul.products.columns-3 li.product{width:33.33%}ul.products.columns-4 li.product{width:25%}ul.products.columns-5 li.product{width:20%}ul.products.columns-6 li.product{width:16.66%}}.woocommerce-account .woocommerce-customer-login{justify-content:center}.woocommerce-account .site-content .woocommerce-customer-register>h2{display:none}.woocommerce-account .woocommerce-form .woocommerce-form-row{position:relative}.woocommerce-account .woocommerce-form .woocommerce-form-row .password-input{position:static}.woocommerce-account .woocommerce-form .woocommerce-form-row>label{position:absolute;top:0;inset-inline-start:var(--gz-input-padding-x);transform:scale(1);height:100%;pointer-events:none;transform-origin:left top;transition:.2s;display:flex;align-items:center;color:var(--gz-input-placeholder-color)}.woocommerce-account .woocommerce-form .woocommerce-form-row .input-text,.woocommerce-account .woocommerce-form .woocommerce-form-row input[type=text]{transition:none;height:50px}.woocommerce-account .woocommerce-form .woocommerce-form-row .input-text:-webkit-autofill,.woocommerce-account .woocommerce-form .woocommerce-form-row input[type=text]:-webkit-autofill{animation-name:autofill-animation;animation-duration:1ms;border-color:#000}.woocommerce-account .woocommerce-form .woocommerce-form-row.focused>label{transform:translateY(-.4rem) scale(.75);opacity:.7}.woocommerce-account .woocommerce-form .woocommerce-form-row ::placeholder{color:transparent}.woocommerce-account .woocommerce-form .woocommerce-form-row.woocommerce-form-row--submit{margin-bottom:10px}.woocommerce-account .woocommerce-form .woocommerce-form-row.form-row-password.focused>label{transform:translateY(-.6rem) scale(.8);top:13px;height:auto}.woocommerce-account .woocommerce-form .woocommerce-Input--text{width:100%}.woocommerce-account .show_if_seller .form-row{position:relative}.woocommerce-account .show_if_seller .form-row>label{position:absolute;top:0;left:var(--gz-input-padding-x);transform:scale(1);height:50px;pointer-events:none;transform-origin:left top;transition:.2s;display:flex;align-items:center}.woocommerce-account .show_if_seller .form-row .input-text,.woocommerce-account .show_if_seller .form-row input[type=text]{transition:none;height:50px}.woocommerce-account .show_if_seller .form-row .input-text:-webkit-autofill,.woocommerce-account .show_if_seller .form-row input[type=text]:-webkit-autofill{animation-name:autofill-animation;animation-duration:1ms;border-color:#000}.woocommerce-account .show_if_seller .form-row.focused>label{transform:translateY(-.6rem) scale(.8)}.woocommerce-account .show_if_seller .form-row.focused .input-text,.woocommerce-account .show_if_seller .form-row.focused input[type=text]{padding-top:1.55rem;padding-bottom:.4rem}.woocommerce-account .show_if_seller .form-row ::placeholder{color:transparent}.woocommerce-account .show_if_seller .form-row.woocommerce-form-row--submit{margin-bottom:10px}.woocommerce-account .show_if_seller .form-row.form-row-password.focused>label{transform:translateY(-.6rem) scale(.8);top:13px;height:auto}.woocommerce-account .show_if_seller .input-text{width:100%}.woocommerce-account .vendor-customer-registration>:not(:last-child){margin-bottom:5px}.woocommerce-account .woocommerce-form-row--remember{display:flex;align-items:center;justify-content:space-between}.woocommerce-account .woocommerce-lost-password:not(:hover){color:var(--gz-color-base)}.woocommerce-account .shop_table{color:var(--gz-color-dark)}.woocommerce-account .shop_table tr th{font-weight:600}.woocommerce-account .shop_table thead th{font-size:16px;font-size:1rem}.woocommerce-account .shop_table tbody .product-name{font-size:14px;font-size:.875rem;font-weight:500}.woocommerce-account .shop_table tfoot td{font-size:14px;font-size:.875rem;text-align:end;color:var(--gz-color-base)}.woocommerce-account .shop_table tfoot .woocommerce-Price-amount{font-size:18px;font-size:1.125rem;font-weight:600;color:var(--gz-color-dark)}.woocommerce-account .shop_table .product-total{text-align:end}.woocommerce-account .shop_table .woocommerce-table__product-total{font-size:14px;font-size:.875rem;font-weight:600}.woocommerce-account .woocommerce-MyAccount-navigation{width:23.246%;float:inline-start;margin-inline-end:20px;padding:25px 0 24px;border:1px solid var(--gz-border-color);border-radius:var(--gz-rounded-xs)}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style-type:none}.woocommerce-account .woocommerce-MyAccount-navigation li{margin-bottom:20px}.woocommerce-account .woocommerce-MyAccount-navigation li a{position:relative;display:block;margin-inline-start:-1px;padding:1px 19px 1px 24px;font-size:16px;font-size:1rem;font-weight:500;color:var(--gz-color-base);border-left:2px solid transparent}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{color:var(--gz-color-dark);border-color:var(--gz-color-dark)}.woocommerce-account .woocommerce-MyAccount-navigation li:hover a{color:var(--gz-color-dark);border-color:var(--gz-color-dark)}.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{margin-bottom:0}.woocommerce-account .woocommerce-MyAccount-content{float:inline-start;width:calc(100% - 23.246% - 24px);padding:28px 24px;border:1px solid var(--gz-border-color);border-radius:var(--gz-rounded-xs)}.woocommerce-account .woocommerce-MyAccount-content .greeting{margin-top:0;font-size:24px;font-size:1.5rem;line-height:32px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title>a{border-bottom:1px solid}.woocommerce-account .woocommerce-MyAccount-content h2{font-size:24px;font-size:1.5rem;font-weight:500}.woocommerce-account .woocommerce-MyAccount-content h3{margin-top:0;font-size:24px;font-size:1.5rem;font-weight:500}.woocommerce-account .woocommerce-MyAccount-content p{font-size:14px;font-size:.875rem}.woocommerce-account .woocommerce-MyAccount-content p a{box-shadow:inset 0 -1px var(--gz-color-dark)}.woocommerce-account .woocommerce-MyAccount-content table{margin:0}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{margin-bottom:0}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a.button{box-shadow:none;display:inline;min-width:auto}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message--info,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info{padding:0;margin:0;background-color:transparent}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message--info p,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info p{margin-top:0;font-size:24px;font-size:1.5rem;font-weight:500;color:var(--gz-color-dark)}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details a.button,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-downloads a.button{--gz-button-color:#111111;--gz-button-color-hover:var(--gz-button-color);--gz-button-bg-color:transparent;--gz-button-bg-color-hover:transparent;--gz-button-padding-top:0;--gz-button-padding-right:0;--gz-button-padding-bottom:3px;--gz-button-padding-left:0;--gz-button-rounded:0;--gz-button-border-color:currentColor;--gz-button-border-color-hover:currentColor;--transform-origin-end:right;--transform-origin-start:left;border:none;position:relative;--gz-button-font-weight:500}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details a.button:before,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-downloads a.button:before{display:none}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details a.button:after,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-downloads a.button:after{content:"";width:100%;height:var(--gz-button-border-width);background:var(--gz-button-border-color);position:absolute;inset-inline-start:0;bottom:0;transform:scaleX(1);transform-origin:var(--transform-origin-end)}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details a.button:hover:after,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-downloads a.button:hover:after{background:var(--gz-button-border-color-hover);transform:scaleX(1);transform-origin:var(--transform-origin-start);animation:text-underlined .8s cubic-bezier(.01,.56,1,1)}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details h2{text-align:start}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .order-again .button{margin-inline-start:0}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details h2{text-align:start}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input{width:100%}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label{display:block;margin-bottom:7px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset{margin-bottom:21px;padding:2em 2em 3em;border:1px solid var(--gz-input-border-color)}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend{font-size:16px;font-size:1rem;font-weight:500}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button{--gz-button-padding-top:0;--gz-button-padding-right:0;--gz-button-padding-bottom:0;--gz-button-padding-left:0;--gz-button-bg-color:transparent;--gz-button-color:#000000;--gz-button-bg-color-hover:transparent;--gz-button-color-hover:var(--gz-color-primary);border:none;text-decoration:underline;margin-inline-end:10px}.woocommerce-account .woocommerce-MyAccount-content .form-row{margin:0 0 20px 0}.woocommerce-account .woocommerce-MyAccount-content .form-row:last-child{margin:0}.woocommerce-account .woocommerce-MyAccount-content .form-row label{display:block;font-size:14px;font-size:.875rem;font-weight:500;color:var(--gz-color-dark);margin-bottom:9px}.woocommerce-account .woocommerce-MyAccount-content .form-row .input-text{width:100%}.woocommerce-account .woocommerce-MyAccount-content .wc-item-meta{font-size:13px;font-size:.8125rem;list-style-type:none;margin:0;padding:0;color:var(--gz-color-dark-grey);font-weight:400}.woocommerce-account .woocommerce-MyAccount-content .wc-item-meta li{display:flex;align-items:center}.woocommerce-account .woocommerce-MyAccount-content .wc-item-meta p{margin:0 0 0 5px}.woocommerce-account .woocommerce-MyAccount-content .wc-item-meta strong{font-weight:400}.woocommerce-account .woocommerce-table--order-downloads{text-align:center}.woocommerce-account .woocommerce-table--order-downloads thead tr th{text-align:center}.woocommerce-account .woocommerce-MyAccount-orders td,.woocommerce-account .woocommerce-MyAccount-orders th{width:22.5%;padding-inline-start:15px}.woocommerce-account .woocommerce-MyAccount-orders td:first-child,.woocommerce-account .woocommerce-MyAccount-orders th:first-child{width:10%;padding-inline-start:0}.woocommerce-account .woocommerce-orders-table__cell-order-total ins{float:left;color:var(--gz-color-price-sale);background-color:transparent;font-weight:600;margin-inline-end:3px}.woocommerce-account .woocommerce-orders-table__cell-order-total del{color:#666;font-weight:400}.woocommerce-account .lost_reset_password .button,.woocommerce-account .lost_reset_password .woocommerce-Input--text{width:100%}.woocommerce-account .select2-container--open .select2-dropdown--below{margin-top:15px}.woocommerce-account .select2 .select2-selection--single{padding:2px 15px;height:44px}.woocommerce-account .select2 .select2-selection--single .select2-selection__rendered{line-height:38px}.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow{top:10px;right:10px}.woocommerce-account.woocommerce-page .woocommerce-enable-register .woocommerce-customer-login__title{text-align:start}.woocommerce-account .woocommerce-table--order-details tfoot .order-actions--heading+td .cancel.order-actions-button{margin-left:10px}@media (min-width:1025px) and (pointer:fine) and (prefers-reduced-motion:no-preference){body:not(.button-eff-hover-disabled).woocommerce-account .woocommerce-order-details .order-again .button:not(.loading){position:relative;overflow:hidden;z-index:1}body:not(.button-eff-hover-disabled).woocommerce-account .woocommerce-order-details .order-again .button:not(.loading):after,body:not(.button-eff-hover-disabled).woocommerce-account .woocommerce-order-details .order-again .button:not(.loading):before{content:'';z-index:-1;transition:transform .4s cubic-bezier(.75, 0, .125, 1);position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;transform:translate(-100%)}body:not(.button-eff-hover-disabled).woocommerce-account .woocommerce-order-details .order-again .button:not(.loading):before{background-color:var(--gz-button-eff-bg-color-hover)}body:not(.button-eff-hover-disabled).woocommerce-account .woocommerce-order-details .order-again .button:not(.loading):after{background-color:var(--gz-button-bg-color-hover)}body:not(.button-eff-hover-disabled).woocommerce-account .woocommerce-order-details .order-again .button:not(.loading):hover:before{transform:translate(0)}body:not(.button-eff-hover-disabled).woocommerce-account .woocommerce-order-details .order-again .button:not(.loading):hover:after{transform:translate(0);transition-delay:175ms}body:not(.button-eff-hover-disabled).woocommerce-account .lost_reset_password .button:not(.loading){position:relative;overflow:hidden;z-index:1}body:not(.button-eff-hover-disabled).woocommerce-account .lost_reset_password .button:not(.loading):after,body:not(.button-eff-hover-disabled).woocommerce-account .lost_reset_password .button:not(.loading):before{content:'';z-index:-1;transition:transform .4s cubic-bezier(.75, 0, .125, 1);position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;transform:translate(-100%)}body:not(.button-eff-hover-disabled).woocommerce-account .lost_reset_password .button:not(.loading):before{background-color:var(--gz-button-eff-bg-color-hover)}body:not(.button-eff-hover-disabled).woocommerce-account .lost_reset_password .button:not(.loading):after{background-color:var(--gz-button-bg-color-hover)}body:not(.button-eff-hover-disabled).woocommerce-account .lost_reset_password .button:not(.loading):hover:before{transform:translate(0)}body:not(.button-eff-hover-disabled).woocommerce-account .lost_reset_password .button:not(.loading):hover:after{transform:translate(0);transition-delay:175ms}}.woocommerce div.nsl-container.nsl-container-block .nsl-container-buttons{width:100%;display:inline-grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (min-width:768px){.woocommerce-account-register,.woocommerce-lost-password{--gz-container-width:630px}.woocommerce-account .woocommerce-MyAccount-content .form-row-first{float:left;width:50%;padding-right:10px}.woocommerce-account .woocommerce-MyAccount-content .form-row-last{float:right;margin-inline-end:0;width:50%;padding-left:10px}}@media (max-width:767px){.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{width:100%}.woocommerce-account .woocommerce-MyAccount-navigation{padding:15px 0;margin:0 0 40px 0}.woocommerce-account .woocommerce-MyAccount-navigation li{margin-bottom:7px}.woocommerce-account .woocommerce-MyAccount-navigation li a{padding-left:15px;padding-right:15px}.woocommerce-account .woocommerce-MyAccount-content{padding:15px;overflow:hidden;overflow-x:auto;scroll-behavior:smooth}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset{padding:15px}.woocommerce-account .woocommerce-MyAccount-orders tbody tr td{white-space:nowrap}.woocommerce-account .woocommerce-MyAccount-orders+.woocommerce-pagination{margin-bottom:20px}.woocommerce-account .woocommerce-MyAccount-orders+.woocommerce-pagination .button{--gz-button-font-size:12px;--gz-button-padding-top:7px;--gz-button-padding-bottom:7px;--gz-button-padding-left:13px;--gz-button-padding-right:13px}.woocommerce div.nsl-container.nsl-container-block .nsl-container-buttons{grid-template-columns:repeat(1,1fr);gap:0}}.woocommerce-badges{display:flex;flex-direction:column;gap:3px}.woocommerce-badge{--gz-badge-background-color:var(--gz-color-dark);background-color:var(--gz-badge-background-color);padding:0 15px;height:29px;display:inline-flex;align-items:center;justify-content:center;align-self:start;font-size:13px;font-weight:500;line-height:1;text-align:center;color:#fff;border-radius:30px;margin:0}.woocommerce-badge.in-stock{--gz-badge-background-color:#14854e}.woocommerce-badge.onsale{--gz-badge-background-color:#d0473e}.woocommerce-badge.featured{--gz-badge-background-color:#ff7402}.woocommerce-badge.new{--gz-badge-background-color:#3357D8}.woocommerce-badge.sold-out{--gz-badge-background-color:#666666}.woocommerce-badge.pre-order{--gz-badge-background-color:#6a33d8}.woocommerce-badge.custom{--id--badge-custom-bg:#14854e;--id--badge-custom-color:#fff;background-color:var(--id--badge-custom-bg);color:var(--id--badge-custom-color)}.woocommerce-badge.custom .custom-icon-image{transform:translateY(-1px)}.woocommerce-badge.badge-small{height:auto;padding:4px 8px;font-size:10px}.woocommerce-badges--single{flex-direction:row;flex-wrap:wrap;gap:0}.woocommerce-badges--single .woocommerce-badge:not(:empty){margin-inline-end:3px;margin-bottom:10px}.woocommerce-badges--single .woocommerce-badge:not(:empty).in-stock{display:none}.woocommerce-pagination{text-align:center;margin-top:15px}.woocommerce-pagination ul{display:flex;justify-content:center;list-style:none;margin:0;padding:0;flex-wrap:wrap;gap:10px}.woocommerce-pagination ul .page-numbers{font-size:var(--gz-button-font-size);background-color:var(--gz-button-bg-color);color:var(--gz-button-color);border:var(--gz-button-border-width) solid var(--gz-button-border-color);padding:var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);line-height:var(--gz-button-line-height);border-radius:var(--gz-button-rounded);font-weight:var(--gz-button-font-weight);gap:var(--gz-button-icon-spacing);display:inline-flex;align-items:center;justify-content:center;transition:.4s;cursor:pointer;vertical-align:middle;letter-spacing:calc(var(--gz-heading-letter-spacing) + .01em);transition:.25s;--gz-button-color:#111111;--gz-button-color-hover:#111111;--gz-button-bg-color:transparent;--gz-button-bg-color-hover:transparent;--gz-button-border-color:var(--gz-border-color);--gz-button-border-color-hover:#111111;--gz-button-width:40px;--gz-button-height:40px;--gz-button-font-size:13px;--gz-button-icon-size:var(--gz-button-font-size);padding:0;width:var(--gz-button-width);height:var(--gz-button-height);--gz-button-width:44px;--gz-button-height:44px;--gz-button-font-size:15px;--gz-button-font-weight:400;--gz-button-color:var(--gz-color-base);--gz-button-color-hover:var(--gz-color-light);--gz-button-bg-color-hover:var(--gz-color-dark);position:relative}.woocommerce-pagination ul .page-numbers:active,.woocommerce-pagination ul .page-numbers:hover{color:var(--gz-button-color-hover);background-color:var(--gz-button-bg-color-hover);border-color:var(--gz-button-border-color-hover)}.woocommerce-pagination ul .page-numbers:hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1)}.woocommerce-pagination ul .page-numbers.disabled,.woocommerce-pagination ul .page-numbers:disabled{opacity:.3;pointer-events:none;cursor:not-allowed}.woocommerce-pagination ul .page-numbers .glozin-svg-icon{font-size:var(--gz-button-icon-size)}.woocommerce-pagination ul .page-numbers.pswp__button::after{display:none}.woocommerce-pagination ul .page-numbers.loading{--gz-loading-color:var(--gz-button-color);--gz-animation-state:running;position:relative;color:transparent;cursor:default}.woocommerce-pagination ul .page-numbers.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.woocommerce-pagination ul .page-numbers.loading.added,.woocommerce-pagination ul .page-numbers.loading:active,.woocommerce-pagination ul .page-numbers.loading:hover{--gz-loading-color:var(--gz-button-color-hover)}.woocommerce-pagination ul .page-numbers.loading:after{display:none}.woocommerce-pagination ul .page-numbers .glozin-button-text{display:none}.woocommerce-pagination ul .page-numbers .glozin-svg-icon{padding-bottom:0}.woocommerce-pagination ul .page-numbers.current{--gz-button-bg-color:var(--gz-color-dark);--gz-button-bg-color-hover:var(--gz-color-dark);--gz-button-border-color:var(--gz-color-dark);--gz-button-color:var(--gz-color-light);--gz-button-color-hover:var(--gz-color-light);cursor:default}.woocommerce-pagination ul .page-numbers.current:focus,.woocommerce-pagination ul .page-numbers.current:focus-visible,.woocommerce-pagination ul .page-numbers.current:hover{outline:0}.woocommerce-pagination ul .page-numbers.current:after{display:none}.woocommerce-pagination ul .page-numbers.dots{cursor:pointer;border:none;position:relative;bottom:5px}.woocommerce-pagination ul .page-numbers.next,.woocommerce-pagination ul .page-numbers.prev{--gz-button-icon-size:9px}.woocommerce-pagination-button.gz-loading-spin{--gz-animation-state:paused}.woocommerce-pagination-button.gz-loading-spin::before{opacity:0}.woocommerce-pagination-button.loading{--gz-animation-state:running}.woocommerce-pagination-button.loading span{opacity:0}.woocommerce-pagination-button.loading::before{opacity:1}.woocommerce-widget-layered-nav-list{margin:0;padding:0;list-style-type:none;font-size:14px;font-size:.875rem}.woocommerce-widget-layered-nav-list li{padding:8px 0}.widget_rating_filter .wc-layered-nav-rating{font-size:12px;font-size:.75rem;padding:5px 0}.widget_rating_filter .wc-layered-nav-rating a{display:flex}.widget_rating_filter .wc-layered-nav-rating .star-rating{margin-inline-end:5px}.wc-block-grid .wc-block-grid__products{margin:-7.5px}.wc-block-grid .wc-block-grid__product{border:none;padding:7.5px}.wc-block-grid .wc-block-grid__product .price{display:flex;font-size:14px;font-size:.875rem;font-weight:600;line-height:16.8px;color:var(--gz-color-dark);margin-top:9px;flex-wrap:wrap;justify-content:center}.wc-block-grid .wc-block-grid__product .price .woocs_price_code{display:flex}.wc-block-grid .wc-block-grid__product .price ins{margin-inline-start:10px;background-color:transparent}.wc-block-grid .wc-block-grid__product .price del{color:rgba(var(--gz-color-dark),.5);font-weight:400}.wc-block-grid .wc-block-grid__product .price>.woocommerce-Price-amount{margin-inline-start:5px;margin-inline-end:5px}.wc-block-grid .wc-block-grid__product .price>.woocommerce-Price-amount:first-child{margin-inline-start:0}.wc-block-grid .wc-block-grid__product .price>.woocommerce-Price-amount:last-child{margin-inline-end:0}.wc-block-grid .wc-block-grid__product .wc-block-grid__product-image img{border-radius:var(--gz-rounded-product-image-sm)}.wc-block-grid .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link{background-color:var(--gz-button-bg-color);color:var(--gz-button-color);font-size:12px;font-size:.75rem}.wc-block-grid.has-1-columns .wc-block-grid__product{text-align:start}.wc-block-grid.has-1-columns .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image){margin:0}.wc-block-grid.has-1-columns .wc-block-grid__product .wc-block-grid__product-title{font-size:16px;font-size:1rem;font-weight:400;margin-bottom:7px}.wc-block-grid.has-1-columns .wc-block-grid__product .price{justify-content:flex-start}.wc-block-grid.has-1-columns .wc-block-grid__product-link{float:left;max-width:92px;margin-inline-end:15px}.wc-block-grid.has-1-columns .wc-block-grid__product-image{margin:0}.wc-block-grid .wc-block-grid__product-image div.wc-block-grid__product-onsale,.wc-block-grid div.wc-block-grid__product-onsale{font-size:11px;font-size:.6875rem;font-weight:500;color:#fff;line-height:1;display:inline-flex;align-items:center;justify-content:center;background-color:#fc5732;border-radius:100px;padding:6px 10px;margin:0;top:5px;right:5px;border:none;text-transform:capitalize}.wc-block-grid.wp-block-product-on-sale .wc-block-grid__product-onsale{display:none}.woocommerce.wc-block-catalog-sorting select.orderby{--gz-input-padding-y:13px;font-size:var(--gz-button-font-size);line-height:21px}.wc-block-product-categories__dropdown{width:100%}.wp-block-woocommerce-product-categories.is-dropdown select{line-height:21px}.wp-block-woocommerce-product-categories.is-dropdown .wc-block-product-categories__button{margin-inline-start:10px}.gz-product-categories-widget .wc-block-product-categories-list-item>.wc-block-product-categories-list{display:none}.gz-product-categories-widget .gz-product-categories-has-children{position:relative}.gz-product-categories-widget .gz-product-categories-has-children.active>.gz-product-categories-toggler:after{transform:rotate(180deg)}.gz-product-categories-widget .gz-product-categories-toggler{position:absolute;top:6px;right:0;padding:3px 0 3px 3px;cursor:pointer;user-select:none}.gz-product-categories-widget .gz-product-categories-toggler:after{content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+");background-repeat:no-repeat;width:11px;height:7px;display:block;transition:transform .35s linear;will-change:transform}.wp-block-button__link{font-size:inherit}.wc-block-components-sort-select{margin-bottom:25px}.wc-block-components-review-list-item__item{font-size:14px;font-size:.875rem;margin-bottom:0}.wc-block-components-review-list-item__info,.wc-block-components-review-list-item__text p{margin-bottom:10px}.wc-block-components-review-list-item__rating{order:1;width:100%;margin-bottom:5px}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:'';background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2MCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDkuMzQyMjZMOS4zOTkgMTEuNUw4LjQ5OTc1IDcuNDMwNThMMTEuNSA0LjY5Mzg5TDcuNTQ0OTUgNC4zMzY2OEw2IDAuNUw0LjQ1NTA1IDQuMzM2NjhMMC41IDQuNjkzODlMMy41MDAyNSA3LjQzMDU4TDIuNjAxIDExLjVMNiA5LjM0MjI2WiIgZmlsbD0iIzdBN0E3QSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4IDkuMzQyMjZMMjEuMzk5IDExLjVMMjAuNDk5OCA3LjQzMDU4TDIzLjUgNC42OTM4OUwxOS41NDUgNC4zMzY2OEwxOCAwLjVMMTYuNDU1MSA0LjMzNjY4TDEyLjUgNC42OTM4OUwxNS41MDAyIDcuNDMwNThMMTQuNjAxIDExLjVMMTggOS4zNDIyNloiIGZpbGw9IiM3QTdBN0EiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCA5LjM0MjI2TDMzLjM5OSAxMS41TDMyLjQ5OTggNy40MzA1OEwzNS41IDQuNjkzODlMMzEuNTQ1IDQuMzM2NjhMMzAgMC41TDI4LjQ1NSA0LjMzNjY4TDI0LjUgNC42OTM4OUwyNy41MDAyIDcuNDMwNThMMjYuNjAxIDExLjVMMzAgOS4zNDIyNloiIGZpbGw9IiM3QTdBN0EiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MiA5LjM0MjI2TDQ1LjM5OSAxMS41TDQ0LjQ5OTggNy40MzA1OEw0Ny41IDQuNjkzODlMNDMuNTQ0OSA0LjMzNjY4TDQyIDAuNUw0MC40NTUxIDQuMzM2NjhMMzYuNSA0LjY5Mzg5TDM5LjUwMDMgNy40MzA1OEwzOC42MDEgMTEuNUw0MiA5LjM0MjI2WiIgZmlsbD0iIzdBN0E3QSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU0IDkuMzQyMjZMNTcuMzk5IDExLjVMNTYuNDk5OCA3LjQzMDU4TDU5LjUgNC42OTM4OUw1NS41NDQ5IDQuMzM2NjhMNTQgMC41TDUyLjQ1NTEgNC4zMzY2OEw0OC41IDQuNjkzODlMNTEuNTAwMyA3LjQzMDU4TDUwLjYwMSAxMS41TDU0IDkuMzQyMjZaIiBmaWxsPSIjN0E3QTdBIi8+Cjwvc3ZnPgo=");width:60px;height:12px}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{content:'';background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2MCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDkuMzQyMjZMOS4zOTkgMTEuNUw4LjQ5OTc1IDcuNDMwNThMMTEuNSA0LjY5Mzg5TDcuNTQ0OTUgNC4zMzY2OEw2IDAuNUw0LjQ1NTA1IDQuMzM2NjhMMC41IDQuNjkzODlMMy41MDAyNSA3LjQzMDU4TDIuNjAxIDExLjVMNiA5LjM0MjI2WiIgZmlsbD0iI0ZGQTEzMiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4IDkuMzQyMjZMMjEuMzk5IDExLjVMMjAuNDk5OCA3LjQzMDU4TDIzLjUgNC42OTM4OUwxOS41NDUgNC4zMzY2OEwxOCAwLjVMMTYuNDU1MSA0LjMzNjY4TDEyLjUgNC42OTM4OUwxNS41MDAyIDcuNDMwNThMMTQuNjAxIDExLjVMMTggOS4zNDIyNloiIGZpbGw9IiNGRkExMzIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCA5LjM0MjI2TDMzLjM5OSAxMS41TDMyLjQ5OTggNy40MzA1OEwzNS41IDQuNjkzODlMMzEuNTQ1IDQuMzM2NjhMMzAgMC41TDI4LjQ1NSA0LjMzNjY4TDI0LjUgNC42OTM4OUwyNy41MDAyIDcuNDMwNThMMjYuNjAxIDExLjVMMzAgOS4zNDIyNloiIGZpbGw9IiNGRkExMzIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MiA5LjM0MjI2TDQ1LjM5OSAxMS41TDQ0LjQ5OTggNy40MzA1OEw0Ny41IDQuNjkzODlMNDMuNTQ0OSA0LjMzNjY4TDQyIDAuNUw0MC40NTUxIDQuMzM2NjhMMzYuNSA0LjY5Mzg5TDM5LjUwMDMgNy40MzA1OEwzOC42MDEgMTEuNUw0MiA5LjM0MjI2WiIgZmlsbD0iI0ZGQTEzMiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU0IDkuMzQyMjZMNTcuMzk5IDExLjVMNTYuNDk5OCA3LjQzMDU4TDU5LjUgNC42OTM4OUw1NS41NDQ5IDQuMzM2NjhMNTQgMC41TDUyLjQ1NTEgNC4zMzY2OEw0OC41IDQuNjkzODlMNTEuNTAwMyA3LjQzMDU4TDUwLjYwMSAxMS41TDU0IDkuMzQyMjZaIiBmaWxsPSIjRkZBMTMyIi8+Cjwvc3ZnPg==");width:60px;height:12px}.wc-block-components-review-list-item__product{margin:0 0 5px 0}.wc-block-components-load-more{margin-bottom:0}.wc-block-product-categories{margin-bottom:0}.wc-block-product-categories-list{list-style:none;margin:0;padding:0}.wc-block-product-categories-list ul{padding:12px 0 0 20px}.wc-block-product-categories-list-item{font-size:14px;font-size:.875rem;padding:6px 0}.wc-block-product-categories-list-item:first-child{padding-top:0}.wc-block-product-categories-list-item:last-child{padding-bottom:0}.wc-block-product-categories-list-item a{position:relative}.wc-block-product-categories-list-item a:hover+.wc-block-product-categories-list-item-count{color:var(--gz-color-primary)}.wc-block-product-categories-list-item .wc-block-product-categories-list-item-count{transition:.4s}.wc-block-grid__product-price ins{background-color:transparent}.wc-block-grid__product-rating .star-rating{width:6em}.wc-block-grid__product-rating .star-rating:before{display:none}.wc-block-grid__product-rating .star-rating span{position:relative;padding:0}.wc-block-grid__product-rating .star-rating span:before{display:none}.wc-block-grid__product-rating .star-rating .max-rating,.wc-block-grid__product-rating .star-rating .user-rating{position:absolute}ul.product_list_widget{margin:0;padding:0;list-style-type:none;display:flex;flex-direction:column}ul.product_list_widget li{padding:0 0 20px 0}ul.product_list_widget li:last-child{padding-bottom:0}ul.product_list_widget li a:not(.glozin-quickedit-button){display:inline;margin:0}ul.product_list_widget li a:not(.glozin-quickedit-button) img{float:left;width:auto;height:auto;max-width:70px;margin:0 15px 0 0;position:static;border-radius:var(--gz-rounded-product-image-sm)}ul.product_list_widget li a:not(.glozin-quickedit-button) .product-title{font-size:15px;font-size:.9375rem;font-weight:600;display:block;margin-bottom:5px;line-height:1.2}ul.product_list_widget li .glozin-quickedit-button,ul.product_list_widget li .remove_from_cart_button{overflow:hidden}ul.product_list_widget li .glozin-quickedit-button:not(.loading),ul.product_list_widget li .remove_from_cart_button:not(.loading){color:var(--gz-color-base)}ul.product_list_widget li .glozin-quickedit-button:not(.loading):hover,ul.product_list_widget li .remove_from_cart_button:not(.loading):hover{color:var(--gz-color-dark)}ul.product_list_widget li .glozin-quickedit-button .glozin-svg-icon,ul.product_list_widget li .remove_from_cart_button .glozin-svg-icon{--gz-button-icon-size:14px}ul.product_list_widget li .glozin-quickedit-button::before,ul.product_list_widget li .remove_from_cart_button::before{width:11px;height:11px}ul.product_list_widget li .star-rating{margin-top:3px;margin-bottom:10px;display:flex}ul.product_list_widget li>span{font-weight:500;display:block;margin-top:8px}ul.product_list_widget li .woocommerce-Price-amount{display:inline-block;font-weight:600;color:var(--gz-color-dark);margin-top:0}ul.product_list_widget li ins{background-color:transparent}ul.product_list_widget li ins .woocommerce-Price-amount{color:var(--gz-color-price-sale)}ul.product_list_widget li del{padding-right:5px}ul.product_list_widget li del .woocommerce-Price-amount{color:var(--gz-color-base);font-weight:400}.glozin-products-list-widget ul.products li.product{align-items:flex-start}.glozin-products-list-widget ul.products li.product .price{margin-top:15px}.glozin-products-list-widget .product-thumbnail{max-width:81px}.widget_block .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{font-size:14px;font-size:.875rem}.widget_block .wc-block-grid__products .wc-block-grid__product .wp-block-button__link{padding:10px;width:100%}.widget_block .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{border:none;background-color:transparent;min-width:auto;min-height:auto}.widget_block .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:0}ul.gz-shipping-delivery-list{padding:5px 0 12px}ul.gz-shipping-delivery-list li{display:flex;align-items:center}ul.gz-shipping-delivery-list li>.glozin-svg-icon{font-size:24px;font-size:1.5rem;width:52px;height:52px;line-height:52px;text-align:center;border-radius:50%;border:1px solid var(--gz-border-color)}ul.gz-shipping-delivery-list li>div{flex:1;margin-inline-start:21px}ul.gz-shipping-delivery-list li>div span{line-height:30px}ul.gz-shipping-delivery-list li h6{font-size:16px;font-size:1rem;margin:0;font-weight:600;color:var(--gz-color-dark)}.widget_product_categories ul{list-style:none;padding:0;margin:0}.widget_product_categories ul li{font-weight:500;padding:5px 0;transition:.3s}.widget_product_categories ul li>.count{color:var(--gz-color-dark)}.widget_product_categories ul li:first-child{padding-top:0}.widget_product_categories ul li:first-child .gz-product-cat-item-toggle{top:6px}.widget_product_categories ul li:last-child{padding-bottom:0}.widget_product_categories ul li a:hover+.count{color:var(--gz-color-primary)}.widget_product_categories ul li.cat-parent{position:relative}.widget_product_categories ul li.cat-parent.active>.gz-product-cat-item-toggle:after{transform:rotate(180deg)}.widget_product_categories ul li .gz-product-cat-item-toggle{position:absolute;top:10px;right:0;padding:3px 0 3px 3px;cursor:pointer;user-select:none}.widget_product_categories ul li .gz-product-cat-item-toggle:after{content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+");background-repeat:no-repeat;width:11px;height:7px;display:block;transition:transform .35s linear;will-change:transform}.widget_product_categories ul ul{padding-top:10px;padding-left:20px;display:none}.wcboost-products-compare-button.gz-button-icon .wcboost-products-compare-button__icon{margin:0}.wcboost-products-compare-button.gz-button-icon .wcboost-products-compare-button__text{display:none}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button{font-size:var(--gz-button-font-size);background-color:var(--gz-button-bg-color);color:var(--gz-button-color);border:var(--gz-button-border-width) solid var(--gz-button-border-color);padding:var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);line-height:var(--gz-button-line-height);border-radius:var(--gz-button-rounded);font-weight:var(--gz-button-font-weight);gap:var(--gz-button-icon-spacing);display:inline-flex;align-items:center;justify-content:center;transition:.4s;cursor:pointer;vertical-align:middle;letter-spacing:calc(var(--gz-heading-letter-spacing) + .01em);transition:.25s;--gz-button-bg-color:#ffffff;--gz-button-bg-color-hover:#111111;--gz-button-color:#111111;--gz-button-color-hover:#fff;--gz-button-padding-top:17.5px;--gz-button-padding-bottom:17.5px;border:none;--gz-button-width:40px;--gz-button-height:40px;--gz-button-font-size:13px;--gz-button-icon-size:var(--gz-button-font-size);padding:0;width:var(--gz-button-width);height:var(--gz-button-height);--gz-button-width:45px;--gz-button-height:45px;--gz-button-font-size:15px}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button:active,.elementor-edit-mode ul.products li.product .wcboost-products-compare-button:hover{color:var(--gz-button-color-hover);background-color:var(--gz-button-bg-color-hover);border-color:var(--gz-button-border-color-hover)}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button:hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1)}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button.disabled,.elementor-edit-mode ul.products li.product .wcboost-products-compare-button:disabled{opacity:.3;pointer-events:none;cursor:not-allowed}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button .glozin-svg-icon{font-size:var(--gz-button-icon-size)}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button.pswp__button::after{display:none}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button.loading{--gz-loading-color:var(--gz-button-color);--gz-animation-state:running;position:relative;color:transparent;cursor:default}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button.loading.added,.elementor-edit-mode ul.products li.product .wcboost-products-compare-button.loading:active,.elementor-edit-mode ul.products li.product .wcboost-products-compare-button.loading:hover{--gz-loading-color:var(--gz-button-color-hover)}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button.loading:after{display:none}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button .glozin-button-text{display:none}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button .glozin-svg-icon{padding-bottom:0}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button .wcboost-products-compare-button__icon{margin:0}.elementor-edit-mode ul.products li.product .wcboost-products-compare-button .wcboost-products-compare-button__text{display:none}.wcboost-products-compare--empty .woocommerce-info{padding-top:18px;padding-bottom:0;margin-bottom:18px;background-color:transparent;border:none}.wcboost-products-compare--empty h3{display:flex;flex-direction:column;align-items:center;gap:30px;font-size:28px;font-size:1.75rem;font-weight:400;color:var(--gz-color-dark);line-height:33.6px;margin-bottom:17px}.wcboost-products-compare--empty h3::before{content:'';display:inline-block;width:40px;height:40px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSIjODY4Njg2Ij4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNi40NzUgMTIuOTI1TDMuNTI1IDBMMCAzLjUyNUwxMi45MjUgMTYuNDVMMTYuNDc1IDEyLjkyNVpNMjYuMjUgMEwzMS4zNSA1LjFMMCAzNi40NzVMMy41MjUgNDBMMzQuOSA4LjY1TDQwIDEzLjc1VjBIMjYuMjVaTTI3LjA3NSAyMy41MjVMMjMuNTUgMjcuMDVMMzEuMzc1IDM0Ljg3NUwyNi4yNSA0MEg0MFYyNi4yNUwzNC45IDMxLjM1TDI3LjA3NSAyMy41MjVaIj48L3BhdGg+CiAgICAgICAgPC9zdmc+);background-repeat:no-repeat;background-position:center center}.wcboost-products-compare--empty p{margin:0;color:var(--gz-color-base);font-weight:400;text-align:center}.woocommerce.wcboost-products-compare{overflow:hidden}.woocommerce.wcboost-products-compare .return-to-shop{margin-bottom:46px;text-align:center}.woocommerce.wcboost-products-compare .return-to-shop a.button{min-width:210px}.wcboost-products-compare__table{border-inline-start:1px solid var(--gz-border-color);border-inline-end:1px solid var(--gz-border-color);border-radius:var(--gz-rounded-md)}.wcboost-products-compare__table table.compare_table{margin:0;table-layout:fixed;border:none}.wcboost-products-compare__table table.compare_table tr th{font-size:15px;font-size:.9375rem;color:var(--gz-color-dark);font-weight:600;background-color:#fff;display:table-cell;width:130px}.wcboost-products-compare__table table.compare_table tr td{font-weight:400;width:215px}.wcboost-products-compare__table table.compare_table tr td,.wcboost-products-compare__table table.compare_table tr th{padding:15px 20px;border-inline-end:1px solid var(--gz-border-color)}.wcboost-products-compare__table table.compare_table tr td:last-child,.wcboost-products-compare__table table.compare_table tr th:last-child{border-inline-end:none}.wcboost-products-compare__table table.compare_table tr:nth-child(odd) td,.wcboost-products-compare__table table.compare_table tr:nth-child(odd) th{background-color:var(--gz-color-light-grey)}.wcboost-products-compare__table table.compare_table tr.product-remove{padding-bottom:10px;padding-top:10px;text-align:center;line-height:1}.wcboost-products-compare__table table.compare_table tr.product-remove th{border-bottom:none;padding:0}.wcboost-products-compare__table table.compare_table tr.product-remove td{background-color:transparent;border-bottom:none;position:relative;padding:0}.wcboost-products-compare__table table.compare_table tr.product-remove a{font-size:var(--gz-button-font-size);background-color:var(--gz-button-bg-color);color:var(--gz-button-color);border:var(--gz-button-border-width) solid var(--gz-button-border-color);padding:var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);line-height:var(--gz-button-line-height);border-radius:var(--gz-button-rounded);font-weight:var(--gz-button-font-weight);gap:var(--gz-button-icon-spacing);display:inline-flex;align-items:center;justify-content:center;transition:.4s;cursor:pointer;vertical-align:middle;letter-spacing:calc(var(--gz-heading-letter-spacing) + .01em);transition:.25s;--gz-button-bg-color:#ffffff;--gz-button-bg-color-hover:#111111;--gz-button-color:#111111;--gz-button-color-hover:#fff;--gz-button-padding-top:17.5px;--gz-button-padding-bottom:17.5px;border:none;--gz-button-width:40px;--gz-button-height:40px;--gz-button-font-size:13px;--gz-button-icon-size:var(--gz-button-font-size);padding:0;width:var(--gz-button-width);height:var(--gz-button-height);--gz-button-width:35px;--gz-button-height:35px;--gz-button-font-size:0;border:1px solid var(--gz-border-color);box-shadow:5px 0 30px 0 rgba(0,0,0,.08);position:absolute;top:30px;inset-inline-end:35px;z-index:3}.wcboost-products-compare__table table.compare_table tr.product-remove a:active,.wcboost-products-compare__table table.compare_table tr.product-remove a:hover{color:var(--gz-button-color-hover);background-color:var(--gz-button-bg-color-hover);border-color:var(--gz-button-border-color-hover)}.wcboost-products-compare__table table.compare_table tr.product-remove a:hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1)}.wcboost-products-compare__table table.compare_table tr.product-remove a.disabled,.wcboost-products-compare__table table.compare_table tr.product-remove a:disabled{opacity:.3;pointer-events:none;cursor:not-allowed}.wcboost-products-compare__table table.compare_table tr.product-remove a .glozin-svg-icon{font-size:var(--gz-button-icon-size)}.wcboost-products-compare__table table.compare_table tr.product-remove a.pswp__button::after{display:none}.wcboost-products-compare__table table.compare_table tr.product-remove a.loading{--gz-loading-color:var(--gz-button-color);--gz-animation-state:running;position:relative;color:transparent;cursor:default}.wcboost-products-compare__table table.compare_table tr.product-remove a.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.wcboost-products-compare__table table.compare_table tr.product-remove a.loading.added,.wcboost-products-compare__table table.compare_table tr.product-remove a.loading:active,.wcboost-products-compare__table table.compare_table tr.product-remove a.loading:hover{--gz-loading-color:var(--gz-button-color-hover)}.wcboost-products-compare__table table.compare_table tr.product-remove a.loading:after{display:none}.wcboost-products-compare__table table.compare_table tr.product-remove a .glozin-button-text{display:none}.wcboost-products-compare__table table.compare_table tr.product-remove a .glozin-svg-icon{padding-bottom:0}.wcboost-products-compare__table table.compare_table tr.product-remove a::before{content:"";width:11px;height:11px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentcolor;-webkit-mask:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJjdXJyZW50Q29sb3IiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE2IDE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBkPSJNMTYgMS40TDE0LjYgMEw4IDYuNkwxLjQgMEwwIDEuNEw2LjYgOEwwIDE0LjZMMS40IDE2TDggOS40TDE0LjYgMTZMMTYgMTQuNkw5LjQgOEwxNiAxLjRaIiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD4NCjwvc3ZnPg==") no-repeat 50% 50%;mask:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJjdXJyZW50Q29sb3IiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE2IDE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBkPSJNMTYgMS40TDE0LjYgMEw4IDYuNkwxLjQgMEwwIDEuNEw2LjYgOEwwIDE0LjZMMS40IDE2TDggOS40TDE0LjYgMTZMMTYgMTQuNkw5LjQgOEwxNiAxLjRaIiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD4NCjwvc3ZnPg==") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.wcboost-products-compare__table table.compare_table tr.product-remove a:hover::before{opacity:1}.wcboost-products-compare__table table.compare_table tr.product-badge td,.wcboost-products-compare__table table.compare_table tr.product-badge th{background-color:transparent;padding:0}.wcboost-products-compare__table table.compare_table tr.product-badge td{position:relative}.wcboost-products-compare__table table.compare_table tr.product-thumbnail th{border-bottom:none;background-color:#fff}.wcboost-products-compare__table table.compare_table tr.product-thumbnail td{background-color:transparent;border-bottom:none;padding-bottom:10px}.wcboost-products-compare__table table.compare_table tr.product-thumbnail a{display:flex;align-items:center;justify-content:center;width:100%;position:relative;border-radius:var(--gz-image-rounded-product-card)}.wcboost-products-compare__table table.compare_table tr.product-name th{padding-top:0;border-bottom:none;background-color:#fff}.wcboost-products-compare__table table.compare_table tr.product-name td{padding-top:0;padding-bottom:0;background-color:transparent;border-bottom:none;text-align:center}.wcboost-products-compare__table table.compare_table tr.product-name a{font-size:15px;font-size:.9375rem;font-weight:600;border-bottom:none;background-color:transparent;color:var(--gz-color-dark)}.wcboost-products-compare__table table.compare_table tr.product-name a:hover{color:var(--gz-color-primary)}.wcboost-products-compare__table table.compare_table tr.product-rating td{padding-top:0;padding-bottom:0}.wcboost-products-compare__table table.compare_table tr.product-price td,.wcboost-products-compare__table table.compare_table tr.product-price th{padding-top:9px;padding-bottom:0;border-bottom:none}.wcboost-products-compare__table table.compare_table tr.product-price th{background-color:#fff;font-size:0}.wcboost-products-compare__table table.compare_table tr.product-price td{padding-top:5px;background-color:transparent;border-bottom:none;text-align:center}.wcboost-products-compare__table table.compare_table tr.product-price .price{display:inline-flex;justify-content:center;align-items:center;gap:5px;flex-wrap:wrap;line-height:1;font-weight:600;color:var(--gz-color-dark)}.wcboost-products-compare__table table.compare_table tr.product-price .price .woocs_price_code{display:flex}.wcboost-products-compare__table table.compare_table tr.product-price .price ins{color:#db1215;background-color:transparent}.wcboost-products-compare__table table.compare_table tr.product-price .price del{font-size:14px;font-size:.875rem;color:#666;font-weight:400}.wcboost-products-compare__table table.compare_table tr.product-price .price .woocommerce-price-suffix{color:rgba(var(--gz-color-dark),.5)}.wcboost-products-compare__table table.compare_table tr.product-add-to-cart th{background-color:#fff;border-bottom:none}.wcboost-products-compare__table table.compare_table tr.product-add-to-cart td{background-color:transparent;border-bottom:none;padding-top:7px;text-align:center}.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a{width:100%;border:1px solid var(--gz-color-dark);max-width:250px}.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a .glozin-svg-icon,.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a .glozin-svg-icon-original{display:none}.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a .add-to-cart__text{line-height:1}.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a.loading{--gz-animation-state:running;position:relative;color:transparent;cursor:default;--gz-loading-color:#ffffff}.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.wcboost-products-compare__table table.compare_table tr.product-add-to-cart .added_to_cart{display:none}.wcboost-products-compare__table table.compare_table tr .image-wrap{text-align:center}.wcboost-products-compare__table table.compare_table .in-stock{display:inline-flex;align-items:flex-end;gap:5px;line-height:1;color:#14854e;margin-top:6px}.wcboost-products-compare__table table.compare_table .in-stock::before{content:'';display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogIDxwYXRoIGZpbGw9IiMwMDhBMDAiIGQ9Ik0xMC44Ni44NiA0IDcuNzE4bC0yLjg2LTIuODZhLjY5LjY5IDAgMCAwLS40ODQtLjE4Ny42MTcuNjE3IDAgMCAwLS40NTMuMTg3LjY2MS42NjEgMCAwIDAtLjIwMy40ODVjMCAuMTc3LjA2OC4zMjguMjAzLjQ1M0wzLjUzMSA5LjE0QS42MzYuNjM2IDAgMCAwIDQgOS4zMjhhLjYzNi42MzYgMCAwIDAgLjQ2OS0uMTg3bDcuMzI4LTcuMzQ0QS41OTQuNTk0IDAgMCAwIDEyIDEuMzQ0YS42NjEuNjYxIDAgMCAwLS4yMDMtLjQ4NS42MzYuNjM2IDAgMCAwLS40NjktLjE4Ny42Ny42NyAwIDAgMC0uNDY5LjE4N1oiPjwvcGF0aD4NCjwvc3ZnPg==");background-repeat:no-repeat;background-position:center center}.wcboost-products-compare__table table.compare_table .out-of-stock{display:inline-flex;align-items:flex-end;gap:8px;line-height:1;color:#a5a5a5;margin-top:6px}.wcboost-products-compare__table table.compare_table .out-of-stock::before{content:'';display:inline-block;width:16px;height:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEMzLjYwMzEzIDAgMCAzLjYwMzEzIDAgOEMwIDEyLjM5NjkgMy42MDMxMyAxNiA4IDE2QzEyLjM5NjkgMTYgMTYgMTIuMzk2OSAxNiA4QzE2IDMuNjAzMTMgMTIuMzk2OSAwIDggMFpNMi43NTAwMyAxMS4wNzVDMi4yMTU2NiAxMC4xNzUgMS45MDYyNSA5LjEyNSAxLjkwNjI1IDhDMS45MDYyNSA0LjY1MzEyIDQuNjA2MjUgMS45MTU2MiA3Ljk4MTIyIDEuOTA2MjVDOS4xMTU2MyAxLjkwNjI1IDEwLjE2NTYgMi4yMTU1OSAxMS4wNzUgMi43NDk5N0MxMS4zNDY4IDIuOTA5MzcgMTEuNDAzMSAzLjI2NTYyIDExLjE4NzUgMy40OTA2MkwzLjQ5MDYyIDExLjE4NzVDMy4yNjU2MiAxMS40MDMxIDIuOTA5MzcgMTEuMzQ2OSAyLjc1MDAzIDExLjA3NVpNOC4wMTg3OCAxNC4wOTM4QzYuODg0MzggMTQuMDkzOCA1LjgzNDM4IDEzLjc4NDMgNC45MjUgMTMuMjVDNC42NTMxNiAxMy4wOTA2IDQuNTk2OTEgMTIuNzI1IDQuODIxODggMTIuNTA5NEwxMi41MDk0IDQuODIxODhDMTIuNzI1IDQuNTk2ODggMTMuMDkwNiA0LjY1MzEzIDEzLjI1IDQuOTI1QzEzLjc4NDMgNS44MjUgMTQuMDkzOCA2Ljg3NSAxNC4wOTM4IDhDMTQuMDkzOCAxMS4zNjU2IDExLjM3NSAxNC4wODQ0IDguMDE4NzggMTQuMDkzOFoiIGZpbGw9IiNBNUE1QTUiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center center}.wcboost-products-compare__tools{text-align:end}.wcboost-products-compare__tools a{--gz-button-color-hover:var(--gz-color-primary);--gz-button-border-color-hover:var(--gz-color-primary);box-shadow:none;color:#000;background-color:transparent;border-radius:0;border:none;border-bottom:1px solid;padding:0;min-width:auto;line-height:1.3}.wcboost-products-compare__tools a:hover{background-color:transparent;color:var(--gz-color-primary);border-color:var(--gz-color-primary)}.wcboost-products-compare__tools a:active,.wcboost-products-compare__tools a:focus{background-color:transparent}.wcboost-products-compare__tools a.disabled,.wcboost-products-compare__tools a:disabled,.wcboost-products-compare__tools a:disabled[disabled]{background-color:transparent;color:#dadfe3;border-bottom:1px solid}.wcboost-products-compare__tools a.disabled:hover,.wcboost-products-compare__tools a:disabled:hover,.wcboost-products-compare__tools a:disabled[disabled]:hover{background-color:transparent}.wcboost-products-compare-bar{z-index:10}.wcboost-products-compare-bar .wcboost-products-compare-bar__toggle-button,.wcboost-products-compare-bar .wcboost-products-compare-widget__empty-message{font-size:14px;font-size:.875rem;font-weight:500}.wcboost-products-compare-bar .wcboost-products-compare-widget-content{display:flex;gap:30px}.wcboost-products-compare-bar .wcboost-products-compare-widget__products{flex:auto}.wcboost-products-compare-bar .wcboost-products-compare-widget__products li{border-radius:var(--gz-rounded-xs);box-shadow:0 4px 10px rgba(0,0,0,.1);background-color:#fff;padding:12px 63px 12px 12px;flex-basis:300px}.wcboost-products-compare-bar .wcboost-products-compare-widget__products li a.remove{top:5px;right:4px;left:auto;color:var(--gz-color-dark);text-decoration:none;font-size:18px;font-size:1.125rem;line-height:1;text-align:center;transform:none}.wcboost-products-compare-bar .wcboost-products-compare-widget__products .wcboost-products-compare-widget-item__title{font-size:12px;font-size:.75rem;display:block}.wcboost-products-compare-bar .wcboost-products-compare-widget__products .star-rating{margin-bottom:6px}.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price{display:inline-flex;font-size:12px;font-size:.75rem;font-weight:500;line-height:22px;color:var(--gz-color-dark)}.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price .woocs_price_code{display:flex}.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price ins{margin-inline-start:5px;background-color:transparent}.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price del{font-weight:400;color:rgba(0,0,0,.5)}.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price>.woocommerce-Price-amount{margin-inline-start:4px;margin-inline-end:4px}.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price>.woocommerce-Price-amount:first-child{margin-inline-start:0}.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price>.woocommerce-Price-amount:last-child{margin-inline-end:0}.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price .woocommerce-price-suffix{order:3;margin-inline-start:5px}.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-open{background-color:#000}.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear{--gz-button-color-hover:var(--gz-color-primary);--gz-button-border-color-hover:var(--gz-color-primary);align-self:center;box-shadow:none;color:#000;background-color:transparent;border-radius:0;border:none;border-bottom:1px solid;padding:0;min-width:auto;line-height:1.3}.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:hover{background-color:transparent}.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:active,.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:focus{background-color:transparent}.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear.disabled,.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled,.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled[disabled]{background-color:transparent;color:#dadfe3;border-bottom:1px solid}.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear.disabled:hover,.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled:hover,.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled[disabled]:hover{background-color:transparent}@media (min-width:1025px) and (pointer:fine) and (prefers-reduced-motion:no-preference){body:not(.button-eff-hover-disabled) .woocommerce.wcboost-products-compare .return-to-shop a.button:not(.loading){position:relative;overflow:hidden;z-index:1}body:not(.button-eff-hover-disabled) .woocommerce.wcboost-products-compare .return-to-shop a.button:not(.loading):after,body:not(.button-eff-hover-disabled) .woocommerce.wcboost-products-compare .return-to-shop a.button:not(.loading):before{content:'';z-index:-1;transition:transform .4s cubic-bezier(.75, 0, .125, 1);position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;transform:translate(-100%)}body:not(.button-eff-hover-disabled) .woocommerce.wcboost-products-compare .return-to-shop a.button:not(.loading):before{background-color:var(--gz-button-eff-bg-color-hover)}body:not(.button-eff-hover-disabled) .woocommerce.wcboost-products-compare .return-to-shop a.button:not(.loading):after{background-color:var(--gz-button-bg-color-hover)}body:not(.button-eff-hover-disabled) .woocommerce.wcboost-products-compare .return-to-shop a.button:not(.loading):hover:before{transform:translate(0)}body:not(.button-eff-hover-disabled) .woocommerce.wcboost-products-compare .return-to-shop a.button:not(.loading):hover:after{transform:translate(0);transition-delay:175ms}}@media (min-width:768px){.wcboost-products-compare__table table.compare_table tr th{width:170px}.wcboost-products-compare__table table.compare_table tr td{width:290px}}@media (min-width:1025px){.wcboost-products-compare__table table.compare_table tr th{width:200px}.wcboost-products-compare__table table.compare_table tr td{width:242px}.wcboost-products-compare__table table.compare_table tr.product-remove a{--gz-button-width:45px;--gz-button-height:45px}}.wcboost-wishlist-button.gz-button-icon .wcboost-wishlist-button__icon{margin:0}.wcboost-wishlist-button.gz-button-icon .wcboost-wishlist-button__text{display:none}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button{font-size:var(--gz-button-font-size);background-color:var(--gz-button-bg-color);color:var(--gz-button-color);border:var(--gz-button-border-width) solid var(--gz-button-border-color);padding:var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);line-height:var(--gz-button-line-height);border-radius:var(--gz-button-rounded);font-weight:var(--gz-button-font-weight);gap:var(--gz-button-icon-spacing);display:inline-flex;align-items:center;justify-content:center;transition:.4s;cursor:pointer;vertical-align:middle;letter-spacing:calc(var(--gz-heading-letter-spacing) + .01em);transition:.25s;--gz-button-bg-color:#ffffff;--gz-button-bg-color-hover:#111111;--gz-button-color:#111111;--gz-button-color-hover:#fff;--gz-button-padding-top:17.5px;--gz-button-padding-bottom:17.5px;border:none;--gz-button-width:40px;--gz-button-height:40px;--gz-button-font-size:13px;--gz-button-icon-size:var(--gz-button-font-size);padding:0;width:var(--gz-button-width);height:var(--gz-button-height);--gz-button-width:45px;--gz-button-height:45px;--gz-button-font-size:15px}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button:active,.elementor-edit-mode ul.products li.product .wcboost-wishlist-button:hover{color:var(--gz-button-color-hover);background-color:var(--gz-button-bg-color-hover);border-color:var(--gz-button-border-color-hover)}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button:hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1)}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button.disabled,.elementor-edit-mode ul.products li.product .wcboost-wishlist-button:disabled{opacity:.3;pointer-events:none;cursor:not-allowed}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button .glozin-svg-icon{font-size:var(--gz-button-icon-size)}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button.pswp__button::after{display:none}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button.loading{--gz-loading-color:var(--gz-button-color);--gz-animation-state:running;position:relative;color:transparent;cursor:default}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button.loading.added,.elementor-edit-mode ul.products li.product .wcboost-wishlist-button.loading:active,.elementor-edit-mode ul.products li.product .wcboost-wishlist-button.loading:hover{--gz-loading-color:var(--gz-button-color-hover)}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button.loading:after{display:none}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button .glozin-button-text{display:none}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button .glozin-svg-icon{padding-bottom:0}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button .wcboost-wishlist-button__icon{margin:0}.elementor-edit-mode ul.products li.product .wcboost-wishlist-button .wcboost-wishlist-button__text{display:none}.wishlist-empty .woocommerce-info{background-color:transparent;border:none;padding:0;margin:0}.woocommerce.wocommerce-wishlist .return-to-shop{text-align:center;margin-top:10px}.wcboost-wishlist .woocommerce-message{margin-bottom:30px}.wishlist_table .product-quantity{margin-top:5px}.wishlist_table .product-stock-status{margin-top:10px}.wishlist_table .product-stock-status .available-on-backorder,.wishlist_table .product-stock-status .in-stock{display:inline-flex;align-items:flex-end;gap:8px;line-height:1;color:#4bae4f}.wishlist_table .product-stock-status .available-on-backorder::before,.wishlist_table .product-stock-status .in-stock::before{content:'';display:inline-block;width:16px;height:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDBDMy41ODc1IDAgMCAzLjU4NzUgMCA4QzAgMTIuNDEyNSAzLjU4NzUgMTYgOCAxNkMxMi40MTI1IDE2IDE2IDEyLjQxMjUgMTYgOEMxNiAzLjU4NzUgMTIuNDEyNSAwIDggMFoiIGZpbGw9IiM0QkFFNEYiLz4KPHBhdGggZD0iTTYuNDU5MzcgMTEuNjU5NEM1LjQzNzUgMTAuNjM3NSA0LjQyMTg4IDkuNjA2MjUgMy4zOTY4NyA4LjU4NDM4QzMuMjg0MzcgOC40NzE4OCAzLjI4NDM3IDguMjg0MzggMy4zOTY4NyA4LjE3MTg4TDQuNTc1IDYuOTkzNzVDNC42ODc1IDYuODgxMjUgNC44NzUgNi44ODEyNSA0Ljk4NzUgNi45OTM3NUw2LjY3MTg4IDguNjc4MTNMMTEuMDAzMSA0LjM0Mzc1QzExLjExODggNC4yMzEyNSAxMS4zMDMxIDQuMjMxMjUgMTEuNDE4NyA0LjM0Mzc1TDEyLjYgNS41MjVDMTIuNzE1NiA1LjY0MDYyIDEyLjcxNTYgNS44MjUgMTIuNiA1LjkzNzVMNi44NzE4NyAxMS42NTk0QzYuNzU5MzcgMTEuNzc1IDYuNTc1IDExLjc3NSA2LjQ1OTM3IDExLjY1OTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center center}.wishlist_table .product-stock-status .available-on-backorder{color:#55a653}.wishlist_table .product-stock-status .out-of-stock{display:inline-flex;align-items:flex-end;gap:8px;line-height:1;color:#a5a5a5}.wishlist_table .product-stock-status .out-of-stock::before{content:'';display:inline-block;width:16px;height:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEMzLjYwMzEzIDAgMCAzLjYwMzEzIDAgOEMwIDEyLjM5NjkgMy42MDMxMyAxNiA4IDE2QzEyLjM5NjkgMTYgMTYgMTIuMzk2OSAxNiA4QzE2IDMuNjAzMTMgMTIuMzk2OSAwIDggMFpNMi43NTAwMyAxMS4wNzVDMi4yMTU2NiAxMC4xNzUgMS45MDYyNSA5LjEyNSAxLjkwNjI1IDhDMS45MDYyNSA0LjY1MzEyIDQuNjA2MjUgMS45MTU2MiA3Ljk4MTIyIDEuOTA2MjVDOS4xMTU2MyAxLjkwNjI1IDEwLjE2NTYgMi4yMTU1OSAxMS4wNzUgMi43NDk5N0MxMS4zNDY4IDIuOTA5MzcgMTEuNDAzMSAzLjI2NTYyIDExLjE4NzUgMy40OTA2MkwzLjQ5MDYyIDExLjE4NzVDMy4yNjU2MiAxMS40MDMxIDIuOTA5MzcgMTEuMzQ2OSAyLjc1MDAzIDExLjA3NVpNOC4wMTg3OCAxNC4wOTM4QzYuODg0MzggMTQuMDkzOCA1LjgzNDM4IDEzLjc4NDMgNC45MjUgMTMuMjVDNC42NTMxNiAxMy4wOTA2IDQuNTk2OTEgMTIuNzI1IDQuODIxODggMTIuNTA5NEwxMi41MDk0IDQuODIxODhDMTIuNzI1IDQuNTk2ODggMTMuMDkwNiA0LjY1MzEzIDEzLjI1IDQuOTI1QzEzLjc4NDMgNS44MjUgMTQuMDkzOCA2Ljg3NSAxNC4wOTM4IDhDMTQuMDkzOCAxMS4zNjU2IDExLjM3NSAxNC4wODQ0IDguMDE4NzggMTQuMDkzOFoiIGZpbGw9IiNBNUE1QTUiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center center}.wishlist_table.products li.product .product-remove .product-loop-button{--gz-button-font-size:11px}.wishlist_table.products li.product .product-summary .add_to_cart_button{margin-top:10px}.wcboost-wishlist-footer{margin-top:40px}.wcboost-wishlist-footer .wcboost-wishlist-share{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.wcboost-wishlist-footer .wishlist-share__title{font-size:15px;font-size:.9375rem;margin:0}.wcboost-wishlist-footer .wishlist-share__buttons{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.wcboost-wishlist-footer .wishlist-share__buttons li{margin:0}.wcboost-wishlist-footer a.wcboost-wishlist-share-link{font-size:var(--gz-button-font-size);background-color:var(--gz-button-bg-color);color:var(--gz-button-color);border:var(--gz-button-border-width) solid var(--gz-button-border-color);padding:var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);line-height:var(--gz-button-line-height);border-radius:var(--gz-button-rounded);font-weight:var(--gz-button-font-weight);gap:var(--gz-button-icon-spacing);display:inline-flex;align-items:center;justify-content:center;transition:.4s;cursor:pointer;vertical-align:middle;letter-spacing:calc(var(--gz-heading-letter-spacing) + .01em);transition:.25s;--gz-button-color:#111111;--gz-button-color-hover:#111111;--gz-button-bg-color:transparent;--gz-button-bg-color-hover:transparent;--gz-button-border-color:var(--gz-border-color);--gz-button-border-color-hover:#111111;--gz-button-width:40px;--gz-button-height:40px;--gz-button-font-size:13px;--gz-button-icon-size:var(--gz-button-font-size);padding:0;width:var(--gz-button-width);height:var(--gz-button-height)}.wcboost-wishlist-footer a.wcboost-wishlist-share-link:active,.wcboost-wishlist-footer a.wcboost-wishlist-share-link:hover{color:var(--gz-button-color-hover);background-color:var(--gz-button-bg-color-hover);border-color:var(--gz-button-border-color-hover)}.wcboost-wishlist-footer a.wcboost-wishlist-share-link:hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1)}.wcboost-wishlist-footer a.wcboost-wishlist-share-link.disabled,.wcboost-wishlist-footer a.wcboost-wishlist-share-link:disabled{opacity:.3;pointer-events:none;cursor:not-allowed}.wcboost-wishlist-footer a.wcboost-wishlist-share-link .glozin-svg-icon{font-size:var(--gz-button-icon-size)}.wcboost-wishlist-footer a.wcboost-wishlist-share-link.pswp__button::after{display:none}.wcboost-wishlist-footer a.wcboost-wishlist-share-link.loading{--gz-loading-color:var(--gz-button-color);--gz-animation-state:running;position:relative;color:transparent;cursor:default}.wcboost-wishlist-footer a.wcboost-wishlist-share-link.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.wcboost-wishlist-footer a.wcboost-wishlist-share-link.loading.added,.wcboost-wishlist-footer a.wcboost-wishlist-share-link.loading:active,.wcboost-wishlist-footer a.wcboost-wishlist-share-link.loading:hover{--gz-loading-color:var(--gz-button-color-hover)}.wcboost-wishlist-footer a.wcboost-wishlist-share-link.loading:after{display:none}.wcboost-wishlist-footer a.wcboost-wishlist-share-link .glozin-button-text{display:none}.wcboost-wishlist-footer a.wcboost-wishlist-share-link .glozin-svg-icon{padding-bottom:0}.wcboost-wishlist-footer a.wcboost-wishlist-share-link .wcboost-wishlist-share-link__text{display:none}.wcboost-wishlist-footer a.wcboost-wishlist-share-link svg{margin:0}.wcboost-wishlist-edit-link-wrapper{display:none}.wcboost-wishlist-merge-button{margin-inline-start:10px}@media (max-width:1024px){.wishlist_table.products li.product .product-remove .product-loop-button{--gz-button-width:35px;--gz-button-height:35px}.wishlist_table.products li.product .product-remove .glozin-svg-icon--close{position:relative;top:1px}}.woocommerce-form-track-order{width:100%;max-width:752px;margin-inline-end:auto;margin-inline-start:auto}.woocommerce-form-track-order p{text-align:center;font-size:16px;font-size:1rem;font-weight:400;margin:0 0 30px}.woocommerce-form-track-order .form-row{display:flex;flex-direction:column;text-align:start;margin-bottom:30px}.woocommerce-form-track-order .form-row label{margin-bottom:8px;font-size:14px;font-size:.875rem;font-weight:500}.woocommerce-form-track-order .form-row:last-child{margin-bottom:0}@media (min-width:1025px) and (pointer:fine) and (prefers-reduced-motion:no-preference){body:not(.button-eff-hover-disabled) .woocommerce-form-track-order .button:not(.loading){position:relative;overflow:hidden;z-index:1}body:not(.button-eff-hover-disabled) .woocommerce-form-track-order .button:not(.loading):after,body:not(.button-eff-hover-disabled) .woocommerce-form-track-order .button:not(.loading):before{content:'';z-index:-1;transition:transform .4s cubic-bezier(.75, 0, .125, 1);position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;transform:translate(-100%)}body:not(.button-eff-hover-disabled) .woocommerce-form-track-order .button:not(.loading):before{background-color:var(--gz-button-eff-bg-color-hover)}body:not(.button-eff-hover-disabled) .woocommerce-form-track-order .button:not(.loading):after{background-color:var(--gz-button-bg-color-hover)}body:not(.button-eff-hover-disabled) .woocommerce-form-track-order .button:not(.loading):hover:before{transform:translate(0)}body:not(.button-eff-hover-disabled) .woocommerce-form-track-order .button:not(.loading):hover:after{transform:translate(0);transition-delay:175ms}}.woocommerce .woocommerce-thankyou-order-received{font-size:24px;font-size:1.5rem;font-weight:600;color:var(--gz-color-dark);margin:0}.woocommerce .woocommerce-order-details .woocommerce-table__product-name{position:relative;padding-inline-start:0}.woocommerce .woocommerce-order-details .woocommerce-table__product-name .product-thumbnail{float:left;margin-inline-end:20px}.woocommerce .woocommerce-order-details .woocommerce-table__product-name .product-thumbnail img{max-width:90px;border-radius:var(--gz-rounded-product-image-sm)}.woocommerce .woocommerce-order-details .woocommerce-table__product-name .product-title{font-weight:600;padding-top:5px;display:inline-block}.woocommerce .woocommerce-order-details .woocommerce-table__product-name ul{padding:0;margin:0}.woocommerce .woocommerce-order-details__title,.woocommerce .woocommerce-order-downloads__title{margin:30px 0 10px}.woocommerce .woocommerce-column__title,.woocommerce .woocommerce-order-details__title,.woocommerce .woocommerce-order-downloads__title{font-size:24px;font-size:1.5rem;font-weight:500}.woocommerce-order-received .woocommerce .woocommerce-order{font-size:14px;font-size:.875rem}.woocommerce ul.order_details{border:1px solid var(--gz-border-color);display:flex;list-style:none;padding:20px 30px 10px;color:var(--gz-color-dark)}.woocommerce ul.order_details li{padding-right:20px;flex:1;margin-bottom:10px}.woocommerce ul.order_details strong{display:block;font-weight:600;padding-top:5px}.woocommerce ul.order_details ins{color:#db1215;background-color:transparent}.woocommerce ul.order_details del{color:#666;font-weight:400}.woocommerce table.order_details th{font-size:16px;font-size:1rem;font-weight:500;color:var(--gz-color-dark)}.woocommerce .woocommerce-customer-details{padding-top:20px}.woocommerce .woocommerce-customer-details .woocommerce-columns{width:100%}.woocommerce .woocommerce-customer-details address{line-height:1.8}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{margin-top:0;margin-bottom:0}.woocommerce .woocommerce-table--order-details thead th{color:var(--gz-color-dark);font-weight:600}.woocommerce .woocommerce-table--order-details thead th:last-child{text-align:end}.woocommerce .woocommerce-table--order-details tbody tr .product-name{font-weight:500}.woocommerce .woocommerce-table--order-details tfoot th{color:var(--gz-color-dark)}.woocommerce .woocommerce-table--order-details tbody td:last-child,.woocommerce .woocommerce-table--order-details tfoot td:last-child{text-align:end}.woocommerce .woocommerce-table--order-details tbody td,.woocommerce .woocommerce-table--order-details tbody th,.woocommerce .woocommerce-table--order-details tfoot td,.woocommerce .woocommerce-table--order-details tfoot th{border-bottom-style:dashed}.woocommerce .woocommerce-table--order-details .wc-item-meta{font-size:13px;font-size:.8125rem;list-style-type:none;margin-bottom:0;padding-bottom:0;color:var(--gz-color-dark-grey)}.woocommerce .woocommerce-table--order-details .wc-item-meta li{display:flex;align-items:center}.woocommerce .woocommerce-table--order-details .wc-item-meta p{margin:0 0 0 5px}.woocommerce .woocommerce-table--order-details .wc-item-meta strong{font-weight:400}.woocommerce .woocommerce-table--order-details .woocommerce-table__product-total{font-weight:600;color:var(--gz-color-dark)}.woocommerce .woocommerce-table--order-details tfoot .woocommerce-Price-amount{font-size:18px;font-size:1.125rem;font-weight:600;color:var(--gz-color-dark)}.catalog-toolbar__item .woocommerce-ordering{display:none}.catalog-toolbar__item .catalog-toolbar__orderby-form.glozin-active .catalog-toolbar__orderby-list{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.catalog-toolbar__item .catalog-toolbar__orderby-form.glozin-active .gz-collapse-icon{transform:rotate(-180deg)}.catalog-toolbar__item .catalog-toolbar__orderby-list{min-width:180px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:var(--gz-transition)}.catalog-toolbar__orderby-default{cursor:pointer}.catalog-toolbar__orderby-default .gz-collapse-icon{transition:var(--gz-transition)}.catalog-toolbar__orderby-item:hover{color:var(--gz-color-dark)}.catalog-toolbar__orderby-item.selected{font-weight:600;color:var(--gz-color-dark)}.catalog-toolbar__filter-button:not(.not-default){--gz-button-rounded:3px;--gz-button-font-weight:500;--gz-button-padding-top:7px;--gz-button-padding-bottom:7px;--gz-button-padding-left:11px;--gz-button-padding-right:11px;--gz-button-icon-size:14px;--gz-button-icon-spacing:5px}.catalog-toolbar__filter-button:not(.not-default) .glozin-svg-icon{position:relative;top:1px}.glozin-toolbar-view a{color:#cbcbcb;line-height:1}.glozin-toolbar-view a.current,.glozin-toolbar-view a:hover{color:var(--gz-color-dark)}.glozin-toolbar-view a.list{order:1;font-size:1.25rem;height:15px}.glozin-toolbar-view a.grid-4{font-size:1.25rem;height:15px}.glozin-toolbar-view a.grid:not(.default){display:none}.woocommerce-shop .woocommerce-info{display:flex;align-items:center;justify-content:space-between}.catalog-toolbar__filters-actived .remove-filtered{font-size:var(--gz-button-font-size);background-color:var(--gz-button-bg-color);color:var(--gz-button-color);border:var(--gz-button-border-width) solid var(--gz-button-border-color);padding:var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);line-height:var(--gz-button-line-height);border-radius:var(--gz-button-rounded);font-weight:var(--gz-button-font-weight);gap:var(--gz-button-icon-spacing);display:inline-flex;align-items:center;justify-content:center;transition:.4s;cursor:pointer;vertical-align:middle;letter-spacing:calc(var(--gz-heading-letter-spacing) + .01em);transition:.25s;--gz-button-font-weight:400;--gz-button-rounded:var(--gz-rounded-sm);--gz-button-padding-top:9px;--gz-button-padding-bottom:9px;--gz-button-padding-left:15px;--gz-button-padding-right:15px}.catalog-toolbar__filters-actived .remove-filtered:active,.catalog-toolbar__filters-actived .remove-filtered:hover{color:var(--gz-button-color-hover);background-color:var(--gz-button-bg-color-hover);border-color:var(--gz-button-border-color-hover)}.catalog-toolbar__filters-actived .remove-filtered:hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1)}.catalog-toolbar__filters-actived .remove-filtered.disabled,.catalog-toolbar__filters-actived .remove-filtered:disabled{opacity:.3;pointer-events:none;cursor:not-allowed}.catalog-toolbar__filters-actived .remove-filtered .glozin-svg-icon{font-size:var(--gz-button-icon-size)}.catalog-toolbar__filters-actived .remove-filtered.pswp__button::after{display:none}.catalog-toolbar__filters-actived .remove-filtered.loading{--gz-loading-color:var(--gz-button-color);--gz-animation-state:running;position:relative;color:transparent;cursor:default}.catalog-toolbar__filters-actived .remove-filtered.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.catalog-toolbar__filters-actived .remove-filtered.loading.added,.catalog-toolbar__filters-actived .remove-filtered.loading:active,.catalog-toolbar__filters-actived .remove-filtered.loading:hover{--gz-loading-color:var(--gz-button-color-hover)}.catalog-toolbar__filters-actived .remove-filtered.loading:after{display:none}.catalog-toolbar__filters-actived .remove-filtered:not(.remove-filtered-all){--gz-button-bg-color:var(--gz-color-light-grey);--gz-button-border-color:var(--gz-color-light-grey);--gz-button-color:var(--gz-color-base);--gz-button-padding-right:45px;position:relative}.catalog-toolbar__filters-actived .remove-filtered:not(.remove-filtered-all):after{content:"";position:absolute;right:15px;top:50%;transform:translateY(-50%);width:9px;height:9px;background-color:currentcolor;-webkit-mask:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJjdXJyZW50Q29sb3IiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTE2IDEuNEwxNC42IDBMOCA2LjZMMS40IDBMMCAxLjRMNi42IDhMMCAxNC42TDEuNCAxNkw4IDkuNEwxNC42IDE2TDE2IDE0LjZMOS40IDhMMTYgMS40WiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+DQo8L3N2Zz4=") no-repeat 50% 50%;mask:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJjdXJyZW50Q29sb3IiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTE2IDEuNEwxNC42IDBMOCA2LjZMMS40IDBMMCAxLjRMNi42IDhMMCAxNC42TDEuNCAxNkw4IDkuNEwxNC42IDE2TDE2IDE0LjZMOS40IDhMMTYgMS40WiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+DQo8L3N2Zz4=") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.catalog-toolbar__orderby-button{--gz-button-border-color:var(--gz-color-dark);--gz-button-rounded:3px;--gz-button-font-weight:500;--gz-button-padding-top:7px;--gz-button-padding-bottom:7px;--gz-button-padding-left:11px;--gz-button-padding-right:11px;--gz-button-icon-size:10px;--gz-button-icon-spacing:5px;white-space:nowrap}.catalog-toolbar__orderby-button .glozin-svg-icon{transition:var(--gz-transition);margin-top:2px}@media (min-width:1025px){.catalog-toolbar__item .woocommerce-ordering{border:none;padding:0}.catalog-toolbar__item .woocommerce-ordering label{margin-inline-end:20px}.catalog-toolbar__item .woocommerce-ordering .select2-selection--single{min-width:90px}.catalog-toolbar__item .woocommerce-ordering .select2-selection--single .select2-selection__rendered{display:block}.catalog-toolbar__item .woocommerce-ordering .select2-container--default .select2-dropdown{margin-top:0;margin-bottom:0}.glozin-toolbar-view.view-grid a.grid{display:block}.catalog-toolbar__filters-actived .remove-filtered{--gz-button-padding-top:11px;--gz-button-padding-bottom:11px;--gz-button-padding-left:20px;--gz-button-padding-right:20px}.catalog-toolbar__filters-actived .remove-filtered:not(.remove-filtered-all):after{right:20px}}@media (max-width:767px){.catalog-toolbar__left,.catalog-toolbar__right{flex:0}.catalog-toolbar__left{order:1}.catalog-toolbar__right{order:2}.catalog-toolbar__center{order:3;justify-content:flex-end}}.filter-sidebar-panel .panel__header{padding-top:20px;padding-bottom:20px}.filter-sidebar-panel .panel__content{flex-wrap:nowrap;overflow-y:hidden;overflow-x:auto;scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden}.filter-sidebar-panel .panel__content::-webkit-scrollbar{display:none}.filter-sidebar-panel .panel__content .products-filter__activated{display:none}.filter-sidebar-panel .panel__content .products-filter__button{display:flex;gap:15px}.filter-sidebar-panel .panel__content .products-filter__button .reset-button{order:1}.filter-sidebar-panel .panel__content .products-filter__button .filter-button{order:2}.filter-sidebar-panel .products-filter-widget{margin-bottom:20px}.widget_price_filter{margin-top:-4px}.widget_price_filter .price_slider{margin-bottom:1.5em}.widget_price_filter .price_slider_amount #max_price,.widget_price_filter .price_slider_amount #min_price{border:none;padding:0;width:100%;display:flex!important}.widget_price_filter .price_slider_amount .price_slider_amount_separator{font-size:10px;font-size:.625rem}.widget_price_filter .price_slider_amount .button{display:none}.widget_price_filter .price_slider_amount .price_label{color:var(--gz-color-base);font-weight:400;margin-top:11px}.widget_price_filter .price_slider_amount .price_label span{font-weight:600;color:var(--gz-color-dark)}.widget_price_filter .price_slider_amount_input{border:1px solid var(--gz-border-color);border-radius:3px;padding:10px;width:50%;gap:5px;line-height:1}.widget_price_filter .ui-slider{position:relative;text-align:start}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:19px;height:19px;border-radius:50%;cursor:ew-resize;outline:0;box-sizing:border-box;margin-top:-7px;background-color:var(--gz-color-light);border:5px solid var(--gz-color-dark);opacity:1}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-inline-start:-17px}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;display:block;border:0;background-color:var(--gz-color-dark)}.widget_price_filter .price_slider_wrapper{display:flex;flex-direction:column}.widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#dfdfdf;margin-top:5px;border-radius:var(--gz-rounded-md)}.widget_price_filter .ui-slider-horizontal{height:5px}.widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%}.products-filter-widget .widget-title{font-size:16px;font-size:1rem;font-weight:500;display:flex;align-items:center;border-bottom:1px solid #ecf0f4;margin:0;padding-top:14px;padding-bottom:11px}.products-filter-widget .widget-title .glozin-svg-icon{font-size:20px;font-size:1.25rem;margin-inline-end:9px;line-height:25px}.products-filter-widget>.widget-title{display:none!important}.products-filter-widget .filter-name{letter-spacing:-.544px}.products-filter-widget .products-filter__activated{display:none}.products-filter-widget .has-collapse .filter.glozin-active .filter-name:before{transform:rotate(-180deg)}.products-filter-widget .has-collapse .filter.glozin-active .filter-name:after{transform:rotate(-90deg);background-color:currentColor}.products-filter-widget .has-collapse .filter-name{cursor:pointer}.products-filter-widget .has-collapse .filter-name:after,.products-filter-widget .has-collapse .filter-name:before{content:"";width:12px;height:1px;background-color:currentColor;position:absolute;top:11px;inset-inline-end:0;transition:var(--gz-transition)}.products-filter-widget .has-collapse .filter-name:after{background-color:transparent}.products-filter-widget .products-filter__filters .products-filter__filter:first-child{padding-top:0}.products-filter-widget .products-filter__activated{border-bottom:1px solid #ecf0f4;padding-bottom:16px}.products-filter-widget .products-filter__activated-heading{display:flex;justify-content:space-between;align-items:center;margin:24px 0 20px}.products-filter-widget .products-filter__activated-heading h6{margin:0;font-weight:500}.products-filter-widget .products-filter__activated-heading reset-buttonn{font-weight:500;color:var(--gz-color-dark)}.products-filter-widget a.remove-filtered{display:inline-block;font-size:11px;font-size:.6875rem;background-color:var(--gz-color-dark);color:var(--gz-color-light);padding:8.5px 13px;margin-inline-end:8px;margin-bottom:8px;border-radius:var(--gz-border__radius)}.products-filter-widget a.remove-filtered .glozin-svg-icon{margin-inline-start:8px}.products-filter-widget .counter{margin-inline-start:5px}.products-filter-widget .counter:before{content:"(";display:inline-block}.products-filter-widget .counter:after{content:")";display:inline-block}.products-filter-widget .products-filter__search-box{width:100%;margin-bottom:21px;height:44px;background-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+c2VhcmNoPC90aXRsZT4KPHBhdGggZmlsbD0iIzdjODE4YiIgZD0iTTI4LjggMjYuNTQ0bC01LjQ0LTUuNDRjMS4zOTItMS44NzIgMi4yNC00LjE5MiAyLjI0LTYuNzA0IDAtNi4xNzYtNS4wMjQtMTEuMi0xMS4yLTExLjJzLTExLjIgNS4wMjQtMTEuMiAxMS4yIDUuMDI0IDExLjIgMTEuMiAxMS4yYzIuNTEyIDAgNC44MzItMC44NDggNi42ODgtMi4yNGw1LjQ0IDUuNDQgMi4yNzItMi4yNTZ6TTYuNCAxNC40YzAtNC40MTYgMy41ODQtOCA4LThzOCAzLjU4NCA4IDgtMy41ODQgOC04IDgtOC0zLjU4NC04LTh6Ij48L3BhdGg+Cjwvc3ZnPgo=");background-position:16px center;background-repeat:no-repeat;background-size:16px 16px;padding-inline-start:40px}.products-filter-widget .filter.stock{font-weight:400}.products-filter-widget .filter_color.auto .products-filter--swatches.swatches-color{flex-direction:row;flex-wrap:wrap}.products-filter-widget .filter_color.auto .products-filter--swatches.swatches-color .name{display:none}.products-filter-widget .rating.checkboxes .filter-checkboxes-item{font-size:14px;font-size:.875rem}.products-filter-widget .rating.checkboxes .filter-checkboxes-item .number{margin-inline-start:5px}.products-filter-widget .rating.checkboxes .filter-checkboxes-item .text{margin-inline-start:3px}.products-filter-widget .checkboxes .products-filter__search-box{margin-bottom:25px}.products-filter-widget .dropdown .select2 .select2-selection--single{padding:2px 15px;height:44px}.products-filter-widget .dropdown .select2 .select2-selection--single .select2-selection__rendered{line-height:38px}.products-filter-widget .dropdown .select2-container--default .select2-selection--single .select2-selection__arrow{top:10px;right:10px}.products-filter-widget .products-filter--counts .products-filter--list .filter-list-item{line-height:14px}.products-filter-widget .products-filter--view-more .products-filter--list>.filter-list-item{display:none}.products-filter-widget .products-filter--view-more .products-filter--list>.filter-list-item:last-child{padding-bottom:8px}.products-filter-widget .products-filter--view-more .products-filter--checkboxes>.filter-checkboxes-item{display:none}.products-filter-widget .products-filter--view-more .products-filter--checkboxes>.filter-checkboxes-item:last-child{padding-bottom:6px}.products-filter-widget .products-filter--view-more .glozin-widget-product-cats-btn{padding-top:7px}.products-filter-widget .products-filter--view-more .glozin-widget-product-cats-btn.btn-children{padding-inline-start:20px;margin-top:-8px}.products-filter-widget .products-filter--view-more .glozin-widget-product-cats-btn.btn-show-item{margin-top:0}.products-filter-widget .products-filter--view-more .show-less,.products-filter-widget .products-filter--view-more .show-more{font-size:12px;font-size:.75rem;font-weight:500;cursor:pointer;display:none}.products-filter-widget .products-filter--view-more.products-filter--show-children-only .products-filter--list .selected .children>.filter-list-item{display:none}.products-filter-widget .products-filter--view-more.products-filter--show-children-only .products-filter--checkboxes .selected .children>.filter-checkboxes-item{display:none}.products-filter-widget .products-filter--ranges+.product-filter-box{display:flex;align-items:center;margin-top:23px}.products-filter-widget .products-filter--ranges+.product-filter-box input{-moz-appearance:textfield;max-width:calc((100% / 2) - 8px);width:100%;--gz-input__height:44px;padding:8px;text-align:center}.products-filter-widget .products-filter--ranges+.product-filter-box input::-webkit-inner-spin-button,.products-filter-widget .products-filter--ranges+.product-filter-box input::-webkit-outer-spin-button{-webkit-appearance:none}.products-filter-widget .products-filter--ranges+.product-filter-box .line{display:block;width:8px;height:2px;background-color:var(--gz-border-color);margin:0 4px}.products-filter-widget .products-filter--ranges+.product-filter-box .glozin-button-range{display:none;max-width:80px;min-width:auto;height:35px;box-shadow:none;padding:0;margin:0 0 0 11px}.products-filter-widget .products-filter--ranges .products-filter__option-name{font-weight:400;color:var(--gz-color-base)}.products-filter-widget .products-filter--ranges .products-filter__option-name:hover{color:var(--gz-color-dark)}.products-filter-widget .products-filter--ranges .price{font-weight:400;color:inherit}.products-filter-widget form:not(.ajax-filter) .glozin-button-range{display:none}.products-filter-widget .filter-control{position:relative;padding-bottom:23px}.products-filter-widget input[type=checkbox],.products-filter-widget input[type=radio]{display:none}.products-filter-widget label{font-weight:400;cursor:pointer}.products-filter-widget ul{list-style:none}.products-filter-widget .products-filter__options{margin:0;padding:0;list-style-type:none}.products-filter-widget .products-filter__options .children{margin:8px 0 0 0;padding:0 0 0 20px;width:100%}.products-filter-widget .products-filter__options .children li:last-child{padding-bottom:0}.products-filter-widget .products-filter__options>li:first-child{padding-top:0}.products-filter-widget .products-filter__option-name,.products-filter-widget .products-filter__option-toggler{cursor:pointer;user-select:none}.products-filter-widget .products-filter--list .filter-list-item{line-height:16px}.products-filter-widget .filter-list li{display:flex;flex-wrap:wrap;padding:9px 0;transition:.4s}.products-filter-widget .filter-list .selected>.products-filter__count,.products-filter-widget .filter-list .selected>.products-filter__option-name{color:var(--gz-color-primary)}.products-filter-widget .filter-list .products-filter__option-name:hover{color:var(--gz-color-primary)}.products-filter-widget .filter-list .products-filter__option-name:hover+.products-filter__count{color:var(--gz-color-primary)}.products-filter-widget .filter-checkboxes .children{margin:8px 0 2px}.products-filter-widget .list label{display:block}.products-filter-widget .h-list ul{margin:0 0 -6px}.products-filter-widget .h-list li{display:inline-block;padding:3px 15px 5px 0}.products-filter-widget .products-filter--checkboxes .filter-checkboxes-item{line-height:17px}.products-filter-widget .products-filter--checkboxes .products-filter__option-name{position:relative;padding-inline-start:27px;transition:var(--gz-transition)}.products-filter-widget .products-filter--checkboxes .products-filter__option-name::before{content:"";display:block;position:absolute;width:17px;height:17px;top:0;inset-inline-start:0;border:1px solid var(--gz-border-color);border-radius:2px;background-color:var(--gz-color-light);transition:var(--gz-transition)}.products-filter-widget .products-filter--checkboxes .products-filter__option-name:hover{color:var(--gz-color-dark)}.products-filter-widget .products-filter--checkboxes .products-filter__option-name:hover::before{background-color:var(--gz-color-light-grey)}.products-filter-widget .products-filter--checkboxes .products-filter__option-name>*{display:inline-block;margin-top:2px}.products-filter-widget .products-filter--checkboxes .selected>.products-filter__option-name{color:var(--gz-color-dark)}.products-filter-widget .products-filter--checkboxes .selected>.products-filter__option-name::before{border-color:var(--gz-color-dark);background-color:var(--gz-color-dark)}.products-filter-widget .products-filter--checkboxes .selected>.products-filter__option-name::after{content:"";position:absolute;top:5px;inset-inline-start:4px;width:10px;height:7px;background-color:var(--gz-color-light);-webkit-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNOC42NDUuNjQ1YS41MDMuNTAzIDAgMCAxIC4zNTEtLjE0MS40OTYuNDk2IDAgMCAxIC41MDQuNTA0YzAgLjEzMy0uMDUuMjQ2LS4xNTIuMzRMMy44NTIgNi44NTVhLjQ3Ny40NzcgMCAwIDEtLjM1Mi4xNDEuNDc3LjQ3NyAwIDAgMS0uMzUyLS4xNEwuNjUyIDQuMzQ3YS40NDYuNDQ2IDAgMCAxLS4xNTItLjM0YzAtLjE0LjA1LS4yNjIuMTUyLS4zNjNhLjQ2My40NjMgMCAwIDEgLjM0LS4xNDFjLjE0IDAgLjI2Mi4wNDcuMzYzLjE0TDMuNSA1Ljc5IDguNjQ1LjY0NVoiPjwvcGF0aD4NCjwvc3ZnPg==") no-repeat 50% 50%;mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNOC42NDUuNjQ1YS41MDMuNTAzIDAgMCAxIC4zNTEtLjE0MS40OTYuNDk2IDAgMCAxIC41MDQuNTA0YzAgLjEzMy0uMDUuMjQ2LS4xNTIuMzRMMy44NTIgNi44NTVhLjQ3Ny40NzcgMCAwIDEtLjM1Mi4xNDEuNDc3LjQ3NyAwIDAgMS0uMzUyLS4xNEwuNjUyIDQuMzQ3YS40NDYuNDQ2IDAgMCAxLS4xNTItLjM0YzAtLjE0LjA1LS4yNjIuMTUyLS4zNjNhLjQ2My40NjMgMCAwIDEgLjM0LS4xNDFjLjE0IDAgLjI2Mi4wNDcuMzYzLjE0TDMuNSA1Ljc5IDguNjQ1LjY0NVoiPjwvcGF0aD4NCjwvc3ZnPg==") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.products-filter-widget .products-filter--swatches{display:flex;flex-wrap:wrap;gap:10px}.products-filter-widget .products-filter--swatches.swatches-color{flex-direction:column;flex-wrap:nowrap;align-items:flex-start;gap:7px;margin:0}.products-filter-widget .swatch{transition:.5s;display:inline-block;padding:10px;cursor:pointer;text-align:center;overflow:visible;position:relative}.products-filter-widget .swatch.selected,.products-filter-widget .swatch:hover{color:var(--gz-color-dark)}.products-filter-widget .swatch-color{display:flex;align-items:center;padding:0}.products-filter-widget .swatch-color .bg-color{--gz-swatch-border-color:#ddd;display:block;width:30px;height:30px;border-radius:50%;position:relative;transition:.3s;font-size:0;border:3px solid var(--gz-color-light);box-shadow:0 0 0 1px var(--gz-swatch-border-color),inset 0 0 0 -3px #fff;transition:.3s}.products-filter-widget .swatch-color .name{font-size:14px;font-size:.875rem;margin-inline-start:12px}.products-filter-widget .swatch-color.selected .bg-color,.products-filter-widget .swatch-color:hover .bg-color{--gz-swatch-border-color:var(--gz-color-dark)}.products-filter-widget .swatch-button,.products-filter-widget .swatch-label{font-size:14px;font-size:.875rem;padding:6px 15px 5px;border:1px solid var(--gz-border-color);border-radius:3px}.products-filter-widget .swatch-button.selected,.products-filter-widget .swatch-label.selected{background-color:var(--gz-color-dark);color:var(--gz-color-light);border-color:var(--gz-color-dark)}.products-filter-widget .swatch-button:hover:not(.selected),.products-filter-widget .swatch-label:hover:not(.selected){background-color:var(--gz-color-dark);border-color:var(--gz-color-dark);color:var(--gz-color-light)}.products-filter-widget .swatch-button .counter,.products-filter-widget .swatch-label .counter{top:-12px;font-size:inherit;color:inherit}.products-filter-widget .swatch-image{--gz-swatch-border-color:#ddd;--gz-image-rounded:3px;position:relative;max-width:56px;max-height:56px;height:auto;padding:5px;box-shadow:0 0 0 1px var(--gz-swatch-border-color),inset 0 0 0 -3px #fff;border-radius:var(--gz-image-rounded)}.products-filter-widget .swatch-image.selected,.products-filter-widget .swatch-image:hover{--gz-swatch-border-color:var(--gz-color-dark)}.products-filter-widget .swatch-image img{display:block}.products-filter-widget .list input:checked+span{font-weight:400;text-decoration:underline}.products-filter-widget .widget_price_filter{margin-bottom:0}.products-filter-widget .widget_price_filter .widgettitle{display:none}.products-filter-widget .slider .filter-control{width:100%}.products-filter-widget .price_slider{margin-bottom:14px}.products-filter-widget .button{width:100%;margin-top:30px}.products-filter-widget .products-filter__button{flex-direction:row-reverse;margin-top:30px}.products-filter-widget .products-filter__button .button{margin:0;width:auto}.products-filter-widget .products-filter__button .filter-button{--gz-button-padding-top:14px;--gz-button-padding-bottom:14px;--gz-button-padding-left:35px;--gz-button-padding-right:35px}.products-filter-widget .products-filter__button .reset-button{--gz-button-line-height:12px}.products-filter-widget .products-loader{text-align:center;display:block;opacity:0;transition:opacity .3s}.products-filter-widget .filtering .products-loader{opacity:1}.products-filter-widget .instant-filter .filter:last-of-type{border-bottom:none}.products-filter-widget .instant-filter .filter:last-of-type .filter-control{padding-bottom:0}.products-filter-widget .instant-filter .products-filter__button{display:none}.products-filter-widget .instant-filter .product-filter-box input{max-width:80px}.products-filter-widget .instant-filter .product-filter-box .glozin-button-range{display:flex}.products-filter-widget .products-filter--collapsible .has-children{display:block}.products-filter-widget .products-filter--collapsible ul.children{display:none}.products-filter-widget .products-filter--collapsible .active>ul.children{display:block}.products-filter-widget .products-filter--collapsible .products-filter__option-toggler{position:absolute;right:0;padding:3px 0 3px 3px}.products-filter-widget .products-filter--collapsible .products-filter__option-toggler:after{content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+");background-repeat:no-repeat;width:11px;height:7px;display:block;transition:transform .35s linear;will-change:transform}.products-filter-widget .products-filter--collapsible .active>.products-filter__option-toggler:after{transform:rotate(180deg)}.products-filter-widget .products-filter--scrollable .products-filter__options{max-height:195px;overflow:auto;scrollbar-color:var(--gz-color-light-grey)}.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar{width:2px}.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-track{background-color:var(--gz-color-light-grey)}.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb{background-color:var(--gz-color-base)}.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb:hover{background-color:var(--gz-color-base)}.products-filter-widget .products-filter--scrollable .products-filter__options.products-filter--checkboxes{max-height:185px}.catalog-filters-sidebar ul{list-style:none;margin:0;padding:0}.catalog-filters-sidebar ul li:first-child{padding-top:0}.catalog-filters-sidebar ul li:last-child{padding-bottom:0}.catalog-filters-sidebar ul ul{padding:12px 0 0 15px}.catalog-filters-sidebar .sidebar__content>.widget{border-bottom:1px solid var(--gz-border-color);padding-bottom:27px;margin-bottom:27px}.catalog-filters-sidebar .sidebar__content>.widget:first-child .widget-title,.catalog-filters-sidebar .sidebar__content>.widget:first-child h2{margin-top:0}.catalog-filters-sidebar .sidebar__content>.widget:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.catalog-filters-sidebar .widget select{width:100%}.catalog-filters-sidebar .gz-widget-heading,.catalog-filters-sidebar .widget .gz-widget-heading,.catalog-filters-sidebar .widget-title,.catalog-filters-sidebar .wp-block-heading{font-size:1rem;letter-spacing:-.544px;margin:0;padding-bottom:20px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.catalog-filters-sidebar .gz-widget-heading.active .gz-collapse-icon:before,.catalog-filters-sidebar .widget .gz-widget-heading.active .gz-collapse-icon:before,.catalog-filters-sidebar .widget-title.active .gz-collapse-icon:before,.catalog-filters-sidebar .wp-block-heading.active .gz-collapse-icon:before{transform:translateY(-50%) rotate(-180deg)}.catalog-filters-sidebar .gz-widget-heading.active .gz-collapse-icon:after,.catalog-filters-sidebar .widget .gz-widget-heading.active .gz-collapse-icon:after,.catalog-filters-sidebar .widget-title.active .gz-collapse-icon:after,.catalog-filters-sidebar .wp-block-heading.active .gz-collapse-icon:after{transform:translateY(-50%) rotate(-90deg)}.catalog-filters-sidebar .gz-collapse-icon{cursor:pointer;position:relative}.catalog-filters-sidebar .gz-collapse-icon:after,.catalog-filters-sidebar .gz-collapse-icon:before{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);display:block;width:12px;height:1px;background-color:currentColor;transition:var(--gz-transition)}.catalog-filters-sidebar .gz-widget-group>*{margin-bottom:15px}.catalog-filters-sidebar .gz-widget-group>:last-child{margin-bottom:0}.catalog-filters-sidebar .gz-widget-group div.wc-block-grid{margin:8px 0 14px}.catalog-filters-sidebar .woocommerce h3{font-size:20px;font-size:1.25rem;margin:0}.catalog-filters-sidebar .woocommerce-input-wrapper input,.catalog-filters-sidebar .woocommerce-input-wrapper select{--gz-input-padding-y:12px;width:100%;margin-top:5px}.catalog-filters-sidebar .glozin-instagram__item a,.catalog-filters-sidebar .glozin-instagram__item img{display:block;border-radius:calc(min(5px,var(--gz-image-rounded)))}.catalog-filters-sidebar .widget_media_image{margin-top:30px}.offscreen-panel .products-filter-widget .filter-name{font-size:1rem}@media (max-width:1024px){.catalog-filters-sidebar{display:none}}.offscreen-panel.offscreen-panel--side-right .sidebar__container{left:0;right:auto;transform:translateX(-100%)}.offscreen-panel.offscreen-panel--open .sidebar__container{transform:none}.offscreen-panel .sidebar__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;background-color:rgba(0,0,0,.5);display:none}.offscreen-panel .sidebar__header{display:flex}.offscreen-panel .sidebar__header:after{content:'';width:calc(100% - 32px);height:1px;background-color:var(--gz-color-border-main);position:absolute;left:16px;right:16px;bottom:0}.offscreen-panel .sidebar__container{--gz-panel-content-width:330px;position:absolute;right:0;top:0;height:100%;width:100%;max-width:var(--gz-panel-content-width);margin:0;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.16);transform:translateX(100%);transition:transform .35s cubic-bezier(.7, 0, .2, 1);display:flex;flex-direction:column;flex-wrap:nowrap;overflow-y:hidden;overflow-x:auto;scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden}.offscreen-panel .sidebar__container::-webkit-scrollbar{display:none}.offscreen-panel .sidebar__content{padding:25px 30px 60px}.offscreen-panel .products-filter-widget .products-filter__button{position:fixed;bottom:0;left:0;right:0;max-width:var(--gz-panel-content-width);background-color:var(--gz-color-light);padding:15px 30px;border-top:1px solid var(--gz-border-color)}.single-product div.product .woocommerce-product-gallery{--gz-image-rounded-product-gallery:min(5px, var(--gz-image-rounded));--gz-image-rounded-product-thumbnail:min(5px, var(--gz-image-rounded))}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{width:100%;transition:opacity .4s ease}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image{border-radius:var(--gz-image-rounded-product-gallery);overflow:hidden;position:relative}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img{border-radius:var(--gz-image-rounded-product-gallery)}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image iframe,.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image video{border-radius:inherit;object-fit:cover;object-position:center}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image video{width:100%;height:100%}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image iframe{width:100%}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image .drift-zoom-pane{display:block;max-width:100%;position:absolute;margin:0;top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center}.single-product div.product .woocommerce-product-gallery .glozin-product-gallery-thumbnails{opacity:0}.single-product div.product .woocommerce-product-gallery .glozin-product-gallery-thumbnails:not(.swiper){padding:0;transition:opacity .4s ease}.single-product div.product .woocommerce-product-gallery .glozin-button--product-lightbox{--gz-button-color:var(--gz-color-dark);--gz-button-bg-color:var(--gz-color-light);--gz-button-height:50px;width:var(--gz-button-height);height:var(--gz-button-height);background-color:var(--gz-button-bg-color);color:var(--gz-button-color)}.single-product div.product .woocommerce-product-gallery .glozin-button--product-lightbox:hover{--gz-button-color:var(--gz-color-light);--gz-button-bg-color:var(--gz-color-dark)}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .glozin-video-thumbnail{position:relative;z-index:1}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .glozin-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .glozin-video-wrapper iframe,.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .glozin-video-wrapper video{height:100%;width:100%}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .glozin-video-wrapper.video-vimeo iframe{background-color:var(--gz-color-dark)}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.swiper-initialized .swiper-button:not(.swiper-button-lock){display:none}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized .swiper-button{width:50px;height:50px;opacity:1}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized .swiper-button.swiper-button-next{margin-inline-end:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized .swiper-button.swiper-button-prev{margin-inline-start:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized .swiper-button:not(.swiper-button-lock){display:inline-flex}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--horizontal .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .woocommerce-product-gallery__image{display:none}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--horizontal .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .woocommerce-product-gallery__image:first-child{display:block}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--horizontal .glozin-product-gallery-thumbnails{margin-top:10px}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid .woocommerce-product-gallery__wrapper{display:flex;flex-wrap:nowrap;gap:10px;margin-inline-end:-15px;flex-wrap:nowrap;overflow-y:hidden;overflow-x:auto;scroll-behavior:smooth}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid .woocommerce-product-gallery__wrapper::-webkit-scrollbar{display:none}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid .woocommerce-product-gallery__image{width:85%;flex-shrink:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid .woocommerce-product-gallery__image:last-child{margin-inline-end:15px}.single-product div.product .woocommerce-product-gallery.loading{--gz-loading-color:var(--gz-color-grey);--gz-animation-state:running;position:relative;color:transparent;cursor:default;pointer-events:none}.single-product div.product .woocommerce-product-gallery.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.single-product div.product .woocommerce-product-gallery.loading:before{z-index:999;width:30px;height:30px}.single-product div.product .woocommerce-product-gallery.loading:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background-color:#fff;z-index:10}.single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image{position:relative}.single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image .glozin-i-video{position:absolute;top:3px;right:3px}.single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image.glozin-product-video-play .glozin-video-thumbnail{z-index:0}.single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image.glozin-product-video-play::before{pointer-events:none}.single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image.glozin-product-video .glozin-i-video{width:40px;height:30px;top:50%;left:50%;right:auto;transform:translate(-50%,-50%)}.single-product div.product .woocommerce-product-gallery.swiper-item-current-extra .glozin-button--product-lightbox{opacity:0;pointer-events:none}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-zoom .woocommerce-product-gallery__image:not(.glozin-product-3d-viewer)::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:0 0;z-index:1}.single-product div.product .glozin-product-gallery-thumbnails .swiper-slide{position:relative;border-radius:var(--gz-image-rounded-product-thumbnail);overflow:hidden;cursor:pointer}.single-product div.product .glozin-product-gallery-thumbnails .swiper-slide img{border-radius:var(--gz-image-rounded-product-thumbnail)}.single-product div.product .glozin-product-gallery-thumbnails .swiper-slide::after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;border:1px solid transparent;transition:border-color .4s ease;border-radius:var(--gz-image-rounded-product-thumbnail)}.single-product div.product .glozin-product-gallery-thumbnails .swiper-slide-thumb-active::after{border-color:var(--gz-color-dark)}.single-product div.product .woocommerce-product-gallery--vertical .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .woocommerce-product-gallery__image{display:none}.single-product div.product .woocommerce-product-gallery--vertical .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .woocommerce-product-gallery__image:first-child{display:block}@media (min-width:768px){.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.swiper-initialized .swiper-button:not(.swiper-button-lock){display:inline-flex}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized .swiper-button{opacity:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized .swiper-button.swiper-button-next{margin-inline-end:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized .swiper-button.swiper-button-prev{margin-inline-start:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized:hover .swiper-button{opacity:1}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized:hover .swiper-button.swiper-button-next{margin-inline-end:10px}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized:hover .swiper-button.swiper-button-prev{margin-inline-start:10px}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid .woocommerce-product-gallery__wrapper{flex-wrap:wrap;margin-inline-end:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:last-child{margin-inline-end:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid .woocommerce-product-gallery__image{width:100%}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid.woocommerce-product-gallery--grid-2 .woocommerce-product-gallery__image,.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid.woocommerce-product-gallery--stacked .woocommerce-product-gallery__image{width:calc(50% - 5px)}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid.woocommerce-product-gallery--grid-2 .woocommerce-product-gallery__image:first-child:last-child,.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid.woocommerce-product-gallery--stacked .woocommerce-product-gallery__image:first-child:last-child{width:100%}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid.woocommerce-product-gallery--stacked .woocommerce-product-gallery__image:nth-child(3n+1){width:100%}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-zoom .woocommerce-product-gallery__image:not(.glozin-product-3d-viewer)::before,.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-zoom .woocommerce-product-gallery__image:not(.glozin-product-video)::before{pointer-events:none}.single-product div.product:not(.product-quickview) .woocommerce-product-gallery--vertical.woocommerce-product-gallery--has-thumbnails .woocommerce-product-gallery__wrapper{width:calc(100% - 60px)}.single-product div.product:not(.product-quickview) .woocommerce-product-gallery--vertical.woocommerce-product-gallery--has-thumbnails .glozin-product-gallery-thumbnails{width:50px}}@media (max-width:767px){.single-product div.product .woocommerce-product-gallery .glozin-product-gallery-thumbnails{margin-top:10px}}.single-product div.product .product-gallery-summary{margin-bottom:50px}.single-product div.product .product-gallery-summary .entry-title{font-size:26px;font-size:1.625rem;margin-top:0;margin-bottom:11px;letter-spacing:var(--gz-heading-letter-spacing)}.single-product div.product .woocommerce-product-rating{line-height:normal;margin-bottom:24px}.single-product div.product .woocommerce-product-rating .woocommerce-review-link{color:var(--gz-color-base);margin-inline-start:10px}.single-product .glozin-product-price .price:not(:empty){font-size:clamp(1.5rem, 3vw, 1.625rem);line-height:25.71px;margin-bottom:20px}.single-product .glozin-product-price .price:not(:empty) del{font-size:18px;font-size:1.125rem}.single-product div.product .short-description{width:100%;margin-bottom:22px}.single-product div.product .short-description .short-description__label{display:block;font-weight:500;margin-bottom:10px}.single-product div.product .short-description .short-description__more{margin-top:10px}.single-product div.product .short-description .short-description__content{display:-webkit-box;-webkit-line-clamp:var(--gz-product-description-lines);-webkit-box-orient:vertical;overflow:hidden}.single-product div.product .short-description .short-description__content>:first-child{margin-top:0;padding-top:0}.single-product div.product .short-description .short-description__content>:last-child{margin-bottom:0;padding-bottom:0}.single-product div.product .short-description.activate .short-description__content{-webkit-line-clamp:inherit}.single-product div.product .short-description>:first-child{margin-top:0;padding-top:0}.single-product div.product .short-description>:last-child{margin-bottom:0;padding-bottom:0}.single-product div.product .short-description ul{margin-bottom:0;padding-bottom:0}.single-product div.product .short-description ul:not(:last-child){padding-bottom:0}.single-product div.product table.variations{position:relative;margin-bottom:25px}.single-product div.product table.variations td,.single-product div.product table.variations th{display:block;border:none;padding:0}.single-product div.product table.variations tr:last-child .value{padding-bottom:0}.single-product div.product table.variations .label{font-weight:400;line-height:1;text-transform:capitalize;margin-bottom:15px}.single-product div.product table.variations .value{padding-bottom:25px;display:flex;align-items:center;justify-content:space-between;gap:20px}.single-product div.product table.variations .value select{width:100%}.single-product div.product table.variations .reset_variations{display:none!important}.single-product div.product table.variations .wcboost-variation-swatches{display:inline-flex;flex-wrap:wrap;align-items:center}.single-product div.product table.variations .wcboost-variation-swatches__wrapper{--wcboost-swatches-item-gap:12px}.single-product div.product table.variations .wcboost-variation-swatches__item{box-shadow:none;border:1px solid var(--gz-border-color)}.single-product div.product table.variations .wcboost-variation-swatches__item.selected,.single-product div.product table.variations .wcboost-variation-swatches__item:hover:not(.disabled){border-color:var(--gz-color-dark);box-shadow:none}.single-product div.product table.variations .wcboost-variation-swatches__item:after{bottom:calc(100% + 1px)}.single-product div.product table.variations .wcboost-variation-swatches__item.disabled{position:relative;overflow:hidden;opacity:1}.single-product div.product table.variations .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name:before{content:"";height:100%;width:100%;background:linear-gradient(to top left,transparent calc(50% - 1px),#ddd,transparent calc(50% + 1px)) no-repeat;display:block;position:absolute;z-index:3;top:0;left:0;bottom:0;right:0}.single-product div.product table.variations .wcboost-variation-swatches__selected-label{font-weight:600;color:var(--gz-color-dark)}.single-product div.product table.variations .wcboost-variation-swatches__selected-label::before{font-weight:400;color:var(--gz-color-base)}.single-product div.product table.variations .wcboost-variation-swatches--button,.single-product div.product table.variations .wcboost-variation-swatches--label{--wcboost-swatches-item-padding:0 20px}.single-product div.product table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item .wcboost-variation-swatches__name,.single-product div.product table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item .wcboost-variation-swatches__name{font-weight:500}.single-product div.product table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected,.single-product div.product table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover:not(.disabled),.single-product div.product table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item.selected,.single-product div.product table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item:hover:not(.disabled){background-color:var(--gz-color-dark);color:var(--gz-color-light)}.single-product div.product table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item.disabled,.single-product div.product table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item.disabled{background-color:var(--gz-color-light-grey)}.single-product div.product table.variations .wcboost-variation-swatches--image{--gz-image-rounded:0}.single-product div.product table.variations .wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name{width:0;height:0;position:unset;clip:inherit;clip-path:inherit;margin:0}.single-product div.product table.variations .wcboost-variation-swatches--color,.single-product div.product table.variations .wcboost-variation-swatches--image{--wcboost-swatches-item-padding:3px}.single-product div.product table.variations .wcboost-variation-swatches--round .wcboost-variation-swatches__item img{border-radius:999em}.single-product div.product table.variations .wcboost-variation-swatches--rounded .wcboost-variation-swatches__item,.single-product div.product table.variations .wcboost-variation-swatches--rounded .wcboost-variation-swatches__item img,.single-product div.product table.variations .wcboost-variation-swatches--rounded .wcboost-variation-swatches__name{border-radius:3px}.single-product div.product table.variations .wcboost-variation-swatches--square.wcboost-variation-swatches--label .wcboost-variation-swatches__item{border-radius:var(--wcboost-variation-swatches-label-shape,0)}.single-product div.product table.variations .wcboost-variation-swatches--round.wcboost-variation-swatches--label .wcboost-variation-swatches__item{border-radius:var(--wcboost-variation-swatches-label-shape,999em)}.single-product div.product table.variations .wcboost-variation-swatches--rounded.wcboost-variation-swatches--label .wcboost-variation-swatches__item{border-radius:var(--wcboost-variation-swatches-label-shape,3px)}.single-product div.product .single_variation_wrap .gz-product-item__data,.single-product div.product .single_variation_wrap .woocommerce-variation-availability>:not(section),.single-product div.product .single_variation_wrap .woocommerce-variation-description,.single-product div.product .single_variation_wrap .woocommerce-variation-price{display:none}.single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches .wcboost-variation-swatches__item{position:relative;overflow:hidden;opacity:1}.single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches .wcboost-variation-swatches__item .wcboost-variation-swatches__name:before{content:"";height:100%;width:100%;background:linear-gradient(to top left,transparent calc(50% - 1px),#ddd,transparent calc(50% + 1px)) no-repeat;display:block;position:absolute;z-index:3;top:0;left:0;bottom:0;right:0}.single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item,.single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item{background-color:var(--gz-color-light-grey)}.single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected,.single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover,.single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item.selected,.single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item:hover{color:inherit}.single-product div.product.product-type-variable.outofstock table.variations .wcboost-variation-swatches--image .wcboost-variation-swatches__item .wcboost-variation-swatches__name{width:0;height:0;position:unset;clip:inherit;clip-path:inherit;margin:0}.single-product div.product.product-type-variable.outofstock:not(.has-clickable-outofstock-variations) table.variations .wcboost-variation-swatches .wcboost-variation-swatches__item{pointer-events:none}.single-product div.product.has-clickable-outofstock-variations table.variations .wcboost-variation-swatches .wcboost-variation-swatches__item{cursor:pointer}.single-product div.product.has-clickable-outofstock-variations table.variations .wcboost-variation-swatches .wcboost-variation-swatches__item.selected,.single-product div.product.has-clickable-outofstock-variations table.variations .wcboost-variation-swatches .wcboost-variation-swatches__item:hover{border-color:var(--gz-color-dark);box-shadow:none}@media (hover:none) and (pointer:coarse){.single-product div.product table.variations .wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover:not(.disabled):not(.selected),.single-product div.product table.variations .wcboost-variation-swatches--label .wcboost-variation-swatches__item:hover:not(.disabled):not(.selected){background-color:transparent;color:var(--gz-color-dark)}.single-product div.product.has-clickable-outofstock-variations table.variations .wcboost-variation-swatches .wcboost-variation-swatches__item:hover:not(.disabled):not(.selected){border-color:var(--gz-border-color)}}.single-product div.product .quantity{--gz-quantity-width:38px;--gz-quantity-height:50px;--gz-quantity-button-padding:17px}.single-product div.product .quantity.quantity-outline{--gz-quantity-height:35px;--gz-quantity-width:20px;--gz-quantity-button-padding:11.5px}.single-product div.product .gz-countdown-single-product{padding-top:15px;border:1px dashed rgba(208,71,62,.3);background-color:rgba(208,71,62,.1);max-width:calc(330 / 16 * 1rem);width:100%}.single-product div.product .gz-countdown-single-product .glozin-countdown{font-size:18px;font-size:1.125rem;font-weight:600;color:#d0473e}.single-product div.product .gz-countdown-single-product .glozin-countdown .timer{align-items:center}.single-product div.product .gz-countdown-single-product .glozin-countdown .text{font-weight:400}.single-product div.product .gz-countdown-single-product.layout-v2{width:auto;max-width:100%;border:1px solid var(--gz-color-primary)}.single-product div.product .gz-countdown-single-product.layout-v2 .glozin-countdown .digits{display:inline-flex;align-items:center;justify-content:center;background-color:var(--gz-color-primary);color:var(--gz-color-light);min-width:3.125rem;min-height:2.25rem;border-radius:3px}.single-product div.product .gz-countdown-single-product.layout-v2 .glozin-countdown .text{display:none}.single-product div.product .gz-countdown-single-product.layout-v2 .glozin-countdown .divider{padding-inline-start:5px;padding-inline-end:6px}.single-product div.product .gz-countdown-icon{display:inline-block;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIHSURBVHgBrZHPaxNREMe/b/dlN9ukSTYJhqRpUptGNOCPSo14UWsQEc8VvCpIQdCD4jkXTwVRPHnw5EkR/AtEQaqIoDeRIlRt3RqNTZrf+/M5iVAUk4PgwMDjzXxm5jsD/G9rHdl3rlnKXx4Vl0YF3DGzFtgRum2eSC39E8grxgRLhqFks9es+Ym7I8G1hQVNHJo91n93S5M31L3TN5HjwLQGHlEubuX1M0PB1PiP68hGeG1nJCvr6lV5fyoEjQFRF0zjkDVnfigoDPM1e/T0iZS0j3I9qCLmATI5J4cNV7C6EEL6C3Q2Pp0S5bIkee0cS9CIYQISFA4qgKfRmruJ1sGpW6tApJ8vD7plwrqYVR84K6+ivoB2XN4TTWNmjFJ8BNC4634ogUBRMjcOi6C+vFRtr/A+2IjLRX+34lMLuSuQCJiionHt10AhF8h1wFgDzOhRd2fXYOuDjr5g1fpWgzJnAOksMEnf8RhxfoB9oaNS12pfpwvXUsS2xvDp829ti7+xO20g2SL3w9Pn4OonIdIZ0krF4x30ZFYRX9uPt0FWLntKJn+hu4kmtBZElKbxFcF4AUI7AAR6sEQHznhqMdnDxz+2Kr836t6m8t0ytiDMD/AEaRUczPsMz1iFteZ/ESuoyxhmjUulWPNOeNF5rr+0q/d6dv3ZuvNu90Pz/sxZuiH7Pfcneei4Bud+fQwAAAAASUVORK5CYII=");background-position:center bottom;background-repeat:no-repeat;width:14px;height:15px;margin-inline-end:5px}.single-product div.product .glozin-product-atc-group{width:100%;margin-bottom:15px;gap:10px}.single-product div.product .single_add_to_cart_button{flex-grow:1}.single-product div.product .single_add_to_cart_button.loading{--gz-animation-state:running;position:relative;color:transparent;cursor:default;--gz-loading-color:#fff}.single-product div.product .single_add_to_cart_button.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}@media (min-width:1025px) and (pointer:fine) and (prefers-reduced-motion:no-preference){body:not(.button-eff-hover-disabled).single-product div.product .single_add_to_cart_button:not(.loading),body:not(.button-eff-hover-disabled).single-product div.product .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:not(.loading){position:relative;overflow:hidden;z-index:1}body:not(.button-eff-hover-disabled).single-product div.product .single_add_to_cart_button:not(.loading):after,body:not(.button-eff-hover-disabled).single-product div.product .single_add_to_cart_button:not(.loading):before,body:not(.button-eff-hover-disabled).single-product div.product .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:not(.loading):after,body:not(.button-eff-hover-disabled).single-product div.product .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:not(.loading):before{content:'';z-index:-1;transition:transform .4s cubic-bezier(.75, 0, .125, 1);position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;transform:translate(-100%)}body:not(.button-eff-hover-disabled).single-product div.product .single_add_to_cart_button:not(.loading):before,body:not(.button-eff-hover-disabled).single-product div.product .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:not(.loading):before{background-color:var(--gz-button-eff-bg-color-hover)}body:not(.button-eff-hover-disabled).single-product div.product .single_add_to_cart_button:not(.loading):after,body:not(.button-eff-hover-disabled).single-product div.product .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:not(.loading):after{background-color:var(--gz-button-bg-color-hover)}body:not(.button-eff-hover-disabled).single-product div.product .single_add_to_cart_button:not(.loading):hover:before,body:not(.button-eff-hover-disabled).single-product div.product .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:not(.loading):hover:before{transform:translate(0)}body:not(.button-eff-hover-disabled).single-product div.product .single_add_to_cart_button:not(.loading):hover:after,body:not(.button-eff-hover-disabled).single-product div.product .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:not(.loading):hover:after{transform:translate(0);transition-delay:175ms}}.single-product div.product .product-featured-icons--mobile .gz-button-icon{--gz-button-bg-color:var(--gz-color-light);--gz-button-color:var(--gz-color-dark);--gz-button-color-hover:var(--gz-color-light);--gz-button-bg-color-hover:var(--gz-color-dark);--gz-button-border-color-hover:var(--gz-color-dark);--gz-button-width:50px;--gz-button-height:50px;--gz-button-font-size:14px;margin:0}.single-product div.product .product-featured-icons--mobile .gz-button-icon.added{--gz-button-bg-color:var(--gz-color-dark);--gz-button-color:var(--gz-color-light);--gz-button-border-color:var(--gz-color-dark)}.single-product div.product form.cart .product-featured-icons{display:inline-flex;align-items:center;gap:10px;position:relative}.single-product div.product form.cart .product-featured-icons .gz-button-icon{--gz-button-width:50px;--gz-button-height:50px;--gz-button-icon-size:16px;--gz-button-color-hover:var(--gz-color-light);--gz-button-bg-color-hover:var(--gz-color-dark);margin:0}.single-product div.product form.cart .product-featured-icons .gz-button-icon.added{--gz-button-bg-color:var(--gz-color-dark);--gz-button-color:var(--gz-color-light);--gz-button-border-color:var(--gz-color-dark)}.single-product div.product:not(.product-quickview) form.cart .product-featured-icons{display:none}@media (min-width:768px){.single-product div.product:not(.product-quickview) form.cart .product-featured-icons{display:inline-flex}}@media (max-width:1024px){.single-product div.product form.cart .product-featured-icons .gz-button-icon.gz-tooltip-inside::before,.single-product div.product form.cart .product-featured-icons .gz-button-icon.gz-tooltip-inside:after{display:none}}.single-product .product .woocommerce-grouped-product-list__thumbnail{width:90px}.single-product .product .woocommerce-grouped-product-list__thumbnail img{border-radius:var(--gz-rounded-product-image-sm)}.single-product .product .woocommerce-grouped-product-list__title{display:flex;align-items:center;gap:5px}.single-product .product .woocommerce-grouped-product-list__quantity select{--gz-input-padding-y:7.5px;border-radius:calc(min(5px,var(--gz-input-rounded)));max-width:220px}.single-product div.product .woocommerce-tabs{position:relative;padding-bottom:50px}.single-product div.product .woocommerce-tabs .wc-tabs{display:flex;gap:30px;padding:0;margin:0 0 25px 0;list-style:none;border-bottom:1px solid var(--gz-border-color);white-space:nowrap}.single-product div.product .woocommerce-tabs .wc-tabs li a{display:inline-block;position:relative;font-size:16px;font-size:1rem;font-weight:600;color:var(--gz-color-dark);padding:15px 0}.single-product div.product .woocommerce-tabs .wc-tabs li a::after{position:absolute;display:inline-block;content:'';left:0;bottom:0;width:0;height:2px;background-color:var(--gz-color-dark);transition:.4s ease}.single-product div.product .woocommerce-tabs .wc-tabs li a:hover::after{width:100%}.single-product div.product .woocommerce-tabs .wc-tabs li.active a::after{width:100%}.single-product div.product .woocommerce-tabs .wc-tab>h2:first-child{display:none}.single-product div.product .woocommerce-tabs .wc-tab>:first-child{margin-top:0}.single-product div.product .woocommerce-tabs .wc-tab>:last-child{margin-bottom:0}.single-product div.product .woocommerce-tabs table{border-spacing:0;border-collapse:collapse;border-radius:var(--gz-rounded-xs)}.single-product div.product .woocommerce-tabs table td,.single-product div.product .woocommerce-tabs table th{border:1px solid var(--gz-border-color);font-size:14px;font-size:.875rem;padding:10px;vertical-align:middle}.single-product div.product .woocommerce-tabs table td p,.single-product div.product .woocommerce-tabs table th p{margin:0}.single-product div.product .woocommerce-tabs table th{font-weight:600;text-transform:capitalize;color:var(--gz-color-dark)}.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel>*{animation:fadeIn .8s}.single-product div.product .woocommerce-tabs.wc-tabs-wrapper>:not(.wc-tabs){display:none}.single-product div.product .woocommerce-tabs.wc-tabs-wrapper>:not(.wc-tabs):nth-child(2){display:block}.single-product div.product .woocommerce-tabs::after{position:absolute;bottom:0;left:0;display:block;content:'';width:100vw;height:1px;background-color:var(--gz-border-color);margin-inline-start:calc(-100vw/2 + 100%/2);margin-inline-end:calc(-100vw/2 + 100%/2)}.single-product div.product .woocommerce-tabs--dropdown{border-bottom:1px solid var(--gz-border-color)}.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title{position:relative;font-size:16px;font-size:1rem;color:var(--gz-color-dark);font-weight:600;line-height:normal;padding:calc(17 / 16 * 1rem) 0;cursor:pointer}.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title .woocommerce-tabs-title__icon{position:absolute;inset-inline-end:0;top:50%;transform:translateY(-50%);width:12px;height:12px}.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title .woocommerce-tabs-title__icon:after,.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title .woocommerce-tabs-title__icon:before{content:"";position:absolute;background-color:var(--gz-color-dark);transform:translate(-50%,-50%) rotate(-90deg);top:50%;left:50%;border-radius:var(--gz-rounded-xs);transition:transform .25s ease-in-out,opacity .25s ease-in-out,-webkit-transform .25s ease-in-out}.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title .woocommerce-tabs-title__icon:before{width:12px;height:1px}.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title .woocommerce-tabs-title__icon:after{width:1px;height:12px}.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title.active .woocommerce-tabs-title__icon:before{opacity:0}.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-title.active .woocommerce-tabs-title__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.single-product div.product .woocommerce-tabs--dropdown .woocommerce-tabs-content{display:none}.single-product div.product .woocommerce-tabs--dropdown.wc-tabs-first--opened .woocommerce-tabs-title.active+.woocommerce-tabs-content{display:block}.single-product div.product .woocommerce-tabs--dropdown:first-child{border-top:1px solid var(--gz-border-color)}.single-product div.product .woocommerce-tabs--dropdown table{margin-bottom:0}.single-product div.product .woocommerce-tabs--dropdown table p{margin:0}.single-product div.product .woocommerce-tabs--dropdown table .woocommerce-product-attributes-item__label{color:var(--gz-color-dark)}.single-product div.product .woocommerce-tabs--dropdown table tr:last-child td,.single-product div.product .woocommerce-tabs--dropdown table tr:last-child th{border-bottom:none}.single-product div.product .woocommerce-tabs-content>h2:first-child{display:none}.single-product div.product .woocommerce-tabs .wc-tabs{flex-wrap:nowrap;overflow-y:hidden;overflow-x:auto;scroll-behavior:smooth;overflow-y:hidden;overflow-x:auto}.single-product div.product .woocommerce-tabs .wc-tabs::-webkit-scrollbar{display:none}.single-product div.product .woocommerce-Tabs-panel--description ul,.single-product div.product .woocommerce-tabs-content ul{padding-inline-start:1.0625rem;padding-bottom:0}.single-product div.product .woocommerce-Tabs-panel--description strong,.single-product div.product .woocommerce-tabs-content strong{color:var(--gz-color-dark)}.single-product div.product .woocommerce-tabs-content :is(p,ul){margin-block-start:0.625rem;margin-block-end:0.625rem}.single-product div.product .woocommerce-tabs-content p:first-of-type{margin-top:0}@media (min-width:768px){.single-product div.product .woocommerce-tabs{padding-bottom:80px}.single-product div.product .woocommerce-tabs .wc-tabs{gap:60px;margin:0 0 38px 0}}.single-product div.product .woocommerce-Reviews{position:relative}.single-product div.product .woocommerce-Reviews .woocommerce-Reviews-title{margin-bottom:clamp(1.5rem,4vw,2.25rem)}.single-product div.product .woocommerce-Reviews .glozin-product-rating{margin-bottom:24px}.single-product div.product .woocommerce-Reviews .glozin-product-rating__count .glozin-svg-icon{font-size:16px;font-size:1rem}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar{gap:7px}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item{display:inline-flex;align-items:center}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item .sbar{margin-inline-start:15px;margin-inline-end:15px;width:200px}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item .bar-content{position:relative;width:100%;height:6px;background-color:var(--gz-border-color);border-radius:3px}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item .bar-content span{background-color:#ff9c05;display:block;height:100%;border-radius:3px}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item .bar-star{opacity:0}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item .bar-star.active{opacity:1}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item .bar-star--4{width:75%}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item .bar-star--3{width:50%}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item .bar-star--2{width:25%}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item .bar-star--1{width:5%}.single-product div.product .woocommerce-Reviews .glozin-product-rating__bar .star-item .glozin-svg-icon{font-size:12px;font-size:.75rem}.single-product div.product .woocommerce-Reviews .glozin-product-rating__button{width:100%}.single-product div.product .woocommerce-Reviews .glozin-product-rating__button button{width:100%}.single-product div.product .woocommerce-Reviews .glozin-review-form .comment-respond{text-align:center;margin:0 auto;padding:0;max-width:600px}.single-product div.product .woocommerce-Reviews .comment-respond{margin:0;padding:0}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form{margin:0}.single-product div.product .woocommerce-Reviews .comment-respond label{display:block;margin-bottom:8px}.single-product div.product .woocommerce-Reviews .comment-respond p{padding:0;margin-bottom:24px}.single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title{font-size:24px;font-size:1.5rem;font-weight:600;color:var(--gz-color-dark);display:block;margin-bottom:16px;text-transform:inherit}.single-product div.product .woocommerce-Reviews .comment-respond .comment-notes{display:block}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author{width:100%;float:none}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-rating{margin-bottom:24px}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars{margin:0;padding:0}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a{position:relative;display:inline-block;padding:0;color:#dcdcdc;font-size:0;text-indent:0;overflow:hidden}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a span{font-size:30px;font-size:1.875rem}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a::before{display:block;content:'';mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0ic3RhciIgdmlld0JveD0iMCAwIDEwIDEwIiBmaWxsPSJjdXJyZW50Q29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05Ljk3NjM1IDMuNzgxNDNDMTAuMDA4OSAzLjg4MzM1IDEwLjAxMjIgMy45ODg2OCA5Ljk4NjExIDQuMDk3NEM5Ljk2MDA3IDQuMjA2MTIgOS45MDQ3MyA0LjI5Nzg1IDkuODIwMSA0LjM3MjU5TDcuNjQyMzYgNi4zNzAzM0w4LjI4Njg5IDkuMzI2MTZDOC4zMDY0MiA5LjQzNDg4IDguMjk2NjYgOS41NDAyIDguMjU3NiA5LjY0MjEzQzguMjI1MDQgOS43NDQwNSA4LjE2NjQ1IDkuODI4OTkgOC4wODE4MSA5Ljg5Njk0QzcuOTkwNjcgOS45NjQ4OSA3Ljg5MzAxIDkuOTk4ODcgNy43ODg4NSA5Ljk5ODg3QzcuNjg0NjggMTAuMDA1NyA3LjU4NzAyIDkuOTgxODggNy40OTU4OCA5LjkyNzUyTDUuMDA1NjQgOC4zNjgwNkwyLjUxNTQxIDkuOTI3NTJDMi40NzYzNSA5Ljk0NzkxIDIuNDMwNzcgOS45NjQ4OSAyLjM3ODY5IDkuOTc4NDhDMi4zMzMxMiA5Ljk5MjA3IDIuMjg3NTQgOS45OTg4NyAyLjI0MTk3IDkuOTk4ODdDMi4xODk4OSA5Ljk5ODg3IDIuMTM0NTUgOS45ODg2OCAyLjA3NTk1IDkuOTY4MjlDMi4wMjM4NyA5Ljk1NDcgMS45NzUwNCA5LjkzMDkyIDEuOTI5NDcgOS44OTY5NEMxLjg0NDg0IDkuODI4OTkgMS43ODI5OSA5Ljc0NDA1IDEuNzQzOTIgOS42NDIxM0MxLjcxMTM3IDkuNTQwMiAxLjcwNDg2IDkuNDM0ODggMS43MjQzOSA5LjMyNjE2TDIuMzY4OTIgNi4zNzAzM0wwLjE5MTE4OSA0LjM3MjU5QzAuMTA2NTU0IDQuMjk3ODUgMC4wNTEyMTUzIDQuMjA2MTIgMC4wMjUxNzM2IDQuMDk3NEMtMC4wMDA4NjgwNTYgMy45ODg2OCAwLjAwMjM4NzE1IDMuODgzMzUgMC4wMzQ5MzkyIDMuNzgxNDNDMC4wNjc0OTEzIDMuNjcyNzEgMC4xMjI4MyAzLjU4NDM3IDAuMjAwOTU1IDMuNTE2NDJDMC4yODU1OSAzLjQ0ODQ3IDAuMzc5OTkxIDMuNDA3NyAwLjQ4NDE1OCAzLjM5NDExTDMuMzc0NzggMy4xMjkxMUw0LjUxNzM2IDAuMzM2MzUzQzQuNTU2NDIgMC4yMzQ0MjggNC42MjE1MyAwLjE1Mjg4OCA0LjcxMjY3IDAuMDkxNzMyN0M0LjgwMzgyIDAuMDMwNTc3NiA0LjkwMTQ4IDAgNS4wMDU2NCAwQzUuMTA5ODEgMCA1LjIwNzQ3IDAuMDMwNTc3NiA1LjI5ODYxIDAuMDkxNzMyN0M1LjM4OTc2IDAuMTUyODg4IDUuNDU0ODYgMC4yMzQ0MjggNS40OTM5MiAwLjMzNjM1M0w2LjYzNjUgMy4xMjkxMUw5LjUyNzEzIDMuMzk0MTFDOS42MzEyOSAzLjQwNzcgOS43MjI0NCAzLjQ0ODQ3IDkuODAwNTYgMy41MTY0MkM5Ljg4NTIgMy41ODQzNyA5Ljk0Mzc5IDMuNjcyNzEgOS45NzYzNSAzLjc4MTQzWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPg==");mask-repeat:no-repeat;mask-size:100%;-webkit-mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0ic3RhciIgdmlld0JveD0iMCAwIDEwIDEwIiBmaWxsPSJjdXJyZW50Q29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05Ljk3NjM1IDMuNzgxNDNDMTAuMDA4OSAzLjg4MzM1IDEwLjAxMjIgMy45ODg2OCA5Ljk4NjExIDQuMDk3NEM5Ljk2MDA3IDQuMjA2MTIgOS45MDQ3MyA0LjI5Nzg1IDkuODIwMSA0LjM3MjU5TDcuNjQyMzYgNi4zNzAzM0w4LjI4Njg5IDkuMzI2MTZDOC4zMDY0MiA5LjQzNDg4IDguMjk2NjYgOS41NDAyIDguMjU3NiA5LjY0MjEzQzguMjI1MDQgOS43NDQwNSA4LjE2NjQ1IDkuODI4OTkgOC4wODE4MSA5Ljg5Njk0QzcuOTkwNjcgOS45NjQ4OSA3Ljg5MzAxIDkuOTk4ODcgNy43ODg4NSA5Ljk5ODg3QzcuNjg0NjggMTAuMDA1NyA3LjU4NzAyIDkuOTgxODggNy40OTU4OCA5LjkyNzUyTDUuMDA1NjQgOC4zNjgwNkwyLjUxNTQxIDkuOTI3NTJDMi40NzYzNSA5Ljk0NzkxIDIuNDMwNzcgOS45NjQ4OSAyLjM3ODY5IDkuOTc4NDhDMi4zMzMxMiA5Ljk5MjA3IDIuMjg3NTQgOS45OTg4NyAyLjI0MTk3IDkuOTk4ODdDMi4xODk4OSA5Ljk5ODg3IDIuMTM0NTUgOS45ODg2OCAyLjA3NTk1IDkuOTY4MjlDMi4wMjM4NyA5Ljk1NDcgMS45NzUwNCA5LjkzMDkyIDEuOTI5NDcgOS44OTY5NEMxLjg0NDg0IDkuODI4OTkgMS43ODI5OSA5Ljc0NDA1IDEuNzQzOTIgOS42NDIxM0MxLjcxMTM3IDkuNTQwMiAxLjcwNDg2IDkuNDM0ODggMS43MjQzOSA5LjMyNjE2TDIuMzY4OTIgNi4zNzAzM0wwLjE5MTE4OSA0LjM3MjU5QzAuMTA2NTU0IDQuMjk3ODUgMC4wNTEyMTUzIDQuMjA2MTIgMC4wMjUxNzM2IDQuMDk3NEMtMC4wMDA4NjgwNTYgMy45ODg2OCAwLjAwMjM4NzE1IDMuODgzMzUgMC4wMzQ5MzkyIDMuNzgxNDNDMC4wNjc0OTEzIDMuNjcyNzEgMC4xMjI4MyAzLjU4NDM3IDAuMjAwOTU1IDMuNTE2NDJDMC4yODU1OSAzLjQ0ODQ3IDAuMzc5OTkxIDMuNDA3NyAwLjQ4NDE1OCAzLjM5NDExTDMuMzc0NzggMy4xMjkxMUw0LjUxNzM2IDAuMzM2MzUzQzQuNTU2NDIgMC4yMzQ0MjggNC42MjE1MyAwLjE1Mjg4OCA0LjcxMjY3IDAuMDkxNzMyN0M0LjgwMzgyIDAuMDMwNTc3NiA0LjkwMTQ4IDAgNS4wMDU2NCAwQzUuMTA5ODEgMCA1LjIwNzQ3IDAuMDMwNTc3NiA1LjI5ODYxIDAuMDkxNzMyN0M1LjM4OTc2IDAuMTUyODg4IDUuNDU0ODYgMC4yMzQ0MjggNS40OTM5MiAwLjMzNjM1M0w2LjYzNjUgMy4xMjkxMUw5LjUyNzEzIDMuMzk0MTFDOS42MzEyOSAzLjQwNzcgOS43MjI0NCAzLjQ0ODQ3IDkuODAwNTYgMy41MTY0MkM5Ljg4NTIgMy41ODQzNyA5Ljk0Mzc5IDMuNjcyNzEgOS45NzYzNSAzLjc4MTQzWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPg==");-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;background-color:#c4c4c4;width:24px;height:24px;transition:.4s}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a:hover~a{color:#c4c4c4}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a:hover~a::before{background-color:#c4c4c4}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars:hover a{color:#ff9c05}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars:hover a::before{background-color:#ff9c05}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a.active{color:#ff9c05}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a.active::before{background-color:#ff9c05}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a.active~a{color:#c4c4c4}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a.active~a::before{background-color:#c4c4c4}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a:not(.active){color:#ff9c05}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a:not(.active)::before{background-color:#ff9c05}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email{width:100%;float:none}.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-cookies-consent label{display:inline;text-transform:inherit}.single-product div.product .woocommerce-Reviews .comment-respond .form-submit{margin-top:20px;margin-bottom:0}.single-product div.product .woocommerce-Reviews .comment-respond .form-submit .glozin-form-review,.single-product div.product .woocommerce-Reviews .comment-respond .form-submit .submit{--gz-button-padding-left:calc(30 / 16* 1rem);--gz-button-padding-right:calc(30 / 16* 1rem)}.single-product div.product .woocommerce-Reviews ol.commentlist{margin:0;padding:0;list-style:none}.single-product div.product .woocommerce-Reviews ol.commentlist li{display:block;position:relative;padding:25px 0;border-top:1px solid var(--gz-border-color)}.single-product div.product .woocommerce-Reviews ol.commentlist li:last-child{padding-bottom:0}.single-product div.product .woocommerce-Reviews ol.commentlist li img.avatar{width:50px;height:50px;border:none;padding:0;border-radius:50%}.single-product div.product .woocommerce-Reviews ol.commentlist li .star-rating{font-size:16px;font-size:1rem}.single-product div.product .woocommerce-Reviews ol.commentlist li p.meta{margin:0}.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__author{display:block;font-weight:600;font-size:16px;font-size:1rem;color:var(--gz-color-dark)}.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__dash{display:none}.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__published-date{color:rgba(17,17,16,.6)}.single-product div.product .woocommerce-Reviews ol.commentlist li .description p{margin-top:0;margin-bottom:10px}.single-product div.product .woocommerce-Reviews .woocommerce-noreviews{margin-top:24px;margin-bottom:0}.single-product div.product .woocommerce-Reviews .star-rating{--gz-rating-spacing:4px;font-size:14px;font-size:.875rem}.single-product div.product .woocommerce-Reviews .star-rating span:last-child{margin-inline-end:0}@media (min-width:768px){.single-product div.product .woocommerce-Reviews .comment-respond .comment-form .form-submit .glozin-form-review,.single-product div.product .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit{--gz-button-padding-left:calc(55 / 16* 1rem);--gz-button-padding-right:calc(55 / 16* 1rem)}.single-product div.product .woocommerce-Reviews .glozin-review-form .comment-respond{padding:0 16px}.single-product div.product .woocommerce-Reviews .glozin-product-rating__button{width:auto}.single-product div.product .woocommerce-Reviews .glozin-product-rating__button button{min-width:240px}.single-product div.product .woocommerce-Reviews .glozin-form-review{min-width:240px}}@media (min-width:992px){.single-product div.product .glozin-product-rating__count{padding-inline-end:31px}.single-product div.product .glozin-product-rating__bar{padding-inline-start:40px;padding-inline-end:40px}.single-product div.product .glozin-product-rating__button{padding-inline-start:31px}.single-product div.product .woocommerce-Reviews .glozin-product-rating{margin-bottom:38px}}@media (min-width:1200px){.single-product div.product .glozin-product-rating__count{padding-inline-end:76px}.single-product div.product .glozin-product-rating__bar{padding-inline-start:3.4375rem;padding-inline-end:3.4375rem}.single-product div.product .glozin-product-rating__button{padding-inline-start:4.8125rem}}.single-product div.product .entry-summary:not(.elementor-widget)>:last-child{margin-bottom:0}.single-product div.product .gz-buy-now-button{--gz-button-bg-color:var(--gz-color-primary);--gz-button-border-color:var(--gz-color-primary);--gz-button-bg-color-hover:var(--gz-color-primary);--gz-button-border-color-hover:var(--gz-color-primary);margin-bottom:20px;width:100%}.single-product .sold-by-meta{margin-bottom:20px}.single-product .sold-by-meta img{max-height:16px;max-width:16px;margin-inline-end:8px;border-radius:100%}.single-product .sold-by-meta .vendor-name{position:relative;top:1px}.single-product .vendor-type-text{font-weight:400}.single-product .vendor-type-text a{color:var(--gz-color-base)}.single-product .vendor-type-text a:hover{color:var(--gz-color-primary)}@media (min-width:768px){.single-product div.product .woocommerce-product-gallery{width:50%}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid-2{width:55%}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--grid-2~.entry-summary{width:calc(45% - 30px)}.single-product div.product .entry-summary{width:calc(50% - 30px)}}.recently-viewed-products.ajax-loading{display:flex;align-items:center;justify-content:center;--gz-animation-state:running;position:relative;color:transparent;cursor:default;--gz-loading-color:var(--gz-color-dark);min-height:200px}.recently-viewed-products.ajax-loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.recently-viewed-products.ajax-loading+.recently-viewed-products__clear{display:none}.glozin-marquee{--gz-marquee-gap:65px;--gz-marquee-gap-item:65px;--gz-marquee-index:1;--gz-marquee-speed:15s;overflow:hidden}.glozin-marquee.hover-stop:hover .glozin-marquee__inner{animation-play-state:paused}.glozin-marquee.glozin-sale-flash-marquee{--gz-marquee-gap:20px}.glozin-marquee__inner{display:inline-flex;width:fit-content;height:100%;animation:marquee var(--gz-marquee-speed) linear infinite;will-change:transform}.glozin-marquee__items{display:inline-flex;width:max-content;gap:var(--gz-marquee-gap);margin-inline-end:var(--gz-marquee-gap)}.glozin-marquee--duplicate{position:absolute;inset-inline-start:calc(-100% * var(--gz-marquee-index) * -1)}.glozin-marquee__item{gap:var(--gz-marquee-gap-item);flex-shrink:0}@media (min-width:1025px){.glozin-sale-flash-marquee--enabled .product-featured-icons--second{bottom:50px}}@media (max-width:1199px) and (min-width:768px){ul.products.columns-4 li.product,ul.products.columns-5 li.product,ul.products.columns-6 li.product{width:33.33%}ul.products.tablet-col-1 li.product{width:100%}ul.products.tablet-col-2 li.product{width:50%}ul.products.tablet-col-3 li.product{width:33.33%}ul.products.tablet-col-4 li.product{width:25%}ul.products.tablet-col-5 li.product{width:20%}ul.products.tablet-col-6 li.product{width:16.66%}}@media (max-width:1199px){ul.products li.product .product-thumbnail .product-thumbnails--slider .swiper-button{display:none}ul.products li.product .product-variation-items--primary{bottom:20px}ul.products.product-card-button-atc-transfrom--top li.product .product-inner::after{display:none}ul.products.product-card-button-atc-transfrom--top li.product .product-summary{transform:translateY(-50px)}}@media (max-width:1024px){ul.products li.product .product-thumbnail .product-featured-icons .product-loop-button{--gz-button-height:35px;--gz-button-width:35px}ul.products li.product .product-thumbnail .product-featured-icons .product-loop-button-atc{--gz-button-height:35px;--gz-button-width:35px;opacity:1;transform:none;visibility:visible;display:inline-flex}ul.products li.product .product-thumbnail .product-featured-icons .product-loop-button-atc::before{display:block}ul.products li.product .product-thumbnail .product-featured-icons .product-loop-button-atc .glozin-svg-icon-original svg{height:15px;width:auto}ul.products li.product .glozin-badges-sale__countdown{display:none}ul.products .glozin-sale-flash-marquee--enabled .product-featured-icons--primary{bottom:40px}ul.products .glozin-sale-flash-marquee--enabled .product-featured-icons--primary.product-remove{bottom:auto}ul.products.mobile-show-featured-icons li.product .product-card-animation{visibility:visible;opacity:1;transform:none}ul.products.mobile-wishlist-button--hidden li.product .wcboost-wishlist-button{display:none}ul.products.mobile-compare-button--hidden li.product .wcboost-products-compare-button{display:none}ul.products.mobile-quick-view-button--hidden li.product .glozin-quickview-button:not(.product-loop-button-atc){display:none}ul.products.product-card-mobile-show-atc li.product .product-thumbnail .product-featured-icons--primary .product-loop-button-atc{display:none}ul.products.product-card-mobile-show-atc li.product .gz-button-add-to-cart-mobile{display:inline-flex}ul.products li.product .product-variation-items{gap:5px}ul.products li.product .product-variation-items .product-variation-item--color{width:24px;height:24px}ul.products li.product .product-variation-items .product-variation-item--color .product-variation-item__color{width:18px;height:18px}ul.products li.product .product-variation-items .product-variation-item--color.selected .product-variation-item__color,ul.products li.product .product-variation-items .product-variation-item--color:hover .product-variation-item__color{width:14px;height:14px}ul.products li.product .product-summary--relative{padding:15px 40px 15px 5px}ul.products li.product .product-summary--relative .glozin-rating{margin-top:0}ul.products li.product .gz-button-addtocart--absolute{--gz-button-height:40px;--gz-button-width:40px;top:37px}ul.products.product-card-button-atc-transfrom--top li.product .product-summary{transform:none}}@media (min-width:768px){ul.products{margin-inline-start:-15px;margin-inline-end:-15px}ul.products li.product{padding-left:15px;padding-right:15px}}@media (max-width:767px){ul.products.mobile-col-1 li.product{width:100%}ul.products.mobile-col-2 li.product{width:50%}ul.products.mobile-col-3 li.product{width:33.33%}ul.products.mobile-col-4 li.product{width:25%}ul.products.mobile-col-5 li.product{width:20%}ul.products.mobile-col-6 li.product{width:16.66%}.woocommerce-error a.button,.woocommerce-info a.button,.woocommerce-message a.button,.woocommerce-noreviews a.button,p.no-comments a.button{float:left;padding:3px 10px 0 0}ul.products{margin-inline-start:-7.5px;margin-inline-end:-7.5px}ul.products li.product{padding-left:7.5px;padding-right:7.5px;margin-bottom:30px}ul.products li.product .product-summary--relative{padding:10px 35px 15px 5px}ul.products li.product .product-summary--relative .glozin-rating{margin-top:0}ul.products li.product .gz-button-addtocart--absolute{--gz-button-height:32px;--gz-button-width:32px;top:32px}.woocommerce ul.order_details{flex-direction:column}.woocommerce-order-pay table.shop_table .product-name{gap:15px}}
/*!/wp-content/themes/glozin/assets/css/overlay.min.css*/
body .blockUI.blockOverlay{position:relative;background-color:rgba(255,255,255,.6)!important;background-image:none!important}.offscreen-panel{--gz-panel-content-width:430px;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1100;pointer-events:none;display:block}.offscreen-panel.modal-above-panel{z-index:1050}.offscreen-panel.modal-above-panel__quickadd{z-index:999}.offscreen-panel--open{pointer-events:auto}.offscreen-panel--open .panel__container{transform:translateX(0)}.offscreen-panel--open .panel__backdrop{cursor:var(--gz-cursor-close-icon) 25 25,auto;visibility:visible}.panel__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none;transition-delay:50ms;visibility:hidden}.panel__header{display:flex;align-items:center;justify-content:space-between;padding:15px 30px;margin:0;font-size:1.125rem;position:relative}.panel__header::after{content:'';position:absolute;bottom:0;left:30px;right:30px;border-bottom:1px solid var(--gz-border-color);width:calc(100% - 60px)}.panel__content{padding-left:30px;padding-right:30px;padding-top:30px}.panel__button-close,.products-recommended__button-close{cursor:pointer;transition:var(--gz-transition);font-size:13px;color:var(--gz-color-dark);opacity:.7;transition:transform .3s}.panel__button-close:hover,.products-recommended__button-close:hover{transform:rotate(180deg);color:var(--gz-color-dark);opacity:1}.panel__container{position:absolute;right:0;top:0;height:100%;max-width:var(--gz-panel-content-width);width:100%;margin:0;background-color:#fff;transition:transform .6s cubic-bezier(.7, 0, .2, 1);display:flex;flex-direction:column}.panel__footer{border-top:1px solid var(--gz-border-color);margin-top:10px;padding:15px 30px}.panel__footer:empty{display:none}.mobile-menu__divider{background-color:var(--gz-border-color);margin:15px auto;width:calc(100% - 64px)}@media (max-width:767px){.panel__container{--gz-panel-content-width:100%}}.account-panel__name{text-transform:capitalize;display:flex;align-items:center;justify-content:center;gap:15px}.account-panel__name img{max-width:20px;border-radius:100%}.account-panel__links{list-style:none;padding:10px 0;margin:0}.account-panel__links ul{list-style:none;padding:0}.account-panel__links li{padding:5px 0}.account-panel__links a{font-size:calc( 16/16 * 1rem);font-weight:500}.cart-panel{--gz-panel-content-width:480px}.cart-panel .panel__content{display:flex;flex-direction:column;flex:1;min-height:0;background-color:var(--gz-color-light);padding-top:0}.cart-panel .panel__header{background-color:var(--gz-color-light)}.cart-panel .panel__header:after{left:0;right:0;width:100%}.widget_shopping_cart_content{--gz-shopping-cart-content-offset:51px;display:flex;flex-direction:column;flex:1;min-height:0}.widget_shopping_cart_content .glozin-mini-cart-items{flex:1;margin:0;list-style:none;overflow:hidden;overflow-y:auto;padding-top:30px;margin-inline-end:-30px;padding-inline-end:30px;scrollbar-width:1px;scrollbar-color:var(--gz-color-light-grey);border-radius:var(--gz-modal-content-border-radius);padding-bottom:20px;min-height:0}.widget_shopping_cart_content .glozin-mini-cart-items::-webkit-scrollbar{width:4px}.widget_shopping_cart_content .glozin-mini-cart-items::-webkit-scrollbar-thumb{background-color:transparent;border-radius:8px}.widget_shopping_cart_content .glozin-mini-cart-items::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}.widget_shopping_cart_content .glozin-mini-cart-items::-webkit-scrollbar-track{background-color:rgba(255,255,255,.05)}.widget_shopping_cart_content .woocommerce-mini-cart-item{--gz-qty-input-rounded:min( var(--gz-input-rounded), 3px );display:flex;padding-top:20px;margin-bottom:20px;border-top:1px dashed var(--gz-border-color);border-bottom:none;padding-bottom:0;gap:15px}.widget_shopping_cart_content .woocommerce-mini-cart-item:first-child{padding-top:0}.widget_shopping_cart_content .woocommerce-mini-cart-item .quantity{--gz-quantity-height:35px;--gz-quantity-font-size-icon:9px;--gz-quantity-width:38px;border-radius:var(--gz-qty-input-rounded)}.widget_shopping_cart_content .woocommerce-mini-cart-item .quantity .glozin-qty-button{padding:0 10px}.widget_shopping_cart_content .woocommerce-mini-cart-item .quantity.hidden+.remove_from_cart_button{margin-inline-start:0}.widget_shopping_cart_content .woocommerce-mini-cart-item .glozin-product-quantity__text{font-size:calc( 12/16 * 1rem)}.widget_shopping_cart_content .woocommerce-mini-cart-item:first-child{border-top:none}.widget_shopping_cart_content .woocommerce-mini-cart-item .woocommerce-mini-cart-item__thumbnail{flex-basis:90px}.widget_shopping_cart_content .woocommerce-mini-cart-item .woocommerce-mini-cart-item__thumbnail img{max-width:100%}.widget_shopping_cart_content .woocommerce-mini-cart-item__summary{flex:1}.widget_shopping_cart_content .woocommerce-mini-cart-item__box{display:flex;flex-direction:column;justify-content:space-between;height:100%}.widget_shopping_cart_content .woocommerce-mini-cart-item__data{display:flex;flex-direction:column;justify-content:space-between;color:var(--gz-color-dark);line-height:20px}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .woocommerce-mini-cart-item__name{font-weight:600}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .price{font-weight:600;display:flex;align-items:center;gap:5px;padding-top:5px}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .price del{text-decoration:none;order:2}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .price del .woocommerce-Price-amount{position:relative}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .price del .woocommerce-Price-amount:after{content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:2px;background-color:rgba(0,0,0,.5)}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .price ins{order:1}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation{font-size:.8125rem;text-transform:capitalize;margin:2px 0 5px 0}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dt{font-weight:400;color:#666;display:inline-block}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dt:before{content:"|";display:inline-block;margin:0 4px 0 0}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dt:first-child:before{display:none}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dd{display:inline-block;margin:0;color:#666}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dd:first-child{margin-top:0}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dd:last-child{margin-bottom:0}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dd p{margin:0}.widget_shopping_cart_content .woocommerce-mini-cart-item__data .variation dd.variation-glozin{display:block}.widget_shopping_cart_content .woocommerce-mini-cart-item__qty{margin-top:6px;display:flex;align-items:flex-end;gap:5px;justify-content:space-between}.widget_shopping_cart_content .woocommerce-mini-cart-item__price{gap:5px;margin-top:5px}.widget_shopping_cart_content .woocommerce-mini-cart-item__price .gz-price-unit{font-size:calc( 14/16 * 1rem)}.widget_shopping_cart_content .woocommerce-mini-cart-item__actions{gap:10px}.widget_shopping_cart_content .glozin-mini-cart__coupons{margin-top:30px}.widget_shopping_cart_content .glozin-mini-cart__coupons+.woocommerce-mini-cart__total{margin-top:10px}.widget_shopping_cart_content .woocommerce-mini-cart__total{display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;color:var(--gz-color-dark);margin-top:30px;margin-bottom:10px}.widget_shopping_cart_content .woocommerce-mini-cart__total strong{font-weight:inherit;font-family:var(--gz-heading-font)}.widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount{font-weight:600}.widget_shopping_cart_content .woocommerce-mini-cart__total .price{display:inline-flex;align-items:center;gap:5px}.widget_shopping_cart_content .woocommerce-mini-cart__total ins{order:1;background-color:transparent;color:var(--gz-color-price-sale)}.widget_shopping_cart_content .woocommerce-mini-cart__total del{order:2;color:rgba(0,0,0,.5);font-size:calc( 18/16 * 1rem)}.widget_shopping_cart_content .woocommerce-mini-cart__total .tax_label{font-size:calc( 14/16 * 1rem);color:var(--gz-color-dark);line-height:1;margin-top:2px}.widget_shopping_cart_content .widget_shopping_cart_footer{padding:0 30px 30px 30px;margin-inline-start:-30px;margin-inline-end:-30px;background-color:var(--gz-color-light-grey);z-index:1;flex-shrink:0}.widget_shopping_cart_content .woocommerce-mini-cart__buttons{margin:0;display:flex;align-items:center;flex-direction:column;gap:15px}.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button{width:100%}.widget_shopping_cart_content .woocommerce-mini-cart__empty-message{margin:auto 0;position:relative;top:-70px;text-align:center;padding:0 40px}.widget_shopping_cart_content .woocommerce-mini-cart__empty-message .gz-button{min-width:243px}.widget_shopping_cart_content .woocommerce-remove-coupon{--gz-loading-color:var(--gz-color-dark);--gz-link-color-hover:var(--gz-color-dark);--gz-button-color:#111111;--gz-button-color-hover:var(--gz-button-color);--gz-button-bg-color:transparent;--gz-button-bg-color-hover:transparent;--gz-button-padding-top:0;--gz-button-padding-right:0;--gz-button-padding-bottom:3px;--gz-button-padding-left:0;--gz-button-rounded:0;--gz-button-border-color:currentColor;--gz-button-border-color-hover:currentColor;--transform-origin-end:right;--transform-origin-start:left;border:none;position:relative}.widget_shopping_cart_content .woocommerce-remove-coupon:before{display:none}.widget_shopping_cart_content .woocommerce-remove-coupon:after{content:"";width:100%;height:var(--gz-button-border-width);background:var(--gz-button-border-color);position:absolute;inset-inline-start:0;bottom:0;transform:scaleX(1);transform-origin:var(--transform-origin-end)}.widget_shopping_cart_content .woocommerce-remove-coupon:hover:after{background:var(--gz-button-border-color-hover);transform:scaleX(1);transform-origin:var(--transform-origin-start);animation:text-underlined .8s cubic-bezier(.01,.56,1,1)}.widget_shopping_cart_content .woocommerce-remove-coupon.loading{--gz-animation-state:running;position:relative;color:transparent;cursor:default}.widget_shopping_cart_content .woocommerce-remove-coupon.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.glozin-checkout-limit+.widget_shopping_cart_content{--gz-shopping-cart-content-offset:110px}.glozin-free-shipping-bar+.widget_shopping_cart_content{--gz-shopping-cart-content-offset:148px}.glozin-free-shipping-bar+.glozin-checkout-limit+.widget_shopping_cart_content{--gz-shopping-cart-content-offset:207px}.glozin-mini-products-recommended{display:none;background-color:var(--gz-color-light)}.glozin-mini-products-recommended .products-recommended-header{padding:18px 30px;position:sticky;top:0;z-index:1;background-color:var(--gz-color-light)}.glozin-mini-products-recommended ul.products{margin-inline-start:0;margin-inline-end:0;padding:30px 15px}.glozin-mini-products-recommended ul.products li.product{flex-direction:column}.glozin-mini-products-recommended ul.products li.product .button{margin-inline-end:auto;margin-inline-start:auto}.glozin-mini-products-recommended .product__summary{align-items:center;text-align:center}.glozin-mini-products-recommended .product__summary .product__title{line-height:normal;display:inline-block;padding-bottom:10px}.glozin-mini-products-recommended .product__summary .glozin-rating{margin-top:0}.glozin-mini-products-recommended-carousel{margin-inline-start:-30px;margin-inline-end:-30px}.glozin-mini-products-recommended-carousel .glozin-product-carousel{--gz-border-color:var(--gz-color-dark);padding:15px}.glozin-mini-products-recommended-carousel .gz-product-list-item{align-items:start}.glozin-mini-products-recommended-carousel .product-thumbnail{max-width:90px}.glozin-mini-products-recommended-carousel .gz-add-to-cart-button{margin-inline-end:auto;margin-top:12px}.glozin-mini-products-recommended-carousel .swiper-pagination{margin-top:20px}.glozin-note-estimate-coupon{margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}.glozin-note-estimate-coupon__popover .woocommerce-remove-coupon{--gz-loading-color:var(--gz-color-dark);--gz-link-color-hover:var(--gz-color-dark);--gz-button-color:#111111;--gz-button-color-hover:var(--gz-button-color);--gz-button-bg-color:transparent;--gz-button-bg-color-hover:transparent;--gz-button-padding-top:0;--gz-button-padding-right:0;--gz-button-padding-bottom:3px;--gz-button-padding-left:0;--gz-button-rounded:0;--gz-button-border-color:currentColor;--gz-button-border-color-hover:currentColor;--transform-origin-end:right;--transform-origin-start:left;border:none;position:relative}.glozin-note-estimate-coupon__popover .woocommerce-remove-coupon:before{display:none}.glozin-note-estimate-coupon__popover .woocommerce-remove-coupon:after{content:"";width:100%;height:var(--gz-button-border-width);background:var(--gz-button-border-color);position:absolute;inset-inline-start:0;bottom:0;transform:scaleX(1);transform-origin:var(--transform-origin-end)}.glozin-note-estimate-coupon__popover .woocommerce-remove-coupon:hover:after{background:var(--gz-button-border-color-hover);transform:scaleX(1);transform-origin:var(--transform-origin-start);animation:text-underlined .8s cubic-bezier(.01,.56,1,1)}.glozin-note-estimate-coupon__popover .woocommerce-remove-coupon.loading{--gz-animation-state:running;position:relative;color:transparent;cursor:default}.glozin-note-estimate-coupon__popover .woocommerce-remove-coupon.loading::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}@media (min-width:1025px){.glozin-mini-products-recommended{position:fixed;width:235px;transform:translate(0);transition:transform .5s cubic-bezier(.25, .46, .4, 1),all .5s,opacity .5s .2s;display:flex;flex-direction:column;border-right:1px solid var(--gz-border-color);padding:0;border-top:0;inset-inline-start:0;top:0;bottom:0;z-index:-1;opacity:0;visibility:hidden;pointer-events:none;overflow:auto}.glozin-mini-products-recommended.mini--open{transform:translate(-100%);opacity:1;visibility:visible;pointer-events:auto}}@media (min-width:1025px) and (pointer:fine) and (prefers-reduced-motion:no-preference){body:not(.button-eff-hover-disabled) .glozin-note-estimate-coupon__popover .shipping-calculator-form .button:not(.loading){position:relative;overflow:hidden;z-index:1}body:not(.button-eff-hover-disabled) .glozin-note-estimate-coupon__popover .shipping-calculator-form .button:not(.loading):after,body:not(.button-eff-hover-disabled) .glozin-note-estimate-coupon__popover .shipping-calculator-form .button:not(.loading):before{content:'';z-index:-1;transition:transform .4s cubic-bezier(.75, 0, .125, 1);position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;transform:translate(-100%)}body:not(.button-eff-hover-disabled) .glozin-note-estimate-coupon__popover .shipping-calculator-form .button:not(.loading):before{background-color:var(--gz-button-eff-bg-color-hover)}body:not(.button-eff-hover-disabled) .glozin-note-estimate-coupon__popover .shipping-calculator-form .button:not(.loading):after{background-color:var(--gz-button-bg-color-hover)}body:not(.button-eff-hover-disabled) .glozin-note-estimate-coupon__popover .shipping-calculator-form .button:not(.loading):hover:before{transform:translate(0)}body:not(.button-eff-hover-disabled) .glozin-note-estimate-coupon__popover .shipping-calculator-form .button:not(.loading):hover:after{transform:translate(0);transition-delay:175ms}}@media (max-width:767px){.widget_shopping_cart_content .widget_shopping_cart_footer{padding-bottom:20px}.widget_shopping_cart_content .woocommerce-mini-cart__total{margin-top:20px}}.hamburger-panel .panel__header:after{display:none}.hamburger-panel .panel__container{--gz-panel-content-width:430px;overflow:hidden}.hamburger-panel .panel__button-close{color:var(--gz-color-on-primary);opacity:1}.hamburger-panel .panel__menu-items li a{color:var(--gz-color-light);opacity:.6;transition:.4s cubic-bezier(.3, 1, .3, 1)}.hamburger-panel .panel__menu-items li a.active{opacity:1}.hamburger-panel .panel__content-items{display:none}.hamburger-panel .panel__content-items.active{display:block}.hamburger-panel .panel__content{overscroll-behavior-y:contain;overflow-y:auto;flex:1 1 auto;padding-bottom:30px;padding-top:0;scrollbar-width:1px;scrollbar-color:var(--gz-color-light-grey);border-radius:var(--gz-modal-content-border-radius)}.hamburger-panel .panel__content::-webkit-scrollbar{width:5px}.hamburger-panel .panel__content::-webkit-scrollbar-thumb{background-color:transparent;border-radius:8px}.hamburger-panel .panel__content::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.16)}.hamburger-panel .panel__content::-webkit-scrollbar-track{background-color:rgba(255,255,255,.05)}.hamburger-panel .panel__footer{flex-wrap:wrap;align-items:center;gap:30px;background-color:#fff;position:relative;z-index:10}.hamburger-panel ul{list-style:none;margin:0;padding:0}.hamburger-panel ul.menu li{border-bottom:1px solid var(--gz-border-color);padding:18px 0 17px;line-height:1.2}.hamburger-panel ul.menu li a{display:flex}.hamburger-panel ul.menu li a::after{display:none}.hamburger-panel ul.menu li.menu-item--widget-banner{border-bottom:none}.hamburger-panel ul.menu li .mega-menu__link-text:after{display:none}.hamburger-panel ul.menu li .menu-item-icon{max-width:40px;--gz-image-rounded:100%}.hamburger-panel ul.menu li .menu-item-badge{position:relative;border-radius:2px;padding:5px 5px 5px 5px;margin-inline-start:10px}.hamburger-panel ul.menu li .menu-item-badge:after{top:0;bottom:0;inset-inline-start:0;transform:translate(-95%);-webkit-transform:translateX(-95%);border:4px solid transparent;border-right-color:var(--gz-menu-item-badge-bg);margin:auto;border-top-color:transparent}.hamburger-panel ul.menu li .mega-menu-container,.hamburger-panel ul.menu li .menu-item--widget-image{border-bottom:none}.hamburger-panel ul.menu>li>a{font-weight:600}.hamburger-panel ul.menu li.menu-item-has-children>a{position:relative}.hamburger-panel ul.menu li.menu-item-has-children>a:after{content:" ";position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);mask:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTEuMDY3MjUgOC44MDQwMkMwLjk1MDI5MiA4LjkzNDY3IDAuODA0MDk0IDkgMC42Mjg2NTUgOUMwLjQ1MzIxNiA5IDAuMzA3MDE4IDguOTM0NjcgMC4xOTAwNTggOC44MDQwMkMwLjA2MzM1MjggOC42ODM0MiAwIDguNTM3NjkgMCA4LjM2NjgzQzAgOC4xODU5MyAwLjA2MzM1MjggOC4wMzAxNSAwLjE5MDA1OCA3Ljg5OTVMMy40OTQxNSA0LjQ5MjQ2TDAuMTkwMDU4IDEuMDg1NDNDMC4wNjMzNTI4IDAuOTY0ODI0IDAgMC44MTkwOTUgMCAwLjY0ODI0MUMwIDAuNDY3MzM3IDAuMDYzMzUyOCAwLjMxMTU1OCAwLjE5MDA1OCAwLjE4MDkwNUMwLjMwNzAxOCAwLjA2MDMwMTUgMC40NTMyMTYgMCAwLjYyODY1NSAwQzAuODA0MDk0IDAgMC45NTAyOTIgMC4wNjAzMDE1IDEuMDY3MjUgMC4xODA5MDVMNC44MDk5NCA0LjA0MDJDNC45MzY2NSA0LjE3MDg1IDUgNC4zMjY2MyA1IDQuNTA3NTRDNSA0LjY3ODM5IDQuOTM2NjUgNC44MjQxMiA0LjgwOTk0IDQuOTQ0NzJMMS4wNjcyNSA4LjgwNDAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==") no-repeat;-webkit-mask:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTEuMDY3MjUgOC44MDQwMkMwLjk1MDI5MiA4LjkzNDY3IDAuODA0MDk0IDkgMC42Mjg2NTUgOUMwLjQ1MzIxNiA5IDAuMzA3MDE4IDguOTM0NjcgMC4xOTAwNTggOC44MDQwMkMwLjA2MzM1MjggOC42ODM0MiAwIDguNTM3NjkgMCA4LjM2NjgzQzAgOC4xODU5MyAwLjA2MzM1MjggOC4wMzAxNSAwLjE5MDA1OCA3Ljg5OTVMMy40OTQxNSA0LjQ5MjQ2TDAuMTkwMDU4IDEuMDg1NDNDMC4wNjMzNTI4IDAuOTY0ODI0IDAgMC44MTkwOTUgMCAwLjY0ODI0MUMwIDAuNDY3MzM3IDAuMDYzMzUyOCAwLjMxMTU1OCAwLjE5MDA1OCAwLjE4MDkwNUMwLjMwNzAxOCAwLjA2MDMwMTUgMC40NTMyMTYgMCAwLjYyODY1NSAwQzAuODA0MDk0IDAgMC45NTAyOTIgMC4wNjAzMDE1IDEuMDY3MjUgMC4xODA5MDVMNC44MDk5NCA0LjA0MDJDNC45MzY2NSA0LjE3MDg1IDUgNC4zMjY2MyA1IDQuNTA3NTRDNSA0LjY3ODM5IDQuOTM2NjUgNC44MjQxMiA0LjgwOTk0IDQuOTQ0NzJMMS4wNjcyNSA4LjgwNDAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==") no-repeat;-webkit-mask-size:cover;mask-size:cover;width:6px;height:11px;transform:translateY(-50%);margin-top:0;background-color:currentColor;display:inline-block}.hamburger-panel ul.menu li.menu-item-has-children>a .toggle-menu-children{position:absolute;width:32px;top:0;bottom:0;inset-inline-end:-11px;cursor:pointer;z-index:1}.hamburger-panel ul.menu li.menu-item-has-children.active>a::after{transform:translateY(-50%)}.hamburger-panel ul.menu li.menu-item-has-children>ul.sub-menu{position:absolute;top:0;left:0;right:auto;transform:translateX(100%);pointer-events:none;width:100%;background-color:#fff;height:calc(100svh - var(--gz-mobile-footer-height,0px));overflow-y:auto;overflow-x:hidden;padding:0 30px 30px;z-index:9;transition:transform .6s cubic-bezier(.7, 0, .2, 1);scroll-behavior:smooth;scrollbar-color:#7c818b rgba(236,240,244,0.3);scrollbar-width:thin;display:block;margin:0}.hamburger-panel ul.menu li.menu-item-has-children>ul.sub-menu li a:not(:hover):not(.gz-button){color:var(--gz-color-base)}.hamburger-panel ul.menu li.menu-item-has-children>ul.sub-menu li a{font-size:1rem}.hamburger-panel ul.menu li.menu-item-has-children>ul.sub-menu .submenu-items--heading{background-color:#f5f5f5;padding:18px 30px;border-bottom:1px solid var(--gz-border-color);margin-inline-start:-30px;margin-inline-end:-30px;position:sticky;top:0;z-index:9;display:flex;align-items:center;justify-content:space-between;color:var(--gz-color-dark);cursor:pointer}.hamburger-panel ul.menu li.menu-item-has-children>ul.sub-menu .submenu__button-back{font-size:.6875rem}.hamburger-panel ul.menu li.menu-item-has-children>ul.sub-menu .panel__button-close{color:var(--gz-color-dark)}.hamburger-panel ul.menu li.menu-item-has-children.submenu--open>ul.sub-menu{transform:translateX(0);pointer-events:auto}.hamburger-panel ul.menu li.menu-item-has-children.megamenu--open>ul.sub-menu{overflow:hidden}.hamburger-panel ul.menu .menu-item-has-container-custom .mega-menu--grid{max-width:100%}.hamburger-panel .mobile-category-menu ul.menu li.menu-item-has-icon{padding:10px 0}.hamburger-panel .mega-menu .mega-menu-container{padding:0;width:100%!important}.hamburger-panel .mega-menu .mega-menu__row{flex-direction:column;margin:0}.hamburger-panel .mega-menu ul.mega-menu__column{padding:0;width:100%!important}.hamburger-panel .mega-menu ul.mega-menu__column>li.sub-menu{position:absolute;top:0;left:0;right:auto;transform:translateX(100%);pointer-events:none;width:100%;background-color:#fff;height:100%;overflow-y:auto;padding:0 30px 30px;z-index:9999;transition:transform .6s cubic-bezier(.7, 0, .2, 1);scroll-behavior:smooth;scrollbar-color:#7c818b rgba(236,240,244,0.3);scrollbar-width:thin;display:block;margin:0}.hamburger-panel .mega-menu ul.mega-menu__column>li.sub-menu li a:not(:hover):not(.gz-button){color:var(--gz-color-base)}.hamburger-panel .mega-menu ul.mega-menu__column>li.sub-menu li a{font-size:1rem}.hamburger-panel .mega-menu ul.mega-menu__column.submenu--open>li.sub-menu.active{transform:translateX(0);pointer-events:auto}.hamburger-panel .mega-menu ul.mega-menu__column .mega-menu__badge{position:relative;border-radius:2px;padding:6px 5px 4px 5px;top:-1px}.hamburger-panel .mega-menu ul.mega-menu__column .mega-menu__badge:after{content:'';height:0;position:absolute;width:0;top:0;bottom:0;left:0;transform:translate(-95%);-webkit-transform:translateX(-95%);border:4px solid transparent;border-right-color:var(--gz-menu-item-badge-bg-color);margin:auto;border-top-color:transparent}.hamburger-panel .mega-menu .sub-menu--widget-heading{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--gz-border-color)}.hamburger-panel .mega-menu .menu-item--widget-heading{color:var(--gz-color-dark);cursor:pointer}.hamburger-panel .mega-menu .menu-item--widget-heading .menu-item--widget-heading-title{position:relative;display:flex;padding:1px 0}.hamburger-panel .mega-menu .menu-item--widget-heading.megamenu-item-has-children .menu-item--widget-heading-title:after{content:" ";position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);mask:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTEuMDY3MjUgOC44MDQwMkMwLjk1MDI5MiA4LjkzNDY3IDAuODA0MDk0IDkgMC42Mjg2NTUgOUMwLjQ1MzIxNiA5IDAuMzA3MDE4IDguOTM0NjcgMC4xOTAwNTggOC44MDQwMkMwLjA2MzM1MjggOC42ODM0MiAwIDguNTM3NjkgMCA4LjM2NjgzQzAgOC4xODU5MyAwLjA2MzM1MjggOC4wMzAxNSAwLjE5MDA1OCA3Ljg5OTVMMy40OTQxNSA0LjQ5MjQ2TDAuMTkwMDU4IDEuMDg1NDNDMC4wNjMzNTI4IDAuOTY0ODI0IDAgMC44MTkwOTUgMCAwLjY0ODI0MUMwIDAuNDY3MzM3IDAuMDYzMzUyOCAwLjMxMTU1OCAwLjE5MDA1OCAwLjE4MDkwNUMwLjMwNzAxOCAwLjA2MDMwMTUgMC40NTMyMTYgMCAwLjYyODY1NSAwQzAuODA0MDk0IDAgMC45NTAyOTIgMC4wNjAzMDE1IDEuMDY3MjUgMC4xODA5MDVMNC44MDk5NCA0LjA0MDJDNC45MzY2NSA0LjE3MDg1IDUgNC4zMjY2MyA1IDQuNTA3NTRDNSA0LjY3ODM5IDQuOTM2NjUgNC44MjQxMiA0LjgwOTk0IDQuOTQ0NzJMMS4wNjcyNSA4LjgwNDAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==") no-repeat;-webkit-mask:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTEuMDY3MjUgOC44MDQwMkMwLjk1MDI5MiA4LjkzNDY3IDAuODA0MDk0IDkgMC42Mjg2NTUgOUMwLjQ1MzIxNiA5IDAuMzA3MDE4IDguOTM0NjcgMC4xOTAwNTggOC44MDQwMkMwLjA2MzM1MjggOC42ODM0MiAwIDguNTM3NjkgMCA4LjM2NjgzQzAgOC4xODU5MyAwLjA2MzM1MjggOC4wMzAxNSAwLjE5MDA1OCA3Ljg5OTVMMy40OTQxNSA0LjQ5MjQ2TDAuMTkwMDU4IDEuMDg1NDNDMC4wNjMzNTI4IDAuOTY0ODI0IDAgMC44MTkwOTUgMCAwLjY0ODI0MUMwIDAuNDY3MzM3IDAuMDYzMzUyOCAwLjMxMTU1OCAwLjE5MDA1OCAwLjE4MDkwNUMwLjMwNzAxOCAwLjA2MDMwMTUgMC40NTMyMTYgMCAwLjYyODY1NSAwQzAuODA0MDk0IDAgMC45NTAyOTIgMC4wNjAzMDE1IDEuMDY3MjUgMC4xODA5MDVMNC44MDk5NCA0LjA0MDJDNC45MzY2NSA0LjE3MDg1IDUgNC4zMjY2MyA1IDQuNTA3NTRDNSA0LjY3ODM5IDQuOTM2NjUgNC44MjQxMiA0LjgwOTk0IDQuOTQ0NzJMMS4wNjcyNSA4LjgwNDAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==") no-repeat;-webkit-mask-size:cover;mask-size:cover;width:6px;height:11px;margin-top:0;background-color:currentColor;display:inline-block}.hamburger-panel .mega-menu .menu-item--widget-heading.megamenu-item-has-children .menu-item--widget-heading-title .toggle-menu-children{position:absolute;width:32px;top:0;bottom:0;right:-11px;cursor:pointer;z-index:1}.hamburger-panel .mobile-custom-menu ul.menu>li>a{font-weight:400}.hamburger-panel .glozin-currency-language .preferences-menu__item-child a.active{font-weight:600}.hamburger-panel .glozin-currency-language .current{color:var(--gz-color-dark)}.modal{--gz-modal-content-width:700px;--gz-modal-container-padding:0px;--gz-modal-content-padding-y:20px;--gz-modal-content-padding-x:20px;--gz-modal-content-border-radius:15px 15px 0px 0px;--duration-long:.4s;position:fixed;top:0;bottom:0;left:0;right:0;display:none;z-index:1000}.modal.loading{pointer-events:none}.modal .modal .modal__backdrop{top:-100%;left:-100%;right:-100%;bottom:-100%;width:auto;height:auto}.modal--open:not(.loading){visibility:visible}.modal--open:not(.loading) .modal__container{transform:none;transition:transform .4s cubic-bezier(.7, 0, .2, 1) .2s}.modal--closing .modal__container{transform:translateY(100%);transition:transform .4s cubic-bezier(.7, 0, .2, 1)}.modal--closing .modal__backdrop{transition:none}.animation-slide{--gz-modal-content-border-radius:0px;animation:none}.animation-slide.modal--closing,.animation-slide.modal--open:not(.loading){animation:none;opacity:1!important}.animation-slide.modal--closing .modal__container,.animation-slide.modal--open:not(.loading) .modal__container{animation:none;transition:transform .6s cubic-bezier(.7, 0, .2, 1)}.animation-slide.modal--open:not(.loading) .modal__container{transform:translate(0)}.animation-slide .modal__container{top:0;left:auto;right:0;transform:translateX(100%)}.animation-slide.animation-slide--right .modal__container{top:0;right:0;left:auto;transform:translateX(100%)}.animation-slide.animation-slide--right.modal--closing .modal__container,.animation-slide.animation-slide--right.modal--open:not(.loading) .modal__container{transition:transform .6s cubic-bezier(.7, 0, .2, 1)}.animation-slide.animation-slide--left .modal__container{top:0;left:0;right:auto;transform:translateX(-100%)}.animation-slide.animation-slide--left.modal--closing .modal__container,.animation-slide.animation-slide--left.modal--open:not(.loading) .modal__container{transition:transform .6s cubic-bezier(.7, 0, .2, 1)}.modal__container{display:flex;flex-direction:column;flex-wrap:nowrap;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);width:100%;padding:var(--gz-modal-container-padding);max-width:var(--gz-modal-content-width);max-height:85vh;pointer-events:none;transform-origin:center;overflow:hidden;border-radius:var(--gz-modal-content-border-radius)}.modal__header{padding:0 0 var(--gz-modal-content-padding-y);display:flex;align-items:center;justify-content:space-between}.modal__header+.modal__wrapper{padding-top:0}.modal__button-close{cursor:pointer;transition:var(--gz-transition);font-size:13px;color:var(--gz-color-dark);opacity:.7;pointer-events:auto}.modal__button-close .glozin-svg-icon{transition:transform .3s}.modal__button-close:hover{opacity:1;color:var(--gz-color-dark)}.modal__button-close:hover .glozin-svg-icon{transform:rotate(180deg)}.modal__title{margin:0;line-height:1}.modal__wrapper{position:relative;box-shadow:0 4px 8px 0 rgba(0,0,0,.16);background-color:#fff;margin:0;overflow-y:auto;overflow-x:hidden;pointer-events:auto;scroll-behavior:smooth;scrollbar-width:auto;scrollbar-color:var(--gz-color-light-grey);border-radius:var(--gz-modal-content-border-radius)}.modal__wrapper::-webkit-scrollbar{width:4px;border-radius:30px}.modal__wrapper::-webkit-scrollbar-track{background:#fff}.modal__wrapper::-webkit-scrollbar-thumb{background-color:var(--gz-color-light-grey);border-radius:30px}.modal__wrapper::-webkit-scrollbar-thumb:hover{background-color:var(--gz-color-dark)}.modal__header{--gz-modal-header-padding-y:20px;--gz-modal-header-padding-x:30px;padding:var(--gz-modal-header-padding-y) var(--gz-modal-header-padding-x)}.modal__content{padding:var(--gz-modal-content-padding-y) var(--gz-modal-content-padding-x)}.modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}body.modal-opened{overflow:hidden}body.modal-opened .modal__backdrop{cursor:var(--gz-cursor-close-icon) 25 25,auto}@media (min-width:768px){.modal{--gz-modal-container-padding:20px;--gz-modal-content-padding-y:40px;--gz-modal-content-padding-x:40px;--gz-modal-content-border-radius:15px}.modal--open:not(.loading){visibility:visible;animation:fadeIn var(--duration-long,.5s) forwards}.modal--open:not(.loading) .modal__container{animation:zoomInCenter .35s ease forwards;transition:transform .6s cubic-bezier(.7, 0, .2, 1)}.modal--closing .modal__container{animation:zoomOutCenter .35s ease forwards;transition:transform .6s cubic-bezier(.7, 0, .2, 1)}.animation-slide.animation-slide--top .modal__container{top:0;left:0;right:auto;transform:translateY(-120%)}.modal__container{max-height:80vh;top:50%;bottom:auto;left:50%;right:auto;transform:translate(-50%,-50%)}}@media (max-width:767px){.modal__button-close{--gz-button-bg-color:#fff;box-shadow:5px 0 30px #00000014;border-radius:50%}.elementor-editor-active .modal__container{transform:none}.modal--open{opacity:1!important}}.search-modal{--gz-modal-container-padding:0px;--gz-modal-content-border-radius:0px}.search-modal .search-modal__field{padding-top:14px;padding-bottom:14px;padding-inline-start:20px;padding-inline-end:40px}.search-modal .search-modal__button{--gz-button-width:44px;--gz-button-height:100%}.search-modal .close-search-results{--gz-button-width:30px}.search-modal .modal__content-loading .bg-content-loading{animation:none}.search-modal .modal__container{height:100%;max-height:100%}.search-modal .modal__container .gz-instant-search__button{--gz-button-color:var(--gz-color-dark)}.search-modal .modal__container.searching .close-search-results{opacity:1;visibility:visible;--gz-animation-state:running;position:relative;color:transparent;cursor:default;position:absolute}.search-modal .modal__container.searching .close-search-results::before{display:inline-block;content:"";width:14px;height:14px;mask-image:url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");mask-size:100%;background-color:var(--gz-loading-color);position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin .8s infinite linear var(--gz-animation-state);transform:none}.search-modal .modal__container.searching .modal__content-results,.search-modal .modal__container.searching .modal__content-suggestion{display:none}.search-modal .modal__container.searched .close-search-results:focus,.search-modal .modal__container.searched .close-search-results:hover{opacity:1;visibility:visible}.search-modal .modal__container.searched .gz-instant-search__field:focus~.close-search-results,.search-modal .modal__container.searched .gz-instant-search__field:hover~.close-search-results{opacity:1;visibility:visible}.search-modal .modal__container.searched.actived .close-search-results{opacity:1;visibility:visible}.search-modal .modal__container:not(.searching) .modal__content-loading{display:none}.search-modal .modal__container.found-no-product .header-search__trending{display:none}.search-modal .modal__wrapper{height:100%}.search-modal ul.products li.product .rounded-product-image,.search-modal ul.products li.product .rounded-product-image img{border-radius:calc(min(10px,var(--gz-image-rounded-product-card)))}.search-modal ul.products li.product .product-thumbnail>*{display:none}.search-modal ul.products li.product .product-thumbnail .product-video-loop-thumbnail,.search-modal ul.products li.product .product-thumbnail>a{display:block}.search-modal ul.products li.product .product-summary .gz-button-add-to-cart-mobile,.search-modal ul.products li.product .product-summary .product-loop-button-atc,.search-modal ul.products li.product .product-summary .product-variation-items{display:none}.search-modal .destroy-swiper ul.products{flex-wrap:wrap;flex-direction:column;transform:none!important}.search-modal .destroy-swiper ul.products li.product{width:100%!important;flex-shrink:0;margin:0 0 15px 0;border-bottom:1px dashed var(--gz-border-color);padding-bottom:15px}.search-modal .destroy-swiper ul.products li.product .product-inner{display:flex;flex-direction:row;gap:15px;align-items:center}.search-modal .destroy-swiper ul.products li.product .product-thumbnail{width:70px}.search-modal .destroy-swiper ul.products li.product .product-summary{flex-grow:1;text-align:start;justify-content:flex-start;align-items:flex-start;margin:0}.search-modal .destroy-swiper ul.products li.product .product-summary .product-loop-button-atc{display:none}.search-modal .destroy-swiper ul.products li.product:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.search-type-popup{--gz-modal-content-width:480px;--gz-modal-content-padding-y:0px;--gz-modal-content-padding-x:0px}.search-type-popup .modal__button-close{width:30px;height:44px;box-shadow:none}.search-type-popup .modal__header{--gz-modal-header-padding-y:0px;--gz-modal-header-padding-x:0px}.search-type-popup .modal__wrapper{padding:30px 15px;max-height:100vh}.search-type-sidebar{--gz-modal-content-width:480px;--gz-modal-content-padding-y:30px;--gz-modal-content-padding-x:30px}.search-type-sidebar .modal__header{--gz-modal-header-padding-y:0px;--gz-modal-header-padding-x:0px}.search-type-sidebar .modal__button-close{position:absolute;top:18px;inset-inline-end:30px}.search-type-sidebar .modal__container{height:100%}.search-type-sidebar .modal__wrapper{max-height:100%}.search-type-sidebar .container-xxl{padding:0}.search-type-sidebar .modal__content-loading,.search-type-sidebar .modal__content-results,.search-type-sidebar .modal__content-suggestion{margin-top:0}.search-type-sidebar .modal__content-loading .gz-products{flex-direction:column;gap:10px;margin:0}.search-type-sidebar .modal__content-loading .gz-product-card{width:100%;max-width:100%;padding:0;flex-direction:row}.search-type-sidebar .modal__content-loading .gz-product-card_img{width:96px;height:96px}.search-type-sidebar .modal__content-loading .gz-product-card__info{flex-grow:1;align-items:flex-start}.search-type-sidebar .modal__content-loading .gz-product-card_txt{width:80%}.search-type-sidebar .modal__content-loading .gz-product-card_txt:first-child{width:20%}.search-type-sidebar .modal__content-loading .gz-product-card_txt:last-child{width:40%}.search-type-sidebar .results-content{flex-direction:column}.search-type-sidebar .results-content__left{border-top:1px solid var(--gz-border-color);padding-top:30px;order:2}.search-type-sidebar .results-content__right{order:1}.header-search__trending{--gz-button-padding-top:10px;--gz-button-padding-right:20px;--gz-button-padding-bottom:10px;--gz-button-padding-left:20px;--gz-button-font-weight:normal}.header-search__trending .gz-button-outline{--gz-button-color:var(--gz-color-base);--gz-button-color-hover:var(--gz-color-dark);--gz-button-border-color:var(--gz-border-color);--gz-button-border-color-hover:var(--gz-border-color);--gz-button-bg-color-hover:var(--gz-color-light-grey)}.modal__content-results mark{background-color:#ffff3d;color:var(--gz-color-dark);font-weight:600}.results-content-suggestions a{--gz-link-color:var(--gz-color-base)}.modal__content-loading{--gz-col-gap:7.5px;--gz-content-loading-bg:rgba( 39, 39, 39, 0.15 )}.modal__content-loading .bg-content-loading{background-color:var(--gz-content-loading-bg);animation:pulse 2.5s cubic-bezier(.4,0,.6,1) infinite;border-radius:var(--gz-rounded-md)}.modal__content-loading .gz-trending-title{width:100px;height:20px}.modal__content-loading .gz-trending-item{width:100px;height:20px}.modal__content-loading .gz-product-card_img{aspect-ratio:3/4;width:100%;height:unset}.modal__content-loading .gz-product-card_txt{width:80%;height:12px}.results-content-view-all-results{--gz-button-padding-right:55px;--gz-button-padding-left:55px}.results-content__left{order:2}.results-content__right{order:1}@media (min-width:1200px){.search-type-popup{--gz-modal-content-width:100%}.search-type-popup .modal__button-close{position:absolute;top:15px;inset-inline-end:30px}.search-type-popup .search-modal__form{max-width:700px;margin:0 auto}.search-type-popup .modal__wrapper{padding:60px 15px}.search-type-popup.modal-to-form{top:var(--gz-modal-top-spacing,0);z-index:12}.search-type-popup.modal-to-form .modal__header{display:none}.search-type-popup.modal-to-form .modal__wrapper{padding-top:35px;max-height:80vh;box-shadow:none}.search-type-popup.modal-to-form .modal__container{height:auto}.search-type-popup.modal-to-form .list-item-empty__text{max-width:40%;margin-left:auto;margin-right:auto}.search-type-popup.modal-to-form.modal--closing,.search-type-popup.modal-to-form.modal--opening{z-index:10}.search-type-popup .results-content__left{width:20%}.search-type-popup .results-content__right{width:80%}.modal__content-loading{--gz-col-gap:10px}.modal__content-loading .gz-trending-item{height:34px}.admin-bar .search-type-popup.modal-to-form .modal__wrapper{max-height:calc(100vh - var(--wp-admin--admin-bar--height))}.results-content__left{order:1}.results-content__right{order:2}.search-modal-form.search-modal-opened .site-header__desktop.header-sticky--both{border-bottom:1px solid var(--gz-border-color)}.search-modal-form.search-modal-opened .site-header__desktop.header-sticky--both .header-contents:last-child{border-color:transparent}.search-modal-form.search-modal-opened .site-header__desktop.minimized:not(.header-sticky--both) .header-sticky{border-bottom:1px solid var(--gz-border-color)}}@media (max-width:1199px){.search-type-popup{--gz-modal-container-padding:0px;--gz-modal-content-padding-y:0;--gz-modal-content-padding-x:0;--gz-modal-content-border-radius:0px}.search-type-popup.modal--open:not(.loading){animation:none}.search-type-popup.modal--open:not(.loading) .modal__container{transform:none;animation:none;transition:transform .4s cubic-bezier(.7, 0, .2, 1)}.search-type-popup.modal--closing .modal__container{transform:translateX(100%);animation:none;transition:transform .4s cubic-bezier(.7, 0, .2, 1)}.search-type-popup.animation-slide.animation-slide--top .modal__container{top:0;left:auto;right:0;transform:translateX(100%)}.search-type-popup.animation-slide.animation-slide--top.modal--open:not(.loading) .modal__container{transform:none}}.login-modal{--gz-modal-content-width:540px}.login-modal.woocommerce-account .woocommerce-customer-register,.login-modal.woocommerce-account .woocommerce-form-login,.login-modal.woocommerce-account form.woocommerce-ResetPassword{max-width:100%}.login-modal .woocommerce-customer-register:not(.active){display:none}.login-modal .woocommerce-customer-login:not(.active){display:none}.login-modal .woocommerce-form .woocommerce-form-row{margin-bottom:10px}.login-modal .woocommerce-form .woocommerce-form-row:last-child{margin-bottom:0}.login-modal .gz-col{flex:0 0 100%;max-width:100%}.login-modal.modal .woocommerce-form-login{max-width:100%}.login-modal .woocommerce-privacy-policy-text a{text-decoration:underline}.login-modal .woocommerce-button{--gz-loading-color:#ffffff}.login-modal .woocommerce-button.gz-loading-spin{pointer-events:none}.login-modal .login-modal-notices{margin-top:15px;margin-bottom:0}.login-modal .woocommerce-notices-wrapper{display:none!important}.login-modal .form-row-register-desc{display:none}.login-modal .gz-button-login-mode{white-space:nowrap}.login-modal .woocommerce-notices-wrapper ul{margin:0}@media (max-width:767px){.login-modal .woocommerce-form--register-button .woocommerce-form-register__submit{width:100%}.login-modal .woocommerce-form--register-button{flex-direction:column;gap:15px}}.quick-view-modal{--gz-modal-content-width:1090px;--gz-image-rounded:0px}.quick-view-modal .modal__button-close{--gz-button-bg-color:var(--gz-color-light);--gz-button-bg-color-hover:var(--gz-color-light);--gz-button-border-color:var(--gz-color-light);--gz-button-border-color-hover:var(--gz-color-light);--gz-button-color:#666666;--gz-button-color-hover:#666666;opacity:1;z-index:9}.quick-view-modal .modal__button-close .glozin-svg-icon{--gz-button-icon-size:11px}.quick-view-modal .modal__wrapper--quickview{--gz-modal-content-padding-y:15px}.quick-view-modal .modal__content--quickview{--gz-modal-content-padding-y:0px;--gz-modal-content-padding-x:0px}.quick-view-modal div.product .product-gallery-summary{margin:0}.quick-view-modal div.product .woocommerce-product-gallery{--gz-image-rounded-product-gallery:0;padding:20px 20px 0}.quick-view-modal div.product .entry-summary{padding:0 20px 30px}.quick-view-modal div.product table.variations{margin-bottom:30px}.view-full-details-button{--gz-button-icon-spacing:5px;--gz-button-color-hover:var(--gz-color-primary)}.view-full-details-button .glozin-svg-icon{--gz-button-icon-size:11px;transform:rotate(90deg)}.view-full-details-button::after{inset-inline-start:auto;inset-inline-end:0;width:0;transition:width .3s}.view-full-details-button:hover::after{inset-inline-start:0;inset-inline-end:auto;width:100%;animation:none}.quick-view-modal-opened .size-guide-modal.modal--closing{animation:fadeOut var(--duration-long,.5s) forwards}.quick-view-modal-opened .quick-view-modal{z-index:1200}@media (min-width:768px){.quick-view-modal .modal__button-close .glozin-svg-icon{--gz-button-icon-size:13px}.quick-view-modal .modal__wrapper--quickview{--gz-modal-content-padding-y:0px}.quick-view-modal div.product .woocommerce-product-gallery{padding:0}.quick-view-modal div.product .woocommerce-product-gallery .glozin-video-thumbnail{position:relative;z-index:1}.quick-view-modal div.product .woocommerce-product-gallery .glozin-video-wrapper{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.quick-view-modal div.product .woocommerce-product-gallery .glozin-video-wrapper iframe,.quick-view-modal div.product .woocommerce-product-gallery .glozin-video-wrapper video{height:100%;width:100%}.quick-view-modal div.product .woocommerce-product-gallery .glozin-video-wrapper.video-vimeo iframe{background-color:var(--gz-color-dark)}.quick-view-modal div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image{position:relative}.quick-view-modal div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image .glozin-i-video{position:absolute;top:3px;inset-inline-end:3px}.quick-view-modal div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image.glozin-product-video-play .glozin-video-thumbnail{z-index:0}.quick-view-modal div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__image.glozin-product-video .glozin-i-video{width:40px;height:30px;top:50%;left:50%;right:auto;transform:translate(-50%,-50%)}.quick-view-modal div.product .entry-summary{padding-top:30px;padding-bottom:30px;padding-inline-start:0;padding-inline-end:30px;position:absolute;top:0;inset-inline-end:0;height:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:auto;scrollbar-color:#c8c8c8}.quick-view-modal div.product .entry-summary::-webkit-scrollbar{width:4px;border-radius:30px}.quick-view-modal div.product .entry-summary::-webkit-scrollbar-track{background:#fff}.quick-view-modal div.product .entry-summary::-webkit-scrollbar-thumb{background-color:#c8c8c8;border-radius:30px}.quick-view-modal div.product .entry-summary::-webkit-scrollbar-thumb:hover{background-color:var(--gz-color-grey)}}@media (max-width:767px){.quick-view-modal.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--has-arrows-mobile .woocommerce-product-gallery__wrapper.swiper-initialized .swiper-button{display:none}}.quick-edit-modal{--gz-modal-content-width:730px}.quick-edit-modal.modal--closing,.quick-edit-modal.modal--open{z-index:1200}.quick-edit-modal .modal__wrapper{padding:0}.quick-edit-modal div.product .product-content{--col-width:100%}.quick-edit-modal div.product .product-content .product-thumbnail{--custom-width:105px}.quick-edit-modal div.product .product-content .product-thumbnail img{border-radius:var(--gz-image-rounded-product-card)}.quick-edit-modal div.product .product-content .quantity{--gz-quantity-height:35px;--gz-quantity-font-size-icon:9px;--gz-quantity-width:38px;border-radius:var(--gz-qty-input-rounded)}.quick-edit-modal div.product .product-content .quantity .glozin-qty-button{padding:0 10px}.quick-edit-modal div.product .product-content .quantity.hidden+.remove_from_cart_button{margin-inline-start:0}.quick-edit-modal div.product .product-content table.variations{margin-bottom:0}.quick-edit-modal div.product .product-content table.variations .label{margin-bottom:12px}.quick-edit-modal div.product .product-content table.variations .value{padding-bottom:20px}.quick-edit-modal div.product .entry-summary{width:100%}@media (min-width:768px){.quick-edit-modal{--gz-modal-container-padding:0px;--gz-modal-content-padding-y:30px;--gz-modal-content-padding-x:30px}.quick-edit-modal div.product .product-content{--col-width:58%}}.product-share-modal{--gz-modal-content-width:480px;--gz-modal-close-position-top:31px;--gz-modal-close-position-right:31px;--gz-modal-content-padding-y:20px;--gz-modal-content-padding-x:20px}.product-share-modal .modal__header{position:relative;--gz-modal-content-padding-y:20px}.product-share-modal .modal__header::after{content:'';position:absolute;bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--gz-border-color)}.product-share__copylink--button{--gz-button-height:50px;--gz-button-width:50px;--gz-button-font-size:15px;min-width:var(--gz-button-width)}.product-share__share .social-share-link{--gz-button-border-color:var(--gz-color-dark);--gz-button-font-size:14px}@media (min-width:768px){.product-share-modal{--gz-modal-content-padding-y:30px;--gz-modal-content-padding-x:30px}}.product-ask-question-modal{--gz-modal-content-padding-y:20px;--gz-modal-content-padding-x:20px}.product-ask-question-modal .modal__header{position:relative;--gz-modal-content-padding-y:20px}.product-ask-question-modal .modal__header::after{content:'';position:absolute;bottom:0;inset-inline-start:0;width:100%;height:1px;background-color:var(--gz-border-color)}@media (min-width:768px){.product-ask-question-modal{--gz-modal-content-padding-y:30px;--gz-modal-content-padding-x:30px}}.popover{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1100;opacity:0;visibility:hidden;display:block;transition:var(--gz-transition)}.popover--open{visibility:visible;opacity:1}.popover--open .popover__button-close{opacity:1}.popover--open .popover__container{transform:none}.popover--open .popover__backdrop{visibility:visible;cursor:var(--gz-cursor-close-icon) 25 25,auto}.popover__container{position:fixed;bottom:0;left:0;right:0;margin:0;padding:65px 0 0;overflow-y:visible;max-width:100vw;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5;transform:translateY(30px);transition:var(--gz-transition)}.popover__header{padding:16px}.popover__content{background-color:var(--gz-color-light);box-shadow:5px 0 30px 0 rgba(0,0,0,.08);border-radius:15px 15px 0 0;max-height:68vh;padding:25px 30px 25px;transition:var(--gz-transition)}.popover__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.9);visibility:hidden;transition:var(--gz-transition)}.popover__button-close{--gz-button-width:50px;--gz-button-height:50px;font-size:13px;font-size:.8125rem;position:absolute;left:50%;transform:translateX(-50%);top:0;z-index:1;cursor:pointer;border-radius:100%;border:1px solid var(--gz-border-color);opacity:0}body.popover-opened{overflow:hidden}.admin-bar .popover{top:32px}@media (max-width:780px){.admin-bar .popover{top:46px}}@media (max-width:600px){.admin-bar .popover{top:0}}.mobile-orderby-popover .popover__backdrop{background-color:rgba(0,0,0,.5)}.mobile-orderby-popover-opened .catalog-toolbar__orderby-button .glozin-svg-icon{transform:rotate(-180deg)}.currency-popover.popover--open .currency-dropdown{opacity:1;visibility:visible;position:static;box-shadow:none}.currency-popover .popover__content .current{display:none}.currency-popover .popover__backdrop{background-color:rgba(0,0,0,.5)}.currency-popover .currency-dropdown li a{display:flex;align-items:center;gap:10px;width:auto;height:auto;margin:0;opacity:1}.currency-popover .currency-dropdown li.active a{font-weight:600;color:var(--gz-color-dark)}.currency-popover .currency-dropdown li .woocs-flag{--gz-image-rounded:100%;display:inline-block;width:22px;height:22px;position:relative;top:-1px}.currency-popover .currency-dropdown li .woocs-flag img{width:100%;height:100%;object-fit:cover;vertical-align:top}.language-popover.popover--open .currency-dropdown{opacity:1;visibility:visible;position:static;box-shadow:none}.language-popover .popover__content .current{display:none}.language-popover .popover__backdrop{background-color:rgba(0,0,0,.5)}.language-popover .currency-dropdown li a{display:block;width:auto;height:auto;margin:0;opacity:1}.language-popover .currency-dropdown li.active a{font-weight:600;color:var(--gz-color-dark)}.gz-tooltip--data{z-index:9999;pointer-events:none;display:none;transition:all .3s;will-change:transform}.gz-tooltip--data::after,.gz-tooltip--data::before{display:block;position:absolute;-webkit-font-smoothing:antialiased}.gz-tooltip--data::before{content:"";height:0;width:0;top:0;left:50%;transform:translateX(-50%);border-style:solid;border-width:5px;border-color:transparent}.gz-tooltip--data::after{content:attr(data-tooltip);font-size:12px;font-size:.75rem;line-height:1;background-image:none;background-color:var(--gz-color-dark);padding:7px 15px;width:360px;max-width:max-content;border-radius:var(--gz-tooltip-rounded);z-index:9;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:none}.gz-tooltip--data.top::before{border-color:var(--gz-color-dark) transparent transparent transparent}.gz-tooltip--data.top::after{bottom:0;left:50%;transform:translateX(-50%)}.gz-tooltip--data.top.left::before{top:50%;left:0;transform:translateY(-50%) rotate(-90deg)}.gz-tooltip--data.top.left::after{display:inline-table;top:50%;right:100%;left:auto;transform:translateY(-50%);white-space:inherit}.gz-tooltip--data.top.left:not(.move-right){animation:moveRightToLeft .3s}.gz-tooltip--data.top.right::before{top:50%;right:100%;left:auto;transform:translateY(-50%) rotate(90deg)}.gz-tooltip--data.top.right::after{display:inline-table;top:50%;left:100%;right:auto;transform:translateY(-50%);white-space:inherit}.gz-tooltip--data.top.right:not(.move-left){animation:moveLeftToRight .3s}.gz-tooltip--data.top.bottom::before{top:auto;bottom:100%;border-color:transparent transparent var(--gz-color-dark) transparent}.gz-tooltip--data.top.bottom::after{top:0;bottom:auto}.gz-tooltip--data.top:not(.left):not(.right):not(.move-down){animation:moveUp .3s}.gz-tooltip--data.move-down{transform:translateY(10px);opacity:0}.gz-tooltip--data.move-right{transform:translateX(10px);opacity:0}.gz-tooltip--data.move-left{transform:translateX(-10px);opacity:0}.gz-tooltip--data.added::after{content:attr(data-tooltip_added)}@media (min-width:768px){.gz-tooltip-inside:not(.loading){--transform-x:0;--transform-y:0;--transform-rotate:90deg;position:relative}.gz-tooltip-inside:not(.loading)::after,.gz-tooltip-inside:not(.loading)::before{opacity:0;visibility:hidden;transition:transform .3s,opacity .3s;will-change:transform;position:absolute;-webkit-font-smoothing:antialiased;pointer-events:none;transform:translate(var(--transform-x),var(--transform-y));animation:none}.gz-tooltip-inside:not(.loading)::before{--transform-x:-50%;--transform-y:10px;content:"";height:0;width:0;bottom:100%;left:50%;transform:translate(var(--transform-x),var(--transform-y));border-style:solid;border-width:5px;border-color:var(--gz-color-dark) transparent transparent transparent}.gz-tooltip-inside:not(.loading)::after{--transform-x:-50%;--transform-y:10px;content:attr(data-tooltip);font-size:12px;font-size:.75rem;line-height:1;color:var(--gz-color-light);background-image:none;background-color:var(--gz-color-dark);padding:7px 15px;width:360px;max-width:max-content;border-radius:var(--gz-tooltip-rounded);z-index:9;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:none;bottom:calc(100% + 9px);left:50%;transform:translate(var(--transform-x),var(--transform-y))}.gz-tooltip-inside:not(.loading)[data-tooltip_position=left]::before{--transform-x:10px;--transform-y:-50%;--transform-rotate:-90deg;top:50%;bottom:auto;inset-inline-end:100%;inset-inline-start:auto;transform:translate(var(--transform-x),var(--transform-y)) rotate(var(--transform-rotate))}.gz-tooltip-inside:not(.loading)[data-tooltip_position=left]::after{--transform-x:10px;--transform-y:-50%;display:inline-table;top:50%;inset-inline-end:calc(100% + 9px);inset-inline-start:auto;transform:translate(var(--transform-x),var(--transform-y));white-space:inherit}.gz-tooltip-inside:not(.loading)[data-tooltip_position=right]::before{--transform-x:-10px;--transform-y:-50%;--transform-rotate:90deg;top:50%;bottom:auto;inset-inline-start:100%;inset-inline-end:auto;transform:translate(var(--transform-x),var(--transform-y)) rotate(var(--transform-rotate))}.gz-tooltip-inside:not(.loading)[data-tooltip_position=right]::after{--transform-x:-10px;--transform-y:-50%;display:inline-table;top:50%;bottom:auto;inset-inline-start:calc(100% + 9px);inset-inline-end:auto;transform:translate(var(--transform-x),var(--transform-y));white-space:inherit}.gz-tooltip-inside:not(.loading)[data-tooltip_position=bottom]::before{--transform-x:-50%;--transform-y:-10px;top:100%;bottom:auto;border-color:transparent transparent var(--gz-color-dark) transparent;transform:translate(var(--transform-x),var(--transform-y))}.gz-tooltip-inside:not(.loading)[data-tooltip_position=bottom]::after{--transform-x:-50%;--transform-y:-10px;top:calc(100% + 9px);bottom:auto;transform:translate(var(--transform-x),var(--transform-y))}.gz-tooltip-inside:not(.loading).added::after{content:attr(data-tooltip_added)}.gz-tooltip-inside:not(.loading):hover::after,.gz-tooltip-inside:not(.loading):hover::before{opacity:1;visibility:visible}.gz-tooltip-inside:not(.loading):hover:not([data-tooltip_position=left]):not([data-tooltip_position=right]):not([data-tooltip_position=bottom])::after,.gz-tooltip-inside:not(.loading):hover:not([data-tooltip_position=left]):not([data-tooltip_position=right]):not([data-tooltip_position=bottom])::before{--transform-y:0}.gz-tooltip-inside:not(.loading):hover[data-tooltip_position=left]::after,.gz-tooltip-inside:not(.loading):hover[data-tooltip_position=left]::before{--transform-x:0}.gz-tooltip-inside:not(.loading):hover[data-tooltip_position=right]::after,.gz-tooltip-inside:not(.loading):hover[data-tooltip_position=right]::before{--transform-x:0}.gz-tooltip-inside:not(.loading):hover[data-tooltip_position=bottom]::after,.gz-tooltip-inside:not(.loading):hover[data-tooltip_position=bottom]::before{--transform-y:0}.rtl .gz-tooltip-inside:not(.tooltip-top):not(.loading)[data-tooltip_position=left]::before{--transform-x:-10px;--transform-rotate:90deg}.rtl .gz-tooltip-inside:not(.tooltip-top):not(.loading)[data-tooltip_position=left]::after{--transform-x:-10px}.rtl .gz-tooltip-inside:not(.tooltip-top):not(.loading)[data-tooltip_position=right]::before{--transform-x:10px;--transform-rotate:-90deg}.rtl .gz-tooltip-inside:not(.tooltip-top):not(.loading)[data-tooltip_position=right]::after{--transform-x:10px}.rtl .gz-tooltip-inside:not(.tooltip-top):not(.loading):hover[data-tooltip_position=left]::before,.rtl .gz-tooltip-inside:not(.tooltip-top):not(.loading):hover[data-tooltip_position=right]::before{--transform-x:0}.rtl .gz-tooltip-inside:not(.tooltip-top):not(.loading):hover[data-tooltip_position=left]::after,.rtl .gz-tooltip-inside:not(.tooltip-top):not(.loading):hover[data-tooltip_position=right]::after{--transform-x:0}.tooltip-top .gz-tooltip-inside:not(.loading){--transform-x:0;--transform-y:0}.tooltip-top .gz-tooltip-inside:not(.loading)::before{--transform-x:-50%;--transform-y:10px;bottom:100%;left:50%}.tooltip-top .gz-tooltip-inside:not(.loading)::after{--transform-x:-50%;--transform-y:10px;bottom:calc(100% + 9px);left:50%}.tooltip-top .gz-tooltip-inside:not(.loading)[data-tooltip_position=left]::before,.tooltip-top .gz-tooltip-inside:not(.loading)[data-tooltip_position=right]::before{transform:translate(var(--transform-x),var(--transform-y))}.tooltip-top .gz-tooltip-inside:not(.loading)[data-tooltip_position=bottom]::before,.tooltip-top .gz-tooltip-inside:not(.loading)[data-tooltip_position=left]::before,.tooltip-top .gz-tooltip-inside:not(.loading)[data-tooltip_position=right]::before{top:auto;right:auto}.tooltip-top .gz-tooltip-inside:not(.loading)[data-tooltip_position=bottom]::after,.tooltip-top .gz-tooltip-inside:not(.loading)[data-tooltip_position=left]::after,.tooltip-top .gz-tooltip-inside:not(.loading)[data-tooltip_position=right]::after{top:auto;right:auto}.tooltip-top .gz-tooltip-inside:not(.loading):hover::after,.tooltip-top .gz-tooltip-inside:not(.loading):hover::before{opacity:1;visibility:visible}.tooltip-top .gz-tooltip-inside:not(.loading):hover[data-tooltip_position=left]::after,.tooltip-top .gz-tooltip-inside:not(.loading):hover[data-tooltip_position=left]::before,.tooltip-top .gz-tooltip-inside:not(.loading):hover[data-tooltip_position=right]::after,.tooltip-top .gz-tooltip-inside:not(.loading):hover[data-tooltip_position=right]::before{--transform-y:0;--transform-x:-50%}}.wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item::before{--wcboost-swatches-color-tooltip:var(--gz-color-dark);font-size:12px;font-size:.75rem;line-height:1;padding:7px 15px;width:360px;max-width:max-content;border-radius:var(--gz-tooltip-rounded);transform:translate(-50%,0);transition:all .3s}.wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item::after{border-top-color:var(--gz-color-dark);transform:translateY(10px);transition:all .3s}.wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:hover::before{transform:translate(-50%,-10px)}.wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:hover::after{transform:translateY(0)}@media (max-width:1024px){.gz-tooltip--data{display:none!important}}@keyframes moveUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes moveDown{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@keyframes moveLeftToRight{from{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes moveRightToLeft{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes moving{50%{width:100%}100%{width:0;inset-inline-end:0;left:unset}}@keyframes text-underlined{0%{transform:scaleX(1);transform-origin:var(--transform-origin-end)}50%{transform:scaleX(0);transform-origin:var(--transform-origin-end)}51%{transform-origin:var(--transform-origin-start)}100%{transform:scaleX(1)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes zoomInCenter{0%{transform:translate(-50%,-50%) scale(.8);opacity:0}100%{transform:translate(-50%,-50%) scale(1);opacity:1}}@keyframes zoomOutCenter{0%{transform:translate(-50%,-50%) scale(1);opacity:1}100%{transform:translate(-50%,-50%) scale(.8);opacity:0}}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@keyframes pulse{50%{opacity:.5}}@keyframes fadeInSticky{0%{opacity:0;top:calc(var(--gz-header-height,100%) * -1)}100%{opacity:1;top:var(--gz-admin-bar-height,0)}}@keyframes fadeOutSticky{0%{opacity:1;top:var(--gz-admin-bar-height,0)}100%{opacity:0;top:calc(var(--gz-header-height,100%) * -1)}}.nav-menu li>ul.sub-menu ul{top:0;inset-inline-start:100%;transform:none}.nav-menu li>ul.sub-menu li a:not(:hover):not(.gz-button){color:var(--gz-color-base)}.nav-menu li>ul.sub-menu li:hover>ul{top:0;inset-inline-start:100%}.nav-menu li>ul.sub-menu:not(.mega-menu) li{width:100%}.nav-menu>li>ul.sub-menu ul.sub-menu{border-radius:0 10px 10px 0}.primary-navigation .nav-menu>li ul li.menu-item-has-children{position:relative}.primary-navigation .nav-menu>li ul li.menu-item-has-children:before{content:"";position:absolute;right:22px;top:50%;transform:translateY(-50%) rotate(-90deg);width:10px;height:6px;background-color:currentcolor;border:0!important;-webkit-mask:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+") no-repeat 50% 50%;mask:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMi40MDQxM2UtMDcgMC45NzY1NjNMNS41IDYuNDc2NTZMMTEgMC45NzY1NjJMMTAuMDIzNyAwLjAwMDMxMjg0OEw1LjUgNC41MjQwNkwwLjk3NjI0OSAwLjAwMDMxMzI0M0wtMi40MDQxM2UtMDcgMC45NzY1NjNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;transition:.4s}.primary-navigation .nav-menu>li ul li.menu-item-has-icon>a{display:inline-flex;align-items:center;gap:10px}.primary-navigation .nav-menu>li ul li.menu-item-has-icon>a{display:inline-flex;align-items:center;gap:10px}@media (min-width:1025px){.nav-menu li>ul.sub-menu{display:block;min-width:260px;position:absolute;top:calc(100% + 20px);inset-inline-start:0;padding:18px 0;background-color:var(--gz-color-light);box-shadow:0 5px 30px 0 rgba(0,0,0,.05);border-radius:0 0 var(--gz-rounded-md) var(--gz-rounded-md);opacity:0;visibility:hidden;pointer-events:none;transition:top .3s;transform:scale(0)}.nav-menu li:hover>ul.sub-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto;z-index:999;transform:scale(1)}}.mega-menu ul.mega-menu__column li.menu-item--type-label{padding-bottom:12px}.mega-menu ul.mega-menu__column li.menu-item--type-label h6{font-weight:500;line-height:2;margin:0}.mega-menu ul.mega-menu__column li.menu-item--type-label:after{display:none}.mega-menu ul.mega-menu__column .menu-item--type-hidden{padding:0}.mega-menu ul.mega-menu__column .menu-item--type-hidden>a,.mega-menu ul.mega-menu__column .menu-item--type-hidden>span{display:none!important}.mega-menu ul.mega-menu__column .menu-item+.menu-item--type-empty{padding-bottom:4px}.mega-menu ul.mega-menu__column .menu-item--widget-heading a{font-size:16px;font-size:1rem}.mega-menu ul.mega-menu__column .menu-item--widget-heading a:not(:hover){color:inherit}.mega-menu ul.mega-menu__column .menu-item--widget-heading a::after{display:none}.mega-menu ul.mega-menu__column .menu-item--type-divider>a,.mega-menu ul.mega-menu__column .menu-item--type-divider>span{text-indent:-9999em;display:block;line-height:1.3}.mega-menu ul.mega-menu__column .menu-item--type-divider:after{content:'';position:absolute;top:50%;left:0;height:1px;width:100%;background-color:var(--gz-border-color)}.mega-menu ul.mega-menu__column .menu-item--widget-image{text-align:center;position:relative}.mega-menu ul.mega-menu__column .menu-item--widget-image>a,.mega-menu ul.mega-menu__column .menu-item--widget-image>span{padding:6px 7px 0}.mega-menu ul.mega-menu__column .menu-item--widget-image:last-child{padding-bottom:0}.mega-menu ul.mega-menu__column .menu-item--widget-image.menu-item--align-left{text-align:start}.mega-menu ul.mega-menu__column .menu-item--widget-image.menu-item--align-right{text-align:end}.mega-menu ul.mega-menu__column .menu-item--widget-image a:after{display:none}.mega-menu ul.mega-menu__column .menu-item--widget-image .mega-menu__badge-wrapper{padding:3px 8px 2px}.mega-menu ul.mega-menu__column .menu-item--widget-image .menu-widget-image__button{min-width:180px}.mega-menu ul.mega-menu__column .mega-menu__badge-wrapper{display:inline-flex;position:relative}.mega-menu ul.mega-menu__column .mega-menu__badge{--gz-menu-item-badge-bg-color:var(--gz-color-primary);--gz-menu-item-badge-color:var(--gz-color-light);background-color:var(--gz-menu-item-badge-bg-color);color:var(--gz-menu-item-badge-color);border-radius:20px;padding:3px 10px 2px;display:flex;align-items:center;justify-content:center;white-space:nowrap;text-transform:uppercase;margin-inline-start:.625rem;font-weight:600;font-size:.5625rem}.mega-menu ul.mega-menu__column .mega-menu__badge--new{--gz-menu-item-badge-bg-color:#516cf4;--gz-menu-item-badge-color:var(--gz-color-light)}.mega-menu ul.mega-menu__column .mega-menu__badge--hot{--gz-menu-item-badge-bg-color:#d0473e;--gz-menu-item-badge-color:var(--gz-color-light)}.mega-menu ul.mega-menu__column .mega-menu__badge--popular{--gz-menu-item-badge-bg-color:#14854e;--gz-menu-item-badge-color:var(--gz-color-light)}.mega-menu ul.mega-menu__column .mega-menu__badge--comingsoon{--gz-menu-item-badge-bg-color:#f8e4ff;--gz-menu-item-badge-color:#b942e3}.mega-menu ul.mega-menu__column .menu-widget-image__desc{font-size:14px;font-size:.875rem;color:var(--gz-color-dark)}.mega-menu ul.mega-menu__column li.menu-item--widget-banner{padding:0}.mega-menu ul.mega-menu__column li.menu-item--widget-banner>a{display:block}.mega-menu ul.mega-menu__column li.menu-item--widget-banner .menu-widget-banner{position:relative}.mega-menu ul.mega-menu__column li.menu-item--widget-banner .menu-widget-banner img{transition:transform 1s cubic-bezier(0, 0, .44, 1.18)}.mega-menu ul.mega-menu__column>li:first-child.menu-item--widget-banner{padding-top:9px}.mega-menu ul.mega-menu__column .menu-widget-banner__before-title,.mega-menu ul.mega-menu__column .menu-widget-banner__title{letter-spacing:.5px}.mega-menu ul.mega-menu__column .menu-widget-banner__button{min-width:180px}.mega-menu ul.mega-menu__column .menu-widget-banner__button::after{display:none}.mega-menu ul.mega-menu__column .menu-widget-banner__sub-description{margin-top:-7px}.mega-menu ul.mega-menu__column .menu-widget-banner__link{position:absolute;top:0;left:0;width:100%;height:100%}.mega-menu ul.mega-menu__column .menu-widget-banner__style-light{color:var(--gz-color-light)}.mega-menu ul.mega-menu__column .menu-item--widget-button.menu-item--align-center{text-align:center}.mega-menu ul.mega-menu__column .menu-item--widget-button.menu-item--align-right{text-align:end}.mega-menu ul.mega-menu__column .menu-item--widget-button a.gz-button{color:var(--gz-button-color);margin-top:var(--gz-menu-button-item-spacing)}.mega-menu ul.mega-menu__column .mega-menu__button-icon{font-size:10px;font-size:.625rem;margin-inline-start:10px;position:relative;top:-1px}.mega-menu ul.mega-menu__column .menu-item--widget-custom-link>a{background:0 0}.mega-menu ul.mega-menu__column .menu-item--widget-custom-link>a:after{display:none}.mega-menu ul.mega-menu__column .menu-item--widget-custom-link .mega-menu__link-text{--gz-transform-origin-start:left;--gz-transform-origin-end:right;--gz-animation-default:.5s cubic-bezier(.3, 1, .3, 1);--gz-reversed-link-gap:1px;background:linear-gradient(to var(--gz-transform-origin-end),currentColor,currentColor) 0 var(--gz-reversed-link-gap)/0 var(--gz-reversed-link-gap) no-repeat;background-position-x:var(--gz-transform-origin-end);background-position-y:bottom;transition:background-size var(--gz-animation-default);display:inline-block}.mega-menu ul.mega-menu__column .menu-item--widget-custom-link .mega-menu__link-text:hover{background-position-x:var(--gz-transform-origin-start);background-size:100% var(--gz-reversed-link-gap);background-position-y:bottom}.mega-menu ul.mega-menu__column .menu-widget-product ul.products{margin:0}.mega-menu .gz-button:after{display:none}.mega-menu__row{display:flex;margin:0 -10px}.mega-menu--grid ul.mega-menu__column{padding:0 10px}.menu-item-has-container-custom .mega-menu--grid{width:100%;max-width:var(--gz-mega-menu-width);left:0;right:0;margin:0 auto}.menu-item-has-container-custom.menu-item-dropdown-left-aligned .mega-menu--grid{width:var(--gz-mega-menu-width);max-width:inherit}.mega-menu--tabs .mega-menu__panellist,.mega-menu--tabs .mega-menu__tablist{float:left;width:50%}.mega-menu--tabs .mega-menu__tablist li{padding:4px 12px}.mega-menu--tabs .mega-menu__tablist li.active a:after{width:100%;inset-inline-start:0}.mega-menu--tabs .mega-menu__tabpanel{display:none}.mega-menu--tabs .mega-menu__tabpanel.active{display:block}.mega-menu--tabs .mega-menu__tabpanel ul li a:hover:after{display:none}.mega-menu--tabs .mega-menu__panellist{padding-bottom:7px}.primary-navigation .menu-item-static{position:static}.primary-navigation .menu-item-static .mega-menu{left:0;width:100%}.primary-navigation .menu-item-static .mega-menu--grid .mega-menu__column:first-child>li{padding-inline-start:0}.primary-navigation .menu-item-static .mega-menu--grid .mega-menu__column:last-child>li{padding-inline-end:0}.primary-navigation .menu-item-static .mega-menu--default{max-width:var(--gz-mega-menu-width,100%);margin:0 auto;right:0}.primary-navigation .menu-item-static .mega-menu--default .full-width{margin:0 auto}.primary-navigation .mega-menu-container{padding:15px 40px}.primary-navigation .mega-menu-container.container-xxl{width:100%}.primary-navigation .mega-menu-container.container{max-width:1540px;padding:3px 50px 12px}.primary-navigation .mega-menu-container.container .mega-menu-main{margin-inline-start:-12px;margin-inline-end:-12px}.primary-navigation .menu-item-mega .mega-menu{display:flex;flex-direction:column;align-items:flex-start;inset-inline-start:0;border:none;border-top:3px solid var(--gz-color-light);padding:25px 0}.primary-navigation .menu-item-mega .mega-menu li.menu-item{padding-left:0;padding-right:0}.main-navigation .mega-menu--default{width:var(--gz-mega-menu-width)}.main-navigation .mega-menu--default li ul.sub-menu{opacity:1;visibility:visible;pointer-events:auto;z-index:999;transform:translateY(0);-webkit-transform:translateY(0);position:static;box-shadow:none;padding:0}.main-navigation .mega-menu--default li ul.sub-menu li{padding-inline-start:0;padding-inline-end:0}.main-navigation .mega-menu--default li ul.sub-menu li:last-child{padding-bottom:0}.main-navigation .mega-menu--default .mega-menu-main{display:flex;flex-wrap:wrap}.main-navigation .mega-menu--default .mega-menu-main ul{display:flex;flex-direction:column}.main-navigation .mega-menu--default .mega-menu-main>li>a{--gz-reversed-link-gap:0;font-size:1rem;font-weight:600;color:var(--gz-color-dark);transition:var(--gz-transition)}.main-navigation .mega-menu--default .mega-menu-main>li>a:hover{color:var(--gz-color-primary)}.main-navigation .mega-menu--default .mega-menu-main>li>ul.sub-menu{padding:8px 0 0}.main-navigation .mega-menu--default .mega-menu-container{margin-inline-start:-10px;margin-inline-end:-10px}.main-navigation .mega-menu--default .mega-menu-container ul.mega-menu-main>li.menu-item{padding-left:10px;padding-right:10px}@media (min-width:1200px){.mega-menu ul.mega-menu__column .menu-item--type-empty>a,.mega-menu ul.mega-menu__column .menu-item--type-empty>span{text-indent:-9999em;display:block;line-height:1.3}}