@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}


/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.admin-instrukcija-teksts,.ql-container.ql-snow{border:1px solid #ccc}.admin-instrukcija-teksts:hover{background:#dad7ce;cursor:pointer}.admin-instrukcija-teksts.active{background:#dad7ce}.admin-instrukcija-teksts p{padding:20px}.custom-invoice form{display:flex;flex-direction:column;gap:10px}.custom-invoice form div{display:flex;flex-direction:column;width:50%}.custom-invoice form div input,.custom-invoice form div select{height:3rem}.custom-invoice .product-picker{display:flex;flex-direction:column}.custom-invoice .product-choice{align-items:center;display:flex;flex-direction:row;gap:10px;width:100%}.custom-invoice .product-choice.discount input{height:1.5rem}.custom-invoice button{height:40px;margin-bottom:20px;width:200px}.admin{min-height:80vh}.processing{height:100vh}.variations{display:flex;flex-direction:column;gap:20px;width:70%}.variation{align-items:center;border:1px solid #ccc;display:flex;justify-content:space-between;padding:10px 20px}.product-stock-management{align-items:center;display:flex;gap:20px}.add-coupon,.add-coupon .couponForm,.edit-coupons{display:flex;flex-direction:column}.add-coupon .couponForm{gap:5px;width:50%}.add-coupon .couponForm input{font:inherit;height:3rem;padding:0 10px}.add-coupon form input:focus-visible{outline:none}.coupon-code{height:4rem;padding:0 10px;text-align:left}.coupon-table tr:nth-child(odd){background-color:#e5e5e5}.coupon-table tr:nth-child(odd):hover{background-color:#c5c5c5}.coupon-table tr:nth-child(2n){background-color:#d5d5d5}.coupon-table tr:nth-child(2n):hover{background-color:#c5c5c5}.edit-order,.login-form,.login-page{display:flex;flex-direction:column}.login-form{gap:5px;margin-top:20px}.login-form input{padding:0 10px}.login-form button,.login-form input{box-sizing:border-box;font:inherit;height:3rem;width:25%}.login-form button:focus-visible,.login-form input{outline:none}.add-question,.add-question form,.admin{display:flex;flex-direction:column}.add-question form{gap:10px;width:50%}.add-question form input{height:3rem;padding:0 10px}.add-question form textarea{height:10rem;padding:10px;resize:none}.add-question form input,.add-question form textarea:focus-visible{outline:none}.admin-product-control-panel input{padding:0 10px}.admin-product-control-panel input:focus-visible{outline:none}.admin-edit-products-table{width:100%}.admin-edit-products-table tr:nth-child(odd){background-color:#e5e5e5}.admin-edit-products-table tr:nth-child(odd):hover{background-color:#c5c5c5}.admin-edit-products-table tr:nth-child(2n){background-color:#d5d5d5}.admin-edit-products-table tr:nth-child(2n):hover{background-color:#c5c5c5}.admin-edit-products-table td,.admin-edit-products-table th{box-sizing:border-box}.admin-edit-products-table td img{aspect-ratio:1/1;object-fit:cover;width:80px}.admin-edit-products-table tr{cursor:pointer;height:100px}.admin-edit-products-table td,.admin-edit-products-table th{padding:0 10px}.admin-edit-products-table td.image{width:100px}.admin-edit-products-table td.price,.admin-edit-products-table td.quantity{width:150px}.admin-edit-products-table td.order-title{text-align:center;width:200px}.admin-edit-products-table td.order-date,.admin-edit-products-table td.order-price{text-align:center;width:150px}.admin-edit-products-table td.order-items{text-align:center}.admin-edit-products-table td.order-status{text-align:center;width:150px}.admin-product-gallery{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(4,1fr)}.admin-product-gallery-image{position:relative}.admin-product-gallery-image .admin-remove-image{cursor:pointer;position:absolute;right:5px;top:5px}.admin-product-gallery-image .admin-remove-image:hover{color:var(--red)}.admin-product-gallery-image img{width:100%}.admin-edit-products-table td.total{width:150px}.admin-edit-products-table td.remove{text-align:center;width:100px}.admin-edit-products-remove-button{color:var(--red)}.admin-edit-products-remove-button:hover{cursor:pointer;transform:scale(1.1)}.admin-dashboard{display:flex;flex-direction:column;height:100vh;justify-content:center}.admin-dashboard h1{text-align:left}.add-product-page{display:flex;flex-direction:column;padding-bottom:40px}.add-product{align-items:stretch;box-sizing:border-box;display:flex;justify-content:center}.add-product-form{display:flex;flex-direction:column;width:50%}.add-coupon,.edit-coupons{min-height:80vh}.add-product form{display:flex;flex-direction:column;gap:5px;width:100%}.add-product-card-container{align-items:center;display:flex;flex-direction:column;width:50%}.add-product-card{margin-top:10%;width:50%}.add-product form input,.add-product form textarea{border:1px solid #ccc;border-radius:3px;box-sizing:border-box;font:inherit;min-height:3rem;padding:0 10px;resize:none}.added-image-gallery{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);padding-top:40px;width:80%}.added-gallery-image{position:relative}.added-gallery-image .admin-remove-image{color:var(--red);cursor:pointer;position:absolute;right:5px;top:5px}.added-gallery-image .admin-remove-image:hover{color:red}.added-image-gallery img{aspect-ratio:1/1;object-fit:cover;width:100%}.product-input-container{display:flex;flex-direction:column;margin-top:10px}.form-group{display:flex}.add-product form .form-group{display:flex;gap:5px}.add-product form .form-group.double .product-input-container{width:50%}.add-product form .form-group.tripple .product-input-container{width:33.3%}.add-product form input,.add-product form textarea:focus-visible{outline:none}.add-product form textarea{padding:10px}.add-product form textarea.desc{height:10rem}.admin-order-details{display:flex;flex-direction:column;gap:20px}.payment-client-info{display:flex;gap:20px;min-height:20vh}.order-box{border:1px solid #ccc;display:flex;flex-direction:column;gap:10px;padding:20px;width:50%}.order-box h2{font-weight:500}.payment-info{box-sizing:border-box;display:flex;flex-direction:column}.order-product-details{display:flex;gap:10px}.admin-edit-orders-table{width:100%}.admin-edit-orders-table tr:nth-child(odd){background-color:#e5e5e5}.admin-edit-orders-table tr:nth-child(odd):hover{background-color:#c5c5c5}.admin-edit-orders-table tr:nth-child(2n){background-color:#d5d5d5}.admin-edit-orders-table tr:nth-child(2n):hover{background-color:#c5c5c5}.admin-edit-orders-table td,.admin-edit-orders-table th{padding:10px;text-align:left}.admin-edit-orders-table td.checkbox,.admin-edit-orders-table th.checkbox{text-align:center;width:5%}.admin-edit-orders-table td.title{cursor:pointer;width:25%}.admin-edit-orders-table td.items{width:25%}.admin-edit-orders-table td.date,.admin-edit-orders-table td.price,.admin-edit-orders-table td.status{width:15%}.admin-edit-orders-table ul{list-style:disc;margin-left:20px}.admin-edit-orders-table ul li{padding:5px 0}.order-info{display:flex;flex-direction:column;gap:20px;min-height:80vh}.order-info ul{list-style:disc;margin-left:20px}.order-info li{padding:5px 0}.red-text{color:var(--red);font-weight:700}.product-checkbox input[type=checkbox]{height:2rem}.product-checkbox{align-items:center;display:flex}.product-checkbox label{margin-left:10px}.order-controls .left,.order-controls .right{width:50%}.admin-order-summary{border:1px solid #c5c5c5;gap:10px;padding:10px}.admin-order-summary,.cart{display:flex;flex-direction:column}.cart{box-sizing:border-box}.cart-add-coupon{display:flex;gap:10px}.cart-add-coupon input{box-sizing:border-box;height:3rem;padding:0 10px}.cart-add-coupon input:focus-visible{outline:none}.cart-summary{display:flex;flex-direction:column;min-width:270px;width:30%}.cart-summary-info{display:flex;justify-content:space-between;margin-bottom:20px}.cart-summary.cart-page .cart-summary-info{border:1px solid #000;border-top:0 solid #000;margin-bottom:0;padding:10px}.cart-summary p{font-size:1.2rem;line-height:1.8rem}.cart-table{user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}.cart-table th{text-align:left}.cart-table tr:nth-child(odd){background-color:#e5e5e5}.cart-table tr:nth-child(2n){background-color:#d5d5d5}.cart-table td,.cart-table th{box-sizing:border-box}.cart-table td img{aspect-ratio:1/1;border-radius:10px;object-fit:cover;width:80px}.cart-table tr{height:100px}.cart-table td,.cart-table th{padding:0 10px}.cart-table td.image{width:100px}.cart-table td.price{width:150px}.cart-table td.quantity{box-sizing:border-box;padding-right:10px;width:150px}.cart-table .quantity-container{align-items:center;display:flex;justify-content:space-between}.quantity-controls{display:flex;flex-direction:column;gap:10px}.cart-table td.total{width:150px}.cart-table td.remove{text-align:center;width:100px}.cart-remove-button{color:var(–red)}.cart-remove-button:hover{cursor:pointer;transform:scale(1.1)}@media screen and (max-width:768px){.cart-summary{width:100%}.cart-table{font-size:.8rem;width:100%}.cart-table tr.table-head{height:50px}.cart-table tr{height:auto}.cart-table td{padding:5px}.cart-table td.image{width:20%!important}.cart-table td.image img{aspect-ratio:1/1;border-radius:5px;object-fit:cover;width:100%}.cart-table td{box-sizing:border-box;overflow:hidden}.cart-table td.price,.cart-table td.quantity,.cart-table td.title,.cart-table td.total{width:20%!important}.cart-table td.remove,.cart-table th.remove{display:none}}.checkout-page{box-sizing:border-box;display:flex}.selectButton{background-color:#f8f9fa;border:1px solid #ccc;border-radius:2px;color:var(--black);cursor:pointer;padding:10px 20px}.selectButton.selected{background-color:#f3ffe6;color:var(--black)}.checkout{padding-right:10%;width:40%}.checkout,.checkout-form{display:flex;flex-direction:column}.checkout-form{gap:10px}.checkout-form h4{font-size:1.4rem;font-weight:500}.checkout-form .split-input{display:flex;gap:10px}.checkout-form .split-input input{box-sizing:border-box;width:50%}.checkout-form input{background:var(--cream);border:none;border-radius:3px;box-sizing:border-box;font:inherit;height:3rem;padding:0 10px;resize:none}.order-summary{width:50%}.order-summary ul{list-style:disc;margin-left:20px}.order-summary ul li{padding:5px 0}.order-summary h4{font-size:1.4rem;font-weight:500}.order-summary{padding-left:20px}.order-confirmation{box-sizing:border-box}.order-confirmation-table{width:60%}.order-confimration .order-info{display:flex;flex-direction:column;gap:10px}.order-confimration .order-info p{font-size:1.2rem;font-weight:500;line-height:1.8rem}.order-confirmation-table tr:nth-child(2n){background-color:#dad3ce}.order-confirmation-table tr:nth-child(odd){background-color:#ccc5c0}.order-confirmation-table th{padding:10px;text-align:left}.order-confirmation-table td{padding:10px}.confirmation-product-image{text-align:center;width:20%}.confirmation-product-title{width:40%}.confirmation-product-qty{width:15%}.confirmation-product-price{width:25%}.confirmation-product-image img{aspect-ratio:1/1;object-fit:cover;width:100%}.cart-summary.checkout{width:100%}.locations-dropdown{background:var(--white);border-top:1px solid #ccc;display:flex;flex-direction:column;max-height:200px;overflow-y:auto}.locations-dropdown .location{border:1px solid #ccc;border-top:none;display:flex;flex-direction:column;padding:20px}.omniva-select input{box-sizing:border-box;font:inherit;height:3rem;margin-bottom:10px;padding:0 10px}.omniva-select input:focus-visible,.omniva-select select:focus-visible{outline:none}@media screen and (max-width:700px){.checkout-page{flex-direction:column}.checkout{width:100%}.order-summary{padding-left:0;padding-top:20px;width:100%}.order-confirmation-table{width:100%}}.footer-container{padding:20px;width:1100px}.footer,.footer-container{align-items:center;display:flex}.footer{background:var(--cream);color:var(--black);justify-content:center;width:100%}.footer ul{display:flex;width:33%}.footer .center,.footer .left{flex-direction:column;gap:10px}.footer .center{align-items:center;justify-content:center;text-align:center}.footer .right{gap:10px;justify-content:flex-end}.footer .mobile{display:none}@media screen and (max-width:768px){.footer{box-sizing:border-box;flex-direction:column;padding:20px}.footer-container{width:100%}.footer-container .left{width:50%}.footer-container .center{display:none}.footer-container .right{width:50%}.footer .mobile{display:flex;flex-direction:column;gap:10px;padding-top:20px;width:100%}}.baneris{align-items:center;background:#383735;color:#fdf7e7;display:flex;flex-direction:column;gap:5px;justify-content:center;max-height:100px;overflow:hidden;padding:10px 0;transition:opacity .5s ease,visibility .5s ease;transition:max-height .5s ease;width:100%}.baneris p{text-align:center}.baneris.light{background:#fdf7e7;color:#383735}.baneris.hidden{max-height:0;padding:0}.baneris.hidden p{display:none}.header{align-items:center;background:#383735;box-sizing:border-box;display:flex;flex-direction:column;left:0;margin:0 auto;min-height:var(--header-height);position:fixed;top:0;width:100%;z-index:999}.header-container{width:1100px}.header .top-bar{align-items:flex-end;display:flex;justify-content:space-between;padding:10px 0;width:100%}.header .logo{align-items:center;display:flex;width:200px}.header .logo img{cursor:pointer;width:100%}.header .menu{align-items:center;display:flex;gap:40px;justify-content:center}.header .menu .header-menu-item{color:var(--white);font-size:1rem;font-weight:400;letter-spacing:.5px}.header .menu .header-menu-item:hover{transform:scale(1.02)}.header-cart{display:flex;justify-content:flex-end;padding-right:20px}.header .search,.header-cart{min-width:200px}.header-admin{align-items:center;display:flex;gap:40px;height:var(--header-height)}.header-admin .header-menu-item{color:var(--white)!important}.header-admin .header-menu-item:hover{transform:scale(1.05)}.header-cart .cart-icon{color:var(--white)}.cart-counter span{color:var(--white);font:inherit}.cart-counter{display:flex}.header.light{background:#fdf7e7;box-shadow:0 2px 5px #0000001a}.header-cart.light,.header-cart.light .cart-counter span,.header-cart.light .cart-icon,.header.light .header-menu-item{color:var(--black)}.header .menu-item-with-submenu{position:relative}.header .submenu{background:var(--black);box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;gap:15px;left:0;padding:10px 15px;position:absolute;top:calc(100% + 15px);white-space:nowrap}.header.light .submenu{background:var(--cream-light)}.header .submenu .header-menu-item{color:var(--white);font-size:.9rem;font-weight:400;width:100%}.header.light .submenu .header-menu-item{color:var(--black)}.header .submenu .header-menu-item:hover{background:var(--dark-grey);transform:scale(1.01)}@media screen and (max-width:1100px){.header{min-height:80px}.header-container{width:100%}.mobile-header{padding:0 20px;width:100%}.header .menu-trigger,.mobile-header{align-items:center;box-sizing:border-box;display:flex}.header .menu-trigger{height:80px;padding:0;width:25%}.header .logo{align-items:center;display:flex;height:80px;justify-content:center;width:50%}.header .logo img{height:60%;width:auto}.header .header-cart{align-items:center;box-sizing:border-box;display:flex;height:80px;justify-content:flex-end;min-width:auto;padding:0;width:25%}.mobile-menu{background:var(--black);display:flex;flex-direction:column;gap:20px;left:0;padding:20px 30px;position:fixed;top:80px;width:100%}.mobile-menu.light{background:var(--cream-light)}.mobile-menu .header-menu-item{color:var(--white);font-size:1.1rem;font-weight:300;letter-spacing:.5px}.mobile-menu .menu-item-with-submenu{position:relative}.mobile-menu .submenu{background:var(--black);box-shadow:none;display:flex;flex-direction:column;gap:15px;position:relative}.mobile-menu .submenu .header-menu-item{color:var(--white);font-size:1.1rem;font-weight:200;letter-spacing:.5px}.mobile-menu .submenu .header-menu-item:hover{background:var(--dark-grey)}.mobile-header .menu-trigger{color:var(--white)}.mobile-header.light .cart-counter span,.mobile-header.light .cart-icon,.mobile-header.light .menu-trigger{color:var(--black)}}.products-archive{box-sizing:border-box;display:flex;flex-direction:column}.product-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.product-grid-card .product-title{font-size:1.3rem;line-height:1.4rem;margin:5px 0;text-align:left}.product-price{font-size:1.2rem}.product-grid-card h3{font-size:1rem}.product-grid-card .product-card-image-container{border-radius:10px;overflow:hidden;width:100%}.product-grid-card img.product-image{aspect-ratio:1/1;border-radius:10px;object-fit:cover;transition:transform .2s ease-in-out;width:100%}.product-grid-card img.product-image:hover{transform:scale(1.05)}.product-grid-card{background:#f9f4e9;border-radius:10px;box-shadow:0 2px 10px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px}.product-grid-card .product-category{color:#555;font-size:.8rem;margin:5px 0;text-transform:uppercase}.product-grid-card .product-description{color:#555;font-size:1rem;line-height:1.4rem;margin-bottom:20px;max-height:4.2rem;overflow:hidden;text-align:left}.product-actions{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.add-to-cart-button{background:none;border:none;color:var(--dark-blue);cursor:pointer}.add-to-cart-button:hover{color:var(--lighter-blue)}.add-to-cart-button.out-of-stock:hover{color:var(--dark-blue)}@media (max-width:600px){.product-grid-card .product-title{font-size:1.4rem;line-height:1.6rem}.product-grid-card .product-description{font-size:.9rem;line-height:1.2rem;margin-bottom:10px}.product-actions{margin-top:10px}.add-to-cart-button{font-size:.8rem}}.single-product-page{align-items:flex-start;display:flex;flex-direction:column}.single-product{display:flex}.product-media{position:relative;width:40%}.product-media img{aspect-ratio:1/1;object-fit:cover;width:100%}.product-card-image-container{position:relative}.product-card-image-container .out-of-stock{background:#74343480}.product-card-image-container .discount,.product-card-image-container .out-of-stock{align-items:center;border-radius:5px;color:var(--white);display:flex;font-size:.8rem;justify-content:center;left:0;padding:5px;position:absolute;top:0;width:100%;z-index:1}.product-card-image-container .discount{background:#3a743480}.product-media .image-gallery{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto auto;margin-top:20px;width:100%}.single-product .basic-input{background:var(--cream);border:none;border-radius:5px}.no-select{-webkit-user-select:none;user-select:none}.arrow{cursor:pointer}.product-active-image{border-radius:10px}.product-image{border-radius:5px}.product-image.active{border:2px solid #000}.product-content{box-sizing:border-box;padding-left:10%;width:60%}.product-content h1{font-size:2.4rem;line-height:2.8rem}.product-content .product-description{font-size:1.2rem;line-height:1.6rem}.product-content .product-price{font-size:1.6rem;line-height:1.8rem}.discounted{margin-right:10px;text-decoration:line-through}.product-info p{font-size:1.1rem;margin-left:-5px;padding-bottom:10px}.active-image{position:relative}.active-image .arrow-container{align-items:center;border-radius:10px;box-sizing:border-box;color:var(--white);cursor:pointer;display:flex;height:100%;justify-content:space-between;position:absolute}.active-image .arrow-container .arrow{background:rgba(28,28,28,.468);padding:5px}.active-image .arrow-container.left{left:0}.active-image .arrow-container.right{right:0}.active-image .arrow.left{left:0}.active-image .arrow.right{right:0}@media screen and (max-width:700px){.single-product{flex-direction:column-reverse}.product-content{box-sizing:border-box;padding-left:0;width:100%}.product-media{margin-top:20px;position:relative;width:100%}}.ql-toolbar .ql-stroke{fill:none;stroke:var(--black)}.ql-toolbar .ql-fill{fill:var(--black);stroke:none}.ql-toolbar .ql-picker{color:var(--black)}.my-quill .ql-container{color:var(--black);font:inherit;height:10rem}.my-quill p,.my-quill p a,.my-quill p em,.my-quill p span{color:var(--black)!important}.questions{box-sizing:border-box;flex-direction:column;gap:10px;-webkit-user-select:none;user-select:none}.question-page,.questions{display:flex}.question-categories{display:flex;width:20%}.question-categories ul{display:flex;flex-direction:column;gap:10px}.question-categories .category{border:1px solid var(--darker-cream);border-radius:15px;cursor:pointer;list-style:none;padding:10px}.question-categories .category.selected{background-color:var(--darker-cream)}.question-area{display:flex;flex-direction:column;gap:10px;width:80%}.question{border:1px solid var(--darker-cream);border-radius:15px;cursor:pointer;display:flex;justify-content:space-between;padding:10px}.question.active{background-color:var(--darker-cream)}.question h5{font-size:1.1rem}.question-controls{display:flex}.question h4{font-size:1.2rem}.answer{display:flex;flex-direction:column;gap:10px;padding:10px}@media screen and (max-width:1100px){.question-categories{display:none}.question-area{width:100%}}.about-us{box-sizing:border-box;display:flex;flex-direction:column}.about-us-media{align-items:center;display:flex;justify-content:center;width:100%}.about-us-media img{aspect-ratio:1/1;border-radius:10px;object-fit:cover;width:80%}.about-us-content{width:100%}.about-us-content p{font-size:1.1rem;line-height:1.3;text-align:justify}@media screen and (max-width:700px){.about-us-media img{margin-top:20px;width:100%}.about-us-content{width:100%}}.home-page{padding-bottom:40px}.hero-section{box-sizing:border-box;padding-top:calc(var(--header-height));position:relative;width:100%}.hero-section:before{background:#00000080;content:"";z-index:0}.hero-section:before,.video-background{height:100%;left:0;position:absolute;top:0;width:100%}.video-background{object-fit:cover;z-index:-1}.hero-content{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:60vh;justify-content:center;margin:auto;position:relative;width:1100px;z-index:1}.hero-content h1{color:var(--cream-light);font-family:nora-spora,sans-serif;font-size:4rem;font-weight:700;text-transform:capitalize}.hero-content p{color:var(--cream-light);font-size:1.5rem;font-weight:400}@media screen and (max-width:768px){.hero-content{height:40vh;padding:0 20px;width:100%}.hero-content h1{font-size:3rem;padding-top:20%}.hero-content p{font-size:1.1rem}}.contacts{box-sizing:border-box;display:flex;justify-content:center;margin-bottom:-140px;min-height:100vh;padding-top:5%}.contacts-container{padding-top:calc(var(--header-height) + 80px);width:1100px}.contact-card,.contacts-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column}.contact-card{background:var(--cream-light);background-size:cover;border-radius:15px;color:var(--black);min-height:300px;padding:40px;width:80%}.contacts form{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;padding-top:20px;width:80%}.contacts form input,.contacts form textarea{background:var(--cream);border:none;border-radius:2px}.contacts form .form-group input{width:50%}.contacts form .form-group{gap:5px}.contacts textarea{height:7rem;padding:10px;resize:none}.contacts p{padding-top:20px;width:80%}@media screen and (max-width:768px){.contacts form,.contacts form .form-group input,.contacts p{width:100%}.contacts form .form-group{flex-direction:column}}.instrukcija-page p{font-size:1.1rem;line-height:1.5;margin:0;padding:0}.instrukcija-page h3{font-family:nora-spora,sans-serif;font-weight:500}.card-container{display:flex;justify-content:space-between}.card-container.tripple .card{background:var(--cream);border-radius:12px;flex-direction:column;overflow:hidden;width:30%}.card-container.tripple .card .card-text{padding:20px}.card-container.tripple .card .card-text h4{font-size:1.4rem;font-weight:500}.card-container.tripple .card .card-text p{font-size:1.1rem;font-weight:400;padding-top:10px;text-align:justify}.new-option{width:70%}.new-option .images{color:var(--cream-light);display:flex;gap:10px}.new-option .bloka-image,.new-option .bloka-image img{border-radius:10px;position:relative}.new-option .bloka-image h2{background-color:#00000080;color:#fff;left:10px;margin:0;padding:5px;position:absolute;top:10px;z-index:2}.instrukcijas-teksti{width:70%}.instrukcijas-teksti p{line-height:1.5}.instrukcijas-teksti.justified p{text-align:justify}.instrukcijas-teksts{display:flex;flex-direction:column}.instrukcijas-teksts .instrukcija-content{display:flex}.instrukcijas-teksts .instrukcija-vizualis img{border-radius:10px;width:90%}.instrukcija-content-text ul{font-size:1.2rem;list-style:disc;padding-left:20px}.instrukcija-content-text li{padding-top:10px}.video-thumbnail{border-radius:10px;cursor:pointer;width:20%}.video-thumbnail:hover{opacity:.8}@media screen and (max-width:768px){.instrukcijas-teksti,.new-option,.video-thumbnail{width:100%}.new-option .images{grid-gap:10px;color:var(--cream-light);display:grid;gap:10px;grid-template-columns:1fr 1fr}.new-option .bloka-image,.new-option .bloka-image img{border-radius:10px;position:relative}}.noteikumi ol{counter-reset:item;font-weight:500;margin:0 0 0 15px;padding:0;text-transform:uppercase}.noteikumi ol p{font-weight:400;line-height:1.4;padding-top:10px}.noteikumi ol ol,.noteikumi ol p,.noteikumi ol ul{text-transform:none}.noteikumi ol ol{font-weight:400;line-height:1.5;padding-left:20px}.noteikumi ol li,.noteikumi ul li{margin:0;padding:10px 0 0}.noteikumi{padding-bottom:20px}@font-face{font-family:nora-spora;font-style:normal;font-weight:400;src:url(/static/media/AGaramondPro-Regular.9b0413a839f8514dc24b.otf) format("opentype")}@font-face{font-family:nora-spora;font-style:normal;font-weight:700;src:url(/static/media/AGaramondPro-Bold.26b7f980032a65d84390.otf) format("opentype")}.pointer{cursor:pointer}.toast-position{top:110px;top:calc(10px + var(--header-height))}.blue-link{color:#9d8df1;color:var(--indigo)}.cookies{align-items:center;background:#e6ddd7;background:var(--cream);bottom:0;display:flex;justify-content:center;left:0;padding:20px 0;position:fixed;width:100%;z-index:999}.cookies-container{width:60%}:root{--red:#980000;--salmon:#e18481;--dark-blue:#202533;--lighter-blue:#4f5974;--darker-cream:#d7cdc6;--cream:#e6ddd7;--darker-turquoise:#b3c2bf;--turquoise:#c1d0cd;--gray:#baa7a5;--error-light:#e2bab5;--error:#980000;--success-white:#dbefe7;--darker-green:#077b50;--header-height:100px;--card-background:#baa7a5;--jungle-green:#49a078;--brown-cream:#e7d3bd;--cream-light:#fdf7e7;--dark-brown:#362715;--light-gray:#e4e4e4;--black:#383735;--light-black:#6d6969;--white:#f7f7f7;--blush:#de6c83;--green:#558564;--indigo:#9d8df1}html{font-size:14px}body{background-color:#fdf7e7;background-color:var(--cream-light);font-family:Raleway,sans-serif;margin:0;padding:0}img{width:100%}.container{box-sizing:border-box;margin:0 auto;min-height:calc(100vh - 100px);min-height:calc(100vh - var(--header-height));padding-top:200px;padding-top:calc(var(--header-height) + 100px);width:1100px}.contacts,.home-page{margin-bottom:calc(-100vh + 100px);margin-bottom:calc(-100vh + var(--header-height))}.container-no-padding{box-sizing:border-box;margin:0 auto;padding:0;width:1100px}.section{padding:100px 0}.flex{display:flex}.flex.column{flex-direction:column}.flex.row{align-items:center;flex-direction:row}.flex.space-between{justify-content:space-between}.flex.flex-start{justify-content:flex-start}.width-60{width:60%}.basic-input{background:#e6ddd7;background:var(--cream);border:none;box-sizing:border-box;font:inherit;height:3rem;padding:0 10px}.basic-input:focus-visible{outline:none}.flex.center{display:flex;justify-content:center}.flex.align-center,.flex.center{align-items:center}.gap-10{gap:10px}.gap-20{gap:20px}.full-width{width:100%}.half-width{width:50%}.light{font-weight:400}.italic{font-style:italic}h1,h2,h3,h4,h5,h6,p,ul{margin:0;padding:0}ul{list-style:none}a{color:#202533;color:var(--dark-blue);text-decoration:none}a.dark{color:var(--purple)}a:hover{color:#4f5974;color:var(--lighter-blue);cursor:pointer}.page-title{font-size:3rem}.page-title,h1{font-family:nora-spora,sans-serif;font-weight:400;line-height:4rem;text-transform:uppercase}h1{font-size:3.2rem}h2{font-family:nora-spora,sans-serif;font-size:2.8rem;line-height:2.8rem}h2,h3{font-weight:700}h3{font-size:2.2rem;line-height:2.2rem}h4{font-size:1.8rem;line-height:1.8rem}h4,h5{font-weight:700}h5{font-size:1.3rem;line-height:1.3rem}p.s{font-size:.8rem;line-height:.96rem}p.r{font-size:1rem;line-height:1.2rem}.small{font-size:.6rem;line-height:.96rem}p.l{font-size:1.2rem;line-height:1.44rem}p.xl{font-size:1.4rem;line-height:1.68rem}.padding-5-bottom{padding-bottom:5px!important}.padding-5-top{padding-top:5px!important}.padding-10-bottom{padding-bottom:10px!important}.padding-10-top{padding-top:10px!important}.padding-10-right{padding-right:10px!important}.padding-10-left{padding-left:10px!important}.padding-20-bottom{padding-bottom:20px!important}.padding-20-top{padding-top:20px!important}.padding-20-left{padding-left:20px!important}.padding-20-right{padding-right:20px!important}.padding-30-bottom{padding-bottom:30px!important}.padding-30-top{padding-top:30px!important}.padding-40-bottom{padding-bottom:40px!important}.padding-40-top{padding-top:40px!important}.primary-button{align-items:center;background:#e6ddd7;background:var(--cream);border:none;border-radius:3px;color:#383735;color:var(--black);cursor:pointer;display:flex;height:3rem;justify-content:center;line-height:0;font:inherit;padding:0 20px;transition:background-color .3s}.primary-button.dark{background:#6d6969;background:var(--light-black);color:#fdf7e7;color:var(--cream-light)}.primary-button:hover{transform:scale(1.05)}.button-add-to-cart{background-color:#f7f7f7;background-color:var(--white);border:1px solid #383735;border:1px solid var(--black);border-radius:3px;color:#383735;color:var(--black);cursor:pointer;font:inherit;height:3rem;line-height:0;padding:0 20px}.button-add-to-cart:hover{transform:scale(1.05)}.add-to-cart-button.out-of-stock:hover{cursor:not-allowed}.button-secondary{align-items:center;background:#e6ddd7;background:var(--cream);border:none;display:flex;font:inherit;height:65px;justify-content:center;padding:0 20px}.button-secondary:hover{background:var(--darker-sage);cursor:pointer}.button-social{align-items:center;background:#c1d0cd;background:var(--turquoise);border:none;display:flex;font:inherit;height:60px;justify-content:space-between;min-width:100%;padding:0 20px}.button-social:hover{background:#b3c2bf;background:var(--darker-turquoise);cursor:pointer}.bold{font-weight:700}.two-column-flex{display:flex;min-height:50vh}.two-column-flex>div{flex:1 1;width:50%}.dropdown-menu{background:#f7f7f7;background:var(--white);border-top:1px solid #ccc;margin-top:3rem;max-height:200px;overflow-y:auto;position:absolute;width:100%;z-index:10}.dropdown-item,.dropdown-menu{display:flex;flex-direction:column}.dropdown-item{border:1px solid #ccc;border-top:none;padding:20px}.select-dropdown{position:relative}.select-dropdown input{box-sizing:border-box;font:inherit;height:3rem;padding:0 10px}.select-dropdown input:focus-visible,.select-dropdown select:focus-visible{outline:none}.confirmation-screen{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.confirmation-box{align-items:center;background:#f7f7f7;background:var(--white);border-radius:3px;display:flex;flex-direction:column;padding:20px}.confirmation-box h2{font-size:2rem;font-weight:500;line-height:2.4rem}.confirmation-buttons{display:flex;gap:10px;margin-top:20px}.loadingSpinnerContainer{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:5000}.loadingSpinner{animation:spin 1.2s linear infinite;border-color:#000 #0000 #555;border-radius:50%;border-style:solid;border-width:8px;height:64px;width:64px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:1130px){.container{padding:180px 5% 0;padding-top:calc(var(--header-height) + 80px);width:100%}.hero-content{padding:0 5%;width:100%!important}.container-no-padding{padding:0 5%;width:100%}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.section{padding:50px 0}h1{font-size:2rem;line-height:2.4rem}h2{font-size:1.8rem;line-height:2rem}h3{font-size:1.6rem;line-height:1.8rem}h4{font-size:1.4rem;line-height:1.6rem}h5{font-size:1.2rem;line-height:1.4rem}p.s{font-size:.7rem;line-height:.84rem}p.r{font-size:.9rem;line-height:1.08rem}p.l{font-size:1rem;line-height:1.2rem}p.xl{font-size:1.2rem;line-height:1.44rem}.two-column-flex{flex-direction:column-reverse}.two-column-flex>div{width:100%}}@media (max-width:600px){.container{padding:180px 20px 10px;padding-top:calc(var(--header-height) + 80px);width:100%}.container-no-padding{padding:10px 20px;width:100%}.section{padding:50px 0}h1{font-size:2rem;line-height:2.4rem}h2{font-size:1.8rem;line-height:2rem}h3{font-size:1.6rem;line-height:1.8rem}h4{font-size:1.4rem;line-height:1.6rem}h5{font-size:1.2rem;line-height:1.4rem}p.s{font-size:.7rem;line-height:.84rem}p.r{font-size:.9rem;line-height:1.08rem}p.l{font-size:1rem;line-height:1.2rem}p.xl{font-size:1.2rem;line-height:1.44rem}.two-column-flex{flex-direction:column-reverse}.two-column-flex>div{width:100%}}.review-component{-webkit-user-select:none;user-select:none}.review-area{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px;justify-content:space-between}.load-bar{background-color:#e0e0e0;border-radius:5px;height:10px;margin:5px 0;overflow:hidden;width:150px}.review-count{display:flex;gap:10px}.review-popup-gallery{background:#000000b3;gap:10px;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1000}.review-popup-gallery,.review-popup-gallery .control{align-items:center;display:flex;justify-content:center}.review-popup-gallery .control{border-radius:8px;cursor:pointer;height:40px;width:40px}.review-popup-gallery .control:hover{background:hsla(0,0%,100%,.208)}.review-popup-gallery{touch-action:pan-y}.current-image{position:relative;transition:transform .3s ease-in-out}.swipe-left{transform:translateX(-100%)}.swipe-right{transform:translateX(100%)}.review-popup-gallery img{border-radius:8px;height:60vh;width:auto}@media screen and (max-width:600px){.review-popup-gallery img{height:auto;max-height:80vh;object-fit:cover;width:78vw}}.review-popup-gallery .current-image{position:relative}.review-popup-gallery .close{align-items:center;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:10px;top:10px;width:20px}.load-bar-content{background-color:#ffc000;border-radius:5px;height:100%;transition:width .3s ease}.review-card{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;padding:10px;position:relative;width:calc(50% - 10px)}@media screen and (max-width:600px){.review-card{width:calc(100% - 10px)}}.review-card .admin-actions-review{bottom:20px;cursor:pointer;position:absolute;right:20px}.admin-add-edit-reply textarea{background:hsla(0,0%,85%,.542);border:1px solid #ccc;border-radius:3px;box-sizing:border-box;font:inherit;font-size:12px;height:100px;line-height:1.5em;overflow-y:scroll;padding:5px 10px;resize:none;width:100%}.review-card .delete-review:hover{scale:1.05}.review-area-header{align-items:center;background-color:hwb(0 75% 18%/.288);border-radius:5px;display:flex;height:40px;justify-content:space-between;padding:0 10px}.review-body textarea{background:rgba(130,66,66,.542);border:1px solid #ccc;border-radius:3px;box-sizing:border-box;font:inherit;font-size:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:1.5em;max-height:5em;padding:5px 10px;resize:none;width:90%}.review-text-area{display:flex;justify-content:flex-start}.review-reply-area{display:flex;justify-content:flex-end}.review-text{background:hsla(0,0%,100%,.637);border:1px solid #ccc;border-radius:3px;box-sizing:border-box;display:flex;flex-direction:column;font-size:12px;gap:6px;min-height:2.5rem;padding:10px;width:100%}.review-text.has-reply{width:90%}.product-review{border:1px solid #ccc;border-radius:5px;gap:5px;margin-top:10px;padding:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.product-review p{font-weight:600}.product-review .rating{align-items:center;display:flex;font-size:12px;gap:10px}.product-review textarea{font-size:12px;height:70px;padding:10px;resize:none;width:300px}.review-button{align-items:center;background:#0000;border:1px solid #ccc;border-radius:5px;color:#747474;display:flex;gap:10px;height:40px;margin-top:10px}.review-button.review-submit{margin-bottom:20px}.review-button:hover{cursor:pointer;transform:scale(1.05)}.review-body textarea:focus-visible{border-color:#137b26;outline:none}.product-review-gallery{display:flex;flex-wrap:wrap;gap:10px}.review-gallery-image{height:100px}.review-gallery-image img{cursor:pointer}.review-gallery-image{aspect-ratio:1;border-radius:5px;overflow:hidden;width:100px}.review-gallery-image img{border-radius:5px;height:100%;object-fit:cover;width:100%}.show-more-button{align-items:center;background:#0000;border:1px solid #ccc;border-radius:5px;display:flex;gap:10px;height:40px;padding:0 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.show-more-button:hover{cursor:pointer;scale:1.05}.review-gallery-control.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.review-area .image-gallery{display:flex;flex-wrap:wrap;gap:10px;padding-top:10px}.review-area .product-image{border-radius:5px;height:100px;width:100px}.review-area .product-image img{border-radius:5px;height:100%;object-fit:cover;width:100%}@media (min-width:500px){.review-gallery-all{grid-template-columns:repeat(4,1fr)}}@media (min-width:800px){.review-gallery-all{grid-template-columns:repeat(6,1fr)}}@media (min-width:1000px){.review-gallery-all{grid-template-columns:repeat(8,1fr)}}@media (min-width:1350px){.review-gallery-all{grid-template-columns:repeat(10,1fr)}}
/*# sourceMappingURL=main.115367f6.css.map*/