.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

@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,:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{overflow:hidden;list-style:none;padding:0}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.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:var(--swiper-navigation-top-offset,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 svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.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:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(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:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);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,.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:var(--swiper-pagination-bullet-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:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-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:transform .2s,top .2s}.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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,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:var(--swiper-pagination-progressbar-size,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:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,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:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2)}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2)}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-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;touch-action:none}.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.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-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;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-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.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-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-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.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.site-nav{padding:40px 0 40px 15px}*,:after,:before{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}html{font-size:16px}body{scroll-behavior:smooth;margin:0;font:400 1rem/24px Raleway;font-feature-settings:"lnum" 1,"pnum" 1;color:#3e3e3e;letter-spacing:0;background-color:#f2f2f2}@media(max-width:767px){body{font-size:.875rem;line-height:20px}}video{border:0}img,video{outline:none}img{display:block;max-width:100%;width:100%}p a{text-decoration:underline}p a[href^="mailto:"]{font-weight:600}a{text-decoration:none}a,button{cursor:pointer;color:inherit}button{background-color:transparent;border:none;font:inherit}.container{width:min(100%,1440px);padding:0 40px;margin-left:auto;margin-right:auto}@media(max-width:1023px){.container{padding:0 20px}}@media(max-width:767px){.container{padding:0 12px}}.section-60{padding-top:60px;padding-bottom:60px}@media(max-width:1023px){.section-60{padding-top:40px;padding-bottom:40px}}.section-40-60{padding-top:40px;padding-bottom:60px}@media(max-width:1023px){.section-40-60{padding-top:32px;padding-bottom:40px}}@media(max-width:767px){.section-40-60{padding-top:24px}}.section-40-40{padding-top:40px;padding-bottom:40px}.section-32-60{padding-top:32px;padding-bottom:60px}@media(max-width:1023px){.section-32-60{padding-top:24px;padding-bottom:40px}}.no-scroll{overflow:hidden}.d-none,.display-none{display:none!important}.d-block{display:block!important}input,textarea{outline:none}@font-face{font-family:Marcellus;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/Marcellus-Regular.woff2) format("woff2")}@font-face{font-family:Raleway;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/Raleway-Regular.woff2) format("woff2")}@font-face{font-family:Raleway;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/Raleway-Medium.woff2) format("woff2")}@font-face{font-family:Raleway;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/Raleway-SemiBold.woff2) format("woff2")}@font-face{font-family:Raleway;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/Raleway-Bold.woff2) format("woff2")}@media(max-width:1023px){.tablet-hidden{display:none!important}}@media(min-width:1024px){.tablet-show{display:none!important}}@media(max-width:767px){.mobile-hidden{display:none!important}}@media(min-width:768px){.mobile-show{display:none!important}}@supports not selector(::-webkit-scrollbar-thumb){*{scrollbar-color:#b6a25f #f2f2f2;scrollbar-width:thin}}::-webkit-scrollbar{width:4px;height:4px}@media(max-width:1023px){::-webkit-scrollbar{width:2px;height:2px}}@media(max-width:767px){::-webkit-scrollbar{width:2px;height:2px}}::-webkit-scrollbar-track{background-color:#f2f2f2}::-webkit-scrollbar-thumb{background-color:#b6a25f;border-radius:12px}.title{font-family:Marcellus;font-weight:400}.title strong{text-decoration:underline;font-weight:inherit}.title--hero{font-size:3rem;line-height:60px}@media(max-width:1023px){.title--hero{font-size:2.5rem;line-height:52px}}@media(max-width:767px){.title--hero{font-size:2rem;line-height:40px}}.title--gray-background{margin-bottom:16px;background:#f2f2f2;padding:4px 12px}.title--01{font-size:2.5rem;line-height:52px}@media(max-width:1023px){.title--01{font-size:2.25rem;line-height:44px}}@media(max-width:767px){.title--01{font-size:1.5rem;line-height:32px}}.title--02{font-size:2rem;line-height:40px}@media(max-width:767px){.title--02{font-size:1.25rem;line-height:28px}}.title--04{font-size:1.25rem;line-height:32px}@media(max-width:767px){.title--04{font-size:1rem;line-height:24px}}.title--text{font-size:1rem;line-height:24px}@media(max-width:767px){.title--text{font-size:.75rem;line-height:16px}}.text-20{font-size:1.25rem;line-height:32px}@media(max-width:767px){.text-20{font-size:1rem;line-height:24px}}.text-16{font-size:1rem;line-height:24px}@media(max-width:767px){.text-16{font-size:.875rem;line-height:20px}}.text-12{font-size:.75rem;line-height:16px}.text-uppercase{text-transform:uppercase}.text-medium{font-weight:500}.text-semi-bold{font-weight:600}.text-bold{font-weight:700}.text-center{text-align:center}.btn{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background-color:#b6a25f;color:#fff;text-transform:uppercase;width:fit-content;white-space:nowrap;font:600 1rem/24px Raleway;transition:all .35s ease-in-out}@media(max-width:767px){.btn{font:600 .875rem/20px Raleway}}.btn svg{transition:all .35s ease-in-out;fill:#fff}.btn:hover{background-color:#dec678;color:#000}.btn:hover svg{fill:#000}.btn:focus{background-color:#dec678;color:#3e3e3e}.btn:focus svg{fill:#3e3e3e}.btn.disabled,.btn[disabled]{cursor:not-allowed;background-color:#eee9da;color:#c2c2c2}.btn-transparent{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px;padding:10px 22px;border:2px solid #b6a25f;width:fit-content;white-space:nowrap;text-transform:uppercase;color:#3e3e3e;background-color:transparent;font:600 1rem/24px Raleway;transition:all .35s ease-in-out;margin:0 auto}@media(max-width:767px){.btn-transparent{font:600 .875rem/20px Raleway}}.btn-transparent:focus,.btn-transparent:hover{border-color:#dec678;color:#000}.btn-transparent.disabled,.btn-transparent[disabled]{cursor:not-allowed;border-color:#eee9da;color:#cecece}.link{cursor:pointer;font-weight:600;text-transform:uppercase;padding:8px 4px 6px;border-bottom:2px solid #b6a25f;transition:all .35s ease-in-out;width:fit-content;height:fit-content}.link:focus,.link:hover{text-decoration:none;border-color:#dec678}.link[disabled]{cursor:not-allowed}.link.disabled{pointer-events:none}.link.disabled,.link[disabled]{border-color:#eee9da}.link--black{color:#3e3e3e}.link--black:focus{color:#000}.link--black.disabled,.link--black[disabled]{color:#cecece}.link--white{color:#fff}.link--white:focus,.link--white:hover{text-shadow:0 4px 4px rgba(37,32,14,.25)}.link--white:focus{color:#f9f6ec}.link--white.disabled,.link--white[disabled]{color:#e8e8e8}.pagination-btns{display:flex;align-items:center;gap:5px}.pagination-btn{color:#3e3e3e;font-weight:500;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-bottom:1px solid transparent}.pagination-btn.active,.pagination-btn:focus,.pagination-btn:hover{color:#000;font-weight:700}.pagination-btn.active{border-bottom:1px solid #dec678}@media(max-width:767px){.pagination-btn:nth-of-type(4),.pagination-btn:nth-of-type(5){display:none}}.navigation-btns{gap:16px}.filter-btn,.navigation-btns{display:flex;align-items:center}.filter-btn{padding:9px 11px;gap:8px;border:1px solid #b6a25f;background-color:#fff;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2);color:#000;transition:all .35s ease-in-out}.filter-btn:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.3)}.filter-btn:before{content:url(../img/icons/filter.svg);width:24px;height:24px}.filter-btn.opened:before{content:url(../img/icons/close.svg)}.form-field{display:flex;flex-direction:column}.form-field__label{margin-bottom:4px;padding-left:12px}.form-field.full-string{width:100%}.form-field.half-string{width:calc(50% - 10px)}@media(max-width:767px){.form-field.half-string{width:100%}}.input,.textarea{width:100%;padding:12px;background-color:#fff;transition:all .35s ease-in-out;color:#3e3e3e;font:inherit;border:1px solid #fff;outline:none;resize:vertical}.input::placeholder,.textarea::placeholder{color:#6a6868;font:inherit}.input:focus,.input:hover,.textarea:focus,.textarea:hover{border-color:#b6a25f;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.input.error,.textarea.error,.wpcf7-form-control-wrap.error .input{border-color:#f04438;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.wpcf7-form-control-wrap.error .wpcf7-response-output{display:block}.wpcf7-response-output{display:none;color:#f04438;font-size:.75rem;line-height:16px;padding-left:12px;margin-top:2px}.wpcf7-radio .wpcf7-list-item{padding:12px;border:1px solid transparent;transition:all .35s ease-in-out}.wpcf7-radio .wpcf7-list-item:has(input[type=radio]:checked){border:1px solid #b6a25f}.wpcf7-radio .wpcf7-list-item:has(input[type=radio]:checked) label{color:#000}.wpcf7-radio .wpcf7-list-item:has(input[type=radio]:checked) label:before{border-color:#b6a25f}.wpcf7-radio .wpcf7-list-item:has(input[type=radio]:checked) label:after{opacity:1}.wpcf7-radio .wpcf7-list-item input[type=radio]{position:absolute;top:0;left:0;opacity:0;width:24px;height:24px}@media(max-width:767px){.wpcf7-radio .wpcf7-list-item input[type=radio]{width:20px;height:20px}}.wpcf7-radio .wpcf7-list-item label{position:relative;cursor:pointer;display:flex;align-items:center;gap:8px;color:#6a6868;font-weight:400;font-size:1rem;line-height:24px;transition:all .35s ease-in-out}@media(max-width:767px){.wpcf7-radio .wpcf7-list-item label{font-size:.875rem;line-height:20px}}.wpcf7-radio .wpcf7-list-item label:before{content:"";display:inline-block;width:16px;height:16px;border-radius:50%;border:1px solid #6a6868;background-color:transparent;transition:all .35s ease-in-out}.wpcf7-radio .wpcf7-list-item label:after{content:"";width:8px;height:8px;position:absolute;top:50%;left:4px;transform:translateY(-50%);background-color:#b6a25f;border-radius:50%;opacity:0;transition:all .35s ease-in-out}.woocommerce-notices-wrapper .woocommerce-error{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.woocommerce-notices-wrapper .woocommerce-message{color:#054f31;font-weight:500;margin-bottom:20px}abbr{text-decoration:none}.custom-select label,.woocommerce-input-wrapper label{margin-bottom:4px;color:#6a6868}.custom-select__list,.woocommerce-input-wrapper__list{display:flex;gap:12px}.custom-select:has(.sort-by-select) .select2-container--default,.woocommerce-input-wrapper:has(.sort-by-select) .select2-container--default{width:200px!important}@media(max-width:767px){.custom-select:has(.sort-by-select) .select2-container--default,.woocommerce-input-wrapper:has(.sort-by-select) .select2-container--default{width:168px!important}}.custom-select .select2-container--default,.woocommerce-input-wrapper .select2-container--default{width:100%!important}.custom-select .select2-container--default .select2-selection--single,.woocommerce-input-wrapper .select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #b6a25f;padding:9px 11px;height:auto;font:400 1rem/24px Raleway;color:#000;border-radius:0;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2);transition:all .35s ease-in-out}.custom-select .select2-container--default .select2-selection--single:hover,.woocommerce-input-wrapper .select2-container--default .select2-selection--single:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.3)}.custom-select .select2-container--default.select2-container--open .select2-selection__arrow:before,.woocommerce-input-wrapper .select2-container--default.select2-container--open .select2-selection__arrow:before{transform:rotate(-180deg)}.custom-select .select2-container--default .select2-selection__arrow,.woocommerce-input-wrapper .select2-container--default .select2-selection__arrow{display:flex;height:24px;width:24px;right:11px;top:55%;transform:translateY(-50%)}.custom-select .select2-container--default .select2-selection__arrow:before,.woocommerce-input-wrapper .select2-container--default .select2-selection__arrow:before{transition:all .35s ease-in-out;content:url(../img/icons/open-select.svg)}.custom-select .select2-container--default .select2-selection__arrow b,.woocommerce-input-wrapper .select2-container--default .select2-selection__arrow b{display:none}.custom-select .select2-container--default .select2-selection__rendered,.woocommerce-input-wrapper .select2-container--default .select2-selection__rendered{line-height:24px;padding-left:0;padding-right:32px;color:#000}.select2-search--dropdown .select2-search__field{border-color:#b6a25f!important}.select2-dropdown{border-radius:0;border:none;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2);background-color:#f9f6ec;color:#3e3e3e}.select2-dropdown.select2-dropdown--below{border-top:none}.select2-dropdown.select2-dropdown--above{border-bottom:0}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#dec678}.select2-container--default .select2-results__option--disabled{display:none}.select2-container--default .select2-results__option--selected{background-color:#f9f6ec;color:#3e3e3e}.select2-results__option{padding:4px 12px}.select2-container .select2-selection--single .select2-selection__rendered{display:flex}.custom-checkbox{cursor:pointer;position:relative;display:inline-block;padding-left:28px;color:#000}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer}.custom-checkbox input:checked~.checkmark:after{display:block}.custom-checkbox input:checked~.checkmark{background-color:#dec678;border:1px solid #dec678}.custom-checkbox .checkmark{position:absolute;top:50%;transform:translateY(-50%);left:4px;width:16px;height:16px;background-color:transparent;border:1px solid #c4c4c4}.custom-checkbox .checkmark:after{content:"";position:absolute;display:none;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.header{background-color:#fff;position:fixed;top:0;left:0;right:0;z-index:100}.header.scroll-collapsed{box-shadow:2px 4px 16px 0 rgba(37,32,14,.1)}.header.scroll-collapsed .header__banner{position:fixed;top:0;left:0;right:0;opacity:0;pointer-events:none;visibility:hidden}.header.scroll-collapsed .header__main-part{flex-direction:row-reverse;align-items:center;justify-content:space-between}.header.scroll-collapsed .header__logo{width:260px;height:32px;margin:0}@media(max-width:1023px){.header.scroll-collapsed .header__logo{width:195px;height:24px}}@media(max-width:767px){.header.scroll-collapsed .header__logo{width:128px;height:16px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}}@media(max-width:767px){.header.scroll-collapsed .header__logo img{height:100%;object-fit:contain}}@media(max-width:767px){.header.scroll-collapsed .header__nav-line{width:100%}}.header.scroll-collapsed .header__nav,.header.scroll-collapsed .header__nav-line{gap:25px}.header.scroll-collapsed .header__nav{flex-direction:row-reverse}@media(max-width:767px){.header.scroll-collapsed .header__nav.left{bottom:0}}.header.scroll-collapsed .header__nav.left .header__nav-link-title{display:none}.header.scroll-collapsed .header__nav.right .header__nav-list{flex-direction:row-reverse}@media(max-width:1023px){.header.scroll-collapsed .header__nav.right .header__nav-list{flex-direction:row}}.header.scroll-collapsed .header__nav.right .header__nav-list .my-account__opener>span{display:none}.header.scroll-collapsed .header__nav.right .header__nav-list>li:first-of-type{position:relative}.header.scroll-collapsed .header__nav.right .header__nav-list>li:first-of-type:before{display:none}@media(max-width:1023px){.header.scroll-collapsed .header__nav.right .header__nav-list>li:first-of-type:before{display:block}}.header.scroll-collapsed .header__nav.right .header__nav-list>li:first-of-type:after{display:block}.header.scroll-collapsed .header__nav.right .header__nav-list>li:first-of-type .products-quantity{display:flex;align-items:center;justify-content:center;width:12px;height:12px;position:absolute;top:0;right:0;border-radius:50%;background-color:#000;color:#fff;font-size:.5rem;line-height:1}@media(max-width:767px){.header.scroll-collapsed .header__nav.right .header__nav-list>li:nth-of-type(2){display:flex}}.header.scroll-collapsed .header__nav.right .header__nav-list>li:nth-of-type(2):before{display:block}.header.scroll-collapsed .header__nav .header__nav-list{gap:25px}.header.scroll-collapsed .header__nav .header__nav-list>li:before{right:-13px}.header.scroll-collapsed .header__nav .header__nav-list>li:after{display:none}.header.scroll-collapsed .header__nav .form-field{position:relative}.header.scroll-collapsed .header__nav .form-field:before{content:"";position:absolute;right:-13px;top:50%;transform:translateY(-50%);width:1px;height:16px;border-radius:8px;background-color:#f2f2f2}@media(max-width:767px){.header.scroll-collapsed .header__menus-wrapper{display:none}}@media(max-width:1023px){.header.scroll-collapsed .navigation-menu{height:calc(100vh - 96px)}}@media(max-width:767px){.header.scroll-collapsed .burger-menu{height:calc(100vh - 41px)}}@media(max-width:767px){.header.scroll-collapsed .burger-menu .first-part{display:flex}}.header.scroll-collapsed .burger-menu .second-part{font-weight:600}.header.scroll-collapsed .search-menu{top:95px;height:calc(100dvh - 95px)}@media(max-width:767px){.header.scroll-collapsed .search-menu{top:88px;height:calc(100dvh - 88px)}}.header li.openable{position:relative}.header li.openable.opened .arrow-down{stroke:#dec678;transform:rotate(-180deg)}.header li.openable.opened .aditional-links__wrapper,.header li.openable.opened .my-account__modal{transform:translateY(100%);opacity:1;visibility:visible;pointer-events:auto}@media(max-width:1023px){.header li.openable.opened .aditional-links__wrapper{transform:translateY(0);grid-template-rows:1fr;margin-top:12px}}.header li.openable .arrow-down{fill:transparent!important;stroke:#000;transition:all .35s ease-in-out}.header li.openable .my-account__modal{position:absolute;right:0;bottom:0;z-index:101;transform:translateY(50%);opacity:0;visibility:hidden;pointer-events:none;transition:all .45s ease-in-out;width:348px;border-radius:0 0 1px 1px;background:#fff;box-shadow:0 12px 16px 0 rgba(142,122,57,.25)}@media(max-width:767px){.header li.openable .my-account__modal{width:324px}}.header li.openable .my-account__modal-main{color:#6a6868;font-weight:400;padding:16px 24px 20px}@media(max-width:767px){.header li.openable .my-account__modal-main{padding:8px 12px 12px}}.header li.openable .my-account__modal-name{color:#000;width:100%;font-weight:700;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #f2f2f2}.header li.openable .my-account__modal-link{display:flex;align-items:center;gap:4px;margin-bottom:16px;color:#000;transition:all .35s ease-in-out}@media(max-width:767px){.header li.openable .my-account__modal-link{margin-bottom:12px}}.header li.openable .my-account__modal-link:focus,.header li.openable .my-account__modal-link:hover{color:#dec678}.header li.openable .my-account__modal-link svg{width:24px;height:24px;transition:none}@media(max-width:767px){.header li.openable .my-account__modal-link svg{width:20px;height:20px}}.header li.openable .my-account__modal-link svg [fill]{fill:currentColor}.header li.openable .my-account__modal-wishlist-link{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #f2f2f2}@media(max-width:767px){.header li.openable .my-account__modal-wishlist-link{padding-top:12px}}.header li.openable .my-account__modal-wishlist-link.disabled{pointer-events:none;border:none}.header li.openable .my-account__modal-wishlist-link.disabled .my-account__modal-wishlist-qty{opacity:.5}.header li.openable .my-account__modal-wishlist-text{display:flex;align-items:center;gap:4px;color:#000;transition:all .35s ease-in-out}.header li.openable .my-account__modal-wishlist-text:focus,.header li.openable .my-account__modal-wishlist-text:hover{color:#dec678}.header li.openable .my-account__modal-wishlist-text svg{width:24px;height:24px;transition:none}@media(max-width:767px){.header li.openable .my-account__modal-wishlist-text svg{width:20px;height:20px}}.header li.openable .my-account__modal-wishlist-text svg [fill]{fill:currentColor}.header li.openable .my-account__modal-wishlist-qty{color:#fff;font-weight:700;padding:4px 24px;border-radius:1px;background-color:#b6a25f}.header li.openable .my-account__modal-btns{display:flex;width:100%}.header li.openable .my-account__modal .logout-btn{width:100%}.header li.openable .my-account__modal .login-btn,.header li.openable .my-account__modal .register-btn{width:50%}.header li.openable .aditional-links__wrapper{position:absolute;left:0;bottom:0;transform:translateY(50%);padding:8px 12px;background-color:#f9f6ec;opacity:0;visibility:hidden;pointer-events:none;transition:all .45s ease-in-out}@media(max-width:1023px){.header li.openable .aditional-links__wrapper{position:static;background-color:transparent;transform:translateY(0);padding:0;display:grid;grid-template-rows:0fr;overflow:hidden}}.header li.openable .aditional-links{min-height:0;display:flex;flex-direction:column;align-items:flex-start;gap:12px;list-style:none}.header li.openable .aditional-links li{padding:0;font-weight:400;white-space:nowrap;transition:all .35s ease-in-out}.header li.openable .aditional-links li:after,.header li.openable .aditional-links li:before{display:none}.header li.openable .aditional-links li:focus,.header li.openable .aditional-links li:hover{color:#b6a25f}.header__banner{background-color:#b6a25f;color:#fff;padding:8px 120px;text-align:center}@media(max-width:1023px){.header__banner{padding:8px 20px}}@media(max-width:767px){.header__banner{padding:8px 12px}}.header__banner .text-medium{padding-right:9px;position:relative}.header__banner .text-medium:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:16px;border-radius:8px;background-color:#fff}.header__logo{display:flex;margin:0 auto;width:324px;height:40px}@media(max-width:767px){.header__logo{width:192px;height:24px}}.header__logo img{height:100%;object-fit:contain}.header__holder{padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;gap:16px}@media(max-width:767px){.header__holder{gap:12px}}.header__main-part{display:flex;flex-direction:column;gap:16px}@media(max-width:767px){.header__main-part{gap:12px}}.header__nav-line{justify-content:space-between}.header__nav,.header__nav-line{display:flex;align-items:center}.header__nav{gap:17px}.header__nav.left-mobile .header__nav-list{gap:25px}.header__nav.left-mobile .header__nav-list>li:before{right:-13px}.header__nav.left-mobile .header__nav-list>li:after,.header__nav.left-mobile .header__nav-list>li:last-of-type:before{display:none}@media(max-width:1023px){.header__nav.left nav{display:none}}@media(max-width:767px){.header__nav.left{position:absolute;left:0;bottom:36px;transform:translateY(100%);width:100%;z-index:100;background-color:#fff}}.header__nav.left .header__nav-link{display:flex;align-items:center;gap:4px}@media(max-width:767px){.header__nav.right .header__nav-list>li:after{display:none}}.header__nav.right .header__nav-list>li:first-of-type .price-preview{display:inline}@media(max-width:767px){.header__nav.right .header__nav-list>li:first-of-type .price-preview{display:none}}.header__nav.right .header__nav-list>li:first-of-type .products-quantity{display:none}@media(max-width:767px){.header__nav.right .header__nav-list>li:nth-of-type(2) .my-account__opener>span{display:none}}.header__nav.right .header__nav-list>li:nth-of-type(2):before{display:none}@media(max-width:1023px){.header__nav.right .header__nav-list>li:nth-of-type(2):before{display:block}}@media(max-width:767px){.header__nav.right .header__nav-list>li:nth-of-type(2):before{display:none}}.header__nav.right .header__nav-list>li:last-of-type{display:none;padding:0;height:24px}@media(max-width:1023px){.header__nav.right .header__nav-list>li:last-of-type{display:block}.header__nav.right .header__nav-list>li:last-of-type:after,.header__nav.right .header__nav-list>li:last-of-type:before{display:none}}@media(max-width:767px){.header__nav.right .header__nav-list>li:last-of-type{display:none}}.header__nav .header__nav-list{display:flex;align-items:center;gap:17px;list-style:none}.header__nav .header__nav-list>li{position:relative;cursor:pointer;padding:4px 0;color:#000;font-weight:500;transition:all .35s ease-in-out;height:fit-content}.header__nav .header__nav-list>li,.header__nav .header__nav-list>li>div{display:flex;align-items:center;gap:4px}@media(max-width:767px){.header__nav .header__nav-list>li{padding:0}}.header__nav .header__nav-list>li:before{content:"";position:absolute;right:-9px;top:50%;transform:translateY(-50%);width:1px;height:16px;background-color:#f2f2f2}.header__nav .header__nav-list>li:after{content:"";position:absolute;font-weight:400;bottom:0;left:50%;width:0;height:1px;background-color:#dec678;transition:all .35s ease-in-out}.header__nav .header__nav-list>li svg{fill:#000;transition:all .35s ease-in-out}.header__nav .header__nav-list>li.opened:after,.header__nav .header__nav-list>li:focus:after,.header__nav .header__nav-list>li:hover:after{width:100%;left:0}.header__nav .header__nav-list>li.opened svg,.header__nav .header__nav-list>li:focus svg,.header__nav .header__nav-list>li:hover svg{fill:#dec678}.header__search-wrapper{position:relative;width:140px}@media(max-width:767px){.header__search-wrapper{display:block;opacity:0;pointer-events:none;transform:translateY(-50%);height:0}}.header__search-wrapper:hover .input-search{cursor:pointer;border-bottom:1px solid #dec678}.header__search-wrapper:hover .input-search__search-icon{stroke:#dec678}.header__search-wrapper.opened{width:300px}@media(max-width:767px){.header__search-wrapper.opened{width:100%;padding:8px 12px;opacity:1;pointer-events:auto;transform:translateY(0);transition:all .4s ease-in;height:auto}}.header__search-wrapper.opened .input-search{padding-right:32px;border-bottom:1px solid #dec678}.header__search-wrapper.opened .input-search::placeholder{color:#c4c4c4}.header__search-wrapper.opened .input-search__search-icon{stroke:#dec678}.header__search-wrapper.opened .input-search__close-btn{display:block}.header__search-wrapper .input-search{font:400 1rem/24px Raleway;outline:none;transition:all .35s ease-in-out;padding:4px 8px 3px 36px;border:0;border-bottom:1px solid #f9f6ec;width:100%}.header__search-wrapper .input-search::placeholder{color:#000;font:inherit}.header__search-wrapper .input-search__close-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:none;width:24px;height:24px}@media(max-width:767px){.header__search-wrapper .input-search__close-btn{right:12px}}.header__search-wrapper .input-search__search-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);stroke:#000;transition:all .35s ease-in-out}.header__burger-opener,.header__mobile-search-opener{width:24px;height:24px}.header__burger-opener svg{fill:#000;stroke:#000;transition:all .35s ease-in-out}.header__burger-opener:focus svg,.header__burger-opener:hover svg{fill:#dec678;stroke:#dec678;transform:rotate(-90deg)}.header__mobile-search-opener svg{fill:none!important;stroke:#000}.header__mobile-search-opener:focus svg,.header__mobile-search-opener:hover svg{fill:none!important;stroke:#dec678}.header__menus-wrapper{display:flex;justify-content:center}.header__menus-wrapper>ul{list-style:none;display:flex;align-items:center;gap:60px;color:#000}@media(max-width:767px){.header__menus-wrapper>ul{gap:20px}}.header__menus-wrapper li a{position:relative;transition:all .35s ease-in-out}.header__menus-wrapper li a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#dec678;transition:all .35s ease-in-out}.header__menus-wrapper li a:focus:after,.header__menus-wrapper li a:hover:after{width:100%;left:0}.header__menu-opener-link{position:relative;display:flex;align-items:center;gap:4px;font-family:Marcellus;font-size:1rem;line-height:24px;padding:4px 0 3px;transition:all .35s ease-in-out}@media(max-width:767px){.header__menu-opener-link{font-size:.75rem;line-height:16px;height:16px}}.header__menu-opener-link.openable>svg{display:block;cursor:pointer;stroke:#000;transition:all .35s ease-in-out}.header__menu-opener-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#dec678;transition:all .35s ease-in-out}.header__menu-opener-link>svg{display:none}.header__menu-opener-link.opened:after,.header__menu-opener-link:hover:after{width:100%;left:0}.header__menu-opener-link.opened>svg{stroke:#dec678;transform:rotate(-180deg)}.navigation-menu{display:flex;opacity:0;pointer-events:none;visibility:hidden;position:absolute;left:0;bottom:0;z-index:101;transform:translateY(70%);width:100%;height:480px;background-color:#f2f2f2;box-shadow:2px 4px 16px 0 rgba(37,32,14,.1);transition:none}@media(max-width:1023px){.navigation-menu{flex-direction:column;height:calc(100vh - 191px)}}@media(max-width:767px){.navigation-menu{height:calc(100vh - 167px)}}.navigation-menu.opened{opacity:1;pointer-events:all;visibility:visible;transform:translateY(100%);transition:all .4s ease-in}.navigation-menu__half{width:50%}@media(max-width:1023px){.navigation-menu__half{width:100%}}@media(max-width:1023px){.navigation-menu__half-links-container{flex:none;height:calc(100% - 276px)}}@media(max-width:767px){.navigation-menu__half-links-container{flex:1}}.navigation-menu__half.links{padding:20px 40px 20px 0}@media(max-width:1023px){.navigation-menu__half.links{padding:20px 0;height:100%;overflow-y:auto}}@media(max-width:767px){.navigation-menu__half.links{padding:16px 0}}.navigation-menu__half.images{position:absolute;top:0;right:0;display:grid;grid-template-columns:1fr 2fr}@media(max-width:1023px){.navigation-menu__half.images{top:auto;bottom:0;grid-template-columns:2fr 1fr}}@media(max-width:767px){.navigation-menu__half.images{display:none}}.navigation-menu__half.images .left-part{display:flex;flex-direction:column}@media(max-width:1023px){.navigation-menu__half.images .left-part{flex-direction:row}}.navigation-menu__half.images .left-part .image-wrapper{height:240px}@media(max-width:1023px){.navigation-menu__half.images .left-part .image-wrapper{height:256px;width:50%}}.navigation-menu__half.images .left-part .image-wrapper img{height:100%;object-fit:cover;object-position:center}.navigation-menu__half.images .right-part .image-wrapper{height:480px}@media(max-width:1023px){.navigation-menu__half.images .right-part .image-wrapper{height:256px}}.navigation-menu__half.images .right-part .image-wrapper img{height:100%;object-fit:cover;object-position:center}.navigation-menu__nav.left{border-right:1px solid #c4c4c4;padding-right:16px;height:fit-content}@media(max-width:767px){.navigation-menu__nav.left{width:50%}}.navigation-menu__nav.right{position:relative;flex:1}@media(max-width:767px){.navigation-menu__nav.right{width:30%}}.navigation-menu__links-lists-wrapper{display:flex;gap:16px;height:100%;overflow-y:auto}.navigation-menu__links-lists-wrapper:not(:has(.navigation-menu__openable-link)) .navigation-menu__nav.left{border-right:none;width:100%}.navigation-menu__additional-links-wrapper{position:absolute;opacity:0;transform:translateX(-50%);visibility:hidden;pointer-events:none;transition:all .35s ease-in-out}.navigation-menu__additional-links-wrapper.active{opacity:1;transform:translateX(0);visibility:visible;pointer-events:auto}.navigation-menu__list-title{position:relative;display:flex;align-items:center;gap:4px;width:fit-content;font-weight:700;margin-bottom:12px;transition:all .35s ease-in-out}.navigation-menu__list-title:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#dec678;transition:all .35s ease-in-out}.navigation-menu__list-title:focus:after,.navigation-menu__list-title:hover:after{width:100%;left:0}.navigation-menu__list-title:focus svg,.navigation-menu__list-title:hover svg{fill:#dec678;stroke:none;transform:none}.navigation-menu__list-title svg{fill:#000;stroke:none;transform:none;transition:all .35s ease-in-out}.navigation-menu__links-list{list-style:none;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.navigation-menu__links-item{cursor:pointer;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0}.navigation-menu__links-item.opened a:after,.navigation-menu__links-item:focus a:after,.navigation-menu__links-item:hover a:after{width:100%;left:0}.navigation-menu__links-item.opened svg{transform:rotate(-90deg);stroke:#dec678}.navigation-menu__links-item.navigation-menu__openable-link svg{opacity:1;visibility:visible;pointer-events:auto}.navigation-menu__links-item a{position:relative}.navigation-menu__links-item a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#dec678;transition:all .35s ease-in-out}.navigation-menu__links-item svg{opacity:0;visibility:hidden;pointer-events:none;stroke:#000;transition:all .35s ease-in-out}.navigation-menu__closer{position:absolute;top:20px;right:20px;z-index:2}@media(max-width:767px){.navigation-menu__closer{top:16px;right:12px}}.burger-menu{display:flex;opacity:0;pointer-events:none;visibility:hidden;transform:translateY(50%);background-color:#f2f2f2;height:fit-content;position:absolute;bottom:0;left:0;z-index:100;width:100%;padding:20px;flex-direction:column;gap:12px;overflow:auto}@media(max-width:767px){.burger-menu{padding:16px 12px}}.burger-menu.opened{opacity:1;pointer-events:all;visibility:visible;transform:translateY(100%);transition:all .4s ease-in}.burger-menu__closer{position:absolute;top:20px;right:20px;z-index:100}@media(max-width:767px){.burger-menu__closer{top:16px;right:12px}}.burger-menu .first-part ul{width:100%;display:flex;flex-direction:column;list-style:none;gap:24px}.burger-menu .first-part{display:none;padding-bottom:12px;border-bottom:1px solid #c4c4c4}.burger-menu .first-part ul li a{font-weight:600;gap:4px}.burger-menu .second-part{font-weight:600}.burger-menu .second-part ul li:last-of-type{display:none}.burger-menu .second-part ul li a{gap:8px}.burger-menu .second-part__list{width:100%;display:flex;flex-direction:column;list-style:none;gap:24px}.burger-menu .second-part__item.openable a .arrow-down{display:block}.burger-menu .second-part__item a{width:fit-content;position:relative;display:flex;align-items:center;color:#000;padding-bottom:1px}.burger-menu .second-part__item a:focus:after,.burger-menu .second-part__item a:hover:after{width:100%;left:0}.burger-menu .second-part__item a:focus .arrow-down,.burger-menu .second-part__item a:hover .arrow-down{stroke:#dec678}.burger-menu .second-part__item a:focus .left-svg,.burger-menu .second-part__item a:hover .left-svg{fill:#dec678}.burger-menu .second-part__item a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#dec678;transition:all .35s ease-in-out}.burger-menu .second-part__item a .arrow-down{display:none;stroke:#000}.burger-menu .second-part__item a .left-svg{display:block;fill:#000}.burger-menu .accordion.opened .accordion-list-wrapper{grid-template-rows:1fr;opacity:1}.burger-menu .accordion.opened .accordion-title{margin-bottom:12px}.burger-menu .accordion.opened .accordion-title:after{width:100%;left:0}.burger-menu .accordion.opened .accordion-title svg{stroke:#dec678;transform:rotate(-180deg)}.burger-menu .accordion-title{width:fit-content;position:relative;display:flex;align-items:center;color:#000;padding-bottom:1px}.burger-menu .accordion-title:focus:after,.burger-menu .accordion-title:hover:after{width:100%;left:0}.burger-menu .accordion-title:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#dec678;transition:all .35s ease-in-out}.burger-menu .accordion-title.openable svg{display:block;stroke:#000;transition:all .35s ease-in-out}.burger-menu .accordion-title svg{display:none}.burger-menu .accordion-list-wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;transition:all .35s ease-in-out;margin:0;padding:0}.burger-menu .accordion-list{display:grid;grid-template-columns:1fr;min-height:0}.burger-menu .accordion-list ul{list-style:none;display:flex;flex-direction:column;gap:12px}.burger-menu .accordion-list ul li a{font-weight:400}.footer{background-color:#eeedea;padding:40px 0}@media(max-width:1023px){.footer{padding:28px 0}}@media(max-width:767px){.footer{padding:32px 0}}.footer__holder{display:flex;align-items:stretch;padding:0 40px;width:min(100%,1440px);margin-left:auto;margin-right:auto}@media(max-width:1023px){.footer__holder{padding:0 20px}}@media(max-width:767px){.footer__holder{flex-direction:column;padding:0 12px}}.footer__main{width:75%;border-right:1px solid #b6a25f}@media(max-width:1023px){.footer__main{width:76%}}@media(max-width:767px){.footer__main{width:100%;border-right:none;border-bottom:1px solid #b6a25f;padding-bottom:24px}}.footer__main-head{display:flex;flex-direction:column;gap:24px;padding-bottom:40px}@media(max-width:767px){.footer__main-head{gap:16px;padding-bottom:24px}}.footer__logo{width:249px;height:28px}@media(max-width:767px){.footer__logo{width:213px;height:24px}}.footer__socials ul{display:flex;gap:12px;list-style:none}.footer__socials ul li{display:flex;border-radius:50%;width:28px;height:28px;color:#3e3e3e;transition:all .35s ease-in-out}.footer__socials ul li:focus,.footer__socials ul li:hover{color:#b6a25f}.footer__socials ul li svg [fill]{fill:currentColor}.footer__main-links-wrapper{color:#3e3e3e;gap:60px;display:grid;grid-template-columns:repeat(4,1fr);font-weight:500}@media(max-width:1023px){.footer__main-links-wrapper{padding-right:4px;grid-template-columns:repeat(2,1fr);gap:32px 80px}}@media(max-width:767px){.footer__main-links-wrapper{padding-right:0;grid-template-columns:repeat(1,1fr);gap:24px}}.footer__main-links-column .nav-title{position:relative;width:fit-content;color:#000;text-transform:uppercase;font-weight:700;margin-bottom:8px}@media(max-width:767px){.footer__main-links-column .nav-title{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:0}}.footer__main-links-column .nav-title:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#b6a25f;transition:all .35s ease-in-out}@media(max-width:767px){.footer__main-links-column .nav-title:after{width:24px;height:24px;content:url(../img/icons/arrow-down.svg);transition:all .35s ease-in-out}}.footer__main-links-column .nav-title:focus:before,.footer__main-links-column .nav-title:hover:before{width:100%;left:0}@media(max-width:767px){.footer__main-links-column .nav-title:focus:before,.footer__main-links-column .nav-title:hover:before{display:none}}@media(max-width:767px){.footer__main-links-column .nav-list-wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;transition:all .35s ease-in-out;margin:0;padding:0}}.footer__main-links-column .nav-list-wrapper ul{list-style:none;display:flex;flex-direction:column;gap:4px}@media(max-width:767px){.footer__main-links-column .nav-list-wrapper ul{gap:16px;min-height:0}}.footer__main-links-column .nav-list-wrapper ul li{position:relative;width:fit-content;font-weight:500;transition:all .35s ease-in-out}@media(max-width:767px){.footer__main-links-column .nav-list-wrapper ul li{margin-bottom:0}}.footer__main-links-column .nav-list-wrapper ul li:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#b6a25f;transition:all .35s ease-in-out}.footer__main-links-column .nav-list-wrapper ul li:focus:before,.footer__main-links-column .nav-list-wrapper ul li:hover:before{width:100%;left:0}.footer__main-links-column.opened .nav-title{margin-bottom:12px}.footer__main-links-column.opened .nav-title:after{transform:rotate(-180deg)}.footer__main-links-column.opened .nav-list-wrapper{grid-template-rows:1fr;opacity:1}.footer__sai{display:flex;flex-direction:column;gap:21px;width:25%;padding:0 24px}@media(max-width:1023px){.footer__sai{width:24%}}@media(max-width:767px){.footer__sai{width:100%;padding:24px 0 0;gap:24px}}.footer__sai-logo{width:118px;height:99px}.footer__sai-links-wrapper{color:#3e3e3e}.footer__sai-links-column .nav-title{width:fit-content;position:relative;color:#000;text-transform:uppercase;font-weight:700;margin-bottom:8px}@media(max-width:1023px){.footer__sai-links-column .nav-title{margin-bottom:12px}}.footer__sai-links-column .nav-title:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#b6a25f;transition:all .35s ease-in-out}.footer__sai-links-column .nav-title:focus:before,.footer__sai-links-column .nav-title:hover:before{width:100%;left:0}.footer__sai-links-column ul{list-style:none;display:flex;flex-direction:column;gap:4px;font-weight:500}@media(max-width:1023px){.footer__sai-links-column ul{gap:16px}}.footer__sai-links-column ul li{position:relative;width:fit-content;transition:all .35s ease-in-out}.footer__sai-links-column ul li:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#b6a25f;transition:all .35s ease-in-out}.footer__sai-links-column ul li:focus:before,.footer__sai-links-column ul li:hover:before{width:100%;left:0}.footer__rights{display:flex;align-items:center;justify-content:center;gap:8px;color:#000;font-size:.875rem;font-weight:500;line-height:20px;margin-top:40px}@media(max-width:1023px){.footer__rights{margin-top:32px}}@media(max-width:767px){.footer__rights{flex-direction:column;gap:4px;font-size:.75rem}}.footer__rights a{position:relative;width:fit-content;font:inherit}.footer__rights a:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#b6a25f;transition:all .35s ease-in-out}.footer__rights a:focus:before,.footer__rights a:hover:before{width:100%;left:0}.footer__rights img{width:18px;height:16px}.hero{display:flex;height:564px}@media(max-width:1023px){.hero{flex-direction:column-reverse;height:fit-content}}.hero__image-part,.hero__video-part{position:relative;display:flex;flex-direction:column;gap:24px;align-items:center;color:#fff;height:100%;text-align:center}@media(max-width:767px){.hero__image-part,.hero__video-part{gap:16px}}.hero__image-part:has(.link:hover,.link:focus):before,.hero__video-part:has(.link:hover,.link:focus):before{background-color:rgba(17,16,16,.6)}.hero__image-part:before,.hero__video-part:before{content:"";position:absolute;inset:0;z-index:-1;background-color:rgba(103,97,78,.4);transition:all .35s ease-in-out}.hero__image-part .title--01,.hero__video-part .title--01{text-shadow:0 4px 4px rgba(37,32,14,.25)}.hero__image-part{width:42%;padding:200px 20px}@media(max-width:1023px){.hero__image-part{height:514px;width:100%;padding:180px 40px}}@media(max-width:767px){.hero__image-part{padding:50px 20px;height:252px}}.hero__image-part img{width:100%;height:100%;position:absolute;inset:0;z-index:-2;object-fit:cover}.hero__video-part{width:58%;padding:200px 80px}@media(max-width:1023px){.hero__video-part{height:514px;width:100%;padding:180px 40px}}@media(max-width:767px){.hero__video-part{padding:50px 20px;height:252px}}.hero__video-part .hero__video-container{position:absolute;inset:0;z-index:-2}.hero__video-part .hero__video-container video{width:100%;height:100%;object-fit:cover}.mission{position:relative}.mission>h2{position:absolute;top:0;left:0;opacity:0;pointer-events:none;visibility:hidden}.mission__container{display:flex;gap:24px;align-items:flex-end;margin-bottom:32px}@media(max-width:1023px){.mission__container{flex-direction:column;gap:20px;margin-bottom:20px}}.mission__article{width:37%}@media(max-width:1023px){.mission__article{width:100%}}.mission__article h3{margin-bottom:8px;color:#000;font-family:Marcellus;font-weight:400;font-size:2.5rem;line-height:52px}@media(max-width:1023px){.mission__article h3{font-size:2.25rem;line-height:44px}}@media(max-width:767px){.mission__article h3{font-size:1.5rem;line-height:32px}}.mission__article h4{color:#6a6868;font-weight:400;font-size:1.25rem;line-height:32px;text-transform:uppercase;margin-bottom:24px}@media(max-width:1023px){.mission__article h4{margin-bottom:20px}}@media(max-width:767px){.mission__article h4{font-size:1rem;line-height:24px}}.mission__article p{color:#000;font-family:Marcellus;font-weight:400;font-size:1.25rem;line-height:32px}@media(max-width:767px){.mission__article p{font-size:1rem;line-height:24px}}.mission__list{width:63%;display:grid;grid-template-columns:repeat(5,1fr);gap:24px}@media(max-width:1023px){.mission__list{gap:12px;width:100%;padding:16px 0}}@media(max-width:767px){.mission__list{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:12px 8px}}.mission__item{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}@media(max-width:767px){.mission__item{width:calc(33% - 5px)}.mission__item:nth-child(3){order:4;width:calc(50% - 4px)}.mission__item:nth-child(4){order:5;width:calc(50% - 4px)}}.mission__item img{width:150px;height:150px;object-fit:contain}@media(max-width:1023px){.mission__item img{width:136px;height:136px}}@media(max-width:767px){.mission__item img{width:80px;height:80px}}.categories{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media(max-width:1023px){.categories{display:flex;flex-direction:column;gap:24px}}@media(max-width:767px){.categories{gap:20px}}.categories__card{position:relative;height:548px}@media(max-width:767px){.categories__card{height:300px}}.categories__card:focus .categories__card-text-wrapper,.categories__card:hover .categories__card-text-wrapper{grid-template-rows:1fr;opacity:1}.categories__card-description{position:absolute;z-index:2;bottom:20px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;width:calc(100% - 40px);padding:12px 38px;background-color:#fff;text-align:center}@media(max-width:767px){.categories__card-description{padding:8px 20px;width:calc(100% - 24px);bottom:8px}}.categories__card-description .title{color:#000}.categories__card-text-wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;transition:all .35s ease-in-out}.categories__card-text-wrapper p{min-height:0}.categories__card img,.categories__card video{width:100%;height:100%;object-fit:cover}.slider-section{overflow-x:clip}.slider-section:not(:last-of-type).border-bottom{position:relative}.slider-section:not(:last-of-type).border-bottom:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:1px;width:calc(100% - 80px);background-color:#dec678}@media(max-width:1023px){.slider-section:not(:last-of-type).border-bottom:after{width:calc(100% - 40px)}}@media(max-width:767px){.slider-section:not(:last-of-type).border-bottom:after{width:calc(100% - 24px)}}.slider-section__title-wrapper{position:relative}.slider-section__title-wrapper .btn{position:absolute;top:2px;right:0}@media(max-width:1023px){.slider-section__title-wrapper .btn{top:0}}.slider-section__title h2{width:calc(100% - 150px);min-height:48px;font-family:Marcellus;font-weight:400;font-size:2.5rem;line-height:52px;margin-bottom:12px}@media(max-width:1023px){.slider-section__title h2{font-size:2.25rem;line-height:44px}}@media(max-width:767px){.slider-section__title h2{width:calc(100% - 140px);min-height:44px;font-size:1.5rem;line-height:32px}}.slider-section__title h2 strong{text-decoration:underline;font-weight:inherit}.slider-section__title p:not(:last-of-type){margin-bottom:8px}.slider-section .slider-section__slider>.swiper-wrapper{margin:20px 0}.slider-section__slider{overflow:hidden;height:100%;width:100%}.slider-section__slider.auto-three-slides.swiper-initialized .reviews__card{width:437px!important;margin-right:24px}@media(max-width:1023px){.slider-section__slider.auto-three-slides.swiper-initialized .reviews__card{margin-right:16px}}@media(max-width:767px){.slider-section__slider.auto-three-slides.swiper-initialized .reviews__card{width:232px!important}}.slider-section__slider.auto-three-slides.swiper-initialized .library__card{width:432px!important;margin-right:32px}@media(max-width:767px){.slider-section__slider.auto-three-slides.swiper-initialized .library__card{width:232px!important;margin-right:12px}}@media(max-width:1023px){.slider-section__slider.auto-three-slides.swiper-initialized{overflow:visible}}.slider-section__slider.auto-three-slides:not(.swiper-initialized)>.swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:1023px){.slider-section__slider.auto-three-slides:not(.swiper-initialized)>.swiper-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.slider-section__slider.auto-three-slides:not(.swiper-initialized)>.swiper-wrapper{gap:16px}}.slider-section__slider.auto-four-slides.swiper-initialized .power-beads__card{width:325px!important;margin-right:20px}@media(max-width:767px){.slider-section__slider.auto-four-slides.swiper-initialized .power-beads__card{width:232px!important;margin-right:12px}}@media(max-width:1023px){.slider-section__slider.auto-four-slides.swiper-initialized{overflow:visible}}.slider-section__slider.auto-four-slides:not(.swiper-initialized)>.swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1023px){.slider-section__slider.auto-four-slides:not(.swiper-initialized)>.swiper-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.slider-section__slider.auto-four-slides:not(.swiper-initialized)>.swiper-wrapper{gap:12px}}.slider-section__slider.fix-three-slides:not(.swiper-initialized).centered>.swiper-wrapper{display:flex;align-items:stretch;justify-content:center}.slider-section__slider.fix-three-slides:not(.swiper-initialized).centered>.swiper-wrapper .ingridient-card__wrapper{width:calc(33% - 16px);height:auto}@media(max-width:1023px){.slider-section__slider.fix-three-slides:not(.swiper-initialized).centered>.swiper-wrapper .ingridient-card__wrapper{width:calc(50% - 8px)}}@media(max-width:767px){.slider-section__slider.fix-three-slides:not(.swiper-initialized).centered>.swiper-wrapper .ingridient-card__wrapper{width:100%}}.slider-section__slider.fix-three-slides:not(.swiper-initialized)>.swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1023px){.slider-section__slider.fix-three-slides:not(.swiper-initialized)>.swiper-wrapper{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:767px){.slider-section__slider.fix-three-slides:not(.swiper-initialized)>.swiper-wrapper{grid-template-columns:repeat(1,1fr)}}.slider-section__slider.fix-four-slides:not(.swiper-initialized)>.swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1400px){.slider-section__slider.fix-four-slides:not(.swiper-initialized)>.swiper-wrapper{grid-template-columns:repeat(3,1fr)}}@media(max-width:1023px){.slider-section__slider.fix-four-slides:not(.swiper-initialized)>.swiper-wrapper{grid-template-columns:repeat(2,1fr);gap:12px}}.swiper-controls{position:relative;display:flex;justify-content:flex-end}@media(max-width:767px){.swiper-controls{justify-content:center;align-items:center;height:32px}}.swiper-scrollbar{top:50%!important;left:50%!important;transform:translate(-50%,-50%);background-color:#e2e2e2;width:400px!important}@media(max-width:767px){.swiper-scrollbar{position:static!important;transform:translate(0);margin:8px 0;width:180px!important}}.swiper-scrollbar-drag{background-color:#dec678}.swiper-btns{display:flex;gap:16px}@media(max-width:767px){.swiper-btns .swiper__button-prev{display:none}}@media(max-width:767px){.swiper-btns .swiper__button-next{position:absolute;top:0;right:0}}.swiper__button-next,.swiper__button-prev{display:flex;border:1px solid transparent;transition:all .35s ease-in-out;width:48px;height:48px}@media(max-width:767px){.swiper__button-next,.swiper__button-prev{width:32px;height:32px}}.swiper__button-next svg,.swiper__button-prev svg{width:100%;height:100%;fill:#000;transition:all .35s ease-in-out}.swiper__button-next:focus,.swiper__button-next:hover,.swiper__button-prev:focus,.swiper__button-prev:hover{border:1px solid #dec678}.swiper__button-next:focus svg,.swiper__button-prev:focus svg{fill:#c5963a}.product-card__wrapper{background-color:#fff;position:relative;display:flex;flex-direction:column;gap:4px;padding-bottom:16px;height:100%;border-radius:2px}@media(max-width:767px){.product-card__wrapper{padding-bottom:8px}}.product-card__wrapper:before{transition:all .5s ease-in-out;content:"";border:1px solid transparent;border-radius:2px 0 0 2px;position:absolute;inset:0;z-index:3;pointer-events:none}.product-card__wrapper.active{z-index:2}.product-card__wrapper.active:before{content:"";border:1px solid #b6a25f}.product-card__wrapper.active:has(.open-right):before{border-radius:2px 0 0 2px;border-right:0;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.product-card__wrapper.active:has(.open-left):before{border-radius:0 2px 2px 0;border-left:0;box-shadow:-2px 4px 8px 0 rgba(37,32,14,.1)}.product-card__wrapper.active .product-card__image-wrapper{border-top-left-radius:2px}.product-card__wrapper.active .product-card__button-next,.product-card__wrapper.active .product-card__button-prev,.product-card__wrapper.active .product-card__options-wrapper{opacity:1;pointer-events:auto}.product-card__wrapper.active .product-card__options-wrapper.open-right{transform:translateX(calc(100% - 20px));box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}@media(max-width:767px){.product-card__wrapper.active .product-card__options-wrapper.open-right{transform:translateX(calc(100% - 12px))}}.product-card__wrapper.active .product-card__options-wrapper.open-left{transform:translateX(-100%);box-shadow:-2px 4px 8px 0 rgba(37,32,14,.1)}.product-card__wrapper.active .open-options-btn{box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.product-card__wrapper:focus .add-to-favorite,.product-card__wrapper:hover .add-to-favorite{opacity:1;pointer-events:auto}.product-card__options-wrapper{position:relative;position:absolute;top:0;z-index:3;width:calc(100% + 21px);height:100%;display:flex;flex-direction:column;justify-content:space-between;opacity:0;pointer-events:none;transition:all .5s ease-in-out;background-color:#f2f2f2;padding:12px 12px 16px;border:1px solid #b6a25f}@media(max-width:767px){.product-card__options-wrapper{overflow:hidden;width:calc(100% + 13px);padding:4px 4px 44px}}.product-card__options-wrapper.open-right{left:-2px;transform:translateX(-100%);border-radius:0 2px 2px 0;border-left:0}.product-card__options-wrapper.open-left{left:2px;transform:translateX(100%);border-radius:2px 0 0 2px;border-right:0}.product-card__options-wrapper .close-options-btn{display:none}@media(max-width:1023px){.product-card__options-wrapper .close-options-btn{display:block;position:absolute;top:12px;right:12px;width:24px;height:24px}}@media(max-width:1023px)and (max-width:767px){.product-card__options-wrapper .close-options-btn{top:4px;right:4px}}.product-card__options-main{overflow-y:auto}.product-card__options-main .variations tbody{display:flex;flex-direction:column;gap:8px}.product-card__options-main .variations tr{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-family:Raleway;font-size:1rem;line-height:24px}@media(max-width:767px){.product-card__options-main .variations tr{font-size:.875rem;line-height:20px}}.product-card__options-main .variations th{text-align:start;color:#6a6868;font-weight:400}.product-card__options-main .variations .value{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;column-gap:8px;row-gap:4px;padding-bottom:8px;border-bottom:1px solid #c4c4c4;font-weight:500;color:#000}.product-card__options-main .variations .reset_variations{display:none}@media(max-width:767px){.product-card__options-footer{position:absolute;bottom:0;left:0;right:0;padding:0 4px 4px;background:#f2f2f2;box-shadow:-2px -2px 4px 0 rgba(37,32,14,.1)}}.product-card__image-wrapper{width:100%;height:325px;position:relative;object-fit:cover;overflow:hidden}@media(max-width:1023px){.product-card__image-wrapper{height:354px}}@media(max-width:767px){.product-card__image-wrapper{height:169px}}.product-card__image-wrapper img{display:block;width:100%;height:100%;object-fit:contain}.product-card__image-wrapper:focus .product-card__button-next,.product-card__image-wrapper:focus .product-card__button-prev,.product-card__image-wrapper:hover .product-card__button-next,.product-card__image-wrapper:hover .product-card__button-prev{opacity:1;pointer-events:auto}.product-card__button-next,.product-card__button-prev{background-color:hsla(0,0%,100%,.439);width:40px;height:40px;backdrop-filter:blur(1px);display:flex;position:absolute;top:50%;transform:translateY(-50%);z-index:1;opacity:0;pointer-events:none;transition:all .35s ease-in-out}.product-card__button-prev{left:0}.product-card__button-next{right:0}.product-card__description{display:flex;flex-direction:column;gap:4px;padding:0 16px}@media(max-width:767px){.product-card__description{padding:0 4px}}.product-card__line{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}@media(max-width:767px){.product-card__line{flex-direction:column;align-items:flex-start}}.product-card__price{display:flex;align-items:center;gap:8px;color:#6a6868;font-size:1rem;line-height:24px}@media(max-width:767px){.product-card__price{font-size:.875rem;line-height:20px}}.product-card__price .old-price{font-weight:400;text-decoration:line-through}.product-card__price .actual-price{font-weight:600}.product-card__stars{display:flex;gap:1px}.product-card__stars img{width:17px;height:17px}.product-card__title{height:48px;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:767px){.product-card__title{height:40px}}.product-card__footer{display:flex;align-items:stretch;justify-content:space-between;gap:16px}@media(max-width:767px){.product-card__footer{gap:4px}}.product-card__footer .limited-offer{display:flex;align-items:center;flex:1;padding:8px;background-color:#dec678;color:#000;font-family:Marcellus;font-size:1rem;font-weight:400;line-height:24px;text-transform:uppercase;white-space:wrap;margin-right:-16px}@media(max-width:767px){.product-card__footer .limited-offer{margin-right:-4px;padding:2px 4px;font-size:.6875rem;line-height:16px}}.product-card__footer .open-options-btn{white-space:nowrap;padding:8px;background-color:#f2f2f2;font-weight:500;color:#000;transition:all .35s ease-in-out}.product-card__footer .open-options-btn:focus,.product-card__footer .open-options-btn:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.product-radio-button{display:inline-block}.product-radio-button input[type=radio]{display:none}.product-radio-button label{display:flex;align-items:center;cursor:pointer}.product-radio-button label:focus .radio-label,.product-radio-button label:hover .radio-label{color:#c5963a}.product-radio-button .radio-label{transition:all .35s ease-in-out}.product-radio-button .custom-radio{width:32px;height:32px;border-radius:50%;border:1px solid transparent;display:flex;align-items:center;justify-content:center;margin-right:4px;padding:1px;background-position:50%;background-size:cover;transition:all .35s ease-in-out}@media(max-width:767px){.product-radio-button .custom-radio{width:20px;height:20px}}.product-radio-button input[type=radio]:checked+label .custom-radio{border:1px solid #3e3e3e}.mw-wishlist-buttons{position:absolute;top:12px;right:12px;z-index:1}.mw-wishlist-buttons .add-to-favorite,.mw-wishlist-buttons .delete-from-favorite{position:absolute;z-index:1;top:12px;right:12px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;box-shadow:0 0 8px rgba(37,32,14,.08);width:44px;height:44px;transition:all .35s ease-in-out}@media(max-width:767px){.mw-wishlist-buttons .add-to-favorite,.mw-wishlist-buttons .delete-from-favorite{top:4px;right:4px;width:40px;height:40px}}.mw-wishlist-buttons .add-to-favorite.hidden,.mw-wishlist-buttons .delete-from-favorite.hidden{visibility:hidden}.mw-wishlist-buttons .add-to-favorite img,.mw-wishlist-buttons .delete-from-favorite img{width:24px;height:24px}.mw-wishlist-buttons .add-to-favorite{opacity:0;pointer-events:none}@media(max-width:1023px){.mw-wishlist-buttons .add-to-favorite{opacity:1;pointer-events:auto}}.mw-wishlist-buttons .delete-from-favorite{opacity:1;pointer-events:auto}.how-it-works .title{text-align:center;margin-bottom:20px}.how-it-works__list{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:1023px){.how-it-works__list{display:flex;flex-direction:column;gap:24px}}.how-it-works__item{display:flex;flex-direction:column;color:#3e3e3e}.how-it-works__item-image{object-fit:cover}@media(max-width:1023px){.how-it-works__item-image{height:180px}}@media(max-width:767px){.how-it-works__item-image{height:140px}}.how-it-works__item-description{flex:1;padding:24px 20px 32px;display:flex;flex-direction:column;gap:16px;background-color:#fff}@media(max-width:1023px){.how-it-works__item-description{gap:8px;padding:16px 16px 20px}}@media(max-width:767px){.how-it-works__item-description{padding:12px 8px 16px}}.how-it-works__item-description h3{flex:1;color:#000;font-size:1.25rem;font-weight:600;line-height:32px;text-transform:uppercase}@media(max-width:767px){.how-it-works__item-description h3{font-size:1rem;line-height:24px}}.how-it-works__item-description p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.power-beads__card{background-color:#fff;display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px;height:auto}@media(max-width:767px){.power-beads__card{padding:8px}}.power-beads__card p{min-height:120px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}@media(max-width:767px){.power-beads__card p{-webkit-line-clamp:6}}.power-beads__card-head{display:flex;gap:12px}@media(max-width:767px){.power-beads__card-head{gap:4px}}.power-beads__card-head img{width:37%;height:100px;object-fit:contain}@media(max-width:767px){.power-beads__card-head img{width:34%;height:64px}}.power-beads__card-head-info{display:flex;flex-direction:column;gap:4px}.power-beads__card-title{height:96px;text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media(max-width:767px){.power-beads__card-title{height:72px}}.power-beads__card-mukhi{color:#b6a25f;font-weight:600;text-transform:uppercase;height:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:767px){.power-beads__card-mukhi{height:20px}}.banner{position:relative;padding:68px 60px;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center}@media(max-width:1023px){.banner{padding:28px 60px}}@media(max-width:767px){.banner{padding:20px 12px}}@media(max-width:767px){.banner__container{padding:0}}.banner:before{content:"";position:absolute;z-index:-1;inset:0;background:rgba(0,0,0,.4)}.banner h2{text-align:center;margin-bottom:16px;font-family:Marcellus;font-weight:400;font-size:2.5rem;line-height:52px}@media(max-width:1023px){.banner h2{font-size:2.25rem;line-height:44px}}@media(max-width:767px){.banner h2{font-size:1.5rem;line-height:32px;margin-bottom:8px}}.banner p{text-align:center;font-size:1.25rem;font-weight:600;line-height:32px}@media(max-width:767px){.banner p{font-size:1rem;line-height:24px}}.banner p:last-of-type{margin-bottom:24px}@media(max-width:767px){.banner p:last-of-type{margin-bottom:20px}}.banner__image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:left}.reviews__card{background-color:#fff;padding:16px;display:flex;flex-direction:column}@media(max-width:767px){.reviews__card{padding:8px}}.reviews__card-quotes{width:30px;height:20px;margin-bottom:20px}@media(max-width:767px){.reviews__card-quotes{width:18px;height:12px;margin-bottom:8px}}.reviews__card-main{flex:1;margin-bottom:24px}@media(max-width:767px){.reviews__card-main{margin-bottom:12px}}.reviews__card-main strong{display:block;color:#000;font-weight:600;margin-bottom:8px}@media(max-width:767px){.reviews__card-main strong{margin-bottom:4px}}.reviews__card-main p{min-height:216px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical}@media(max-width:767px){.reviews__card-main p{min-height:280px;-webkit-line-clamp:14}}.reviews__card-footer{border-top:1px solid #f2f2f2;padding-top:24px}@media(max-width:767px){.reviews__card-footer{padding-top:12px}}.reviews__card-name{color:#000;font-size:1.25rem;font-weight:600;line-height:32px;margin-bottom:4px}@media(max-width:767px){.reviews__card-name{font-size:1rem;line-height:24px}}.product-reviews__main-review{margin:28px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:32px;align-items:center}@media(max-width:1023px){.product-reviews__main-review{margin:16px 0;display:flex;flex-direction:column-reverse;gap:16px}}.product-reviews__main-review .reviews__card{background-color:transparent;padding:0}.product-reviews__main-review .reviews__card-main p{display:block;min-height:unset;font-family:Marcellus;font-weight:400;font-size:1.25rem;line-height:32px}@media(max-width:767px){.product-reviews__main-review .reviews__card-main p{font-size:1rem;line-height:24px}}.product-reviews__main-review .reviews__card-footer{border-top:1px solid #c4c4c4}.product-reviews__main-image{display:flex;width:100%;height:460px}@media(max-width:767px){.product-reviews__main-image{height:240px}}.product-reviews__main-image img{width:100%;height:100%;object-fit:cover}.product-reviews__service{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:20px}.product-reviews__service span{color:#6a6868;font-weight:500}.customers-reviews__card{display:flex;flex-direction:column;height:auto}.customers-reviews__card-video{cursor:pointer;position:relative;z-index:0;display:flex;width:100%;height:440px;transition:all .35s ease-in-out}@media(max-width:1023px){.customers-reviews__card-video{height:350px}}.customers-reviews__card-video:focus:after,.customers-reviews__card-video:focus:before,.customers-reviews__card-video:hover:after,.customers-reviews__card-video:hover:before{opacity:1;pointer-events:auto}.customers-reviews__card-video:before{inset:0;z-index:1;background-color:rgba(0,0,0,.6)}.customers-reviews__card-video:after,.customers-reviews__card-video:before{content:"";position:absolute;opacity:0;pointer-events:none;transition:all .35s ease-in-out}.customers-reviews__card-video:after{top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);background-image:url(../img/icons/youtube-play.svg);width:120px;height:120px}@media(max-width:1023px){.customers-reviews__card-video:after{width:100px;height:100px}}.customers-reviews__card-video.playing:after,.customers-reviews__card-video.playing:before{opacity:0;pointer-events:none}.customers-reviews__card-video video{width:100%;height:100%;object-fit:cover}.customers-reviews__card-main{flex:1;padding:12px 20px 20px;display:flex;flex-direction:column;gap:8px;background-color:#fff;color:#000}@media(max-width:767px){.customers-reviews__card-main{padding:12px 12px 12px 20px}}.customers-reviews__card-title{text-align:center;font-size:1.25rem;font-weight:600;line-height:32px;text-transform:capitalize}@media(max-width:767px){.customers-reviews__card-title{font-size:1rem;line-height:24px}}.customers-reviews__card-text{flex:1;max-height:216px;overflow-y:auto}@media(max-width:1023px){.customers-reviews__card-text{max-height:264px}}@media(max-width:767px){.customers-reviews__card-text{max-height:180px}}.customers-reviews__card-text::-webkit-scrollbar{width:2px;height:2px}.customers-reviews__card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid #c4c4c4}.customers-reviews__card-footer .customer-name{font-weight:600;text-transform:capitalize}.customers-reviews__card-footer .customer-info,.customers-reviews__card-footer .customer-info span:first-of-type{display:flex;align-items:center;gap:4px}.customers-reviews__card-footer .customer-info span:first-of-type:after{content:"";width:4px;height:4px;border-radius:50%;background-color:#dec678}.category-reviews__category-card{display:flex;flex-direction:column;height:auto;cursor:pointer}.category-reviews__category-card.active .category-reviews__category-card-image,.category-reviews__category-card:focus .category-reviews__category-card-image,.category-reviews__category-card:hover .category-reviews__category-card-image{border:2px solid #b6a25f}.category-reviews__category-card.active .category-reviews__category-card-btn,.category-reviews__category-card:focus .category-reviews__category-card-btn,.category-reviews__category-card:hover .category-reviews__category-card-btn{background-color:#b6a25f;color:#fff}.category-reviews__category-card-image{width:100%;height:325px;display:flex;background-color:#fff;border:2px solid transparent;border-radius:2px 2px 0 0;transition:all .35s ease-in-out}@media(max-width:767px){.category-reviews__category-card-image{height:169px}}.category-reviews__category-card-image img{width:100%;height:100%;object-fit:contain}.category-reviews__category-card-btn{flex:1;width:100%;background-color:#fff;color:#000;padding:8px 16px 16px;border-radius:0 0 2px 2px;text-align:center;font-size:1.25rem;font-weight:600;line-height:32px;text-transform:uppercase;transition:all .35s ease-in-out}@media(max-width:767px){.category-reviews__category-card-btn{padding:8px 8px 16px;font-size:1rem;line-height:24px}}.category-reviews__section{display:flex;flex-direction:column;gap:20px;padding-top:32px;padding-bottom:60px;border-top:1px solid #c4c4c4;position:absolute;bottom:0;left:0;transition:none;opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-50%)}@media(max-width:1023px){.category-reviews__section{padding-top:20px;padding-bottom:40px}}@media(max-width:767px){.category-reviews__section{padding-bottom:24px}}.category-reviews__section.active{position:static;transform:translateY(0);opacity:1;pointer-events:auto;visibility:visible;transition:transform .45s ease-in-out,opacity .35s ease-in-out}.category-reviews__section-title{display:flex;align-items:center;justify-content:space-between;gap:24px}.category-reviews__section-closer{width:40px;height:40px;color:#000;transition:all .35s ease-in-out}@media(max-width:767px){.category-reviews__section-closer{width:24px;height:24px}}.category-reviews__section-closer:focus,.category-reviews__section-closer:hover{color:#b6a25f}.category-reviews__section-closer svg [fill]{fill:currentColor}.category-reviews__list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1023px){.category-reviews__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.category-reviews__list{gap:20px 12px}}.category-reviews__review-card{display:flex;flex-direction:column;background-color:#fff}.category-reviews__review-card:focus .category-reviews__review-card-btn,.category-reviews__review-card:hover .category-reviews__review-card-btn{opacity:1;pointer-events:auto}.category-reviews__review-card-image{position:relative;display:flex;flex-direction:column;align-items:center;width:100%}.category-reviews__review-card-image img{object-fit:contain;width:100%;height:325px}@media(max-width:1023px){.category-reviews__review-card-image img{height:360px}}@media(max-width:767px){.category-reviews__review-card-image img{height:188px}}.category-reviews__review-card-btn{position:absolute;bottom:0;left:20px;width:calc(100% - 40px);opacity:0;pointer-events:none}@media(max-width:1023px){.category-reviews__review-card-btn{position:static;opacity:1;pointer-events:auto}}@media(max-width:767px){.category-reviews__review-card-btn{width:calc(100% - 16px)}}.category-reviews__review-card-main{display:flex;flex-direction:column;gap:8px;flex:1;color:#000;padding:12px 20px 20px}@media(max-width:767px){.category-reviews__review-card-main{padding:12px 8px 20px}}.category-reviews__review-card-title{font-size:1.25rem;font-weight:600;line-height:32px;text-align:center}@media(max-width:767px){.category-reviews__review-card-title{font-size:1rem;line-height:24px}}.category-reviews__review-card-text{flex:1;max-height:216px;overflow-y:auto}@media(max-width:1023px){.category-reviews__review-card-text{max-height:120px}}@media(max-width:767px){.category-reviews__review-card-text{max-height:200px}}.category-reviews__review-card-text::-webkit-scrollbar{width:2px;height:2px}.category-reviews__review-card-footer{display:flex;justify-content:center;padding-top:8px;border-top:1px solid #c4c4c4}.category-reviews__review-card-footer .customer-name{font-weight:600;text-align:center}.reviews-by-product__section{display:flex;flex-direction:column;gap:20px}.reviews-by-product__list{display:flex;flex-direction:column;gap:40px}@media(max-width:1023px){.reviews-by-product__list{flex-direction:column}}.reviews-by-product__item{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1400px){.reviews-by-product__item{grid-template-columns:repeat(3,1fr)}}@media(max-width:1023px){.reviews-by-product__item{display:flex;flex-direction:column}}.reviews-by-product__product-card{grid-column:span 1;display:flex;flex-direction:column;background-color:#fff}@media(max-width:1023px){.reviews-by-product__product-card{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%}}@media(max-width:767px){.reviews-by-product__product-card{gap:0}}.reviews-by-product__product-image{display:flex;width:100%;height:325px}@media(max-width:1023px){.reviews-by-product__product-image{width:325px;height:325px;flex-shrink:0}}@media(max-width:767px){.reviews-by-product__product-image{width:144px;height:144px}}.reviews-by-product__product-image img{width:100%;height:100%;object-fit:contain}.reviews-by-product__product-main{flex:1;padding:0 16px 16px;display:flex;flex-direction:column;gap:8px}@media(max-width:1023px){.reviews-by-product__product-main{padding:16px}}@media(max-width:767px){.reviews-by-product__product-main{padding:10px 16px}}.reviews-by-product__product-main a{width:100%}.reviews-by-product__product-title{flex:1;color:#3e3e3e;font-size:tiRem(20);font-weight:600;line-height:32px;text-transform:uppercase;text-align:center}.reviews-by-product__slider-wrapper{position:relative;padding:0 68px;grid-column:span 3}@media(max-width:1400px){.reviews-by-product__slider-wrapper{grid-column:span 2;padding:0 56px}}@media(max-width:1023px){.reviews-by-product__slider-wrapper{padding:0}}.reviews-by-product__slider-wrapper .swiper-controls{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;z-index:2}@media(max-width:1023px){.reviews-by-product__slider-wrapper .swiper-controls{position:static;transform:translate(0);margin-top:20px}}.reviews-by-product__slider-wrapper .swiper-btns{width:100%;justify-content:space-between}@media(max-width:1023px){.reviews-by-product__slider-wrapper .swiper-btns{width:fit-content}}@media(max-width:767px){.reviews-by-product__slider-wrapper .swiper-btns{display:none}}.reviews-by-product__slider-wrapper .swiper__button-next,.reviews-by-product__slider-wrapper .swiper__button-prev{width:60px;height:60px}@media(max-width:1400px){.reviews-by-product__slider-wrapper .swiper__button-next,.reviews-by-product__slider-wrapper .swiper__button-prev{width:48px;height:48px}}.reviews-by-product__slider-wrapper .swiper-scrollbar{display:none}@media(max-width:1023px){.reviews-by-product__slider-wrapper .swiper-scrollbar{display:block}}.reviews-by-product__slider{overflow:hidden;height:100%}.reviews-by-product__review-card{display:flex;height:auto}@media(max-width:767px){.reviews-by-product__review-card{width:67%}}.reviews-by-product__review-card .customers-reviews__card-main{padding:20px;border:1px solid #dec678;gap:16px}@media(max-width:767px){.reviews-by-product__review-card .customers-reviews__card-main{padding:12px;gap:8px}}.reviews-by-product__review-card .customers-reviews__card-text{flex:1;max-height:332px}@media(max-width:1023px){.reviews-by-product__review-card .customers-reviews__card-text{max-height:264px}}@media(max-width:767px){.reviews-by-product__review-card .customers-reviews__card-text{max-height:300px}}.reviews-by-product__review-card .customers-reviews__card-footer{flex-wrap:wrap;gap:4px;padding-top:16px}@media(max-width:767px){.reviews-by-product__review-card .customers-reviews__card-footer{padding-top:8px}}.library__card{display:flex;flex-direction:column;background-color:#fff;height:auto}.library__card img{aspect-ratio:1.6/1;object-fit:cover;object-position:right}.library__card-main{flex:1;padding:24px 20px 32px}@media(max-width:767px){.library__card-main{padding:4px 8px}}.library__card-main h3{color:#000;font-size:1.25rem;font-weight:600;line-height:32px;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px}@media(max-width:767px){.library__card-main h3{font-size:1rem;line-height:24px}}.library__card-main p{flex:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:16px}@media(max-width:767px){.library__card-main p{margin-bottom:12px}}.subscribe-form ._form_1 ._form-content{display:flex;flex-wrap:wrap;align-items:flex-end;gap:20px}@media(max-width:767px){.subscribe-form ._form_1 ._form-content{flex-direction:column}}.subscribe-form ._form_1 ._form_element{display:flex;flex-direction:column;gap:4px;width:calc(50% - 10px)}@media(max-width:767px){.subscribe-form ._form_1 ._form_element{width:100%}}.subscribe-form ._form_1 ._form-label{color:#000;font-weight:500;padding-left:12px}.subscribe-form ._form_1 ._field-wrapper{position:relative;width:100%}.subscribe-form ._form_1 ._field-wrapper input{width:100%;padding:11px;background-color:#fff;transition:all .35s ease-in-out;color:#3e3e3e;font:inherit;border:1px solid #fff;outline:none}.subscribe-form ._form_1 ._field-wrapper input::placeholder{color:#6a6868;font:inherit}.subscribe-form ._form_1 ._field-wrapper input:focus,.subscribe-form ._form_1 ._field-wrapper input:hover{border-color:#b6a25f;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.subscribe-form ._form_1 ._field-wrapper input._has_error{border-color:#f04438;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.subscribe-form ._form_1 ._error._below{position:absolute;left:12px;bottom:-2px;transform:translateY(100%);color:#f04438;font-size:.75rem;font-weight:400;line-height:16px}.subscribe-form ._form_1 ._button-wrapper{width:calc(50% - 10px)}@media(max-width:767px){.subscribe-form ._form_1 ._button-wrapper{width:100%}}.subscribe-form ._form_1 ._submit{width:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:12px 24px;background-color:#b6a25f;transition:all .35s ease-in-out;color:#fff;font-weight:600;text-transform:uppercase;white-space:nowrap}.subscribe-form ._form_1 ._submit:hover{background-color:#dec678;color:#000}.subscribe-form ._form_1 ._submit:focus{background-color:#dec678;color:#3e3e3e}.subscribe-form ._form_1 ._submit.disabled,.subscribe-form ._form_1 ._submit[disabled]{pointer-events:none;background-color:#eee9da;color:#c2c2c2}.subscribe-form ._form_1 ._clear-element{display:none}.subscribe-form__section{display:flex;align-items:flex-start;gap:24px}.subscribe-form__form-wrapper{width:600px;display:flex;flex-direction:column;gap:24px;flex-shrink:0}@media(max-width:1023px){.subscribe-form__form-wrapper{width:100%}}@media(max-width:767px){.subscribe-form__form-wrapper{gap:20px}}.subscribe-form__form-main{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:20px}.subscribe-form__header{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.subscribe-form__footer{position:relative;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:all .35s ease-in-out;max-height:48px}@media(max-width:767px){.subscribe-form__footer{max-height:60px;-webkit-line-clamp:3;margin-top:-8px}}.subscribe-form__footer.expanded{-webkit-line-clamp:unset;max-height:500px}.subscribe-form__footer.expanded .subscribe-form__footer-expand-btn{display:none}.subscribe-form__footer-text{color:#3e3e3e;font-size:.75rem;line-height:16px;font-weight:400}.subscribe-form__footer-text a{display:inline;color:#6a6868;font-weight:600;text-decoration:underline}.subscribe-form__footer-hide-btn{padding-left:10px;display:inline}.subscribe-form__footer-expand-btn,.subscribe-form__footer-hide-btn{background-color:#f2f2f2;text-transform:lowercase;font-size:.75rem;line-height:16px;font-weight:400;color:#a47d2d;cursor:pointer}.subscribe-form__footer-expand-btn{position:absolute;bottom:0;right:0;padding-right:12px;display:inline-flex;gap:10px}@media(max-width:767px){.subscribe-form__footer-expand-btn{padding-right:13px}}.subscribe-form__footer-expand-btn:before{content:"...";font-size:.75rem;line-height:16px;font-weight:400;color:#3e3e3e}.subscribe-form__image{width:calc(100% - 600px);height:348px}@media(max-width:1023px){.subscribe-form__image{display:none}}.subscribe-form__image img{height:100%;object-fit:cover}.fixed-btns{position:fixed;z-index:99;bottom:40px;right:40px;display:flex;flex-direction:column;gap:20px}@media(max-width:1023px){.fixed-btns{right:20px;bottom:20px}}@media(max-width:767px){.fixed-btns{right:14px}}.open-chat-btn,.to-up-btn{display:flex;align-items:center;justify-content:center;border-radius:50%;padding:8px;transition:all .35s ease-in-out;box-shadow:2px 4px 16px 0 rgba(37,32,14,.1)}@media(max-width:1023px){.open-chat-btn,.to-up-btn{padding:6px}}.open-chat-btn img,.open-chat-btn svg,.to-up-btn img,.to-up-btn svg{width:24px;height:24px}@media(max-width:1023px){.open-chat-btn img,.open-chat-btn svg,.to-up-btn img,.to-up-btn svg{width:20px;height:20px}}.to-up-btn{display:none;background-color:#b6a25f}.to-up-btn.active{display:flex}.to-up-btn:focus,.to-up-btn:hover{background-color:#dec678}.open-chat-btn{background-color:#fff}.open-chat-btn:focus svg,.open-chat-btn:hover svg{stroke:#dec678}.open-chat-btn svg{transition:all .35s ease-in-out;stroke:#b6a25f}@media(max-width:767px){.page:has(.product-main__section) .fixed-btns{bottom:72px}}.search-menu{display:flex;opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-50%);gap:40px;padding:20px 40px;background-color:#f2f2f2;position:absolute;top:191px;left:0;z-index:100;width:100%;height:calc(100dvh - 191px);box-shadow:2px 4px 16px 0 rgba(37,32,14,.1)}@media(max-width:1023px){.search-menu{padding:20px;max-height:none}}@media(max-width:767px){.search-menu{top:180px;bottom:0;flex-direction:column;gap:12px;padding:16px 12px;height:calc(100dvh - 180px);overflow:auto}}.search-menu.opened{opacity:1;pointer-events:all;visibility:visible;transform:translateY(0);transition:all .4s ease-in}.search-menu___content{display:flex;gap:40px;overflow-y:auto}@media(max-width:767px){.search-menu___content{flex-direction:column;gap:12px}}.search-menu__closer{position:absolute;top:20px;right:40px}@media(max-width:1023px){.search-menu__closer{right:20px}}@media(max-width:767px){.search-menu__closer{top:12px;right:16px}}.search-menu__closer img{width:24px;height:24px}.search-menu__title{margin-bottom:12px;color:#6a6868;font-size:1.25rem;line-height:32px;text-transform:uppercase}@media(max-width:767px){.search-menu__title{font-size:1rem;line-height:24px;margin-bottom:8px}}.search-menu__top-search{display:flex;flex-direction:column;width:201px}@media(max-width:767px){.search-menu__top-search{width:100%}}.search-menu__top-search ul{display:flex;flex-direction:column;gap:11px;color:#000;flex:1;overflow:auto}@media(max-width:767px){.search-menu__top-search ul{flex-direction:row;flex-wrap:wrap;gap:16px 20px}}.search-menu__top-search ul li{position:relative;width:fit-content;transition:all .35s ease-in-out;border-bottom:1px solid transparent}.search-menu__top-search ul li:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background-color:#dec678;transition:all .35s ease-in-out}.search-menu__top-search ul li:focus:after,.search-menu__top-search ul li:hover:after{width:100%;left:0}.search-menu__offers{display:flex;flex-direction:column;flex:1;padding-left:41px;border-left:1px solid #c4c4c4}@media(max-width:767px){.search-menu__offers{padding-left:0;padding-top:13px;border-top:1px solid #c4c4c4;border-left:none}}.search-menu__offers ul{padding:2px;display:grid;grid-template-columns:repeat(2,1fr);gap:40px;overflow:auto}@media(max-width:1023px){.search-menu__offers ul{display:flex;flex-direction:column;gap:40px}}@media(max-width:767px){.search-menu__offers ul{gap:16px}}.search-menu__offer-card,.search-menu__post-card{display:flex;align-items:center;gap:12px;transition:all .35s ease-in-out}@media(max-width:767px){.search-menu__offer-card,.search-menu__post-card{width:100%;gap:8px}}.search-menu__offer-card:focus,.search-menu__offer-card:hover,.search-menu__post-card:focus,.search-menu__post-card:hover{box-shadow:2px 4px 16px 0 rgba(37,32,14,.1)}.search-menu__offer-card-image,.search-menu__post-card-image{width:120px;height:120px}@media(max-width:767px){.search-menu__offer-card-image,.search-menu__post-card-image{width:100px;height:100px}}.search-menu__offer-card-info,.search-menu__post-card-info{display:flex;flex-direction:column;gap:8px}.search-menu__offer-card-price{color:#6a6868;font-size:1.25rem;font-weight:700;line-height:32px}@media(max-width:767px){.search-menu__offer-card-price{font-size:1rem;line-height:24px}}.search-menu__offer-card-title{font-weight:500;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.search-menu__offer-card-image{object-fit:contain}.search-menu__post-card-title{color:#000;font-weight:500}.search-menu__post-card-text,.search-menu__post-card-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.search-menu__post-card-text{color:#3e3e3e}.search-menu__post-card-image{object-fit:cover}.search-menu ul{list-style:none}.search-menu__searched{width:100%;padding-right:24px;display:flex;flex-direction:column;gap:32px;overflow-y:auto}@media(max-width:1023px){.search-menu__searched{gap:28px}}.search-menu__searched-products ul{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:40px}@media(max-width:1023px){.search-menu__searched-products ul{display:flex;flex-direction:column;gap:40px}}@media(max-width:767px){.search-menu__searched-products ul{gap:16px;margin-bottom:16px}}.search-menu__searched-products .btn{margin-left:auto;margin-right:0}@media(max-width:1023px){.search-menu__searched-products .btn{margin:0 auto}}@media(max-width:767px){.search-menu__searched-products .btn{margin-left:auto;margin-right:0}}.search-menu__nothing-found{display:flex;flex-direction:column;gap:4px;margin-bottom:32px}@media(max-width:1023px){.search-menu__nothing-found{margin-bottom:28px}}@media(max-width:767px){.search-menu__nothing-found{margin-bottom:12px;padding-bottom:13px;border-bottom:1px solid #c4c4c4}}.search-menu__nothing-found-text{color:#6a6868;font-size:1.25rem;line-height:32px;text-transform:uppercase}@media(max-width:767px){.search-menu__nothing-found-text{font-size:1rem;line-height:24px}}.search-menu__nothing-found-offer{display:flex;align-items:center;gap:12px}.breadcrumbs{background-color:#fff;padding:12px 0}@media(max-width:767px){.breadcrumbs{padding:8px 0}}.breadcrumbs__list{display:flex;align-items:center;list-style:none;gap:8px;flex-wrap:wrap}.breadcrumbs__item{display:flex;align-items:center;color:#6a6868;font:400 1rem/24px Marcellus;text-transform:capitalize}@media(max-width:767px){.breadcrumbs__item{font-size:.75rem;line-height:16px}}.breadcrumbs__item:focus a,.breadcrumbs__item:hover a{color:#000}.breadcrumbs__item:focus svg,.breadcrumbs__item:hover svg{fill:#000}.breadcrumbs__item:before{margin-right:8px;content:url(../img/icons/breadcrumb-after-gray.svg);width:16px;height:16px}.breadcrumbs__item.active{color:#000;pointer-events:none}.breadcrumbs__item.active:before{content:url(../img/icons/breadcrumb-after-black.svg)}.breadcrumbs__item:first-of-type:before{content:none}.breadcrumbs__item a{display:flex;font:inherit;color:inherit;transition:all .35s ease-in-out}.breadcrumbs__item svg{fill:#6a6868;transition:all .35s ease-in-out}.grid-cards__wrapper{display:flex;flex-direction:column;gap:20px}@media(max-width:767px){.grid-cards__wrapper:has(.filter-btn){gap:12px}}.grid-cards__line{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:767px){.grid-cards__line:has(.filter-btn){flex-direction:column-reverse;align-items:flex-start}}@media(max-width:767px){.grid-cards__pagination-line .grid-cards__span{display:none}}.grid-cards__span{font-weight:500;color:#6a6868}.grid-cards__list:has(.product-card__wrapper){display:flex;flex-wrap:wrap;gap:20px}@media(max-width:767px){.grid-cards__list:has(.product-card__wrapper){gap:16px 12px}}.grid-cards__list .product-card__wrapper,.grid-cards__list .quote-card{width:calc(25% - 15px)}@media(max-width:1400px){.grid-cards__list .product-card__wrapper,.grid-cards__list .quote-card{width:calc(33.3% - 13px)}}@media(max-width:1023px){.grid-cards__list .product-card__wrapper,.grid-cards__list .quote-card{width:calc(50% - 10px)}}@media(max-width:767px){.grid-cards__list .product-card__wrapper,.grid-cards__list .quote-card{width:calc(50% - 6px)}}.grid-cards__list:has(.library__card){display:grid;grid-template-columns:repeat(3,1fr);gap:20px 32px}@media(max-width:1023px){.grid-cards__list:has(.library__card){grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:767px){.grid-cards__list:has(.library__card){gap:12px}}@media(max-width:1023px){.grid-cards__list .library__card-main{padding:12px 8px 16px}}@media(max-width:767px){.grid-cards__list .library__card-main{padding:4px 8px 8px}}.grid-cards__list .library__card-main h3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:64px}@media(max-width:767px){.grid-cards__list .library__card-main h3{-webkit-line-clamp:3;height:72px}}@media(max-width:767px){.grid-cards__list .library__card-main p{-webkit-line-clamp:2}}.quote-card{display:flex;flex-direction:column;gap:20px;padding:16px;border-radius:2px;border:1px solid #b6a25f;color:#3e3e3e;font-family:Marcellus;font-weight:400;font-size:1.25rem;line-height:32px}.quote-card__text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:12;-webkit-box-orient:vertical}@media(max-width:767px){.quote-card{padding:4px;font-size:1rem;line-height:24px}}.quote-card:before{content:url(../img/icons/quotes.svg);width:40px;height:26px}@media(max-width:767px){.quote-card:before{display:none}}.wishlist{position:relative}.wishlist h1{position:absolute;top:0;left:0;opacity:0;pointer-events:none;visibility:hidden}.wishlist__breadcrumbs{background-color:#fff}.wishlist__utilities{position:relative;display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #c4c4c4}@media(max-width:767px){.wishlist__utilities{padding-bottom:12px}}.wishlist__utilities-btns{background-color:#f2f2f2;position:absolute;right:0;top:0;z-index:3;display:flex;align-items:center;gap:12px}@media(max-width:1023px){.wishlist__utilities-btns{gap:4px}}@media(max-width:767px){.wishlist__utilities-btns{top:8px}}.wishlist__utilities-btn{padding:8px;background-color:transparent;display:flex;align-items:center;gap:8px;transition:all .35s ease-in-out}@media(max-width:767px){.wishlist__utilities-btn{padding:0}}.wishlist__utilities-btn:focus,.wishlist__utilities-btn:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.wishlist__utilities-btn svg{width:32px;height:32px}@media(max-width:767px){.wishlist__utilities-btn svg{width:24px;height:24px}}.wishlist__list-wrapper{width:calc(100% - 320px);position:relative;overflow-x:clip}@media(max-width:1023px){.wishlist__list-wrapper{width:calc(100% - 245px)}}@media(max-width:767px){.wishlist__list-wrapper{width:calc(100% - 24px)}}.wishlist__list{display:flex;gap:12px;width:100%;overflow-x:auto;height:48px}.wishlist__list::-webkit-scrollbar{display:none}.wishlist__title{cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:8px;padding:12px 0 10px;color:#3e3e3e;font-weight:600;text-transform:uppercase;border-bottom:2px solid transparent;transition:all .35s ease-in-out}@media(max-width:767px){.wishlist__title{padding:8px 0 6px}}.wishlist__title .wishlist__title-opener{display:none}.wishlist__title:focus,.wishlist__title:hover{color:#c5963a}.wishlist__title:after{content:"";height:24px;width:1px;background-color:#c4c4c4;margin-left:4px}.wishlist__title.active{cursor:unset;color:#000;border-bottom:2px solid #b6a25f}.wishlist__title.active:after{display:none}.wishlist__title.active.opened .wishlist__title-btns,.wishlist__title.active .wishlist__title-opener{display:flex}.wishlist__title.active.opened .wishlist__title-opener:before{content:url(../img/icons/close-wishlist-tittle.svg)}.wishlist__title-opener{display:flex;width:20px;height:20px}.wishlist__title-opener:before{width:20px;height:20px;content:url(../img/icons/open-wishlist-title.svg)}.wishlist__title-btns{min-width:191px;display:none;flex-direction:column;gap:8px;padding:16px 8px;background-color:#fff;border-radius:1px;box-shadow:0 12px 16px 0 rgba(142,122,57,.25);position:absolute;bottom:0;z-index:3;transform:translateY(100%)}@media(max-width:767px){.wishlist__title-btns{padding:8px;min-width:100px}}.wishlist__title-btn{width:100%;padding:8px;display:flex;align-items:center;gap:7px;font-weight:400;transition:all .35s ease-in-out}@media(max-width:767px){.wishlist__title-btn{padding:4px;gap:4px}}.wishlist__title-btn:focus,.wishlist__title-btn:hover{color:#c5963a}.wishlist__title-btn:not(:last-of-type){padding-bottom:16px;border-bottom:1px solid #c4c4c4}@media(max-width:767px){.wishlist__title-btn:not(:last-of-type){padding-bottom:12px}}.wishlist__title-btn svg{width:24px;height:24px}@media(max-width:767px){.wishlist__title-btn svg{width:20px;height:20px}}.wishlist__title-btn svg [fill]{fill:currentColor}.wishlist__title-btn svg [stroke]{stroke:currentColor}.wishlist__tab{display:none}.wishlist__tab.active{display:flex;flex-direction:column;gap:20px}.wishlist__tab .grid-cards__list .product-card__wrapper .add-to-favorite{display:none}.wishlist__tab .grid-cards__list .product-card__wrapper .delete-from-favorite{opacity:1;pointer-events:auto}.wishlist__tab .grid-cards__list .product-card__wrapper .delete-from-favorite svg{fill:#000;transition:all .35s ease-in-out}.wishlist__tab .grid-cards__list .product-card__wrapper .delete-from-favorite:focus svg,.wishlist__tab .grid-cards__list .product-card__wrapper .delete-from-favorite:hover svg{fill:#c5963a}.wishlist__empty-wrapper{display:flex;flex-direction:column;gap:40px;width:min(100%,440px);margin:0 auto;color:#000}.wishlist__empty-main{display:flex;flex-direction:column;align-items:center;gap:12px}.wishlist__empty-likes{display:flex;align-items:center;gap:24px}.wishlist__empty-likes .like-btn.quadrate{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #b6a25f;background-color:#fff}.wishlist__empty-likes .like-btn.quadrate svg{width:32px;height:32px}.wishlist__empty-likes .like-btn.round{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.wishlist__empty-likes .like-btn.round svg{width:26px;height:26px}.wishlist__empty-btns{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.wishlist__empty-btns .btn{width:100%}@keyframes countdown-large{0%{stroke-dashoffset:0}to{stroke-dashoffset:113.097}}@keyframes countdown-small{0%{stroke-dashoffset:0}to{stroke-dashoffset:75.398}}.notifications-block{display:flex;flex-direction:column;gap:20px;position:fixed;right:40px;bottom:40px;margin-left:auto;z-index:10;width:500px}@media(max-width:767px){.notifications-block{right:12px;bottom:12px;width:300px}}.undo-pop-up{display:none;width:fit-content;align-items:center;padding:4px 16px;gap:8px;background-color:#9addbd;box-shadow:0 20px 24px -4px rgba(16,24,40,.08),0 8px 8px -4px rgba(16,24,40,.03);font-weight:500;color:#000}@media(max-width:767px){.undo-pop-up{padding:4px 8px;gap:4px}}.undo-pop-up.opened,.undo-timer{display:flex}.undo-timer{position:relative;align-items:center;justify-content:center;width:40px;height:40px}@media(max-width:767px){.undo-timer{width:28px;height:28px}}.undo-timer-text{position:absolute}.undo-timer-circle{position:relative;width:100%;height:100%;transform:rotate(-90deg)}.undo-timer-circle svg{width:40px;height:40px}@media(max-width:767px){.undo-timer-circle svg{width:28px;height:28px}}.undo-timer-circle svg circle{fill:none;stroke:#12b76a;stroke-width:2;stroke-dasharray:113.097;stroke-dashoffset:0}@media(max-width:767px){.undo-timer-circle svg circle{cx:14;cy:14;r:12;stroke-dasharray:75.398}}.undo-btn{padding:8px 4px 6px;border-bottom:2px solid #000;display:flex;align-items:center;gap:4px;font-weight:600;text-transform:uppercase;transition:all .35s ease-in-out}@media(max-width:767px){.undo-btn{padding:4px 4px 2px}}.undo-btn:focus,.undo-btn:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.undo-btn svg{width:24px;height:24px}@media(max-width:767px){.undo-btn svg{width:20px;height:20px}}.wishlist-modal{position:fixed;left:0;top:0;z-index:101;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:all .35s ease-in-out}.wishlist-modal.auth-modal .wishlist-modal__title-wrapper{align-items:flex-start}.wishlist-modal.auth-modal .wishlist-modal__body{width:480px}@media(max-width:767px){.wishlist-modal.auth-modal .wishlist-modal__body{padding:8px;width:calc(100% - 24px);max-width:351px}}.wishlist-modal__overlay{background:rgba(10,10,10,.4);position:fixed;left:0;top:0;width:100%;height:100%;z-index:0}.wishlist-modal__body{position:relative;padding:20px;width:540px;display:flex;flex-direction:column;background-color:#fff;transform:translateY(-100%);transition:all .35s ease-in-out;z-index:1}@media(max-width:767px){.wishlist-modal__body{padding:8px;width:calc(100% - 24px);max-width:540px}}.wishlist-modal__title-wrapper{padding:12px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #f2f2f2;margin-bottom:20px}@media(max-width:767px){.wishlist-modal__title-wrapper{padding:4px 0;margin-bottom:12px}}.wishlist-modal__close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center}@media(max-width:767px){.wishlist-modal__close-btn{width:24px;height:24px}}.wishlist-modal__content{display:flex;flex-direction:column;gap:12px}.wishlist-modal__content-info{color:#000;font-weight:500}.wishlist-modal__form-field{display:flex;flex-direction:column;gap:4px;color:#3e3e3e}.wishlist-modal__form-field input{width:100%;padding:12px;background-color:#fff;transition:all .35s ease-in-out;color:#3e3e3e;font:inherit;border:1px solid #b6a25f;outline:none}.wishlist-modal__form-field input::placeholder{color:#6a6868;font:inherit}.wishlist-modal__form-field input:focus,.wishlist-modal__form-field input:hover{border-color:#c5963a;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.wishlist-modal__form-field input.error{border-color:#f04438;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.wishlist-modal__footer-btns{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px}@media(max-width:767px){.wishlist-modal__footer-btns{gap:8px;margin-top:20px}}.wishlist-modal__footer-btn{width:100%;text-align:center}.wishlist-modal__auth-block{display:flex;flex-direction:column;gap:16px}.wishlist-modal__auth-block span{display:flex;align-items:center;gap:20px;color:#6a6868}.wishlist-modal__auth-block span:after,.wishlist-modal__auth-block span:before{flex:1;content:"";height:1px;background-color:#f2f2f2}.wishlist-modal__auth-block .btn{width:100%}.wishlist-modal.opened{opacity:1;visibility:visible;pointer-events:auto}.wishlist-modal.opened .wishlist-modal__body{transform:translateY(0)}.filter{position:fixed;left:0;top:0;z-index:101;width:100%;height:100%;opacity:0;visibility:hidden;pointer-events:none;transition:all .35s ease-in-out}.filter.opened{opacity:1;visibility:visible;pointer-events:auto}.filter.opened .filter__body{transform:translateX(0)}.filter__overlay{background:rgba(10,10,10,.4);position:fixed;left:0;top:0;width:100%;height:100%;z-index:0}.filter__body{padding:24px 20px 40px;width:480px;height:100%;margin-left:auto;display:flex;flex-direction:column;gap:20px;background-color:#f2f2f2;transform:translateX(100%);transition:all .45s ease-in-out;z-index:1}@media(max-width:767px){.filter__body{width:100%;padding:24px 12px 40px}}.filter__title{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#000;font:400 1rem/24px Marcellus;text-transform:capitalize;padding-bottom:16px;border-bottom:1px solid #c4c4c4}@media(max-width:767px){.filter__title{font-size:.75rem;line-height:16px}}.filter__close-btn{display:flex;width:32px;height:32px}@media(max-width:767px){.filter__close-btn{width:24px;height:24px}}.filter__main{flex:1;overflow-y:auto}.filter__item-checkboxes-list{display:flex;flex-direction:column;gap:8px}.filter__price-range-title{font-weight:700;color:#3e3e3e;margin-bottom:8px}.filter__price-range-wrapper{display:flex;align-items:center;gap:16px;color:#000;font-weight:500}.filter__price-range-wrapper input{width:148px;padding:7px 11px;background-color:#fff;transition:all .35s ease-in-out;color:#6a6868;font:400 1rem/24px Raleway;border:1px solid #b6a25f;outline:none}.filter__price-range-wrapper input::placeholder{color:#6a6868;font:400 1rem/24px Raleway}.filter__price-range-wrapper input:focus,.filter__price-range-wrapper input:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.filter .btn{width:100%}.filter__gift-block{display:none;border:1px solid #b6a25f}.filter__gift-block-image{display:flex;width:100%;height:325px}.filter__gift-block-image img{object-fit:cover}.filter__gift-block-text{display:flex;flex-direction:column;gap:8px;padding:8px 16px 16px;font-weight:600;color:#3e3e3e}.filter__gift-block-text .title{color:#000}.shop-main__section{position:relative;display:flex;flex-direction:column;gap:20px}.shop-main__section>h2{opacity:0;pointer-events:none;visibility:hidden;position:absolute;top:0;left:0}.shop-main__products-wrapper{display:flex;align-items:flex-start;gap:20px}.shop-main__products-wrapper .shop-main__filter-desktop .filter__body{width:325px;padding:0;transform:translateX(0)}.shop-main__products-wrapper .shop-main__filter-desktop .filter__main{height:auto;flex:none}.shop-main__products-wrapper .shop-main__filter-desktop .filter__close-btn{display:none}.shop-main__products-wrapper .shop-main__filter-desktop .filter__title{padding-bottom:20px}.shop-main__products-wrapper .shop-main__filter-desktop .filter__price-range-wrapper{gap:10px}.shop-main__products-wrapper .shop-main__filter-desktop .filter__apply-btn{display:none}.shop-main__products-wrapper .shop-main__filter-desktop .filter__gift-block{display:block}.shop-main__products-wrapper .grid-cards__list{width:calc(100% - 345px)}@media(max-width:1023px){.shop-main__products-wrapper .grid-cards__list{width:100%}}.shop-main__products-wrapper .grid-cards__list .product-card__wrapper,.shop-main__products-wrapper .grid-cards__list .quote-card{width:calc(33.3% - 13px)}@media(max-width:1400px){.shop-main__products-wrapper .grid-cards__list .product-card__wrapper,.shop-main__products-wrapper .grid-cards__list .quote-card{width:calc(50% - 10px)}}@media(max-width:767px){.shop-main__products-wrapper .grid-cards__list .product-card__wrapper,.shop-main__products-wrapper .grid-cards__list .quote-card{width:calc(50% - 6px)}}.text-collapsed{padding-top:40px;padding-bottom:40px}.text-collapsed__section{display:flex;flex-direction:column;align-items:center;text-align:center;width:min(100%,980px);margin:0 auto}.text-collapsed h2{margin-bottom:8px;font-family:Marcellus;font-weight:400;font-size:2rem;line-height:40px}@media(max-width:767px){.text-collapsed h2{font-size:1.25rem;line-height:28px}}.text-collapsed__text-wrapper{position:relative;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:all .35s ease-in-out;max-height:72px}@media(max-width:767px){.text-collapsed__text-wrapper{max-height:60px}}.text-collapsed__text-wrapper p{color:#3e3e3e}.text-collapsed__text-wrapper p a{font:inherit;display:inline;color:#6a6868;font-weight:600;text-decoration:underline}.text-collapsed__text-wrapper.expanded{-webkit-line-clamp:unset;max-height:500px}.text-collapsed__text-wrapper.expanded .text-collapsed__expand-btn{display:none}.text-collapsed__expand-btn,.text-collapsed__hide-btn{cursor:pointer;font-family:Raleway;font-size:1rem;font-weight:600;line-height:24px;color:#a47d2d;background-color:#f2f2f2;text-transform:lowercase}@media(max-width:767px){.text-collapsed__expand-btn,.text-collapsed__hide-btn{font-size:.875rem;line-height:20px}}.text-collapsed__hide-btn{padding-left:10px;display:inline}.text-collapsed__expand-btn{position:absolute;bottom:0;right:0;padding-right:12px;display:inline-flex;gap:10px}@media(max-width:767px){.text-collapsed__expand-btn{padding-right:13px}}.text-collapsed__expand-btn:before{content:"...";font-weight:400;color:#3e3e3e}.text-collapsed.with-image{padding-top:60px;padding-bottom:60px}@media(max-width:1023px){.text-collapsed.with-image{padding-top:40px;padding-bottom:40px}}.text-collapsed.with-image .text-collapsed__section{display:flex;flex-direction:row;align-items:center;gap:32px;text-align:start;width:100%;max-width:none;margin:0}@media(max-width:1023px){.text-collapsed.with-image .text-collapsed__section{flex-direction:column;gap:20px}}.text-collapsed.with-image .text-collapsed__image{display:flex;width:46%;height:428px}@media(max-width:1023px){.text-collapsed.with-image .text-collapsed__image{height:468px;width:100%}}@media(max-width:767px){.text-collapsed.with-image .text-collapsed__image{height:224px}}.text-collapsed.with-image .text-collapsed__image img{object-fit:cover;width:100%;height:100%}.text-collapsed.with-image .text-collapsed__main{width:51%}@media(max-width:1023px){.text-collapsed.with-image .text-collapsed__main{width:100%}}.text-collapsed.with-image .text-collapsed__title{margin-bottom:12px;text-align:flex-start}.text-collapsed.with-image .text-collapsed__text-wrapper{-webkit-line-clamp:5;max-height:160px}@media(max-width:1023px){.text-collapsed.with-image .text-collapsed__text-wrapper{-webkit-line-clamp:4;max-height:128px}}@media(max-width:767px){.text-collapsed.with-image .text-collapsed__text-wrapper{-webkit-line-clamp:5;max-height:120px}}.text-collapsed.with-image .text-collapsed__text-wrapper.expanded{-webkit-line-clamp:unset;max-height:500px}.text-collapsed.with-image .text-collapsed__text-wrapper.expanded .text-collapsed__expand-btn{display:none}.text-collapsed.with-image .text-collapsed__text{font-family:Marcellus;font-weight:400;font-size:1.25rem;line-height:32px}@media(max-width:767px){.text-collapsed.with-image .text-collapsed__text{font-size:1rem;line-height:24px}}.text-collapsed.with-image .text-collapsed__expand-btn{padding-right:15px;bottom:3px}@media(max-width:1023px){.text-collapsed.with-image .text-collapsed__expand-btn{padding-right:21px}}@media(max-width:767px){.text-collapsed.with-image .text-collapsed__expand-btn{padding-right:4px;bottom:1px}}.subscribe-form-preview{background-color:#e7e7e7}.subscribe-form-preview.hidden{position:absolute;width:100%;transform:translateY(-100%);opacity:0;pointer-events:none;visibility:hidden;transition:all .35s ease-in-out}.subscribe-form-preview__wrapper{position:relative}.subscribe-form-preview__wrapper .subscribe-form__section{position:absolute;transform:translateY(-100%);opacity:0;pointer-events:none;visibility:hidden;transition:all .35s ease-in-out}.subscribe-form-preview__wrapper .subscribe-form__section.visible{position:static;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.subscribe-form-preview__container{width:min(100%,800px);margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.subscribe-form-preview__container .title--02{margin-bottom:8px;color:#000}.subscribe-form-preview__btn{margin-top:16px;width:320px}@media(max-width:1023px){.subscribe-form-preview__btn{width:100%}}@media(max-width:767px){.subscribe-form-preview__btn{margin-top:12px}}.hero-secondary{position:relative;height:240px}@media(max-width:1023px){.hero-secondary{height:228px}}@media(max-width:767px){.hero-secondary{min-height:220px;height:auto}}.hero-secondary.dark{color:#f2f2f2}.hero-secondary.dark .hero-secondary__main h3{color:#dec678}.hero-secondary.dark .breadcrumbs__item,.hero-secondary.dark .hero-secondary__main p{color:#c4c4c4}.hero-secondary.dark .breadcrumbs__item:focus a,.hero-secondary.dark .breadcrumbs__item:hover a{color:#f2f2f2}.hero-secondary.dark .breadcrumbs__item:focus svg,.hero-secondary.dark .breadcrumbs__item:hover svg{fill:#f2f2f2}.hero-secondary.dark .breadcrumbs__item:before{content:url(../img/icons/breadcrumb-after-white.svg)}.hero-secondary.dark .breadcrumbs__item:first-of-type:before{content:none}.hero-secondary.dark .breadcrumbs__item.active{color:#f2f2f2}.hero-secondary.dark .breadcrumbs__item.active:before{content:url(../img/icons/breadcrumb-after-white.svg)}.hero-secondary.dark .breadcrumbs__item svg{fill:#c4c4c4}.hero-secondary__bg-image{position:absolute;z-index:0;inset:0;height:100%;width:100%;object-fit:cover;object-position:72% 0}.hero-secondary__container{position:relative;z-index:1}.hero-secondary__main{max-width:516px}@media(max-width:767px){.hero-secondary__main{width:73%;margin-bottom:50px}}.hero-secondary__main h3{font-family:Marcellus;font-weight:400;color:#a47d2d;text-transform:uppercase;font-size:1.25rem;line-height:32px;margin-bottom:2px}@media(max-width:767px){.hero-secondary__main h3{font-size:1rem;line-height:24px}}.hero-secondary__main h1{margin-bottom:2px;font-family:Marcellus;font-weight:400;font-size:2.5rem;line-height:52px}@media(max-width:1023px){.hero-secondary__main h1{font-size:2.25rem;line-height:44px}}@media(max-width:767px){.hero-secondary__main h1{font-size:1.5rem;line-height:32px}}.hero-secondary__main p{color:#6a6868;font-weight:600}.hero-secondary .breadcrumbs{background-color:transparent;margin-bottom:16px}@media(max-width:1023px){.hero-secondary .breadcrumbs{margin-bottom:6px}}@media(max-width:767px){.hero-secondary .breadcrumbs{margin-bottom:24px}}.mukhi-section__section{position:relative}.mukhi-section__products{width:100%;position:absolute;bottom:0;left:0;transition:none;opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-50%)}.mukhi-section__products.opened{position:static;transform:translateY(0);opacity:1;pointer-events:auto;visibility:visible;transition:transform .45s ease-in-out,opacity .35s ease-in-out}.mukhi-section__products.opened .slider-section{padding-top:84px;padding-bottom:0}@media(max-width:1023px){.mukhi-section__products.opened .slider-section{padding-top:80px}}.mukhi-section__products .slider-section__title{gap:32px}@media(max-width:767px){.mukhi-section__products .slider-section__title{gap:12px}}.mukhi-section__line{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.mukhi-section__line .title--04{color:#000}.mukhi-section__slider-wrapper{display:flex;gap:32px;height:488px;overflow:hidden}@media(max-width:1023px){.mukhi-section__slider-wrapper{height:736px;gap:20px}}@media(max-width:767px){.mukhi-section__slider-wrapper{height:fit-content;flex-direction:column;gap:24px}}.mukhi-section__small-slider{position:relative;padding-right:32px;padding-bottom:6px;width:29%;height:calc(100% - 12px);margin-top:auto;overflow:hidden}@media(max-width:1023px){.mukhi-section__small-slider{margin:auto 0;width:41%;height:100%;padding-right:20px}}@media(max-width:767px){.mukhi-section__small-slider{width:100%;height:170px;padding-right:6px}}.mukhi-section__small-slide{position:relative;cursor:pointer;height:fit-content;padding:3px 7px;border-radius:4px;background-color:#fff;border:1px solid transparent;transition:none}.mukhi-section__small-slide:not(:last-of-type){margin-bottom:12px}.mukhi-section__small-slide:after,.mukhi-section__small-slide:before{content:"";position:absolute;top:50%;right:0;transform:translate(100%,-50%);opacity:0;pointer-events:none;visibility:hidden;transition:none;border:12px solid transparent;border-left-color:#dec678}@media(max-width:767px){.mukhi-section__small-slide:after,.mukhi-section__small-slide:before{display:none}}.mukhi-section__small-slide:after{border-left:12px solid #f9f6ec;right:1px}.mukhi-section__small-slide.swiper-slide-thumb-active{pointer-events:none;font-weight:700;color:#000;padding:5px 7px;border:1px solid #dec678;background-color:#f9f6ec}@media(max-width:767px){.mukhi-section__small-slide.swiper-slide-thumb-active{padding:3px 7px}}.mukhi-section__small-slide.swiper-slide-thumb-active:after,.mukhi-section__small-slide.swiper-slide-thumb-active:before{opacity:1;pointer-events:auto;visibility:visible}.mukhi-section__small-slider-scrollbar.swiper-scrollbar{width:2px!important;height:65%!important;border-radius:4px!important;right:0!important;left:auto!important;top:0!important;transform:translate(0)!important}@media(max-width:767px){.mukhi-section__small-slider-scrollbar.swiper-scrollbar{position:absolute!important;margin:0!important;height:100%!important}}.mukhi-section__small-slider-scrollbar .swiper-scrollbar-drag{background:#c4c4c4;border-radius:4px!important}.mukhi-section__big-slider-wrapper{display:flex;align-items:center;gap:32px;width:69%}@media(max-width:1023px){.mukhi-section__big-slider-wrapper{gap:20px;width:56%}}@media(max-width:767px){.mukhi-section__big-slider-wrapper{flex-direction:column;gap:24px;width:100%}}.mukhi-section__big-slider{width:calc(100% - 80px);height:100%;overflow-x:clip}@media(max-width:1023px){.mukhi-section__big-slider{width:calc(100% - 52px)}}@media(max-width:767px){.mukhi-section__big-slider{width:100%}}.mukhi-section__big-slider-btns{display:flex;align-items:center;justify-content:space-between}@media(max-width:767px){.mukhi-section__big-slider-btns{width:100%}}.mukhi-section__big-slider-btn-next,.mukhi-section__big-slider-btn-prev{width:48px;display:flex;flex-shrink:0}@media(max-width:1023px){.mukhi-section__big-slider-btn-next,.mukhi-section__big-slider-btn-prev{width:32px;height:32px}}.mukhi-section__big-slider-btn-next img,.mukhi-section__big-slider-btn-prev img{width:100%;height:100%}.mukhi-section__big-slide{display:flex;gap:40px;align-items:center;width:100%!important;height:488px;padding:20px;border-radius:2px;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.08)}@media(max-width:1023px){.mukhi-section__big-slide{flex-direction:column-reverse;gap:16px;height:100%;padding:12px}}@media(max-width:767px){.mukhi-section__big-slide{gap:12px;height:576px}}.mukhi-section__big-slide-info{display:flex;flex-direction:column;gap:16px;height:100%;width:50%}@media(max-width:1023px){.mukhi-section__big-slide-info{width:100%;height:calc(100% - 152px)}}@media(max-width:767px){.mukhi-section__big-slide-info{gap:12px;height:calc(100% - 168px)}}@media(max-width:1023px){.mukhi-section__big-slide-info .btn{width:100%}}.mukhi-section__big-slide-title .title--02{color:#000;margin-bottom:4px}.mukhi-section__big-slide-title .mukhi-index{color:#b6a25f;font-weight:600;text-transform:uppercase}.mukhi-section__big-slide-deity{display:flex;flex-direction:column;gap:8px;font-family:Marcellus;color:#000;text-transform:capitalize}@media(max-width:767px){.mukhi-section__big-slide-deity{font-size:.75rem;line-height:16px}}.mukhi-section__big-slide-text{display:flex;flex-direction:column;gap:12px;flex:1;overflow-y:auto;text-align:justify}.mukhi-section__big-slide-image{width:45%;display:flex}@media(max-width:1023px){.mukhi-section__big-slide-image{width:100%;height:136px}}@media(max-width:767px){.mukhi-section__big-slide-image{height:156px}}.mukhi-section__big-slide-image img{width:100%;height:100%;object-fit:contain}.tabs__section--checkout{background:#f2f2f2}.tabs__list{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:28px;overflow-x:auto}.tabs__list::-webkit-scrollbar{display:none}.tabs__item{cursor:pointer;padding:12px 24px 10px;color:#3e3e3e;font-weight:600;text-transform:uppercase;text-align:center;border-bottom:2px solid #e7e7e7;transition:all .35s ease-in-out;white-space:nowrap}.tabs__item:focus,.tabs__item:hover{color:#000}.tabs__item.active{color:#000;border-bottom:2px solid #b6a25f}.tabs__main{width:min(100%,800px);margin:0 auto;display:none}.tabs__main.active{display:flex;flex-direction:column;gap:32px}@media(max-width:1023px){.tabs__main.active{gap:16px}}.tabs__main.full-width{width:100%}.text-image-tab{color:#000}.text-image-tab:has(.text-image-tab__image){display:flex;align-items:center;gap:32px}@media(max-width:1023px){.text-image-tab:has(.text-image-tab__image){flex-direction:column;gap:16px}}.text-image-tab:has(.text-image-tab__image):nth-child(2n){flex-direction:row-reverse}@media(max-width:1023px){.text-image-tab:has(.text-image-tab__image):nth-child(2n){flex-direction:column}}.text-image-tab:has(.text-image-tab__image) .text-image-tab__main{width:calc(50% - 16px)}@media(max-width:1023px){.text-image-tab:has(.text-image-tab__image) .text-image-tab__main{width:100%}}.text-image-tab h2{text-transform:capitalize;font-family:Marcellus;font-weight:400;font-size:2rem;line-height:40px}@media(max-width:767px){.text-image-tab h2{font-size:1.25rem;line-height:28px}}.text-image-tab__text{display:flex;flex-direction:column;gap:16px}.text-image-tab__text ul{list-style:inside}.text-image-tab__text strong{font-weight:500;margin-bottom:4px}.text-image-tab__image{width:calc(50% - 16px);display:flex;overflow:hidden;max-height:620px}@media(max-width:1023px){.text-image-tab__image{width:100%;max-height:668px}}@media(max-width:767px){.text-image-tab__image{max-height:332px}}.text-image-tab__image img{width:100%;height:100%;object-fit:cover}.accordion__list{display:flex;flex-direction:column;gap:20px;width:100%}.accordion__item:not(:last-of-type){padding-bottom:20px;border-bottom:1px solid #c4c4c4}.accordion__item.opened .accordion__item-title{color:#b6a25f;margin-bottom:12px}.accordion__item.opened .accordion__item-title:before{opacity:0}.accordion__item.opened .accordion__item-title:after{background-color:#b6a25f}.accordion__item.opened .accordion__content-wrapper{grid-template-rows:1fr;opacity:1}.accordion__item-title{cursor:pointer;position:relative;font-weight:700;color:#3e3e3e;transition:all .35s ease-in-out;padding-right:25px}.accordion__item-title:after,.accordion__item-title:before{position:absolute;top:50%;transform:translateY(-50%)}.accordion__item-title:before{right:11px;opacity:1;height:14px;width:2px}.accordion__item-title:after,.accordion__item-title:before{content:"";transition:all .35s ease-in-out;background-color:#3e3e3e}.accordion__item-title:after{right:5px;width:14px;height:2px}.accordion__content-wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;transition:all .35s ease-in-out}.accordion__content{min-height:0}.faq__answer{display:flex;flex-direction:column;gap:16px;color:#000}.faq__answer ul{list-style:inside}.faq__answer strong{font-weight:500;margin-bottom:4px}.ingridient-card__wrapper{display:flex;flex-direction:column;background-color:#fff;color:#000;height:auto}.ingridient-card__image{display:flex;align-items:center;justify-content:center;width:100%;height:240px}@media(max-width:1023px){.ingridient-card__image{height:196px}}@media(max-width:767px){.ingridient-card__image{height:193px}}.ingridient-card__image img{width:100%;height:100%;object-fit:contain}.ingridient-card__main{padding:24px 20px 32px}@media(max-width:1023px){.ingridient-card__main{padding:8px 16px 16px}}@media(max-width:767px){.ingridient-card__main{padding:4px 8px 8px}}.ingridient-card__main h3{margin-bottom:8px;font-size:1.25rem;font-weight:600;line-height:32px;text-transform:uppercase}@media(max-width:767px){.ingridient-card__main h3{font-size:1rem;line-height:24px}}.ingridient-card__main strong{margin-bottom:4px;font-weight:600}.ingridient-card__main ul{list-style:inside}.benefits{display:flex;flex-direction:column;align-items:center}.benefits>p{color:#6a6868;text-align:center;font-size:1.25rem;line-height:32px;text-transform:uppercase;margin-top:8px}@media(max-width:767px){.benefits>p{font-size:1rem;line-height:24px}}.benefits .mission__list{width:100%;display:grid;grid-template-columns:repeat(7,1fr);gap:20px;margin:24px 0}@media(max-width:1023px){.benefits .mission__list{gap:12px;padding:16px 0;margin:20px 0}}@media(max-width:767px){.benefits .mission__list{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:12px 8px}}@media(max-width:767px){.benefits .mission__item{width:calc(25% - 6px)}}.product-main__section{background-color:#fff;overflow:hidden}.product-main__wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding-top:40px;padding-bottom:24px}@media(max-width:1200px){.product-main__wrapper{display:flex;align-items:center;flex-direction:column}}.product-main__wrapper .custom-select .select2-container--default .select2-selection--single{box-shadow:none;padding:7px 11px;height:48px;display:flex;align-items:center}@media(max-width:767px){.product-main__wrapper .custom-select .select2-container--default .select2-selection--single{height:40px}}.product-main__wrapper .custom-select .select2-container--default .select2-selection--single:focus,.product-main__wrapper .custom-select .select2-container--default .select2-selection--single:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.product-main__wrapper label{display:block;font:400 1rem/24px Raleway;color:#6a6868;margin-bottom:4px}.product-main__slider{width:100%;display:flex;flex-direction:column;gap:12px;overflow:hidden}.product-main__slider .big-product-slider{width:100%;position:relative}.product-main__slider .big-product-slider:focus .product-main__slider-btns,.product-main__slider .big-product-slider:hover .product-main__slider-btns{opacity:1}.product-main__slider .big-product-slider .swiper-slide{display:flex;width:100%!important;height:660px;background-color:#fff}@media(max-width:1200px){.product-main__slider .big-product-slider .swiper-slide{height:728px}}@media(max-width:767px){.product-main__slider .big-product-slider .swiper-slide{height:351px}}.product-main__slider .big-product-slider .swiper-slide img{width:100%;height:100%;object-fit:contain}.product-main__slider .small-product-slider{position:relative}.product-main__slider .small-product-slider:focus .product-main__slider-btns,.product-main__slider .small-product-slider:hover .product-main__slider-btns{opacity:1}.product-main__slider .small-product-slider .swiper-slide{cursor:pointer;display:flex;border:1px solid transparent;width:calc(20% - 10px);height:122px}@media(max-width:1023px){.product-main__slider .small-product-slider .swiper-slide{height:136px}}@media(max-width:767px){.product-main__slider .small-product-slider .swiper-slide{height:64px;width:calc(20% - 8px)}}.product-main__slider .small-product-slider .swiper-slide.swiper-slide-thumb-active{border:1px solid #b6a25f}.product-main__slider .small-product-slider .swiper-slide img{width:100%;height:100%;object-fit:contain}.product-main__slider-btns{opacity:0;transition:all .35s ease-in-out;pointer-events:none;display:flex;align-items:center;justify-content:space-between;width:100%;position:absolute;z-index:1;left:0;top:50%;transform:translateY(-50%)}.product-main__big-button-next,.product-main__big-button-prev,.product-main__small-button-next,.product-main__small-button-prev{pointer-events:auto;display:flex;width:60px;height:60px;backdrop-filter:blur(6px)}@media(max-width:767px){.product-main__big-button-next,.product-main__big-button-prev,.product-main__small-button-next,.product-main__small-button-prev{width:40px;height:40px}}.product-main__big-button-next img,.product-main__big-button-prev img,.product-main__small-button-next img,.product-main__small-button-prev img{width:100%;height:100%}.product-main__main{display:flex;flex-direction:column;gap:20px}.product-main__main .text-collapsed{padding:0}.product-main__main .text-collapsed__text-wrapper{-webkit-line-clamp:4;max-height:96px}.product-main__main .text-collapsed__text-wrapper.expanded{-webkit-line-clamp:unset;max-height:500px}.product-main__main .text-collapsed__text-wrapper.expanded .text-collapsed__expand-btn{display:none}.product-main__main .text-collapsed__expand-btn,.product-main__main .text-collapsed__hide-btn{background-color:#fff}.product-main__title-wrapper{display:flex;flex-direction:column;gap:8px}@media(max-width:1023px){.product-main__title-wrapper{width:100%}}.product-main__title-wrapper .title{color:#000}.product-main__title-inner-wrapper{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-main__title-inner-wrapper .limited-offer{display:flex;align-items:center;width:fit-content;padding:8px 1050px 8px 8px;background-color:#dec678;color:#000;font-family:Marcellus;font-size:1rem;font-weight:400;line-height:24px;text-transform:uppercase;white-space:nowrap;margin-right:-1000px}@media(max-width:1200px){.product-main__title-inner-wrapper .limited-offer{padding:8px 90px 8px 8px;margin-right:-40px}}@media(max-width:767px){.product-main__title-inner-wrapper .limited-offer{padding:4px 32px 4px 4px;margin-right:-12px;font-size:.75rem;line-height:16px}}.product-main__subtitle,.product-main h3{text-transform:uppercase}.product-main h3{color:#6a6868;font-size:1.25rem;font-weight:400;line-height:32px}@media(max-width:767px){.product-main h3{font-size:1rem;line-height:24px}}.product-main__price-services-btns-wrapper{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #c4c4c4}.product-main__price{display:flex;align-items:center;color:#6a6868;font-size:1.25rem;line-height:32px}@media(max-width:767px){.product-main__price{font-size:1rem;line-height:24px}}.product-main__price .old-price{font-weight:400;text-decoration:line-through;margin-right:8px}.product-main__price .new-price{font-weight:700}.product-main__services-btns-wrapper{display:flex;gap:20px}.product-main__services-btn{display:flex;align-items:center;gap:8px;padding:7px;border:1px solid #b6a25f;color:#3e3e3e;transition:all .35s ease-in-out}.product-main__services-btn:focus,.product-main__services-btn:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.product-main__services-btn svg{width:32px;height:32px}@media(max-width:767px){.product-main__services-btn svg{width:24px;height:24px}}@media(max-width:767px){.product-main__services-btn span{display:none}}.product-main__options-block{display:grid;grid-template-columns:repeat(2,1fr);align-items:flex-end;gap:16px 20px;padding-bottom:20px;border-bottom:1px solid #c4c4c4}@media(max-width:767px){.product-main__options-block{grid-template-columns:repeat(1,1fr);gap:16px}}.product-main__options-block .custom-select .select2-container--default .select2-selection--single{box-shadow:none;padding:7px 11px;height:48px;display:flex;align-items:center}@media(max-width:767px){.product-main__options-block .custom-select .select2-container--default .select2-selection--single{height:40px}}.product-main__options-block .custom-select .select2-container--default .select2-selection--single:focus,.product-main__options-block .custom-select .select2-container--default .select2-selection--single:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.product-main__options-block label{display:block;font:400 1rem/24px Raleway;color:#6a6868;margin-bottom:4px}.product-main__options-block-btns{display:flex;align-items:stretch}.product-main__options-block-btns .add-to-bag-btn{flex:1}.product-main__options-block-btns .add-to-favorite{display:flex;align-items:center;justify-content:center;padding:7px;border:1px solid #b6a25f;background-color:transparent}@media(max-width:767px){.product-main__options-block-btns .add-to-favorite{padding:5px}}.product-main__options-block-btns .add-to-favorite.liked svg .background,.product-main__options-block-btns .add-to-favorite.liked svg .border{fill:#dec678}.product-main__options-block-btns .add-to-favorite svg{width:32px;height:32px}.product-main__options-block-btns .add-to-favorite svg .background{fill:#fff;transition:all .35s ease-in-out}.product-main__options-block-btns .add-to-favorite svg .border{fill:#000;transition:all .35s ease-in-out}.product-main__qty{display:flex;flex-direction:column}.product-main__qty label{margin-bottom:4px;color:#6a6868}.product-main__qty-input-wrapper{border:1px solid #b6a25f;padding:11px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;color:#000}.product-main__qty-input-wrapper .qty-input{border:none;outline:none;text-align:center;font:500 1rem/24px Raleway;padding:0!important}.product-main__qty-input-wrapper .qty-input::-webkit-inner-spin-button,.product-main__qty-input-wrapper .qty-input::-webkit-outer-spin-button{appearance:textfield;-moz-appearance:textfield;-webkit-appearance:none}.product-main__qty-input-wrapper .qty-minus,.product-main__qty-input-wrapper .qty-plus{position:relative;font-size:40px}.product-main__qty-input-wrapper .qty-minus:before,.product-main__qty-input-wrapper .qty-plus:before{content:"";position:absolute;width:1px;height:16px;top:50%;transform:translateY(-50%);background-color:#f2f2f2}.product-main__qty-input-wrapper .qty-minus[disabled],.product-main__qty-input-wrapper .qty-plus[disabled]{pointer-events:none;color:#e7e7e7}.product-main__qty-input-wrapper .qty-minus:before{right:0}.product-main__qty-input-wrapper .qty-plus:before{left:0}.product-main__benefits-block,.product-main__qty-input-wrapper .quantity{display:flex;justify-content:center;align-items:center}.product-main__benefits-block{padding:28px 0 8px;border-top:1px solid #c4c4c4}.product-main__benefits-item{display:flex;align-items:center;gap:8px;padding:0 24px;color:#000;font-family:Marcellus;font-size:1rem;font-weight:400;line-height:24px;text-transform:capitalize}@media(max-width:767px){.product-main__benefits-item{padding:0 8px;gap:4px;font-size:.75rem;line-height:16px}}@media(max-width:767px){.product-main__benefits-item:first-of-type,.product-main__benefits-item:last-of-type{padding:0 8px}}.product-main__benefits-item:not(:last-of-type){border-right:1px solid #c4c4c4}.product-main__benefits-item img{width:48px;height:48px}@media(max-width:767px){.product-main__benefits-item img{width:24px;height:24px}}.fixed-block-product{display:none}@media(max-width:767px){.fixed-block-product{width:100dvw;position:fixed;z-index:101;left:0;right:0;bottom:0;padding:4px 12px;background:#fff;box-shadow:0 -2px 4px -4px rgba(16,24,40,.08),0 -4px 6px -2px rgba(16,24,40,.03);display:flex;align-items:center;justify-content:space-between;opacity:0;pointer-events:none;visibility:hidden}.fixed-block-product.visible{opacity:1;pointer-events:auto;visibility:visible}.fixed-block-product .add-to-bag-btn{padding:12px 46px}}.fixed-block-product .price{color:#6a6868;font-size:1rem;font-weight:700;line-height:24px}.option-img{width:32px;height:32px}@media(max-width:767px){.option-img{width:24px;height:24px}}.option-span{display:flex;align-items:center;gap:4px}.variations_form{display:flex;flex-direction:column;gap:32px}@media(max-width:1023px){.variations_form{gap:20px}}@media(max-width:767px){.variations_form{gap:16px}}.variations{width:100%}.variations tbody{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 16px}@media(max-width:767px){.variations tbody{grid-template-columns:repeat(1,1fr);gap:16px}}.variations tbody td{display:block;width:100%}.woocommerce-variation-add-to-cart{display:grid;grid-template-columns:repeat(2,1fr);align-items:flex-end;gap:0 16px}@media(max-width:767px){.woocommerce-variation-add-to-cart{grid-template-columns:repeat(1,1fr)}}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.size-guide__modal{position:fixed;top:0;right:0;z-index:101;width:100%;height:100%;opacity:0;visibility:hidden;pointer-events:none;transition:all .35s ease-in-out}.size-guide__modal.opened{opacity:1;visibility:visible;pointer-events:auto}.size-guide__modal.opened .size-guide__body{transform:translateX(0)}.size-guide__overlay{background:rgba(10,10,10,.4);position:fixed;inset:0;z-index:0}.size-guide__body{position:relative;margin-left:auto;width:83%;height:100%;transform:translateX(100%);transition:all .35s ease-in-out;z-index:1;background-color:#f2f2f2;display:flex;flex-direction:column}@media(max-width:1023px){.size-guide__body{width:89%}}@media(max-width:767px){.size-guide__body{width:100%}}.size-guide__closer{position:absolute;top:20px;right:40px;z-index:1}@media(max-width:1023px){.size-guide__closer{top:16px;right:20px}}@media(max-width:767px){.size-guide__closer{right:12px}}.size-guide__hero{position:relative;font-family:Marcellus;font-weight:400;padding:78px 40px}@media(max-width:1023px){.size-guide__hero{padding:28px 20px}}@media(max-width:767px){.size-guide__hero{padding:24px 12px}}.size-guide__hero h2{color:#000;margin-bottom:20px;text-transform:capitalize;font-size:2.5rem;line-height:52px}@media(max-width:1023px){.size-guide__hero h2{font-size:2.25rem;line-height:44px}}@media(max-width:767px){.size-guide__hero h2{margin-bottom:8px;font-size:1.5rem;line-height:32px}}.size-guide__hero p{width:440px;color:#6a6868;font-size:1.25rem;line-height:32px}@media(max-width:767px){.size-guide__hero p{width:57%;font-size:1rem;line-height:24px}}.size-guide__hero img{position:absolute;z-index:-1;inset:0;display:flex;width:100%;height:100%;object-fit:cover}.size-guide__main{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding:32px 40px 60px}@media(max-width:1023px){.size-guide__main{padding:24px 20px 19px}}@media(max-width:767px){.size-guide__main{padding:24px 12px 40px}}.size-guide__main .tabs__list{grid-template-columns:repeat(5,1fr);margin-bottom:32px}@media(max-width:767px){.size-guide__main .tabs__list{margin-bottom:20px}}.size-guide__main .tabs__main{flex-direction:column;gap:32px;flex:1;overflow-y:auto;width:100%}@media(max-width:767px){.size-guide__main .tabs__main{gap:20px}}.size-guide__measurements{display:flex;align-items:center;gap:32px;height:fit-content}@media(max-width:1023px){.size-guide__measurements{flex-direction:column}}.size-guide__measurements-img{display:flex;align-items:center;justify-content:center;width:36%;height:220px}@media(max-width:1023px){.size-guide__measurements-img{width:100%}}@media(max-width:767px){.size-guide__measurements-img{height:190px}}.size-guide__measurements-img img{width:100%;height:100%;object-fit:contain}.size-guide__measurements-info{display:flex;flex-direction:column;color:#6a6868;font-weight:500;width:61%}@media(max-width:1023px){.size-guide__measurements-info{width:100%}}.size-guide__measurements-info strong{font-weight:600}.size-guide__measurements-info h2,.size-guide__measurements-info h3,.size-guide__measurements-info h4,.size-guide__measurements-info h5,.size-guide__measurements-info h6{margin-bottom:8px;color:#000;font-family:Marcellus;font-weight:400;font-size:2.5rem;line-height:52px}@media(max-width:1023px){.size-guide__measurements-info h2,.size-guide__measurements-info h3,.size-guide__measurements-info h4,.size-guide__measurements-info h5,.size-guide__measurements-info h6{font-size:2.25rem;line-height:44px}}@media(max-width:767px){.size-guide__measurements-info h2,.size-guide__measurements-info h3,.size-guide__measurements-info h4,.size-guide__measurements-info h5,.size-guide__measurements-info h6{font-size:1.5rem;line-height:32px}}.size-guide__measurements-info ol,.size-guide__measurements-info ul{padding-left:24px}.size-guide__measurements-link{width:fit-content;margin-top:20px;font-weight:400}@media(max-width:1023px){.size-guide__measurements-link{margin:20px auto 0}}.size-guide__necklaces-images{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media(max-width:1023px){.size-guide__necklaces-images{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.size-guide__necklaces-images{grid-template-columns:repeat(1,1fr)}}.size-guide__table-wrapper{background-color:#fff;border-radius:2px;box-shadow:2px 4px 16px 0 rgba(37,32,14,.1);padding:12px}@media(max-width:1023px){.size-guide__table-wrapper{padding:8px}}@media(max-width:767px){.size-guide__table-wrapper{padding:4px}}.size-guide__table-wrapper table{table-layout:fixed;color:#3e3e3e;border-collapse:collapse;width:100%}@media(max-width:767px){.size-guide__table-wrapper table{table-layout:auto;font-size:.75rem;line-height:16px}}.size-guide__table-wrapper table td,.size-guide__table-wrapper table th{border:1px solid #b6a25f;text-align:center}.size-guide__table-wrapper table thead tr:first-of-type th{font-weight:600;padding:0 2px 2px}.size-guide__table-wrapper table thead tr:last-of-type th{font-weight:400;padding:4px 2px}.size-guide__table-wrapper table thead th{background-color:#f2f2f2;border-top:none;border-bottom:none}.size-guide__table-wrapper table thead th:first-of-type{border-left:none}.size-guide__table-wrapper table thead th:last-of-type{border-right:none}.size-guide__table-wrapper table tbody tr:first-of-type td{border-top:none}.size-guide__table-wrapper table tbody tr:last-of-type td{border-bottom:none}.size-guide__table-wrapper table tbody tr td:first-of-type{border-left:none}.size-guide__table-wrapper table tbody tr td:last-of-type{border-right:none}.size-guide__table-wrapper table tbody tr td:not(:first-of-type){white-space:nowrap}.size-guide__table-wrapper table tbody td{padding:12px 0}.auth__container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:767px){.auth__container{grid-template-columns:repeat(1,1fr)}}.auth__container .title--04{padding:4px 12px;background-color:#f2f2f2}.auth__main{padding:12px;border-radius:2px;background-color:#fff}@media(max-width:767px){.auth__main{padding:8px}}.auth__main .title--04{margin-bottom:12px}.auth__form{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:28px}@media(max-width:1023px){.auth__form{margin-bottom:20px}}.auth__form .btn{width:100%}.auth__birth-date-wrapper{position:relative;width:100%}.auth__birth-date-wrapper label{color:#6a6868;margin-bottom:4px}.auth__calendar{position:absolute;left:0;bottom:0;transform:translateY(100%);z-index:10;width:100%}.auth__calendar .air-datepicker{box-sizing:border-box;border-radius:0}.auth__calendar .air-datepicker.-inline-{width:100%;border:1px solid #b6a25f;border-top:0;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.auth__calendar .air-datepicker-body--day-name{color:#b6a25f;font-weight:600}.auth__calendar .air-datepicker-nav--title i{color:#c4c4c4}.auth__calendar .air-datepicker-cell.-current-{color:#b6a25f;font-weight:600}.auth__calendar .air-datepicker-cell.-day-.-other-month-,.auth__calendar .air-datepicker-cell.-year-.-other-decade-{color:#c4c4c4}.auth__calendar .air-datepicker-cell.-selected-,.auth__calendar .air-datepicker-cell.-selected-.-focus-{background-color:#dec678;color:#fff}.auth__input-wrapper{position:relative}.auth__input-wrapper.visibility-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.auth__input-wrapper .input{color:#000;border:1px solid #b6a25f}.auth__input-wrapper .input#birth-date{cursor:pointer}.auth__input-wrapper .password-input{position:relative}.auth__input-wrapper .date-picker-btn{pointer-events:none;display:flex;position:absolute;top:50%;transform:translateY(-50%);right:12px}.auth__input-wrapper .open-password-icon{display:block}.auth__input-wrapper .hide-password-icon{display:none}.auth__toggle-password-btn{display:flex;position:absolute;right:12px;top:14px}@media(max-width:767px){.auth__toggle-password-btn{top:12px}}.auth__toggle-password-btn svg{fill:#000;transition:all .35s ease-in-out}.auth__toggle-password-btn:focus svg,.auth__toggle-password-btn:hover svg{fill:#b6a25f}.auth__form-helpers{width:100%;display:flex;align-items:center;justify-content:space-between}.auth__form-helpers .link{font-weight:400}.auth__checkbox{cursor:pointer;position:relative;display:inline-block;padding-left:44px;color:#6a6868}.auth__checkbox input{position:absolute;opacity:0;cursor:pointer}.auth__checkbox input:checked~.checkmark:after{display:block}.auth__checkbox input:checked~.checkmark{background-color:#dec678;border:1px solid #dec678}.auth__checkbox .checkmark{position:absolute;top:50%;transform:translateY(-50%);left:16px;width:16px;height:16px;background-color:transparent;border:1px solid #6a6868;border-radius:4px}.auth__checkbox .checkmark:after{content:"";position:absolute;display:none;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.auth__subscribiption{color:#3e3e3e}.auth__subscribiption h4{font-weight:500;margin-bottom:8px}.auth__subscribiption label:not(:last-of-type){margin-bottom:12px}.auth__subscribiption .custom-checkbox{color:#3e3e3e}.auth__text-collapsed{position:relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:all .35s ease-in-out;max-height:32px;color:#6a6868;font-size:.75rem;line-height:16px;font-weight:400}.auth__text-collapsed.expanded{-webkit-line-clamp:unset;max-height:500px}.auth__text-collapsed.expanded .text-collapsed__expand-btn{display:none}.auth__text-collapsed a{display:inline;color:#a47d2d;font:inherit;text-decoration-line:underline}.auth__text-collapsed .text-collapsed__expand-btn,.auth__text-collapsed .text-collapsed__hide-btn{background-color:#fff;color:#a47d2d;font:inherit;padding-right:0}.auth__separator{display:flex;align-items:center;text-align:center;color:#6a6868;margin-bottom:28px}@media(max-width:1023px){.auth__separator{margin-bottom:12px}}.auth__separator:after,.auth__separator:before{content:"";flex:1;border-bottom:1px solid #f2f2f2}.auth__separator:before{margin-right:20px}.auth__separator:after{margin-left:20px}.auth__socials-list{gap:40px}.auth__social-btn,.auth__socials-list{display:flex;align-items:center;justify-content:center}.auth__social-btn{width:60px;height:60px;border-radius:50%;transition:all .35s ease-in-out}.auth__social-btn:focus,.auth__social-btn:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.auth__google-btn{border:1px solid #c4c4c4;background-color:#fff}.auth__apple-btn{background-color:#000}.auth__facebook-btn{background-color:#1877f2}.auth__redirect-block{height:fit-content;display:flex;flex-direction:column;gap:16px;padding:12px;border-radius:2px;background-color:#fff}@media(max-width:767px){.auth__redirect-block{padding:8px}}.auth__redirect-block .btn{width:100%}.auth__redirect-image-wrapper{position:relative;z-index:1;padding:20px 28px;color:#fff;text-shadow:0 4px 4px rgba(0,0,0,.25)}@media(max-width:1023px){.auth__redirect-image-wrapper{padding:16px}}.auth__redirect-image-wrapper img{position:absolute;inset:0;width:100%;height:100%;z-index:-1;object-fit:cover;object-position:center}.auth__redirect-image-wrapper h2{font-family:Marcellus;font-size:2rem;font-weight:400;line-height:38px;margin-bottom:20px}@media(max-width:1023px){.auth__redirect-image-wrapper h2{font-size:1.5rem;line-height:32px;margin-bottom:12px}}.auth__redirect-image-wrapper ul{display:flex;flex-direction:column;gap:8px;font-size:1.25rem;font-weight:600;line-height:32px;list-style-type:none;padding:0}@media(max-width:1023px){.auth__redirect-image-wrapper ul{font-size:1rem;line-height:24px}}.auth__redirect-image-wrapper ul li{position:relative;padding-left:28px}.auth__redirect-image-wrapper ul li:before{content:"";background-image:url(../img/icons/check-mark.svg);background-size:contain;background-repeat:no-repeat;position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px}.auth__modal{width:min(100%,800px);margin:0 auto;padding:12px;border-radius:2px;background-color:#fff;box-shadow:2px 4px 16px 0 rgba(37,32,14,.1)}@media(max-width:767px){.auth__modal{padding:8px}}.auth__modal .title--04{padding:4px 12px;background-color:#f2f2f2;margin-bottom:12px}.auth__modal .full-string label{margin-bottom:12px}@media(max-width:767px){.auth__modal .g-recaptcha{width:100%}.auth__modal .g-recaptcha>div{width:100%!important}.auth__modal .g-recaptcha iframe{width:100%}}.auth__modal .btn{width:auto;height:fit-content;flex:1}@media(max-width:767px){.auth__modal .btn{width:100%}}.auth__password-wrapper{width:calc(50% - 10px)}@media(max-width:767px){.auth__password-wrapper{width:100%}}.auth__password-wrapper label{color:#6a6868;margin-bottom:4px}.blog .library__card{background-color:transparent}.blog .library__card-main{display:flex;flex-direction:column;padding:24px 20px}@media(max-width:1023px){.blog .library__card-main{padding:12px}}@media(max-width:767px){.blog .library__card-main{padding:4px 8px 8px}}.blog .library__card-main p{-webkit-line-clamp:2}.blog .grid-cards{background-color:#fff}.filters__list{display:flex;align-items:center;gap:16px;flex-wrap:nowrap;overflow-x:auto}@supports not selector(::-webkit-scrollbar-thumb){.filters__list{scrollbar-width:0}}.filters__list::-webkit-scrollbar{width:0;height:0}.filters__item{padding:12px 24px;border-radius:100px;background-color:#f9f6ec;color:#3e3e3e;text-align:center;font-size:1rem;font-weight:600;line-height:24px;text-transform:uppercase;transition:all .35s ease-in-out;white-space:nowrap}@media(max-width:767px){.filters__item{padding:12px 20px;font-size:.875rem;line-height:20px}}.filters__item.active,.filters__item:focus,.filters__item:hover{background-color:#b6a25f;color:#fff}.article-main{background-color:#fff}.article-main__container{position:relative;display:flex;gap:40px}@media(max-width:1200px){.article-main__container{gap:20px}}@media(max-width:767px){.article-main__container{flex-direction:column}}.article-main__contents{width:260px;height:fit-content;display:flex;flex-direction:column;gap:16px;position:sticky;top:100px;left:0}@media(max-width:767px){.article-main__contents{position:static;width:100%;top:45px}}.article-main__contents-share{display:flex;align-items:center;gap:8px;padding:0 8px 16px;border-bottom:1px solid #c4c4c4;transition:all .35s ease-in-out}.article-main__contents-share svg{fill:#000;transition:all .35s ease-in-out}.article-main__contents-share:focus,.article-main__contents-share:hover{color:#b6a25f}.article-main__contents-share:focus svg,.article-main__contents-share:hover svg{fill:#b6a25f}.article-main__contents-main.opened .article-main__contents-title{color:#b6a25f;margin-bottom:12px}.article-main__contents-main.opened .article-main__contents-title:before{opacity:0}.article-main__contents-main.opened .article-main__contents-title:after{background-color:#b6a25f}.article-main__contents-main.opened .article-main__contents-list-wrapper{grid-template-rows:1fr;opacity:1;box-shadow:0 4px 4px -2px rgba(37,32,14,.2)}@media(max-width:767px){.article-main__contents-list-wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;transition:all .35s ease-in-out}}.article-main__contents-list{display:flex;flex-direction:column;gap:8px;list-style:none}@media(max-width:767px){.article-main__contents-list{min-height:0;max-height:160px;overflow-y:auto}}.article-main__contents-list li{transition:all .35s ease-in-out}.article-main__contents-list li.active{color:#000;font-weight:700}.article-main__contents-title{cursor:pointer;color:#000;font-weight:600;text-transform:uppercase;position:relative;border-bottom:2px solid #b6a25f;transition:all .35s ease-in-out;padding:4px 0;margin-bottom:16px}@media(max-width:767px){.article-main__contents-title{margin-bottom:0}}.article-main__contents-title:after,.article-main__contents-title:before{position:absolute;top:50%;transform:translateY(-50%);display:none}@media(max-width:767px){.article-main__contents-title:after,.article-main__contents-title:before{display:inline-block}}.article-main__contents-title:before{right:11px;content:"";opacity:1;transition:all .35s ease-in-out;height:14px;width:2px;background-color:#3e3e3e}.article-main__contents-title:after{right:5px;content:"";width:14px;height:2px;background-color:#3e3e3e;transition:all .35s ease-in-out}.article-main__content{width:calc(100% - 300px);display:flex;gap:40px}@media(max-width:1200px){.article-main__content{width:calc(100% - 280px);flex-direction:column;gap:32px}}@media(max-width:767px){.article-main__content{width:100%}}.article-main__article{display:flex;flex-direction:column;text-align:justify;gap:32px;width:calc(100% - 410px);flex:1}@media(max-width:1200px){.article-main__article{width:100%}}.article-main__article>h4{display:flex;align-items:center;gap:12px;text-align:center;font-family:Marcellus;font-weight:400;font-size:1.25rem;line-height:32px}@media(max-width:767px){.article-main__article>h4{font-size:1rem;line-height:24px}}.article-main__article>h4 img{display:block;width:40px;height:40px}.article-main__article>h4:has(+p){margin-bottom:-24px}@media(max-width:767px){.article-main__article>h4:has(+p){margin-bottom:-8px}}.article-main__article>h2{display:flex;align-items:center;gap:12px;margin-bottom:-24px;font-family:Marcellus;font-weight:400;font-size:2rem;line-height:40px}@media(max-width:767px){.article-main__article>h2{font-size:1.25rem;line-height:28px}}.article-main__article>h2 img{display:block;width:80px;height:80px}@media(max-width:767px){.article-main__article>h2 img{width:60px;height:60px}}.article-main__article-quote{display:flex;flex-direction:column;padding:16px;border:1px solid #b6a25f;color:#3e3e3e}@media(max-width:767px){.article-main__article-quote{padding:8px 12px}}.article-main__article-quote img{width:40px;height:26px;margin-bottom:20px}@media(max-width:767px){.article-main__article-quote img{width:24px;height:16px;margin-bottom:4px}}.article-main__article-quote .title--02{text-align:center;font-family:Marcellus;font-size:2rem;line-height:40px;font-weight:400;margin-bottom:12px}@media(max-width:767px){.article-main__article-quote .title--02{font-size:1.25rem;line-height:28px}}.article-main__article-quote p{text-align:center;font-family:Marcellus;font-size:1.25rem;font-weight:400;line-height:32px;margin-bottom:12px}@media(max-width:767px){.article-main__article-quote p{font-size:1rem;line-height:24px}}.article-main__article-quote span{margin:0 auto;font-weight:600}.article-main__article ul,.article-main__article ul li ul{padding-left:24px}.article-main__text-wrapper{display:flex;flex-direction:column;gap:8px}.article-main__personal-bead{width:370px;height:fit-content;border:1px solid #b6a25f;position:sticky;top:100px;right:0}@media(max-width:1200px){.article-main__personal-bead{width:100%;position:static}}.article-main__personal-bead .title--04{background-color:#b6a25f;color:#fff;text-align:center;padding:12px;font-size:1.25rem;line-height:32px}.article-main__personal-bead img{width:100%;height:152px;object-fit:cover;object-position:bottom}@media(max-width:1400px){.article-main__personal-bead img{height:172px}}.article-main__personal-bead-footer{padding:12px;display:flex;flex-direction:column;align-items:center;gap:12px;color:#3e3e3e;text-align:center}.article-main__personal-bead-footer h4{font-size:1rem;line-height:24px;font-weight:400;text-transform:uppercase}.article-main__location-card{display:flex;flex-direction:column;padding:24px;gap:16px;background-color:#f2f2f2}@media(max-width:1023px){.article-main__location-card{padding:20px}}@media(max-width:767px){.article-main__location-card{padding:24px 12px;gap:8px}}.article-main__location-main{display:flex;flex-direction:column;gap:4px}.article-main__location-main .title--04{color:#b6a25f}.article-main__location-address{display:grid;grid-template-columns:228px 1fr;gap:8px 60px}@media(max-width:767px){.article-main__location-address{grid-template-columns:repeat(1,1fr)}}.article-main__location-address .opening-hours{display:flex;flex-direction:column;gap:4px}.article-main__location-address strong{font-weight:600}.article-main__location-address a{display:flex;align-items:center;gap:4px;font-weight:600;transition:all .35s ease-in-out}.article-main__location-address a svg [fill]{fill:currentColor}.article-main__location-address a:focus,.article-main__location-address a:hover{color:#b6a25f}.article-main__deity-article{display:flex;align-items:center;gap:32px;padding-bottom:60px}@media(max-width:1023px){.article-main__deity-article{gap:12px}}.article-main__deity-article.left-image{flex-direction:row}@media(max-width:1023px){.article-main__deity-article.left-image{flex-direction:column}}.article-main__deity-article.right-image{flex-direction:row-reverse}@media(max-width:1023px){.article-main__deity-article.right-image{flex-direction:column}}.article-main__deity-image{width:448px;height:532px;max-width:calc(50% - 16px);object-fit:cover;object-position:top}@media(max-width:1023px){.article-main__deity-image{width:100%;height:498px;max-width:420px}}@media(max-width:767px){.article-main__deity-image{height:414px}}.article-main__deity-main{display:flex;flex-direction:column;gap:8px;flex:1}@media(max-width:1023px){.article-main__deity-main{width:100%}}.article-main__deity-dates{color:#a47d2d;font-weight:600}.article-main__deity-text{display:flex;flex-direction:column;gap:12px}.article-main__author-block{display:flex;flex-direction:column;gap:32px}@media(max-width:1023px){.article-main__author-block{gap:12px}}.article-main__author-text{display:flex;flex-direction:column;gap:8px;font-family:Marcellus;text-transform:capitalize}@media(max-width:1023px){.article-main__author-text{gap:12px}}.article-main__author-info{display:flex;align-items:center;gap:40px}@media(max-width:1023px){.article-main__author-info{gap:24px}}.article-main__author-photo{width:180px;height:180px;flex-shrink:0;border-radius:50%}@media(max-width:1023px){.article-main__author-photo{width:160px;height:160px}}@media(max-width:767px){.article-main__author-photo{width:140px;height:140px}}.article-main__author-name-title{display:flex;flex-direction:column;text-transform:capitalize;font-family:Marcellus;color:#000}.article-main__author-signature{display:flex;margin-top:12px;width:240px;height:auto;object-fit:contain}@media(max-width:767px){.article-main__author-signature{width:180px}}.map-block{width:100%;height:508px}@media(max-width:1023px){.map-block{height:270px}}@media(max-width:767px){.map-block{height:132px}}.map-block iframe{width:100%;height:100%}.article-comments{display:flex;flex-direction:column;gap:28px}@media(max-width:1023px){.article-comments{gap:20px}}.article-comments__title-wrapper{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #b6a25f;padding-bottom:2px}.article-comments__title-wrapper h2{color:#000;font-size:1.25rem;font-weight:600;line-height:32px;text-transform:uppercase}@media(max-width:767px){.article-comments__title-wrapper h2{font-size:1rem;line-height:24px}}.article-comments__form-wrapper{width:min(100%,800px);display:flex;flex-direction:column;align-items:center;gap:24px;margin:0 auto;position:absolute;opacity:0;pointer-events:none;transform:translateY(-50%);transition:all .45s ease-in-out}@media(max-width:767px){.article-comments__form-wrapper{gap:16px}}.article-comments__form-wrapper.opened{position:static;opacity:1;pointer-events:auto;transform:translateY(0)}.article-comments__form-wrapper form{display:flex;flex-wrap:wrap;gap:20px;width:100%}.article-comments__form-wrapper form .textarea{height:96px;min-height:96px}.article-comments__form-wrapper form .btn{width:300px;margin:4px auto 0;border:none}@media(max-width:767px){.article-comments__form-wrapper form .btn{width:min(100%,400px);margin-top:-4px}}.article-comments__list{display:flex;flex-direction:column;gap:24px}.article-comments__item{display:flex;gap:32px;padding:16px;border-radius:2px;background-color:#fff}@media(max-width:767px){.article-comments__item{padding:12px;flex-direction:column;gap:8px}}.article-comments__item-title{display:flex;flex-direction:column;gap:4px;width:200px;flex-shrink:0}@media(max-width:767px){.article-comments__item-title{width:100%}}.article-comments__item-title strong{color:#000;font-size:1.25rem;font-weight:600;line-height:32px}@media(max-width:767px){.article-comments__item-title strong{font-size:1rem;line-height:24px}}.article-comments #respond,.article-comments .form-submit{width:100%}.tabs-links__section{padding-top:60px;padding-bottom:60px}@media(max-width:1023px){.tabs-links__section{padding-top:24px;padding-bottom:40px}}.tabs-links__list{display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:28px;overflow-x:auto;list-style:none}@media(max-width:767px){.tabs-links__list{margin-bottom:20px}}.tabs-links__list::-webkit-scrollbar{display:none}.tabs-links__item{cursor:pointer;padding:12px 24px 10px;color:#3e3e3e;font-weight:600;text-transform:uppercase;text-align:center;border-bottom:2px solid #e7e7e7;transition:all .35s ease-in-out;white-space:nowrap}.tabs-links__item:focus,.tabs-links__item:hover{color:#000}.tabs-links__item.active{color:#000;border-bottom:2px solid #b6a25f}.tabs-links__article{width:min(100%,1000px);margin:0 auto;display:flex;flex-direction:column;gap:12px;padding:40px 0 60px}@media(max-width:1023px){.tabs-links__article{padding:20px 0 60px}}@media(max-width:767px){.tabs-links__article{padding:12px 0 24px}}.tabs-links__article h2{font-size:1.25rem;font-weight:700;line-height:32px;margin:20px 0;text-align:center}@media(max-width:1023px){.tabs-links__article h2{margin:16px 0}}@media(max-width:767px){.tabs-links__article h2{font-size:1rem;line-height:24px;margin:4px 0}}.tabs-links__article h3{margin:20px 0 -8px;font-size:1rem;font-weight:700;line-height:24px}@media(max-width:1023px){.tabs-links__article h3{margin-top:16px}}@media(max-width:767px){.tabs-links__article h3{font-size:.875rem;line-height:20px;margin-top:4px}}.tabs-links__article ul{padding-left:24px}.tabs-links__article ul li a[href^="#"]{color:#a47d2d}.tabs-links__article ul li a[href^="#"]:focus,.tabs-links__article ul li a[href^="#"]:hover{text-decoration:underline}.tabs-links__faqs-block{display:flex;align-items:flex-start;gap:32px}@media(max-width:1023px){.tabs-links__faqs-block{gap:20px}}.tabs-links__faqs-block>.accordion__list{display:none}.tabs-links__faqs-block>.accordion__list.active{display:flex}@media(max-width:767px){.tabs-links__faqs-block>.accordion__list{display:none!important}}.tabs-links__faqs-block .accordion__item{border-color:#dec678}.tabs-links__faqs-tabs-list{display:flex;flex-direction:column;width:24%;flex-shrink:0;background-color:#fff}@media(max-width:1023px){.tabs-links__faqs-tabs-list{width:27%}}@media(max-width:767px){.tabs-links__faqs-tabs-list{width:100%;background-color:transparent}}.tabs-links__faqs-tabs-item{cursor:pointer;position:relative;padding:12px 12px 12px 24px}@media(max-width:1023px){.tabs-links__faqs-tabs-item{padding:12px}}@media(max-width:767px){.tabs-links__faqs-tabs-item{padding-bottom:20px;border-bottom:1px solid #dec678}}.tabs-links__faqs-tabs-item .item-title{font-size:1rem;line-height:24px;color:#6a6868;font-weight:600;text-transform:uppercase;transition:all .35s ease-in-out;display:flex;align-items:center;gap:12px}.tabs-links__faqs-tabs-item .item-title:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #6a6868;transition:all .35s ease-in-out}.tabs-links__faqs-tabs-item .item-title:after{content:"";width:12px;height:11px;border-radius:50%;background-color:#dec678;position:absolute;top:50%;transform:translateY(-50%);left:26px;opacity:0;transition:all .35s ease-in-out}@media(max-width:1023px){.tabs-links__faqs-tabs-item .item-title:after{left:14px}}@media(max-width:767px){.tabs-links__faqs-tabs-item .item-title{color:#3e3e3e;position:relative;font-size:.875rem;line-height:20px}.tabs-links__faqs-tabs-item .item-title:after,.tabs-links__faqs-tabs-item .item-title:before{border-radius:0;border:none;position:absolute;top:50%;transform:translateY(-50%);background-color:#3e3e3e;opacity:1;transition:all .35s ease-in-out}.tabs-links__faqs-tabs-item .item-title:before{content:"";right:18px;height:14px;width:2px}.tabs-links__faqs-tabs-item .item-title:after{content:"";left:auto;right:12px;width:14px;height:2px}}.tabs-links__faqs-tabs-item .mobile-list-wrapper{display:none}@media(max-width:767px){.tabs-links__faqs-tabs-item .mobile-list-wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;transition:all .35s ease-in-out}}.tabs-links__faqs-tabs-item .mobile-list{display:flex;flex-direction:column;gap:20px;min-height:0}.tabs-links__faqs-tabs-item .mobile-item{display:flex;flex-direction:column;gap:12px;font-size:.875rem;font-weight:400;line-height:20px}.tabs-links__faqs-tabs-item .mobile-item-question{font-weight:700;font-size:.875rem;line-height:20px;color:#3e3e3e}.tabs-links__faqs-tabs-item.active .item-title,.tabs-links__faqs-tabs-item .mobile-item-answer{color:#000}.tabs-links__faqs-tabs-item.active .item-title:before{border-color:#dec678}.tabs-links__faqs-tabs-item.active .item-title:after{opacity:1}@media(max-width:767px){.tabs-links__faqs-tabs-item.active .item-title{color:#b6a25f;margin-bottom:12px}.tabs-links__faqs-tabs-item.active .item-title:before{opacity:0}.tabs-links__faqs-tabs-item.active .item-title:after{background-color:#b6a25f}}.tabs-links__faqs-tabs-item.active .mobile-list-wrapper{grid-template-rows:1fr;opacity:1}.error-page__section{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:0;padding:84px 0;background-position:top;background-size:cover}@media(max-width:1023px){.error-page__section{padding:40px 0}}@media(max-width:767px){.error-page__section{padding:28px 0}}.error-page__section:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#d3d3d3 0 0/100% 108.333%;opacity:.8}.error-page__container{position:relative;z-index:2;width:860px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}@media(max-width:1023px){.error-page__container{width:420px}}@media(max-width:767px){.error-page__container{width:100%}}.error-page__content{display:flex;flex-direction:column;align-items:center;gap:12px;color:#3e3e3e}.error-page__content h1{font-family:Marcellus;font-weight:400;text-align:center;font-size:10rem;line-height:160px;text-transform:uppercase}@media(max-width:767px){.error-page__content h1{font-size:5rem;line-height:92px}}.error-page__content h2{font-size:1.25rem;line-height:32px;font-weight:600;text-align:center;text-transform:uppercase}@media(max-width:767px){.error-page__content h2{font-size:1rem;line-height:24px}}.error-page__content p{text-align:center;font-weight:600}.error-page__links{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1023px){.error-page__links{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.error-page__links{grid-template-columns:repeat(1,1fr);max-width:351px}}.error-page__link{width:100%}.contacts__section{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;max-width:1080px}@media(max-width:1023px){.contacts__section{grid-template-columns:repeat(1,1fr);gap:24px;max-width:510px}}.contacts__block{display:flex;flex-direction:column;gap:16px;padding:11px 23px;background-color:#fff;color:#6a6868;border:1px solid #b6a25f}@media(max-width:767px){.contacts__block{padding:11px}}.contacts__block h2{margin-bottom:-8px;color:#3e3e3e;font-size:1.25rem;font-weight:700;line-height:32px}@media(max-width:767px){.contacts__block h2{font-size:1rem;line-height:24px}}.contacts__links-list{list-style:none;display:flex;flex-direction:column;gap:16px}.contacts__link a{display:flex;align-items:center;gap:8px;transition:all .35s ease-in-out}.contacts__link a:focus,.contacts__link a:hover{color:#b6a25f}.contacts__link a strong{font-weight:600;text-decoration:underline}.contacts__link a svg{width:28px;height:28px;fill:#6a6868}.contacts__link a svg [fill]{fill:currentColor}@media(max-width:767px){.contacts__link a svg{width:24px;height:24px}}.contact-us{background-color:#fff}.contact-us__section{display:flex;align-items:center;gap:20px;max-width:1080px;margin:0 auto}.contact-us__form-wrapper{display:flex;flex-direction:column;gap:24px;padding:12px 0;text-align:center}@media(max-width:767px){.contact-us__form-wrapper{padding:0}}.contact-us__form-wrapper .contact-form{display:flex;gap:20px;flex-wrap:wrap}.contact-us__form-wrapper .contact-form .input,.contact-us__form-wrapper .contact-form .textarea{border:1px solid #b6a25f}.contact-us__form-wrapper .contact-form .textarea{height:96px;min-height:96px}.contact-us__form-wrapper .contact-form .custom-select{width:100%}.contact-us__form-wrapper .contact-form .custom-select .select2-container--default .select2-selection--single{display:flex;align-items:center;height:50px;box-shadow:none}@media(max-width:767px){.contact-us__form-wrapper .contact-form .custom-select .select2-container--default .select2-selection--single{height:46px}}.contact-us__form-wrapper .contact-form .custom-select .select2-container--default .select2-selection--single:focus,.contact-us__form-wrapper .contact-form .custom-select .select2-container--default .select2-selection--single:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.3)}.contact-us__form-wrapper .contact-form .btn[type=submit]{border:none;width:calc(50% - 10px);margin-top:30px;margin-left:auto}@media(max-width:767px){.contact-us__form-wrapper .contact-form .btn[type=submit]{width:100%}}.contact-us__image-wrapper{width:400px;height:400px;display:flex;flex-shrink:0}@media(max-width:1023px){.contact-us__image-wrapper{display:none}}.contact-us__image-wrapper img{width:100%;height:100%;object-fit:cover}.my-account-navagation{padding-top:40px}@media(max-width:1023px){.my-account-navagation{padding-top:20px}}@media(max-width:767px){.my-account-navagation{padding-top:12px}}.my-account-navagation__list{list-style:none;display:flex;overflow-x:auto}.my-account-navagation__list::-webkit-scrollbar{display:none}.my-account-navagation__item{position:relative;padding:12px 12px 10px;border-bottom:2px solid transparent;transition:all .35s ease-in-out;font-weight:600;text-transform:uppercase;color:#3e3e3e;font-size:1rem;line-height:24px;white-space:nowrap}@media(max-width:767px){.my-account-navagation__item{font-size:.875rem;line-height:20px}}.my-account-navagation__item:focus,.my-account-navagation__item:hover{color:#000}.my-account-navagation__item:not(:last-of-type):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background:#d9d9d9}.my-account-navagation__item.is-active{color:#000;border-bottom:2px solid #b6a25f}.my-account-navagation__item.is-active:after{display:none}.page__main:has(.astro-report__mukhi-section) .my-account-navagation{background-color:#fff}.my-account-content{padding-top:40px;padding-bottom:60px}@media(max-width:1023px){.my-account-content{padding-top:40px;padding-bottom:40px}}@media(max-width:767px){.my-account-content{padding-bottom:24px}}.my-account-content>p{text-align:center;margin-bottom:20px}.my-account-edit-form{display:flex;flex-direction:column;gap:40px}.my-account-edit-form__section{display:flex;flex-direction:column;gap:12px}.my-account-edit-form__fields{width:100%;display:flex;flex-wrap:wrap;gap:20px}.my-account-edit-form .my-profile-title{width:100%;color:#3e3e3e;font-size:1.25rem;font-weight:700;line-height:32px;background-color:#e7e7e7;padding:4px 12px}@media(max-width:767px){.my-account-edit-form .my-profile-title{font-size:1rem;line-height:24px}}.my-account-edit-form .time-picker-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.my-account-edit-form .time-picker-wrapper .select2-container .select2-selection--single .select2-selection__rendered{height:100%;display:flex;align-items:center}.my-account-edit-form .time-picker-wrapper .custom-select .select2-container--default .select2-selection--single{height:51px;box-shadow:none}@media(max-width:767px){.my-account-edit-form .time-picker-wrapper .custom-select .select2-container--default .select2-selection--single{height:46px}}.my-account-edit-form .time-picker-wrapper .custom-select .select2-container--default .select2-selection--single:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.3)}.my-account-edit-form .link[type=submit]{margin-left:auto}.my-account-edit-form .btn[type=submit]{width:calc(50% - 10px);margin-left:auto}@media(max-width:767px){.my-account-edit-form .btn[type=submit]{width:100%}}.calendar-date-from,.calendar-date-to{opacity:0;pointer-events:none;transition:all .35s ease-in-out}.calendar-date-from.visible,.calendar-date-to.visible{opacity:1;pointer-events:auto}.wholesale{padding-top:40px;padding-bottom:60px}.wholesale__form-wrapper{display:flex;flex-direction:column;gap:28px}.wholesale__form-wrapper-title{text-align:center;font:400 1rem/24px Raleway}@media(max-width:767px){.wholesale__form-wrapper-title{font-size:.875rem;line-height:20px}}.wholesale__form{display:flex;flex-direction:column;gap:32px}.wholesale__form .input,.wholesale__form .textarea{border:1px solid #b6a25f}.wholesale__form .textarea{height:96px;min-height:96px}.wholesale__form .radio-group-three{width:100%}.wholesale__form .radio-group-three .wpcf7-radio{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:767px){.wholesale__form .radio-group-three .wpcf7-radio{grid-template-columns:repeat(1,1fr)}}.wholesale__form .radio-group-two{width:100%}.wholesale__form .radio-group-two .wpcf7-radio{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:767px){.wholesale__form .radio-group-two .wpcf7-radio{grid-template-columns:repeat(1,1fr)}}.wholesale__form .custom-select{width:100%}.wholesale__form .custom-select .select2-container--default .select2-selection--single{display:flex;align-items:center;height:50px;box-shadow:none}@media(max-width:767px){.wholesale__form .custom-select .select2-container--default .select2-selection--single{height:46px}}.wholesale__form .custom-select .select2-container--default .select2-selection--single:focus,.wholesale__form .custom-select .select2-container--default .select2-selection--single:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.3)}.wholesale__form .btn[type=submit]{border:none;width:calc(50% - 10px);margin-left:auto}@media(max-width:767px){.wholesale__form .btn[type=submit]{width:100%}}.wholesale__fieldset{width:100%;border:none;display:flex;flex-wrap:wrap;gap:20px}.wholesale__legend{width:100%;color:#3e3e3e;font-family:Marcellus;font-size:1rem;font-weight:400;line-height:24px;text-transform:capitalize;background-color:#e7e7e7;padding:4px 12px;margin-bottom:12px}@media(max-width:767px){.wholesale__legend{font-size:.75rem;line-height:16px}}.addresses__list{display:flex;flex-direction:column;gap:40px}.addresses__address-wrapper{position:relative;padding:12px 100px 12px 12px;border:1px solid #b6a25f;background-color:#fff}@media(max-width:767px){.addresses__address-wrapper{padding-right:93px}}.addresses__title{width:100%;color:#3e3e3e;font-size:1.25rem;font-weight:700;line-height:32px;background-color:#e7e7e7;padding:4px 12px;margin-bottom:12px}@media(max-width:767px){.addresses__title{font-size:1rem;line-height:24px}}.addresses__address{color:#6a6868}.addresses__address strong{font-weight:400;color:#000;margin-bottom:4px}.addresses__edit-link{padding:8px;display:flex;align-items:center;gap:8px;position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#000;transition:all .35s ease-in-out}.addresses__edit-link:focus,.addresses__edit-link:hover{color:#b6a25f}.addresses__edit-link svg{width:24px;height:24px}@media(max-width:767px){.addresses__edit-link svg{width:20px;height:20px}}.addresses__edit-link svg [fill]{fill:currentColor}.edit-address__back-link{display:flex;align-items:center;gap:8px;padding:0 12px;margin-bottom:40px;color:#3e3e3e;font-size:1rem;font-weight:600;line-height:24px;transition:all .35s ease-in-out}@media(max-width:767px){.edit-address__back-link{font-size:.875rem;line-height:20px}}.edit-address__back-link:focus,.edit-address__back-link:hover{color:#b6a25f}.edit-address__form h2{width:100%;color:#3e3e3e;font-size:1.25rem;font-weight:700;line-height:32px;background-color:#e7e7e7;padding:4px 12px;margin-bottom:12px}@media(max-width:767px){.edit-address__form h2{font-size:1rem;line-height:24px}}.edit-address__form .woocommerce-address-fields__field-wrapper{display:flex;flex-wrap:wrap;gap:20px}.edit-address__form .woocommerce-address-fields__field-wrapper .form-row{width:calc(50% - 10px);display:flex;flex-direction:column}@media(max-width:767px){.edit-address__form .woocommerce-address-fields__field-wrapper .form-row{width:100%}}.edit-address__form .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single{display:flex;align-items:center;height:50px;box-shadow:none}@media(max-width:767px){.edit-address__form .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single{height:46px}}.edit-address__form .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single:focus,.edit-address__form .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.3)}.edit-address__form .woocommerce-address-fields__field-wrapper .form-row label{display:none}.edit-address__form .woocommerce-address-fields__field-wrapper .form-row input{width:100%;padding:12px;background-color:#fff;transition:all .35s ease-in-out;color:#3e3e3e;font:inherit;border:1px solid #b6a25f;outline:none;resize:vertical}.edit-address__form .woocommerce-address-fields__field-wrapper .form-row input::placeholder{color:#6a6868;font:inherit}.edit-address__form .woocommerce-address-fields__field-wrapper .form-row input:focus,.edit-address__form .woocommerce-address-fields__field-wrapper .form-row input:hover{border-color:#b6a25f;box-shadow:2px 4px 8px 0 rgba(37,32,14,.2)}.edit-address__form-btns{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px}@media(max-width:767px){.edit-address__form-btns{grid-template-columns:repeat(1,1fr)}}.edit-address__form-btns .btn,.edit-address__form-btns .link{width:100%;height:100%;text-align:center}.astro-report__section{display:grid;grid-template-columns:repeat(2,1fr);flex:1}@media(max-width:767px){.astro-report__section{grid-template-columns:repeat(1,1fr)}}.astro-report__half-text{position:relative;color:#000;display:flex;flex-direction:column}.astro-report__half-text:before{content:"";background-image:url(../img/arrow-decor.svg);background-size:contain;background-repeat:no-repeat;width:262px;height:202px;position:absolute;top:50%;right:-12%;transform:translateY(-50%) rotate(-8deg)}@media(max-width:1200px){.astro-report__half-text:before{width:200px;height:150px;right:-16%}}@media(max-width:1023px){.astro-report__half-text:before{width:180px;height:100px;top:53%}}@media(max-width:767px){.astro-report__half-text:before{top:auto;bottom:0;right:20px;width:151px;height:117px;transform:translateY(70%) scaleX(-1)}}.astro-report__half-main{padding:40px 40px 0;background-color:#fff;display:flex;flex-direction:column;align-items:center;flex:1}@media(max-width:1023px){.astro-report__half-main{padding:40px 17px 0}}@media(max-width:767px){.astro-report__half-main{padding:12px 17px 0}}.astro-report__half-main .title--01{width:100%;max-width:400px;text-align:center}@media(max-width:767px){.astro-report__half-main .title--01{max-width:70%}}.astro-report__half-main-subtitle{text-align:center;color:#b6a25f;font-weight:600;font-size:1.25rem;line-height:32px;margin-bottom:20px}@media(max-width:1023px){.astro-report__half-main-subtitle{max-width:300px}}@media(max-width:767px){.astro-report__half-main-subtitle{font-size:1rem;line-height:24px}}.astro-report__half-main img{display:flex;object-fit:contain;width:400px;height:400px}@media(max-width:1023px){.astro-report__half-main img{width:364px;height:364px}}.astro-report__half-list{padding:20px 40px 40px;background-color:#f2f2f2;display:flex;flex-direction:column;align-items:center;gap:12px}@media(max-width:1023px){.astro-report__half-list{padding:20px 17px 40px}}@media(max-width:767px){.astro-report__half-list{padding:20px 12px 40px}}.astro-report__half-list ul{list-style:none;display:flex;flex-direction:column;gap:8px;font-size:1.25rem;font-weight:600;line-height:32px}@media(max-width:1023px){.astro-report__half-list ul{font-size:1rem;line-height:24px}}.astro-report__half-list ul li{display:flex;align-items:center;gap:8px}.astro-report__half-list ul li:before{content:"";background-image:url(../img/icons/check-mark.svg);width:32px;height:32px;background-size:contain;background-repeat:no-repeat}.astro-report__half-image{padding:80px;display:flex;flex-direction:column;gap:40px;align-items:center;justify-content:center;background-size:cover;color:#fff}@media(max-width:1023px){.astro-report__half-image{padding:20px;gap:28px}}@media(max-width:767px){.astro-report__half-image{padding:140px 17px;gap:16px}}.astro-report__half-image h2{text-align:center;font-size:3.25rem;font-weight:700;line-height:80px}@media(max-width:1023px){.astro-report__half-image h2{font-size:2rem;line-height:48px}}@media(max-width:767px){.astro-report__half-image h2{line-height:40px;max-width:342px}}.astro-report__half-image h2 span{text-decoration:underline}.astro-report__btn{padding:12px 24px;background-color:#c5963a;color:#fff;text-align:center;font:700 1.75rem/44px Raleway;text-transform:uppercase;transition:all .35s ease-in-out;white-space:nowrap}@media(max-width:1023px){.astro-report__btn{font-size:1.25rem;line-height:28px}}.astro-report__btn:focus,.astro-report__btn:hover{background-color:#a47d2d}.astro-report__form-section{width:100%;max-width:772px}.astro-report__form-section>p{font-weight:600;color:#6a6868}.astro-report__form-wrapper{padding:12px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}@media(max-width:1023px){.astro-report__form-wrapper{padding:0}}.astro-report__form-wrapper .my-account-edit-form{text-align:start;gap:24px}.astro-report__form-wrapper .my-account-edit-form .my-account-edit-form__section:first-of-type{margin-bottom:16px}.astro-report__form-wrapper .my-account-edit-form .my-account-edit-form__title{font-size:1rem;font-weight:600;line-height:24px}@media(max-width:767px){.astro-report__form-wrapper .my-account-edit-form .my-account-edit-form__title{font-size:.875rem;line-height:20px}}.astro-report__form-wrapper .my-account-edit-form .astro-report__btn{background-color:#b6a25f}@media(max-width:767px){.astro-report__form-wrapper .my-account-edit-form .astro-report__btn{font-size:1rem;line-height:20px}}.astro-report__form-wrapper .my-account-edit-form .astro-report__btn:focus,.astro-report__form-wrapper .my-account-edit-form .astro-report__btn:hover{background-color:#dec678;color:#000}.astro-report__form-wrapper .my-account-edit-form .custom-select{width:100%}.astro-report__form-wrapper .my-account-edit-form .custom-select .select2-container--default .select2-selection--single{display:flex;align-items:center;height:50px;box-shadow:none}@media(max-width:767px){.astro-report__form-wrapper .my-account-edit-form .custom-select .select2-container--default .select2-selection--single{height:46px}}.astro-report__form-wrapper .my-account-edit-form .custom-select .select2-container--default .select2-selection--single:focus,.astro-report__form-wrapper .my-account-edit-form .custom-select .select2-container--default .select2-selection--single:hover{box-shadow:2px 4px 8px 0 rgba(37,32,14,.3)}.astro-report__form-wrapper .my-account-edit-form .custom-checkbox{color:#6a6868;font-size:.75rem;font-weight:400;line-height:16px}.astro-report__mukhi-section{background-color:#fff}.astro-report__mukhi-container{padding-top:20px;padding-bottom:60px;display:flex;flex-direction:column;align-items:center;gap:24px}@media(max-width:1023px){.astro-report__mukhi-container{padding-top:40px}}.astro-report__mukhi-container .title--01{max-width:670px;text-align:center}.astro-report__mukhi-list{display:flex;align-items:stretch;justify-content:center;flex-wrap:nowrap;gap:20px}@media(max-width:767px){.astro-report__mukhi-list{flex-direction:column;gap:24px}}.astro-report__mukhi-item{padding:16px;display:flex;flex-direction:column;gap:12px;width:calc(50% - 10px);border-radius:2px;border:1px solid #b6a25f}@media(max-width:1023px){.astro-report__mukhi-item{width:auto}}@media(max-width:767px){.astro-report__mukhi-item{padding:12px;width:100%}}.astro-report__mukhi-main{display:flex;align-items:center;justify-content:space-between;gap:40px}@media(max-width:1023px){.astro-report__mukhi-main{justify-content:center;flex-wrap:wrap}}@media(max-width:767px){.astro-report__mukhi-main{flex-direction:column-reverse;gap:12px}}.astro-report__mukhi-title{display:flex;flex-direction:column;gap:8px}.astro-report__mukhi-title .mukhi-index{color:#b6a25f}.astro-report__mukhi-image{display:flex;flex-shrink:0;width:200px;height:164px}@media(max-width:767px){.astro-report__mukhi-image{width:187px;height:156px}}.astro-report__mukhi-image img{width:100%;height:100%;object-fit:contain}.astro-report__mukhi-text{display:flex;flex-direction:column;gap:8px;flex:1;max-height:152px;overflow-y:auto}@media(max-width:767px){.astro-report__mukhi-text{gap:12px;max-height:212px}}.astro-report__report-section{padding-top:24px;padding-bottom:60px}@media(max-width:1023px){.astro-report__report-section{padding-top:20px;padding-bottom:40px}}@media(max-width:767px){.astro-report__report-section{padding-top:12px;padding-bottom:24px}}.astro-report__report-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:1023px){.astro-report__report-container{grid-template-columns:repeat(1,1fr)}}.astro-report__report-main{display:flex;flex-direction:column;gap:32px}.astro-report__report-main .title--04{color:#a47d2d;text-transform:uppercase;margin-bottom:-30px}.astro-report__report-main>p:has(strong){margin-bottom:-24px}.astro-report__report-main ul{padding-left:24px}.astro-report__report-image{display:flex}@media(max-width:1023px){.astro-report__report-image{max-height:580px}}@media(max-width:767px){.astro-report__report-image{max-height:280px}}.astro-report__report-image img{width:100%;height:100%;object-fit:contain;object-position:center}.astro-report__note-wrapper{padding:32px 40px 20px;border:1px solid #b6a25f;column-count:2;column-gap:32px}@media(max-width:1023px){.astro-report__note-wrapper{column-count:1;padding:16px 20px}}@media(max-width:767px){.astro-report__note-wrapper{padding:8px 12px}}.astro-report__note-wrapper p{margin-bottom:12px}@media(max-width:1023px){.astro-report__note-wrapper p:last-of-type{margin-bottom:0}}.cart-modal{opacity:0;visibility:hidden;pointer-events:none;transition:all .45s ease-in-out}.cart-modal:has(.cart-modal__products-list){position:fixed;left:0;top:0;z-index:101;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cart-modal.opened{opacity:1;visibility:visible;pointer-events:auto}.cart-modal.opened .cart-modal__modal{transform:none}.cart-modal.opened .cart-modal__no-products-modal{transform:translateY(100%)}.cart-modal__no-products-modal{position:absolute;bottom:0;right:0;transform:translateY(50%);width:504px;transition:all .45s ease-in-out;z-index:1}@media(max-width:767px){.cart-modal__no-products-modal{width:324px}}.cart-modal__no-products-modal .btn{width:100%}.cart-modal__no-products-main{background-color:#fff;padding:20px 24px;display:flex;flex-direction:column;align-items:center}@media(max-width:1023px){.cart-modal__no-products-main{padding-top:12px}}@media(max-width:767px){.cart-modal__no-products-main{padding:8px 12px 12px}}.cart-modal__no-products-main .cart-modal__title-wrapper{width:100%;padding:0;margin-bottom:8px;border:none}@media(max-width:1023px){.cart-modal__no-products-main .cart-modal__title-wrapper{margin-bottom:16px}}.cart-modal__no-products-main img{display:flex;width:59px;height:59px;object-fit:contain;margin-bottom:12px}@media(max-width:767px){.cart-modal__no-products-main img{margin-bottom:8px}}.cart-modal__no-products-main p{color:#3e3e3e;font-size:1rem;line-height:24px;font-weight:500}@media(max-width:767px){.cart-modal__no-products-main p{font-size:.875rem;line-height:20px}}.cart-modal__overlay{background:rgba(10,10,10,.4);position:fixed;left:0;top:0;width:100%;height:100%;z-index:0}.cart-modal__modal{position:relative;width:820px;background-color:#fff;transform:translateX(100%);transition:all .35s ease-in-out;z-index:1;margin-left:auto;display:flex;height:100dvh}@media(max-width:1023px){.cart-modal__modal{width:100dvh}}.cart-modal__recomendations-wrapper{padding:12px;display:flex;flex-direction:column;gap:8px;height:100%;width:220px;flex-shrink:0;background-color:#f2f2f2}@media(max-width:767px){.cart-modal__recomendations-wrapper{width:100%;padding:12px 0;height:auto;background-color:#fff}}.cart-modal__recomendations-wrapper .slider-section__slider>.swiper-wrapper>.swiper-slide{height:320px}.cart-modal__recomendations-wrapper .slider-section__slider>.swiper-wrapper>.swiper-slide .product-card__options-wrapper{padding-bottom:40px}.cart-modal__recomendations-wrapper .slider-section__slider>.swiper-wrapper>.swiper-slide .product-card__title{height:60px;-webkit-line-clamp:3}.cart-modal__recomendations-wrapper .product-card__wrapper{padding-bottom:8px}.cart-modal__recomendations-title{color:#000;font-family:Marcellus;font-size:1rem;font-weight:400;line-height:24px;text-transform:capitalize}@media(max-width:767px){.cart-modal__recomendations-title{font-size:.75rem;line-height:16px}}.cart-modal__recomendations-list{display:flex;flex-direction:column;gap:24px;flex:1;overflow-y:auto;padding-right:12px}.cart-modal__recomendations-item{width:100%;height:fit-content;display:flex;flex-direction:column}.cart-modal__recomendations-item .product-card__image-wrapper{width:100%;height:180px}.cart-modal__recomendations-item .product-card__title{-webkit-line-clamp:3;height:auto}.cart-modal__recomendations-item .mw-wishlist-buttons{top:4px;right:4px}.cart-modal__recomendations-item .open-options-btn{pointer-events:none}.cart-modal__cart-wrapper{position:relative;flex-shrink:0;flex:1;height:100%;background-color:#fff}@media(max-width:1023px){.cart-modal__cart-wrapper{width:100dvw}}.cart-modal__cart{display:flex;flex-direction:column;height:calc(100% - 40px);padding:0 24px 250px}@media(max-width:767px){.cart-modal__cart{padding:0 12px 276px}}.cart-modal__banner{display:flex;justify-content:center;align-items:center;padding:8px 40px;background-color:#b6a25f;color:#fff;font-size:.875rem;line-height:16px;font-weight:400}@media(max-width:767px){.cart-modal__banner{font-size:.875rem;line-height:20px}}.cart-modal__title-wrapper{display:flex;align-items:center;justify-content:space-between;padding:20px 0 12px;border-bottom:1px solid #c4c4c4}@media(max-width:767px){.cart-modal__title-wrapper{padding:12px 0}}.cart-modal__title-wrapper h2{color:#3e3e3e;font-size:1rem;font-weight:700;line-height:24px}@media(max-width:767px){.cart-modal__title-wrapper h2{font-size:.875rem;line-height:20px}}.cart-modal__closer{display:flex;width:32px;height:32px}@media(max-width:767px){.cart-modal__closer{width:24px;height:24px}}.cart-modal__gift{display:flex;align-items:center;gap:8px;padding:20px 12px;color:#6a6868;font-size:1rem;line-height:24px;font-weight:400;border-bottom:1px solid #c4c4c4}@media(max-width:767px){.cart-modal__gift{padding:20px 4px;font-size:.875rem;line-height:20px}}.cart-modal__gift svg{width:32px;height:32px;flex-shrink:0}.cart-modal__products-list{display:flex;flex-direction:column;overflow-y:auto;flex:1}.cart-modal__products-list::-webkit-scrollbar{display:none}.cart-modal__products-item{display:flex;flex-direction:row;align-items:flex-start;gap:20px;border-bottom:1px solid #c4c4c4;padding:12px 0;height:fit-content}@media(max-width:767px){.cart-modal__products-item{flex-direction:column;gap:12px}}.cart-modal__product-mobile{display:flex;align-items:center;gap:4px}.cart-modal__product-mobile .product-card__image-wrapper{width:116px;height:116px;flex-shrink:0}.cart-modal__product-image-wrapper{position:relative;display:flex;flex-shrink:0;width:160px;height:160px}@media(max-width:767px){.cart-modal__product-image-wrapper{width:116px;height:116px}}.cart-modal__product-image-wrapper .mw-wishlist-buttons{top:4px;right:4px}.cart-modal__product-image-wrapper img{width:100%;height:100%;object-fit:contain}.cart-modal__product-main{padding:8px 0 0;display:flex;flex-direction:column;gap:8px;width:100%}@media(max-width:767px){.cart-modal__product-main{width:100%}}.cart-modal__product-title-wrapper{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}@media(max-width:767px){.cart-modal__product-title-wrapper{flex-direction:column;gap:4px}}.cart-modal__product-title{color:#000;font-size:1rem;font-weight:500;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:767px){.cart-modal__product-title{font-size:.875rem;line-height:20px;margin-bottom:4px}}.cart-modal__product-title-btns{display:flex;gap:12px}@media(max-width:767px){.cart-modal__product-title-btns{gap:8px}}.cart-modal__product-title-btns .delete-product-btn,.cart-modal__product-title-btns .edit-product-btn,.cart-modal__product-title-btns .like-product-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #b6a25f;color:#000;background-color:transparent;transition:all .35s ease-in-out}@media(max-width:767px){.cart-modal__product-title-btns .delete-product-btn,.cart-modal__product-title-btns .edit-product-btn,.cart-modal__product-title-btns .like-product-btn{width:36px;height:26px}}.cart-modal__product-title-btns .delete-product-btn:focus,.cart-modal__product-title-btns .delete-product-btn:hover,.cart-modal__product-title-btns .edit-product-btn:focus,.cart-modal__product-title-btns .edit-product-btn:hover,.cart-modal__product-title-btns .like-product-btn:focus,.cart-modal__product-title-btns .like-product-btn:hover{border-color:#a47d2d;color:#a47d2d}.cart-modal__product-title-btns .delete-product-btn svg,.cart-modal__product-title-btns .edit-product-btn svg,.cart-modal__product-title-btns .like-product-btn svg{width:24px;height:24px;transition:none}@media(max-width:767px){.cart-modal__product-title-btns .delete-product-btn svg,.cart-modal__product-title-btns .edit-product-btn svg,.cart-modal__product-title-btns .like-product-btn svg{width:20px;height:20px}}.cart-modal__product-title-btns .delete-product-btn svg [fill],.cart-modal__product-title-btns .edit-product-btn svg [fill],.cart-modal__product-title-btns .like-product-btn svg [fill]{fill:currentColor}.cart-modal__product-options-list{display:flex;flex-direction:column;gap:8px}.cart-modal__product-options-line{display:flex;align-items:center;justify-content:space-between;font-size:1rem;line-height:24px;font-weight:400}@media(max-width:767px){.cart-modal__product-options-line{font-size:.875rem;line-height:20px}}.cart-modal__product-options-line .name{color:#6a6868;font-weight:400}.cart-modal__product-options-line .value{display:flex;align-items:center;gap:4px;color:#000;font-weight:500}.cart-modal__product-options-line .value .preview{width:32px;height:32px}.cart-modal__product-options-line .product-main__qty-input-wrapper{width:168px}@media(max-width:1023px){.cart-modal__product-options-line .product-main__qty-input-wrapper{width:160px}}.cart-modal__product-price-wrapper{display:flex;align-items:center;justify-content:space-between;font-size:1rem;line-height:24px;font-weight:400;color:#6a6868;padding-top:8px;border-top:1px solid #f2f2f2}@media(max-width:767px){.cart-modal__product-price-wrapper{font-size:.875rem;line-height:20px}}.cart-modal__product-price-wrapper .name{color:#6a6868;font-weight:400}.cart-modal__product-price-wrapper .product-card__price .actual-price{font-weight:700}.cart-modal__present-wrapper{padding-top:12px;display:flex;flex-direction:column;gap:12px}.cart-modal__present-wrapper .custom-select .select2-container--default .select2-selection--single{box-shadow:none}.cart-modal__present-wrapper-title{color:#3e3e3e;font-size:1rem;line-height:24px;font-weight:700}@media(max-width:767px){.cart-modal__present-wrapper-title{font-size:.875rem;line-height:20px}}.cart-modal__present{display:flex;align-items:center;gap:20px}@media(max-width:1023px){.cart-modal__present{gap:8px}}@media(max-width:767px){.cart-modal__present{gap:4px}}.cart-modal__present-image-wrapper{display:flex;width:160px;height:160px;flex-shrink:0}@media(max-width:767px){.cart-modal__present-image-wrapper{width:116px;height:116px}}.cart-modal__present-image-wrapper img{width:100%;height:100%;object-fit:contain}.cart-modal__present-main{display:flex;flex-direction:column;gap:12px;flex:1}@media(max-width:767px){.cart-modal__present-main{gap:8px}}.cart-modal__present-title{color:#000;font-weight:500;font-size:1rem;line-height:24px}@media(max-width:767px){.cart-modal__present-title{font-size:.875rem;line-height:20px}}.cart-modal__present-select-wrapper{display:flex;flex-direction:column;gap:4px}.cart-modal__present-select-wrapper .custom-select{width:100%}.cart-modal__footer{display:flex;flex-direction:column;gap:16px;position:absolute;bottom:0;left:0;width:100%;padding:12px 24px;background-color:#fff;box-shadow:-2px -4px 8px 0 rgba(37,32,14,.07)}@media(max-width:767px){.cart-modal__footer{padding:12px}}.cart-modal__footer-shipping{display:flex;align-items:center;gap:12px}.cart-modal__footer-country{display:flex;align-items:center;gap:8px;color:#6a6868;font-size:1rem;font-weight:500;line-height:24px}.cart-modal__footer-country img{display:flex;width:24px;height:24px;object-fit:contain}.cart-modal__footer-coupon{width:100%}.cart-modal__footer-coupon form{display:flex;align-items:stretch;width:100%}.cart-modal__footer-coupon form input{flex:1;border:none;border-radius:0;background-color:#f9f6ec;padding:12px;font:500 1rem/24px Raleway;color:#000}@media(max-width:767px){.cart-modal__footer-coupon form input{padding:8px}}.cart-modal__footer-coupon form input::placeholder{font:inherit;color:#6a6868}.cart-modal__footer-coupon form .btn{width:140px}.cart-modal__footer-prices-wrapper{display:flex;flex-direction:column;gap:4px}.cart-modal__footer-prices-line{display:flex;align-items:center;justify-content:space-between;font-size:1rem;line-height:24px;font-weight:400;color:#6a6868}.cart-modal__footer-prices-line:last-of-type{color:#000}.cart-modal__footer-prices-line .price{font-weight:600}.cart-modal__footer-btns{display:grid;grid-template-columns:repeat(2,1fr)}.cart-modal__footer-btns .btn{height:100%;width:100%}.cart-modal__footer-btns .link{white-space:nowrap;margin:0 auto;height:100%}.cart-modal__footer-edit-location-wrapper{position:fixed;inset:0;z-index:102;background:rgba(0,0,0,.31);opacity:0;pointer-events:none;visibility:hidden;transition:all .35s ease-in-out}.cart-modal__footer-edit-location-wrapper.opened{opacity:1;pointer-events:auto;visibility:visible}.cart-modal__footer-edit-location-modal{position:fixed;top:50%;left:50%;z-index:103;width:100%;max-width:480px;transform:translate(-50%,-50%);padding:20px;background-color:#fff;display:flex;flex-direction:column;gap:20px}@media(max-width:767px){.cart-modal__footer-edit-location-modal{padding:8px;gap:12px}}.cart-modal__footer-edit-location-title{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f2f2f2;color:#3e3e3e}@media(max-width:767px){.cart-modal__footer-edit-location-title{padding:4px 0}}.cart-modal__footer-edit-location-main{display:flex;flex-direction:column;gap:12px;color:#3e3e3e;margin-bottom:20px}@media(max-width:767px){.cart-modal__footer-edit-location-main{margin-bottom:8px}}.cart-modal__footer-edit-location-main ul{list-style:disc;padding-left:24px}.cart-modal__footer-edit-location-main .custom-select .select2-container--default .select2-selection--single{box-shadow:none}.cart-modal__footer-edit-location-delivery{display:flex;align-items:center;justify-content:space-between}.cart-modal__footer-edit-location-footer{display:grid;grid-template-columns:repeat(2,1fr)}@media(max-width:767px){.cart-modal__footer-edit-location-footer{grid-template-columns:repeat(1,1fr);gap:16px}}.cart-modal__footer-edit-location-footer .btn,.cart-modal__footer-edit-location-footer .link{height:100%;width:100%}.cart-modal__edit-product{padding:20px;display:flex;flex-direction:column;gap:24px;position:fixed;width:100dvw;height:100dvh;inset:0;z-index:102;background-color:#fff;opacity:0;pointer-events:none;visibility:hidden;transition:all .35s ease-in-out;overflow-y:auto}@media(max-width:1023px){.cart-modal__edit-product{gap:20px}}.cart-modal__edit-product.opened{opacity:1;pointer-events:all;visibility:visible}.cart-modal__edit-product .product-main__section{flex:1;padding:0}.cart-modal__edit-product .product-main__wrapper{padding:0}.cart-modal__edit-product .product-main__options-block{border:none}.cart-modal__edit-product-title-wrapper{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.cart-modal__edit-product-title{font:400 1.25rem/32px Marcellus;color:#3e3e3e}.cart-modal__edit-product-closer{display:flex;width:32px;height:32px}.cart-modal__edit-product-closer svg{width:100%;height:100%}.stockists{background-color:#fff}.stockists .accordion__item.opened .accordion__item-title{background-color:#e7e7e7;color:#000}.stockists .accordion__item-title{padding:4px 12px;background-color:transparent;font-weight:400;color:#3e3e3e;transition:all .35s ease-in-out}@media(max-width:767px){.stockists .accordion__item-title{padding:4px 8px}}.stockists .accordion__item-title:focus,.stockists .accordion__item-title:hover{color:#b6a25f}.stockists .accordion__item-title:focus:after,.stockists .accordion__item-title:focus:before,.stockists .accordion__item-title:hover:after,.stockists .accordion__item-title:hover:before{background-color:#b6a25f}.stockists .accordion__item-title:before{right:18px}@media(max-width:767px){.stockists .accordion__item-title:before{right:14px}}.stockists .accordion__item-title:after{right:12px}@media(max-width:767px){.stockists .accordion__item-title:after{right:8px}}.stockists__locations-list{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}@media(max-width:1023px){.stockists__locations-list{grid-template-columns:repeat(4,1fr);gap:20px 12px}}@media(max-width:767px){.stockists__locations-list{grid-template-columns:repeat(2,1fr)}}.stockists__locations-item{display:flex;flex-direction:column;gap:8px}.stockists__locations-item-image{display:flex;aspect-ratio:1.11/1}@media(max-width:767px){.stockists__locations-item-image{aspect-ratio:1.14/1}}.stockists__locations-item-image img{width:100%;height:100%;object-fit:cover}.stockists__locations-item-info{display:flex;flex-direction:column;gap:4px;padding:0 12px}@media(max-width:1023px){.stockists__locations-item-info{padding:0 8px}}@media(max-width:767px){.stockists__locations-item-info{padding:0 4px}}.stockists__locations-item-info h4{font-family:Marcellus;text-transform:capitalize;color:#000;transition:all .35s ease-in-out}.stockists__locations-item-info h4:focus,.stockists__locations-item-info h4:hover{color:#b6a25f}.stockists__locations-item-info address{font-style:normal}.team{background-color:#fff}.team__text-wrapper{display:flex;flex-direction:column;text-align:center;gap:28px;max-width:1000px;margin:0 auto}@media(max-width:767px){.team__text-wrapper{gap:16px}}.team__container{display:flex;flex-direction:column;gap:20px}@media(max-width:1023px){.team__container{gap:16px}}.team__list{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,auto);max-height:564px;gap:20px;overflow:hidden;transition:all .35s ease-in-out}@media(max-width:1023px){.team__list{grid-template-columns:repeat(4,1fr);gap:16px 12px;max-height:444px}}@media(max-width:767px){.team__list{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,auto);max-height:192px}}.team__list.expanded{max-height:10000px!important;grid-template-rows:none}.team__item{display:flex;flex-direction:column;gap:8px;height:262px}@media(max-width:1023px){.team__item{height:206px}}@media(max-width:767px){.team__item{height:192px;gap:4px}}.team__item-image{display:flex;width:100%;height:170px;object-fit:cover}@media(max-width:1023px){.team__item-image{height:114px}}@media(max-width:767px){.team__item-image{height:120px}}.team__item-info{background-color:transparent;display:flex;flex-direction:column;gap:4px;padding:0 24px 0 16px}@media(max-width:1023px){.team__item-info{padding:0 8px}}.team__item-info .title--04{color:#b6a25f}.team__item-info .job-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.team__btn{width:fit-content;padding:8px;background-color:#f2f2f2;color:#000;font-size:1rem;line-height:24px;font-weight:500;transition:all .35s ease-in-out;border:1px solid transparent}.team__btn:focus,.team__btn:hover{background-color:#fff;color:#b6a25f;border-color:#b6a25f}.gallery{background-color:#fff}.gallery__container{display:flex;flex-direction:column;gap:20px}@media(max-width:1023px){.gallery__container{gap:16px}}.gallery__slider{display:flex;flex-direction:column;gap:20px;overflow:hidden}@media(max-width:1023px){.gallery__slider{gap:16px}}.gallery__list{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:8px}@media(max-width:767px){.gallery__list{grid-template-columns:repeat(2,1fr)}}.gallery__item{display:flex;width:100%;height:408px}@media(max-width:1023px){.gallery__item{height:212px}}.gallery__item img{width:100%;height:100%;object-fit:cover}.gallery__item:first-child{grid-column:span 2}@media(max-width:767px){.gallery__item:nth-child(4){grid-column:span 2}}.gallery__item:nth-child(5){grid-column:span 2}@media(max-width:767px){.gallery__item:nth-child(5){grid-column:span 1}}.celebrities__container{display:flex;flex-direction:column;gap:20px}.celebrities__list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1023px){.celebrities__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.celebrities__list{grid-template-columns:repeat(1,1fr)}}.celebrities__item-image{display:flex;width:100%;aspect-ratio:1/1}.celebrities__item-image img{width:100%;height:100%;object-fit:cover}.celebrities__item-info{padding:12px 20px 20px;display:flex;flex-direction:column;gap:8px;background-color:#fff;color:#000}@media(max-width:1023px){.celebrities__item-info{padding:12px 16px 20px}}@media(max-width:767px){.celebrities__item-info{padding:12px 12px 16px}}.celebrities__item-title strong{font-weight:600;text-decoration:underline}.celebrities__item-review{padding-top:8px;border-top:1px solid #c4c4c4;font-family:Marcellus;text-transform:capitalize;flex:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}@media(max-width:1023px){.celebrities__item-review{text-align:center}}.my-account-orders{display:flex;flex-direction:column;row-gap:20px}.my-account-orders__filter{display:none;flex-wrap:wrap;gap:20px;padding:8px 12px;background:#fff}.my-account-orders__filter.opened{display:flex}.my-account-orders__filter-date{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.my-account-orders__filter .custom-select .select2-container--default .select2-selection--single{display:flex;align-items:center;height:50px;box-shadow:none}.woocommerce-orders-table{padding:12px;width:100%;background:#fff;box-shadow:2px 4px 16px 0 rgba(37,32,14,.1019607843);text-align:left;border-spacing:0}.woocommerce-orders-table thead{background:#f2f2f2}.woocommerce-orders-table tbody tr:nth-child(2n){background:#f9f6ec}.woocommerce-orders-table td,.woocommerce-orders-table th{padding:16px 12px}.woocommerce-orders-table__cell-order-actions,.woocommerce-orders-table__header-order-actions{display:none}@media(max-width:767px){.woocommerce-orders-table__cell-order-number,.woocommerce-orders-table__header-order-number{display:none}}.my-account-view-order__buttons{display:flex;justify-content:center;column-gap:32px;row-gap:16px;margin-bottom:40px}@media(max-width:767px){.my-account-view-order__buttons{flex-direction:column;margin-bottom:24px}}@media(max-width:767px){.my-account-view-order__buttons .btn{width:100%}}.my-account-view-order__short-info{margin-bottom:12px;font-weight:600;color:#000}.my-account-view-order__grid{display:grid;grid-template-columns:58% 42%;background:#fff;border:1px solid #c4c4c4}@media(max-width:767px){.my-account-view-order__grid{grid-template-columns:1fr;border-left:0;border-right:0;margin:0 -12px}}.my-account-view-order__grid-column .title{margin-bottom:8px}.my-account-view-order__grid-column--left{border-right:1px solid #c4c4c4}@media(max-width:767px){.my-account-view-order__grid-column--left{border-right:0}}.my-account-view-order__grid-row{display:grid;grid-template-columns:repeat(2,1fr);border-bottom:1px solid #c4c4c4}.my-account-view-order__grid-row div:nth-child(3n){grid-column:2 span;border-top:1px solid #c4c4c4}.my-account-view-order__address{padding:16px 12px}.my-account-view-order__address:first-child{border-right:1px solid #c4c4c4}.my-account-view-order__payment{padding:16px 12px}.my-account-view-order__faq{border-bottom:1px solid #c4c4c4}.my-account-view-order__faq .title{margin-bottom:0}.my-account-view-order__faq .accordion__list{gap:0}.my-account-view-order__faq .accordion__item{padding:20px 16px}.my-account-view-order__faq .accordion__item :where(h1,h2,h3,h4,h5,h6){font-family:Marcellus;margin-bottom:4px}.my-account-view-order__cancel{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:10px}.my-account-view-order__cancel-text{max-width:300px}.my-account-view-order__cancel-text :where(h1,h2,h3,h4,h5,h6){font-family:Marcellus;margin-bottom:4px}.my-account-view-order__cancel-button .btn-transparent{border-color:#f04438;color:#f04438}.my-account-view-order__cancel-button .btn-transparent:hover{background:#f04438;color:#fff;border-color:#f04438}.my-account-view-order__prod-content{padding:12px;border-bottom:1px solid #c4c4c4}@media(max-width:767px){.my-account-view-order__prod-content{padding:0}}.my-account-view-order__title{padding:4px 12px;background:#f2f2f2}.my-account-view-order__products{padding:16px 0;border-bottom:1px solid #c4c4c4}.my-account-view-order__card{display:flex;gap:12px}.my-account-view-order__card:not(:last-child){border-bottom:1px solid #f2f2f2;padding-bottom:12px;margin-bottom:12px}.my-account-view-order__card-content{flex:1}.my-account-view-order__card-photo{min-width:100px;min-height:100px;max-width:100px;max-height:100px}@media(max-width:1023px){.my-account-view-order__card-photo{max-width:60px;max-height:60px;min-width:60px;min-height:60px}}.my-account-view-order__card-photo img{width:100%;object-fit:cover}.my-account-view-order__card-title{margin-bottom:12px}.my-account-view-order__card-attributes{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:12px;row-gap:8px}@media(max-width:1023px){.my-account-view-order__card-attributes{flex-direction:column}}.my-account-view-order__card-attributes-item{display:flex;align-items:center;gap:8px;margin-right:12px;padding-right:12px;border-right:1px solid #e7e7e7}@media(max-width:1023px){.my-account-view-order__card-attributes-item{margin:0;padding:0;border:0}}.my-account-view-order__card-attributes-item img{max-width:24px;min-width:24px}.my-account-view-order__card-totals{display:flex;flex-direction:column;row-gap:4px}.my-account-view-order__card-totals-item{display:flex;justify-content:space-between}.my-account-view-order__card-totals-value{font-weight:600;color:#6a6868}.my-account-view-order__totals{display:flex;flex-direction:column;row-gap:8px;padding:16px 12px;list-style:none;border-bottom:1px solid #c4c4c4}@media(max-width:767px){.my-account-view-order__totals{border:0;padding:16px 0}}.my-account-view-order__totals-item{display:flex;justify-content:space-between}.my-account-view-order__totals-value{font-weight:600;color:#6a6868}.my-account-view-order__privacy-policy{display:flex;flex-direction:column;row-gap:8px;padding:16px 12px}@media(max-width:767px){.my-account-view-order__privacy-policy{border-top:1px solid #c4c4c4}}.my-account-view-order__summary{display:none;background:#fff;padding:12px}@media(max-width:767px){.my-account-view-order__summary{display:block;margin:0 -12px}}.my-account-view-order__summary-button{padding:8px;background:#f9f6ec;display:flex;justify-content:space-between;align-items:center;column-gap:8px;width:100%;color:#3e3e3e;font-weight:600}.my-account-view-order__summary-button--content{display:flex;align-items:center;column-gap:4px}.my-account-view-order__summary-content{padding:12px 0 0}.my-account-view-order__contact{padding:16px 24px}.my-account-view-order__contact-list{padding-top:8px;display:flex;flex-direction:column;row-gap:8px}.my-account-view-order__contact-item{display:flex;align-items:flex-start;column-gap:8px}.my-account-view-order__contact-icon{max-width:24px;min-width:24px}.shivaloka-checkout{padding-top:60px!important;padding-bottom:60px!important}@media(max-width:767px){.shivaloka-checkout{flex-direction:column-reverse;padding-top:24px!important}}.shivaloka-checkout__content{display:flex;justify-content:space-between;gap:20px}@media(max-width:767px){.shivaloka-checkout__content{flex-direction:column-reverse}}.shivaloka-checkout__left{width:calc(57% - 10px);display:flex;flex-direction:column;row-gap:32px}@media(max-width:767px){.shivaloka-checkout__left{width:100%}}.shivaloka-checkout__fields.woocommerce-shipping-fields{margin-bottom:20px}.shivaloka-checkout__fields-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:767px){.shivaloka-checkout__fields-wrapper{grid-template-columns:1fr}}.shivaloka-checkout__fields-wrapper input:not([type=input]),.shivaloka-checkout__fields-wrapper textarea{border:1px solid #b6a25f;width:100%;padding:12px;background-color:#fff;transition:all .35s ease-in-out;color:#3e3e3e;font:inherit;outline:none;resize:vertical}.shivaloka-checkout__fields-wrapper #order_comments_field{grid-column:2 span}@media(max-width:767px){.shivaloka-checkout__fields-wrapper #order_comments_field{grid-column:1 span}}.shivaloka-checkout__fields-wrapper label{display:none}.shivaloka-checkout__shipping-methods{display:flex;flex-direction:column;row-gap:20px;list-style:none}.shivaloka-checkout__shipping-method{border:1px solid #f2f2f2;padding:12px;display:flex;align-items:center;column-gap:8px}.shivaloka-checkout__payment-methods{display:flex;flex-direction:column;row-gap:20px;list-style:none}.shivaloka-checkout__payment-method{border:1px solid #f2f2f2;padding:12px}.shivaloka-checkout__payment-method-title{display:flex;align-items:center;gap:8px}.shivaloka-checkout__payment-method-radio{width:16px;height:16px;border-radius:50%;border:1px solid #6a6868;appearance:none;position:relative}.shivaloka-checkout__payment-method-radio:checked{border-color:#b4a269}.shivaloka-checkout__payment-method-radio:checked:before{content:"";width:8px;height:8px;border-radius:50%;background:#b4a269;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.shivaloka-checkout__payment-method-content{margin-top:10px}.shivaloka-checkout__right{width:calc(43% - 10px)}@media(max-width:767px){.shivaloka-checkout__right{width:100%}}@media(max-width:767px){.shivaloka-checkout__right.opened .shivaloka-checkout__right-content{display:block}}@media(max-width:767px){.shivaloka-checkout__right.opened .shivaloka-checkout__summary-button svg:last-child{transform:rotate(-180deg)}}@media(max-width:767px){.shivaloka-checkout__right-content{display:none;padding:8px;border:1px solid #c4c4c4}}.shivaloka-checkout__summary{padding:12px;border:1px solid #c4c4c4;border-radius:2px}@media(max-width:1023px){.shivaloka-checkout__summary{padding:4px}}@media(max-width:767px){.shivaloka-checkout__summary{border:none;padding:0}}.shivaloka-checkout__summary-button{display:none;align-items:center;justify-content:space-between;background:#f9f6ec;padding:12px 8px;gap:8px;width:100%;margin-bottom:12px;color:#3e3e3e;font-weight:600}@media(max-width:767px){.shivaloka-checkout__summary-button{display:flex}}.shivaloka-checkout__summary-button svg{transition:all .3s}.shivaloka-checkout__summary-button-text{display:flex;align-items:center;gap:4px}.shivaloka-checkout__product-list{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #c4c4c4}.shivaloka-checkout__product-card{display:flex;align-items:center;gap:12px}@media(max-width:1023px){.shivaloka-checkout__product-card{align-items:flex-start;gap:4px}}.shivaloka-checkout__product-card:not(:last-child){padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #f2f2f2}.shivaloka-checkout__product-card-image{max-width:100px}@media(max-width:1023px){.shivaloka-checkout__product-card-image{max-width:60px}}.shivaloka-checkout__product-card-info{flex:1}.shivaloka-checkout__product-card-name{margin-bottom:12px;font-weight:500;color:#000}.shivaloka-checkout__product-card-list{display:flex;flex-direction:column;row-gap:4px;list-style:none}.shivaloka-checkout__product-card-item{display:flex;justify-content:space-between;gap:10px;color:#6a6868}.shivaloka-checkout__product-card-value{font-weight:600}.shivaloka-checkout__totals{display:flex;flex-direction:column;row-gap:8px;padding:16px 12px 0;color:#6a6868}@media(max-width:1023px){.shivaloka-checkout__totals{padding:16px 0 0}}.shivaloka-checkout__totals-item{display:flex;justify-content:space-between;gap:10px}.shivaloka-checkout__totals-item:last-child{color:#000}.shivaloka-checkout__totals-item-value{font-weight:600}.shivaloka-checkout__advantages-list{display:flex;justify-content:space-between;list-style:none;gap:24px;padding:20px 0;border-bottom:1px solid #c4c4c4}@media(max-width:1200px){.shivaloka-checkout__advantages-list{justify-content:center;flex-wrap:wrap}}@media(max-width:767px){.shivaloka-checkout__advantages-list{flex-wrap:nowrap;gap:12px}}.shivaloka-checkout__advantages-item{display:flex;flex-direction:column;align-items:center;row-gap:4px;text-align:center}@media(max-width:1200px){.shivaloka-checkout__advantages-item{max-width:100px}}.shivaloka-checkout__advantages-icon{max-width:48px}@media(max-width:1023px){.shivaloka-checkout__advantages-text{font-size:12px;line-height:16px}}.shivaloka-checkout__author{padding:12px 13px;display:flex;gap:20px}@media(max-width:1023px){.shivaloka-checkout__author{flex-direction:column-reverse;row-gap:8px;padding:12px 0}}.shivaloka-checkout__author-card{display:flex;flex-direction:column;align-items:center;max-width:177px;width:100%;text-align:center}@media(max-width:1023px){.shivaloka-checkout__author-card{max-width:unset;flex-direction:row;gap:12px;justify-content:center}}@media(max-width:767px){.shivaloka-checkout__author-card{justify-content:flex-start}}.shivaloka-checkout__author-photo{max-width:140px;margin-bottom:4px}@media(max-width:1023px){.shivaloka-checkout__author-photo{margin:0}}@media(max-width:767px){.shivaloka-checkout__author-photo{max-width:84px}}.shivaloka-checkout__author-name{margin-bottom:4px}.shivaloka-checkout__author-text{flex:1;color:#6a6868}.shivaloka-checkout__place-order{margin:32px 0 8px;width:370px}@media(max-width:1200px){.shivaloka-checkout-order{padding-top:40px!important;padding-bottom:40px!important}}@media(max-width:767px){.shivaloka-checkout-order{padding-top:12px!important}}.shivaloka-checkout-order__notice{text-align:center;display:flex;justify-content:center;align-items:center;gap:16px;font-size:20px;font-weight:700;line-height:32px}.shivaloka-checkout-order__text{margin:0 auto;text-align:center;max-width:600px}.shivaloka-checkout-order__text p{margin-bottom:12px}.shivaloka-checkout-order__what-next{margin-bottom:12px;padding-top:12px}.shivaloka-checkout-order__what-next :where(h1,h2,h3,h4,h5,h6){margin-bottom:12px}.shivaloka-checkout-order__what-next p{margin:0}.shivaloka-checkout-header{padding:16px 0;background:#b4a269;color:#fff}@media(max-width:767px){.shivaloka-checkout-header{padding:8px 0}}.shivaloka-checkout-header__inner{display:flex;justify-content:space-between;align-items:center;gap:10px}.shivaloka-checkout-header__back-link,.shivaloka-checkout-header__security{display:flex;align-items:center;gap:4px}@media(max-width:767px){.shivaloka-checkout-header__security{max-width:80px}}@media(max-width:1200px){.shivaloka-checkout-header__logo{max-width:200px}}@media(max-width:767px){.shivaloka-checkout-header__logo{max-width:114px}}.woocommerce-notices-wrapper .woocommerce-error{list-style:none;color:#f04438;outline:none}.page{display:flex;flex-direction:column;align-content:center;min-height:100dvh}.page:has(.scroll-collapsed) .page__main{padding-top:95px}@media(max-width:767px){.page:has(.scroll-collapsed) .page__main{padding-top:40px}}.page.overlay:before{content:"";position:absolute;inset:0;background-color:#3e3e3e;opacity:.6;z-index:100}.page__main{display:flex;flex-direction:column;flex:1;max-width:100%;padding-top:191px}@media(max-width:767px){.page__main{padding-top:168px}}.page__main--checkout{background:#fff;padding-top:0!important}

/*# sourceMappingURL=style.bundle.css.map*/